DefaultExpressionVisitor.VisitSortOrder Method (IList<DbSortClause>)

 

Implements the visitor pattern for the sort order.

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

protected virtual IList<DbSortClause> VisitSortOrder(
	IList<DbSortClause> sortOrder
)

Parameters

sortOrder
Type: System.Collections.Generic.IList<DbSortClause>

The sort order.

Return Value

Type: System.Collections.Generic.IList<DbSortClause>

The implemented visitor pattern.