Click or drag to resize

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
)

Parameters

type
Type: SystemType
The type that has been updated (new/removed/modified fields)

Return Value

Type: TypeVersion
The new Type description
See Also