DictionaryOptions Enumeration
Options for populating dictionaries.
Namespace:
Tortuga.ChainAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Members
Member name | Description | |
---|---|---|
None | Use the default behavior. | |
InferConstructor | Infer which non-default constructor to use. When this option is chosen, individual properties will not be set. | |
DiscardDuplicates | If two rows have the same key, no error will be raised. This option is not compatible with immutable dictionaries. |