Overload List

  Name Description
Public method 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.
Public method 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.

See Also