Mode of combiner. Enables certain optimizations and special runtime modes

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public enum RowLevelCombinerMode
Visual Basic
Public Enumeration RowLevelCombinerMode
Visual C++
public enum class RowLevelCombinerMode

Members

Member nameDescription
None
Left
Right
Both

See Also