CosmosPropertyExtensions.GetJsonPropertyName Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.