RowOptions Enumeration
Controls what happens when the wrong number of rows are returned.
Namespace:
Tortuga.ChainAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Members
Member name | Description | |
---|---|---|
None | Use the default behavior for the materializer. | |
AllowEmptyResults | An error will not be raised if no rows are returned. | |
DiscardExtraRows | An error will not be raised if extra rows are returned. The extras will be discarded. | |
InferConstructor | Infer which non-default constructor to use. When this option is chosen, individual properties will not be set. | |
PreventEmptyResults | An error will be raised if no rows are returned |