[]
Gets the ITable with the specified name.
ITable this[string name] { get; }
ReadOnly Default Property Item(name As String) As ITable
Type | Name | Description |
---|---|---|
string | name | A string value indicates the table name. |
Type | Description |
---|---|
ITable |
Gets the ITable at the specified index.
ITable this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ITable
Type | Name | Description |
---|---|---|
int | index | An integer value indicates the table index. |
Type | Description |
---|---|
ITable |