@TheUknown, I can create and I did it in the same namespace in partial class, so I just extended auto generated class. But properties without
Column
attribute are not mapped and always contain default value of their type even Stored Procedure returns columns with the same name. After adding Column
attribute it works fine with SP
but not with a normal LINQ query which also try to get values that are not exist in the table.