Skip to main content

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

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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