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.2.dll
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