Namespace:
NHibernate.Cache
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function IsPuttable ( _ txTimestamp As Long, _ newVersion As Object, _ comparator As IComparer _ ) As Boolean |
C# |
---|
bool IsPuttable( long txTimestamp, Object newVersion, IComparer comparator ) |
Visual C++ |
---|
bool IsPuttable( long long txTimestamp, Object^ newVersion, IComparer^ comparator ) |
JavaScript |
---|
function isPuttable(txTimestamp, newVersion, comparator); |
Parameters
- txTimestamp
- Type: System..::.Int64
- newVersion
- Type: System..::.Object
- comparator
- Type: System.Collections..::.IComparer