Skip to content

Field.AsObject method (1 of 2)

Gets the value of this row as an object.

public object? AsObject(IRow row)
parameter description
row The row.

Return Value

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

See Also


Field.AsObject method (2 of 2)

Sets the value of this field in specified row as object.

public abstract void AsObject(IRow row, object? value)
parameter description
row The row.
value The value.

See Also