IData Object<TObject>.To Data Frame Method
Definition
Namespace: Extreme.Data
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
Overload List
ToData | Converts the object to a data frame. |
ToData | Converts the object to a data frame. |
ToDataFrame
Converts the object to a data frame.
ToDataFrame<R, C>
Converts the object to a data frame.
DataFrame<R, C> ToDataFrame<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
DataFrame<R, C>The new data frame.