Compartilhar via


RuntimeEntityType.IReadOnlyEntityType.FindSkipNavigation Método

Definição

Sobrecargas

IReadOnlyEntityType.FindSkipNavigation(String)

Obtém uma propriedade de navegação ignorar nesse tipo de entidade. Retorna null se nenhuma propriedade de navegação ignorar for encontrada.

IReadOnlyEntityType.FindSkipNavigation(MemberInfo)

Obtém uma propriedade de navegação ignorar nesse tipo de entidade. Retorna null se nenhuma propriedade de navegação for encontrada.

IReadOnlyEntityType.FindSkipNavigation(String)

Obtém uma propriedade de navegação ignorar nesse tipo de entidade. Retorna null se nenhuma propriedade de navegação ignorar for encontrada.

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

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

IReadOnlyEntityType.FindSkipNavigation(MemberInfo)

Obtém uma propriedade de navegação ignorar nesse tipo de entidade. Retorna null se nenhuma propriedade de navegação for encontrada.

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IReadOnlySkipNavigation? IReadOnlyEntityType.FindSkipNavigation (System.Reflection.MemberInfo memberInfo);
[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IReadOnlySkipNavigation IReadOnlyEntityType.FindSkipNavigation (System.Reflection.MemberInfo memberInfo);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.FindSkipNavigation : System.Reflection.MemberInfo -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlySkipNavigation
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.FindSkipNavigation : System.Reflection.MemberInfo -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlySkipNavigation
Function FindSkipNavigation (memberInfo As MemberInfo) As IReadOnlySkipNavigation Implements IReadOnlyEntityType.FindSkipNavigation

Parâmetros

memberInfo
MemberInfo

A 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