Click or drag to resize

MemberInitMergerTFuncMerge Method

Merges the source set into the destination set.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlers
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public Expression<TFunc> Merge(
	Expression<TFunc> destination,
	Expression<TFunc> source,
	bool migrateParameter
)

Parameters

destination
Type: System.Linq.ExpressionsExpressionTFunc
source
Type: System.Linq.ExpressionsExpressionTFunc
migrateParameter
Type: SystemBoolean
If true, it'll migrate the source parameter in the bindings to the destination parameter.

Return Value

Type: ExpressionTFunc
See Also