Share via


RelationalAnnotationNames 类

定义

已知关系模型注释的名称。 应用程序不应直接使用这些名称,而应改用元数据对象的扩展方法。

public static class RelationalAnnotationNames
type RelationalAnnotationNames = class
Public Class RelationalAnnotationNames
继承
RelationalAnnotationNames

注解

有关详细信息和示例,请参阅 为实体类型和关系建模

字段

CheckConstraints

检查约束注释的名称。

Collation

排序规则注释的名称。

ColumnName

列名注释的名称。

ColumnOrder

列顺序批注的名称。

ColumnType

列类型注释的名称。

Comment

注释注释的名称。

ComputedColumnSql

计算值 SQL 表达式注释的名称。

ContainerColumnName

指定对象映射到的容器列名称的批注的名称。

ContainerColumnTypeMapping
已过时。.

指定容器列类型映射的注释的名称。

DbFunction
已过时。.

DbFunction 注释的名称。

DbFunctions

函数注释的名称。

DefaultColumnMappings

默认列映射注释的名称。

DefaultMappings

默认映射注释的名称。

DefaultSchema

默认架构注释的名称。

DefaultValue

默认值批注的名称。

DefaultValueSql

默认值 SQL 表达式注释的名称。

DeleteStoredProcedure

映射的删除存储过程注释的名称。

DeleteStoredProcedureMappings

删除存储过程映射注释的名称。

DeleteStoredProcedureParameterMappings

删除存储过程参数映射注释的名称。

DiscriminatorProperty

鉴别器属性注释的名称。

DiscriminatorValue

鉴别器值注释的名称。

FieldValueGetter

读取器字段值 getter 委托注释的名称。

Filter

筛选器批注的名称。

ForeignKeyMappings

外键映射注释的名称。

FunctionColumnMappings

函数列映射注释的名称。

FunctionMappings

函数映射注释的名称。

FunctionName

映射函数名称注释的名称。

InsertStoredProcedure

映射插入存储过程注释的名称。

InsertStoredProcedureMappings

插入存储过程映射注释的名称。

InsertStoredProcedureParameterMappings

插入存储过程参数映射注释的名称。

InsertStoredProcedureResultColumnMappings

插入存储过程结果列映射注释的名称。

IsFixedLength

批注的名称,其中包含一个标志,指示属性是否受固定长度值约束。

IsStored

计算列类型注释的名称。

IsTableExcludedFromMigrations

批注的名称,用于确定是否从迁移中排除表。

JsonPropertyName

属性/导航映射到的元素的 JSON 属性名称。

MappingFragments

包含实体类型映射片段的注释的名称。

MappingStrategy

批注的名称,用于确定继承属性的映射策略。

MaxIdentifierLength

包含数据库标识符最大长度的批注的名称。

ModelDependencies

关系模型依赖项注释的名称。

Name

约束名称注释的名称。

Prefix

用于所有关系注释的前缀。

RelationalModel

数据库模型批注的名称。

RelationalOverrides

包含特定于表的分面替代的批注的名称。

Schema

架构名称注释的名称。

SequencePrefix
已过时。.

序列化序列注释的前缀。

Sequences

序列注释的名称。

SqlQuery

映射的 sql 查询注释的名称。

SqlQueryColumnMappings

sql 查询列映射注释的名称。

SqlQueryMappings

sql 查询映射注释的名称。

StoreType

存储 (数据库的名称) 类型批注。

TableColumnMappings

列映射注释的名称。

TableIndexMappings

表索引映射注释的名称。

TableMappings

表映射注释的名称。

TableName

表名称注释的名称。

TpcMappingStrategy

对应于 TPC 映射策略的注释的值。

TphMappingStrategy

对应于 TPH 映射策略的注释的值。

TptMappingStrategy

对应于 TPT 映射策略的注释的值。

TypeMapping
已过时。.

批注的名称 RelationalTypeMapping

UniqueConstraintMappings

唯一约束映射注释的名称。

UpdateStoredProcedure

映射的更新存储过程注释的名称。

UpdateStoredProcedureMappings

更新存储过程映射注释的名称。

UpdateStoredProcedureParameterMappings

更新存储过程参数映射注释的名称。

UpdateStoredProcedureResultColumnMappings

更新存储过程结果列映射批注的名称。

ViewColumnMappings

视图列映射注释的名称。

ViewDefinition

数据库视图的定义。

ViewDefinitionSql

包含数据库视图定义的注释的名称。

ViewMappings

视图映射注释的名称。

ViewName

视图名称注释的名称。

ViewSchema

视图架构名称注释的名称。

适用于