Overload List
Name | Description | |
---|---|---|
ExecuteNonQueryWithConnect(ISQLStatement) | Obsolete.
Executes an SQL statement on a new connection from the connection pool or
if in transaction mode the current connection.
ConnectionController.Start or ConnectionController.Finished do not have to be called.
|
|
ExecuteNonQueryWithConnect(array<ISQLStatement>[]()[][]) | Obsolete.
Executes the SQL statements on a new connection from the connection pool or
if in transaction mode the current connection.
ConnectionController.Start or ConnectionController.Finished do not have to be called.
|