BasicExpressionVisitor.VisitGroupExpressionBindingPre 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
流覽指定 DbGroupExpressionBinding 之 的便利方法。
protected virtual void VisitGroupExpressionBindingPre(System.Data.Entity.Core.Common.CommandTrees.DbGroupExpressionBinding binding);
abstract member VisitGroupExpressionBindingPre : System.Data.Entity.Core.Common.CommandTrees.DbGroupExpressionBinding -> unit
override this.VisitGroupExpressionBindingPre : System.Data.Entity.Core.Common.CommandTrees.DbGroupExpressionBinding -> unit
Protected Overridable Sub VisitGroupExpressionBindingPre (binding As DbGroupExpressionBinding)
參數
- binding
- DbGroupExpressionBinding
要造訪的 DbGroupExpressionBinding。
例外狀況
binding 為 null