IOptimizedPersistableSetTypeVersion Method |
The database engine needs this internally
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax void SetTypeVersion(
TypeVersion shape
)
Sub SetTypeVersion (
shape As TypeVersion
)
void SetTypeVersion(
TypeVersion^ shape
)
abstract SetTypeVersion :
shape : TypeVersion -> unit
Parameters
- shape
- Type: VelocityDb.TypeInfoTypeVersion
The TypeVersion to use for this object
See Also