QuickObjects.DBLibrary Send comments on this topic.
DatabaseObject Class
See Also  Members  
Akal.QuickObjects.DBLibrary Namespace : DatabaseObject Class

DatabaseObject Class

DatabaseObject class will be used by all the inheriting classes to implement the interfaces to the specific data providers.

Syntax

C# 
[XmlRootAttribute()]
[SerializableAttribute()]
public abstract class DatabaseObject 

Inheritance Hierarchy

System.Object
   Akal.QuickObjects.DBLibrary.DatabaseObject
      Akal.QuickObjects.DBLibrary.DatabaseObjectSQL

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also