UnionStep

Classes > Nimblesite.Lql.Core > UnionStep

Represents a UNION operation.

public sealed class UnionStep : StepBase, IStep

Properties

OtherQuery

public required string OtherQuery { get; init; }

Gets the other query to union with.