PrimaryJoinTable..::..ForeignTable Property
Gets the foreign table.
Namespace:
RingSoft.DbLookup.QueryBuilderAssembly: 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); }