Skip to main content
A newer version of this page is available. .

IConnectionProviderFactory.Create() Method

Creates and returns an object implementing the IConnectionProviderService interface.

Namespace: DevExpress.DataAccess.Web

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

IConnectionProviderService Create()

Returns

Type Description
IConnectionProviderService

An object implementing the IConnectionProviderService interface.

See Also