Click or drag to resize
EntityCollectionBase2TEntityContainsDirtyContents Property
Returns true if this collection contains dirty objects. If this collection contains dirty objects, an already filled collection should not be refreshed until a save is performed. This property is calculated in real time and can be time consuming when the collection contains a lot of objects. Use this property only in cases when the value of this property is used to do a refetch or not.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[XmlIgnoreAttribute]
public bool ContainsDirtyContents { get; }

Property Value

Type: Boolean

Implements

IEntityCollection2ContainsDirtyContents
See Also