Shunde.NET Framework Class Library

DBObject Class

Represents a Database object.

For a list of all members of this type, see DBObject Members.

System.Object
   DBObject
      Derived types

public class DBObject

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This is the base type of a framework used for applications that save object info in SQL Server. Each object extends this object, with that objects columns specified by an array of DBColumn objects. This base class implements Code that will save and populate objects.

Requirements

Namespace: Shunde.Framework

Assembly: Shunde (in Shunde.dll)

See Also

DBObject Members | Shunde.Framework Namespace