Enum UsageFlags
Controls column order and reuse while a type is mapped.
[Flags]
public enum UsageFlags
- Extension Methods
Fields
CanReuse = 2Indicates that a column may be read without consuming it, even when it was already consumed.
RemoveSequentialRead = -2147483648Indicates that sequential reading should be removed.
SequentialRead = 1Requires the next read to follow the previous read in column order.
Subtree = 4Applies the setting to the complete nested value.