BatchActionQueryIActionQueryForcedReturnValue Property |
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.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax int IActionQuery.ForcedReturnValue { get; set; }
Private Property ForcedReturnValue As Integer
Implements IActionQuery.ForcedReturnValue
Get
Set
Property Value
Type:
Int32Implements
IActionQueryForcedReturnValueSee Also