ITable Properties
A table from the IResultSet data set.| Name | Description |
|---|---|
| Columns | Gets the collection of columns that belong to the current table. |
| DetailRelations | Gets the collection of master-detail relations of the current table. |
| Item[Int32] | Gets an individual row by its index. |
| Name | Gets the name of the table. |
See Also