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
)
Public Function SQLValue (
Options As SQLValueFlags,
val As Object
) As String
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:
StringThe value formatted for use in a SQL expression.
Implements
IFieldSQLValue(SQLValueFlags, Object)See Also