IEntityView2DataChangeAction Property |
Gets or sets the data change action which specifies what to do when the data in the related collection of an entity view changes. A change in
data can be: entity added or changed. If an entity is removed from the underlying collection, the entity is simply removed from the entity
view, as the view doesn't contain any data by itself.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax PostCollectionChangeAction DataChangeAction { get; set; }
Property DataChangeAction As PostCollectionChangeAction
Get
Set
Property Value
Type:
PostCollectionChangeActionThe data change action.
See Also