| Tables Class |
|
Namespace: DataPA.Utils.QueryEngine
[SerializableAttribute] public class Tables : _Tables, IEnumerable, IEnumerator
The Tables type exposes the following members.
| Name | Description | |
|---|---|---|
| Tables |
Creates and returns a new Tables collection
| |
| Tables(String, String, String, String) |
Creates and returns a new Tables collection
|
| Name | Description | |
|---|---|---|
| Add(Table) |
Adds a Table to this Tables collection
| |
| Add(Table, Object) |
Adds a Table to this Tables collection
| |
| Add(Table, Object, Object) |
Adds a Table to this Tables collection
| |
| GetEnumerator |
Implements System.Collections.IEnumerable.GetEnumerator.
| |
| item |
Retrieves the Table from this Tables collection
| |
| MoveNext |
Implements System.Collections.IEnumerator.MoveNext.
| |
| nameindex |
Gets the numeric index of a Table given the name of the Table
| |
| Remove |
Removes the Table from this Tables collection
| |
| Reset |
Implements System.Collections.IEnumerator.Reset.
|
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| Name | Description | |
|---|---|---|
| Count |
Gets the number of Tables in this collection.
| |
| Current |
Implements System.Collections.IEnumerator.Current.
|