RelationalTableCommentAttributeConvention 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
基于应用的 CommentAttribute为实体类型配置表注释的约定。
public class RelationalTableCommentAttributeConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.EntityTypeAttributeConventionBase<Microsoft.EntityFrameworkCore.CommentAttribute>
public class RelationalTableCommentAttributeConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.TypeAttributeConventionBase<Microsoft.EntityFrameworkCore.CommentAttribute>
type RelationalTableCommentAttributeConvention = class
inherit EntityTypeAttributeConventionBase<CommentAttribute>
type RelationalTableCommentAttributeConvention = class
inherit TypeAttributeConventionBase<CommentAttribute>
Public Class RelationalTableCommentAttributeConvention
Inherits EntityTypeAttributeConventionBase(Of CommentAttribute)
Public Class RelationalTableCommentAttributeConvention
Inherits TypeAttributeConventionBase(Of CommentAttribute)
- 继承
-
RelationalTableCommentAttributeConvention
- 继承
注解
有关详细信息和示例,请参阅 模型生成约定 。
构造函数
RelationalTableCommentAttributeConvention(ProviderConventionSetBuilderDependencies, RelationalConventionSetBuilderDependencies) |
属性
Dependencies |
此服务的依赖项。 (继承自 EntityTypeAttributeConventionBase<TAttribute>) |
Dependencies |
此服务的依赖项。 (继承自 TypeAttributeConventionBase<TAttribute>) |
RelationalDependencies |
此服务的关系提供程序特定的依赖项。 |