TransactionHandler.BuildDatabaseInitializationScript Method ()

 

When implemented in a derived class, returns the script to prepare the database for this transaction handler.

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

[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public abstract string BuildDatabaseInitializationScript()

Return Value

Type: System.String

A script to change the database schema for this transaction handler.