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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework