Skip to main content
A newer version of this page is available. .

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

Declaration

bool Contains(
    string connectionName
)

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