Click or drag to resize

SessionBaseDeleteObject Method

A way to delete an object without requiring that the object be opened first

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public void DeleteObject(
	ulong id
)

Parameters

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