The LongQColumnData type exposes the following members.

Methods

  NameDescription
Public methodClone
Make a duplicate of this LongQColumnData
(Overrides ColumnData..::..Clone()()()().)
Public methodCopyTo
Copy this to some other ColumnData (using Set)
(Overrides ColumnData..::..CopyTo(ColumnData).)
Public methodDeserialize
Deserialize this long? to a BinaryReader
(Overrides ColumnData..::..Deserialize(BinaryReader).)
Public methodGetHashCode
Get hash code
(Overrides ObjectGetHashCode()()()().)
Public methodSerialize(BinaryWriter)
Serialize this long to a BinaryWriter
(Overrides ColumnData..::..Serialize(BinaryWriter).)
Public methodSerialize(StreamWriter)
Serialize this long to a StreamWriter
(Overrides ColumnData..::..Serialize(StreamWriter).)
Public methodSet(Decimal)
Cast a decimal to this long?
(Overrides ColumnData..::..Set(Decimal).)
Public methodSet(Double)
Cast a double to this long?
(Overrides ColumnData..::..Set(Double).)
Public methodSet(Int64)
Cast to this long
(Overrides ColumnData..::..Set(Int64).)
Public methodSet(Nullable<(Of <<'(Decimal>)>>))
Cast a decimal? to this long?
(Overrides ColumnData..::..Set(Nullable<(Of <<'(Decimal>)>>)).)
Public methodSet(Nullable<(Of <<'(Double>)>>))
Cast a double? to this long?
(Overrides ColumnData..::..Set(Nullable<(Of <<'(Double>)>>)).)
Public methodSet(Nullable<(Of <<'(Int64>)>>))
Cast to this long?
(Overrides ColumnData..::..Set(Nullable<(Of <<'(Int64>)>>)).)
Public methodSet(Nullable<(Of <<'(Single>)>>))
Cast a float? to this long?
(Overrides ColumnData..::..Set(Nullable<(Of <<'(Single>)>>)).)
Public methodSet(Nullable<(Of <<'(UInt64>)>>))
Cast to this long?
(Overrides ColumnData..::..Set(Nullable<(Of <<'(UInt64>)>>)).)
Public methodSet(Single)
Cast a float to this long?
(Overrides ColumnData..::..Set(Single).)
Public methodSet(String)
Cast a string to this long?
(Overrides ColumnData..::..Set(String).)
Public methodSet(UInt64)
Cast to this long
(Overrides ColumnData..::..Set(UInt64).)
Public methodUnsafeCopyTo
Cast this to some other ColumnData (using UnsafeSet)
(Overrides ColumnData..::..UnsafeCopyTo(ColumnData).)
Public methodUnsafeSet
Cast a string to this long?
(Overrides ColumnData..::..UnsafeSet(String).)

See Also