IConventionAnnotation 接口

定义

可以存储在实现 IConventionAnnotatable的 对象的任意元数据片段。

此接口通常由数据库提供程序 (和其他扩展) 使用。 它通常不用于应用程序代码。

public interface IConventionAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
type IConventionAnnotation = interface
    interface IAnnotation
Public Interface IConventionAnnotation
Implements IAnnotation
实现

注解

有关详细信息和示例,请参阅 模型生成约定

属性

Name

获取此批注的键。

(继承自 IAnnotation)
Value

获取分配给此批注的值。

(继承自 IAnnotation)

方法

GetConfigurationSource()

返回此批注的配置源。

适用于