The IDalConnectionDescriptorParams interface contains properties and methods of the collection of parameters used to connect to the database server.
| Property name | Brief description | |
| Count | The Count property returns the number of parameters used to connect to the given driver. | |
| Item | The Item property returns a parameter, the index of which is passed by the Index parameter. |
| Method name | Brief description | |
| Find | The Find method searches a parameter by name passed by the Param parameter. |
See also: