BatchActionQuery Properties |
The BatchActionQuery type exposes the following members.
Name | Description | |
---|---|---|
ActionQueries |
Gets the actionQueries set in this batch action query object.
| |
Command |
Gets or sets the command. Not implemented on Batch action query objects. Use the indexer instead.
| |
Connection |
Gets or sets the connection for this action query object. Get will return the connection of the first action query stored.
Set will set the connection on all actionquery objects.
| |
Count |
Gets the number of IActionQueries in this query.
| |
ExceptionInfoRetriever |
Gets / sets the ExceptionInfoRetriever object to retrieve db specific info from a db specific exception.
| |
Item |
Gets or sets the ActionQuery at the specified index.
| |
ParameterFieldRelations |
Gets the parameter field relations.
| |
ParameterParameterRelations |
Gets the parameter parameter relations for this IActionQuery. These definitions are used for insert queries in multi-target entity inserts.
| |
Parameters |
Gets the parameters of all queries.
| |
SequenceRetrievalQueries |
Gets the sequence retrieval queries. Not implemented in BatchActionQueries.
|
Name | Description | |
---|---|---|
IActionQueryForcedReturnValue |
Gets or sets the forced return value. If smaller than 0, the value returned by the command is used, otherwise this value.
Set by DQEs which know up front the query won't return a valid return value, because batching is used.
|