5

So I am using SPmetal tool to generate data classes to use LINQ to SharePoint.

A feature of the tool is aliasing the site column by its Display name.

How can I override SPMetal setting to use Internal name or static name?

Nathan DeWitt
  • 6,511
  • 8
  • 46
  • 66
Shankarooni
  • 207
  • 3
  • 11

1 Answers1

0

You can use parameters.xml for overridde column name.

http://msdn.microsoft.com/en-us/library/ee535056(v=office.14).aspx

Max
  • 6,821
  • 3
  • 43
  • 59