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

AutoFillDefinitionBase..::..SelectSqlAlias Property

Gets the AS SQL alias used in the SELECT clause.

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

Syntax


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

Field Value

The select SQL alias.