Set of TSQLTransactionOption.
Source position: sqldb.pp line 327
| type TSQLTransactionOptions = set of ( | ||
| stoUseImplicit, | 
 | Use implicit transaction control if the engine allows it. | 
| stoExplicitStart | 
 | Require explicit start of transactions by TSQLQuery. | 
| ); | 
TSQLTransactionOptions is the property type of TSQLTransaction.Options.
| 
 | Transaction options. |