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




Gets the ObjectContext instance that has been used to load the parent object.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Context As ObjectContext
Visual Basic (Usage)Copy Code
Dim instance As RelationInformation
Dim value As ObjectContext
 
value = instance.Context
C# 
public ObjectContext Context {get;}
Managed Extensions for C++ 
public: __property ObjectContext* get_Context();
C++/CLI 
public:
property ObjectContext^ Context {
   ObjectContext^ get();
}

Requirements

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

See Also