CosmosPropertyExtensions.GetJsonPropertyName 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetJsonPropertyName(IProperty) |
傳回以 Cosmos 為目標時,屬性所對應的屬性名稱。 |
GetJsonPropertyName(IReadOnlyProperty) |
傳回以 Cosmos 為目標時,屬性所對應的屬性名稱。 |
GetJsonPropertyName(IProperty)
傳回以 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
參數
- property
- IProperty
屬性。
傳回
傳回以 Cosmos 為目標時,屬性所對應的屬性名稱。
適用於
GetJsonPropertyName(IReadOnlyProperty)
傳回以 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
參數
- property
- IReadOnlyProperty
屬性。
傳回
傳回以 Cosmos 為目標時,屬性所對應的屬性名稱。