Sequence contains more than one matching element - Adding item with Entiity Framework

后端 未结 4 1407
情歌与酒
情歌与酒 2020-12-11 15:56

I\'ve googled this and don\'t get any answers for my particular circumstance.

\"This

4条回答
  •  天涯浪人
    2020-12-11 16:40

    In case it is of any use to anybody:

    I received this error when populating a model using EF from a stored procedure. The stored procedure returned multiple columns, two of which had the same alias/name.

提交回复
热议问题