Overload List

  Name Description
Public method Execute(ISQLStatement)
Allows an SQL statement to be executed on the current transaction connection. If a transaction is not in progress an exception will occur.
Public method Execute(array<ISQLStatement>[]()[][])
Allows the SQL statements to be executed on the current transaction connection. If a transaction is not in progress an exception will occur.

See Also