locks are not returned to the client!
Namespace:
NHibernate.CacheAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function IsGettable ( _ txTimestamp As Long _ ) As Boolean |
C# |
---|
public bool IsGettable( long txTimestamp ) |
Visual C++ |
---|
public: virtual bool IsGettable( long long txTimestamp ) sealed |
JavaScript |
---|
function isGettable(txTimestamp); |
Parameters
- txTimestamp
- Type: System..::.Int64