RavenDBClientExtension
Class static net10.0
Extension methods for connecting RavenDB database.
namespace Microsoft.Extensions.Hosting;
public static class RavenDBClientExtension{ // ...}Methods4
Section titled MethodsAddKeyedRavenDBClient(IHostApplicationBuilder, object, string, Action<RavenDBClientSettings>)extension Registers
Documents.IDocumentStore and the associated Session.IDocumentSession and Session.IAsyncDocumentSession instances for connecting to an existing or new RavenDB database with RavenDB.Client, identified by a unique service key. AddKeyedRavenDBClient(IHostApplicationBuilder, object, RavenDBClientSettings)extension Registers
Documents.IDocumentStore and the associated Session.IDocumentSession and Session.IAsyncDocumentSession instances for connecting to an existing or new RavenDB database with RavenDB.Client, identified by a unique service key. AddRavenDBClient(IHostApplicationBuilder, string, Action<RavenDBClientSettings>)extension Registers
Documents.IDocumentStore and the associated Session.IDocumentSession and Session.IAsyncDocumentSession instances for connecting to an existing or new RavenDB database with RavenDB.Client. AddRavenDBClient(IHostApplicationBuilder, RavenDBClientSettings)extension Registers
Documents.IDocumentStore and the associated Session.IDocumentSession and Session.IAsyncDocumentSession instances for connecting to an existing or new RavenDB database with RavenDB.Client.