Partager via


RuntimeEntityType.IReadOnlyEntityType.FindSkipNavigation Méthode

Définition

Surcharges

IReadOnlyEntityType.FindSkipNavigation(String)

Obtient une propriété de navigation skip sur ce type d’entité. Retourne null si aucune propriété de navigation skip n’est trouvée.

IReadOnlyEntityType.FindSkipNavigation(MemberInfo)

Obtient une propriété de navigation skip sur ce type d’entité. Retourne null si aucune propriété de navigation n’est trouvée.

IReadOnlyEntityType.FindSkipNavigation(String)

Obtient une propriété de navigation skip sur ce type d’entité. Retourne null si aucune propriété de navigation skip n’est trouvée.

[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

Paramètres

name
String

Nom de la propriété de navigation sur la classe d’entité.

Retours

Propriété de navigation, ou null si aucune n’est trouvée.

Implémente

Attributs

S’applique à

IReadOnlyEntityType.FindSkipNavigation(MemberInfo)

Obtient une propriété de navigation skip sur ce type d’entité. Retourne null si aucune propriété de navigation n’est trouvée.

[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

Paramètres

memberInfo
MemberInfo

Propriété de navigation sur la classe d’entité.

Retours

Propriété de navigation, ou null si aucune n’est trouvée.

Implémente

Attributs

S’applique à