CosmosPropertyExtensions.GetJsonPropertyName Methode

Definition

Überlädt

GetJsonPropertyName(IProperty)

Gibt den Eigenschaftsnamen zurück, dem die Eigenschaft beim Ziel Cosmos zugeordnet ist.

GetJsonPropertyName(IReadOnlyProperty)

Gibt den Eigenschaftsnamen zurück, dem die Eigenschaft beim Ziel Cosmos zugeordnet ist.

GetJsonPropertyName(IProperty)

Gibt den Eigenschaftsnamen zurück, dem die Eigenschaft beim Ziel Cosmos zugeordnet ist.

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

Parameter

property
IProperty

Die Eigenschaft.

Gibt zurück

Gibt den Eigenschaftsnamen zurück, dem die Eigenschaft beim Ziel Cosmos zugeordnet ist.

Gilt für:

GetJsonPropertyName(IReadOnlyProperty)

Gibt den Eigenschaftsnamen zurück, dem die Eigenschaft beim Ziel Cosmos zugeordnet ist.

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

Parameter

property
IReadOnlyProperty

Die Eigenschaft.

Gibt zurück

Gibt den Eigenschaftsnamen zurück, dem die Eigenschaft beim Ziel Cosmos zugeordnet ist.

Gilt für: