Chili.Opf3 Send comments on this topic.
GetPersistentAttribute Method
See Also 
Chili.Opf3.Mapping.Providers Namespace > AttributeTypeMappingProvider Class : 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) 
Public Function GetPersistentAttribute( _
   ByVal type As Type _
) As PersistentAttribute
Visual Basic (Usage)Copy Code
Dim instance As AttributeTypeMappingProvider
Dim type As Type
Dim value As PersistentAttribute
 
value = instance.GetPersistentAttribute(type)
C# 
public PersistentAttribute GetPersistentAttribute( 
   Type type
)
Managed Extensions for C++ 
public: PersistentAttribute* GetPersistentAttribute( 
   Type* type
) 
C++/CLI 
public:
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