The BooleanColumnData type exposes the following members.

Constructors

  NameDescription
Public methodBooleanColumnData
construct a BooleanColumnData

Methods

  NameDescription
Public methodClone
Make a duplicate of this BooleanColumnData, including its value
(Overrides ColumnData..::..Clone()()()().)
Public methodCompare
Compare this bool to some other ColumnData
(Overrides SystemTypeColumnDataCompare(ColumnData).)
Public methodCopyTo
Copy this to some other ColumnData (using Set)
(Overrides ColumnData..::..CopyTo(ColumnData).)
Public methodDeserialize
Deserialize this bool from a binary reader
(Overrides ColumnData..::..Deserialize(BinaryReader).)
Public methodGetHashCode
Get hash code
(Overrides ObjectGetHashCode()()()().)
Public methodReset
(Overrides ColumnDataReset()()()().)
Public methodSerialize(BinaryWriter)
Serialize this bool to a BinaryWriter
(Overrides ColumnData..::..Serialize(BinaryWriter).)
Public methodSerialize(StreamWriter)
Serialize this bool to a StreamWriter
(Overrides ColumnData..::..Serialize(StreamWriter).)
Public methodSet(Boolean)
Assign a bool to this
(Overrides ColumnData..::..Set(Boolean).)
Public methodSet(Decimal)
Cast a decimal to this bool
(Overrides ColumnData..::..Set(Decimal).)
Public methodSet(Double)
Cast a double to this bool
(Overrides ColumnData..::..Set(Double).)
Public methodSet(Int64)
Cast to this bool
(Overrides ColumnData..::..Set(Int64).)
Public methodSet(Nullable<(Of <<'(Boolean>)>>))
Cast a bool? to this bool
(Overrides ColumnData..::..Set(Nullable<(Of <<'(Boolean>)>>)).)
Public methodSet(Nullable<(Of <<'(Decimal>)>>))
Cast a decimal? to this bool
(Overrides ColumnData..::..Set(Nullable<(Of <<'(Decimal>)>>)).)
Public methodSet(Nullable<(Of <<'(Double>)>>))
Cast a double? to this bool
(Overrides ColumnData..::..Set(Nullable<(Of <<'(Double>)>>)).)
Public methodSet(Nullable<(Of <<'(Int64>)>>))
Cast to this bool
(Overrides ColumnData..::..Set(Nullable<(Of <<'(Int64>)>>)).)
Public methodSet(Nullable<(Of <<'(Single>)>>))
Cast a float? to this bool
(Overrides ColumnData..::..Set(Nullable<(Of <<'(Single>)>>)).)
Public methodSet(Nullable<(Of <<'(UInt64>)>>))
Cast to bool?
(Overrides ColumnData..::..Set(Nullable<(Of <<'(UInt64>)>>)).)
Public methodSet(Single)
Cast a float to this bool
(Overrides ColumnData..::..Set(Single).)
Public methodSet(String)
Cast a string to this bool
(Overrides ColumnData..::..Set(String).)
Public methodSet(UInt64)
Cast to bool
(Overrides ColumnData..::..Set(UInt64).)
Public methodUnsafeCopyTo
Cast this to some other ColumnData (using UnsafeSet)
(Overrides ColumnData..::..UnsafeCopyTo(ColumnData).)

Properties

  NameDescription
Public propertyCLRType
Return the scope ColumnDataType for bool
(Overrides ColumnDataCLRType()()()().)
Public propertyStatic memberDefault
Public propertyType
Return the scope ColumnDataType
(Overrides ColumnData..::..Type.)

See Also