123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628 |
- <?xml version="1.0" encoding="utf-8"?>
- <xs:schema id="Bd_EmelyanovDataSet" targetNamespace="http://tempuri.org/Bd_EmelyanovDataSet.xsd" xmlns:mstns="http://tempuri.org/Bd_EmelyanovDataSet.xsd" xmlns="http://tempuri.org/Bd_EmelyanovDataSet.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
- <xs:annotation>
- <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
- <DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
- <Connections>
- <Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="Bd_EmelyanovConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="Bd_EmelyanovConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.WindowsFormsApp1.Properties.Settings.GlobalReference.Default.Bd_EmelyanovConnectionString" Provider="System.Data.SqlClient" />
- </Connections>
- <Tables>
- <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ЗаказыTableAdapter" GeneratorDataComponentClassName="ЗаказыTableAdapter" Name="Заказы" UserDataComponentName="ЗаказыTableAdapter">
- <MainSource>
- <DbSource ConnectionRef="Bd_EmelyanovConnectionString (Settings)" DbObjectName="Bd_Emelyanov.dbo.Заказы" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
- <DeleteCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>DELETE FROM [dbo].[Заказы] WHERE (([Код_Заказа] = @Original_Код_Заказа) AND ((@IsNull_Дата_Размещения = 1 AND [Дата_Размещения] IS NULL) OR ([Дата_Размещения] = @Original_Дата_Размещения)) AND ((@IsNull_Дата_Исполнения = 1 AND [Дата_Исполнения] IS NULL) OR ([Дата_Исполнения] = @Original_Дата_Исполнения)) AND ((@IsNull_Код_Сотрудника = 1 AND [Код_Сотрудника] IS NULL) OR ([Код_Сотрудника] = @Original_Код_Сотрудника)) AND ((@IsNull_Код_Товара = 1 AND [Код_Товара] IS NULL) OR ([Код_Товара] = @Original_Код_Товара)) AND ((@IsNull_Код_Клиента = 1 AND [Код_Клиента] IS NULL) OR ([Код_Клиента] = @Original_Код_Клиента)))</CommandText>
- <Parameters>
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Заказа" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Заказа" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Дата_Размещения" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Дата_Размещения" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Дата_Размещения" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Дата_Размещения" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Дата_Исполнения" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Дата_Исполнения" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Дата_Исполнения" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Дата_Исполнения" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Код_Сотрудника" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Сотрудника" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Сотрудника" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Сотрудника" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Код_Товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Товара" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Товара" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Код_Клиента" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Клиента" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Клиента" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Клиента" SourceColumnNullMapping="false" SourceVersion="Original" />
- </Parameters>
- </DbCommand>
- </DeleteCommand>
- <InsertCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>INSERT INTO [dbo].[Заказы] ([Код_Заказа], [Дата_Размещения], [Дата_Исполнения], [Код_Сотрудника], [Код_Товара], [Код_Клиента]) VALUES (@Код_Заказа, @Дата_Размещения, @Дата_Исполнения, @Код_Сотрудника, @Код_Товара, @Код_Клиента);
- SELECT Код_Заказа, Дата_Размещения, Дата_Исполнения, Код_Сотрудника, Код_Товара, Код_Клиента FROM Заказы WHERE (Код_Заказа = @Код_Заказа)</CommandText>
- <Parameters>
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Заказа" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Заказа" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Дата_Размещения" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Дата_Размещения" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Дата_Исполнения" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Дата_Исполнения" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Сотрудника" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Сотрудника" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Товара" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Клиента" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Клиента" SourceColumnNullMapping="false" SourceVersion="Current" />
- </Parameters>
- </DbCommand>
- </InsertCommand>
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT Код_Заказа, Дата_Размещения, Дата_Исполнения, Код_Сотрудника, Код_Товара, Код_Клиента FROM dbo.Заказы</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- <UpdateCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>UPDATE [dbo].[Заказы] SET [Код_Заказа] = @Код_Заказа, [Дата_Размещения] = @Дата_Размещения, [Дата_Исполнения] = @Дата_Исполнения, [Код_Сотрудника] = @Код_Сотрудника, [Код_Товара] = @Код_Товара, [Код_Клиента] = @Код_Клиента WHERE (([Код_Заказа] = @Original_Код_Заказа) AND ((@IsNull_Дата_Размещения = 1 AND [Дата_Размещения] IS NULL) OR ([Дата_Размещения] = @Original_Дата_Размещения)) AND ((@IsNull_Дата_Исполнения = 1 AND [Дата_Исполнения] IS NULL) OR ([Дата_Исполнения] = @Original_Дата_Исполнения)) AND ((@IsNull_Код_Сотрудника = 1 AND [Код_Сотрудника] IS NULL) OR ([Код_Сотрудника] = @Original_Код_Сотрудника)) AND ((@IsNull_Код_Товара = 1 AND [Код_Товара] IS NULL) OR ([Код_Товара] = @Original_Код_Товара)) AND ((@IsNull_Код_Клиента = 1 AND [Код_Клиента] IS NULL) OR ([Код_Клиента] = @Original_Код_Клиента)));
- SELECT Код_Заказа, Дата_Размещения, Дата_Исполнения, Код_Сотрудника, Код_Товара, Код_Клиента FROM Заказы WHERE (Код_Заказа = @Код_Заказа)</CommandText>
- <Parameters>
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Заказа" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Заказа" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Дата_Размещения" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Дата_Размещения" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Дата_Исполнения" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Дата_Исполнения" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Сотрудника" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Сотрудника" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Товара" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Клиента" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Клиента" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Заказа" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Заказа" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Дата_Размещения" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Дата_Размещения" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Дата_Размещения" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Дата_Размещения" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Дата_Исполнения" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Дата_Исполнения" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Дата_Исполнения" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Дата_Исполнения" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Код_Сотрудника" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Сотрудника" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Сотрудника" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Сотрудника" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Код_Товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Товара" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Товара" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Код_Клиента" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Клиента" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Клиента" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Клиента" SourceColumnNullMapping="false" SourceVersion="Original" />
- </Parameters>
- </DbCommand>
- </UpdateCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <Mapping SourceColumn="Код_Заказа" DataSetColumn="Код_Заказа" />
- <Mapping SourceColumn="Дата_Размещения" DataSetColumn="Дата_Размещения" />
- <Mapping SourceColumn="Дата_Исполнения" DataSetColumn="Дата_Исполнения" />
- <Mapping SourceColumn="Код_Сотрудника" DataSetColumn="Код_Сотрудника" />
- <Mapping SourceColumn="Код_Товара" DataSetColumn="Код_Товара" />
- <Mapping SourceColumn="Код_Клиента" DataSetColumn="Код_Клиента" />
- </Mappings>
- <Sources />
- </TableAdapter>
- <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="КлиентыTableAdapter" GeneratorDataComponentClassName="КлиентыTableAdapter" Name="Клиенты" UserDataComponentName="КлиентыTableAdapter">
- <MainSource>
- <DbSource ConnectionRef="Bd_EmelyanovConnectionString (Settings)" DbObjectName="Bd_Emelyanov.dbo.Клиенты" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
- <DeleteCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>DELETE FROM [dbo].[Клиенты] WHERE (([Код_Клиента] = @Original_Код_Клиента) AND ((@IsNull_ФИО = 1 AND [ФИО] IS NULL) OR ([ФИО] = @Original_ФИО)) AND ((@IsNull_Алрес = 1 AND [Алрес] IS NULL) OR ([Алрес] = @Original_Алрес)) AND ((@IsNull_Телефон = 1 AND [Телефон] IS NULL) OR ([Телефон] = @Original_Телефон)))</CommandText>
- <Parameters>
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Клиента" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Клиента" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ФИО" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ФИО" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Алрес" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Алрес" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Алрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Алрес" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Телефон" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Телефон" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Телефон" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Телефон" SourceColumnNullMapping="false" SourceVersion="Original" />
- </Parameters>
- </DbCommand>
- </DeleteCommand>
- <InsertCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>INSERT INTO [dbo].[Клиенты] ([Код_Клиента], [ФИО], [Алрес], [Телефон]) VALUES (@Код_Клиента, @ФИО, @Алрес, @Телефон);
- SELECT Код_Клиента, ФИО, Алрес, Телефон FROM Клиенты WHERE (Код_Клиента = @Код_Клиента)</CommandText>
- <Parameters>
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Клиента" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Клиента" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ФИО" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Алрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Алрес" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Телефон" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Телефон" SourceColumnNullMapping="false" SourceVersion="Current" />
- </Parameters>
- </DbCommand>
- </InsertCommand>
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT Код_Клиента, ФИО, Алрес, Телефон FROM dbo.Клиенты</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- <UpdateCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>UPDATE [dbo].[Клиенты] SET [Код_Клиента] = @Код_Клиента, [ФИО] = @ФИО, [Алрес] = @Алрес, [Телефон] = @Телефон WHERE (([Код_Клиента] = @Original_Код_Клиента) AND ((@IsNull_ФИО = 1 AND [ФИО] IS NULL) OR ([ФИО] = @Original_ФИО)) AND ((@IsNull_Алрес = 1 AND [Алрес] IS NULL) OR ([Алрес] = @Original_Алрес)) AND ((@IsNull_Телефон = 1 AND [Телефон] IS NULL) OR ([Телефон] = @Original_Телефон)));
- SELECT Код_Клиента, ФИО, Алрес, Телефон FROM Клиенты WHERE (Код_Клиента = @Код_Клиента)</CommandText>
- <Parameters>
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Клиента" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Клиента" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ФИО" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Алрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Алрес" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Телефон" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Телефон" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Клиента" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Клиента" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ФИО" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ФИО" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Алрес" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Алрес" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Алрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Алрес" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Телефон" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Телефон" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Телефон" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Телефон" SourceColumnNullMapping="false" SourceVersion="Original" />
- </Parameters>
- </DbCommand>
- </UpdateCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <Mapping SourceColumn="Код_Клиента" DataSetColumn="Код_Клиента" />
- <Mapping SourceColumn="ФИО" DataSetColumn="ФИО" />
- <Mapping SourceColumn="Алрес" DataSetColumn="Алрес" />
- <Mapping SourceColumn="Телефон" DataSetColumn="Телефон" />
- </Mappings>
- <Sources />
- </TableAdapter>
- <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ПоставкаTableAdapter" GeneratorDataComponentClassName="ПоставкаTableAdapter" Name="Поставка" UserDataComponentName="ПоставкаTableAdapter">
- <MainSource>
- <DbSource ConnectionRef="Bd_EmelyanovConnectionString (Settings)" DbObjectName="Bd_Emelyanov.dbo.Поставка" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
- <DeleteCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>DELETE FROM [dbo].[Поставка] WHERE (([Код_Поставки] = @Original_Код_Поставки) AND ((@IsNull_Дата_Поставки = 1 AND [Дата_Поставки] IS NULL) OR ([Дата_Поставки] = @Original_Дата_Поставки)) AND ((@IsNull_Код_Поставщика = 1 AND [Код_Поставщика] IS NULL) OR ([Код_Поставщика] = @Original_Код_Поставщика)))</CommandText>
- <Parameters>
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставки" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Дата_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Дата_Поставки" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_Дата_Поставки" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_Поставки" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Код_Поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставщика" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставщика" SourceColumnNullMapping="false" SourceVersion="Original" />
- </Parameters>
- </DbCommand>
- </DeleteCommand>
- <InsertCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>INSERT INTO [dbo].[Поставка] ([Код_Поставки], [Дата_Поставки], [Код_Поставщика]) VALUES (@Код_Поставки, @Дата_Поставки, @Код_Поставщика);
- SELECT Код_Поставки, Дата_Поставки, Код_Поставщика FROM Поставка WHERE (Код_Поставки = @Код_Поставки)</CommandText>
- <Parameters>
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставки" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Дата_Поставки" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_Поставки" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставщика" SourceColumnNullMapping="false" SourceVersion="Current" />
- </Parameters>
- </DbCommand>
- </InsertCommand>
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT Код_Поставки, Дата_Поставки, Код_Поставщика FROM dbo.Поставка</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- <UpdateCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>UPDATE [dbo].[Поставка] SET [Код_Поставки] = @Код_Поставки, [Дата_Поставки] = @Дата_Поставки, [Код_Поставщика] = @Код_Поставщика WHERE (([Код_Поставки] = @Original_Код_Поставки) AND ((@IsNull_Дата_Поставки = 1 AND [Дата_Поставки] IS NULL) OR ([Дата_Поставки] = @Original_Дата_Поставки)) AND ((@IsNull_Код_Поставщика = 1 AND [Код_Поставщика] IS NULL) OR ([Код_Поставщика] = @Original_Код_Поставщика)));
- SELECT Код_Поставки, Дата_Поставки, Код_Поставщика FROM Поставка WHERE (Код_Поставки = @Код_Поставки)</CommandText>
- <Parameters>
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставки" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Дата_Поставки" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_Поставки" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставщика" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставки" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Дата_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Дата_Поставки" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_Дата_Поставки" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_Поставки" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Код_Поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставщика" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставщика" SourceColumnNullMapping="false" SourceVersion="Original" />
- </Parameters>
- </DbCommand>
- </UpdateCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <Mapping SourceColumn="Код_Поставки" DataSetColumn="Код_Поставки" />
- <Mapping SourceColumn="Дата_Поставки" DataSetColumn="Дата_Поставки" />
- <Mapping SourceColumn="Код_Поставщика" DataSetColumn="Код_Поставщика" />
- </Mappings>
- <Sources />
- </TableAdapter>
- <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ПоставщикTableAdapter" GeneratorDataComponentClassName="ПоставщикTableAdapter" Name="Поставщик" UserDataComponentName="ПоставщикTableAdapter">
- <MainSource>
- <DbSource ConnectionRef="Bd_EmelyanovConnectionString (Settings)" DbObjectName="Bd_Emelyanov.dbo.Поставщик" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
- <DeleteCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>DELETE FROM [dbo].[Поставщик] WHERE (([Код_Поставщика] = @Original_Код_Поставщика) AND ((@IsNull_Название_поставщика = 1 AND [Название_поставщика] IS NULL) OR ([Название_поставщика] = @Original_Название_поставщика)) AND ((@IsNull_Контактный_телефон = 1 AND [Контактный_телефон] IS NULL) OR ([Контактный_телефон] = @Original_Контактный_телефон)) AND ((@IsNull_Адрес = 1 AND [Адрес] IS NULL) OR ([Адрес] = @Original_Адрес)))</CommandText>
- <Parameters>
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставщика" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Название_поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Название_поставщика" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Название_поставщика" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Название_поставщика" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Контактный_телефон" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Контактный_телефон" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Контактный_телефон" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Контактный_телефон" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Адрес" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Адрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="false" SourceVersion="Original" />
- </Parameters>
- </DbCommand>
- </DeleteCommand>
- <InsertCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>INSERT INTO [dbo].[Поставщик] ([Код_Поставщика], [Название_поставщика], [Контактный_телефон], [Адрес]) VALUES (@Код_Поставщика, @Название_поставщика, @Контактный_телефон, @Адрес);
- SELECT Код_Поставщика, Название_поставщика, Контактный_телефон, Адрес FROM Поставщик WHERE (Код_Поставщика = @Код_Поставщика)</CommandText>
- <Parameters>
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставщика" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Название_поставщика" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Название_поставщика" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Контактный_телефон" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Контактный_телефон" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Адрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="false" SourceVersion="Current" />
- </Parameters>
- </DbCommand>
- </InsertCommand>
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT Код_Поставщика, Название_поставщика, Контактный_телефон, Адрес FROM dbo.Поставщик</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- <UpdateCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>UPDATE [dbo].[Поставщик] SET [Код_Поставщика] = @Код_Поставщика, [Название_поставщика] = @Название_поставщика, [Контактный_телефон] = @Контактный_телефон, [Адрес] = @Адрес WHERE (([Код_Поставщика] = @Original_Код_Поставщика) AND ((@IsNull_Название_поставщика = 1 AND [Название_поставщика] IS NULL) OR ([Название_поставщика] = @Original_Название_поставщика)) AND ((@IsNull_Контактный_телефон = 1 AND [Контактный_телефон] IS NULL) OR ([Контактный_телефон] = @Original_Контактный_телефон)) AND ((@IsNull_Адрес = 1 AND [Адрес] IS NULL) OR ([Адрес] = @Original_Адрес)));
- SELECT Код_Поставщика, Название_поставщика, Контактный_телефон, Адрес FROM Поставщик WHERE (Код_Поставщика = @Код_Поставщика)</CommandText>
- <Parameters>
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставщика" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Название_поставщика" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Название_поставщика" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Контактный_телефон" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Контактный_телефон" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Адрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставщика" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Название_поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Название_поставщика" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Название_поставщика" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Название_поставщика" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Контактный_телефон" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Контактный_телефон" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Контактный_телефон" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Контактный_телефон" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Адрес" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Адрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="false" SourceVersion="Original" />
- </Parameters>
- </DbCommand>
- </UpdateCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <Mapping SourceColumn="Код_Поставщика" DataSetColumn="Код_Поставщика" />
- <Mapping SourceColumn="Название_поставщика" DataSetColumn="Название_поставщика" />
- <Mapping SourceColumn="Контактный_телефон" DataSetColumn="Контактный_телефон" />
- <Mapping SourceColumn="Адрес" DataSetColumn="Адрес" />
- </Mappings>
- <Sources />
- </TableAdapter>
- <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="СотрудникиTableAdapter" GeneratorDataComponentClassName="СотрудникиTableAdapter" Name="Сотрудники" UserDataComponentName="СотрудникиTableAdapter">
- <MainSource>
- <DbSource ConnectionRef="Bd_EmelyanovConnectionString (Settings)" DbObjectName="Bd_Emelyanov.dbo.Сотрудники" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
- <DeleteCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>DELETE FROM [dbo].[Сотрудники] WHERE (([Код_Сотрудника] = @Original_Код_Сотрудника) AND ((@IsNull_ФИО = 1 AND [ФИО] IS NULL) OR ([ФИО] = @Original_ФИО)) AND ((@IsNull_Должность = 1 AND [Должность] IS NULL) OR ([Должность] = @Original_Должность)) AND ((@IsNull_Адрес = 1 AND [Адрес] IS NULL) OR ([Адрес] = @Original_Адрес)) AND ((@IsNull_Дата_рождения = 1 AND [Дата_рождения] IS NULL) OR ([Дата_рождения] = @Original_Дата_рождения)))</CommandText>
- <Parameters>
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Сотрудника" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Сотрудника" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ФИО" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ФИО" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Должность" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Должность" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Должность" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Должность" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Адрес" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Адрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Дата_рождения" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Дата_рождения" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_Дата_рождения" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_рождения" SourceColumnNullMapping="false" SourceVersion="Original" />
- </Parameters>
- </DbCommand>
- </DeleteCommand>
- <InsertCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>INSERT INTO [dbo].[Сотрудники] ([Код_Сотрудника], [ФИО], [Должность], [Адрес], [Дата_рождения]) VALUES (@Код_Сотрудника, @ФИО, @Должность, @Адрес, @Дата_рождения);
- SELECT Код_Сотрудника, ФИО, Должность, Адрес, Дата_рождения FROM Сотрудники WHERE (Код_Сотрудника = @Код_Сотрудника)</CommandText>
- <Parameters>
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Сотрудника" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Сотрудника" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ФИО" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Должность" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Должность" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Адрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Дата_рождения" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_рождения" SourceColumnNullMapping="false" SourceVersion="Current" />
- </Parameters>
- </DbCommand>
- </InsertCommand>
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT Код_Сотрудника, ФИО, Должность, Адрес, Дата_рождения FROM dbo.Сотрудники</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- <UpdateCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>UPDATE [dbo].[Сотрудники] SET [Код_Сотрудника] = @Код_Сотрудника, [ФИО] = @ФИО, [Должность] = @Должность, [Адрес] = @Адрес, [Дата_рождения] = @Дата_рождения WHERE (([Код_Сотрудника] = @Original_Код_Сотрудника) AND ((@IsNull_ФИО = 1 AND [ФИО] IS NULL) OR ([ФИО] = @Original_ФИО)) AND ((@IsNull_Должность = 1 AND [Должность] IS NULL) OR ([Должность] = @Original_Должность)) AND ((@IsNull_Адрес = 1 AND [Адрес] IS NULL) OR ([Адрес] = @Original_Адрес)) AND ((@IsNull_Дата_рождения = 1 AND [Дата_рождения] IS NULL) OR ([Дата_рождения] = @Original_Дата_рождения)));
- SELECT Код_Сотрудника, ФИО, Должность, Адрес, Дата_рождения FROM Сотрудники WHERE (Код_Сотрудника = @Код_Сотрудника)</CommandText>
- <Parameters>
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Сотрудника" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Сотрудника" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ФИО" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Должность" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Должность" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Адрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Дата_рождения" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_рождения" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Сотрудника" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Сотрудника" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ФИО" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ФИО" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Должность" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Должность" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Должность" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Должность" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Адрес" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Адрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Дата_рождения" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Дата_рождения" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_Дата_рождения" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_рождения" SourceColumnNullMapping="false" SourceVersion="Original" />
- </Parameters>
- </DbCommand>
- </UpdateCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <Mapping SourceColumn="Код_Сотрудника" DataSetColumn="Код_Сотрудника" />
- <Mapping SourceColumn="ФИО" DataSetColumn="ФИО" />
- <Mapping SourceColumn="Должность" DataSetColumn="Должность" />
- <Mapping SourceColumn="Адрес" DataSetColumn="Адрес" />
- <Mapping SourceColumn="Дата_рождения" DataSetColumn="Дата_рождения" />
- </Mappings>
- <Sources />
- </TableAdapter>
- <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ТоварыTableAdapter" GeneratorDataComponentClassName="ТоварыTableAdapter" Name="Товары" UserDataComponentName="ТоварыTableAdapter">
- <MainSource>
- <DbSource ConnectionRef="Bd_EmelyanovConnectionString (Settings)" DbObjectName="Bd_Emelyanov.dbo.Товары" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
- <DeleteCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>DELETE FROM [dbo].[Товары] WHERE (([Код_Товара] = @Original_Код_Товара) AND ((@IsNull_Наименование_товара = 1 AND [Наименование_товара] IS NULL) OR ([Наименование_товара] = @Original_Наименование_товара)) AND ((@IsNull_Описание = 1 AND [Описание] IS NULL) OR ([Описание] = @Original_Описание)) AND ((@IsNull_Стоимость = 1 AND [Стоимость] IS NULL) OR ([Стоимость] = @Original_Стоимость)) AND ((@IsNull_Наличие = 1 AND [Наличие] IS NULL) OR ([Наличие] = @Original_Наличие)) AND ((@IsNull_Количество = 1 AND [Количество] IS NULL) OR ([Количество] = @Original_Количество)) AND ((@IsNull_Код_Поставки = 1 AND [Код_Поставки] IS NULL) OR ([Код_Поставки] = @Original_Код_Поставки)))</CommandText>
- <Parameters>
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Товара" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Наименование_товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Наименование_товара" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Наименование_товара" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наименование_товара" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Описание" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Описание" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Описание" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Описание" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Стоимость" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Стоимость" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@Original_Стоимость" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="Стоимость" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Наличие" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Наличие" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Наличие" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наличие" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Количество" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Количество" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Количество" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Количество" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Код_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставки" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставки" SourceColumnNullMapping="false" SourceVersion="Original" />
- </Parameters>
- </DbCommand>
- </DeleteCommand>
- <InsertCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>INSERT INTO [dbo].[Товары] ([Код_Товара], [Наименование_товара], [Описание], [Стоимость], [Наличие], [Количество], [Код_Поставки]) VALUES (@Код_Товара, @Наименование_товара, @Описание, @Стоимость, @Наличие, @Количество, @Код_Поставки);
- SELECT Код_Товара, Наименование_товара, Описание, Стоимость, Наличие, Количество, Код_Поставки FROM Товары WHERE (Код_Товара = @Код_Товара)</CommandText>
- <Parameters>
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Товара" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Наименование_товара" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наименование_товара" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Описание" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Описание" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@Стоимость" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="Стоимость" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Наличие" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наличие" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Количество" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Количество" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставки" SourceColumnNullMapping="false" SourceVersion="Current" />
- </Parameters>
- </DbCommand>
- </InsertCommand>
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT Код_Товара, Наименование_товара, Описание, Стоимость, Наличие, Количество, Код_Поставки FROM dbo.Товары</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- <UpdateCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>UPDATE [dbo].[Товары] SET [Код_Товара] = @Код_Товара, [Наименование_товара] = @Наименование_товара, [Описание] = @Описание, [Стоимость] = @Стоимость, [Наличие] = @Наличие, [Количество] = @Количество, [Код_Поставки] = @Код_Поставки WHERE (([Код_Товара] = @Original_Код_Товара) AND ((@IsNull_Наименование_товара = 1 AND [Наименование_товара] IS NULL) OR ([Наименование_товара] = @Original_Наименование_товара)) AND ((@IsNull_Описание = 1 AND [Описание] IS NULL) OR ([Описание] = @Original_Описание)) AND ((@IsNull_Стоимость = 1 AND [Стоимость] IS NULL) OR ([Стоимость] = @Original_Стоимость)) AND ((@IsNull_Наличие = 1 AND [Наличие] IS NULL) OR ([Наличие] = @Original_Наличие)) AND ((@IsNull_Количество = 1 AND [Количество] IS NULL) OR ([Количество] = @Original_Количество)) AND ((@IsNull_Код_Поставки = 1 AND [Код_Поставки] IS NULL) OR ([Код_Поставки] = @Original_Код_Поставки)));
- SELECT Код_Товара, Наименование_товара, Описание, Стоимость, Наличие, Количество, Код_Поставки FROM Товары WHERE (Код_Товара = @Код_Товара)</CommandText>
- <Parameters>
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Товара" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Наименование_товара" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наименование_товара" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Описание" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Описание" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@Стоимость" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="Стоимость" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Наличие" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наличие" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Количество" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Количество" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставки" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Товара" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Наименование_товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Наименование_товара" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Наименование_товара" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наименование_товара" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Описание" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Описание" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Описание" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Описание" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Стоимость" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Стоимость" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@Original_Стоимость" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="Стоимость" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Наличие" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Наличие" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Наличие" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наличие" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Количество" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Количество" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Количество" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Количество" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Код_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставки" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставки" SourceColumnNullMapping="false" SourceVersion="Original" />
- </Parameters>
- </DbCommand>
- </UpdateCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <Mapping SourceColumn="Код_Товара" DataSetColumn="Код_Товара" />
- <Mapping SourceColumn="Наименование_товара" DataSetColumn="Наименование_товара" />
- <Mapping SourceColumn="Описание" DataSetColumn="Описание" />
- <Mapping SourceColumn="Стоимость" DataSetColumn="Стоимость" />
- <Mapping SourceColumn="Наличие" DataSetColumn="Наличие" />
- <Mapping SourceColumn="Количество" DataSetColumn="Количество" />
- <Mapping SourceColumn="Код_Поставки" DataSetColumn="Код_Поставки" />
- </Mappings>
- <Sources />
- </TableAdapter>
- </Tables>
- <Sources />
- </DataSource>
- </xs:appinfo>
- </xs:annotation>
- <xs:element name="Bd_EmelyanovDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="Bd_EmelyanovDataSet" msprop:Generator_UserDSName="Bd_EmelyanovDataSet">
- <xs:complexType>
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element name="Заказы" msprop:Generator_TableClassName="ЗаказыDataTable" msprop:Generator_TableVarName="tableЗаказы" msprop:Generator_TablePropName="Заказы" msprop:Generator_RowDeletingName="ЗаказыRowDeleting" msprop:Generator_RowChangingName="ЗаказыRowChanging" msprop:Generator_RowEvHandlerName="ЗаказыRowChangeEventHandler" msprop:Generator_RowDeletedName="ЗаказыRowDeleted" msprop:Generator_UserTableName="Заказы" msprop:Generator_RowChangedName="ЗаказыRowChanged" msprop:Generator_RowEvArgName="ЗаказыRowChangeEvent" msprop:Generator_RowClassName="ЗаказыRow">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Код_Заказа" msprop:Generator_ColumnVarNameInTable="columnКод_Заказа" msprop:Generator_ColumnPropNameInRow="Код_Заказа" msprop:Generator_ColumnPropNameInTable="Код_ЗаказаColumn" msprop:Generator_UserColumnName="Код_Заказа" type="xs:int" />
- <xs:element name="Дата_Размещения" msprop:Generator_ColumnVarNameInTable="columnДата_Размещения" msprop:Generator_ColumnPropNameInRow="Дата_Размещения" msprop:Generator_ColumnPropNameInTable="Дата_РазмещенияColumn" msprop:Generator_UserColumnName="Дата_Размещения" minOccurs="0">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:maxLength value="50" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="Дата_Исполнения" msprop:Generator_ColumnVarNameInTable="columnДата_Исполнения" msprop:Generator_ColumnPropNameInRow="Дата_Исполнения" msprop:Generator_ColumnPropNameInTable="Дата_ИсполненияColumn" msprop:Generator_UserColumnName="Дата_Исполнения" minOccurs="0">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:maxLength value="50" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="Код_Сотрудника" msprop:Generator_ColumnVarNameInTable="columnКод_Сотрудника" msprop:Generator_ColumnPropNameInRow="Код_Сотрудника" msprop:Generator_ColumnPropNameInTable="Код_СотрудникаColumn" msprop:Generator_UserColumnName="Код_Сотрудника" type="xs:int" minOccurs="0" />
- <xs:element name="Код_Товара" msprop:Generator_ColumnVarNameInTable="columnКод_Товара" msprop:Generator_ColumnPropNameInRow="Код_Товара" msprop:Generator_ColumnPropNameInTable="Код_ТовараColumn" msprop:Generator_UserColumnName="Код_Товара" type="xs:int" minOccurs="0" />
- <xs:element name="Код_Клиента" msprop:Generator_ColumnVarNameInTable="columnКод_Клиента" msprop:Generator_ColumnPropNameInRow="Код_Клиента" msprop:Generator_ColumnPropNameInTable="Код_КлиентаColumn" msprop:Generator_UserColumnName="Код_Клиента" type="xs:int" minOccurs="0" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="Клиенты" msprop:Generator_TableClassName="КлиентыDataTable" msprop:Generator_TableVarName="tableКлиенты" msprop:Generator_TablePropName="Клиенты" msprop:Generator_RowDeletingName="КлиентыRowDeleting" msprop:Generator_RowChangingName="КлиентыRowChanging" msprop:Generator_RowEvHandlerName="КлиентыRowChangeEventHandler" msprop:Generator_RowDeletedName="КлиентыRowDeleted" msprop:Generator_UserTableName="Клиенты" msprop:Generator_RowChangedName="КлиентыRowChanged" msprop:Generator_RowEvArgName="КлиентыRowChangeEvent" msprop:Generator_RowClassName="КлиентыRow">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Код_Клиента" msprop:Generator_ColumnVarNameInTable="columnКод_Клиента" msprop:Generator_ColumnPropNameInRow="Код_Клиента" msprop:Generator_ColumnPropNameInTable="Код_КлиентаColumn" msprop:Generator_UserColumnName="Код_Клиента" type="xs:int" />
- <xs:element name="ФИО" msprop:Generator_ColumnVarNameInTable="columnФИО" msprop:Generator_ColumnPropNameInRow="ФИО" msprop:Generator_ColumnPropNameInTable="ФИОColumn" msprop:Generator_UserColumnName="ФИО" minOccurs="0">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:maxLength value="50" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="Алрес" msprop:Generator_ColumnVarNameInTable="columnАлрес" msprop:Generator_ColumnPropNameInRow="Алрес" msprop:Generator_ColumnPropNameInTable="АлресColumn" msprop:Generator_UserColumnName="Алрес" minOccurs="0">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:maxLength value="50" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="Телефон" msprop:Generator_ColumnVarNameInTable="columnТелефон" msprop:Generator_ColumnPropNameInRow="Телефон" msprop:Generator_ColumnPropNameInTable="ТелефонColumn" msprop:Generator_UserColumnName="Телефон" minOccurs="0">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:maxLength value="50" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="Поставка" msprop:Generator_TableClassName="ПоставкаDataTable" msprop:Generator_TableVarName="tableПоставка" msprop:Generator_TablePropName="Поставка" msprop:Generator_RowDeletingName="ПоставкаRowDeleting" msprop:Generator_RowChangingName="ПоставкаRowChanging" msprop:Generator_RowEvHandlerName="ПоставкаRowChangeEventHandler" msprop:Generator_RowDeletedName="ПоставкаRowDeleted" msprop:Generator_UserTableName="Поставка" msprop:Generator_RowChangedName="ПоставкаRowChanged" msprop:Generator_RowEvArgName="ПоставкаRowChangeEvent" msprop:Generator_RowClassName="ПоставкаRow">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Код_Поставки" msprop:Generator_ColumnVarNameInTable="columnКод_Поставки" msprop:Generator_ColumnPropNameInRow="Код_Поставки" msprop:Generator_ColumnPropNameInTable="Код_ПоставкиColumn" msprop:Generator_UserColumnName="Код_Поставки" type="xs:int" />
- <xs:element name="Дата_Поставки" msprop:Generator_ColumnVarNameInTable="columnДата_Поставки" msprop:Generator_ColumnPropNameInRow="Дата_Поставки" msprop:Generator_ColumnPropNameInTable="Дата_ПоставкиColumn" msprop:Generator_UserColumnName="Дата_Поставки" type="xs:dateTime" minOccurs="0" />
- <xs:element name="Код_Поставщика" msprop:Generator_ColumnVarNameInTable="columnКод_Поставщика" msprop:Generator_ColumnPropNameInRow="Код_Поставщика" msprop:Generator_ColumnPropNameInTable="Код_ПоставщикаColumn" msprop:Generator_UserColumnName="Код_Поставщика" type="xs:int" minOccurs="0" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="Поставщик" msprop:Generator_TableClassName="ПоставщикDataTable" msprop:Generator_TableVarName="tableПоставщик" msprop:Generator_TablePropName="Поставщик" msprop:Generator_RowDeletingName="ПоставщикRowDeleting" msprop:Generator_RowChangingName="ПоставщикRowChanging" msprop:Generator_RowEvHandlerName="ПоставщикRowChangeEventHandler" msprop:Generator_RowDeletedName="ПоставщикRowDeleted" msprop:Generator_UserTableName="Поставщик" msprop:Generator_RowChangedName="ПоставщикRowChanged" msprop:Generator_RowEvArgName="ПоставщикRowChangeEvent" msprop:Generator_RowClassName="ПоставщикRow">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Код_Поставщика" msprop:Generator_ColumnVarNameInTable="columnКод_Поставщика" msprop:Generator_ColumnPropNameInRow="Код_Поставщика" msprop:Generator_ColumnPropNameInTable="Код_ПоставщикаColumn" msprop:Generator_UserColumnName="Код_Поставщика" type="xs:int" />
- <xs:element name="Название_поставщика" msprop:Generator_ColumnVarNameInTable="columnНазвание_поставщика" msprop:Generator_ColumnPropNameInRow="Название_поставщика" msprop:Generator_ColumnPropNameInTable="Название_поставщикаColumn" msprop:Generator_UserColumnName="Название_поставщика" minOccurs="0">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:maxLength value="50" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="Контактный_телефон" msprop:Generator_ColumnVarNameInTable="columnКонтактный_телефон" msprop:Generator_ColumnPropNameInRow="Контактный_телефон" msprop:Generator_ColumnPropNameInTable="Контактный_телефонColumn" msprop:Generator_UserColumnName="Контактный_телефон" minOccurs="0">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:maxLength value="50" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="Адрес" msprop:Generator_ColumnVarNameInTable="columnАдрес" msprop:Generator_ColumnPropNameInRow="Адрес" msprop:Generator_ColumnPropNameInTable="АдресColumn" msprop:Generator_UserColumnName="Адрес" minOccurs="0">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:maxLength value="50" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="Сотрудники" msprop:Generator_TableClassName="СотрудникиDataTable" msprop:Generator_TableVarName="tableСотрудники" msprop:Generator_TablePropName="Сотрудники" msprop:Generator_RowDeletingName="СотрудникиRowDeleting" msprop:Generator_RowChangingName="СотрудникиRowChanging" msprop:Generator_RowEvHandlerName="СотрудникиRowChangeEventHandler" msprop:Generator_RowDeletedName="СотрудникиRowDeleted" msprop:Generator_UserTableName="Сотрудники" msprop:Generator_RowChangedName="СотрудникиRowChanged" msprop:Generator_RowEvArgName="СотрудникиRowChangeEvent" msprop:Generator_RowClassName="СотрудникиRow">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Код_Сотрудника" msprop:Generator_ColumnVarNameInTable="columnКод_Сотрудника" msprop:Generator_ColumnPropNameInRow="Код_Сотрудника" msprop:Generator_ColumnPropNameInTable="Код_СотрудникаColumn" msprop:Generator_UserColumnName="Код_Сотрудника" type="xs:int" />
- <xs:element name="ФИО" msprop:Generator_ColumnVarNameInTable="columnФИО" msprop:Generator_ColumnPropNameInRow="ФИО" msprop:Generator_ColumnPropNameInTable="ФИОColumn" msprop:Generator_UserColumnName="ФИО" minOccurs="0">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:maxLength value="50" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="Должность" msprop:Generator_ColumnVarNameInTable="columnДолжность" msprop:Generator_ColumnPropNameInRow="Должность" msprop:Generator_ColumnPropNameInTable="ДолжностьColumn" msprop:Generator_UserColumnName="Должность" minOccurs="0">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:maxLength value="50" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="Адрес" msprop:Generator_ColumnVarNameInTable="columnАдрес" msprop:Generator_ColumnPropNameInRow="Адрес" msprop:Generator_ColumnPropNameInTable="АдресColumn" msprop:Generator_UserColumnName="Адрес" minOccurs="0">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:maxLength value="50" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="Дата_рождения" msprop:Generator_ColumnVarNameInTable="columnДата_рождения" msprop:Generator_ColumnPropNameInRow="Дата_рождения" msprop:Generator_ColumnPropNameInTable="Дата_рожденияColumn" msprop:Generator_UserColumnName="Дата_рождения" type="xs:dateTime" minOccurs="0" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="Товары" msprop:Generator_TableClassName="ТоварыDataTable" msprop:Generator_TableVarName="tableТовары" msprop:Generator_TablePropName="Товары" msprop:Generator_RowDeletingName="ТоварыRowDeleting" msprop:Generator_RowChangingName="ТоварыRowChanging" msprop:Generator_RowEvHandlerName="ТоварыRowChangeEventHandler" msprop:Generator_RowDeletedName="ТоварыRowDeleted" msprop:Generator_UserTableName="Товары" msprop:Generator_RowChangedName="ТоварыRowChanged" msprop:Generator_RowEvArgName="ТоварыRowChangeEvent" msprop:Generator_RowClassName="ТоварыRow">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Код_Товара" msprop:Generator_ColumnVarNameInTable="columnКод_Товара" msprop:Generator_ColumnPropNameInRow="Код_Товара" msprop:Generator_ColumnPropNameInTable="Код_ТовараColumn" msprop:Generator_UserColumnName="Код_Товара" type="xs:int" />
- <xs:element name="Наименование_товара" msprop:Generator_ColumnVarNameInTable="columnНаименование_товара" msprop:Generator_ColumnPropNameInRow="Наименование_товара" msprop:Generator_ColumnPropNameInTable="Наименование_товараColumn" msprop:Generator_UserColumnName="Наименование_товара" minOccurs="0">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:maxLength value="50" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="Описание" msprop:Generator_ColumnVarNameInTable="columnОписание" msprop:Generator_ColumnPropNameInRow="Описание" msprop:Generator_ColumnPropNameInTable="ОписаниеColumn" msprop:Generator_UserColumnName="Описание" minOccurs="0">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:maxLength value="50" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="Стоимость" msprop:Generator_ColumnVarNameInTable="columnСтоимость" msprop:Generator_ColumnPropNameInRow="Стоимость" msprop:Generator_ColumnPropNameInTable="СтоимостьColumn" msprop:Generator_UserColumnName="Стоимость" type="xs:decimal" minOccurs="0" />
- <xs:element name="Наличие" msprop:Generator_ColumnVarNameInTable="columnНаличие" msprop:Generator_ColumnPropNameInRow="Наличие" msprop:Generator_ColumnPropNameInTable="НаличиеColumn" msprop:Generator_UserColumnName="Наличие" minOccurs="0">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:maxLength value="50" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="Количество" msprop:Generator_ColumnVarNameInTable="columnКоличество" msprop:Generator_ColumnPropNameInRow="Количество" msprop:Generator_ColumnPropNameInTable="КоличествоColumn" msprop:Generator_UserColumnName="Количество" minOccurs="0">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:maxLength value="50" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="Код_Поставки" msprop:Generator_ColumnVarNameInTable="columnКод_Поставки" msprop:Generator_ColumnPropNameInRow="Код_Поставки" msprop:Generator_ColumnPropNameInTable="Код_ПоставкиColumn" msprop:Generator_UserColumnName="Код_Поставки" type="xs:int" minOccurs="0" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:choice>
- </xs:complexType>
- <xs:unique name="Constraint1" msdata:PrimaryKey="true">
- <xs:selector xpath=".//mstns:Заказы" />
- <xs:field xpath="mstns:Код_Заказа" />
- </xs:unique>
- <xs:unique name="Клиенты_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
- <xs:selector xpath=".//mstns:Клиенты" />
- <xs:field xpath="mstns:Код_Клиента" />
- </xs:unique>
- <xs:unique name="Поставка_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
- <xs:selector xpath=".//mstns:Поставка" />
- <xs:field xpath="mstns:Код_Поставки" />
- </xs:unique>
- <xs:unique name="Поставщик_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
- <xs:selector xpath=".//mstns:Поставщик" />
- <xs:field xpath="mstns:Код_Поставщика" />
- </xs:unique>
- <xs:unique name="Сотрудники_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
- <xs:selector xpath=".//mstns:Сотрудники" />
- <xs:field xpath="mstns:Код_Сотрудника" />
- </xs:unique>
- <xs:unique name="Товары_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
- <xs:selector xpath=".//mstns:Товары" />
- <xs:field xpath="mstns:Код_Товара" />
- </xs:unique>
- </xs:element>
- <xs:annotation>
- <xs:appinfo>
- <msdata:Relationship name="FK_Заказы_Клиенты" msdata:parent="Клиенты" msdata:child="Заказы" msdata:parentkey="Код_Клиента" msdata:childkey="Код_Клиента" msprop:Generator_UserChildTable="Заказы" msprop:Generator_ChildPropName="GetЗаказыRows" msprop:Generator_UserRelationName="FK_Заказы_Клиенты" msprop:Generator_RelationVarName="relationFK_Заказы_Клиенты" msprop:Generator_UserParentTable="Клиенты" msprop:Generator_ParentPropName="КлиентыRow" />
- <msdata:Relationship name="FK_Заказы_Сотрудники" msdata:parent="Сотрудники" msdata:child="Заказы" msdata:parentkey="Код_Сотрудника" msdata:childkey="Код_Сотрудника" msprop:Generator_UserChildTable="Заказы" msprop:Generator_ChildPropName="GetЗаказыRows" msprop:Generator_UserRelationName="FK_Заказы_Сотрудники" msprop:Generator_RelationVarName="relationFK_Заказы_Сотрудники" msprop:Generator_UserParentTable="Сотрудники" msprop:Generator_ParentPropName="СотрудникиRow" />
- <msdata:Relationship name="FK_Заказы_Товары" msdata:parent="Товары" msdata:child="Заказы" msdata:parentkey="Код_Товара" msdata:childkey="Код_Товара" msprop:Generator_UserChildTable="Заказы" msprop:Generator_ChildPropName="GetЗаказыRows" msprop:Generator_UserRelationName="FK_Заказы_Товары" msprop:Generator_RelationVarName="relationFK_Заказы_Товары" msprop:Generator_UserParentTable="Товары" msprop:Generator_ParentPropName="ТоварыRow" />
- <msdata:Relationship name="FK_Поставка_Поставщик" msdata:parent="Поставщик" msdata:child="Поставка" msdata:parentkey="Код_Поставщика" msdata:childkey="Код_Поставщика" msprop:Generator_UserChildTable="Поставка" msprop:Generator_ChildPropName="GetПоставкаRows" msprop:Generator_UserRelationName="FK_Поставка_Поставщик" msprop:Generator_RelationVarName="relationFK_Поставка_Поставщик" msprop:Generator_UserParentTable="Поставщик" msprop:Generator_ParentPropName="ПоставщикRow" />
- <msdata:Relationship name="FK_Товары_Поставка" msdata:parent="Поставка" msdata:child="Товары" msdata:parentkey="Код_Поставки" msdata:childkey="Код_Поставки" msprop:Generator_UserChildTable="Товары" msprop:Generator_ChildPropName="GetТоварыRows" msprop:Generator_UserRelationName="FK_Товары_Поставка" msprop:Generator_ParentPropName="ПоставкаRow" msprop:Generator_RelationVarName="relationFK_Товары_Поставка" msprop:Generator_UserParentTable="Поставка" />
- </xs:appinfo>
- </xs:annotation>
- </xs:schema>
|