DGDataSource.Body

Syntax

Body: Source;

Description

The Body property determines parameters to be added to request for getting table data in asynchronous mode.

Comments

Use JSON or the setBody method to set the property value, and the getBody method to get the property value.

This property is used if a data source is asynchronous.

This property is intended for internal use.

See also:

DGDataSource