OrderingExpression(SqlExpression, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the OrderingExpression class.
public OrderingExpression (Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression expression, bool ascending);
new Microsoft.EntityFrameworkCore.Query.SqlExpressions.OrderingExpression : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression * bool -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.OrderingExpression
Public Sub New (expression As SqlExpression, ascending As Boolean)
Parameters
- expression
- SqlExpression
An expression used for ordering.
- ascending
- Boolean
A value indicating if the ordering is ascending.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework