Share via


DbSortClause.Expression Property

Definition

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

public System.Data.Entity.Core.Common.CommandTrees.DbExpression Expression { get; }
member this.Expression : System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public ReadOnly Property Expression As DbExpression

Property Value

The DbExpression that provides the value for this sort key.

Applies to