Chili.Opf3 Send comments on this topic.
PersistentOperations Enumeration
See Also  
Chili.Opf3 Namespace : PersistentOperations Enumeration




This enumeration holds all operations that are available on a persistent object.

Syntax

Visual Basic (Declaration) 
Public Enum PersistentOperations 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As PersistentOperations
C# 
public enum PersistentOperations : Enum 
Managed Extensions for C++ 
__value public enum PersistentOperations : public Enum 
C++/CLI 
public enum class PersistentOperations : public Enum 

Members

MemberDescription
Load This operation loads the persistent object from the storage.
Insert This operatin inserts the persistent object in the storage.
Update This operation updates the persistent object in the storage.
Delete This operation deletes the persistent object from the storage.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Chili.Opf3.PersistentOperations

Requirements

Namespace: Chili.Opf3

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Chili.Opf3 (in Chili.Opf3.dll)

See Also