public final class WindowDataReaderCommand extends Object implements DataReaderCommand
| Constructor and Description |
|---|
WindowDataReaderCommand(DataReaderCommand source,
WindowOptions windowOptions,
WindowDataReaderOptions readerOptions)
Initializes a new instance of the
WindowDataReaderCommand class. |
| Modifier and Type | Method and Description |
|---|---|
DataReader |
executeReader()
Returns an instance of
IDataReader. |
public WindowDataReaderCommand(DataReaderCommand source, WindowOptions windowOptions, WindowDataReaderOptions readerOptions)
WindowDataReaderCommand class.source - The source data to window over.windowOptions - Options for the windows to create.readerOptions - Options for the window reader, such as a derived column names.public DataReader executeReader()
IDataReader.executeReader in interface DataReaderCommandCopyright © 2021. All rights reserved.