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. | |
| DiscardNullKeys | If a key is null, that row will be discarded. | |
| DiscardNullValues | If a value is null, that row will be discarded. | |
| 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. |

