Click or drag to resize

PageDeleteObject Method

Use this as an alternative to Unpersist(SessionBase) or when using the interface class IOptimizedPersistable

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public void DeleteObject(
	ulong id
)

Parameters

id
Type: SystemUInt64
The object Id of the object to be deleted
See Also