OptimizedPersistableGetTypeVersion Method |
The database engine needs this internally
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic TypeVersion GetTypeVersion()
Public Function GetTypeVersion As TypeVersion
public:
virtual TypeVersion^ GetTypeVersion() sealed
abstract GetTypeVersion : unit -> TypeVersion
override GetTypeVersion : unit -> TypeVersion
Return Value
Type:
TypeVersionThe
TypeVersion of this object
Implements
IOptimizedPersistableGetTypeVersion
See Also