public bool CreateTable(string dbName, string tableName) { return(CreateObject.CreateTable(dbName, tableName)); }
public DataTable GetCreatorTable() { return(CreateObject.GetCreatorTable()); }
public bool CreateDB(string dbName) { return(CreateObject.CreateDB(dbName)); }