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

SelectQuery..::..AddWhereItemBoolText Method (String, Conditions, String, String, String)

Adds the where item bool text.

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

Syntax


public WhereEnumItem AddWhereItemBoolText(
	string fieldName,
	Conditions condition,
	string value,
	string trueText,
	string falseText
)
Public Function AddWhereItemBoolText ( _
	fieldName As String, _
	condition As Conditions, _
	value As String, _
	trueText As String, _
	falseText As String _
) As WhereEnumItem
public:
WhereEnumItem^ AddWhereItemBoolText(
	String^ fieldName, 
	Conditions^ condition, 
	String^ value, 
	String^ trueText, 
	String^ falseText
)

Parameters

fieldName
Type: String
Name of the field.
condition
Type: RingSoft.DbLookup.QueryBuilder..::..Conditions
The condition.
value
Type: String
The value.
trueText
Type: String
The true text.
falseText
Type: String
The false text.

Return Value

The where item object that was created for further configuration.