Click or drag to resize

ActionQueryCoreReturnValueParameter Property

If set, it will be used for the value returned in ExecuteNonQuery and will override the value ExecuteNonQuery returns or which is set in ForcedReturnValue.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public virtual DbParameter ReturnValueParameter { get; set; }

Property Value

Type: DbParameter

Implements

IActionQueryReturnValueParameter
See Also