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




type
Type of object the mapping is returned for.
Returns the mapping for the given persistent type.

Syntax

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

Parameters

type
Type of object the mapping is returned for.

Requirements

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

See Also