BasicExpressionVisitor.VisitExpressionBindingPre(DbExpressionBinding) Method

Definition

Convenience method to visit the specified DbExpressionBinding.

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

Parameters

binding
DbExpressionBinding

The DbExpressionBinding to visit.

Exceptions

binding is null

Applies to