tags:

views:

21

answers:

1

Is there a way to configure the way linq-to-sql generates the property names in a stored precedure result. I want them all upper case independent from the upper and lower case that were used in the stored procedures.

A: 

I am sure you can do that by editing the DBML file.

leppie