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

IChooseJsonSchemaPageView.Schema Property

If implemented, gets the schema of the retrieved JSON data source.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

JsonSchemaNode[] Schema { get; }

Property Value

Type Description
JsonSchemaNode[]

A collection of JsonSchemaNode objects that specifies the schema of the retrieved JSON data source.

See Also