Table of Contents

Class DatabaseNamespace

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Core.dll

Represents a database namespace.

public sealed class DatabaseNamespace : IEquatable<DatabaseNamespace>
Inheritance
DatabaseNamespace
Implements
Inherited Members

Constructors

DatabaseNamespace(string)

Initializes a new instance of the DatabaseNamespace class.

Properties

Admin

Gets the admin database namespace.

DatabaseName

Gets the name of the database.

Methods

Equals(DatabaseNamespace)
Equals(object)
GetHashCode()
IsValid(string)

Determines whether the specified database name is valid.

ToString()