Table of Contents

Property UnionAll

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

UnionAll

Gets whether this is a UNION ALL operation (true) or a UNION operation (false).

public bool UnionAll { get; }

Property Value

bool

Remarks

UNION ALL keeps all rows including duplicates. UNION removes duplicate rows from the result set.