SelectExpression.GenerateComplexPropertyShaperExpression Methode

Definition

Dies ist eine interne API, die die Entity Framework Core-Infrastruktur unterstützt und nicht den gleichen Kompatibilitätsstandards wie öffentliche APIs unterliegt. Es kann ohne vorherige Ankündigung in jeder Version geändert oder entfernt werden. Sie sollten es nur mit äußerster Vorsicht direkt in Ihrem Code verwenden und wissen, dass dies bei der Aktualisierung auf ein neues Entity Framework Core-Release zu Anwendungsfehlern führen kann.

[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

Gibt zurück

Attribute

Gilt für: