Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic 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 object Id of the object to be deleted
See Also