Click or drag to resize

BatchActionQueryOutputParametersForReader Property

Gets the set of parameters set for the dbdatareader fill procedure. these parameters are added through AddOutputParameterForReader(DbParameter) and aren't part of the command.

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 List<DbParameter> OutputParametersForReader { get; }

Property Value

Type: ListDbParameter

Implements

IActionQueryOutputParametersForReader
See Also