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.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxbool SuppressClearInGetMulti { get; set; }Property SuppressClearInGetMulti As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also