Code Snippets: Using the SharePoint List Object Model with External Lists on the Server
SharePoint 2010
Published: May 2010
The following topics contain code snippets that use the SharePoint List object model with external lists on the server.
Code Snippet: Determine Whether a List Is an External List on the Server
Code Snippet: Get the BdcIdentity of All Items in an External List on the Server
Code Snippet: Read All Items in an External List on the Server
Code Snippet: Get an Item in an External List By BdcIdentity on the Server
Code Snippet: Delete an Item in an External List on the Server
Code Snippet: Update an Item in an External List on the Server
Code Snippet: Create an Item in an External List on the Server