SelectQuery..::..AddWhereItemBoolText Method (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( 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.