The IntegerQColumnData type exposes the following members.

Constructors

  NameDescription
Public methodIntegerQColumnData
Construct an IntegerQColumnData

Methods

  NameDescription
Public methodClone
Make an exact copy of this IntegerQColumnData, including its value
(Overrides ColumnData..::..Clone()()()().)
Public methodCopyTo
Copy this to some other ColumnData (using Set)
(Overrides ColumnData..::..CopyTo(ColumnData).)
Public methodDeserialize
Deserialize an int? from a BinaryReader
(Overrides ColumnData..::..Deserialize(BinaryReader).)
Public methodGetHashCode
Get a well-distributed hash of this integer
(Overrides ObjectGetHashCode()()()().)
Public methodSerialize(BinaryWriter)
Serialize an int? to a BinaryWriter
(Overrides ColumnData..::..Serialize(BinaryWriter).)
Public methodSerialize(StreamWriter)
Serialize an int? to a StreamWriter
(Overrides ColumnData..::..Serialize(StreamWriter).)
Public methodSet(Decimal)
Cast a decimal to this int?
(Overrides ColumnData..::..Set(Decimal).)
Public methodSet(Double)
Cast a double to this int?
(Overrides ColumnData..::..Set(Double).)
Public methodSet(Int64)
Cast to this int?
(Overrides ColumnData..::..Set(Int64).)
Public methodSet(Nullable<(Of <<'(Decimal>)>>))
Cast a decimal? to this int?
(Overrides ColumnData..::..Set(Nullable<(Of <<'(Decimal>)>>)).)
Public methodSet(Nullable<(Of <<'(Double>)>>))
Cast a double? to this int?
(Overrides ColumnData..::..Set(Nullable<(Of <<'(Double>)>>)).)
Public methodSet(Nullable<(Of <<'(Int64>)>>))
Cast to this int
(Overrides ColumnData..::..Set(Nullable<(Of <<'(Int64>)>>)).)
Public methodSet(Nullable<(Of <<'(Single>)>>))
Cast a float? to this int?
(Overrides ColumnData..::..Set(Nullable<(Of <<'(Single>)>>)).)
Public methodSet(Nullable<(Of <<'(UInt64>)>>))
Cast to this int?
(Overrides ColumnData..::..Set(Nullable<(Of <<'(UInt64>)>>)).)
Public methodSet(Single)
Cast a float to this int?
(Overrides ColumnData..::..Set(Single).)
Public methodSet(String)
Cast a string to this int?
(Overrides ColumnData..::..Set(String).)
Public methodSet(UInt64)
Cast to this int?
(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 int?
(Overrides ColumnData..::..UnsafeSet(String).)

Properties

  NameDescription
Public propertyCLRType
Scope ColumnDataType representing a nullable integer
(Overrides ColumnDataCLRType()()()().)
Public propertyType
Return the scope ColumnDataType
(Overrides ColumnData..::..Type.)

See Also