ContextSetExistingEntityFieldsInGet Property  | 
 
            Gets / sets SetExistingEntityFieldsInGet flag. When set to false (default is true), an existing
            entity's fields is not set to the fields of the passed in entity. Fields are only set if the entity isn't dirty.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic bool SetExistingEntityFieldsInGet { get; set; }Public Property SetExistingEntityFieldsInGet As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also