Chili.Opf3 Send comments on this topic.
GetTypeMapping(Object) Method
See Also 
Chili.Opf3.Mapping Namespace > TypeMapping Class > GetTypeMapping Method : GetTypeMapping(Object) Method




obj
The object the mapping is returned for.
Returns the mapping for a given object.

Syntax

Visual Basic (Declaration) 
Overloads Public Shared Function GetTypeMapping( _
   ByVal obj As Object _
) As TypeMapping
Visual Basic (Usage)Copy Code
Dim obj As Object
Dim value As TypeMapping
 
value = TypeMapping.GetTypeMapping(obj)
C# 
public static TypeMapping GetTypeMapping( 
   object obj
)
Managed Extensions for C++ 
public: static TypeMapping* GetTypeMapping( 
   Object* obj
) 
C++/CLI 
public:
static TypeMapping^ GetTypeMapping( 
   Object^ obj
) 

Parameters

obj
The object the mapping is returned for.

Requirements

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

See Also