Information
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.

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.

Return to top
Show: