RelationalPropertyJsonPropertyNameAttributeConvention 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據所套用 JsonPropertyNameAttribute 設定 JSON 屬性名稱的慣例。
public class RelationalPropertyJsonPropertyNameAttributeConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.PropertyAttributeConventionBase<System.Text.Json.Serialization.JsonPropertyNameAttribute>
type RelationalPropertyJsonPropertyNameAttributeConvention = class
inherit PropertyAttributeConventionBase<JsonPropertyNameAttribute>
Public Class RelationalPropertyJsonPropertyNameAttributeConvention
Inherits PropertyAttributeConventionBase(Of JsonPropertyNameAttribute)
- 繼承
-
RelationalPropertyJsonPropertyNameAttributeConvention
備註
如需詳細資訊和範例,請參閱 模型建置慣例 。
建構函式
屬性
Dependencies |
此服務的相依性。 (繼承來源 PropertyAttributeConventionBase<TAttribute>) |
RelationalDependencies |
此服務的關聯式提供者特定相依性。 |