| C# | |
|---|---|
public enum ObjectStates : Enum | |
| Member | Description |
|---|---|
| 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. |
System.Object
System.ValueType
System.Enum
Akal.QuickObjects.ObjectBase.ObjectStates
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0