[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Default transaction to be used for this connection
Source position: sqldb.pp line 250
published property TSQLConnection.Transaction : TSQLTransaction |
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
|
Transaction in which a TSQLQuery is handled |