The DecimalQColumnData type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Make a duplicate of this DecimalQColumnData (including its value)
(Overrides ColumnData..::..Clone()()()().) |
![]() | Compare |
Compare this decimal? to some other ColumnData
(Overrides NullableSystemTypeColumnDataCompare(ColumnData).) |
![]() | CopyTo |
Copy this to some other ColumnData (using Set)
(Overrides ColumnData..::..CopyTo(ColumnData).) |
![]() | Deserialize |
Deserialize a decimal? from a BinaryReader
(Overrides ColumnData..::..Deserialize(BinaryReader).) |
![]() | GetHashCode |
Get hash code
(Overrides ObjectGetHashCode()()()().) |
![]() | Serialize(BinaryWriter) |
Serialize a decimal? to a BinaryWriter
(Overrides ColumnData..::..Serialize(BinaryWriter).) |
![]() | Serialize(StreamWriter) |
Serialize a decimal? to a StreamWriter
(Overrides ColumnData..::..Serialize(StreamWriter).) |
![]() | 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).) |
![]() | UnsafeCopyTo |
Cast this to some other ColumnData (using UnsafeSet)
(Overrides ColumnData..::..UnsafeCopyTo(ColumnData).) |
![]() | UnsafeSet |
Cast a string to this decimal
(Overrides ColumnData..::..UnsafeSet(String).) |