Tables Constructor (String, String, String, String) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new Tables collection
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Tables(
string Tables,
string Parents,
string Indexes,
string Links
)
Public Sub New (
Tables As String,
Parents As String,
Indexes As String,
Links As String
)
public:
Tables(
String^ Tables,
String^ Parents,
String^ Indexes,
String^ Links
)
DataPA.Utils.QueryEngine.Tables = function(Tables, Parents, Indexes, Links);
Parameters
- Tables
- Type: SystemString
A character 1 delimtered list of table names - Parents
- Type: SystemString
A character 1 delimtered list of parent table names - Indexes
- Type: SystemString
A character 1 delimtered list of index names - Links
- Type: SystemString
Remarks See Also