Class DropCheckConstraintOperation
- Namespace
- Microsoft.EntityFrameworkCore.Migrations.Operations
- Assembly
- Microsoft.EntityFrameworkCore.Relational.dll
A MigrationOperation for dropping an existing check constraint.
public class DropCheckConstraintOperation : MigrationOperation, ITableMigrationOperation
- Inheritance
-
DropCheckConstraintOperation
- Implements
- Inherited Members
Constructors
DropCheckConstraintOperation()
public DropCheckConstraintOperation()
Properties
Name
The name of the constraint.
public virtual string Name { get; set; }
Property Value
Schema
The schema that contains the table, or null if the default schema should be used.
public virtual string Schema { get; set; }
Property Value
Table
The table that contains the constraint.
public virtual string Table { get; set; }