SqlExecutionResultFlattenedSchemaTables Property |
The flattened schema tables, from all queries together in a dictionary, with as key: "Query A, SchemaTable B", where A is the query number (starting with 1) and B the schematable
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.9.0.0 (5.9.0)
Syntax public Dictionary<string, DataTable> FlattenedSchemaTables { get; }
Public ReadOnly Property FlattenedSchemaTables As Dictionary(Of String, DataTable)
Get
Property Value
Type:
DictionaryString,
DataTableSee Also