ConventionPropertyBaseExtensions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use IConventionPropertyBase
IConventionPropertyBase 的擴充方法。
public static class ConventionPropertyBaseExtensions
[System.Obsolete("Use IConventionPropertyBase")]
public static class ConventionPropertyBaseExtensions
type ConventionPropertyBaseExtensions = class
[<System.Obsolete("Use IConventionPropertyBase")>]
type ConventionPropertyBaseExtensions = class
Public Module ConventionPropertyBaseExtensions
Public Class ConventionPropertyBaseExtensions
- 繼承
-
ConventionPropertyBaseExtensions
- 屬性
方法
GetPropertyAccessModeConfigurationSource(IConventionPropertyBase) |
已淘汰.
傳回 的 GetPropertyAccessMode() 組態來源。 |
SetField(IConventionPropertyBase, String, Boolean) |
已淘汰.
設定此屬性應該使用的基礎 CLR 欄位。
這可能 備份欄位通常依照慣例找到,如下所述: http://go.microsoft.com/fwlink/?LinkId=723277. 此方法適用于在慣例找不到正確欄位的情況下明確設定支援欄位。 根據預設,如果找到或已指定支援欄位,則會在建構新物件時使用,通常是從資料庫查詢實體時。 屬性會用於所有其他存取。 呼叫 即可變更此專案 SetPropertyAccessMode(IConventionPropertyBase, Nullable<PropertyAccessMode>, Boolean) 。 |
SetPropertyAccessMode(IConventionPropertyBase, Nullable<PropertyAccessMode>, Boolean) |
已淘汰.
PropertyAccessMode設定要用於這個屬性的 。 |