Name | Description | |
---|---|---|
Table Constructor | Initializes a new instance of the Table class. |
The following tables list the members exposed by Table.
Name | Description | |
---|---|---|
Table Constructor | Initializes a new instance of the Table class. |
Name | Description | |
---|---|---|
Columns | The table colums collection. | |
Name | The name of table | |
TableType | The table type. |
Name | Description | |
---|---|---|
Equals | Overloaded. Returns a System.Boolean. This is true if the specified Table is equal to the current Table; otherwise, false. The table for comparison. | |
GetHashCode | Returns a System.Int32 that represents a hash code for the current object. | |
ToString | Returns a System.String that represents this instance. |
Equality | Returns a System.Boolean. This is true if the first Table is equal to the second Table; otherwise, false. The first table for comparison. The second table for comparison. |
Inequality | Returns a System.Boolean. This is true if the first Table is not equal to the second Table; otherwise, false. The first table for comparison. The second table for comparison. |