Condividi tramite


RuntimeEntityType.IReadOnlyEntityType.FindDeclaredNavigation(String) Metodo

Definizione

Ottiene una proprietà di spostamento nel tipo di entità specificato. Non restituisce le proprietà di spostamento definite in un tipo di base. Restituisce null se non viene trovata alcuna proprietà di navigazione.

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

Parametri

name
String

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

Restituisce

Proprietà di spostamento o null se non viene trovato alcun elemento.

Implementazioni

Attributi

Si applica a