Aracılığıyla paylaş


SelectExpression.GenerateOwnedReferenceEntityProjectionExpression Yöntem

Tanım

Aşırı Yüklemeler

GenerateOwnedReferenceEntityProjectionExpression(StructuralTypeProjectionExpression, INavigation, ISqlExpressionFactory)

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.

GenerateOwnedReferenceEntityProjectionExpression(EntityProjectionExpression, INavigation, ISqlExpressionFactory)

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.

GenerateOwnedReferenceEntityProjectionExpression(StructuralTypeProjectionExpression, INavigation, ISqlExpressionFactory)

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.StructuralTypeShaperExpression GenerateOwnedReferenceEntityProjectionExpression (Microsoft.EntityFrameworkCore.Query.StructuralTypeProjectionExpression principalEntityProjection, Microsoft.EntityFrameworkCore.Metadata.INavigation navigation, Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory sqlExpressionFactory);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
member this.GenerateOwnedReferenceEntityProjectionExpression : Microsoft.EntityFrameworkCore.Query.StructuralTypeProjectionExpression * Microsoft.EntityFrameworkCore.Metadata.INavigation * Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory -> Microsoft.EntityFrameworkCore.Query.StructuralTypeShaperExpression
Public Function GenerateOwnedReferenceEntityProjectionExpression (principalEntityProjection As StructuralTypeProjectionExpression, navigation As INavigation, sqlExpressionFactory As ISqlExpressionFactory) As StructuralTypeShaperExpression

Parametreler

principalEntityProjection
StructuralTypeProjectionExpression
navigation
INavigation
sqlExpressionFactory
ISqlExpressionFactory

Döndürülenler

Öznitelikler

Şunlara uygulanır

GenerateOwnedReferenceEntityProjectionExpression(EntityProjectionExpression, INavigation, ISqlExpressionFactory)

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.EntityShaperExpression GenerateOwnedReferenceEntityProjectionExpression (Microsoft.EntityFrameworkCore.Query.EntityProjectionExpression principalEntityProjection, Microsoft.EntityFrameworkCore.Metadata.INavigation navigation, Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory sqlExpressionFactory);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
member this.GenerateOwnedReferenceEntityProjectionExpression : Microsoft.EntityFrameworkCore.Query.EntityProjectionExpression * Microsoft.EntityFrameworkCore.Metadata.INavigation * Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory -> Microsoft.EntityFrameworkCore.Query.EntityShaperExpression
Public Function GenerateOwnedReferenceEntityProjectionExpression (principalEntityProjection As EntityProjectionExpression, navigation As INavigation, sqlExpressionFactory As ISqlExpressionFactory) As EntityShaperExpression

Parametreler

principalEntityProjection
EntityProjectionExpression
navigation
INavigation
sqlExpressionFactory
ISqlExpressionFactory

Döndürülenler

Öznitelikler

Şunlara uygulanır