Class SqlSetOperator
public class SqlSetOperator : IQueryElement
- Inheritance
-
SqlSetOperator
- Implements
- Extension Methods
Constructors
SqlSetOperator(SelectQuery, SetOperation)
public SqlSetOperator(SelectQuery selectQuery, SetOperation operation)
Parameters
selectQuery
SelectQueryoperation
SetOperation
Properties
ElementType
public QueryElementType ElementType { get; }
Property Value
Operation
public SetOperation Operation { get; }
Property Value
SelectQuery
public SelectQuery SelectQuery { get; }