Skip to main content

DataConnectionBase.CreateConnectionString() Method

Creates a connection string.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public virtual string CreateConnectionString()

Returns

Type Description
String

A String that specifies a connection string used to establish a connection to a data store.

Remarks

To check whether the connection string has already been assigned to the data connection, use the DataConnectionBase.HasConnectionString property.

See Also