Reads the data frame at the current position in the file.
Namespace:
Extreme.Data
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public DataFrame<long, string> ReadDataFrame()
Public Function ReadDataFrame As DataFrame(Of Long, String)
public:
DataFrame<long long, String^>^ ReadDataFrame()
member ReadDataFrame : unit -> DataFrame<int64, string>
Return Value
Type:
DataFrameInt64,
StringA data frame containing the data.
Reference