Partager via


DefaultExpressionVisitor.VisitSortOrder(IList<DbSortClause>) Méthode

Définition

Implémente le modèle visiteur pour l'ordre de tri.

protected:
 virtual System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbSortClause ^> ^ VisitSortOrder(System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbSortClause ^> ^ sortOrder);
protected virtual System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbSortClause> VisitSortOrder (System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbSortClause> sortOrder);
abstract member VisitSortOrder : System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbSortClause> -> System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbSortClause>
override this.VisitSortOrder : System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbSortClause> -> System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbSortClause>
Protected Overridable Function VisitSortOrder (sortOrder As IList(Of DbSortClause)) As IList(Of DbSortClause)

Paramètres

sortOrder
IList<DbSortClause>

Ordre de tri.

Retours

Modèle visiteur implémenté.

S’applique à