Allows the SQL statements to be executed on the current transaction connection.
 If a transaction is not in progress an exception will occur.
 
        
        Namespace: DatabaseObjectsAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
| C# | 
|---|
public IDataReader Execute( ISQLStatement[] objStatements )  | 
| Visual Basic | 
|---|
Public Function Execute ( _ objStatements As ISQLStatement() _ ) As IDataReader  | 
| Visual C++ | 
|---|
public: IDataReader^ Execute( array<ISQLStatement^>^ objStatements )  | 
Parameters
- objStatements
 - Type: array<DatabaseObjects.SQL..::..ISQLStatement>[]()[][]
[Missing <param name="objStatements"/> documentation for "M:DatabaseObjects.Database.TransactionsClass.Execute(DatabaseObjects.SQL.ISQLStatement[])"]
 
Return Value
[Missing <returns> documentation for "M:DatabaseObjects.Database.TransactionsClass.Execute(DatabaseObjects.SQL.ISQLStatement[])"]