FieldKernelFormatForFilterSQL Method |
Format a value for use in a SQL filter clause.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected string FormatForFilterSQL(
Object vVal
)
Protected Function FormatForFilterSQL (
vVal As Object
) As String
Parameters
- vVal
- Type: SystemObject
The value to format.
Return Value
Type:
StringThe formatted value.
See Also