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)
|
| Managed Extensions for C++ | |
|---|
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