ITable Methods
A table from the IResultSet data set.Name | Description |
---|---|
Get |
Gets the specified column from the current table by its index. |
Get |
Gets the specified column from the current table by name. |
Get |
Gets the specified master-detail relation of the current table. |
Get |
Returns an enumerator that iterates through the collection.
Inherited from IEnumerable |
Try |
Returns a column with the specified name using the column parameter. |
Try |
Returns a master-detail relation with the specified name using the relation parameter. |
See Also