SqlServerMigrationSqlGenerator::GenerateMakeSystemTable Method

[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]

Generates SQL to mark a table as a system table. Generated SQL should be added using the Statement method.

Namespace:  System.Data.Entity.SqlServer
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.
Show: