IEFContextProviderFactory.Create() Method
In This Article
Creates and returns an object that implements the IEFContextProvider interface.
Namespace: DevExpress.DataAccess.Web
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
IEFContextProvider Create()
#Returns
Type | Description |
---|---|
IEFContext |
The object that implements the IEFContext |
See Also