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 = 0Represent the dictionary as a Document.
ArrayOfArrays = 1Represent the dictionary as an array of arrays.
ArrayOfDocuments = 2Represent the dictionary as an array of documents.