SelectQuery..::..BaseTable Property
Gets the base table object attached to this query.
Namespace:
RingSoft.DbLookup.QueryBuilderAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public QueryTable BaseTable { get; set; }
Public Property BaseTable As QueryTable Get Set
public: property QueryTable^ BaseTable { QueryTable^ get (); void set (QueryTable^ value); }