MapperDatasheetCanFilter Method |
Does this field support filtering (in this mapper)?
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected bool CanFilter(
IField fld
)
Protected Function CanFilter (
fld As IField
) As Boolean
Parameters
- fld
- Type: NetQuarry.DataIField
The field in question.
Return Value
Type:
BooleanTrue if field and mapper support filtering, else false.
See Also