Reads the data frame with the specified name in the file.
Namespace:
Extreme.Data
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public DataFrame<long, string> ReadDataFrame(
string name
)
Public Function ReadDataFrame (
name As String
) As DataFrame(Of Long, String)
public:
DataFrame<long long, String^>^ ReadDataFrame(
String^ name
)
member ReadDataFrame :
name : string -> DataFrame<int64, string>
Parameters
- name
- Type: SystemString
The name of the matrix to read.
Return Value
Type:
DataFrameInt64,
StringA data frame containing the data.
Reference