EntityViewBaseTEntityDataChangeAction 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.5.0.0 (5.5.18.1019)
Syntaxpublic PostCollectionChangeAction DataChangeAction { get; set; }Public Property DataChangeAction As PostCollectionChangeAction
	Get
	Set
Property Value
Type: 
PostCollectionChangeAction
See Also