DefaultExpressionVisitor.VisitSortOrder(IList<DbSortClause>) 方法

定义

实现排序顺序的访问者模式。

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)

参数

sortOrder
IList<DbSortClause>

排序顺序。

返回

实现的访问器模式。

适用于