RavenDBDatabaseResource Properties
Class Properties 3 members
A resource that represents a RavenDB database. This is a child resource of a
RavenDBServerResource. Gets the connection string expression for the RavenDB database, derived from the parent server's connection string.
public ReferenceExpression ConnectionStringExpression { get; } Gets the name of the database.
public string DatabaseName { get; } Gets the parent RavenDB server resource associated with this database.
public RavenDBServerResource Parent { get; }