Table of Contents

Enum WindowFrameType

Namespace
Datafication.Core.Data
Assembly
Datafication.Core.dll

Defines the type of window frame (row-based or value-based).

public enum WindowFrameType

Fields

Range = 1

Value-based window frame (uses value ranges for ordering column). Equivalent to SQL: RANGE BETWEEN Future enhancement - not yet implemented.

Rows = 0

Row-based window frame (counts physical rows). Equivalent to SQL: ROWS BETWEEN