FieldKernelGenFilterClauseAndDesc Method |
Get a SQL filter clause, and its corresponding natural language description,
for this field based on the specified value, operand, and filter flags.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected ArrayList GenFilterClauseAndDesc(
FieldFilterFlags eFlags,
Object Param1,
Object Param2
)
Protected Function GenFilterClauseAndDesc (
eFlags As FieldFilterFlags,
Param1 As Object,
Param2 As Object
) As ArrayList
Parameters
- eFlags
- Type: NetQuarry.DataFieldFilterFlags
Filter flags - Param1
- Type: SystemObject
Flag-specific parameter - Param2
- Type: SystemObject
Flag-specific parameter
Return Value
Type:
ArrayListAn ArrayList with the filter clause at index 0 and the description at index 1.
See Also