Click or drag to resize
EntityCollectionBaseTEntityIEntityCollectionDirtyEntities Property
Returns a readonly collection of entities which are flagged as dirty. This collection is determined on the fly, you can use this collection to remove dirty entities from this entity collection.

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
List<IEntity> IEntityCollection.DirtyEntities { get; }

Property Value

Type: ListIEntity

Implements

IEntityCollectionDirtyEntities
See Also