Chili.Opf3 Send comments on this topic.
GetPersistentAttribute Method
See Also 
Chili.Opf3.Mapping.Providers Namespace > ITypeMappingProvider Interface : GetPersistentAttribute Method




type
Type investigated for the PersistentAttribute.
Returns the persistent attribute of the type or null if the type has no PersistentAttribute.

Syntax

Visual Basic (Declaration) 
Overridable Function GetPersistentAttribute( _
   ByVal type As Type _
) As PersistentAttribute
Visual Basic (Usage)Copy Code
Dim instance As ITypeMappingProvider
Dim type As Type
Dim value As PersistentAttribute
 
value = instance.GetPersistentAttribute(type)
C# 
virtual PersistentAttribute GetPersistentAttribute( 
   Type type
)
Managed Extensions for C++ 
virtual PersistentAttribute* GetPersistentAttribute( 
   Type* type
) 
C++/CLI 
virtual PersistentAttribute^ GetPersistentAttribute( 
   Type^ type
) 

Parameters

type
Type investigated for the PersistentAttribute.

Requirements

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

See Also