Creates a named database instance from the data configuration types
Creates a named database instance from the data configuration types
public static Database CreateDatabase(string,ConnectionStringData,DatabaseTypeData);
Creates the default database instance using integrated security for the given provider type
public static Database CreateDatabase(string,string,DBProviderType);
Creates a named database instance using integrated security for the given provider type
public static Database CreateDatabase(string,string,string,DBProviderType);
Creates the default database instance using username and password for the given provider type
public static Database CreateDatabase(string,string,string,string,DBProviderType);
Creates a named database instance using username and password for the given provider type
public static Database CreateDatabase(string,string,string,string,string,DBProviderType);
DynamicDatabaseFactory Class | NCI.EasyObjects Namespace