FireDAC.Stan.Intf.TFDStoreItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDStoreItem = (siMeta, siData, siDelta, siVisible);

C++

enum DECLSPEC_DENUM TFDStoreItem : unsigned int { siMeta, siData, siDelta, siVisible };

Properties

Type Visibility Source Unit Parent
enum public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf FireDAC.Stan.Intf

Description

Specifies which items must be stored into a persistent dataset file.

TFDStoreItem specifies items to store into a persistent dataset file.

Name Description
siData Row data
siDelta Row changes
siMeta Dataset metadata

siVisible

Saves only filtered records into storage. Must be used only together with siData or siDelta. When excluded, all dataset records are saved. By default is not included.

See Also