Class SqlCompoundQueryComponentNode
- Namespace
- LfrlAnvil.Sql.Expressions
- Assembly
- LfrlAnvil.Sql.Core.dll
Represents an SQL syntax tree node that defines a query that belongs to a compound query.
public sealed class SqlCompoundQueryComponentNode : SqlNodeBase
- Inheritance
-
SqlCompoundQueryComponentNode
- Inherited Members
Properties
Operator
Compound query operator with which this Query should be included.
public SqlCompoundQueryOperator Operator { get; }
Property Value
Query
Underlying query.
public SqlQueryExpressionNode Query { get; }