Update Method
Updates entities contained in this model.
Syntax
public void Update(
System.Collections.Generic.IEnumerable<IEntity> entities
)Public Sub Update( _
ByVal entities As System.Collections.Generic.IEnumerable(Of IEntity) _
) Parameters
| Name | Description |
|---|---|
| entities | The entities to be updated |