Click or drag to resize
Query.AddOutputParameterValueForSync 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)
Syntax
public void AddOutputParameterValueForSync(
	ParameterValue valueAsParameterValue
)

Parameters

valueAsParameterValue
Type: SD.LLBLGen.Pro.ORMSupportClasses.ParameterValue
The value as parameter value.

Implements

IQuery.AddOutputParameterValueForSync(ParameterValue)
See Also