IDalConnection2

Assembly: 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
Driver The Driver property returns identifier of the database driver, which is used to execute the connection.
ServerMode The ServerMode property returns the type of DBMS server, with which connection is established.
Type The Type property returns the specialized type of connection.

Methods

  Method name Brief description
Clone The Clone method creates a specialized copy of the connection.
Discover The Discover method returns the appropriate cursor depending on the SystemDictionary parameter.

See also:

Dal Assembly Interfaces