Share via


Annotation 類別

定義

可儲存在實作 IReadOnlyAnnotatable 之物件的任意中繼資料片段。

此類型通常是由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。

public class Annotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
type Annotation = class
    interface IAnnotation
Public Class Annotation
Implements IAnnotation
繼承
Annotation
實作

備註

如需詳細資訊和範例,請參閱 資料庫提供者和延伸模組的實作

建構函式

Annotation(String, Object)

初始化 Annotation 類別的新執行個體。

屬性

Name

取得這個注釋的索引鍵。

Value

取得指派給這個注釋的值。

適用於