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.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
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