DeleteObject(Key: Integer);
DeleteObject(Key: uinteger);
Key. Key of the object that is being deleted.
The DeleteObject method deletes an object, which key is passed by the Key input parameter.
Executing the example requires that the repository contains an object with the TestObj identifier.
Add a link to the Metabase system assembly.
After executing the example if the repository contains an object with the TestObj identifier, it is deleted.
See also: