SqlExecutionResult Properties |
The SqlExecutionResult type exposes the following members.
Name | Description | |
---|---|---|
ExceptionCaughtDuringExecution |
Usually null, but if the elements needed to execute the queries threw an exception (e.g. connection open/close/transaction related elements),
| |
FlattenedResultsetTables |
The flattened resultsets, from all queries together in a dictionary, with as key: "Query A, Resultset B", where A is the query number (starting with 1) and B the resultset number
(starting with 1). Is null if FlattenResults hasn't been called.
| |
FlattenedSchemaTables |
The flattened schema tables, from all queries together in a dictionary, with as key: "Query A, SchemaTable B", where A is the query number (starting with 1) and B the schematable
number (starting with 1). Is null if FlattenResults hasn't been called.
| |
QueryResults |
The results of each query executed in this batch.
|