Bagikan melalui


SelectExpression.GenerateComplexPropertyShaperExpression 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 Entity Framework Core baru.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public static Microsoft.EntityFrameworkCore.Query.StructuralTypeShaperExpression GenerateComplexPropertyShaperExpression (Microsoft.EntityFrameworkCore.Query.StructuralTypeProjectionExpression containerProjection, Microsoft.EntityFrameworkCore.Metadata.IComplexProperty complexProperty);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
static member GenerateComplexPropertyShaperExpression : Microsoft.EntityFrameworkCore.Query.StructuralTypeProjectionExpression * Microsoft.EntityFrameworkCore.Metadata.IComplexProperty -> Microsoft.EntityFrameworkCore.Query.StructuralTypeShaperExpression
Public Shared Function GenerateComplexPropertyShaperExpression (containerProjection As StructuralTypeProjectionExpression, complexProperty As IComplexProperty) As StructuralTypeShaperExpression

Parameter

complexProperty
IComplexProperty

Mengembalikan

Atribut

Berlaku untuk