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
)
Public Function Merge (
destination As Expression(Of TFunc),
source As Expression(Of TFunc),
migrateParameter As Boolean
) As Expression(Of TFunc)
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:
ExpressionTFuncSee Also