Sdílet prostřednictvím


ComplexPropertyDiscoveryConvention.ProcessSkipNavigationRemoved Metoda

Definice

Volá se po odebrání přeskakované navigace z typu entity.

public void ProcessSkipNavigationRemoved (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder entityTypeBuilder, Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation navigation, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation> context);
abstract member ProcessSkipNavigationRemoved : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder * Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation> -> unit
override this.ProcessSkipNavigationRemoved : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder * Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation> -> unit
Public Sub ProcessSkipNavigationRemoved (entityTypeBuilder As IConventionEntityTypeBuilder, navigation As IConventionSkipNavigation, context As IConventionContext(Of IConventionSkipNavigation))

Parametry

entityTypeBuilder
IConventionEntityTypeBuilder

Tvůrce pro typ entity, který obsahoval navigaci.

navigation
IConventionSkipNavigation

Odebraná navigace.

context
IConventionContext<IConventionSkipNavigation>

Další informace související s prováděním konvencí

Implementuje

Platí pro