ISequenceRetrievalQuery Methods |
The ISequenceRetrievalQuery type exposes the following members.
Name | Description | |
---|---|---|
AddSequenceParameter |
Adds the sequence parameter.
| |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
Execute |
Executes the scalar query contained in this object. (Executed with ExecuteScalar())
Expects that the command can be executed without problems.
| |
ExecuteAsync |
Async variant of Execute.
Executes the scalar query contained in this object. (Executed with ExecuteScalar())
Expects that the command can be executed without problems.
|