Share via


CosmosPropertyExtensions.GetJsonPropertyName Metodo

Definizione

Overload

GetJsonPropertyName(IProperty)

Restituisce il nome della proprietà a cui viene eseguito il mapping della proprietà quando la destinazione è Cosmos.

GetJsonPropertyName(IReadOnlyProperty)

Restituisce il nome della proprietà a cui viene eseguito il mapping della proprietà quando la destinazione è Cosmos.

GetJsonPropertyName(IProperty)

Restituisce il nome della proprietà a cui viene eseguito il mapping della proprietà quando la destinazione è Cosmos.

public static string GetJsonPropertyName (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetJsonPropertyName : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
<Extension()>
Public Function GetJsonPropertyName (property As IProperty) As String

Parametri

property
IProperty

Proprietà.

Restituisce

Restituisce il nome della proprietà a cui viene eseguito il mapping della proprietà quando la destinazione è Cosmos.

Si applica a

GetJsonPropertyName(IReadOnlyProperty)

Restituisce il nome della proprietà a cui viene eseguito il mapping della proprietà quando la destinazione è Cosmos.

public static string GetJsonPropertyName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetJsonPropertyName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetJsonPropertyName (property As IReadOnlyProperty) As String

Parametri

property
IReadOnlyProperty

Proprietà.

Restituisce

Restituisce il nome della proprietà a cui viene eseguito il mapping della proprietà quando la destinazione è Cosmos.

Si applica a