Просмотр исходного кода

FIX Réintroduction du provider SQLserver dans le fichier edmx

julien.legrand 8 лет назад
Родитель
Сommit
0df457e692
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      CD67.ModeleMVC.Entity/EntityModel.edmx

+ 3 - 1
CD67.ModeleMVC.Entity/EntityModel.edmx

@@ -8,7 +8,9 @@
     <!-- Un seul provider doit être actif, il faut dé-commenter le bon -->
     <!-- Provider Oracle -->
     <Schema Namespace="Model.Store" Provider="Oracle.ManagedDataAccess.Client" ProviderManifestToken="11.2" Alias="Self" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm/ssdl">
-        <EntityType Name="EXEMPLE_TYPE_VIKING">
+    <!-- Provider SQL server -->
+    <!--<Schema Namespace="Model.Store" Provider="System.Data.SqlClient" ProviderManifestToken="2008" Alias="Self" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm/ssdl">-->
+      <EntityType Name="EXEMPLE_TYPE_VIKING">
           <Key>
             <PropertyRef Name="ID" />
           </Key>