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

EFWizardOptions Enum

Lists the options available to customize the Entity Framework pages of the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard

Assembly: DevExpress.DataAccess.v18.1.dll

Declaration

[Flags]
public enum EFWizardOptions

Members

Name Description
None

No options are applied to the Entity Framework Data Source wizard.

ShowBrowseButton

The Entity Framework Data Source wizard enables end-users to load a data context from a custom assembly by clicking the Browse… button.

Related API Members

The following properties accept/return EFWizardOptions values:

Library Related API Members
Cross-Platform Class Library ConfigureContext.Options
EditConnectionContext.Options
EditFiltersContext.Options
WinForms Controls ConfigureContext.Options
EditConnectionContext.Options
EditFiltersContext.Options

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the EFWizardOptions enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also