IChooseJsonSchemaPageView.Schema Property
If implemented, gets the schema of the retrieved JSON data source.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
Type | Description |
---|---|
JsonSchemaNode[] | A collection of JsonSchemaNode objects that specifies the schema of the retrieved JSON data source. |
See Also