| BatchActionQuery Methods | 
The BatchActionQuery type exposes the following members.
| Name | Description | |
|---|---|---|
| AddActionQuery | 
            Adds the action query passed in.
              | |
| AddOutputParameterValueForSync | 
            Adds the output parameter value for synchronization with the enclosed DbParameter, after the query has been executed.
              | |
| AddParameter | 
            Adds the parameter to the query's command.
              | |
| AddParameterFieldRelation(IEntityFieldCore, DbParameter, TypeConverter) | 
            Adds a new IParameterFieldRelation to the collection of ParameterFieldRelations. An output parameter can be
            stored once in the collection.
              | |
| AddParameterFieldRelation(IEntityFieldCore, DbParameter, TypeConverter, Boolean) | 
            Adds a new IParameterFieldRelation to the collection of ParameterFieldRelations. An output parameter can be
            stored once in the collection.
              | |
| AddParameters | 
            Adds the parameters to the query's command.
              | |
| 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.
              | |
| Dispose(Boolean) | 
            Performs the dispose action.
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Execute | 
            Executes all action queries in this batchactionquery, in the order in which they were added.
              | |
| ExecuteAsync | 
            Async variant of Execute.
            Executes the query contained by the IQuery instance.
              | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| 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.) | |
| ReflectOutputValuesInParameterValues | 
            Reflects the output values of output parameters in parameter values, if any.
              | |
| ReflectOutputValuesInRelatedFields | 
            Reflects the output values in related fields for all actionqueries in this batchactionquery.
              | |
| SetCommandText | 
            Sets the command text to the text specified
              | |
| SetCommandTimeout | 
            Sets the command timeout.
              | |
| ToString | 
            Produces a string representation of this batch action query.
              (Overrides ObjectToString.) | |
| WireTransaction | 
            Wires the command of this query with the transaction passed in.
              |