REST.Response.Adapter.TCustomJSONDataSetAdapter.FieldDefs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FieldDefs: TFieldDefs read FFieldDefs write SetFieldDefs;

C++

__property Data::Db::TFieldDefs* FieldDefs = {read=FFieldDefs, write=SetFieldDefs};

Properties

Type Visibility Source Unit Parent
property public
REST.Response.Adapter.pas
REST.Response.Adapter.hpp
REST.Response.Adapter TCustomJSONDataSetAdapter

Description

Indicates if the pattern FieldDefs is present.

If FieldDefs are present, this pattern forms an attached dataset. It does not add additional fields automatically, nor perform scanning for possible fields.

Tip: If you pre-define the fields, it might have a positive efect on the performance for large responses.

See Also