Click or drag to resize
Tablesnameindex Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets the numeric index of a Table given the name of the Table

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public short nameindex(
	string Name
)

Parameters

Name
Type: SystemString
The name of the given Table

Return Value

Type: Int16
The numeric index of the Table in the Tables collection
Remarks