CheckConstraintBuilder 类

定义

提供用于配置检查约束的简单 API。

public class CheckConstraintBuilder : Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionCheckConstraintBuilder>
type CheckConstraintBuilder = class
    interface IInfrastructure<IConventionCheckConstraintBuilder>
Public Class CheckConstraintBuilder
Implements IInfrastructure(Of IConventionCheckConstraintBuilder)
继承
CheckConstraintBuilder
实现

注解

有关详细信息和示例,请参阅数据库检查约束

构造函数

CheckConstraintBuilder(IMutableCheckConstraint)

这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。

属性

Builder

这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。

Metadata

正在配置检查约束。

方法

HasAnnotation(String, Object)

在检查约束上添加或更新批注。 如果具有 中指定的 annotation 键的批注已存在,则其值将更新。

HasName(String)

设置检查约束的数据库名称。

显式接口实现

IInfrastructure<IConventionCheckConstraintBuilder>.Instance

获取隐藏的属性的值。

扩展方法

GetInfrastructure<T>(IInfrastructure<T>)

从使用 IInfrastructure<T>隐藏的属性中获取值。

此方法通常由数据库提供程序 (和其他扩展) 使用。 它通常不在应用程序代码中使用。

适用于