MigrationBuilder.DropCheckConstraint(String, String, String) Yöntem

Tanım

Mevcut bir denetim DropCheckConstraintOperation kısıtlamasını bırakmak için bir derlemesi.

public virtual Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.OperationBuilder<Microsoft.EntityFrameworkCore.Migrations.Operations.DropCheckConstraintOperation> DropCheckConstraint (string name, string table, string schema = default);
public virtual Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.OperationBuilder<Microsoft.EntityFrameworkCore.Migrations.Operations.DropCheckConstraintOperation> DropCheckConstraint (string name, string table, string? schema = default);
abstract member DropCheckConstraint : string * string * string -> Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.OperationBuilder<Microsoft.EntityFrameworkCore.Migrations.Operations.DropCheckConstraintOperation>
override this.DropCheckConstraint : string * string * string -> Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.OperationBuilder<Microsoft.EntityFrameworkCore.Migrations.Operations.DropCheckConstraintOperation>
Public Overridable Function DropCheckConstraint (name As String, table As String, Optional schema As String = Nothing) As OperationBuilder(Of DropCheckConstraintOperation)

Parametreler

name
String

Bırakılana denetim kısıtlaması adı.

table
String

Bırakma kısıtlaması için tablonun adı.

schema
String

Denetim kısıtlamasını içeren veya varsayılan null şemayı kullanan şema.

Döndürülenler

OperationBuilder<DropCheckConstraintOperation>

Ek açıklamaların işleme eklenmesine izin vermek için bir oluşturucu.

Açıklamalar

Daha fazla bilgi için bkz. Veritabanı geçişleri.

Şunlara uygulanır