Deletes the specified object from the database. It does not delete any child objects.
Example:
IObjectMapper<Product> mapper = Elementary.GetIObjectMapper<Product>(); mapper.Delete(product); // product is an existing object