Gets and (possibly partially) populates all the DBObjects for a given SQL Statement
The base type is the type that all the objects being retrieved extend. For example, if Notebook and Desktop both extend Computer, then the base type is Computer if getting all Notebooks and Desktops. The returned objects are then created as the type that they should be (ie. Notebooks and Desktops), however they are only partially populated up to the level of the base type (ie. Computer).
DBObject Class | Shunde.Framework Namespace | DBObject.GetObjects Overload List