Exemple #1
0
 public bool Create()
 {
     return(string.IsNullOrEmpty(mDBName) ? false : SQLServerManagement.CreateDB(mDBName));
 }