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

IJsonDataConnectionProviderService.GetJsonDataConnection(String) Method

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

JsonDataConnection GetJsonDataConnection(
    string name
)

Parameters

Name Type
name String

Returns

Type
JsonDataConnection
See Also