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