Udostępnij za pośrednictwem


CosmosPropertyExtensions.SetJsonPropertyName Metoda

Definicja

Przeciążenia

SetJsonPropertyName(IMutableProperty, String)

Ustawia nazwę właściwości mapowanej na wartość podczas określania wartości docelowej usługi Cosmos.

SetJsonPropertyName(IConventionProperty, String, Boolean)

Ustawia nazwę właściwości mapowanej na wartość podczas określania wartości docelowej usługi Cosmos.

SetJsonPropertyName(IMutableProperty, String)

Ustawia nazwę właściwości mapowanej na wartość podczas określania wartości docelowej usługi Cosmos.

public static void SetJsonPropertyName (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, string name);
public static void SetJsonPropertyName (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, string? name);
static member SetJsonPropertyName : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * string -> unit
<Extension()>
Public Sub SetJsonPropertyName (property As IMutableProperty, name As String)

Parametry

property
IMutableProperty

Właściwość.

name
String

Nazwa do ustawienia.

Dotyczy

SetJsonPropertyName(IConventionProperty, String, Boolean)

Ustawia nazwę właściwości mapowanej na wartość podczas określania wartości docelowej usługi Cosmos.

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

Parametry

property
IConventionProperty

Właściwość.

name
String

Nazwa do ustawienia.

fromDataAnnotation
Boolean

Wskazuje, czy konfiguracja została określona przy użyciu adnotacji danych.

Zwraca

Skonfigurowana wartość.

Dotyczy