Skip to content

Instantly share code, notes, and snippets.

@devendrasv
Created April 13, 2013 05:30
Show Gist options
  • Save devendrasv/8f872290af6d1bb03e11 to your computer and use it in GitHub Desktop.
Save devendrasv/8f872290af6d1bb03e11 to your computer and use it in GitHub Desktop.
ECT Employees elements.xml
<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<ListInstance Url="Lists/Employees" Description="Employees" OnQuickLaunch="TRUE" Title="Employees">
<DataSource>
<Property Name="LobSystemInstance" Value="Northwind" />
<Property Name="EntityNamespace" Value="NorthwindModel" />
<Property Name="Entity" Value="Employees" />
<Property Name="SpecificFinder" Value="ReadSpecificEmployee" />
<Property Name="MetadataCatalogFileName" Value="BDCMetadata.bdcm" />
</DataSource>
</ListInstance>
</Elements>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment