Click or drag to resize

BatchActionQueryReturnValueParameter 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.9.0.0 (5.9.0)
Syntax
public DbParameter ReturnValueParameter { get; set; }

Property Value

Type: DbParameter

Implements

IActionQueryReturnValueParameter
See Also