Adds a user to this database.
CollectionExistsTests whether a collection exists on this database.
CreateCollection(String)Creates a collection. MongoDB creates collections automatically when they are first used, so this command is mainly here for frameworks.
CreateCollection(String, IMongoCollectionOptions)Creates a collection. MongoDB creates collections automatically when they are first used, so you only need to call this method if you want to provide non-default options.
CreateViewCreates a view.
DropDrops a database.
DropCollectionDrops a collection.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object.) Eval(EvalArgs)Evaluates JavaScript code at the server.
Eval(BsonJavaScript, Object) Obsolete.Evaluates JavaScript code at the server.
Eval(EvalFlags, BsonJavaScript, Object) Obsolete.Evaluates JavaScript code at the server.
FetchDBRefFetches the document referred to by the DBRef.
FetchDBRefAs(Type, MongoDBRef)Fetches the document referred to by the DBRef.
FetchDBRefAsTDocument(MongoDBRef)Fetches the document referred to by the DBRef, deserialized as a TDocument.
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.) FindAllUsers Obsolete.Finds all users of this database.
FindUser Obsolete.Finds a user of this database.
GetCollection(String)Gets a MongoCollection instance representing a collection on this database with a default document type of BsonDocument.
GetCollection(String, MongoCollectionSettings)Gets a MongoCollection instance representing a collection on this database with a default document type of TDefaultDocument.
GetCollection(String, WriteConcern)Gets a MongoCollection instance representing a collection on this database with a default document type of BsonDocument.
GetCollection(Type, String)Gets a MongoCollection instance representing a collection on this database with a default document type of BsonDocument.
GetCollection(Type, String, MongoCollectionSettings)Gets a MongoCollection instance representing a collection on this database with a default document type of BsonDocument.
GetCollection(Type, String, WriteConcern)Gets a MongoCollection instance representing a collection on this database with a default document type of BsonDocument.
GetCollectionTDefaultDocument(String)Gets a MongoCollection instance representing a collection on this database with a default document type of TDefaultDocument.
GetCollectionTDefaultDocument(String, MongoCollectionSettings)Gets a MongoCollection instance representing a collection on this database with a default document type of TDefaultDocument.
GetCollectionTDefaultDocument(String, WriteConcern)Gets a MongoCollection instance representing a collection on this database with a default document type of TDefaultDocument.
GetCollectionNamesGets a list of the names of all the collections in this database.
GetCurrentOpGets the current operation.
GetGridFSGets an instance of MongoGridFS for this database using custom GridFS settings.
GetHashCodeServes as the default hash function.
(Inherited from Object.) GetProfilingInfoGets one or more documents from the system.profile collection.
GetProfilingLevelGets the current profiling level.
GetSisterDatabaseGets a sister database on the same server.
GetStatsGets the current database stats.
GetTypeGets the
Typeof the current instance.
(Inherited from Object.) IsCollectionNameValidChecks whether a given collection name is valid in this database.
MemberwiseCloneCreates a shallow copy of the current
Object.
(Inherited from Object.) RemoveUser(MongoUser) Obsolete.Removes a user from this database.
RemoveUser(String) Obsolete.Removes a user from this database.
RenameCollection(String, String)Renames a collection on this database.
RenameCollection(String, String, Boolean)Renames a collection on this database.
RunCommand(IMongoCommand)Runs a command on this database.
RunCommand(String)Runs a command on this database.
RunCommandAs(Type, IMongoCommand)Runs a command on this database and returns the result as a TCommandResult.
RunCommandAs(Type, String)Runs a command on this database and returns the result as a TCommandResult.
RunCommandAsTCommandResult(IMongoCommand)Runs a command on this database and returns the result as a TCommandResult.
RunCommandAsTCommandResult(String)Runs a command on this database and returns the result as a TCommandResult.
RunCommandAsTCommandResult(IMongoCommand, ReadPreference)Runs a command on this database and returns the result as a TCommandResult.
SetProfilingLevel(ProfilingLevel)Sets the level of profile information to write.
SetProfilingLevel(ProfilingLevel, TimeSpan)Sets the level of profile information to write.
ToStringGets a canonical string representation for this database.
(Overrides ObjectToString.) WithReadConcernReturns a new MongoDatabase instance with a different read concern setting.
WithReadPreferenceReturns a new MongoDatabase instance with a different read preference setting.
WithWriteConcernReturns a new MongoDatabase instance with a different write concern setting.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4