SelectExpression.GenerateWeakEntityProjectionExpression Yöntem

Tanım

Bu, Entity Framework Core altyapısını destekleyen ve genel API'ler ile aynı uyumluluk standartlarına tabi olmayan bir iç API'dir. Herhangi bir sürümde bildirimde bulunmaksızın değiştirilebilir veya kaldırılabilir. Bunu yalnızca kodunuzda son derece dikkatli bir şekilde kullanmanız ve bunu yapmanın yeni bir Entity Framework Core sürümüne güncelleştirme sırasında uygulama hatalarına neden olabileceğini bilmeniz gerekir.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public Microsoft.EntityFrameworkCore.Query.EntityProjectionExpression? GenerateWeakEntityProjectionExpression (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.ITableBase table, string? columnName, Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase tableExpressionBase, bool nullable = true);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
member this.GenerateWeakEntityProjectionExpression : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Metadata.ITableBase * string * Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase * bool -> Microsoft.EntityFrameworkCore.Query.EntityProjectionExpression
Public Function GenerateWeakEntityProjectionExpression (entityType As IEntityType, table As ITableBase, columnName As String, tableExpressionBase As TableExpressionBase, Optional nullable As Boolean = true) As EntityProjectionExpression

Parametreler

entityType
IEntityType
table
ITableBase
columnName
String
tableExpressionBase
TableExpressionBase
nullable
Boolean

Döndürülenler

Öznitelikler

Şunlara uygulanır