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

JoinField..::..PrimaryTable Property

Gets the primary table.

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

Syntax


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

Field Value

The primary table is the "One" table in a one to many join.