Table of Contents

Class SqlSelectCompoundFieldNode

Namespace
LfrlAnvil.Sql.Expressions
Assembly
LfrlAnvil.Sql.Core.dll

Represents an SQL syntax tree select node that defines a single expression selection for an SqlCompoundQueryExpressionNode.

public sealed class SqlSelectCompoundFieldNode : SqlSelectNode
Inheritance
SqlSelectCompoundFieldNode
Inherited Members
Extension Methods

Properties

Name

Name of this selected field.

public string Name { get; }

Property Value

string

Origins

Collection of selections from queries that compose an SqlCompoundQueryExpressionNode instance, which is the source of this field.

public ReadOnlyArray<SqlSelectCompoundFieldNode.Origin> Origins { get; }

Property Value

ReadOnlyArray<SqlSelectCompoundFieldNode.Origin>