DbSortClause.Expression Property

Definition

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

public:
 property System::Data::Common::CommandTrees::DbExpression ^ Expression { System::Data::Common::CommandTrees::DbExpression ^ get(); };
public System.Data.Common.CommandTrees.DbExpression Expression { get; }
member this.Expression : System.Data.Common.CommandTrees.DbExpression
Public ReadOnly Property Expression As DbExpression

Property Value

The DbExpression that provides the value for this sort key.

Applies to