Table | Overloaded. Initializes a new instance of the Table class. |
AddRow | Add a row to the table. |
ColumnIndex | Get the column index of the column named ColumnName . |
ColumnName | Get the table column name. |
ColumnType | Get the column type of the column at index ColumnIndex . |
CountOfColumn | Get the number of table columns. |
CountOfRow | Get the number of table rows. |
CountOfSubTable | Get the number of sub-tables. |
Dispose | Overloaded. Dispose of the Table object. |
Equals (inherited from Object) | |
GetDate | Get the date/time value at ColumnIndex and RowIndex . |
GetDouble | Get the double value at columnIndex and rowIndex . |
GetHashCode (inherited from Object) | |
GetInteger | Get the integer value at columnIndex and rowIndex . |
GetState | Test the value in the cell at row rowIndex and column columnIndex to see if it is null, zero, empty or invalid. |
GetString | Get the string value at columnIndex and rowIndex . |
GetType (inherited from Object) | |
IsNull | Check if the value at columnIndex and rowIndex is null. |
SetDate | Set the value at ColumnIndex and RowIndex to the date/time Value . |
SetDouble | Set the value at ColumnIndex and RowIndex to the double Value . |
SetInteger | Set the value at ColumnIndex and RowIndex to the integer Value . |
SetString | Set the value at ColumnIndex and RowIndex to the string Value . |
SubTable | Get the sub-table with the specified row and table index. |
SubTableIndex | Get the index of the sub-table named SubTableName . |
TableName | Get the table name. |
ToString | Convert the table data to a string. |
m_TableHandle | The Table handle for use in the internal implementation of Chameleon only. |
Dispose | Overloaded. Helper. Actual Dispose. Intended to be overridden by the child. |
Finalize | Destructor. Calls Dispose passing false as a parameter. |
MemberwiseClone (inherited from Object) |