Get the version number (or timestamp) from the object's version property (or return null if not versioned)
Namespace:
NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetVersion ( _ obj As Object _ ) As Object |
C# |
---|
Object GetVersion( Object obj ) |
Visual C++ |
---|
Object^ GetVersion( Object^ obj ) |
JavaScript |
---|
function getVersion(obj); |
Parameters
- obj
- Type: System..::.Object