Click or drag to resize

BatchActionQuery.OutputParametersForReader 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.5.0.0 (5.5.18.1019)
Syntax
public List<DbParameter> OutputParametersForReader { get; }

Property Value

Type: List<DbParameter>

Implements

IActionQuery.OutputParametersForReader
See Also