Chili.Opf3 Send comments on this topic.
GetPersistentType Method
See Also 
Chili.Opf3.Mapping Namespace > TypeMapping Class : GetPersistentType Method




type
The type that's persistent type is returned.
Gets the persistent type from the given type.

Syntax

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

Parameters

type
The type that's persistent type is returned.

Requirements

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

See Also