SelectQuery..::..AddSelectBooleanColumn Method (QueryTable, String, String, String, String)
Adds the select boolean column.
Namespace:
RingSoft.DbLookup.QueryBuilderAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public SelectQuery AddSelectBooleanColumn( QueryTable queryTable, string columnName, string alias, string trueText, string falseText )
Public Function AddSelectBooleanColumn ( _ queryTable As QueryTable, _ columnName As String, _ alias As String, _ trueText As String, _ falseText As String _ ) As SelectQuery
public: SelectQuery^ AddSelectBooleanColumn( QueryTable^ queryTable, String^ columnName, String^ alias, String^ trueText, String^ falseText )
Parameters
- queryTable
- Type: RingSoft.DbLookup.QueryBuilder..::..QueryTable
The query table.
- columnName
- Type: String
Name of the column.
- alias
- Type: String
The alias.
- trueText
- Type: String
The true text.
- falseText
- Type: String
The false text.