Click or drag to resize
Tables Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineTables

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class Tables : _Tables, IEnumerable, 
	IEnumerator

The Tables type exposes the following members.

Constructors
  NameDescription
Public methodTables
Creates and returns a new Tables collection
Public methodTables(String, String, String, String)
Creates and returns a new Tables collection
Top
Methods
  NameDescription
Public methodAdd(Table)
Adds a Table to this Tables collection
Public methodAdd(Table, Object)
Adds a Table to this Tables collection
Public methodAdd(Table, Object, Object)
Adds a Table to this Tables collection
Public methodGetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public methoditem
Retrieves the Table from this Tables collection
Public methodMoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public methodnameindex
Gets the numeric index of a Table given the name of the Table
Public methodRemove
Removes the Table from this Tables collection
Public methodReset
Implements System.Collections.IEnumerator.Reset.
Top
Fields
Properties
  NameDescription
Public propertyCount
Gets the number of Tables in this collection.
Public propertyCurrent
Implements System.Collections.IEnumerator.Current.
Top
See Also