The IDalConnectionDescriptorParam interface contains properties of the parameter that is used to connect to database server.
Property name | Brief description | |
Mandatory | The Mandatory property returns True if the parameter that is used for connecting to the database server is mandatory. | |
Name | The Name property returns the name of the parameter used on connecting to the database server. | |
Value | The Value property determines the parameter value that is used on connecting to the database server. |
See also: