Click or drag to resize
GenericExpressionVisitorVisitMemberBinding Method
Visits the member binding.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual MemberBinding VisitMemberBinding(
	MemberBinding bindingToVisit
)

Parameters

bindingToVisit
Type: System.Linq.ExpressionsMemberBinding
The binding to visit.

Return Value

Type: MemberBinding
the visited binding
See Also