Correct way to remove a many-to-many relationship via linq to sql?

前端 未结 3 1913
广开言路
广开言路 2021-01-20 19:48

Let\'s say we have two tables with a many-to-many relationship:

public class Left{ /**/ }

public class Right{ /**/ }

public class LeftRight{ /**/ }
         


        
3条回答
提交回复
热议问题