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

PrimaryJoinTable..::..ForeignTable Property

Gets the foreign table.

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

Syntax


public QueryTable ForeignTable { get; set; }
Public Property ForeignTable As QueryTable
	Get
	Set
public:
property QueryTable^ ForeignTable {
	QueryTable^ get ();
	void set (QueryTable^ value);
}

Field Value

The foreign table is the "Many" table in a one to many join.