IDalConnection2

Assembly: Dal;

Namespace: Prognoz.Platform.Interop.Dal;

Description

The IDalConnection2 interface is used to control the specialized database connections.

Comments

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.

Properties

  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.

Methods

  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:

Dal Assembly Interfaces