The ColumnData type exposes the following members.

Properties

  NameDescription
Public propertyBinary
return a byte[]
Public propertyBinaryStream
return a Stream
Public propertyBoolean
return a bool
Public propertyBooleanQ
return a bool?
Public propertyByte
return a byte
Public propertyByteQ
return a byte?
Public propertyChar
return a char
Public propertyCharQ
return a char?
Public propertyCLRType
The official Scope string representing this type, which is a valid C# name for this type
Public propertyDateTime
return a DateTime
Public propertyDateTimeQ
Return a DateTime?
Public propertyDecimal
return a decimal
Public propertyDecimalQ
return a decimal?
Public propertyDouble
return a double
Public propertyDoubleQ
return a double?
Public propertyFloat
return a float
Public propertyFloatQ
return a float?
Public propertyGuid
return a Guid
Public propertyGuidQ
return a Guid?
Public propertyInteger
return an int
Public propertyIntegerQ
return an int?
Public propertyLong
return a long
Public propertyLongQ
return a long?
Public propertySByte
return a sbyte
Public propertySByteQ
return a sbyte?
Public propertyShort
return a byte
Public propertyShortQ
return a byte?
Public propertySize
internal size
Public propertyString
return a string
Public propertyType
Scope's ColumnDataType representation of this type
Public propertyUInt
return a byte
Public propertyUIntQ
return a byte?
Public propertyULong
return a byte
Public propertyULongQ
return a byte?
Public propertyUShort
return a byte
Public propertyUShortQ
return a byte?
Public propertyValue
Get value as primitive type. If object is nullable - returns null.
Public propertyValueType
Returns base type of container, i.e. int, int?, bool...

See Also