FieldsDocument Constructor |
Name | Description | |
---|---|---|
FieldsDocument |
Initializes a new instance of the FieldsDocument class.
| |
FieldsDocument(Boolean) |
Initializes a new instance of the FieldsDocument class specifying whether duplicate element names are allowed
(allowing duplicate element names is not recommended).
| |
FieldsDocument(DictionaryString, Object) |
Initializes a new instance of the FieldsDocument class and adds new elements from a dictionary of key/value pairs.
| |
FieldsDocument(IEnumerableKeyValuePairString, Object) |
Initializes a new instance of the FieldsDocument class and adds new elements from a dictionary of key/value pairs.
| |
FieldsDocument(IDictionary) |
Initializes a new instance of the FieldsDocument class and adds new elements from a dictionary of key/value pairs.
| |
FieldsDocument(BsonElement) |
Initializes a new instance of the FieldsDocument class and adds one element.
| |
FieldsDocument(BsonElement) | Obsolete.
Initializes a new instance of the FieldsDocument class and adds one or more elements.
| |
FieldsDocument(IEnumerableBsonElement) |
Initializes a new instance of the FieldsDocument class and adds new elements from a list of elements.
| |
FieldsDocument(DictionaryString, Object, IEnumerableString) | Obsolete.
Initializes a new instance of the FieldsDocument class and adds new elements from a dictionary of key/value pairs.
| |
FieldsDocument(IDictionaryString, Object, IEnumerableString) | Obsolete.
Initializes a new instance of the FieldsDocument class and adds new elements from a dictionary of key/value pairs.
| |
FieldsDocument(IDictionary, IEnumerable) | Obsolete.
Initializes a new instance of the FieldsDocument class and adds new elements from a dictionary of key/value pairs.
| |
FieldsDocument(String, BsonValue) |
Initializes a new instance of the FieldsDocument class and creates and adds a new element.
|