Let the autogenerated DataContext table classes use properties, not fields
When using Visual Studio to generate a DataContext, the table classes use properties for the columns. When LINQPad does it, it uses fields, not properties. This is bad, because it creates a (too) subtle difference between the 2 tools. Code that works in one, may not work in the other.
1
vote
Erling Jacobsen
shared this idea