SelectQuery..::..JoinTables Property
Gets the join tables.
Namespace:
RingSoft.DbLookup.QueryBuilderAssembly: 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 (); }