Click or drag to resize

QueryExecutionResultResultSetsSchemas Property

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.

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 ResultSetsSchemas { get; }

Property Value

Type: DataSet
See Also