SqlServerMigrationSqlGenerator.GenerateMakeSystemTable Method (CreateTableOperation, IndentedTextWriter)
Generates SQL to mark a table as a system table. Generated SQL should be added using the Statement method.
Assembly: EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)
protected virtual void GenerateMakeSystemTable( CreateTableOperation createTableOperation, IndentedTextWriter writer )
Parameters
- createTableOperation
-
Type:
System.Data.Entity.Migrations.Model.CreateTableOperation
The table to mark as a system table.
- writer
-
Type:
System.Data.Entity.Migrations.Utilities.IndentedTextWriter
The IndentedTextWriter to write the generated SQL to.