Overload List

  Name Description
Public method Execute(ISQLStatement)
Executes the SQL statement and returns the result. The returned reader can only be used until the ConnectionScope is disposed (typically at the end of a using construct).
Public method Execute(array<ISQLStatement>[]()[][])
Executes the SQL statements and returns the first result. The returned reader(s) can only be used until the ConnectionScope is disposed (typically at the end of a using construct).

See Also