Delete

This method is used to delete an entity record. We need to specify the entity's name and the record the GUID that we want to delete, like so:

OrgService.Delete("him_vehicle", new Guid("F8D74085-C38D-E911-A969-000D3A29FEA4"));

The preceding code will delete the vehicle entity record that matches the GUID that was passed.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.15.4.244