Skip to main content
All docs
V25.1
  • IEFContextProviderFactory.Create() Method

    Creates and returns an object that implements the IEFContextProvider interface.

    Namespace: DevExpress.DataAccess.Web

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    IEFContextProvider Create()

    Returns

    Type Description
    IEFContextProvider

    The object that implements the IEFContextProvider interface.

    See Also