Table of Contents

Class SqlSetOperator

Namespace
LinqToDB.Internal.SqlQuery
Assembly
linq2db.dll
public sealed class SqlSetOperator : QueryElement, IQueryElement
Inheritance
SqlSetOperator
Implements
Inherited Members
Extension Methods

Constructors

SqlSetOperator(SelectQuery, SetOperation)

public SqlSetOperator(SelectQuery selectQuery, SetOperation operation)

Parameters

selectQuery SelectQuery
operation SetOperation

Properties

ElementType

AST node type.

public override QueryElementType ElementType { get; }

Property Value

QueryElementType

Operation

public SetOperation Operation { get; }

Property Value

SetOperation

SelectQuery

public SelectQuery SelectQuery { get; }

Property Value

SelectQuery

Methods

GetElementHashCode()

public override int GetElementHashCode()

Returns

int

Modify(SelectQuery)

public void Modify(SelectQuery selectQuery)

Parameters

selectQuery SelectQuery

ToString(QueryElementTextWriter)

Generates debug text representation of AST node.

public override QueryElementTextWriter ToString(QueryElementTextWriter writer)

Parameters

writer QueryElementTextWriter

Returns

QueryElementTextWriter