Chili.Opf3 Send comments on this topic.
PersistBehaviours Property
See Also 
Chili.Opf3.Relations Namespace > RelationAttribute Class : PersistBehaviours Property




Specifies the persist behaviour of the relation.

Syntax

Visual Basic (Declaration) 
Public Property PersistBehaviours As PersistBehaviours
Visual Basic (Usage)Copy Code
Dim instance As RelationAttribute
Dim value As PersistBehaviours
 
instance.PersistBehaviours = value
 
value = instance.PersistBehaviours
C# 
public PersistBehaviours PersistBehaviours {get; set;}
Managed Extensions for C++ 
public: __property PersistBehaviours get_PersistBehaviours();
public: __property void set_PersistBehaviours( 
   PersistBehaviours value
);
C++/CLI 
public:
property PersistBehaviours PersistBehaviours {
   PersistBehaviours get();
   void set (PersistBehaviours value);
}

Return Value

Returns the persist behaviour of the relation.

Remarks

By setting the behaviour you may only allow to insert or update relation. The default behaviour is to insert and update the relation in the storage.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also