IConnectionStorageService.Contains(String) Method
If implemented, determines whether or not the connection storage contains a specific connection string.
Namespace: DevExpress.DataAccess.Wizard.Services
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| connectionName | String | A String value that specifies the name of a connection. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the connection storage contains a connection; otherwise, false. |
See Also