Enum DictionaryRepresentation
- Namespace
- MongoDB.Bson.Serialization.Options
- Assembly
- MongoDB.Bson.dll
Represents the representation to use for dictionaries.
public enum DictionaryRepresentation- Extension Methods
Fields
- Document = 0
- Represent the dictionary as a Document. 
- ArrayOfArrays = 1
- Represent the dictionary as an array of arrays. 
- ArrayOfDocuments = 2
- Represent the dictionary as an array of documents.