JsonDataSource Properties
The read-only data source that retrieves and provides JSON data.| Name | Description |
|---|---|
| CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
| ConnectionName | Specifies the connection name that the JsonDataSource uses to get authentication or query parameters. |
| Container | Gets the IContainer that contains the Component. Inherited from Component. |
| DataObjectType | |
| DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
| Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
| JsonSource | Gets or sets an object that stores JSON data import settings. |
| Name | Inherited from DataComponentBase. |
| RootElement | Gets or sets the name of the root element in the associated data source. |
| Schema | Gets or sets the JsonDataSource‘s data schema. |
| SchemaDiscoveryMaxItemCount | Specifies how many data source elements to analyze on each level to build the schema. |
| Site | Gets or sets the ISite of the Component. Inherited from Component. |
See Also