IDalConnectionDescriptorParams

Description

The IDalConnectionDescriptorParams interface contains properties and methods of the collection of parameters that are used to connect to database server.

Properties

  Property name Brief description
Count The Count property returns the number of parameters that are used to connect to this driver.
Item The Item property returns the parameter, which index is passed by the Index parameter.

Methods

  Method name Brief description
Find The Find method searches for a parameter by the name passed by the Param parameter.

NOTE. The method is not intended to be used in application code. It is kept for compatibility with previous versions.

See also:

Dal Assembly Interfaces