© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
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#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
❔ cast parent to child
C
C# / help
4y ago
❔ ✅ WPF How to delete Textbox from parent and memory.
C
C# / help
3y ago
❔ ✅ abstract-Parent and Child static overrides?
C
C# / help
3y ago
✅ (beginner) Align child to left, parent to the middle
C
C# / help
2y ago