Udostępnij za pośrednictwem


DefaultExpressionVisitor.VisitSortOrder(IList<DbSortClause>) Metoda

Definicja

Implementuje wzorzec gościa dla kolejności sortowania.

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)

Parametry

sortOrder
IList<DbSortClause>

Kolejność sortowania.

Zwraca

Zaimplementowany wzorzec odwiedzających.

Dotyczy