Overload List
Name | Description | |
---|---|---|
Set(Decimal) |
Cast a decimal to this decimal?
(Overrides ColumnData..::..Set(Decimal).) | |
Set(Double) |
Cast a double to this decimal?
(Overrides ColumnData..::..Set(Double).) | |
Set(Int64) |
Cast a long to this decimal
(Overrides ColumnData..::..Set(Int64).) | |
Set(Nullable<(Of <<'(Decimal>)>>)) |
Cast a decimal? to this decimal?
(Overrides ColumnData..::..Set(Nullable<(Of <<'(Decimal>)>>)).) | |
Set(Nullable<(Of <<'(Double>)>>)) |
Cast a double? to this decimal?
(Overrides ColumnData..::..Set(Nullable<(Of <<'(Double>)>>)).) | |
Set(Nullable<(Of <<'(Int64>)>>)) |
Cast a long? to this decimal
(Overrides ColumnData..::..Set(Nullable<(Of <<'(Int64>)>>)).) | |
Set(Nullable<(Of <<'(Single>)>>)) |
Cast a float? to this decimal?
(Overrides ColumnData..::..Set(Nullable<(Of <<'(Single>)>>)).) | |
Set(Single) |
Cast a float to this decimal?
(Overrides ColumnData..::..Set(Single).) | |
Set(String) |
Cast a string to this decimal
(Overrides ColumnData..::..Set(String).) |