Datasnap.DBClient.TAggregate.DataSet

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Unit: Datasnap.DBClient
Parent: TAggregate

Delphi

property DataSet: TCustomClientDataSet read FDataSet;

C++

__property TCustomClientDataSet* DataSet = {read=FDataSet};

Description

Indicates the client dataset whose records are summarized by this aggregate.

Read DataSet to access the client dataset that uses this aggregate.

See Also