Exemple #1
0
 public MyDbUtil(DbTypes dbType = DbTypes.SqlServer)
 {
     _connectionString = ConfigurationManager.AppSettings["DefaultConnectionString"];
     _paramPrefix      = DbTypeUtil.GetDbParamPrefix(dbType);
 }
 public MySearchUtil(DbTypes dbType = DbTypes.SqlServer)
 {
     _sqlParameterPrefix = DbTypeUtil.GetDbParamPrefix(dbType);
 }