Click or drag to resize
IParameterFieldRelationSync 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
void Sync(
	IQuery executedQuery
)

Parameters

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