The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SqlServerMigrationSqlGenerator::GenerateMakeSystemTable Method (CreateTableOperation^, IndentedTextWriter^)
Entity Framework 6.0
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.
Show: