TablesAdd Method (Table) |
|
DataPA OpenAnalytics API Reference
Adds a Table to this Tables collection
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Add(
Table item
)
Public Sub Add (
item As Table
)
public:
virtual void Add(
Table^ item
) sealed
Parameters
- item
- Type: DataPA.Utils.QueryEngineTable
The Table to add
Remarks See Also