Click or drag to resize

Query.MergeParameterFieldRelations 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.8.0.0 (5.8.21.0111)
Syntax
protected void MergeParameterFieldRelations(
	List<IParameterFieldRelation> toMerge
)

Parameters

toMerge
Type: System.Collections.Generic.List<IParameterFieldRelation>
See Also