FieldKernelFilterGuid Method |
Builds a filter for this field as a GUID.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected string FilterGuid(
string keyName,
string oper,
string text
)
Protected Function FilterGuid (
keyName As String,
oper As String,
text As String
) As String
Parameters
- keyName
- Type: SystemString
The field's column name. - oper
- Type: SystemString
The filter operation (e.g. "="). - text
- Type: SystemString
The value against which to filter.
Return Value
Type:
StringThe GUID filter clause.
See Also