ITable Members
A table from the IResultSet data set.Properties
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. |
Methods
Name | Description |
---|---|
GetColumn(Int32) | Gets the specified column from the current table by its index. |
GetColumn(String) | Gets the specified column from the current table by name. |
GetDetailRelation(String) | Gets the specified master-detail relation of the current table. |
GetEnumerator() | Returns an enumerator that iterates through the collection. Inherited from IEnumerable<T>. |
TryGetColumn(String, out IColumn) | Returns a column with the specified name using the column parameter. |
TryGetDetailRelation(String, out IRelation) | Returns a master-detail relation with the specified name using the relation parameter. |
See Also