IMutableKey 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public interface IMutableKey : Microsoft.EntityFrameworkCore.Metadata.IKey, Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable
public interface IMutableKey : Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey
type IMutableKey = interface
interface IMutableAnnotatable
interface IAnnotatable
interface IKey
type IMutableKey = interface
interface IReadOnlyKey
interface IReadOnlyAnnotatable
interface IMutableAnnotatable
Public Interface IMutableKey
Implements IKey, IMutableAnnotatable
Public Interface IMutableKey
Implements IMutableAnnotatable, IReadOnlyKey
- 實作
-
此介面會在模型建立期間使用,並允許修改中繼資料。 建置模型之後, IKey 表示相同中繼資料的唯讀檢視。
如需詳細資訊和範例,請參閱 模型化實體類型和關聯 性。
屬性
方法
AddAnnotation(String, Object)
|
將批註加入至這個物件。 如果具有指定名稱的注釋已經存在,則會擲回 。
(繼承來源 IMutableAnnotatable)
|
AddAnnotations(IEnumerable<IAnnotation>)
|
將批註加入物件。
(繼承來源 IMutableAnnotatable)
|
AddRuntimeAnnotation(String, Object)
|
將執行時間批註加入至這個物件。 如果具有指定名稱的注釋已經存在,則會擲回 。
(繼承來源 IAnnotatable)
|
AnnotationsToDebugString(Int32)
|
取得 物件上宣告之所有批註的偵錯字串。
(繼承來源 IReadOnlyAnnotatable)
|
FindAnnotation(String)
|
取得具有指定名稱的注釋,如果不存在,則傳 null 回 。
(繼承來源 IReadOnlyAnnotatable)
|
FindRuntimeAnnotation(String)
|
取得具有指定名稱的執行時間批註,如果不存在,則傳 null 回 。
(繼承來源 IAnnotatable)
|
FindRuntimeAnnotationValue(String)
|
取得具有指定名稱的執行時間批註值,如果不存在,則傳 null 回 。
(繼承來源 IAnnotatable)
|
GetAnnotation(String)
|
取得具有指定名稱的注釋,如果不存在,則會擲回。
(繼承來源 IReadOnlyAnnotatable)
|
GetAnnotations()
|
取得目前 物件上的所有批註。
(繼承來源 IReadOnlyAnnotatable)
|
GetKeyType()
|
傳回簡單索引鍵的索引鍵屬性類型,或複合索引鍵的物件陣列。
(繼承來源 IKey)
|
GetOrAddRuntimeAnnotationValue<TValue,TArg>(String, Func<TArg,TValue>, TArg)
|
取得具有指定名稱的執行時間注釋值,如果不存在,請加以新增。
(繼承來源 IAnnotatable)
|
GetPrincipalKeyValueFactory()
|
根據從各種實體資料形式取得的索引鍵值,取得索引鍵值的處理站。
這個方法通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。
(繼承來源 IKey)
|
GetPrincipalKeyValueFactory<TKey>()
|
根據從各種實體資料形式取得的索引鍵值,取得索引鍵值的處理站。
這個方法通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。
(繼承來源 IKey)
|
GetReferencingForeignKeys()
|
取得以指定主要或替代索引鍵為目標的所有外鍵。
|
GetRuntimeAnnotations()
|
取得目前 物件上的所有執行時間批註。
(繼承來源 IAnnotatable)
|
IsPrimaryKey()
|
傳回值,指出索引鍵是否為主鍵。
(繼承來源 IReadOnlyKey)
|
RemoveAnnotation(String)
|
從這個 物件中移除指定的注釋。
(繼承來源 IMutableAnnotatable)
|
RemoveRuntimeAnnotation(String)
|
從這個 物件中移除指定的執行時間批註。
(繼承來源 IAnnotatable)
|
SetAnnotation(String, Object)
|
設定儲存在指定索引鍵底下的注釋。 如果具有指定名稱的注釋已經存在,則覆寫現有的注釋。
(繼承來源 IMutableAnnotatable)
|
SetOrRemoveAnnotation(String, Object)
|
設定儲存在指定名稱下的批註。 如果具有指定名稱的注釋已經存在,則覆寫現有的注釋。 如果 null 已提供,則移除現有的批註。
(繼承來源 IMutableAnnotatable)
|
SetRuntimeAnnotation(String, Object)
|
設定儲存在指定索引鍵下的執行時間批註。 如果具有指定名稱的注釋已經存在,則覆寫現有的注釋。
(繼承來源 IAnnotatable)
|
ToDebugString(MetadataDebugStringOptions, Int32)
|
建立人類可讀取的指定中繼資料標記法。
警告:請勿依賴傳回字串的格式。
它是專為偵錯而設計,而且可能會在發行之間任意變更。
(繼承來源 IReadOnlyKey)
|
擴充方法
AnnotationsToDebugString(IAnnotatable, Int32)
|
取得 物件上宣告之所有批註的偵錯字串。
|
GetAnnotation(IAnnotatable, String)
|
取得具有指定名稱的注釋,如果不存在,則會擲回。
|
GetKeyType(IKey)
|
傳回簡單索引鍵的索引鍵屬性類型,或複合索引鍵的物件陣列。
|
GetPrincipalKeyValueFactory<TKey>(IKey)
|
根據從各種實體資料形式取得索引鍵值的索引鍵值,取得索引鍵值的處理站。
這個方法通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。
|
GetReferencingForeignKeys(IKey)
|
取得以指定主要或替代索引鍵為目標的所有外鍵。
|
IsPrimaryKey(IKey)
|
傳回值,指出索引鍵是否為主鍵。
|
ToDebugString(IKey, MetadataDebugStringOptions, Int32)
|
建立人類可讀取的指定中繼資料標記法。
警告:請勿依賴傳回字串的格式。
它是專為偵錯而設計,而且可能會在發行之間任意變更。
|
AddAnnotations(IMutableAnnotatable, IEnumerable<IAnnotation>)
|
將批註加入物件。
|
GetAnnotation(IMutableAnnotatable, String)
|
取得具有指定名稱的注釋,如果不存在,則會擲回。
|
GetOrAddAnnotation(IMutableAnnotatable, String, String)
|
取得具有指定索引鍵的現有注釋,如果不存在,則加入新的批註。
|
SetOrRemoveAnnotation(IMutableAnnotatable, String, Object)
|
設定儲存在指定名稱下的批註。 如果具有指定名稱的注釋已經存在,則覆寫現有的注釋。 如果 null 已提供,則移除現有的批註。
|
GetReferencingForeignKeys(IMutableKey)
|
取得以指定主要或替代索引鍵為目標的所有外鍵。
|
FindSharedObjectRootKey(IKey, StoreObjectIdentifier)
|
尋找對應至共用資料表類似物件中相同條件約束的第一 IConventionKey 個 。
這個方法通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。
|
FindSharedObjectRootKey(IMutableKey, StoreObjectIdentifier)
|
尋找對應至共用資料表類似物件中相同條件約束的第一 IMutableKey 個 。
這個方法通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。
|
FindSharedObjectRootKey(IReadOnlyKey, StoreObjectIdentifier)
|
尋找對應至共用資料表類似物件中相同條件約束的第一 IKey 個 。
這個方法通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。
|
GetDefaultName(IKey)
|
傳回將用於此索引鍵的預設索引鍵條件約束名稱。
|
GetDefaultName(IKey, StoreObjectIdentifier)
|
傳回將用於特定資料表之此索引鍵的預設索引鍵條件約束名稱。
|
GetDefaultName(IReadOnlyKey)
|
傳回將用於此索引鍵的預設索引鍵條件約束名稱。
|
GetDefaultName(IReadOnlyKey, StoreObjectIdentifier)
|
傳回將用於特定資料表之此索引鍵的預設索引鍵條件約束名稱。
|
GetMappedConstraints(IKey)
|
取得索引鍵對應的唯一條件約束。
|
GetName(IKey)
|
傳回此索引鍵的索引鍵條件約束名稱。
|
GetName(IKey, StoreObjectIdentifier)
|
傳回特定資料表之此索引鍵的索引鍵條件約束名稱。
|
GetName(IReadOnlyKey)
|
傳回此索引鍵的索引鍵條件約束名稱。
|
GetName(IReadOnlyKey, StoreObjectIdentifier)
|
傳回特定資料表之此索引鍵的索引鍵條件約束名稱。
|
SetName(IMutableKey, String)
|
設定此索引鍵的索引鍵條件約束名稱。
|
Relational(IKey)
|
取得索引鍵的關係資料庫特定中繼資料。
|
Relational(IMutableKey)
|
取得索引鍵的關係資料庫特定中繼資料。
|
Sqlite(IKey)
|
取得金鑰的 SQLite 特定中繼資料。
|
Sqlite(IMutableKey)
|
取得金鑰的 SQLite 特定中繼資料。
|
IsClustered(IKey)
|
傳回值,指出索引鍵是否已叢集化。
|
IsClustered(IKey, StoreObjectIdentifier)
|
傳回值,指出索引鍵是否已叢集化。
|
IsClustered(IReadOnlyKey)
|
傳回值,指出索引鍵是否已叢集化。
|
IsClustered(IReadOnlyKey, StoreObjectIdentifier)
|
傳回值,指出索引鍵是否已叢集化。
|
SetIsClustered(IMutableKey, Nullable<Boolean>)
|
設定值,指出索引鍵是否已叢集化。
|
SqlServer(IKey)
|
取得金鑰的特定中繼資料SQL Server。
|
SqlServer(IMutableKey)
|
取得金鑰的特定中繼資料SQL Server。
|
適用於