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