Click or drag to resize

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
)

Parameters

eFlags
Type: NetQuarry.DataFieldFilterFlags
Filter flags
Param1
Type: SystemObject
Flag-specific parameter
Param2
Type: SystemObject
Flag-specific parameter

Return Value

Type: ArrayList
An ArrayList with the filter clause at index 0 and the description at index 1.
See Also