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.9.0.0 (5.9.0)
Syntax public DataSet ResultSets { get; set; }
Public Property ResultSets As DataSet
Get
Set
Property Value
Type:
DataSetSee Also