Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
int IActionQuery.ForcedReturnValue { get; set; }

Property Value

Type: Int32

Implements

IActionQueryForcedReturnValue
See Also