DefaultExpressionVisitor.VisitExpressionBinding Method (DbExpressionBinding)
Implements the visitor pattern for expression binding.
Assembly: EntityFramework (in EntityFramework.dll)
protected virtual DbExpressionBinding VisitExpressionBinding( DbExpressionBinding binding )
Parameters
- binding
-
Type:
System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding
The expression binding.
Return Value
Type: System.Data.Entity.Core.Common.CommandTrees.DbExpressionBindingThe implemented visitor pattern.