OptimizedPersistableSetTypeVersion Method |
The database engine needs this internally
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public void SetTypeVersion(
TypeVersion typeVersion
)
Public Sub SetTypeVersion (
typeVersion As TypeVersion
)
public:
virtual void SetTypeVersion(
TypeVersion^ typeVersion
) sealed
abstract SetTypeVersion :
typeVersion : TypeVersion -> unit
override SetTypeVersion :
typeVersion : TypeVersion -> unit
Parameters
- typeVersion
- Type: VelocityDb.TypeInfoTypeVersion
[Missing <param name="typeVersion"/> documentation for "M:VelocityDb.OptimizedPersistable.SetTypeVersion(VelocityDb.TypeInfo.TypeVersion)"]
Implements
IOptimizedPersistableSetTypeVersion(TypeVersion)See Also