Condividi tramite


RelationalPropertyExtensions.GetJsonPropertyNameConfigurationSource Metodo

Definizione

Ottiene l'oggetto ConfigurationSource per il nome della proprietà JSON per una determinata proprietà di entità.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetJsonPropertyNameConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetJsonPropertyNameConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetJsonPropertyNameConfigurationSource (property As IConventionProperty) As Nullable(Of ConfigurationSource)

Parametri

property
IConventionProperty

Proprietà.

Restituisce

Oggetto ConfigurationSource per il nome della proprietà JSON per una determinata proprietà di entità.

Si applica a