Tablesnameindex Method |
|
DataPA OpenAnalytics API Reference
Gets the numeric index of a Table given the name of the Table
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public short nameindex(
string Name
)
Public Function nameindex (
Name As String
) As Short
public:
virtual short nameindex(
String^ Name
) sealed
function nameindex(Name);
Parameters
- Name
- Type: SystemString
The name of the given Table
Return Value
Type:
Int16The numeric index of the Table in the Tables collection
Remarks See Also