Click or drag to resize
ParameterFieldRelationSync Method
Sets the field's value using ForceCurrentValueWrite with the value of the parameter.

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
public void Sync(
	IQuery executedQuery
)

Parameters

executedQuery
Type: SD.LLBLGen.Pro.ORMSupportClassesIQuery
The executed query.

Implements

IParameterFieldRelationSync(IQuery)
See Also