Dal > Dal Assembly Interfaces > IDalConnectionDescriptor
Assembly: Dal;
The IDalConnectionDescriptor interface is used to work with database server connection description.
To create a connection description, use the IDalDriver.CreateDescriptor method.
The obtained connection can also be cast to the following interfaces:
Set connection parameters using the Params property or specific properties of the mentioned interfaces. To create a DBMS server connection, execute the CreateConnection method.
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. |
![]() |
UserName | The UserName property returns the user name that is used to connect to the database server using this driver. |
Method name | Brief description | |
![]() |
CreateConnection | The CreateConnection method creates a database server connection. |
See also: