Click or drag to resize

EntityCollectionBaseTEntitySuppressClearInGetMulti 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.9.0.0 (5.9.0)
Syntax
public bool SuppressClearInGetMulti { get; set; }

Property Value

Type: Boolean

Implements

IEntityCollectionSuppressClearInGetMulti
See Also