Data.SqlExpr.TTransactionItem.FTransactionDesc

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TTransactionItem

Delphi

FTransactionDesc:  TTransactionDesc;

C++

TTransactionDesc FTransactionDesc _DEPRECATED_ATTRIBUTE0 ;

Description

Attention: FTransactionDesc is deprecated.

Represents the description for the current transaction.

FTransactionDesc is used to hold the description for the current SQL transaction.

See Also