FireDAC.Comp.DataSet.TFDDataSet.DatSManager

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 DatSManager: TFDDatSManager read DoGetDatSManager;

C++

__property Firedac::Dats::TFDDatSManager* DatSManager = {read=DoGetDatSManager};

Description

Returns the reference to the internal data storage manager.

The DatSManager property value is the reference to the internal data storage manager.

See Also