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

SelectQuery..::..JoinTables Property

Gets the join tables.

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

Syntax


public IReadOnlyList<PrimaryJoinTable> JoinTables { get; }
Public ReadOnly Property JoinTables As IReadOnlyList(Of PrimaryJoinTable)
	Get
public:
property IReadOnlyList<PrimaryJoinTable^>^ JoinTables {
	IReadOnlyList<PrimaryJoinTable^>^ get ();
}

Field Value

The join tables.