ActionQuery Properties |
The ActionQuery type exposes the following members.
Name | Description | |
---|---|---|
Command |
The command used for this query.
(Inherited from Query.) | |
Connection |
The connection object to use with the Command (Inherited from Query.) | |
ForcedReturnValue |
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.
| |
ParameterFieldRelations |
List with the IParameterFieldRelation instances for the relations between entity fields and output parameters.
(Inherited from Query.) | |
ParameterParameterRelations |
Gets the parameter parameter relations for this IActionQuery. These definitions are used for insert queries in multi-target entity inserts.
| |
Parameters |
The list of parameters used in the Command.
(Inherited from Query.) | |
SequenceRetrievalQueries |
Array list of ISequenceRetrievalQuery objects which are used to produce sequence values for input/output parameters in
this query. Normally this collection is empty, as it is only used when the target database provider doesn't support batched
queries (firebird/access/sqlce and others). Execute will wire the transaction if present.
|