Search the docs
.Use()
Switch to a specific namespace and database.
Method Syntax
await db.Use(ns, db)
namespace
database
cancellationToken
await db.Use("test", "test");
Previous
Upsert
Next
Version