GenericExpressionVisitorVisitMemberBinding Method |
Visits the member binding.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax protected virtual MemberBinding VisitMemberBinding(
MemberBinding bindingToVisit
)
Protected Overridable Function VisitMemberBinding (
bindingToVisit As MemberBinding
) As MemberBinding
Parameters
- bindingToVisit
- Type: System.Linq.ExpressionsMemberBinding
The binding to visit.
Return Value
Type:
MemberBindingthe visited binding
See Also