CreateTableOperation.CheckConstraints 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于在表中创建检查约束的列表AddCheckConstraintOperation。
public virtual System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Migrations.Operations.CreateCheckConstraintOperation> CheckConstraints { get; }
public virtual System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Migrations.Operations.AddCheckConstraintOperation> CheckConstraints { get; }
member this.CheckConstraints : System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Migrations.Operations.CreateCheckConstraintOperation>
member this.CheckConstraints : System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Migrations.Operations.AddCheckConstraintOperation>
Public Overridable ReadOnly Property CheckConstraints As List(Of CreateCheckConstraintOperation)
Public Overridable ReadOnly Property CheckConstraints As List(Of AddCheckConstraintOperation)