IDataFrame Methods

Methods

GetColumn<C> Returns the column with the specified key in the data frame.
GetRows Returns a data frame that contains only the specified rows.

Extension Methods

ToDataTable Constructs a data table from a data frame.
(Defined by DataExtensions)
ToDataTable Constructs a data table from a data frame.
(Defined by DataExtensions)
ToDataTable<C> Constructs a data table from the specified columns a data frame.
(Defined by DataExtensions)
ToDataTable<C> Constructs a data table from the specified columns a data frame.
(Defined by DataExtensions)

See Also