FireDAC.Comp.DataSet.TFDDataSet.BaseView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BaseView: TFDDatSView read FView;

C++

__property Firedac::Dats::TFDDatSView* BaseView = {read=FView};

Properties

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

Description

Specifies the reference to the base DatS view object.

The BaseView property returns a reference to the TFDDatSView object. It is the base view object, specified as second argument to the AttachTable method call. By applying filters, indexes, and ranges, FireDAC builds views above this view object.

See Also