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




Returns the associated instance of the ObjectContext class.

Syntax

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

Requirements

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

See Also