SqlExecutionResultFlattenedResultsetTables Property  | 
 
            The flattened resultsets, from all queries together in a dictionary, with as key: "Query A, Resultset B", where A is the query number (starting with 1) and B the resultset number
            (starting with 1). Is null if FlattenResults hasn't been called. 
            
 
    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)
Syntaxpublic Dictionary<string, DataTable> FlattenedResultsetTables { get; }Public ReadOnly Property FlattenedResultsetTables As Dictionary(Of String, DataTable)
	Get
Property Value
Type: 
DictionaryString, 
DataTable
See Also