CollectionNavigationBuilder.WithMany(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures this as a many-to-many relationship.
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.CollectionCollectionBuilder WithMany (string navigationName);
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.CollectionCollectionBuilder WithMany (string? navigationName = default);
abstract member WithMany : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.CollectionCollectionBuilder
override this.WithMany : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.CollectionCollectionBuilder
Public Overridable Function WithMany (navigationName As String) As CollectionCollectionBuilder
Public Overridable Function WithMany (Optional navigationName As String = Nothing) As CollectionCollectionBuilder
Parameters
- navigationName
- String
The name of the collection navigation property on the other end of this relationship.
Returns
An object to further configure the relationship.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework