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

SelectQuery..::..AddSelectBooleanColumn Method (String, String, String, String)

Adds the select boolean column.

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

Syntax


public SelectQuery AddSelectBooleanColumn(
	string columnName,
	string alias,
	string trueText,
	string falseText
)
Public Function AddSelectBooleanColumn ( _
	columnName As String, _
	alias As String, _
	trueText As String, _
	falseText As String _
) As SelectQuery
public:
SelectQuery^ AddSelectBooleanColumn(
	String^ columnName, 
	String^ alias, 
	String^ trueText, 
	String^ falseText
)

Parameters

columnName
Type: String
Name of the column.
alias
Type: String
The alias.
trueText
Type: String
The true text.
falseText
Type: String
The false text.

Return Value

This object.