Reads the data frames with the specified names from
the data stream.
Namespace:
Extreme.Data
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public Dictionary<string, DataFrame<long, string>> ReadDataFrames(
IEnumerable<string> names
)
Public Function ReadDataFrames (
names As IEnumerable(Of String)
) As Dictionary(Of String, DataFrame(Of Long, String))
public:
Dictionary<String^, DataFrame<long long, String^>^>^ ReadDataFrames(
IEnumerable<String^>^ names
)
member ReadDataFrames :
names : IEnumerable<string> -> Dictionary<string, DataFrame<int64, string>>
Parameters
- names
- Type: System.Collections.GenericIEnumerableString
A sequence of names.
Return Value
Type:
DictionaryString,
DataFrameInt64,
StringA dictionary that maps names to the corresponding
data frame that was read from the data stream.
Reference