123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474 |
- <?xml version="1.0" encoding="utf-8"?>
- <edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
- <!-- EF Runtime content -->
- <edmx:Runtime>
- <!-- SSDL content -->
- <edmx:StorageModels>
- <Schema Namespace="Хранилище Model" 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="Contracts">
- <Key>
- <PropertyRef Name="Код договора" />
- </Key>
- <Property Name="Код договора" Type="int" Nullable="false" />
- <Property Name="Номер договора" Type="int" />
- <Property Name="Код заказчика" Type="int" />
- <Property Name="Дата оформления договора" Type="date" />
- <Property Name="Код поставщика" Type="int" />
- </EntityType>
- <EntityType Name="Customer">
- <Key>
- <PropertyRef Name="Код заказчика" />
- </Key>
- <Property Name="Код заказчика" Type="int" Nullable="false" />
- <Property Name="Название заказчика" Type="nvarchar" MaxLength="4000" />
- <Property Name="Телефон" Type="nvarchar" MaxLength="30" />
- </EntityType>
- <EntityType Name="Flowers">
- <Key>
- <PropertyRef Name="Код цветка" />
- </Key>
- <Property Name="Код цветка" Type="int" Nullable="false" />
- <Property Name="Название цветка" Type="nvarchar" MaxLength="4000" />
- <Property Name="Цена рассады (руб.)" Type="money" />
- </EntityType>
- <!--Ошибки, обнаруженные при создании:
- предупреждение 6013: Первичный ключ в таблице или представлении "ГЕС№5.dbo.Orders" не определен, его не удалось вывести. Эта таблица или представление исключены. Чтобы использовать сущность, необходимо проверить схему, добавить правильные ключи и раскомментировать ее.
- <EntityType Name="Orders">
- <Property Name="Номер заказчика" Type="int" />
- <Property Name="Код цветка" Type="int" />
- <Property Name="Рассады (кол-во цветков)" Type="int" />
- </EntityType>-->
- <EntityType Name="Postav">
- <Key>
- <PropertyRef Name="Код поставщика" />
- </Key>
- <Property Name="Код поставщика" Type="int" Nullable="false" />
- <Property Name="Название поставщика" Type="nvarchar" MaxLength="4000" />
- <Property Name="Адрес поставщика" Type="nvarchar" MaxLength="4000" />
- </EntityType>
- <!--Ошибки, обнаруженные при создании:
- предупреждение 6002: В таблице или представлении "ГЕС№5.dbo.Postav_Flowers" не определен первичный ключ. Ключ был выведен, а определение таблицы или представления было создано в режиме только для чтения.-->
- <EntityType Name="Postav_Flowers">
- <Key>
- <PropertyRef Name="Код поставщика" />
- </Key>
- <Property Name="Код цветка" Type="int" />
- <Property Name="Название цветка" Type="nvarchar" MaxLength="4000" />
- <Property Name="Код поставщика" Type="int" Nullable="false" />
- <Property Name="Название поставщика" Type="nvarchar" MaxLength="4000" />
- </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>
- <Association Name="FK_Contracts_Customer">
- <End Role="Customer" Type="Self.Customer" Multiplicity="0..1" />
- <End Role="Contracts" Type="Self.Contracts" Multiplicity="*" />
- <ReferentialConstraint>
- <Principal Role="Customer">
- <PropertyRef Name="Код заказчика" />
- </Principal>
- <Dependent Role="Contracts">
- <PropertyRef Name="Код заказчика" />
- </Dependent>
- </ReferentialConstraint>
- </Association>
- <Association Name="FK_Contracts_Postav">
- <End Role="Postav" Type="Self.Postav" Multiplicity="0..1" />
- <End Role="Contracts" Type="Self.Contracts" Multiplicity="*" />
- <ReferentialConstraint>
- <Principal Role="Postav">
- <PropertyRef Name="Код поставщика" />
- </Principal>
- <Dependent Role="Contracts">
- <PropertyRef Name="Код поставщика" />
- </Dependent>
- </ReferentialConstraint>
- </Association>
- <!--Ошибки, обнаруженные при создании:
- ошибка 6004: Невозможно найти таблицу "ГЕС№5.dbo.Orders", на которую ссылается связь.
- <Association Name="FK_Orders_Flowers" />-->
- <Association Name="FK_Postav_Flowers_Flowers">
- <End Role="Flowers" Type="Self.Flowers" Multiplicity="0..1" />
- <End Role="Postav_Flowers" Type="Self.Postav_Flowers" Multiplicity="*" />
- <ReferentialConstraint>
- <Principal Role="Flowers">
- <PropertyRef Name="Код цветка" />
- </Principal>
- <Dependent Role="Postav_Flowers">
- <PropertyRef Name="Код цветка" />
- </Dependent>
- </ReferentialConstraint>
- </Association>
- <Association Name="FK_Postav_Flowers_Postav">
- <End Role="Postav" Type="Self.Postav" Multiplicity="1" />
- <End Role="Postav_Flowers" Type="Self.Postav_Flowers" Multiplicity="0..1" />
- <ReferentialConstraint>
- <Principal Role="Postav">
- <PropertyRef Name="Код поставщика" />
- </Principal>
- <Dependent Role="Postav_Flowers">
- <PropertyRef Name="Код поставщика" />
- </Dependent>
- </ReferentialConstraint>
- </Association>
- <Function Name="fn_diagramobjects" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="true" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo" ReturnType="int" />
- <Function Name="sp_alterdiagram" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="diagramname" Type="nvarchar" Mode="In" />
- <Parameter Name="owner_id" Type="int" Mode="In" />
- <Parameter Name="version" Type="int" Mode="In" />
- <Parameter Name="definition" Type="varbinary(max)" Mode="In" />
- </Function>
- <Function Name="sp_creatediagram" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="diagramname" Type="nvarchar" Mode="In" />
- <Parameter Name="owner_id" Type="int" Mode="In" />
- <Parameter Name="version" Type="int" Mode="In" />
- <Parameter Name="definition" Type="varbinary(max)" Mode="In" />
- </Function>
- <Function Name="sp_dropdiagram" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="diagramname" Type="nvarchar" Mode="In" />
- <Parameter Name="owner_id" Type="int" Mode="In" />
- </Function>
- <Function Name="sp_helpdiagramdefinition" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="diagramname" Type="nvarchar" Mode="In" />
- <Parameter Name="owner_id" Type="int" Mode="In" />
- </Function>
- <Function Name="sp_helpdiagrams" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="diagramname" Type="nvarchar" Mode="In" />
- <Parameter Name="owner_id" Type="int" Mode="In" />
- </Function>
- <Function Name="sp_renamediagram" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
- <Parameter Name="diagramname" Type="nvarchar" Mode="In" />
- <Parameter Name="owner_id" Type="int" Mode="In" />
- <Parameter Name="new_diagramname" Type="nvarchar" Mode="In" />
- </Function>
- <Function Name="sp_upgraddiagrams" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo" />
- <EntityContainer Name="Хранилище ModelContainer">
- <EntitySet Name="Contracts" EntityType="Self.Contracts" Schema="dbo" store:Type="Tables" />
- <EntitySet Name="Customer" EntityType="Self.Customer" Schema="dbo" store:Type="Tables" />
- <EntitySet Name="Flowers" EntityType="Self.Flowers" Schema="dbo" store:Type="Tables" />
- <EntitySet Name="Postav" EntityType="Self.Postav" Schema="dbo" store:Type="Tables" />
- <EntitySet Name="sysdiagrams" EntityType="Self.sysdiagrams" Schema="dbo" store:Type="Tables" />
- <EntitySet Name="Postav_Flowers" EntityType="Self.Postav_Flowers" store:Type="Tables" store:Schema="dbo">
- <DefiningQuery>SELECT
- [Postav_Flowers].[Код цветка] AS [Код цветка],
- [Postav_Flowers].[Название цветка] AS [Название цветка],
- [Postav_Flowers].[Код поставщика] AS [Код поставщика],
- [Postav_Flowers].[Название поставщика] AS [Название поставщика]
- FROM [dbo].[Postav_Flowers] AS [Postav_Flowers]</DefiningQuery>
- </EntitySet>
- <AssociationSet Name="FK_Contracts_Customer" Association="Self.FK_Contracts_Customer">
- <End Role="Customer" EntitySet="Customer" />
- <End Role="Contracts" EntitySet="Contracts" />
- </AssociationSet>
- <AssociationSet Name="FK_Contracts_Postav" Association="Self.FK_Contracts_Postav">
- <End Role="Postav" EntitySet="Postav" />
- <End Role="Contracts" EntitySet="Contracts" />
- </AssociationSet>
- <AssociationSet Name="FK_Postav_Flowers_Flowers" Association="Self.FK_Postav_Flowers_Flowers">
- <End Role="Flowers" EntitySet="Flowers" />
- <End Role="Postav_Flowers" EntitySet="Postav_Flowers" />
- </AssociationSet>
- <AssociationSet Name="FK_Postav_Flowers_Postav" Association="Self.FK_Postav_Flowers_Postav">
- <End Role="Postav" EntitySet="Postav" />
- <End Role="Postav_Flowers" EntitySet="Postav_Flowers" />
- </AssociationSet>
- </EntityContainer>
- </Schema>
- </edmx:StorageModels>
- <!-- CSDL content -->
- <edmx:ConceptualModels>
- <Schema Namespace="Model" 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">
- <EntityType Name="Contracts">
- <Key>
- <PropertyRef Name="Код_договора" />
- </Key>
- <Property Name="Код_договора" Type="Int32" Nullable="false" />
- <Property Name="Номер_договора" Type="Int32" />
- <Property Name="Код_заказчика" Type="Int32" />
- <Property Name="Дата_оформления_договора" Type="DateTime" Precision="0" />
- <Property Name="Код_поставщика" Type="Int32" />
- <NavigationProperty Name="Customer" Relationship="Self.FK_Contracts_Customer" FromRole="Contracts" ToRole="Customer" />
- <NavigationProperty Name="Postav" Relationship="Self.FK_Contracts_Postav" FromRole="Contracts" ToRole="Postav" />
- </EntityType>
- <EntityType Name="Customer">
- <Key>
- <PropertyRef Name="Код_заказчика" />
- </Key>
- <Property Name="Код_заказчика" Type="Int32" Nullable="false" />
- <Property Name="Название_заказчика" Type="String" MaxLength="4000" FixedLength="false" Unicode="true" />
- <Property Name="Телефон" Type="String" MaxLength="30" FixedLength="false" Unicode="true" />
- <NavigationProperty Name="Contracts" Relationship="Self.FK_Contracts_Customer" FromRole="Customer" ToRole="Contracts" />
- </EntityType>
- <EntityType Name="Flowers">
- <Key>
- <PropertyRef Name="Код_цветка" />
- </Key>
- <Property Name="Код_цветка" Type="Int32" Nullable="false" />
- <Property Name="Название_цветка" Type="String" MaxLength="4000" FixedLength="false" Unicode="true" />
- <Property Name="Цена_рассады__руб__" Type="Decimal" Precision="19" Scale="4" />
- <NavigationProperty Name="Postav_Flowers" Relationship="Self.FK_Postav_Flowers_Flowers" FromRole="Flowers" ToRole="Postav_Flowers" />
- </EntityType>
- <EntityType Name="Postav">
- <Key>
- <PropertyRef Name="Код_поставщика" />
- </Key>
- <Property Name="Код_поставщика" Type="Int32" Nullable="false" />
- <Property Name="Название_поставщика" Type="String" MaxLength="4000" FixedLength="false" Unicode="true" />
- <Property Name="Адрес_поставщика" Type="String" MaxLength="4000" FixedLength="false" Unicode="true" />
- <NavigationProperty Name="Contracts" Relationship="Self.FK_Contracts_Postav" FromRole="Postav" ToRole="Contracts" />
- <NavigationProperty Name="Postav_Flowers" Relationship="Self.FK_Postav_Flowers_Postav" FromRole="Postav" ToRole="Postav_Flowers" />
- </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="Postav_Flowers">
- <Key>
- <PropertyRef Name="Код_поставщика" />
- </Key>
- <Property Name="Код_цветка" Type="Int32" />
- <Property Name="Название_цветка" Type="String" MaxLength="4000" FixedLength="false" Unicode="true" />
- <Property Name="Код_поставщика" Type="Int32" Nullable="false" />
- <Property Name="Название_поставщика" Type="String" MaxLength="4000" FixedLength="false" Unicode="true" />
- <NavigationProperty Name="Flowers" Relationship="Self.FK_Postav_Flowers_Flowers" FromRole="Postav_Flowers" ToRole="Flowers" />
- <NavigationProperty Name="Postav" Relationship="Self.FK_Postav_Flowers_Postav" FromRole="Postav_Flowers" ToRole="Postav" />
- </EntityType>
- <Association Name="FK_Contracts_Customer">
- <End Role="Customer" Type="Self.Customer" Multiplicity="0..1" />
- <End Role="Contracts" Type="Self.Contracts" Multiplicity="*" />
- <ReferentialConstraint>
- <Principal Role="Customer">
- <PropertyRef Name="Код_заказчика" />
- </Principal>
- <Dependent Role="Contracts">
- <PropertyRef Name="Код_заказчика" />
- </Dependent>
- </ReferentialConstraint>
- </Association>
- <Association Name="FK_Contracts_Postav">
- <End Role="Postav" Type="Self.Postav" Multiplicity="0..1" />
- <End Role="Contracts" Type="Self.Contracts" Multiplicity="*" />
- <ReferentialConstraint>
- <Principal Role="Postav">
- <PropertyRef Name="Код_поставщика" />
- </Principal>
- <Dependent Role="Contracts">
- <PropertyRef Name="Код_поставщика" />
- </Dependent>
- </ReferentialConstraint>
- </Association>
- <Association Name="FK_Postav_Flowers_Flowers">
- <End Role="Flowers" Type="Self.Flowers" Multiplicity="0..1" />
- <End Role="Postav_Flowers" Type="Self.Postav_Flowers" Multiplicity="*" />
- <ReferentialConstraint>
- <Principal Role="Flowers">
- <PropertyRef Name="Код_цветка" />
- </Principal>
- <Dependent Role="Postav_Flowers">
- <PropertyRef Name="Код_цветка" />
- </Dependent>
- </ReferentialConstraint>
- </Association>
- <Association Name="FK_Postav_Flowers_Postav">
- <End Role="Postav" Type="Self.Postav" Multiplicity="1" />
- <End Role="Postav_Flowers" Type="Self.Postav_Flowers" Multiplicity="0..1" />
- <ReferentialConstraint>
- <Principal Role="Postav">
- <PropertyRef Name="Код_поставщика" />
- </Principal>
- <Dependent Role="Postav_Flowers">
- <PropertyRef Name="Код_поставщика" />
- </Dependent>
- </ReferentialConstraint>
- </Association>
- <EntityContainer Name="Entities" annotation:LazyLoadingEnabled="true">
- <EntitySet Name="Contracts" EntityType="Self.Contracts" />
- <EntitySet Name="Customer" EntityType="Self.Customer" />
- <EntitySet Name="Flowers" EntityType="Self.Flowers" />
- <EntitySet Name="Postav" EntityType="Self.Postav" />
- <EntitySet Name="sysdiagrams" EntityType="Self.sysdiagrams" />
- <EntitySet Name="Postav_Flowers" EntityType="Self.Postav_Flowers" />
- <AssociationSet Name="FK_Contracts_Customer" Association="Self.FK_Contracts_Customer">
- <End Role="Customer" EntitySet="Customer" />
- <End Role="Contracts" EntitySet="Contracts" />
- </AssociationSet>
- <AssociationSet Name="FK_Contracts_Postav" Association="Self.FK_Contracts_Postav">
- <End Role="Postav" EntitySet="Postav" />
- <End Role="Contracts" EntitySet="Contracts" />
- </AssociationSet>
- <AssociationSet Name="FK_Postav_Flowers_Flowers" Association="Self.FK_Postav_Flowers_Flowers">
- <End Role="Flowers" EntitySet="Flowers" />
- <End Role="Postav_Flowers" EntitySet="Postav_Flowers" />
- </AssociationSet>
- <AssociationSet Name="FK_Postav_Flowers_Postav" Association="Self.FK_Postav_Flowers_Postav">
- <End Role="Postav" EntitySet="Postav" />
- <End Role="Postav_Flowers" EntitySet="Postav_Flowers" />
- </AssociationSet>
- <FunctionImport Name="sp_alterdiagram">
- <Parameter Name="diagramname" Mode="In" Type="String" />
- <Parameter Name="owner_id" Mode="In" Type="Int32" />
- <Parameter Name="version" Mode="In" Type="Int32" />
- <Parameter Name="definition" Mode="In" Type="Binary" />
- </FunctionImport>
- <FunctionImport Name="sp_creatediagram">
- <Parameter Name="diagramname" Mode="In" Type="String" />
- <Parameter Name="owner_id" Mode="In" Type="Int32" />
- <Parameter Name="version" Mode="In" Type="Int32" />
- <Parameter Name="definition" Mode="In" Type="Binary" />
- </FunctionImport>
- <FunctionImport Name="sp_dropdiagram">
- <Parameter Name="diagramname" Mode="In" Type="String" />
- <Parameter Name="owner_id" Mode="In" Type="Int32" />
- </FunctionImport>
- <FunctionImport Name="sp_helpdiagramdefinition" ReturnType="Collection(Model.sp_helpdiagramdefinition_Result)">
- <Parameter Name="diagramname" Mode="In" Type="String" />
- <Parameter Name="owner_id" Mode="In" Type="Int32" />
- </FunctionImport>
- <FunctionImport Name="sp_helpdiagrams" ReturnType="Collection(Model.sp_helpdiagrams_Result)">
- <Parameter Name="diagramname" Mode="In" Type="String" />
- <Parameter Name="owner_id" Mode="In" Type="Int32" />
- </FunctionImport>
- <FunctionImport Name="sp_renamediagram">
- <Parameter Name="diagramname" Mode="In" Type="String" />
- <Parameter Name="owner_id" Mode="In" Type="Int32" />
- <Parameter Name="new_diagramname" Mode="In" Type="String" />
- </FunctionImport>
- <FunctionImport Name="sp_upgraddiagrams" />
- </EntityContainer>
- <ComplexType Name="sp_helpdiagramdefinition_Result">
- <Property Type="Int32" Name="version" Nullable="true" />
- <Property Type="Binary" Name="definition" Nullable="true" />
- </ComplexType>
- <ComplexType Name="sp_helpdiagrams_Result">
- <Property Type="String" Name="Database" Nullable="true" MaxLength="128" />
- <Property Type="String" Name="Name" Nullable="false" MaxLength="128" />
- <Property Type="Int32" Name="ID" Nullable="false" />
- <Property Type="String" Name="Owner" Nullable="true" MaxLength="128" />
- <Property Type="Int32" Name="OwnerID" Nullable="false" />
- </ComplexType>
- </Schema>
- </edmx:ConceptualModels>
- <!-- C-S mapping content -->
- <edmx:Mappings>
- <Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
- <EntityContainerMapping StorageEntityContainer="Хранилище ModelContainer" CdmEntityContainer="Entities">
- <EntitySetMapping Name="Contracts">
- <EntityTypeMapping TypeName="Model.Contracts">
- <MappingFragment StoreEntitySet="Contracts">
- <ScalarProperty Name="Код_договора" ColumnName="Код договора" />
- <ScalarProperty Name="Номер_договора" ColumnName="Номер договора" />
- <ScalarProperty Name="Код_заказчика" ColumnName="Код заказчика" />
- <ScalarProperty Name="Дата_оформления_договора" ColumnName="Дата оформления договора" />
- <ScalarProperty Name="Код_поставщика" ColumnName="Код поставщика" />
- </MappingFragment>
- </EntityTypeMapping>
- </EntitySetMapping>
- <EntitySetMapping Name="Customer">
- <EntityTypeMapping TypeName="Model.Customer">
- <MappingFragment StoreEntitySet="Customer">
- <ScalarProperty Name="Код_заказчика" ColumnName="Код заказчика" />
- <ScalarProperty Name="Название_заказчика" ColumnName="Название заказчика" />
- <ScalarProperty Name="Телефон" ColumnName="Телефон" />
- </MappingFragment>
- </EntityTypeMapping>
- </EntitySetMapping>
- <EntitySetMapping Name="Flowers">
- <EntityTypeMapping TypeName="Model.Flowers">
- <MappingFragment StoreEntitySet="Flowers">
- <ScalarProperty Name="Код_цветка" ColumnName="Код цветка" />
- <ScalarProperty Name="Название_цветка" ColumnName="Название цветка" />
- <ScalarProperty Name="Цена_рассады__руб__" ColumnName="Цена рассады (руб.)" />
- </MappingFragment>
- </EntityTypeMapping>
- </EntitySetMapping>
- <EntitySetMapping Name="Postav">
- <EntityTypeMapping TypeName="Model.Postav">
- <MappingFragment StoreEntitySet="Postav">
- <ScalarProperty Name="Код_поставщика" ColumnName="Код поставщика" />
- <ScalarProperty Name="Название_поставщика" ColumnName="Название поставщика" />
- <ScalarProperty Name="Адрес_поставщика" ColumnName="Адрес поставщика" />
- </MappingFragment>
- </EntityTypeMapping>
- </EntitySetMapping>
- <EntitySetMapping Name="sysdiagrams">
- <EntityTypeMapping TypeName="Model.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="Postav_Flowers">
- <EntityTypeMapping TypeName="Model.Postav_Flowers">
- <MappingFragment StoreEntitySet="Postav_Flowers">
- <ScalarProperty Name="Код_цветка" ColumnName="Код цветка" />
- <ScalarProperty Name="Название_цветка" ColumnName="Название цветка" />
- <ScalarProperty Name="Код_поставщика" ColumnName="Код поставщика" />
- <ScalarProperty Name="Название_поставщика" ColumnName="Название поставщика" />
- </MappingFragment>
- </EntityTypeMapping>
- </EntitySetMapping>
- <FunctionImportMapping FunctionImportName="sp_alterdiagram" FunctionName="Хранилище Model.sp_alterdiagram" />
- <FunctionImportMapping FunctionImportName="sp_creatediagram" FunctionName="Хранилище Model.sp_creatediagram" />
- <FunctionImportMapping FunctionImportName="sp_dropdiagram" FunctionName="Хранилище Model.sp_dropdiagram" />
- <FunctionImportMapping FunctionImportName="sp_helpdiagramdefinition" FunctionName="Хранилище Model.sp_helpdiagramdefinition">
- <ResultMapping>
- <ComplexTypeMapping TypeName="Model.sp_helpdiagramdefinition_Result">
- <ScalarProperty Name="version" ColumnName="version" />
- <ScalarProperty Name="definition" ColumnName="definition" />
- </ComplexTypeMapping>
- </ResultMapping>
- </FunctionImportMapping>
- <FunctionImportMapping FunctionImportName="sp_helpdiagrams" FunctionName="Хранилище Model.sp_helpdiagrams">
- <ResultMapping>
- <ComplexTypeMapping TypeName="Model.sp_helpdiagrams_Result">
- <ScalarProperty Name="Database" ColumnName="Database" />
- <ScalarProperty Name="Name" ColumnName="Name" />
- <ScalarProperty Name="ID" ColumnName="ID" />
- <ScalarProperty Name="Owner" ColumnName="Owner" />
- <ScalarProperty Name="OwnerID" ColumnName="OwnerID" />
- </ComplexTypeMapping>
- </ResultMapping>
- </FunctionImportMapping>
- <FunctionImportMapping FunctionImportName="sp_renamediagram" FunctionName="Хранилище Model.sp_renamediagram" />
- <FunctionImportMapping FunctionImportName="sp_upgraddiagrams" FunctionName="Хранилище Model.sp_upgraddiagrams" />
- </EntityContainerMapping>
- </Mapping>
- </edmx:Mappings>
- </edmx:Runtime>
- <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
- <Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
- <Connection>
- <DesignerInfoPropertySet>
- <DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" />
- </DesignerInfoPropertySet>
- </Connection>
- <Options>
- <DesignerInfoPropertySet>
- <DesignerProperty Name="ValidateOnBuild" Value="true" />
- <DesignerProperty Name="EnablePluralization" Value="false" />
- <DesignerProperty Name="IncludeForeignKeysInModel" Value="true" />
- <DesignerProperty Name="UseLegacyProvider" Value="false" />
- <DesignerProperty Name="CodeGenerationStrategy" Value="Нет" />
- </DesignerInfoPropertySet>
- </Options>
- <!-- Diagram content (shape and connector positions) -->
- <Diagrams></Diagrams>
- </Designer>
- </edmx:Edmx>
|