SqlQuerySelect
Namespace: TagBites.Sql
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public class SqlQuerySelect : TagBites.Sql.SqlQuerySelectBaseInheritance: object → SqlQueryBase → SqlQuerySelectBase → SqlQuerySelect
Derived:
Constructors
Section titled “Constructors”SqlQuerySelect()
Section titled “SqlQuerySelect()”public SqlQuerySelect()Properties
Section titled “Properties”Distinct
Section titled “Distinct”public SqlClauseDistinct Distinct { get; }Property Value
Section titled “Property Value”public SqlClauseFrom From { get; }Property Value
Section titled “Property Value”GroupBy
Section titled “GroupBy”public SqlClauseGroupBy GroupBy { get; }Property Value
Section titled “Property Value”Having
Section titled “Having”public SqlClauseConditionals Having { get; }Property Value
Section titled “Property Value”public SqlClauseJoin Join { get; }Property Value
Section titled “Property Value”Select
Section titled “Select”public SqlClauseSelect Select { get; }Property Value
Section titled “Property Value”public SqlClauseConditionals Where { get; }Property Value
Section titled “Property Value”public SqlClauseWith With { get; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Accept(SqlQueryResolver, SqlQueryBuilder)
Section titled “Accept(SqlQueryResolver, SqlQueryBuilder)”protected internal virtual void Accept(SqlQueryResolver resolver, SqlQueryBuilder builder)Parameters
Section titled “Parameters”resolverSqlQueryResolverbuilderSqlQueryBuilder
AddFilter(SqlQueryFilter)
Section titled “AddFilter(SqlQueryFilter)”public void AddFilter(SqlQueryFilter filter)Parameters
Section titled “Parameters”filterSqlQueryFilter