Condividi tramite


RuntimeEntityType.IEntityType.FindProperty(String) Metodo

Definizione

Ottiene la proprietà con un nome specificato. Restituisce null se non è definita alcuna proprietà con il nome specificato.

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

Parametri

name
String

Nome della proprietà.

Restituisce

Proprietà o null se non viene trovata alcuna proprietà.

Implementazioni

Attributi

Si applica a