IDalConnectionDescriptor

Description

The IDalConnectionDescriptor interface contains properties and methods that are used to create a database server connection.

Properties

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

Methods

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

See also:

Dal Assembly Interfaces