Compartilhar via


ComplexPropertiesConfigurationBuilder(ComplexPropertyConfiguration) Construtor

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 ComplexPropertiesConfigurationBuilder (Microsoft.EntityFrameworkCore.Metadata.Internal.ComplexPropertyConfiguration property);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexPropertiesConfigurationBuilder : Microsoft.EntityFrameworkCore.Metadata.Internal.ComplexPropertyConfiguration -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexPropertiesConfigurationBuilder
Public Sub New (property As ComplexPropertyConfiguration)

Parâmetros

property
Microsoft.EntityFrameworkCore.Metadata.Internal.ComplexPropertyConfiguration
Atributos

Aplica-se a