Skip to content

Field.AsSqlValue method

Gets the value of this row as an SQL value.

public virtual object? AsSqlValue(IRow row)
parameter description
row The row.

Return Value

The value of the field in the row as an SQL value.

See Also