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
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