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

SelectQuery..::..AddSelectColumn Method (String, String, Boolean)

Adds a column to the columns list.

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

Syntax


public SelectQuery AddSelectColumn(
	string name,
	string alias,
	bool isDistinct
)
Public Function AddSelectColumn ( _
	name As String, _
	alias As String, _
	isDistinct As Boolean _
) As SelectQuery
public:
SelectQuery^ AddSelectColumn(
	String^ name, 
	String^ alias, 
	bool^ isDistinct
)

Parameters

name
Type: String
The name of the column.
alias
Type: String
The value appears after the "AS" keyword.
isDistinct
Type: Boolean
Is the column distinct?

Return Value

SelectQuery.