SelectQuery..::..AddWhereItem Method (QueryTable, String, Conditions, Int32)
Creates a where item object and adds it to the WhereItems list.
Namespace:
RingSoft.DbLookup.QueryBuilderAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public WhereItem AddWhereItem( QueryTable table, string fieldName, Conditions condition, int value )
Public Function AddWhereItem ( _ table As QueryTable, _ fieldName As String, _ condition As Conditions, _ value As Integer _ ) As WhereItem
public: WhereItem^ AddWhereItem( QueryTable^ table, String^ fieldName, Conditions^ condition, int^ value )
Parameters
- table
- Type: RingSoft.DbLookup.QueryBuilder..::..QueryTable
The table.
- fieldName
- Type: String
Name of the field.
- condition
- Type: RingSoft.DbLookup.QueryBuilder..::..Conditions
The condition.
- value
- Type: Int32
The integer value.