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: 11.1.0.0 (11.1)
Syntax public void DeleteObject(
ulong id
)
Public Sub DeleteObject (
id As ULong
)
public:
void DeleteObject(
unsigned long long id
)
member DeleteObject :
id : uint64 -> unit
Parameters
- id
- Type: SystemUInt64
The Id of the object to delete
See Also