Tuesday, 18 October 2011

SPMetal and workflows - excluding columns and content types

<web xmlns="http://schemas.microsoft.com/SharePoint/2009/spmetal"> 
<list name="My List Name">
 <contenttype name="My Content Type Name">
      <excludecolumn name="ColumnName">
</excludecolumn></contenttype>
</list>
</web>