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.12.0.0 (5.12.0)
Syntaxprotected void MergeParameterFieldRelations(
List<IParameterFieldRelation> toMerge
)
Protected Sub MergeParameterFieldRelations (
toMerge As List(Of IParameterFieldRelation)
)
Parameters
- toMerge
- Type: System.Collections.GenericListIParameterFieldRelation
See Also