UpdateDataSource(IEnumerable<IEntity>,IEnumerable<String>) Method
Forces the grid to recompute it's values for a list of properties on specific entities
Syntax
public void UpdateDataSource(
System.Collections.Generic.IEnumerable<IEntity> entities,
System.Collections.Generic.IEnumerable<string> propertySystemNames
)Public Overloads Sub UpdateDataSource( _
ByVal entities As System.Collections.Generic.IEnumerable(Of IEntity), _
ByVal propertySystemNames As System.Collections.Generic.IEnumerable(Of String) _
) Parameters
| Name | Description |
|---|---|
| entities | The entities whose properties should be recomputed |
| propertySystemNames | The system names of the property definitions to update |