소스 검색

FIX Réintroduction du provider SQLserver dans le fichier edmx

julien.legrand 8 년 전
부모
커밋
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>