AddRow | Prevents adding a row to the Message. |
ColumnIndex (inherited from Table) | Get the column index of the column named ColumnName . |
ColumnName (inherited from Table) | Get the table column name. |
ColumnType (inherited from Table) | Get the column type of the column at index ColumnIndex . |
CountOfColumn (inherited from Table) | Get the number of table columns. |
CountOfRow (inherited from Table) | Get the number of table rows. |
CountOfSubTable (inherited from Table) | Get the number of sub-tables. |
Dispose (inherited from Table) | Overloaded. Dispose of the Table object. |
Equals (inherited from Object) | |
GenerateMessage | Get a message in text string format by calling the Engine.Generate method. |
GetDate (inherited from Table) | Get the date/time value at ColumnIndex and RowIndex . |
GetDouble (inherited from Table) | Get the double value at columnIndex and rowIndex . |
GetHashCode (inherited from Object) | |
GetInteger (inherited from Table) | Get the integer value at columnIndex and rowIndex . |
GetState (inherited from Table) | Test the value in the cell at row rowIndex and column columnIndex to see if it is null, zero, empty or invalid. |
GetString (inherited from Table) | Get the string value at columnIndex and rowIndex . |
GetType (inherited from Object) | |
IsNull (inherited from Table) | Check if the value at columnIndex and rowIndex is null. |
SetDate (inherited from Table) | Set the value at ColumnIndex and RowIndex to the date/time Value . |
SetDouble (inherited from Table) | Set the value at ColumnIndex and RowIndex to the double Value . |
SetInteger (inherited from Table) | Set the value at ColumnIndex and RowIndex to the integer Value . |
SetString (inherited from Table) | Set the value at ColumnIndex and RowIndex to the string Value . |
SubTable (inherited from Table) | Get the sub-table with the specified row and table index. |
SubTableIndex (inherited from Table) | Get the index of the sub-table named SubTableName . |
TableName (inherited from Table) | Get the table name. |
ToString (inherited from Table) | Convert the table data to a string. |