Click or drag to resize

ActionQuery.ReturnValueParameter 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 DbParameter ReturnValueParameter { get; set; }

Property Value

Type: DbParameter

Implements

IActionQuery.ReturnValueParameter
See Also