共用方式為


IConventionAnnotation 介面

定義

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

資料庫提供者通常會使用這個介面, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。

public interface IConventionAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
type IConventionAnnotation = interface
    interface IAnnotation
Public Interface IConventionAnnotation
Implements IAnnotation
實作

備註

如需詳細資訊和範例,請參閱 模型建置慣例

屬性

Name

取得這個注釋的索引鍵。

(繼承來源 IAnnotation)
Value

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

(繼承來源 IAnnotation)

方法

GetConfigurationSource()

傳回這個批註的組態來源。

適用於