DefaultExpressionVisitor.VisitSortClause Method (DbSortClause)
Implements the visitor pattern for the sort clause.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- clause
-
Type:
System.Data.Entity.Core.Common.CommandTrees.DbSortClause
The sort clause.
Return Value
Type: System.Data.Entity.Core.Common.CommandTrees.DbSortClauseThe implemented visitor pattern.