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

EFConnectionParameters.ConnectionString Property

Specifies a connection string used by an Entity Framework data source to establish connection to data.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v23.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

[DefaultValue(null)]
public string ConnectionString { get; set; }

Property Value

Type Default Description
String null

A String value, specifying the connection string.

See Also