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

IJsonDataConnectionProviderService.GetJsonDataConnection(String) Method

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v20.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

JsonDataConnection GetJsonDataConnection(
    string name
)

Parameters

Name Type
name String

Returns

Type
JsonDataConnection
See Also