
Example EDMX file showing ProviderManifestToken
By:
wiert on
Aug 24th, 2012 | syntax:
XML | size: 0.55 KB | hits: 16 | expires: Never
<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="2.0" xmlns:edmx="http://schemas.microsoft.com/ado/2008/10/edmx">
<!-- EF Runtime content -->
<edmx:Runtime>
<!-- SSDL content -->
<edmx:StorageModels>
<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">
</Schema>
</edmx:StorageModels>
</edmx:Runtime>
</edmx:Edmx>