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
IConnectionProviderService Create()
#Returns
Type | Description |
---|---|
IConnection |
An object implementing the IConnection |
See Also