Class CollectionNamespace
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Represents a collection namespace.
public sealed class CollectionNamespace : IEquatable<CollectionNamespace>
Inheritance
CollectionNamespace
Implements
Inherited Members
Constructors
CollectionNamespace(DatabaseNamespace, string)
Initializes a new instance of the CollectionNamespace class.
CollectionNamespace(string, string)
Initializes a new instance of the CollectionNamespace class.
Properties
Gets the name of the collection.
Gets the database namespace.
Gets the collection full name.
Methods
Indicates whether the current object is equal to another object of the same type.
Determines whether the specified object is equal to the current object.
Creates a new instance of the CollectionNamespace class from a collection full name.
Serves as the default hash function.
Determines whether the specified collection name is valid.
Returns a string that represents the current object.