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.12.0.0 (5.12.0)
Syntaxpublic DataSet ResultSetsSchemas { get; }Public ReadOnly Property ResultSetsSchemas As DataSet
	Get
Property Value
Type: 
DataSet
See Also