Skip to main content
All docs
V23.2

EFDataSource.ConnectionName Property

Specifies the name of an Entity Framework data connection.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

[DefaultValue(null)]
[LocalizableCategory(DataAccessStringId.PropertyGridConnectionCategoryName)]
public string ConnectionName { get; set; }

Property Value

Type Default Description
String null

The name of an Entity Framework connection string.

See Also