SqlExecutionResult Class |
Namespace: SD.LLBLGen.Pro.DBDriverCore
The SqlExecutionResult type exposes the following members.
Name | Description | |
---|---|---|
SqlExecutionResult |
CTor
|
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.
|
Name | Description | |
---|---|---|
AddQueryResult |
Adds the specified result of a single query to the results of this object
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FlattenResults | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |