LinqPad Syntax for deleting foreign key constraint on .SDF file

61 Views Asked by At

I tried to delete a foreign key constraint with LINQPad but I don't know ho to do that in LINQPad.

What would be the exact syntax for a table named "SalesOrderDetail" and a key "FK_dbo.SalesOrderDetail_dbo.SalesOrderDetail_ParentSalesOrderDetailId".

It's an SDF datebase file. Provider is Microsoft SQL Compact Server.

LinqPad is 5.x and 7.x

Thank you

FZ

0

There are 0 best solutions below