Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
Code: Visual C++
Members: Show All
Members: Filtered
Members: Filtered
Members: Filtered
C#
Visual Basic
Visual C++
Include Protected Members
Include Inherited Members
Scope API
IntegerQColumnData Methods
IntegerQColumnData Class
See Also
Send Feedback
The
IntegerQColumnData
type exposes the following members.
Methods
Name
Description
Clone
Make an exact copy of this IntegerQColumnData, including its value
(Overrides
ColumnData
.
.
::
.
.
Clone
()
()
()
()
.)
CopyTo
Copy this to some other ColumnData (using Set)
(Overrides
ColumnData
.
.
::
.
.
CopyTo(ColumnData)
.)
Deserialize
Deserialize an int? from a BinaryReader
(Overrides
ColumnData
.
.
::
.
.
Deserialize(BinaryReader)
.)
GetHashCode
Get a well-distributed hash of this integer
(Overrides
ObjectGetHashCode
()
()
()
()
.)
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(Nullable
<
(Of
<
<'
(
Decimal
>
)
>
>
)
)
Cast a decimal? to this int?
(Overrides
ColumnData
.
.
::
.
.
Set(Nullable
<
(Of
<
<'
(
Decimal
>
)
>
>
)
)
.)
Set(Nullable
<
(Of
<
<'
(
Double
>
)
>
>
)
)
Cast a double? to this int?
(Overrides
ColumnData
.
.
::
.
.
Set(Nullable
<
(Of
<
<'
(
Double
>
)
>
>
)
)
.)
Set(Nullable
<
(Of
<
<'
(
Int64
>
)
>
>
)
)
Cast to this int
(Overrides
ColumnData
.
.
::
.
.
Set(Nullable
<
(Of
<
<'
(
Int64
>
)
>
>
)
)
.)
Set(Nullable
<
(Of
<
<'
(
Single
>
)
>
>
)
)
Cast a float? to this int?
(Overrides
ColumnData
.
.
::
.
.
Set(Nullable
<
(Of
<
<'
(
Single
>
)
>
>
)
)
.)
Set(Nullable
<
(Of
<
<'
(
UInt64
>
)
>
>
)
)
Cast to this int?
(Overrides
ColumnData
.
.
::
.
.
Set(Nullable
<
(Of
<
<'
(
UInt64
>
)
>
>
)
)
.)
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)
.)
UnsafeSet
Cast a string to this int?
(Overrides
ColumnData
.
.
::
.
.
UnsafeSet(String)
.)
See Also
IntegerQColumnData Class
ScopeRuntime Namespace