Assembly: Dal;
Namespace: Prognoz.Platform.Interop.Dal;
The IDalConnection2 interface is used to control the specialized database connections.
The IDalConnection2 interface is implemented to enable the user to create a new database connection based on the existing connection with specifying a new connection type.
Property name | Brief description | |
The Driver property returns identifier of the database driver, which is used to execute the connection. | ||
The ServerMode property returns the type of DBMS server, with which connection is established. | ||
The Type property returns the specialized type of connection. |
Method name | Brief description | |
The Clone method creates a specialized copy of the connection. | ||
The Discover method returns the appropriate cursor depending on the SystemDictionary parameter. |
See also: