SetOperationBase Oluşturucular

Tanım

Aşırı Yüklemeler

SetOperationBase(String, SelectExpression, SelectExpression, Boolean)

SetOperationBase sınıfının yeni bir örneğini oluşturur.

SetOperationBase(String, SelectExpression, SelectExpression, Boolean, IEnumerable<IAnnotation>)

SetOperationBase sınıfının yeni bir örneğini oluşturur.

SetOperationBase(String, SelectExpression, SelectExpression, Boolean)

SetOperationBase sınıfının yeni bir örneğini oluşturur.

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)

Parametreler

alias
String

Tablo kaynağı için dize diğer adı.

source1
SelectExpression

Küme işlemindeki ilk kaynak olan tablo kaynağı.

source2
SelectExpression

Küme işleminde ikinci kaynak olan tablo kaynağı.

distinct
Boolean

Sonucun yinelenen satırları kaldırıp kaldırmayacağını gösteren bool değeri.

Şunlara uygulanır

SetOperationBase(String, SelectExpression, SelectExpression, Boolean, IEnumerable<IAnnotation>)

SetOperationBase sınıfının yeni bir örneğini oluşturur.

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

Parametreler

alias
String

Tablo kaynağı için dize diğer adı.

source1
SelectExpression

Küme işlemindeki ilk kaynak olan tablo kaynağı.

source2
SelectExpression

Küme işleminde ikinci kaynak olan tablo kaynağı.

distinct
Boolean

Sonucun yinelenen satırları kaldırıp kaldırmayacağını gösteren bool değeri.

annotations
IEnumerable<IAnnotation>

Bu ifadeyle ilişkili ek açıklamaların koleksiyonu.

Şunlara uygulanır