IDalConnectionDescriptor

Description

The IDalConnectionDescriptor interface contains properties and methods used to create the connection with the database server.

Properties

  Property name Brief description
HostString The HostString property returns a name of the database server to which the connection is established.
Params The Params property returns a collection of parameters that are used for connecting to the database server using this driver.
Password The Password property returns a password that is used for connecting to the database server using this driver.
UserName The UserName property returns user name that is used for connecting to the database server using this driver.

Methods

  Method name Brief description
CreateConnection The CreateConnection method creates connection with the database server.

See also:

Dal Assembly Interfaces