Advertisement
wiert

Example EDMX file showing ProviderManifestToken

Aug 24th, 2012
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.55 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <edmx:Edmx Version="2.0" xmlns:edmx="http://schemas.microsoft.com/ado/2008/10/edmx">
  3.   <!-- EF Runtime content -->
  4.   <edmx:Runtime>
  5.     <!-- SSDL content -->
  6.     <edmx:StorageModels>
  7.       <Schema Namespace="App597Model.Store" Alias="Self" Provider="System.Data.SqlClient" ProviderManifestToken="2008" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns="http://schemas.microsoft.com/ado/2009/02/edm/ssdl">
  8.       </Schema>
  9.     </edmx:StorageModels>
  10.   </edmx:Runtime>
  11. </edmx:Edmx>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement