DefaultExpressionVisitor.VisitGroupExpressionBinding Methode

Definitie

Implementeert het bezoekerspatroon voor de groepsexpressiebinding.

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

Parameters

binding
DbGroupExpressionBinding

De binding.

Retouren

Het geïmplementeerde bezoekerspatroon.

Van toepassing op