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