Click or drag to resize

ActionQueryCoreOutputParametersForReader 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.6.0.0 (5.6.19.0117)
Syntax
public virtual List<DbParameter> OutputParametersForReader { get; }

Property Value

Type: ListDbParameter

Implements

IActionQueryOutputParametersForReader
See Also