Indicates how the collection will be generated from a result set.
Namespace:
Tortuga.Chain
Assembly:
Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
public enum CollectionOptions
Public Enumeration CollectionOptions
public enum class CollectionOptions
| 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.
|