Skip to main content
All docs
V24.2

EFDataSource.ConnectionName Property

Specifies the name of an Entity Framework data connection.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

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

Property Value

Type Description
String

The name of an Entity Framework connection string.

See Also