Hi!
How can I configure LinqToSql to make an "On UPDATE CASCADE"? In Sql Server all my constraints are set to make this cascade. But, when I try to update my PK via application, Linq doesn't allow.
Is there a rule to make that?
Thanks!!
Hi!
How can I configure LinqToSql to make an "On UPDATE CASCADE"? In Sql Server all my constraints are set to make this cascade. But, when I try to update my PK via application, Linq doesn't allow.
Is there a rule to make that?
Thanks!!