Exemple #1
0
 public new IDocumentStore GetDocumentStore(GetDocumentStoreOptions options = null, string database = null)
 => base.GetDocumentStore(options, database ?? Guid.NewGuid().ToString());
Exemple #2
0
 public new IDocumentStore GetDocumentStore(GetDocumentStoreOptions options = null, [CallerMemberName] string database = null)
 => base.GetDocumentStore(options, database);