Created
April 13, 2013 05:30
-
-
Save devendrasv/8f872290af6d1bb03e11 to your computer and use it in GitHub Desktop.
ECT Employees elements.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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