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