RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

SelectQuery Methods

The SelectQuery type exposes the following members.

Methods


  Name Description
Public method AddOrderByBoolTextSegment(String, OrderByTypes, String, String, Boolean)
Adds the order by bool text segment.
Public method AddOrderByBoolTextSegment(QueryTable, String, OrderByTypes, String, String, Boolean)
Adds the order by bool text segment.
Public method AddOrderByEnumSegment<(Of <<'(T>)>>)(String, OrderByTypes, Boolean)
Adds an order by enumerator segment.
Public method AddOrderByEnumSegment<(Of <<'(T>)>>)(QueryTable, String, OrderByTypes, Boolean)
Adds an order by enumerator segment.
Public method AddOrderByFormulaSegment
Adds a formula order by segment.
Public method AddOrderBySegment(String, OrderByTypes, Boolean)
Adds an order by segment.
Public method AddOrderBySegment(QueryTable, String, OrderByTypes, Boolean)
Adds an order by segment.
Public method AddPrimaryJoinTable(JoinTypes, String)
Adds a primary join table.
Public method AddPrimaryJoinTable(JoinTypes, QueryTable, String)
Adds a primary join table.
Public method AddPrimaryJoinTable(JoinTypes, String, String)
Adds a primary join table.
Public method AddPrimaryJoinTable(JoinTypes, QueryTable, String, String)
Adds a primary join table.
Public method AddSelectBooleanColumn(String, String, String, String)
Adds the select boolean column.
Public method AddSelectBooleanColumn(QueryTable, String, String, String, String)
Adds the select boolean column.
Public method AddSelectColumn(String, Boolean)
Adds a column to the columns list.
Public method AddSelectColumn(String, String, Boolean)
Adds a column to the columns list.
Public method AddSelectColumn(String, QueryTable, Boolean)
Adds a column to the columns list.
Public method AddSelectColumn(String, QueryTable, String, Boolean)
Adds a column to the columns list.
Public method AddSelectEnumColumn<(Of <<'(T>)>>)(String, String)
Creates an enumerator column and adds it to the columns list.
Public method AddSelectEnumColumn<(Of <<'(T>)>>)(QueryTable, String, String)
Creates an enumerator column and adds it to the columns list.
Public method AddSelectFormulaColumn
Creates a formula column and adds it to the columns list.
Public method AddWhereItem(String, Conditions, String, Boolean, ValueTypes)
Creates a where item object and adds it to the WhereItems list.
Public method AddWhereItem(QueryTable, String, Conditions, String, Boolean, ValueTypes)
Creates a where item object and adds it to the WhereItems list.
Public method AddWhereItem(String, Conditions, DateTime, DbDateTypes)
Creates a where item object and adds it to the WhereItems list.
Public method AddWhereItem(QueryTable, String, Conditions, DateTime, DbDateTypes)
Creates a where item object and adds it to the WhereItems list.
Public method AddWhereItem(String, Conditions, Int32)
Creates a where item object and adds it to the WhereItems list.
Public method AddWhereItem(QueryTable, String, Conditions, Int32)
Creates a where item object and adds it to the WhereItems list.
Public method AddWhereItem(String, Conditions, Double)
Creates a where item object and adds it to the WhereItems list.
Public method AddWhereItem(QueryTable, String, Conditions, Double)
Creates a where item object and adds it to the WhereItems list.
Public method AddWhereItem(String, Conditions, Boolean)
Creates a where item object and adds it to the WhereItems list.
Public method AddWhereItem(QueryTable, String, Conditions, Boolean)
Creates a where item object and adds it to the WhereItems list.
Public method AddWhereItem(QueryTable, String, Conditions, String, ValueTypes, DbDateTypes)
Creates a where item object and adds it to the WhereItems list.
Public method AddWhereItemBoolText(String, Conditions, String, String, String)
Adds the where item bool text.
Public method AddWhereItemBoolText(QueryTable, String, Conditions, String, String, String)
Adds the where item bool text.
Public method AddWhereItemCheckNull
Adds the where item check null.
Public method AddWhereItemEnum<(Of <<'(T>)>>)(String, Conditions, String)
Creates an enumerator where item and adds it to the where items list.
Public method AddWhereItemEnum<(Of <<'(T>)>>)(QueryTable, String, Conditions, String)
Creates an enumerator where item and adds it to the where items list.
Public method AddWhereItemFormula(String, Conditions, String)
Creates a where item formula object and adds it to the WhereItems list.
Public method AddWhereItemFormula(String, Conditions, DateTime, DbDateTypes)
Creates a where item formula object and adds it to the WhereItems list.
Public method AddWhereItemFormula(String, Conditions, Int32)
Creates a where item formula object and adds it to the WhereItems list.
Public method AddWhereItemFormula(String, Conditions, Double)
Creates a where item formula object and adds it to the WhereItems list.
Public method AddWhereItemFormula(String, Conditions, Boolean)
Creates a where item formula object and adds it to the WhereItems list.
Public method AddWhereItemFormula(String)
Creates a where item formula object and adds it to the WhereItems list. Used for formulas that have no condition or value.
Public method Static member BoolToString
Bools to string.
Public method CopySelectColumnsToTopLevelQuery
Copies the select columns to top level query.
Public method RemoveWhereItem
Removes the where item.
Public method SetMaxRecords
Sets the maximum number of records to retrieve.