Click or drag to resize

BatchActionQueryAddOutputParameterForReader Method

Adds the specified parameter to the set of output parameters for a dbreader exectured query. These parameters aren't part of the dbcommand, and are filled with resultsets. All parameters are expected in each resultsets returned by the dbdatareader returned when this query is executed.

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 void AddOutputParameterForReader(
	DbParameter parameter
)

Parameters

parameter
Type: System.Data.CommonDbParameter

Implements

IActionQueryAddOutputParameterForReader(DbParameter)
See Also