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

Parameters

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