IEntityCollectionSuppressClearInGetMulti Property |
Surpresses the removal of all contents of the collection in a GetMulti*() call. Used by code in related entities to prevent the removal
of objects when collection properties are accessed.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax bool SuppressClearInGetMulti { get; set; }
Property SuppressClearInGetMulti As Boolean
Get
Set
Property Value
Type:
BooleanSee Also