SelectQuery..::..AddWhereItem Method (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( string fieldName, Conditions condition, int value )
Public Function AddWhereItem ( _ fieldName As String, _ condition As Conditions, _ value As Integer _ ) As WhereItem
public: WhereItem^ AddWhereItem( String^ fieldName, Conditions^ condition, int^ value )
Parameters
- fieldName
- Type: String
Name of the field.
- condition
- Type: RingSoft.DbLookup.QueryBuilder..::..Conditions
The condition.
- value
- Type: Int32
The integer value.