CollectionCollectionBuilder<TLeftEntity,TRightEntity> Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 CollectionCollectionBuilder (Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType leftEntityType, Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType rightEntityType, Microsoft.EntityFrameworkCore.Metadata.IMutableSkipNavigation leftNavigation, Microsoft.EntityFrameworkCore.Metadata.IMutableSkipNavigation rightNavigation);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.Metadata.Builders.CollectionCollectionBuilder<'LeftEntity, 'RightEntity (requires 'LeftEntity : null and 'RightEntity : null)> : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * Microsoft.EntityFrameworkCore.Metadata.IMutableSkipNavigation * Microsoft.EntityFrameworkCore.Metadata.IMutableSkipNavigation -> Microsoft.EntityFrameworkCore.Metadata.Builders.CollectionCollectionBuilder<'LeftEntity, 'RightEntity (requires 'LeftEntity : null and 'RightEntity : null)>
Public Sub New (leftEntityType As IMutableEntityType, rightEntityType As IMutableEntityType, leftNavigation As IMutableSkipNavigation, rightNavigation As IMutableSkipNavigation)
Parâmetros
- leftEntityType
- IMutableEntityType
- rightEntityType
- IMutableEntityType
- leftNavigation
- IMutableSkipNavigation
- rightNavigation
- IMutableSkipNavigation
- Atributos
Aplica-se a
Entity Framework