Skip to main content

DataConnectionBase.ConnectionString Property

Gets or sets a connection string used to establish a connection to a data store.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

[Browsable(false)]
public abstract string ConnectionString { get; set; }

Property Value

Type Description
String

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

See Also