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

SelectQuery..::..AddWhereItem Method

Overload List


  Name Description
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.