| IActionQuery Methods |
The IActionQuery type exposes the following members.
| Name | Description | |
|---|---|---|
| AddParameter |
Adds the parameter to the query's command.
(Inherited from IQuery.) | |
| AddParameterFieldRelation(IEntityFieldCore, DbParameter, TypeConverter) |
Adds a new IParameterFieldRelation to the collection of ParameterFieldRelations. An output parameter can be
stored once in the collection.
(Inherited from IQuery.) | |
| AddParameterFieldRelation(IEntityFieldCore, DbParameter, TypeConverter, Boolean) |
Adds a new IParameterFieldRelation to the collection of ParameterFieldRelations. An output parameter can be
stored once in the collection.
(Inherited from IQuery.) | |
| AddParameters |
Adds the parameters to the query's command.
(Inherited from IQuery.) | |
| AddSequenceRetrievalQuery(DbCommand, Boolean) |
Adds a new sequence retrieval query to this query
| |
| AddSequenceRetrievalQuery(DbCommand, Boolean, Boolean) |
Adds a new sequence retrieval query to this query
| |
| AddSequenceRetrievalQuery(DbCommand, Boolean, ListDbParameter) |
Adds a new sequence retrieval query to this query
| |
| AddSequenceRetrievalQuery(DbCommand, Boolean, Boolean, ListDbParameter) |
Adds a new sequence retrieval query to this query
| |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| Execute |
Executes the query contained by the IQuery instance.
| |
| ExecuteAsync |
Async variant of Execute.
Executes the query contained by the IQuery instance.
| |
| ReflectOutputValuesInRelatedFields |
Will walk all IParameterFieldRelation instances of this query and reflect the parameter values in the related fields.
Only output parameters are taken into account.
(Inherited from IQuery.) | |
| SetCommandText |
Sets the command text to the text specified
(Inherited from IQuery.) | |
| SetCommandTimeout |
Sets the command timeout.
(Inherited from IQuery.) | |
| WireTransaction |
Wires the command of this query with the transaction passed in.
(Inherited from IQuery.) |