IEntityCollection2ContainsDirtyContents 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.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax bool ContainsDirtyContents { get; }
ReadOnly Property ContainsDirtyContents As Boolean
Get
Property Value
Type:
BooleanSee Also