RelationshipDiscoveryConvention.ProcessNavigationAdded Method

Definition

Overloads

ProcessNavigationAdded(IConventionNavigationBuilder, IConventionContext<IConventionNavigationBuilder>)

Source:
RelationshipDiscoveryConvention.cs
Source:
RelationshipDiscoveryConvention.cs
Source:
RelationshipDiscoveryConvention.cs
Source:
RelationshipDiscoveryConvention.cs
Source:
RelationshipDiscoveryConvention.cs

Called after a navigation is added to the entity type.

C#
public virtual void ProcessNavigationAdded (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionNavigationBuilder navigationBuilder, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionNavigationBuilder> context);

Parameters

navigationBuilder
IConventionNavigationBuilder

The builder for the navigation.

context
IConventionContext<IConventionNavigationBuilder>

Additional information associated with convention execution.

Implements

Applies to

Entity Framework Core 9.0 i druge verzije
Proizvod Verzije
Entity Framework Core 5.0, 6.0, 7.0, 8.0, 9.0

ProcessNavigationAdded(IConventionRelationshipBuilder, IConventionNavigation, IConventionContext<IConventionNavigation>)

Source:
RelationshipDiscoveryConvention.cs
Source:
RelationshipDiscoveryConvention.cs

Called after a navigation is added to the entity type.

C#
public virtual void ProcessNavigationAdded (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionRelationshipBuilder relationshipBuilder, Microsoft.EntityFrameworkCore.Metadata.IConventionNavigation navigation, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.IConventionNavigation> context);

Parameters

relationshipBuilder
IConventionRelationshipBuilder

The builder for the foreign key.

navigation
IConventionNavigation

The navigation.

context
IConventionContext<IConventionNavigation>

Additional information associated with convention execution.

Implements

Applies to

Entity Framework Core 3.1 i Entity Framework Core 3.0
Proizvod Verzije
Entity Framework Core 3.0, 3.1