Condividi tramite


IMutableTypeBase.GetProperty(String) Metodo

Definizione

Ottiene una proprietà con il nome specificato.

public virtual Microsoft.EntityFrameworkCore.Metadata.IMutableProperty GetProperty (string name);
abstract member GetProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IMutableProperty
override this.GetProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IMutableProperty
Public Overridable Function GetProperty (name As String) As IMutableProperty

Parametri

name
String

Nome della proprietà.

Restituisce

Proprietà.

Commenti

Questa API trova solo proprietà scalari e non trova proprietà di navigazione, complesse o di servizio.

Si applica a