|
@@ -4,7 +4,7 @@
|
|
<edmx:Runtime>
|
|
<edmx:Runtime>
|
|
<!-- SSDL content -->
|
|
<!-- SSDL content -->
|
|
<edmx:StorageModels>
|
|
<edmx:StorageModels>
|
|
- <Schema Namespace="gr692_gavModel.Store" Provider="System.Data.SqlClient" ProviderManifestToken="2012" 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">
|
|
|
|
|
|
+ <Schema Namespace="Хранилище gr692_gavModel" Provider="System.Data.SqlClient" ProviderManifestToken="2012" 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="Dispatcher">
|
|
<EntityType Name="Dispatcher">
|
|
<Key>
|
|
<Key>
|
|
<PropertyRef Name="IdDispatcher" />
|
|
<PropertyRef Name="IdDispatcher" />
|
|
@@ -65,9 +65,18 @@
|
|
<PropertyRef Name="IdRoute" />
|
|
<PropertyRef Name="IdRoute" />
|
|
</Key>
|
|
</Key>
|
|
<Property Name="IdRoute" Type="int" Nullable="false" />
|
|
<Property Name="IdRoute" Type="int" Nullable="false" />
|
|
- <Property Name="IdDriver" Type="int" Nullable="false" />
|
|
|
|
<Property Name="Name" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
<Property Name="Name" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
</EntityType>
|
|
</EntityType>
|
|
|
|
+ <EntityType Name="sysdiagrams">
|
|
|
|
+ <Key>
|
|
|
|
+ <PropertyRef Name="diagram_id" />
|
|
|
|
+ </Key>
|
|
|
|
+ <Property Name="name" Type="nvarchar" MaxLength="128" Nullable="false" />
|
|
|
|
+ <Property Name="principal_id" Type="int" Nullable="false" />
|
|
|
|
+ <Property Name="diagram_id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
|
+ <Property Name="version" Type="int" />
|
|
|
|
+ <Property Name="definition" Type="varbinary(max)" />
|
|
|
|
+ </EntityType>
|
|
<EntityType Name="Transport">
|
|
<EntityType Name="Transport">
|
|
<Key>
|
|
<Key>
|
|
<PropertyRef Name="IdTransport" />
|
|
<PropertyRef Name="IdTransport" />
|
|
@@ -160,7 +169,7 @@
|
|
</Dependent>
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
</Association>
|
|
- <EntityContainer Name="gr692_gavModelStoreContainer">
|
|
|
|
|
|
+ <EntityContainer Name="Хранилище gr692_gavModelContainer">
|
|
<EntitySet Name="Dispatcher" EntityType="Self.Dispatcher" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Dispatcher" EntityType="Self.Dispatcher" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Drivers" EntityType="Self.Drivers" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Drivers" EntityType="Self.Drivers" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="DriversList" EntityType="Self.DriversList" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="DriversList" EntityType="Self.DriversList" Schema="dbo" store:Type="Tables" />
|
|
@@ -168,6 +177,7 @@
|
|
<EntitySet Name="PointsList" EntityType="Self.PointsList" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="PointsList" EntityType="Self.PointsList" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="RouteList" EntityType="Self.RouteList" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="RouteList" EntityType="Self.RouteList" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Routes" EntityType="Self.Routes" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Routes" EntityType="Self.Routes" Schema="dbo" store:Type="Tables" />
|
|
|
|
+ <EntitySet Name="sysdiagrams" EntityType="Self.sysdiagrams" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Transport" EntityType="Self.Transport" Schema="dbo" store:Type="Tables" />
|
|
<EntitySet Name="Transport" EntityType="Self.Transport" Schema="dbo" store:Type="Tables" />
|
|
<AssociationSet Name="FK__DriversLi__IdDri__0C85DE4D" Association="Self.FK__DriversLi__IdDri__0C85DE4D">
|
|
<AssociationSet Name="FK__DriversLi__IdDri__0C85DE4D" Association="Self.FK__DriversLi__IdDri__0C85DE4D">
|
|
<End Role="Drivers" EntitySet="Drivers" />
|
|
<End Role="Drivers" EntitySet="Drivers" />
|
|
@@ -198,7 +208,8 @@
|
|
<End Role="Drivers" EntitySet="Drivers" />
|
|
<End Role="Drivers" EntitySet="Drivers" />
|
|
</AssociationSet>
|
|
</AssociationSet>
|
|
</EntityContainer>
|
|
</EntityContainer>
|
|
- </Schema></edmx:StorageModels>
|
|
|
|
|
|
+ </Schema>
|
|
|
|
+ </edmx:StorageModels>
|
|
<!-- CSDL content -->
|
|
<!-- CSDL content -->
|
|
<edmx:ConceptualModels>
|
|
<edmx:ConceptualModels>
|
|
<Schema Namespace="gr692_gavModel" Alias="Self" annotation:UseStrongSpatialTypes="false" xmlns:annotation="http://schemas.microsoft.com/ado/2009/02/edm/annotation" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
|
|
<Schema Namespace="gr692_gavModel" Alias="Self" annotation:UseStrongSpatialTypes="false" xmlns:annotation="http://schemas.microsoft.com/ado/2009/02/edm/annotation" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
|
|
@@ -209,12 +220,12 @@
|
|
<Property Name="IdDispatcher" Type="Int32" Nullable="false" />
|
|
<Property Name="IdDispatcher" Type="Int32" Nullable="false" />
|
|
<Property Name="Login" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
<Property Name="Login" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
<Property Name="Password" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
<Property Name="Password" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
- <NavigationProperty Name="RouteList" Relationship="Self.FK__RouteList__IdRou__6383C8BA" FromRole="Dispatcher" ToRole="RouteList" />
|
|
|
|
- <Property Name="FName" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
- <Property Name="LName" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
- <Property Name="MName" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
|
+ <Property Name="FName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
+ <Property Name="LName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
+ <Property Name="MName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
<Property Name="Birthday" Type="DateTime" Nullable="false" Precision="0" />
|
|
<Property Name="Birthday" Type="DateTime" Nullable="false" Precision="0" />
|
|
- <Property Name="PhoneNumber" Type="String" Nullable="false" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
|
|
|
|
+ <Property Name="PhoneNumber" Type="String" MaxLength="10" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
+ <NavigationProperty Name="RouteList" Relationship="Self.FK__RouteList__IdRou__6383C8BA" FromRole="Dispatcher" ToRole="RouteList" />
|
|
</EntityType>
|
|
</EntityType>
|
|
<EntityType Name="Drivers">
|
|
<EntityType Name="Drivers">
|
|
<Key>
|
|
<Key>
|
|
@@ -272,12 +283,21 @@
|
|
<PropertyRef Name="IdRoute" />
|
|
<PropertyRef Name="IdRoute" />
|
|
</Key>
|
|
</Key>
|
|
<Property Name="IdRoute" Type="Int32" Nullable="false" />
|
|
<Property Name="IdRoute" Type="Int32" Nullable="false" />
|
|
- <Property Name="IdDriver" Type="Int32" Nullable="false" />
|
|
|
|
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
<NavigationProperty Name="DriversList" Relationship="Self.FK__DriversLi__IdRou__68487DD7" FromRole="Routes" ToRole="DriversList" />
|
|
<NavigationProperty Name="DriversList" Relationship="Self.FK__DriversLi__IdRou__68487DD7" FromRole="Routes" ToRole="DriversList" />
|
|
<NavigationProperty Name="PointsList" Relationship="Self.FK__PointsLis__IdRou__66603565" FromRole="Routes" ToRole="PointsList" />
|
|
<NavigationProperty Name="PointsList" Relationship="Self.FK__PointsLis__IdRou__66603565" FromRole="Routes" ToRole="PointsList" />
|
|
<NavigationProperty Name="RouteList" Relationship="Self.FK__RouteList__IdRou__628FA481" FromRole="Routes" ToRole="RouteList" />
|
|
<NavigationProperty Name="RouteList" Relationship="Self.FK__RouteList__IdRou__628FA481" FromRole="Routes" ToRole="RouteList" />
|
|
</EntityType>
|
|
</EntityType>
|
|
|
|
+ <EntityType Name="sysdiagrams">
|
|
|
|
+ <Key>
|
|
|
|
+ <PropertyRef Name="diagram_id" />
|
|
|
|
+ </Key>
|
|
|
|
+ <Property Name="name" Type="String" MaxLength="128" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
+ <Property Name="principal_id" Type="Int32" Nullable="false" />
|
|
|
|
+ <Property Name="diagram_id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
|
+ <Property Name="version" Type="Int32" />
|
|
|
|
+ <Property Name="definition" Type="Binary" MaxLength="Max" FixedLength="false" />
|
|
|
|
+ </EntityType>
|
|
<EntityType Name="Transport">
|
|
<EntityType Name="Transport">
|
|
<Key>
|
|
<Key>
|
|
<PropertyRef Name="IdTransport" />
|
|
<PropertyRef Name="IdTransport" />
|
|
@@ -371,7 +391,7 @@
|
|
</Dependent>
|
|
</Dependent>
|
|
</ReferentialConstraint>
|
|
</ReferentialConstraint>
|
|
</Association>
|
|
</Association>
|
|
- <EntityContainer Name="EDM" annotation:LazyLoadingEnabled="true">
|
|
|
|
|
|
+ <EntityContainer Name="gr692_gavEntities" annotation:LazyLoadingEnabled="true">
|
|
<EntitySet Name="Dispatcher" EntityType="Self.Dispatcher" />
|
|
<EntitySet Name="Dispatcher" EntityType="Self.Dispatcher" />
|
|
<EntitySet Name="Drivers" EntityType="Self.Drivers" />
|
|
<EntitySet Name="Drivers" EntityType="Self.Drivers" />
|
|
<EntitySet Name="DriversList" EntityType="Self.DriversList" />
|
|
<EntitySet Name="DriversList" EntityType="Self.DriversList" />
|
|
@@ -379,6 +399,7 @@
|
|
<EntitySet Name="PointsList" EntityType="Self.PointsList" />
|
|
<EntitySet Name="PointsList" EntityType="Self.PointsList" />
|
|
<EntitySet Name="RouteList" EntityType="Self.RouteList" />
|
|
<EntitySet Name="RouteList" EntityType="Self.RouteList" />
|
|
<EntitySet Name="Routes" EntityType="Self.Routes" />
|
|
<EntitySet Name="Routes" EntityType="Self.Routes" />
|
|
|
|
+ <EntitySet Name="sysdiagrams" EntityType="Self.sysdiagrams" />
|
|
<EntitySet Name="Transport" EntityType="Self.Transport" />
|
|
<EntitySet Name="Transport" EntityType="Self.Transport" />
|
|
<AssociationSet Name="FK__RouteList__IdRou__6383C8BA" Association="Self.FK__RouteList__IdRou__6383C8BA">
|
|
<AssociationSet Name="FK__RouteList__IdRou__6383C8BA" Association="Self.FK__RouteList__IdRou__6383C8BA">
|
|
<End Role="Dispatcher" EntitySet="Dispatcher" />
|
|
<End Role="Dispatcher" EntitySet="Dispatcher" />
|
|
@@ -413,89 +434,100 @@
|
|
</edmx:ConceptualModels>
|
|
</edmx:ConceptualModels>
|
|
<!-- C-S mapping content -->
|
|
<!-- C-S mapping content -->
|
|
<edmx:Mappings>
|
|
<edmx:Mappings>
|
|
- <Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
|
|
|
|
- <EntityContainerMapping StorageEntityContainer="gr692_gavModelStoreContainer" CdmEntityContainer="EDM">
|
|
|
|
- <EntitySetMapping Name="Dispatcher">
|
|
|
|
- <EntityTypeMapping TypeName="IsTypeOf(gr692_gavModel.Dispatcher)">
|
|
|
|
- <MappingFragment StoreEntitySet="Dispatcher">
|
|
|
|
- <ScalarProperty Name="PhoneNumber" ColumnName="PhoneNumber" />
|
|
|
|
- <ScalarProperty Name="Birthday" ColumnName="Birthday" />
|
|
|
|
- <ScalarProperty Name="MName" ColumnName="MName" />
|
|
|
|
- <ScalarProperty Name="LName" ColumnName="LName" />
|
|
|
|
|
|
+ <Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
|
|
|
|
+ <EntityContainerMapping StorageEntityContainer="Хранилище gr692_gavModelContainer" CdmEntityContainer="gr692_gavEntities">
|
|
|
|
+ <EntitySetMapping Name="Dispatcher">
|
|
|
|
+ <EntityTypeMapping TypeName="gr692_gavModel.Dispatcher">
|
|
|
|
+ <MappingFragment StoreEntitySet="Dispatcher">
|
|
|
|
+ <ScalarProperty Name="IdDispatcher" ColumnName="IdDispatcher" />
|
|
|
|
+ <ScalarProperty Name="Login" ColumnName="Login" />
|
|
|
|
+ <ScalarProperty Name="Password" ColumnName="Password" />
|
|
<ScalarProperty Name="FName" ColumnName="FName" />
|
|
<ScalarProperty Name="FName" ColumnName="FName" />
|
|
|
|
+ <ScalarProperty Name="LName" ColumnName="LName" />
|
|
|
|
+ <ScalarProperty Name="MName" ColumnName="MName" />
|
|
|
|
+ <ScalarProperty Name="Birthday" ColumnName="Birthday" />
|
|
|
|
+ <ScalarProperty Name="PhoneNumber" ColumnName="PhoneNumber" />
|
|
|
|
+ </MappingFragment>
|
|
|
|
+ </EntityTypeMapping>
|
|
|
|
+ </EntitySetMapping>
|
|
|
|
+ <EntitySetMapping Name="Drivers">
|
|
|
|
+ <EntityTypeMapping TypeName="gr692_gavModel.Drivers">
|
|
|
|
+ <MappingFragment StoreEntitySet="Drivers">
|
|
|
|
+ <ScalarProperty Name="IdDriver" ColumnName="IdDriver" />
|
|
|
|
+ <ScalarProperty Name="IdTransport" ColumnName="IdTransport" />
|
|
|
|
+ <ScalarProperty Name="Surname" ColumnName="Surname" />
|
|
|
|
+ <ScalarProperty Name="Name" ColumnName="Name" />
|
|
|
|
+ <ScalarProperty Name="Patronymic" ColumnName="Patronymic" />
|
|
|
|
+ </MappingFragment>
|
|
|
|
+ </EntityTypeMapping>
|
|
|
|
+ </EntitySetMapping>
|
|
|
|
+ <EntitySetMapping Name="DriversList">
|
|
|
|
+ <EntityTypeMapping TypeName="gr692_gavModel.DriversList">
|
|
|
|
+ <MappingFragment StoreEntitySet="DriversList">
|
|
|
|
+ <ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
|
+ <ScalarProperty Name="IdDriver" ColumnName="IdDriver" />
|
|
|
|
+ <ScalarProperty Name="IdRoute" ColumnName="IdRoute" />
|
|
|
|
+ </MappingFragment>
|
|
|
|
+ </EntityTypeMapping>
|
|
|
|
+ </EntitySetMapping>
|
|
|
|
+ <EntitySetMapping Name="Points">
|
|
|
|
+ <EntityTypeMapping TypeName="gr692_gavModel.Points">
|
|
|
|
+ <MappingFragment StoreEntitySet="Points">
|
|
|
|
+ <ScalarProperty Name="IdPoint" ColumnName="IdPoint" />
|
|
|
|
+ <ScalarProperty Name="Name" ColumnName="Name" />
|
|
|
|
+ <ScalarProperty Name="location" ColumnName="location" />
|
|
|
|
+ </MappingFragment>
|
|
|
|
+ </EntityTypeMapping>
|
|
|
|
+ </EntitySetMapping>
|
|
|
|
+ <EntitySetMapping Name="PointsList">
|
|
|
|
+ <EntityTypeMapping TypeName="gr692_gavModel.PointsList">
|
|
|
|
+ <MappingFragment StoreEntitySet="PointsList">
|
|
|
|
+ <ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
|
+ <ScalarProperty Name="IdPoint" ColumnName="IdPoint" />
|
|
|
|
+ <ScalarProperty Name="IdRoute" ColumnName="IdRoute" />
|
|
|
|
+ </MappingFragment>
|
|
|
|
+ </EntityTypeMapping>
|
|
|
|
+ </EntitySetMapping>
|
|
|
|
+ <EntitySetMapping Name="RouteList">
|
|
|
|
+ <EntityTypeMapping TypeName="gr692_gavModel.RouteList">
|
|
|
|
+ <MappingFragment StoreEntitySet="RouteList">
|
|
|
|
+ <ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
|
+ <ScalarProperty Name="IdRoute" ColumnName="IdRoute" />
|
|
<ScalarProperty Name="IdDispatcher" ColumnName="IdDispatcher" />
|
|
<ScalarProperty Name="IdDispatcher" ColumnName="IdDispatcher" />
|
|
- <ScalarProperty Name="Login" ColumnName="Login" />
|
|
|
|
- <ScalarProperty Name="Password" ColumnName="Password" />
|
|
|
|
- </MappingFragment>
|
|
|
|
- </EntityTypeMapping>
|
|
|
|
- </EntitySetMapping>
|
|
|
|
- <EntitySetMapping Name="Drivers">
|
|
|
|
- <EntityTypeMapping TypeName="IsTypeOf(gr692_gavModel.Drivers)">
|
|
|
|
- <MappingFragment StoreEntitySet="Drivers">
|
|
|
|
- <ScalarProperty Name="IdDriver" ColumnName="IdDriver" />
|
|
|
|
- <ScalarProperty Name="IdTransport" ColumnName="IdTransport" />
|
|
|
|
- <ScalarProperty Name="Surname" ColumnName="Surname" />
|
|
|
|
- <ScalarProperty Name="Name" ColumnName="Name" />
|
|
|
|
- <ScalarProperty Name="Patronymic" ColumnName="Patronymic" />
|
|
|
|
- </MappingFragment>
|
|
|
|
- </EntityTypeMapping>
|
|
|
|
- </EntitySetMapping>
|
|
|
|
- <EntitySetMapping Name="DriversList">
|
|
|
|
- <EntityTypeMapping TypeName="IsTypeOf(gr692_gavModel.DriversList)">
|
|
|
|
- <MappingFragment StoreEntitySet="DriversList">
|
|
|
|
- <ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
|
- <ScalarProperty Name="IdDriver" ColumnName="IdDriver" />
|
|
|
|
- <ScalarProperty Name="IdRoute" ColumnName="IdRoute" />
|
|
|
|
- </MappingFragment>
|
|
|
|
- </EntityTypeMapping>
|
|
|
|
- </EntitySetMapping>
|
|
|
|
- <EntitySetMapping Name="Points">
|
|
|
|
- <EntityTypeMapping TypeName="IsTypeOf(gr692_gavModel.Points)">
|
|
|
|
- <MappingFragment StoreEntitySet="Points">
|
|
|
|
- <ScalarProperty Name="IdPoint" ColumnName="IdPoint" />
|
|
|
|
- <ScalarProperty Name="Name" ColumnName="Name" />
|
|
|
|
- <ScalarProperty Name="location" ColumnName="location" />
|
|
|
|
- </MappingFragment>
|
|
|
|
- </EntityTypeMapping>
|
|
|
|
- </EntitySetMapping>
|
|
|
|
- <EntitySetMapping Name="PointsList">
|
|
|
|
- <EntityTypeMapping TypeName="IsTypeOf(gr692_gavModel.PointsList)">
|
|
|
|
- <MappingFragment StoreEntitySet="PointsList">
|
|
|
|
- <ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
|
- <ScalarProperty Name="IdPoint" ColumnName="IdPoint" />
|
|
|
|
- <ScalarProperty Name="IdRoute" ColumnName="IdRoute" />
|
|
|
|
- </MappingFragment>
|
|
|
|
- </EntityTypeMapping>
|
|
|
|
- </EntitySetMapping>
|
|
|
|
- <EntitySetMapping Name="RouteList">
|
|
|
|
- <EntityTypeMapping TypeName="IsTypeOf(gr692_gavModel.RouteList)">
|
|
|
|
- <MappingFragment StoreEntitySet="RouteList">
|
|
|
|
- <ScalarProperty Name="Id" ColumnName="Id" />
|
|
|
|
- <ScalarProperty Name="IdRoute" ColumnName="IdRoute" />
|
|
|
|
- <ScalarProperty Name="IdDispatcher" ColumnName="IdDispatcher" />
|
|
|
|
- </MappingFragment>
|
|
|
|
- </EntityTypeMapping>
|
|
|
|
- </EntitySetMapping>
|
|
|
|
- <EntitySetMapping Name="Routes">
|
|
|
|
- <EntityTypeMapping TypeName="IsTypeOf(gr692_gavModel.Routes)">
|
|
|
|
- <MappingFragment StoreEntitySet="Routes">
|
|
|
|
- <ScalarProperty Name="IdRoute" ColumnName="IdRoute" />
|
|
|
|
- <ScalarProperty Name="IdDriver" ColumnName="IdDriver" />
|
|
|
|
- <ScalarProperty Name="Name" ColumnName="Name" />
|
|
|
|
- </MappingFragment>
|
|
|
|
- </EntityTypeMapping>
|
|
|
|
- </EntitySetMapping>
|
|
|
|
- <EntitySetMapping Name="Transport">
|
|
|
|
- <EntityTypeMapping TypeName="IsTypeOf(gr692_gavModel.Transport)">
|
|
|
|
- <MappingFragment StoreEntitySet="Transport">
|
|
|
|
- <ScalarProperty Name="IdTransport" ColumnName="IdTransport" />
|
|
|
|
- <ScalarProperty Name="NameOfTransport" ColumnName="NameOfTransport" />
|
|
|
|
- <ScalarProperty Name="NumberPlate" ColumnName="NumberPlate" />
|
|
|
|
- </MappingFragment>
|
|
|
|
- </EntityTypeMapping>
|
|
|
|
- </EntitySetMapping>
|
|
|
|
- </EntityContainerMapping>
|
|
|
|
-</Mapping></edmx:Mappings>
|
|
|
|
|
|
+ </MappingFragment>
|
|
|
|
+ </EntityTypeMapping>
|
|
|
|
+ </EntitySetMapping>
|
|
|
|
+ <EntitySetMapping Name="Routes">
|
|
|
|
+ <EntityTypeMapping TypeName="gr692_gavModel.Routes">
|
|
|
|
+ <MappingFragment StoreEntitySet="Routes">
|
|
|
|
+ <ScalarProperty Name="IdRoute" ColumnName="IdRoute" />
|
|
|
|
+ <ScalarProperty Name="Name" ColumnName="Name" />
|
|
|
|
+ </MappingFragment>
|
|
|
|
+ </EntityTypeMapping>
|
|
|
|
+ </EntitySetMapping>
|
|
|
|
+ <EntitySetMapping Name="sysdiagrams">
|
|
|
|
+ <EntityTypeMapping TypeName="gr692_gavModel.sysdiagrams">
|
|
|
|
+ <MappingFragment StoreEntitySet="sysdiagrams">
|
|
|
|
+ <ScalarProperty Name="name" ColumnName="name" />
|
|
|
|
+ <ScalarProperty Name="principal_id" ColumnName="principal_id" />
|
|
|
|
+ <ScalarProperty Name="diagram_id" ColumnName="diagram_id" />
|
|
|
|
+ <ScalarProperty Name="version" ColumnName="version" />
|
|
|
|
+ <ScalarProperty Name="definition" ColumnName="definition" />
|
|
|
|
+ </MappingFragment>
|
|
|
|
+ </EntityTypeMapping>
|
|
|
|
+ </EntitySetMapping>
|
|
|
|
+ <EntitySetMapping Name="Transport">
|
|
|
|
+ <EntityTypeMapping TypeName="gr692_gavModel.Transport">
|
|
|
|
+ <MappingFragment StoreEntitySet="Transport">
|
|
|
|
+ <ScalarProperty Name="IdTransport" ColumnName="IdTransport" />
|
|
|
|
+ <ScalarProperty Name="NameOfTransport" ColumnName="NameOfTransport" />
|
|
|
|
+ <ScalarProperty Name="NumberPlate" ColumnName="NumberPlate" />
|
|
|
|
+ </MappingFragment>
|
|
|
|
+ </EntityTypeMapping>
|
|
|
|
+ </EntitySetMapping>
|
|
|
|
+ </EntityContainerMapping>
|
|
|
|
+ </Mapping>
|
|
|
|
+ </edmx:Mappings>
|
|
</edmx:Runtime>
|
|
</edmx:Runtime>
|
|
<!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
|
|
<!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
|
|
<Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
|
|
<Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
|
|
@@ -509,7 +541,7 @@
|
|
<DesignerProperty Name="ValidateOnBuild" Value="true" />
|
|
<DesignerProperty Name="ValidateOnBuild" Value="true" />
|
|
<DesignerProperty Name="EnablePluralization" Value="false" />
|
|
<DesignerProperty Name="EnablePluralization" Value="false" />
|
|
<DesignerProperty Name="IncludeForeignKeysInModel" Value="true" />
|
|
<DesignerProperty Name="IncludeForeignKeysInModel" Value="true" />
|
|
- <DesignerProperty Name="UseLegacyProvider" Value="False" />
|
|
|
|
|
|
+ <DesignerProperty Name="UseLegacyProvider" Value="false" />
|
|
<DesignerProperty Name="CodeGenerationStrategy" Value="Нет" />
|
|
<DesignerProperty Name="CodeGenerationStrategy" Value="Нет" />
|
|
</DesignerInfoPropertySet>
|
|
</DesignerInfoPropertySet>
|
|
</Options>
|
|
</Options>
|