Graph Table in SQL Server automatically added an internal graph_ID_ column for user. When querying the table in LINQPad, got this error.
Here is the SQL being generated in LINQPad. Looks like LINQ_TO_SQL detected this column, and treated this column as normal column, but SQL Server does not allow us to access it.
I can write LINQ query without this column, it works OK. but since it's a custom query, I lost the ability to edit the record.