Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IDatabaseInitExecuteSetup interface contains properties used to determine the parameters of databases, before connection to which the application macro is executed.
IDatabaseInitExecuteSetup
This interface is supported by all objects of the Database repository.
Property name | Brief description | |
The Database property returns the description of the database which corresponds to the current additional settings. | ||
The Macro property determines the name of the method, which will be executed on connecting to the database. | ||
The Module property determines the development environment object containing realization of the method, which will be launched before connecting to the database. |
See also: