Compartir a través de


RuntimeEntityType.IEntityType.FindSkipNavigation Método

Definición

Sobrecargas

IEntityType.FindSkipNavigation(String)

Obtiene una propiedad de navegación skip en este tipo de entidad. Devuelve null si no se encuentra ninguna propiedad de navegación skip.

IEntityType.FindSkipNavigation(MemberInfo)

Obtiene una propiedad de navegación skip en este tipo de entidad. Devuelve null si no se encuentra ninguna propiedad de navegación.

IEntityType.FindSkipNavigation(String)

Obtiene una propiedad de navegación skip en este tipo de entidad. Devuelve null si no se encuentra ninguna propiedad de navegación skip.

[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

Parámetros

name
String

Nombre de la propiedad de navegación en la clase de entidad.

Devoluciones

La propiedad de navegación, o null si no se encuentra ninguna.

Implementaciones

Atributos

Se aplica a

IEntityType.FindSkipNavigation(MemberInfo)

Obtiene una propiedad de navegación skip en este tipo de entidad. Devuelve null si no se encuentra ninguna propiedad de navegación.

[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

Parámetros

memberInfo
MemberInfo

Propiedad de navegación en la clase de entidad.

Devoluciones

La propiedad de navegación, o null si no se encuentra ninguna.

Implementaciones

Atributos

Se aplica a