Exemple #1
0
 public Configuration()
 {
     IdentifierFactory = new DefaultIdentifierFactory();
     ContentSerializer = new JsonContentSerializer();
     IsolationLevel    = IsolationLevel.ReadCommitted;
     TablePrefix       = "";
     SessionPoolSize   = 16;
 }
Exemple #2
0
 public Configuration()
 {
     IdentifierFactory  = new DefaultIdentifierFactory();
     ContentSerializer  = new JsonContentSerializer();
     IsolationLevel     = IsolationLevel.ReadCommitted;
     TablePrefix        = "";
     SessionPoolSize    = 16;
     QueryGatingEnabled = true;
     LinearBlockSize    = 20;
 }
Exemple #3
0
 public Configuration()
 {
     IdentifierFactory  = new DefaultIdentifierFactory();
     ContentSerializer  = new JsonContentSerializer();
     IdGenerator        = new DefaultIdGenerator();
     IsolationLevel     = IsolationLevel.ReadCommitted;
     TablePrefix        = "";
     SessionPoolSize    = 16;
     QueryGatingEnabled = true;
     Logger             = NullLogger.Instance;
 }
Exemple #4
0
 public Configuration()
 {
     IdentifierFactory = new DefaultIdentifierFactory();
     IsolationLevel    = IsolationLevel.ReadCommitted;
     TablePrefix       = "";
 }