Skip to content

DateOnlyField.AsObject method

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

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

See Also