Skip to main content
A newer version of this page is available. .
All docs
V23.1

IEFContextProviderFactory.Create() Method

Creates and returns an object that implements the IEFContextProvider interface.

Namespace: DevExpress.DataAccess.Web

Assembly: DevExpress.DataAccess.v23.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

IEFContextProvider Create()

Returns

Type Description
IEFContextProvider

The object that implements the IEFContextProvider interface.

See Also