Data.DBJson.TJSONToDataSetBridge.SampleObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SampleObjects: Integer read FSampleObjects write FSampleObjects default MaxInt;

C++

__property int SampleObjects = {read=FSampleObjects, write=FSampleObjects, default=2147483647};

Properties

Type Visibility Source Unit Parent
property public
Data.DBJson.pas
Data.DBJson.hpp
Data.DBJson TJSONToDataSetBridge

Description

Specifies the number of objects in a JSON dataset to scan to determine the structure.

The default value is MaxInt, which means all dataset objects.

See Also