DefaultExpressionVisitor.VisitSortOrder(IList<DbSortClause>) Method

Definition

Implements the visitor pattern for the sort order.

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)

Parameters

sortOrder
IList<DbSortClause>

The sort order.

Returns

The implemented visitor pattern.

Applies to