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.5.0.0 (5.5.18.1019)
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