EFDataSource.ConnectionName Property
Specifies the name of an Entity Framework data connection.
Namespace: DevExpress.DataAccess.EntityFramework
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
[LocalizableCategory(DataAccessStringId.PropertyGridConnectionCategoryName)]
[TypeConverter(typeof(ConnectionNameTypeConverter))]
[XtraSerializableProperty(7)]
public string ConnectionName { get; set; }
Property Value
Type | Description |
---|---|
String | The name of an Entity Framework connection string. |
See Also