Writes 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 abstract void Write<R, C>(
DataFrame<R, C> dataFrame
)
Public MustOverride Sub Write(Of R, C) (
dataFrame As DataFrame(Of R, C)
)
public:
generic<typename R, typename C>
virtual void Write(
DataFrame<R, C>^ dataFrame
) abstract
abstract Write :
dataFrame : DataFrame<'R, 'C> -> unit
Parameters
- dataFrame
- Type: Extreme.DataAnalysisDataFrameR, 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.
Reference