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
LongQColumnData Methods
LongQColumnData Class
See Also
Send Feedback
The
LongQColumnData
type exposes the following members.
Methods
Name
Description
Clone
Make a duplicate of this LongQColumnData
(Overrides
ColumnData
.
.
::
.
.
Clone
()
()
()
()
.)
CopyTo
Copy this to some other ColumnData (using Set)
(Overrides
ColumnData
.
.
::
.
.
CopyTo(ColumnData)
.)
Deserialize
Deserialize this long? to a BinaryReader
(Overrides
ColumnData
.
.
::
.
.
Deserialize(BinaryReader)
.)
GetHashCode
Get hash code
(Overrides
ObjectGetHashCode
()
()
()
()
.)
Serialize(BinaryWriter)
Serialize this long to a BinaryWriter
(Overrides
ColumnData
.
.
::
.
.
Serialize(BinaryWriter)
.)
Serialize(StreamWriter)
Serialize this long to a StreamWriter
(Overrides
ColumnData
.
.
::
.
.
Serialize(StreamWriter)
.)
Set(Decimal)
Cast a decimal to this long?
(Overrides
ColumnData
.
.
::
.
.
Set(Decimal)
.)
Set(Double)
Cast a double to this long?
(Overrides
ColumnData
.
.
::
.
.
Set(Double)
.)
Set(Int64)
Cast to this long
(Overrides
ColumnData
.
.
::
.
.
Set(Int64)
.)
Set(Nullable
<
(Of
<
<'
(
Decimal
>
)
>
>
)
)
Cast a decimal? to this long?
(Overrides
ColumnData
.
.
::
.
.
Set(Nullable
<
(Of
<
<'
(
Decimal
>
)
>
>
)
)
.)
Set(Nullable
<
(Of
<
<'
(
Double
>
)
>
>
)
)
Cast a double? to this long?
(Overrides
ColumnData
.
.
::
.
.
Set(Nullable
<
(Of
<
<'
(
Double
>
)
>
>
)
)
.)
Set(Nullable
<
(Of
<
<'
(
Int64
>
)
>
>
)
)
Cast to this long?
(Overrides
ColumnData
.
.
::
.
.
Set(Nullable
<
(Of
<
<'
(
Int64
>
)
>
>
)
)
.)
Set(Nullable
<
(Of
<
<'
(
Single
>
)
>
>
)
)
Cast a float? to this long?
(Overrides
ColumnData
.
.
::
.
.
Set(Nullable
<
(Of
<
<'
(
Single
>
)
>
>
)
)
.)
Set(Nullable
<
(Of
<
<'
(
UInt64
>
)
>
>
)
)
Cast to this long?
(Overrides
ColumnData
.
.
::
.
.
Set(Nullable
<
(Of
<
<'
(
UInt64
>
)
>
>
)
)
.)
Set(Single)
Cast a float to this long?
(Overrides
ColumnData
.
.
::
.
.
Set(Single)
.)
Set(String)
Cast a string to this long?
(Overrides
ColumnData
.
.
::
.
.
Set(String)
.)
Set(UInt64)
Cast to this long
(Overrides
ColumnData
.
.
::
.
.
Set(UInt64)
.)
UnsafeCopyTo
Cast this to some other ColumnData (using UnsafeSet)
(Overrides
ColumnData
.
.
::
.
.
UnsafeCopyTo(ColumnData)
.)
UnsafeSet
Cast a string to this long?
(Overrides
ColumnData
.
.
::
.
.
UnsafeSet(String)
.)
See Also
LongQColumnData Class
ScopeRuntime Namespace