Database as TSQLConnection.
Source position: sqldb.pp line 611
public property TCustomSQLQuery.SQLConnection : TSQLConnection |
SQLConnection equals the Database property, but typecasted as a TSQLConnection descendent.
|
An abstract class representing a connection to a SQL Database. |
|
|
Transaction as TSQLTransaction. |