UnionAllStep

Classes > Nimblesite.Lql.Core > UnionAllStep

Represents a UNION ALL operation.

public sealed class UnionAllStep : StepBase, IStep

Properties

OtherQuery

public required string OtherQuery { get; init; }

Gets the other query to union with.