Skip to main content

IConnectionProviderFactory.Create() Method

In This Article

Creates and returns an object implementing the IConnectionProviderService interface.

Namespace: DevExpress.DataAccess.Web

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

#Returns

Type Description
IConnectionProviderService

An object implementing the IConnectionProviderService interface.

See Also