Click or drag to resize

FieldKernelSQLValue Method

Return the current field value formatted for use in a SQL clause.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string SQLValue(
	SQLValueFlags Options,
	Object val
)

Parameters

Options
Type: NetQuarry.DataSQLValueFlags
Options controlling how the value is formatted.
val
Type: SystemObject
The value to format. If null, the field's current value is used.

Return Value

Type: String
The value formatted for use in a SQL expression.

Implements

IFieldSQLValue(SQLValueFlags, Object)
See Also