SelectExpression.ApplyUnion(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 UNION operation to the SelectExpression.
public void ApplyUnion (Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression source2, bool distinct);
member this.ApplyUnion : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression * bool -> unit
Public Sub ApplyUnion (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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework