| IQueryAddOutputParameterValueForSync Method  | 
 
            Adds the output parameter value for synchronization with the enclosed DbParameter, after the query has been executed.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxvoid AddOutputParameterValueForSync(
	ParameterValue valueAsParameterValue
)
Sub AddOutputParameterValueForSync ( 
	valueAsParameterValue As ParameterValue
)
Parameters
- valueAsParameterValue
 - Type: SD.LLBLGen.Pro.ORMSupportClassesParameterValue
The value as parameter value. 
See Also