TransactionHandler.BuildDatabaseInitializationScript Method ()
When implemented in a derived class, returns the script to prepare the database for this transaction handler.
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")] public abstract string BuildDatabaseInitializationScript()
Return Value
Type: System.StringA script to change the database schema for this transaction handler.