Get the current version of the entity
Namespace:
NHibernate.EngineAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetVersion ( _ entity As Object _ ) As Object |
C# |
---|
Object GetVersion( Object entity ) |
Visual C++ |
---|
Object^ GetVersion( Object^ entity ) |
JavaScript |
---|
function getVersion(entity); |
Parameters
- entity
- Type: System..::.Object