DGDataSource.AdditionalParams

Syntax

AdditionalParams: String;

Description

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

Comments

Use JSON or the setAdditionalParams method to set the property value and the getAdditionalParams 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