SqlUnionAttribute.UnionAll Property
.NET Standard 2.x | Current Version (1.0.1)
Gets or sets whether to use UNION ALL.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public bool UnionAll { get; set; }
Property Value
System.Boolean
True: to use UNION ALL to incorporate all rows into the result (duplicates are included).
False (default): to use UNION to incorporate all rows into the result (duplicates are removed).
Applies to
.NET Standard
2.x