Reads all data frames from the data stream.
Namespace:
Extreme.Data
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public Dictionary<string, DataFrame<R, C>> ReadAllDataFrames<R, C>()
Public Function ReadAllDataFrames(Of R, C) As Dictionary(Of String, DataFrame(Of R, C))
public:
generic<typename R, typename C>
Dictionary<String^, DataFrame<R, C>^>^ ReadAllDataFrames()
member ReadAllDataFrames : unit -> Dictionary<string, DataFrame<'R, 'C>>
Type Parameters
- R
- The type of the row keys of the data frame.
- C
- The type of the column keys of the data frame.
Return Value
Type:
DictionaryString,
DataFrameR,
CA dictionary that maps names to the corresponding
data frame that was read from the data stream.
Reference