次の方法で共有


DefaultExpressionVisitor.VisitSortOrder(IList<DbSortClause>) メソッド

定義

並べ替え順序のビジター パターンを実装します。

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

パラメーター

sortOrder
IList<DbSortClause>

並べ替え順序。

戻り値

実装されたビジター パターン。

適用対象