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

SelectQuery..::..AddWhereItem Method (QueryTable, String, Conditions, Boolean)

Creates a where item object and adds it to the WhereItems list.

Namespace:  RingSoft.DbLookup.QueryBuilder
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public WhereItem AddWhereItem(
	QueryTable table,
	string fieldName,
	Conditions condition,
	bool value
)
Public Function AddWhereItem ( _
	table As QueryTable, _
	fieldName As String, _
	condition As Conditions, _
	value As Boolean _
) As WhereItem
public:
WhereItem^ AddWhereItem(
	QueryTable^ table, 
	String^ fieldName, 
	Conditions^ condition, 
	bool^ 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: Boolean
The bool value.

Return Value

The where item object that was created for further configuration.