Strange LINQ Exception (Index out of bounds)

后端 未结 5 1104
天命终不由人
天命终不由人 2020-12-14 12:15

I have a table, we\'ll call Users. This table has a single primary key defined in SQL Server - an autoincrement int ID.

Sometimes, my LINQ

5条回答
  •  無奈伤痛
    2020-12-14 12:36

    The exception occurs in a System library and your story makes me think the problem isn't in your code. Has the schema changed recently? Is your mapping correct?

提交回复
热议问题