Exemple #1
0
        public Database(DbConfiguration dbConfiguration)
            : this()
        {
            this.dbConfiguration = dbConfiguration;

            this.parameterCache = new DbParameterCache(this);
        }
Exemple #2
0
 public Database()
 {
     this.parameterCache = new DbParameterCache(this);
 }
Exemple #3
0
 public Database()
 {
     this.parameterCache = new DbParameterCache(this);
 }
Exemple #4
0
        public Database(DbConfiguration dbConfiguration)
            : this()
        {
            this.dbConfiguration = dbConfiguration;

            this.parameterCache = new DbParameterCache(this);
        }