Data.SqlExpr.TSQLConnection.HasTransaction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  HasTransaction(Transaction:  TDBXTransaction): Boolean;

C++

bool __fastcall HasTransaction(Data::Dbxcommon::TDBXTransaction* Transaction);

Properties

Type Visibility Source Unit Parent
function public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLConnection

Description

Returns whether the SQL connection has the specified transaction in the database.

The HasTransaction method returns True if the SQL connection has the given Transaction in the associated database, False otherwise.

See Also