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::GenerateCreateSchema Method (String^)
Entity Framework 6.0
Generates SQL to create a database schema. Generated SQL should be added using the Statement method.
Assembly: EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)
Parameters
- schema
-
Type:
System::String^
The name of the schema to create.
Show: