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
)
Protected Function CreateFilterControl (
nFlags As ControlCreationFlags,
sID As String
) As WebControl
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:
WebControlThe filtering control.
See Also