Class NullIdChecker
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
MongoDB.Bson.Serialization.IdGenerators
Assembly
MongoDB.Bson.dll
Represents an Id generator that only checks that the Id is not null.
public class NullIdChecker : IIdGenerator
Inheritance
NullIdChecker
Implements
Inherited Members
Extension Methods
Constructors
Initializes a new instance of the NullIdChecker class.
Properties
Gets an instance of NullIdChecker.
Methods
Generates an Id for a document.
Tests whether an Id is empty.