Compartilhar via


SelectExpression.GenerateComplexPropertyShaperExpression Método

Definição

Essa é uma API interna que dá suporte à infraestrutura do Entity Framework Core e não está sujeita aos mesmos padrões de compatibilidade que as APIs públicas. Ele pode ser alterado ou removido sem aviso prévio em nenhuma versão. Você só deve usá-lo diretamente em seu código com extrema cautela e saber que isso pode resultar em falhas de aplicativo ao atualizar para uma nova versão do Entity Framework Core.

[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

Parâmetros

complexProperty
IComplexProperty

Retornos

Atributos

Aplica-se a