SelectExpression.ApplyIntersect(SelectExpression, Boolean) Method
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.
Applies INTERSECT operation to the SelectExpression.
public void ApplyIntersect (Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression source2, bool distinct);
member this.ApplyIntersect : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression * bool -> unit
Public Sub ApplyIntersect (source2 As SelectExpression, distinct As Boolean)
Parameters
- source2
- SelectExpression
A SelectExpression to perform the operation.
- distinct
- Boolean
A bool value indicating if resulting table source should remove duplicates.
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