Condividi tramite


RuntimeEntityType.IReadOnlyEntityType.FindDeclaredSkipNavigation Metodo

Definizione

Ottiene una proprietà di navigazione skip su questo tipo di entità.

[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

Parametri

name
String

Nome della proprietà di navigazione nella classe di entità.

Restituisce

Proprietà di navigazione o null se non viene trovato alcun oggetto.

Implementazioni

Attributi

Si applica a