Click or drag to resize
TablesAdd Method (Table) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Adds a Table to this Tables collection

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Add(
	Table item
)

Parameters

item
Type: DataPA.Utils.QueryEngineTable
The Table to add
Remarks