DbSortClause Class

 

Specifies a sort key that can be used as part of the sort order in a DbSortExpression.

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

System.Object
  System.Data.Entity.Core.Common.CommandTrees.DbSortClause

public sealed class DbSortClause

NameDescription
System_CAPS_pubpropertyAscending

Gets a Boolean value indicating whether or not this sort key is sorted ascending.

System_CAPS_pubpropertyCollation

Gets a string value that specifies the collation for this sort key.

System_CAPS_pubpropertyExpression

Gets the DbExpression that provides the value for this sort key.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.