IDtJsonProvider.Query

Syntax

Query: String;

Description

The Query property determines a JSONPath query, according to which imported data is selected.

Comments

When creating various conditions in the query take into account the specified data type. Implicit type conversion is not supported. For details on how to create JSONPath queries see additional guides, such as MSDN.

Example

The example of use is given in description of the IDtJsonProvider.File property.

See also:

IDtJsonProvider