SelectStatement

Class for building a select statement. This class contains references to select, from, where, order-by and group-by clauses.

Fields

Name Data Type Description

SelectClause

FromClause

WhereClause

OrderByClause

FilterMissingAnswers

bool

DefaultProject

IncludeBaseRow

bool

GroupBy

UnionAll

bool

Distinct

bool

TopN

int

Skip

int

TopNPercent

bool