The ColumnData type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Binary |
return a byte[]
|
![]() | BinaryStream |
return a Stream
|
![]() | Boolean |
return a bool
|
![]() | BooleanQ |
return a bool?
|
![]() | Byte |
return a byte
|
![]() | ByteQ |
return a byte?
|
![]() | Char |
return a char
|
![]() | CharQ |
return a char?
|
![]() | CLRType |
The official Scope string representing this type, which is a valid C# name for this type
|
![]() | DateTime |
return a DateTime
|
![]() | DateTimeQ |
Return a DateTime?
|
![]() | Decimal |
return a decimal
|
![]() | DecimalQ |
return a decimal?
|
![]() | Double |
return a double
|
![]() | DoubleQ |
return a double?
|
![]() | Float |
return a float
|
![]() | FloatQ |
return a float?
|
![]() | Guid |
return a Guid
|
![]() | GuidQ |
return a Guid?
|
![]() | Integer |
return an int
|
![]() | IntegerQ |
return an int?
|
![]() | Long |
return a long
|
![]() | LongQ |
return a long?
|
![]() | SByte |
return a sbyte
|
![]() | SByteQ |
return a sbyte?
|
![]() | Short |
return a byte
|
![]() | ShortQ |
return a byte?
|
![]() | Size |
internal size
|
![]() | String |
return a string
|
![]() | Type |
Scope's ColumnDataType representation of this type
|
![]() | UInt |
return a byte
|
![]() | UIntQ |
return a byte?
|
![]() | ULong |
return a byte
|
![]() | ULongQ |
return a byte?
|
![]() | UShort |
return a byte
|
![]() | UShortQ |
return a byte?
|
![]() | Value |
Get value as primitive type. If object is nullable - returns null.
|
![]() | ValueType |
Returns base type of container, i.e. int, int?, bool...
|