MapperFiltersDirty Property |
Used to track whether the any filter within the collection has changed.
If cleared, the
Dirty flag is cleared on all filters in the
collection. When set, the collection's Dirty flag is set, but the Dirty
flags of the individual filters are not affected.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool Dirty { get; set; }
Public Property Dirty As Boolean
Get
Set
Property Value
Type:
BooleanTrue if the filter is dirty, else False.
See Also