LINQ select on a SQL View gets wrong answer

后端 未结 7 1226
猫巷女王i
猫巷女王i 2021-01-05 02:07

I have a SQL View that produces a response with 8 columns. Its a rather complicated so I won\'t list it here and it won\'t add much to the issue I\'m trying to understand.

相关标签:
7条回答
  • 2021-01-05 03:07

    I don't see any issues with your LINQ.

    How are you populating PartIndexes (ORM, SqlCommand, etc.)?

    Perhaps your logic in your DAL or ORM mappings is messed up which is messing up what's stored in PartIndexes.

    0 讨论(0)
提交回复
热议问题