SelectQuery..::..AddWhereItemBoolText Method (QueryTable, String, Conditions, String, String, String)
Adds the where item bool text.
Namespace:
RingSoft.DbLookup.QueryBuilderAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public WhereEnumItem AddWhereItemBoolText( QueryTable queryTable, string fieldName, Conditions condition, string value, string trueText, string falseText )
Public Function AddWhereItemBoolText ( _ queryTable As QueryTable, _ fieldName As String, _ condition As Conditions, _ value As String, _ trueText As String, _ falseText As String _ ) As WhereEnumItem
public: WhereEnumItem^ AddWhereItemBoolText( QueryTable^ queryTable, String^ fieldName, Conditions^ condition, String^ value, String^ trueText, String^ falseText )
Parameters
- queryTable
- Type: RingSoft.DbLookup.QueryBuilder..::..QueryTable
The query table.
- 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.