CommentRepo.Delete Method
- Namespace:
- Weavy.Core.Repos
- Assembly:
- Weavy.Core.dll
Delete(int)
Permanently deletes a Comment object from the repository.
This will delete the object and can cause a cascading effect where multiple objects will be deleted.
public static void Delete(int id)
Parameters
- id
- int
Id (primary key).