Unit 'SQLDB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TSQLConnection.Transaction

Default transaction to be used for this connection.

Declaration

Source position: sqldb.pp line 298

published property TSQLConnection.Transaction : TSQLTransaction
  read FTransaction
  write SetTransaction;

Description

Transaction should be set to a TSQLTransaction instance. It is set as the default transaction when a query is connected to the database, and is used in several metadata operations such as TSQLConnection.GetTableNames

See also

TSQLTransaction

  

Transaction in which a TSQLQuery is handled.


Documentation generated on: Jul 24 2023