WhereItem..::..Table Property
Gets the table object this Where Item is attached to.
Namespace:
RingSoft.DbLookup.QueryBuilderAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public QueryTable Table { get; set; }
Public Property Table As QueryTable Get Set
public: property QueryTable^ Table { QueryTable^ get (); void set (QueryTable^ value); }