Chili.Opf3 Send comments on this topic.
BuildUniqueKey(Object) Method
See Also 
Chili.Opf3.Caching Namespace > CacheManagerBase Class > BuildUniqueKey Method : BuildUniqueKey(Object) Method




obj
The persistent object that's key is build.
Builds a key for the object. This key may be used in the cache. The key that is created contains also information about the type of the persistent object.

Syntax

Visual Basic (Declaration) 
Overloads Protected Function BuildUniqueKey( _
   ByVal obj As Object _
) As String
Visual Basic (Usage)Copy Code
Dim instance As CacheManagerBase
Dim obj As Object
Dim value As String
 
value = instance.BuildUniqueKey(obj)
C# 
protected string BuildUniqueKey( 
   object obj
)
Managed Extensions for C++ 
protected: string* BuildUniqueKey( 
   Object* obj
) 
C++/CLI 
protected:
String^ BuildUniqueKey( 
   Object^ obj
) 

Parameters

obj
The persistent object that's key is build.

Requirements

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

See Also