ITable Members
In This Article
#Properties
Name | Description |
---|---|
Columns | Gets the collection of columns that belong to the current table. |
Detail |
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 |
---|---|
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