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

IEFDataSourceModel.ModelHelper Property

If implemented, specifies the model helper.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

IEntityFrameworkModelHelper ModelHelper { get; set; }

Property Value

Type Description
DevExpress.DataAccess.Wizard.Services.IEntityFrameworkModelHelper

An object that provides functionality to configure the model.

See Also