iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

CacheKey.Update Method 

Updates this object with new information based on an object

[Visual Basic]
Public Function Update( _
   ByVal Object As Object _
) As CacheKey
[C#]
public CacheKey Update(
   Object obj
);

Parameters

obj
the object

Return Value

the cachekey

See Also

CacheKey Class | IBatisNet.DataMapper.Configuration.Cache Namespace