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

TableFieldJoinDefinition..::..ParentAlias Property

Gets the parent alias used in the SQL string.

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

Syntax


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

Field Value

The parent alias.