Click here to Skip to main content
15,895,656 members
Articles / Programming Languages / C#

Using SPMetal

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
15 Mar 2011CPOL11 min read 57.2K   435   11  
Using SPMetal to generate Linq to SharePoint classes
<?xml version="1.0" encoding="utf-8"?>
<Feature xmlns="http://schemas.microsoft.com/sharepoint/" Title="SPMetal Feature1" Id="c5060513-0642-4c62-abb0-9771cb53893f" Scope="Web">
  <ElementManifests>
    <ElementManifest Location="Fields\Elements.xml" />
    <ElementManifest Location="Contact\Elements.xml" />
    <ElementManifest Location="Company\Elements.xml" />
    <ElementManifest Location="CompaniesList\Elements.xml" />
    <ElementManifest Location="Companies\Elements.xml" />
    <ElementFile Location="Companies\Schema.xml" />
    <ElementManifest Location="ContactsList\Elements.xml" />
    <ElementManifest Location="Contacts\Elements.xml" />
    <ElementFile Location="Contacts\Schema.xml" />
  </ElementManifests>
</Feature>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions