SelectedData Constructors
Represents the result of batch select queries made to a data store.| Name | Parameters | Description |
|---|---|---|
| SelectedData() | none | Initializes a new instance of the SelectedData class. |
| SelectedData(SelectStatementResult[]) | resultSet | Initializes a new instance of the SelectedData class with the specified settings. |
See Also