DefaultExpressionVisitor.VisitSortClause Method (DbSortClause)

 

Implements the visitor pattern for the sort clause.

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

protected virtual DbSortClause VisitSortClause(
	DbSortClause clause
)

Parameters

clause
Type: System.Data.Entity.Core.Common.CommandTrees.DbSortClause

The sort clause.

Return Value

Type: System.Data.Entity.Core.Common.CommandTrees.DbSortClause

The implemented visitor pattern.