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

CacheKey Constructor (Int32)

Constructor that supplies an initial hashcode

[Visual Basic]
Overloads Public Sub New( _
   ByVal Int32 As Integer _
)
[C#]
public CacheKey(
   Int32 initialNonZeroOddNumber
);

Parameters

initialNonZeroOddNumber
the hashcode to use

See Also

CacheKey Class | IBatisNet.DataMapper.Configuration.Cache Namespace | CacheKey Constructor Overload List