Click or drag to resize

SqlExecutionResult Properties

The SqlExecutionResult type exposes the following members.

Properties
  NameDescription
Public propertyExceptionCaughtDuringExecution
Usually null, but if the elements needed to execute the queries threw an exception (e.g. connection open/close/transaction related elements),
Public propertyFlattenedResultsetTables
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.
Public propertyFlattenedSchemaTables
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.
Public propertyQueryResults
The results of each query executed in this batch.
Top
See Also