FireDAC.Comp.Client.TFDCustomTransaction.DataSetCount

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property DataSetCount: Integer read GetDataSetCount;

C++

__property int DataSetCount = {read=GetDataSetCount, nodefault};

Description

Returns the number of datasets associated with the transaction.

Returns the number of datasets whose TFDRdbmsDataSet.Transaction property points to the transaction.

See Also