Skip to main content
All docs
V18.2

EFDataSourceUIHelper.CreateEntityFrameworkModelHelper(UserLookAndFeel, IWin32Window, ISolutionTypesProvider) Method

For internal use.

Namespace: DevExpress.DataAccess.UI.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

public static EntityFrameworkModelHelper CreateEntityFrameworkModelHelper(
    UserLookAndFeel lookAndFeel,
    IWin32Window owner,
    ISolutionTypesProvider solutionTypesProvider
)

Parameters

Name Type Description
lookAndFeel UserLookAndFeel

A UserLookAndFeel object, specifying the application’s look and feel settings.

owner IWin32Window

An object implementing the IWin32Window interface that is the owner of the current dialog window.

solutionTypesProvider ISolutionTypesProvider

An object implementing the ISolutionTypesProvider interface.

Returns

Type
DevExpress.DataAccess.Wizard.Native.EntityFrameworkModelHelper
See Also