RetrievalQuery Methods |
The RetrievalQuery type exposes the following members.
Name | Description | |
---|---|---|
AddOutputParameterValueForSync |
Adds the output parameter value for synchronization with the enclosed DbParameter, after the query has been executed.
(Inherited from Query.) | |
AddParameter |
Adds the parameter to the query's command.
(Inherited from Query.) | |
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 Query.) | |
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 Query.) | |
AddParameters |
Adds the parameters to the query's command.
(Inherited from Query.) | |
CacheCurrentRow |
Caches the current row of the datareader as-is in the cached resultset.
| |
Dispose |
Performs application-defined tasks associated with freeing, releasing, or
resetting unmanaged resources.
(Inherited from Query.) | |
Dispose(Boolean) |
Performs the dispose action.
(Inherited from Query.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Execute |
Executes the query contained by the IQuery instance. The connection has to be opened before calling Execute().
| |
ExecuteAsync |
Async variant of Execute(CommandBehavior).
Executes the query contained by the IQuery instance. The connection has to be opened before calling Execute().
| |
ExecuteScalar |
Executes the query contained by the IQuery instance as a scalar query.
| |
ExecuteScalarAsync |
Async variant of ExecuteScalar.
Executes the query contained by the IQuery instance as a scalar query.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetExceptionInfo |
Gets the exception info using the info retriever set to this query object.
(Inherited from Query.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReadComplete |
Called when the consumer is done with the resultset read. Call this method to signal that the retrievalquery can cache its
resultset, if required.
| |
ReflectOutputValuesInParameterValues |
Reflects the output values of output parameters in parameter values, if any.
(Inherited from Query.) | |
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. Used by Insert queries which retrieve Identity / sequence values back from the database
after a succesful insert.
(Inherited from Query.) | |
SetCommandText |
Sets the command text to the text specified
(Inherited from Query.) | |
SetCommandTimeout |
Sets the command timeout.
(Inherited from Query.) | |
ToString |
Overloaded ToString implementation
(Inherited from Query.) | |
ToString(Boolean) |
Overloaded ToString implementation
(Overrides QueryToString(Boolean).) | |
WireTransaction |
Wires the command of this query with the transaction passed in.
(Inherited from Query.) |