© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago•
5 replies
JohnLimbusIdMaker

Cascading delete from child to parent

I have an entity like this:
public class A{
public Guid Id;
public Guid Bid;
}
public class B{
public Guid Id;
}
How can I make so that B get deleted when A get deleted
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

❔ cast parent to child
C#CC# / help
4y ago
❔ ✅ WPF How to delete Textbox from parent and memory.
C#CC# / help
3y ago
❔ ✅ abstract-Parent and Child static overrides?
C#CC# / help
3y ago
✅ (beginner) Align child to left, parent to the middle
C#CC# / help
2y ago