Connects all Data Sources to data V2
Connects all Data Sources to data V2
Returns an enumeration of the data relations from this dictionary.
The enumeration of the data relations.
Returns an enumeration of the data source from this dictionary.
The enumeration of the data source.
Returns an enumeration of the variables from this dictionary.
The enumeration of the variables.
Returns data column from the data dictionary by its name.
A name of the data column.
The data column from the data dictionary. Returns null, if data column with specified name is not exists.
Returns datasource from the data dictionary by its name.
A name of the datasource.
The datasource from the data dictionary.Returns null, if datasource with specified name is not exists.
Returns value of a specified system variable.
A name of the system variable.
The value of the specified system variable.
Returns variable from the data dictionary by its name.
A name of the variable.
The variable from the data dictionary. Returns null, if variable with specified name not exists.
Returns a value from the variable by its name.
A name of the variable.
A value which contains in the variable.
Returns true if a specified variable is a read-only variable.
The name of the variable.
True, if the specified variable is a read-only variable.
Returns true if a specified name is a name of a system variable.
The name of the system variable.
True, if the specified name is the name of system variable.
Opens specified connections to the data. Opens all connections if none of them is specified.
Opens specified connections to the data. Opens all connections if none of them is specified.
Generated using TypeDoc
Closes all specified connections. Closes all connections if none of them is specified.