Initializes a new instance of the BinaryTable class.

Overload List

  Name Description
Public method BinaryTable Create a null binary table data segment.
Public method BinaryTable (Header) Create a binary table from given header information.
Public method BinaryTable (ColumnTable) Create a binary table from an existing ColumnTable.
Public method BinaryTable (Object) Create a binary table from existing data in column order.
Public method BinaryTable (Object) Create a binary table from existing data in row order.

See Also