Condividi tramite


CosmosPropertyBuilderExtensions.CanSetJsonProperty Metodo

Definizione

Restituisce un valore che indica se è possibile impostare il nome della proprietà specificato.

public static bool CanSetJsonProperty (this Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder propertyBuilder, string name, bool fromDataAnnotation = false);
public static bool CanSetJsonProperty (this Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder propertyBuilder, string? name, bool fromDataAnnotation = false);
static member CanSetJsonProperty : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder * string * bool -> bool
<Extension()>
Public Function CanSetJsonProperty (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à.

fromDataAnnotation
Boolean

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

Restituisce

true se il nome della proprietà può essere impostato.

Commenti

Per altre informazioni ed esempi, vedere Modellazione di tipi di entità e relazioni e accesso ad Azure Cosmos DB con EF Core .

Si applica a