This class is used to hold the results of a call to Select.
|
See Also: Inherited members from object.
Distinct [read-only] | bool . Gets whether this select result returns only distinct statments from Select calls. |
StatementCount [read-only] | long . Gets the number of matching statements. |
Load
() Loads all of the matching statements into memory and returns a MemoryStore containing the statements. |
|
abstract |
Select
(StatementSink) Streams the result of this Select call to a StatementSink. |
ToArray
() Loads all of the matching statements into memory and returns them as an array. |
Streams the result of this Select call to a StatementSink.
Loads all of the matching statements into memory and returns a MemoryStore containing the statements.
Gets the number of matching statements.
Loads all of the matching statements into memory and returns them as an array.
Gets whether this select result returns only distinct statments from Select calls.