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

RowOptions Enumeration

Controls what happens when the wrong number of rows are returned.

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

Syntax


public enum RowOptions
Public Enumeration RowOptions
public enum class RowOptions

Members


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