IActionQueryAddOutputParameterForReader 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.12.0.0 (5.12.0)
Syntaxvoid AddOutputParameterForReader(
	DbParameter parameter
)
Sub AddOutputParameterForReader ( 
	parameter As DbParameter
)
Parameters
- parameter
 - Type: System.Data.CommonDbParameter
 
See Also