Skip to content

IDatabase.Use method

Switch to a specific namespace and database.

public Task<DriverResponse> Use(string db, string ns, CancellationToken ct = default)
parameter description
db Switches to a specific namespace.
ns Switches to a specific database.

See Also