Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

DictionaryOptions Enumeration

Options for populating dictionaries.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public enum DictionaryOptions
Public Enumeration DictionaryOptions
public enum class DictionaryOptions

Members


Member nameDescription
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.