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

SelectQuery..::..AddSelectColumn Method (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,
	bool isDistinct
)
Public Function AddSelectColumn ( _
	name As String, _
	isDistinct As Boolean _
) As SelectQuery
public:
SelectQuery^ AddSelectColumn(
	String^ name, 
	bool^ isDistinct
)

Parameters

name
Type: String
The name of the column.
isDistinct
Type: Boolean
Is the column distinct?

Return Value

This object.