Overload List
| Name | Description | |
|---|---|---|
|
|
ExecuteNonQuery(ISQLStatement) |
Allows an SQL statement to be executed on the current transaction connection.
If a transaction is not in progress an exception will occur.
|
|
|
ExecuteNonQuery(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.
|