|
|
@@ -5,14 +5,6 @@
|
|
|
<!-- SSDL content -->
|
|
|
<edmx:StorageModels>
|
|
|
<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="ANNEE">
|
|
|
- <Key>
|
|
|
- <PropertyRef Name="ANN_IDE" />
|
|
|
- </Key>
|
|
|
- <Property Name="ANN_IDE" Type="number" Precision="38" Scale="0" Nullable="false" />
|
|
|
- <Property Name="ANN_LIB" Type="varchar2" MaxLength="9" Nullable="false" />
|
|
|
- <Property Name="ANN_PREC" Type="number" Precision="38" Scale="0" />
|
|
|
- </EntityType>
|
|
|
<EntityType Name="PARAM">
|
|
|
<Key>
|
|
|
<PropertyRef Name="PRM_CLE" />
|
|
|
@@ -22,7 +14,6 @@
|
|
|
<Property Name="PRM_LIB2" Type="varchar2" MaxLength="100" />
|
|
|
</EntityType>
|
|
|
<EntityContainer Name="ModelStoreContainer">
|
|
|
- <EntitySet Name="ANNEE" EntityType="Self.ANNEE" Schema="FER" store:Type="Tables" />
|
|
|
<EntitySet Name="PARAM" EntityType="Self.PARAM" Schema="FER" store:Type="Tables" />
|
|
|
</EntityContainer>
|
|
|
</Schema></edmx:StorageModels>
|
|
|
@@ -39,16 +30,7 @@
|
|
|
</EntityType>
|
|
|
<EntityContainer Name="Entities" annotation:LazyLoadingEnabled="true">
|
|
|
<EntitySet Name="PARAM" EntityType="Self.PARAM" />
|
|
|
- <EntitySet Name="ANNEE" EntityType="Model.ANNEE" />
|
|
|
</EntityContainer>
|
|
|
- <EntityType Name="ANNEE">
|
|
|
- <Key>
|
|
|
- <PropertyRef Name="ANN_IDE" />
|
|
|
- </Key>
|
|
|
- <Property Name="ANN_IDE" Type="Decimal" Nullable="false" Precision="38" Scale="0" />
|
|
|
- <Property Name="ANN_LIB" Type="String" Nullable="false" MaxLength="9" FixedLength="false" Unicode="false" />
|
|
|
- <Property Name="ANN_PREC" Type="Decimal" Precision="38" Scale="0" />
|
|
|
- </EntityType>
|
|
|
</Schema>
|
|
|
</edmx:ConceptualModels>
|
|
|
<!-- C-S mapping content -->
|
|
|
@@ -64,15 +46,6 @@
|
|
|
</MappingFragment>
|
|
|
</EntityTypeMapping>
|
|
|
</EntitySetMapping>
|
|
|
- <EntitySetMapping Name="ANNEE">
|
|
|
- <EntityTypeMapping TypeName="Model.ANNEE">
|
|
|
- <MappingFragment StoreEntitySet="ANNEE">
|
|
|
- <ScalarProperty Name="ANN_PREC" ColumnName="ANN_PREC" />
|
|
|
- <ScalarProperty Name="ANN_LIB" ColumnName="ANN_LIB" />
|
|
|
- <ScalarProperty Name="ANN_IDE" ColumnName="ANN_IDE" />
|
|
|
- </MappingFragment>
|
|
|
- </EntityTypeMapping>
|
|
|
- </EntitySetMapping>
|
|
|
</EntityContainerMapping>
|
|
|
</Mapping>
|
|
|
</edmx:Mappings>
|