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

IDataConnection.CreateConnectionString(Boolean) Method

Creates a connection string for the current data connection.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

string CreateConnectionString(
    bool blackoutCredentials
)

Parameters

Name Type Description
blackoutCredentials Boolean

true, to remove user credentials from the connection string; otherwise, false.

Returns

Type Description
String

A String that is the connection string for the current IDataConnection.

See Also