Condividi tramite


RelationalPropertyBuilderExtensions.CanSetJsonPropertyName Metodo

Definizione

Restituisce un valore che indica se il valore specificato può essere usato come nome di proprietà JSON per una determinata proprietà di entità.

public static bool CanSetJsonPropertyName (this Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder propertyBuilder, string? name, bool fromDataAnnotation = false);
static member CanSetJsonPropertyName : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder * string * bool -> bool
<Extension()>
Public Function CanSetJsonPropertyName (propertyBuilder As IConventionPropertyBuilder, name As String, Optional fromDataAnnotation As Boolean = false) As Boolean

Parametri

propertyBuilder
IConventionPropertyBuilder

Generatore per la proprietà configurata.

name
String

Nome della proprietà JSON da usare.

fromDataAnnotation
Boolean

Indica se la configurazione è stata specificata usando un'annotazione dati.

Restituisce

true se il valore specificato può essere impostato come nome della proprietà JSON per questa proprietà di entità.

Si applica a