SqlCeMigrationSqlGenerator.GenerateMakeSystemTable Method (CreateTableOperation, IndentedTextWriter)

 

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

Namespace:   System.Data.Entity.SqlServerCompact
Assembly:  EntityFramework.SqlServerCompact (in EntityFramework.SqlServerCompact.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.