次の方法で共有


DefaultExpressionVisitor.VisitExpressionBinding(DbExpressionBinding) メソッド

定義

式バインディングのビジター パターンを実装します。

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

パラメーター

binding
DbExpressionBinding

式のバインドです。

戻り値

実装されたビジター パターン。

適用対象