IConventionEntityType.RemoveSkipNavigation Yöntem

Tanım

Aşırı Yüklemeler

RemoveSkipNavigation(IConventionSkipNavigation)

Bu varlık türünden bir gezinti atlama özelliğini kaldırır.

RemoveSkipNavigation(IReadOnlySkipNavigation)

Bu varlık türünden bir Skip gezintisi özelliği kaldırır.

RemoveSkipNavigation(IConventionSkipNavigation)

Bu varlık türünden bir gezinti atlama özelliğini kaldırır.

public Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation RemoveSkipNavigation (Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation navigation);
abstract member RemoveSkipNavigation : Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation -> Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation
Public Function RemoveSkipNavigation (navigation As IConventionSkipNavigation) As IConventionSkipNavigation

Parametreler

navigation
IConventionSkipNavigation

Kaldırılacak gezintiyi atla.

Döndürülenler

IConventionSkipNavigation

Kaldırılan atlama gezintisi.

Şunlara uygulanır

RemoveSkipNavigation(IReadOnlySkipNavigation)

Bu varlık türünden bir Skip gezintisi özelliği kaldırır.

public Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation? RemoveSkipNavigation (Microsoft.EntityFrameworkCore.Metadata.IReadOnlySkipNavigation navigation);
abstract member RemoveSkipNavigation : Microsoft.EntityFrameworkCore.Metadata.IReadOnlySkipNavigation -> Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation
Public Function RemoveSkipNavigation (navigation As IReadOnlySkipNavigation) As IConventionSkipNavigation

Parametreler

navigation
IReadOnlySkipNavigation

Kaldırılacak gezinmeyi atla.

Döndürülenler

IConventionSkipNavigation

Kaldırılan atlama gezintisi veya null atlama gezinmesi bulunmazsa.

Şunlara uygulanır