CustomStringConnectionParameters(String) Constructor
SECURITY-RELATED CONSIDERATIONS
Do not build or assign a connection string from untrusted input (such as user-entered text). Always validate connection parameters to mitigate CWE-15-related security risks.
Initializes a new instance of the CustomStringConnectionParameters class.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v25.2.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| connectionString | String | A String that contains connection parameters. This value is assigned to the CustomStringConnectionParameters.ConnectionString property. |
See Also