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>

정렬 순서입니다.

반환

구현된 방문자 패턴입니다.

적용 대상