Click or drag to resize

QueryMergeParameterFieldRelations Method

Merges the passed in elements in toMerge into this instance. It's up to the caller to remove the elements from the set passed in.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected void MergeParameterFieldRelations(
	List<IParameterFieldRelation> toMerge
)

Parameters

toMerge
Type: System.Collections.GenericListIParameterFieldRelation
See Also