Bagikan melalui


SelectExpression.GenerateWeakEntityProjectionExpression Metode

Definisi

Ini adalah API internal yang mendukung infrastruktur Entity Framework Core dan tidak tunduk pada standar kompatibilitas yang sama dengan API publik. Ini dapat diubah atau dihapus tanpa pemberitahuan dalam rilis apa pun. Anda hanya boleh menggunakannya langsung dalam kode Anda dengan sangat hati-hati dan mengetahui bahwa melakukannya dapat mengakibatkan kegagalan aplikasi saat memperbarui ke rilis Core Kerangka Kerja Entitas baru.

[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

Parameter

entityType
IEntityType
table
ITableBase
columnName
String
tableExpressionBase
TableExpressionBase
nullable
Boolean

Mengembalikan

Atribut

Berlaku untuk