Compartilhar via


RuntimeEntityType.IReadOnlyEntityType.FindDeclaredSkipNavigation Método

Definição

Obtém uma propriedade de navegação ignorar nesse tipo de entidade.

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IReadOnlySkipNavigation? IReadOnlyEntityType.FindDeclaredSkipNavigation (string name);
[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IReadOnlySkipNavigation IReadOnlyEntityType.FindDeclaredSkipNavigation (string name);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.FindDeclaredSkipNavigation : string -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlySkipNavigation
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.FindDeclaredSkipNavigation : string -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlySkipNavigation
Function FindDeclaredSkipNavigation (name As String) As IReadOnlySkipNavigation Implements IReadOnlyEntityType.FindDeclaredSkipNavigation

Parâmetros

name
String

O nome da propriedade de navegação na classe de entidade.

Retornos

A propriedade de navegação ou null se nenhuma for encontrada.

Implementações

Atributos

Aplica-se a