EntityCollectionBase2TEntityIEntityCollection2DirtyEntities 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.4.0.0 (5.4.0)
SyntaxList<IEntity2> IEntityCollection2.DirtyEntities { get; }Private ReadOnly Property DirtyEntities As List(Of IEntity2)
	Implements IEntityCollection2.DirtyEntities
	Get
Property Value
Type: 
ListIEntity2Implements
IEntityCollection2DirtyEntities
See Also