Click or drag to resize

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
)

Parameters

vVal
Type: SystemObject
The value to format.

Return Value

Type: String
The formatted value.
See Also