FireDAC.Stan.Option.TFDResourceOptions.StoreItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StoreItems: TFDStoreItems read GetStoreItems

C++

__property Firedac::Stan::Intf::TFDStoreItems StoreItems = {read=GetStoreItems, write=SetStoreItems, stored=IsSIS, default=7};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDResourceOptions

Description

Specifies the data to write into the persistent dataset data files or streams.

Use the StoreItems property to specify the data to write into a data file or a stream, where the persistent dataset stores its data. The default value is [siData, siDelta, siMeta].

Value 

Description 

siData

Stores data. 

siDelta

Stores the changes log along with the data. 

siMeta

Stores dataset metadata, including column definitions, constraints, and so on. Note that when TFDMemTable has persistent fields or filled FieldDefs collections, then siMeta is optional.

See Also