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