Click or drag to resize

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.8.0.0 (5.8.21.0208)
Syntax
public DataSet ResultSets { get; set; }

Property Value

Type: DataSet
See Also