Sdílet prostřednictvím


SqlServerMigrationSqlGenerator.DropDefaultConstraint Metoda

Definice

Voláním této metody vygenerujete SQL, který se pokusí odstranit výchozí omezení vytvořené při vytvoření sloupce. Tato metoda je obvykle volána kódem, který přepíše vytváření nebo změny sloupců.

protected internal virtual void DropDefaultConstraint (string table, string column, System.Data.Entity.Migrations.Utilities.IndentedTextWriter writer);
abstract member DropDefaultConstraint : string * string * System.Data.Entity.Migrations.Utilities.IndentedTextWriter -> unit
override this.DropDefaultConstraint : string * string * System.Data.Entity.Migrations.Utilities.IndentedTextWriter -> unit
Protected Friend Overridable Sub DropDefaultConstraint (table As String, column As String, writer As IndentedTextWriter)

Parametry

table
String

Tabulka, na kterou se omezení vztahuje.

column
String

Sloupec, na který se omezení vztahuje.

writer
IndentedTextWriter

Zapisovač, do kterého se má vygenerovaný jazyk SQL zapsat.

Platí pro