RelationalPropertyBuilderExtensions.CanSetJsonPropertyName 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,指出指定的值是否可以當做指定實體屬性的 JSON 屬性名稱使用。
public static bool CanSetJsonPropertyName (this Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder propertyBuilder, string? name, bool fromDataAnnotation = false);
static member CanSetJsonPropertyName : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder * string * bool -> bool
<Extension()>
Public Function CanSetJsonPropertyName (propertyBuilder As IConventionPropertyBuilder, name As String, Optional fromDataAnnotation As Boolean = false) As Boolean
參數
- propertyBuilder
- IConventionPropertyBuilder
要設定之屬性的產生器。
- name
- String
要使用的 JSON 屬性名稱。
- fromDataAnnotation
- Boolean
指出是否使用資料批註來指定組態。
傳回
true
如果指定的值可以設定為此實體屬性的 JSON 屬性名稱,則為 。