SqlServerMigrationSqlGenerator.GenerateCreateSchema Method

[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]

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)

'Declaration
Protected Overridable Sub GenerateCreateSchema ( _
	schema As String _
)
'Usage
Dim schema As String 

Me.GenerateCreateSchema(schema)

Parameters

schema
Type: System.String
The name of the schema to create.
Show: