Share via


RuntimeEntityType.IEntityType.FindSkipNavigation Méthode

Définition

Surcharges

IEntityType.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.

IEntityType.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.

IEntityType.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.ISkipNavigation? IEntityType.FindSkipNavigation (string name);
[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation IEntityType.FindSkipNavigation (string name);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IEntityType.FindSkipNavigation : string -> Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation
override this.Microsoft.EntityFrameworkCore.Metadata.IEntityType.FindSkipNavigation : string -> Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation
Function FindSkipNavigation (name As String) As ISkipNavigation Implements IEntityType.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 à

IEntityType.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.ISkipNavigation? IEntityType.FindSkipNavigation (System.Reflection.MemberInfo memberInfo);
[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation IEntityType.FindSkipNavigation (System.Reflection.MemberInfo memberInfo);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IEntityType.FindSkipNavigation : System.Reflection.MemberInfo -> Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation
override this.Microsoft.EntityFrameworkCore.Metadata.IEntityType.FindSkipNavigation : System.Reflection.MemberInfo -> Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation
Function FindSkipNavigation (memberInfo As MemberInfo) As ISkipNavigation Implements IEntityType.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 à