Gets and (possibly partially) populates all the DBObjects for a given SQL Statement
Gets and (possibly partially) populates all the DBObjects for a given SQL Statement
public static DBObject[] GetObjects(String,Type);
Gets and populates all the DBObjects for a given SQL Statement using the Types given in extendingTypes
public static DBObject[] GetObjects(Type,Type[],Boolean,String);
DBObject Class | Shunde.Framework Namespace