Overload List
Name | Description | |
---|---|---|
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).
|
|
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).
|