SqlServerMigrationSqlGenerator.GenerateCreateSchema Method (String)

 

Generates SQL to create a database schema. Generated SQL should be added using the Statement method.

Namespace:   System.Data.Entity.SqlServer
Assembly:  EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)

protected virtual void GenerateCreateSchema(
	string schema
)

Parameters

schema
Type: System.String

The name of the schema to create.