Click or drag to resize

FieldKernelCreateFilterControl Method

Create a control for the field for use in filtering (vs. manipulating data).

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected WebControl CreateFilterControl(
	ControlCreationFlags nFlags,
	string sID
)

Parameters

nFlags
Type: NetQuarry.DataControlCreationFlags
Flags specifying how the control should be created.
sID
Type: SystemString
Id to use for the control, or null.

Return Value

Type: WebControl
The filtering control.
See Also