IOptimizedPersistableSetTypeVersion Method |
The database engine needs this internally
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxvoid 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