RemoveContent Method
Removes content from the model.
Syntax
public void RemoveContent(
System.Collections.Generic.IEnumerable<IEntity> entities
)Public Sub RemoveContent( _
ByVal entities As System.Collections.Generic.IEnumerable(Of IEntity) _
) Parameters
| Name | Description |
|---|---|
| entities | The collection of entities to remove. |