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.
Represents a UNION operation.
public sealed class UnionStep : StepBase, IStep
public required string OtherQuery { get; init; }
Gets the other query to union with.