MapperFiltersOverrideFilter Property |
The filters have been modified and should override whatever filtering
is being carried by the mapper in its internal state. This property
is primarily intended for internal use by IFilterControl components
such as the SearchBar.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool OverrideFilter { get; set; }
Public Property OverrideFilter As Boolean
Get
Set
Property Value
Type:
BooleanTrue if an override filter is present, else False.
See Also