QuickObjects.ObjectBase Send comments on this topic.
ObjectStates Enumeration
See Also  
Akal.QuickObjects.ObjectBase Namespace : ObjectStates Enumeration
ObjectStates - Values indicate if the object should connect to the database or should retain its inserts/updates/deletes for later syncronization.

Syntax

C# 
public enum ObjectStates : Enum 

Members

MemberDescription
Connected Connected - Object can connect to the database directly and should send all insert/update/delete commands directly to the database.
Disconnected Disconnected - Object should not connect to the database directly and should hold all insert/update/delete commands for later syncronization.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Akal.QuickObjects.ObjectBase.ObjectStates

Requirements

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

See Also