QueryExecutionResult Class | 
Namespace: SD.LLBLGen.Pro.DBDriverCore
The QueryExecutionResult type exposes the following members.
| Name | Description | |
|---|---|---|
| QueryExecutionResult | Initializes a new instance of the QueryExecutionResult class  | 
| Name | Description | |
|---|---|---|
| ExceptionCaughtDuringExecution | 
            Usually null, but if the execution of the query ran into an exception it's added to this property. All results are void.
              | |
| Message | 
            The message returned from the query execution, i.e. whether the query executed successfully and how many rows were affected. 
              | |
| ResultSets | 
            The dataset containing all datatables with resultsets. It contains, ordered by ordinal, the resulting tables. The schema for a datatable in this DataSet
            can be found in the ResultSetSchemas dataset. 
              | |
| ResultSetsSchemas | 
            The dataset containing all datatables with the resultset schemas for the datatables in the resultset dataset. The datatable at ordinal X in the ResultSets dataset
            has as schema the datatable at ordinal X in this DataSet.
              | 
| Name | Description | |
|---|---|---|
| AddResultSetSchema | ||
| 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.) | |
| 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.) |