CosmosValueGenerationConvention 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一种约定,用于将存储值生成配置为 OnAdd 属于主键的一部分,而不是任何外键的一部分或配置为具有数据库默认值的属性。
public class CosmosValueGenerationConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.ValueGenerationConvention, Microsoft.EntityFrameworkCore.Metadata.Conventions.IEntityTypeAnnotationChangedConvention
type CosmosValueGenerationConvention = class
inherit ValueGenerationConvention
interface IEntityTypeAnnotationChangedConvention
interface IConvention
Public Class CosmosValueGenerationConvention
Inherits ValueGenerationConvention
Implements IEntityTypeAnnotationChangedConvention
- 继承
- 实现
注解
有关详细信息和示例,请参阅 模型生成约定 和 EF Core 值生成 。
构造函数
CosmosValueGenerationConvention(ProviderConventionSetBuilderDependencies) |
创建 CosmosValueGenerationConvention 的新实例。 |
属性
Dependencies |
此服务的依赖项。 (继承自 ValueGenerationConvention) |