IMutableAnnotatable 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
類別,公開可修改的批註。 批註允許任意中繼資料儲存在 物件上。
資料庫提供者通常會使用這個介面, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。
public interface IMutableAnnotatable : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable
public interface IMutableAnnotatable : Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable
type IMutableAnnotatable = interface
interface IAnnotatable
type IMutableAnnotatable = interface
interface IReadOnlyAnnotatable
Public Interface IMutableAnnotatable
Implements IAnnotatable
Public Interface IMutableAnnotatable
Implements IReadOnlyAnnotatable
- 衍生
- 實作
備註
如需詳細資訊和範例,請參閱 模型化實體類型和關聯 性。
屬性
Item[String] |
取得或設定具有指定名稱之注釋的值。 |
方法
擴充方法
AnnotationsToDebugString(IAnnotatable, Int32) |
取得 物件上宣告之所有注釋的偵錯字串。 |
GetAnnotation(IAnnotatable, String) |
取得具有指定名稱的注釋,如果不存在,則會擲回。 |
AddAnnotations(IMutableAnnotatable, IEnumerable<IAnnotation>) |
將批註加入物件。 |
GetAnnotation(IMutableAnnotatable, String) |
取得具有指定名稱的注釋,如果不存在,則會擲回。 |
GetOrAddAnnotation(IMutableAnnotatable, String, String) |
取得具有指定索引鍵的現有注釋,如果不存在,則加入新的批註。 |
SetOrRemoveAnnotation(IMutableAnnotatable, String, Object) |
設定儲存在指定名稱底下的批註。 如果具有指定名稱的注釋已經存在,則會覆寫現有的批註。 如果 |