Udostępnij przez


SqlServerMigrationSqlGenerator.GenerateMakeSystemTable Metoda

Definicja

Generuje bazę danych SQL, aby oznaczyć tabelę jako tabelę systemową. Wygenerowany język SQL należy dodać przy użyciu metody Statement.

protected virtual void GenerateMakeSystemTable(System.Data.Entity.Migrations.Model.CreateTableOperation createTableOperation);
abstract member GenerateMakeSystemTable : System.Data.Entity.Migrations.Model.CreateTableOperation -> unit
override this.GenerateMakeSystemTable : System.Data.Entity.Migrations.Model.CreateTableOperation -> unit

Parametry

createTableOperation
CreateTableOperation

Tabela do oznaczania jako tabeli systemowej.

Dotyczy