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