Operation could destabilize the runtime?

前端 未结 11 1588
执念已碎
执念已碎 2020-11-28 09:31

I\'m having a little bit of trouble understanding what the problem is here. I have a bit of code that pulls records from a database using LINQ and puts them into an object

11条回答
  •  无人及你
    2020-11-28 10:09

    In my case i had wrongly declared the Storage property in the Column attribute of a Linq2SQL class

        [Column(Storage = "_Alias", DbType = "NVarChar(50)")]
        public string UserAlias
    

提交回复
热议问题