The BinaryColumnData type exposes the following members.

Properties

  NameDescription
Public propertyBinary
Return this byte[] value
(Overrides ColumnData..::..Binary.)
Public propertyBinaryStream
return a Stream
(Overrides ColumnData..::..BinaryStream.)
Public propertyCLRType
Return the scope ColumnDataType for byte[]
(Overrides ColumnData..::..CLRType.)
Public propertyStatic memberDefault
Default value for a byte[]
Public propertySize
internal size
(Overrides ColumnData..::..Size.)
Public propertyString
Cast this byte[] to a string
(Overrides ColumnData..::..String.)
Public propertyType
Return the scope ColumnDataType
(Overrides ColumnData..::..Type.)
Public propertyValue
Get value as primitive type.
(Overrides ColumnData..::..Value.)
Public propertyValueType
Returns base type of container
(Overrides ColumnData..::..ValueType.)

See Also