The IntegerColumnData type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Make a duplicate of this IntegerColumnData (including its current value)
(Overrides ColumnData..::..Clone()()()().) |
![]() | CopyTo |
Copy this to some other ColumnData (using Set)
(Overrides ColumnData..::..CopyTo(ColumnData).) |
![]() | Deserialize |
Deserialized an int from a BinaryReader
(Overrides ColumnData..::..Deserialize(BinaryReader).) |
![]() | GetHashCode |
Get hash code
(Overrides ObjectGetHashCode()()()().) |
![]() | Reset | (Overrides ColumnDataReset()()()().) |
![]() | Serialize(BinaryWriter) |
Serialize an int to a BinaryWriter
(Overrides ColumnData..::..Serialize(BinaryWriter).) |
![]() | Serialize(StreamWriter) |
Serialize an int to a StreamWriter
(Overrides ColumnData..::..Serialize(StreamWriter).) |
![]() | Set(Decimal) |
Cast a decimal to this int
(Overrides ColumnData..::..Set(Decimal).) |
![]() | Set(Double) |
Cast a double to this int
(Overrides ColumnData..::..Set(Double).) |
![]() | Set(Int64) |
Cast to this int
(Overrides ColumnData..::..Set(Int64).) |
![]() | Set(Single) |
Cast a float to this int
(Overrides ColumnData..::..Set(Single).) |
![]() | Set(String) |
Cast a string to this int
(Overrides ColumnData..::..Set(String).) |
![]() | Set(UInt64) |
Cast to this int
(Overrides ColumnData..::..Set(UInt64).) |
![]() | UnsafeCopyTo |
Cast this to some other ColumnData (using UnsafeSet)
(Overrides ColumnData..::..UnsafeCopyTo(ColumnData).) |