Shunde.NET Framework Class Library

DBObject.GetObject Method

Gets and populates a single DBObject with the supplied ID

Overload List

Gets and populates a single DBObject with the supplied ID

public static DBObject GetObject(Int32);

Gets and populates a single DBObject of the given type with the supplied ID

public static DBObject GetObject(Int32,Type);

Gets and populates a single DBObject

public static DBObject GetObject(String);

See Also

DBObject Class | Shunde.Framework Namespace