CosmosPropertyExtensions.SetJsonPropertyName Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
SetJsonPropertyName(IMutableProperty, String) |
Cosmos hedeflenirken özelliğin eşlendiği özellik adını ayarlar. |
SetJsonPropertyName(IConventionProperty, String, Boolean) |
Cosmos hedeflenirken özelliğin eşlendiği özellik adını ayarlar. |
SetJsonPropertyName(IMutableProperty, String)
Cosmos hedeflenirken özelliğin eşlendiği özellik adını ayarlar.
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)
Parametreler
- property
- IMutableProperty
Özellik.
- name
- String
Ayarlanacağı ad.
Şunlara uygulanır
SetJsonPropertyName(IConventionProperty, String, Boolean)
Cosmos hedeflenirken özelliğin eşlendiği özellik adını ayarlar.
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
Parametreler
- property
- IConventionProperty
Özellik.
- name
- String
Ayarlanacağı ad.
- fromDataAnnotation
- Boolean
Yapılandırmanın bir veri ek açıklaması kullanılarak belirtilip belirtilmediğinden emin olun.
Döndürülenler
Yapılandırılan değer.
Şunlara uygulanır
Entity Framework