IConventionAnnotation 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可儲存在實作 IConventionAnnotatable 之物件的任意中繼資料片段。
資料庫提供者通常會使用這個介面, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。
public interface IConventionAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
type IConventionAnnotation = interface
interface IAnnotation
Public Interface IConventionAnnotation
Implements IAnnotation
- 實作
備註
如需詳細資訊和範例,請參閱 模型建置慣例 。
屬性
Name |
取得這個注釋的索引鍵。 (繼承來源 IAnnotation) |
Value |
取得指派給這個注釋的值。 (繼承來源 IAnnotation) |
方法
GetConfigurationSource() |
傳回這個批註的組態來源。 |