I end up with one empty constructor. So when I want to create an instance of them, intelisense doesnt populate the members for me. Am I supposed to make those constructors myself? Is that an option I missed somewhere?
var aaaa = new YourTableName { Id=8, Property=4 }; You don't the constructor to fill the object. That was your problem?
Обсуждают сегодня