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

SelectColumn..::..Alias Property

Gets the alias of the column.

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

Syntax


public string Alias { get; set; }
Public Property Alias As String
	Get
	Set
public:
property String^ Alias {
	String^ get ();
	void set (String^ value);
}

Field Value

This value appears after the "AS" keyword in a SELECT clause.