[]
Gets the ITable with the specified name.
ITable this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name | The ITable name. |
Gets the ITable at the specified index.
ITable this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index | The index. |