ITable Methods
A table from the IResultSet data set.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