Esempio n. 1
0
 public bool CreateTable(string dbName, string tableName)
 {
     return(CreateObject.CreateTable(dbName, tableName));
 }
Esempio n. 2
0
 public DataTable GetCreatorTable()
 {
     return(CreateObject.GetCreatorTable());
 }
Esempio n. 3
0
 public bool CreateDB(string dbName)
 {
     return(CreateObject.CreateDB(dbName));
 }