JsonConnectionType Enum
In This Article
Enumerates values that specify the type of connection to a JSON data source on the Specify JSON Data Location page of the Data Source Wizard.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Members
Name | Description |
---|---|
Uri
|
A Web Service Endpoint URI. |
File
|
A JSON file. |
Custom
|
A string with JSON content. |
#Related API Members
The following properties accept/return JsonConnectionType values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | IChoose |
Win |
Choose |
WPF Controls | Choose |
#Remarks
The values listed by this enumeration are used to set the IChooseJsonSourcePageView.ConnectionType property.
See Also