DefaultExpressionVisitor.VisitExpressionBinding(DbExpressionBinding) Metod

Definition

Implementerar besöksmönstret för uttrycksbindning.

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

Parametrar

binding
DbExpressionBinding

Uttrycksbindningen.

Returer

Det implementerade besöksmönstret.

Gäller för