Overload List

  NameDescription
GetReader()()()
Gets a reader so that the ResultsStore can be read in a multi-threaded environment. By default, this is the same as calling GetReader()()() with an argument of RowType.All.
GetReader(Reader)
Gets a Reader for the ResultsStore that uses the state of the readerToCopy argument as its base.
GetReader(Row..::.RowType)
Gets a reader for the ResultsStore for a specified type of results.

See Also