The following new database management methods were added to support Entity Framework 6:
public static void CreateDatabase(string connectionString)
public static void DropDatabase(string connectionString)
These new methods are optional although they are required by some Entity Framework tests. Additional fixes were also made to types returned by Entity Framework.