OrderByClauseKey Property |
Gets the lambda expression identifying the key of the order by clause.
Namespace: MongoDB.Driver.LinqAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.1.0
Syntax public LambdaExpression Key { get; }
Public ReadOnly Property Key As LambdaExpression
Get
member Key : LambdaExpression with get
Property Value
Type:
LambdaExpressionSee Also