| Visual Basic (Declaration) | |
|---|---|
Public Property PersistBehaviours As PersistBehaviours | |
| Visual Basic (Usage) | |
|---|---|
| |
| 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.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