Skip to content

JsonField<TValue>.AsSqlValue method

Gets the value of this row as an SQL value.

public override 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