QueryExecutionResultResultSets Property  | 
 
            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. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic DataSet ResultSets { get; set; }Public Property ResultSets As DataSet
	Get
	Set
Property Value
Type: 
DataSet
See Also