Table of Contents

Enum UsageFlags

Namespace
Rinku.Mapping
Assembly
Rinku.dll

Controls column order and reuse while a type is mapped.

[Flags]
public enum UsageFlags
Extension Methods

Fields

CanReuse = 2

Indicates that a column may be read without consuming it, even when it was already consumed.

RemoveSequentialRead = -2147483648

Indicates that sequential reading should be removed.

SequentialRead = 1

Requires the next read to follow the previous read in column order.

Subtree = 4

Applies the setting to the complete nested value.