SelectStatementResult Constructors
Represents the result of a single select query to a data store.| Name | Parameters | Description |
|---|---|---|
| SelectStatementResult() | none | Initializes a new instance of the SelectStatementResult class. |
| SelectStatementResult(SelectStatementResultRow[]) | rows | Initializes a new instance of the SelectStatementResult class with the specified collection of rows. |
| SelectStatementResult(ICollection) | rows | Initializes a new instance of the SelectStatementResult class with the specified collection of rows. |
| SelectStatementResult(Object[]) | testData | Initializes a new instance of the SelectStatementResult class with the specified rows. |
See Also