Share via


DefaultExpressionVisitor.VisitExpressionBinding(DbExpressionBinding) Method

Definition

Implements the visitor pattern for expression binding.

protected virtual System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding VisitExpressionBinding (System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding binding);
abstract member VisitExpressionBinding : System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding -> System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding
override this.VisitExpressionBinding : System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding -> System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding
Protected Overridable Function VisitExpressionBinding (binding As DbExpressionBinding) As DbExpressionBinding

Parameters

binding
DbExpressionBinding

The expression binding.

Returns

The implemented visitor pattern.

Applies to