https://mongodb.github.io/mongo-csharp-driver/2.7/apidocs/html/M_MongoDB_Driver_MongoCollection_Group_2.htm
MongoCollection.Group Method (IMongoQuery, IMongoGroupBy, BsonDocument, BsonJavaScript,...
Runs the group command on this collection.
groupmethodbsondocument
https://mongodb.github.io/mongo-csharp-driver/2.13/apidocs/html/M_MongoDB_Bson_BsonDocument_Add_6.htm
BsonDocument.Add Method (IEnumerable(BsonElement))
Adds a list of elements to the document.
bsondocumentaddmethodienumerable
https://mongodb.github.io/mongo-csharp-driver/2.19/apidocs/html/M_MongoDB_Bson_BsonDocument_Clear.htm
BsonDocument.Clear Method
Clears the document (removes all elements).
bsondocumentclearmethod
https://mongodb.github.io/mongo-java-driver/3.7/javadoc/org/bson/BsonDocument.html
BsonDocument
bsondocument
https://mongodb.github.io/mongo-csharp-driver/2.19/apidocs/html/M_MongoDB_Bson_BsonDocument_ToHashtable.htm
BsonDocument.ToHashtable Method
Converts the BsonDocument to a Hashtable.
bsondocumentmethod
https://mongodb.github.io/mongo-csharp-driver/2.5/apidocs/html/M_MongoDB_Driver_PipelineDefinition_2_Create.htm
PipelineDefinition(TInput, TOutput).Create Method (BsonDocument[])
createmethodbsondocument
https://mongodb.github.io/mongo-csharp-driver/2.5/apidocs/html/Overload_MongoDB_Bson_BsonDocument_CompareTo.htm
BsonDocument.CompareTo Method
bsondocumentcomparetomethod
https://mongodb.github.io/mongo-csharp-driver/2.5/apidocs/html/M_MongoDB_Bson_BsonDocument_Add_1.htm
BsonDocument.Add Method (BsonElement[])
Adds a list of elements to the document.
bsondocumentaddmethod
https://mongodb.github.io/mongo-csharp-driver/2.0/apidocs/html/Overload_MongoDB_Bson_BsonDocument_Add.htm
BsonDocument.Add Method
bsondocumentaddmethod
https://mongodb.github.io/mongo-csharp-driver/2.13/apidocs/html/M_MongoDB_Bson_BsonDocument__ctor_3.htm
BsonDocument Constructor (Boolean)
Initializes a new instance of the BsonDocument class specifying whether duplicate element names are allowed (allowing duplicate element names is not...
bsondocumentconstructorboolean
https://mongodb.github.io/mongo-csharp-driver/2.21/apidocs/html/M_MongoDB_Bson_BsonDocument_Contains.htm
BsonDocument.Contains Method
Tests whether the document contains an element with the specified name.
bsondocumentcontainsmethod
https://mongodb.github.io/mongo-csharp-driver/2.0/apidocs/html/M_MongoDB_Bson_BsonDocument_RemoveElement.htm
BsonDocument.RemoveElement Method
Removes an element from this document.
bsondocumentmethod
https://mongodb.github.io/mongo-csharp-driver/2.5/apidocs/html/P_MongoDB_Bson_BsonDocument_BsonType.htm
BsonDocument.BsonType Property
Gets the BsonType of this BsonValue.
bsondocumentproperty
https://mongodb.github.io/mongo-csharp-driver/2.19/apidocs/html/M_MongoDB_Bson_BsonDocument_GetValue_1.htm
BsonDocument.GetValue Method (String)
Gets the value of an element.
bsondocumentgetvaluemethodstring
https://mongodb.github.io/mongo-csharp-driver/2.21/apidocs/html/M_MongoDB_Bson_BsonDocument_ToString.htm
BsonDocument.ToString Method
Returns a string representation of the document.
bsondocumenttostringmethod
https://mongodb.github.io/mongo-csharp-driver/2.21/apidocs/html/M_MongoDB_Bson_BsonDocument_InsertAt.htm
BsonDocument.InsertAt Method
Inserts a new element at a specified position.
bsondocumentmethod
https://mongodb.github.io/mongo-csharp-driver/2.0/apidocs/html/Methods_T_MongoDB_Bson_BsonDocument.htm
BsonDocument Methods
bsondocumentmethods
https://mongodb.github.io/mongo-csharp-driver/2.0/apidocs/html/M_MongoDB_Bson_BsonDocument_Add_3.htm
BsonDocument.Add Method (Dictionary(String, Object), IEnumerable(String))
Adds elements to the document from a dictionary of key/value pairs.
bsondocumentaddmethoddictionarystring
https://mongodb.github.io/mongo-csharp-driver/2.16/apidocs/html/M_MongoDB_Bson_BsonDocument_SetElement_1.htm
BsonDocument.SetElement Method (Int32, BsonElement)
Sets an element of the document (replacing the existing element at that position).
bsondocumentmethod
https://mongodb.github.io/mongo-csharp-driver/2.0/apidocs/html/Overload_MongoDB_Bson_BsonDocument_Equals.htm
BsonDocument.Equals Method
bsondocumentequalsmethod
https://mongodb.github.io/mongo-csharp-driver/2.5/apidocs/html/Overload_MongoDB_Bson_BsonDocument_Merge.htm
BsonDocument.Merge Method
bsondocumentmergemethod
https://mongodb.github.io/mongo-csharp-driver/2.11/apidocs/html/Overload_MongoDB_Bson_BsonDocument_Equals.htm
BsonDocument.Equals Method
bsondocumentequalsmethod
https://mongodb.github.io/mongo-csharp-driver/2.5/apidocs/html/M_MongoDB_Driver_SortDefinition_1_op_Implicit.htm
SortDefinition(TDocument) Implicit Conversion (BsonDocument to SortDefinition(TDocument))
Performs an implicit conversion from to .
implicit conversionbsondocument
https://mongodb.github.io/mongo-csharp-driver/2.11/apidocs/html/M_MongoDB_Bson_BsonDocument_Add_8.htm
BsonDocument.Add Method (IDictionary, IEnumerable)
Adds elements to the document from a dictionary of key/value pairs.
bsondocumentaddmethodidictionaryienumerable
https://mongodb.github.io/mongo-csharp-driver/2.21/apidocs/html/P_MongoDB_Bson_BsonDocument_RawValues.htm
BsonDocument.RawValues Property
Gets the raw values (see BsonValue.RawValue).
bsondocumentproperty
https://mongodb.github.io/mongo-csharp-driver/2.4/apidocs/html/M_MongoDB_Bson_BsonDocument_ToString.htm
BsonDocument.ToString Method
Returns a string representation of the document.
bsondocumenttostringmethod
https://mongodb.github.io/mongo-csharp-driver/2.21/apidocs/html/M_MongoDB_Bson_BsonDocument_AddRange_2.htm
BsonDocument.AddRange Method (IEnumerable(KeyValuePair(String, Object)))
Adds elements to the document from a dictionary of key/value pairs.
bsondocumentmethodienumerablestringobject
https://mongodb.github.io/mongo-csharp-driver/2.17/apidocs/html/P_MongoDB_Bson_BsonDocument_Names.htm
BsonDocument.Names Property
Gets the element names.
bsondocumentnamesproperty
https://mongodb.github.io/mongo-csharp-driver/2.17/apidocs/html/P_MongoDB_Bson_BsonDocument_ElementCount.htm
BsonDocument.ElementCount Property
Gets the number of elements.
bsondocumentproperty
https://mongodb.github.io/mongo-csharp-driver/2.17/apidocs/html/M_MongoDB_Bson_BsonDocument_Equals_1.htm
BsonDocument.Equals Method (Object)
Compares this BsonDocument to another object.
bsondocumentequalsmethodobject
https://mongodb.github.io/mongo-csharp-driver/2.0/apidocs/html/Overload_MongoDB_Bson_BsonDocument_SetElement.htm
BsonDocument.SetElement Method
bsondocumentmethod
https://mongodb.github.io/mongo-csharp-driver/2.13/apidocs/html/M_MongoDB_Bson_BsonDocument_Add_10.htm
BsonDocument.Add Method (String, BsonValue, Boolean)
Creates and adds an element to the document, but only if the condition is true.
bsondocumentaddmethodstringbsonvalue
https://mongodb.github.io/mongo-csharp-driver/2.13/apidocs/html/M_MongoDB_Driver_IMongoClient_Watch__1_1.htm
IMongoClient.Watch(TResult) Method (PipelineDefinition(ChangeStreamDocument(BsonDocument),...
Watches changes on all collections in all databases.
watchmethodbsondocument
https://mongodb.github.io/mongo-csharp-driver/2.17/apidocs/html/P_MongoDB_Bson_BsonDocument_Values.htm
BsonDocument.Values Property
bsondocumentvaluesproperty
https://mongodb.github.io/mongo-csharp-driver/2.21/apidocs/html/Overload_MongoDB_Bson_BsonDocument_Set.htm
BsonDocument.Set Method
bsondocumentsetmethod
https://mongodb.github.io/mongo-csharp-driver/2.21/apidocs/html/M_MongoDB_Bson_BsonDocument_GetEnumerator.htm
BsonDocument.GetEnumerator Method
Gets an enumerator that can be used to enumerate the elements of this document.
bsondocumentgetenumeratormethod
https://mongodb.github.io/mongo-csharp-driver/2.5/apidocs/html/P_MongoDB_Bson_BsonDocument_Item_2.htm
BsonDocument.Item Property (String, BsonValue)
Gets the value of an element or a default value if the element is not found.
bsondocumentitempropertystringbsonvalue