SessionBaseUpdateClass Method |
Let VelocityDB know that changes have been made to a class so that the schema manager will create a new
TypeVersion and use the new version for all new objects of the specified Type.
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public TypeVersion UpdateClass(
Type type
)
Public Function UpdateClass (
type As Type
) As TypeVersion
public:
TypeVersion^ UpdateClass(
Type^ type
)
member UpdateClass :
type : Type -> TypeVersion
Parameters
- type
- Type: SystemType
The type that has been updated (new/removed/modified fields)
Return Value
Type:
TypeVersionThe new Type description
See Also