Product Documentation

c-treeACE V11.0 Update Guide

Previous Topic

Next Topic

Database Management Methods Added to ADO.NET Data Provider

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.

TOCIndex