Data Extensions Class
Contains extension methods for converting between data frames and data tables,
and for reading data frames from databases.
Definition
Namespace: Extreme.Data
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
public static class DataExtensions
- Inheritance
- Object → DataExtensions
Methods
Read | Reads a data frame from a data reader. |
Read | Reads the specified columns from a data reader and returns them as a data frame. |
Read | Reads a data frame from a data reader and uses the specified column as row keys. |
Read | Reads the specified columns from a data reader and returns them as a data frame using the specified column as row keys. |
ToData | Constructs a data frame from a data table. |
ToData | Constructs a data frame from the specified columns in a data table. |
ToData | Constructs a data frame from a data table using the specified key column. |
ToData | Constructs a data frame from the specified columns in a data table using the specified key column. |
ToData | Constructs a data table from a data frame. |
ToData | Constructs a data table from a data frame. |
ToData | Constructs a data table from the specified columns a data frame. |
ToData | Constructs a data table from the specified columns a data frame. |