Skip to main content
All docs
V18.2

EFDataSourceUIHelper.Configure(EFDataSource, ConfigureContext) Method

Invokes the Data Source Wizard with the specified settings.

Namespace: DevExpress.DataAccess.UI.EntityFramework

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

Declaration

public static bool Configure(
    this EFDataSource dataSource,
    ConfigureContext context
)

Parameters

Name Type Description
dataSource EFDataSource

A EFDataSource object.

context ConfigureContext

A ConfigureContext object.

Returns

Type Description
Boolean

true, if the dialog was closed by clicking the Finish button; otherwise, false.

See Also