MutablePropertyBaseExtensions.SetField(IMutablePropertyBase, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定此屬性應該使用的基礎 CLR 欄位。
備份欄位通常是依照慣例找到,如下所述: http://go.microsoft.com/fwlink/?LinkId=723277. 如果慣例找不到正確的欄位,這個方法有助於明確設定支援欄位。
根據預設,如果找到或已指定支援欄位,則會在建構新物件時使用,通常是從資料庫查詢實體時。 屬性會用於所有其他存取。 您可以藉由呼叫 SetPropertyAccessMode(IMutablePropertyBase, Nullable<PropertyAccessMode>) 來變更。
public static void SetField (this Microsoft.EntityFrameworkCore.Metadata.IMutablePropertyBase property, string fieldName);
static member SetField : Microsoft.EntityFrameworkCore.Metadata.IMutablePropertyBase * string -> unit
<Extension()>
Public Sub SetField (property As IMutablePropertyBase, fieldName As String)
參數
- property
- IMutablePropertyBase
應設定支援欄位的屬性。
- fieldName
- String
要使用的功能變數名稱。