Sdílet prostřednictvím


CollectionCollectionBuilder<TLeftEntity,TRightEntity> Konstruktor

Definice

Toto je interní rozhraní API, které podporuje infrastrukturu Entity Framework Core a nepodléhá stejným standardům kompatibility jako veřejná rozhraní API. Může se změnit nebo odebrat bez předchozího upozornění v jakékoli verzi. Měli byste ho používat přímo v kódu pouze s extrémní opatrností a s vědomím, že to může vést k selhání aplikací při aktualizaci na novou verzi 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)

Parametry

leftEntityType
IMutableEntityType
rightEntityType
IMutableEntityType
leftNavigation
IMutableSkipNavigation
rightNavigation
IMutableSkipNavigation
Atributy

Platí pro