Datasnap.DBClient.TAggregate.DataSet
[–] 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.