Shunde.NET Framework Class Library

DBObject.GetObjects Method

Gets and (possibly partially) populates all the DBObjects for a given SQL Statement

Overload List

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);

See Also

DBObject Class | Shunde.Framework Namespace