I want to convert this SQL query to C# code:
UPDATE Layouts
SET LayoutDetails.modify('delete /ColumnLayout/LayoutColumns/Column[@PropertyId = sql:variable("@propId")]')
WHERE LayoutId = 236
This query deletes a node in a XML column in a SQL Server table. I want to perform a similar operation in C# using LINQ.