Skip to main content
All docs
V25.1
  • EFDataSource.ConnectionName Property

    Specifies the name of an Entity Framework data connection.

    Namespace: DevExpress.DataAccess.EntityFramework

    Assembly: DevExpress.DataAccess.v25.1.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