Data.DBJson.TJSONToDataSetBridge.SampleObjects

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBJson.pas
Data.DBJson.hpp
Unit: Data.DBJson
Parent: TJSONToDataSetBridge

Delphi

property SampleObjects: Integer read FSampleObjects write FSampleObjects default MaxInt;

C++

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

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