FireDAC.Comp.DataSet.TFDIndex.DataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataSet: TFDDataSet read GetDataSet;

C++

__property TFDDataSet* DataSet = {read=GetDataSet};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDIndex

Description

Retrieves a reference to the dataset.

Use the DataSet property to retrieve a reference to the dataset, containing this view.

See Also