ListOptions Enumeration
Indicates how the list will be generated from a result set.
Namespace:
Tortuga.ChainAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
[SuppressMessageAttribute] public enum ListOptions
<SuppressMessageAttribute> _ Public Enumeration ListOptions
[SuppressMessageAttribute] public enum class ListOptions
Members
Member name | Description | |
---|---|---|
None | An error will occur unless exactly one column is returned. | |
DiscardNulls | Null values will be removed from the list. | |
IgnoreExtraColumns | If extra columns are returned, do not throw an error. All but the first will be ignored unless FlattenExtraColumns is also used. | |
FlattenExtraColumns | All columns will be incorporated into the result set. Values are read left to right, then top to bottom. |