ActionQueryCoreForcedReturnValue 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.10.0.0 (5.10.0)
Syntaxpublic virtual int ForcedReturnValue { get; set; }Public Overridable Property ForcedReturnValue As Integer
	Get
	Set
Property Value
Type: 
Int32Implements
IActionQueryForcedReturnValue
See Also