EntityShaperExpression Oluşturucular

Tanım

Aşırı Yüklemeler

EntityShaperExpression(IEntityType, Expression, Boolean)

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

EntityShaperExpression(IEntityType, Expression, Boolean, LambdaExpression)

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

EntityShaperExpression(IEntityType, Expression, Boolean)

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

public EntityShaperExpression (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, System.Linq.Expressions.Expression valueBufferExpression, bool nullable);
new Microsoft.EntityFrameworkCore.Query.EntityShaperExpression : Microsoft.EntityFrameworkCore.Metadata.IEntityType * System.Linq.Expressions.Expression * bool -> Microsoft.EntityFrameworkCore.Query.EntityShaperExpression
Public Sub New (entityType As IEntityType, valueBufferExpression As Expression, nullable As Boolean)

Parametreler

entityType
IEntityType

Şekillendirilen varlık türü.

valueBufferExpression
Expression

Varlığın özelliklerine değer almak için ValueBuffer ifadesi.

nullable
Boolean

Bu varlık örneğinin null olup olmadığını gösteren bir bool değeri.

Şunlara uygulanır

EntityShaperExpression(IEntityType, Expression, Boolean, LambdaExpression)

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

protected EntityShaperExpression (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, System.Linq.Expressions.Expression valueBufferExpression, bool nullable, System.Linq.Expressions.LambdaExpression materializationCondition);
protected EntityShaperExpression (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, System.Linq.Expressions.Expression valueBufferExpression, bool nullable, System.Linq.Expressions.LambdaExpression? materializationCondition);
new Microsoft.EntityFrameworkCore.Query.EntityShaperExpression : Microsoft.EntityFrameworkCore.Metadata.IEntityType * System.Linq.Expressions.Expression * bool * System.Linq.Expressions.LambdaExpression -> Microsoft.EntityFrameworkCore.Query.EntityShaperExpression
Protected Sub New (entityType As IEntityType, valueBufferExpression As Expression, nullable As Boolean, materializationCondition As LambdaExpression)

Parametreler

entityType
IEntityType

Şekillendirilen varlık türü.

valueBufferExpression
Expression

Varlığın özelliklerine değer almak için ValueBuffer ifadesi.

nullable
Boolean

Bu varlık örneğinin null olup olmadığı.

materializationCondition
LambdaExpression

Hangi varlık Func<T,TResult> türünün geçerli olduğunu belirlemek için ifadesi.

Şunlara uygulanır