FireDAC.Comp.DataSet.TFDDataSet.BaseView

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

property BaseView: TFDDatSView read FView;

C++

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

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