| Name | Description |
---|
  | ReadDataFrame(IDataReader, Int32) |
Reads a data frame from a data reader.
|
  | ReadDataFrame(IDataReader, IEnumerableString, Int32) |
Reads the specified columns from a data reader and returns them
as a data frame.
|
  | ReadDataFrameR(IDataReader, String, Int32, Boolean) |
Reads a data frame from a data reader and uses the specified column
as row keys.
|
  | ReadDataFrameR(IDataReader, String, IEnumerableString, Int32, Boolean) |
Reads the specified columns from a data reader and returns them
as a data frame using the specified column as row keys.
|