DistinctExpression(SqlExpression) 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 DistinctExpression class.
public DistinctExpression (Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression operand);
new Microsoft.EntityFrameworkCore.Query.SqlExpressions.DistinctExpression : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.DistinctExpression
Public Sub New (operand As SqlExpression)
Parameters
- operand
- SqlExpression
An expression on which DISTINCT is applied.
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