SetOperationBase 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SetOperationBase(String, SelectExpression, SelectExpression, Boolean)
建立 SetOperationBase 類別的新執行個體。
protected SetOperationBase (string alias, Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression source1, Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression source2, bool distinct);
new Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase : string * Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression * Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression * bool -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase
Protected Sub New (alias As String, source1 As SelectExpression, source2 As SelectExpression, distinct As Boolean)
參數
- alias
- String
資料表來源的字串別名。
- source1
- SelectExpression
資料表來源,這是設定作業中的第一個來源。
- source2
- SelectExpression
資料表來源,這是設定作業中的第二個來源。
- distinct
- Boolean
bool 值,指出結果是否會移除重複的資料列。
適用於
SetOperationBase(String, SelectExpression, SelectExpression, Boolean, IEnumerable<IAnnotation>)
建立 SetOperationBase 類別的新執行個體。
protected SetOperationBase (string alias, Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression source1, Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression source2, bool distinct, System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>? annotations);
new Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase : string * Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression * Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression * bool * seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase
Protected Sub New (alias As String, source1 As SelectExpression, source2 As SelectExpression, distinct As Boolean, annotations As IEnumerable(Of IAnnotation))
參數
- alias
- String
資料表來源的字串別名。
- source1
- SelectExpression
資料表來源,這是設定作業中的第一個來源。
- source2
- SelectExpression
資料表來源,這是設定作業中的第二個來源。
- distinct
- Boolean
bool 值,指出結果是否會移除重複的資料列。
- annotations
- IEnumerable<IAnnotation>
與此運算式相關聯的批註集合。