Table of Contents

Class SqlSetOperator

Namespace
LinqToDB.SqlQuery
Assembly
linq2db.dll
public class SqlSetOperator : IQueryElement
Inheritance
SqlSetOperator
Implements
Extension Methods

Constructors

SqlSetOperator(SelectQuery, SetOperation)

public SqlSetOperator(SelectQuery selectQuery, SetOperation operation)

Parameters

selectQuery SelectQuery
operation SetOperation

Properties

ElementType

public QueryElementType ElementType { get; }

Property Value

QueryElementType

Operation

public SetOperation Operation { get; }

Property Value

SetOperation

SelectQuery

public SelectQuery SelectQuery { get; }

Property Value

SelectQuery