BasicExpressionVisitor.VisitExpressionBindingPre(DbExpressionBinding) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
访问指定的 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)
参数
- binding
- DbExpressionBinding
要访问的 DbExpressionBinding。
例外
binding
为 null