Bd_EmelyanovDataSet.xsd 103 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <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">
  3. <xs:annotation>
  4. <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
  5. <DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
  6. <Connections>
  7. <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" />
  8. </Connections>
  9. <Tables>
  10. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ЗаказыTableAdapter" GeneratorDataComponentClassName="ЗаказыTableAdapter" Name="Заказы" UserDataComponentName="ЗаказыTableAdapter">
  11. <MainSource>
  12. <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">
  13. <DeleteCommand>
  14. <DbCommand CommandType="Text" ModifiedByUser="false">
  15. <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>
  16. <Parameters>
  17. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Заказа" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Заказа" SourceColumnNullMapping="false" SourceVersion="Original" />
  18. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Дата_Размещения" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Дата_Размещения" SourceColumnNullMapping="true" SourceVersion="Original" />
  19. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Дата_Размещения" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Дата_Размещения" SourceColumnNullMapping="false" SourceVersion="Original" />
  20. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Дата_Исполнения" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Дата_Исполнения" SourceColumnNullMapping="true" SourceVersion="Original" />
  21. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Дата_Исполнения" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Дата_Исполнения" SourceColumnNullMapping="false" SourceVersion="Original" />
  22. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Код_Сотрудника" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Сотрудника" SourceColumnNullMapping="true" SourceVersion="Original" />
  23. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Сотрудника" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Сотрудника" SourceColumnNullMapping="false" SourceVersion="Original" />
  24. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Код_Товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Товара" SourceColumnNullMapping="true" SourceVersion="Original" />
  25. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Товара" SourceColumnNullMapping="false" SourceVersion="Original" />
  26. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Код_Клиента" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Клиента" SourceColumnNullMapping="true" SourceVersion="Original" />
  27. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Клиента" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Клиента" SourceColumnNullMapping="false" SourceVersion="Original" />
  28. </Parameters>
  29. </DbCommand>
  30. </DeleteCommand>
  31. <InsertCommand>
  32. <DbCommand CommandType="Text" ModifiedByUser="false">
  33. <CommandText>INSERT INTO [dbo].[Заказы] ([Код_Заказа], [Дата_Размещения], [Дата_Исполнения], [Код_Сотрудника], [Код_Товара], [Код_Клиента]) VALUES (@Код_Заказа, @Дата_Размещения, @Дата_Исполнения, @Код_Сотрудника, @Код_Товара, @Код_Клиента);
  34. SELECT Код_Заказа, Дата_Размещения, Дата_Исполнения, Код_Сотрудника, Код_Товара, Код_Клиента FROM Заказы WHERE (Код_Заказа = @Код_Заказа)</CommandText>
  35. <Parameters>
  36. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Заказа" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Заказа" SourceColumnNullMapping="false" SourceVersion="Current" />
  37. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Дата_Размещения" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Дата_Размещения" SourceColumnNullMapping="false" SourceVersion="Current" />
  38. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Дата_Исполнения" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Дата_Исполнения" SourceColumnNullMapping="false" SourceVersion="Current" />
  39. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Сотрудника" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Сотрудника" SourceColumnNullMapping="false" SourceVersion="Current" />
  40. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Товара" SourceColumnNullMapping="false" SourceVersion="Current" />
  41. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Клиента" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Клиента" SourceColumnNullMapping="false" SourceVersion="Current" />
  42. </Parameters>
  43. </DbCommand>
  44. </InsertCommand>
  45. <SelectCommand>
  46. <DbCommand CommandType="Text" ModifiedByUser="false">
  47. <CommandText>SELECT Код_Заказа, Дата_Размещения, Дата_Исполнения, Код_Сотрудника, Код_Товара, Код_Клиента FROM dbo.Заказы</CommandText>
  48. <Parameters />
  49. </DbCommand>
  50. </SelectCommand>
  51. <UpdateCommand>
  52. <DbCommand CommandType="Text" ModifiedByUser="false">
  53. <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_Код_Клиента)));
  54. SELECT Код_Заказа, Дата_Размещения, Дата_Исполнения, Код_Сотрудника, Код_Товара, Код_Клиента FROM Заказы WHERE (Код_Заказа = @Код_Заказа)</CommandText>
  55. <Parameters>
  56. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Заказа" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Заказа" SourceColumnNullMapping="false" SourceVersion="Current" />
  57. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Дата_Размещения" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Дата_Размещения" SourceColumnNullMapping="false" SourceVersion="Current" />
  58. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Дата_Исполнения" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Дата_Исполнения" SourceColumnNullMapping="false" SourceVersion="Current" />
  59. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Сотрудника" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Сотрудника" SourceColumnNullMapping="false" SourceVersion="Current" />
  60. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Товара" SourceColumnNullMapping="false" SourceVersion="Current" />
  61. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Клиента" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Клиента" SourceColumnNullMapping="false" SourceVersion="Current" />
  62. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Заказа" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Заказа" SourceColumnNullMapping="false" SourceVersion="Original" />
  63. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Дата_Размещения" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Дата_Размещения" SourceColumnNullMapping="true" SourceVersion="Original" />
  64. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Дата_Размещения" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Дата_Размещения" SourceColumnNullMapping="false" SourceVersion="Original" />
  65. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Дата_Исполнения" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Дата_Исполнения" SourceColumnNullMapping="true" SourceVersion="Original" />
  66. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Дата_Исполнения" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Дата_Исполнения" SourceColumnNullMapping="false" SourceVersion="Original" />
  67. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Код_Сотрудника" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Сотрудника" SourceColumnNullMapping="true" SourceVersion="Original" />
  68. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Сотрудника" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Сотрудника" SourceColumnNullMapping="false" SourceVersion="Original" />
  69. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Код_Товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Товара" SourceColumnNullMapping="true" SourceVersion="Original" />
  70. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Товара" SourceColumnNullMapping="false" SourceVersion="Original" />
  71. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Код_Клиента" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Клиента" SourceColumnNullMapping="true" SourceVersion="Original" />
  72. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Клиента" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Клиента" SourceColumnNullMapping="false" SourceVersion="Original" />
  73. </Parameters>
  74. </DbCommand>
  75. </UpdateCommand>
  76. </DbSource>
  77. </MainSource>
  78. <Mappings>
  79. <Mapping SourceColumn="Код_Заказа" DataSetColumn="Код_Заказа" />
  80. <Mapping SourceColumn="Дата_Размещения" DataSetColumn="Дата_Размещения" />
  81. <Mapping SourceColumn="Дата_Исполнения" DataSetColumn="Дата_Исполнения" />
  82. <Mapping SourceColumn="Код_Сотрудника" DataSetColumn="Код_Сотрудника" />
  83. <Mapping SourceColumn="Код_Товара" DataSetColumn="Код_Товара" />
  84. <Mapping SourceColumn="Код_Клиента" DataSetColumn="Код_Клиента" />
  85. </Mappings>
  86. <Sources />
  87. </TableAdapter>
  88. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="КлиентыTableAdapter" GeneratorDataComponentClassName="КлиентыTableAdapter" Name="Клиенты" UserDataComponentName="КлиентыTableAdapter">
  89. <MainSource>
  90. <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">
  91. <DeleteCommand>
  92. <DbCommand CommandType="Text" ModifiedByUser="false">
  93. <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>
  94. <Parameters>
  95. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Клиента" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Клиента" SourceColumnNullMapping="false" SourceVersion="Original" />
  96. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ФИО" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="true" SourceVersion="Original" />
  97. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ФИО" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="false" SourceVersion="Original" />
  98. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Алрес" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Алрес" SourceColumnNullMapping="true" SourceVersion="Original" />
  99. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Алрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Алрес" SourceColumnNullMapping="false" SourceVersion="Original" />
  100. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Телефон" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Телефон" SourceColumnNullMapping="true" SourceVersion="Original" />
  101. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Телефон" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Телефон" SourceColumnNullMapping="false" SourceVersion="Original" />
  102. </Parameters>
  103. </DbCommand>
  104. </DeleteCommand>
  105. <InsertCommand>
  106. <DbCommand CommandType="Text" ModifiedByUser="false">
  107. <CommandText>INSERT INTO [dbo].[Клиенты] ([Код_Клиента], [ФИО], [Алрес], [Телефон]) VALUES (@Код_Клиента, @ФИО, @Алрес, @Телефон);
  108. SELECT Код_Клиента, ФИО, Алрес, Телефон FROM Клиенты WHERE (Код_Клиента = @Код_Клиента)</CommandText>
  109. <Parameters>
  110. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Клиента" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Клиента" SourceColumnNullMapping="false" SourceVersion="Current" />
  111. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ФИО" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="false" SourceVersion="Current" />
  112. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Алрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Алрес" SourceColumnNullMapping="false" SourceVersion="Current" />
  113. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Телефон" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Телефон" SourceColumnNullMapping="false" SourceVersion="Current" />
  114. </Parameters>
  115. </DbCommand>
  116. </InsertCommand>
  117. <SelectCommand>
  118. <DbCommand CommandType="Text" ModifiedByUser="false">
  119. <CommandText>SELECT Код_Клиента, ФИО, Алрес, Телефон FROM dbo.Клиенты</CommandText>
  120. <Parameters />
  121. </DbCommand>
  122. </SelectCommand>
  123. <UpdateCommand>
  124. <DbCommand CommandType="Text" ModifiedByUser="false">
  125. <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_Телефон)));
  126. SELECT Код_Клиента, ФИО, Алрес, Телефон FROM Клиенты WHERE (Код_Клиента = @Код_Клиента)</CommandText>
  127. <Parameters>
  128. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Клиента" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Клиента" SourceColumnNullMapping="false" SourceVersion="Current" />
  129. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ФИО" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="false" SourceVersion="Current" />
  130. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Алрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Алрес" SourceColumnNullMapping="false" SourceVersion="Current" />
  131. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Телефон" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Телефон" SourceColumnNullMapping="false" SourceVersion="Current" />
  132. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Клиента" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Клиента" SourceColumnNullMapping="false" SourceVersion="Original" />
  133. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ФИО" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="true" SourceVersion="Original" />
  134. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ФИО" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="false" SourceVersion="Original" />
  135. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Алрес" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Алрес" SourceColumnNullMapping="true" SourceVersion="Original" />
  136. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Алрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Алрес" SourceColumnNullMapping="false" SourceVersion="Original" />
  137. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Телефон" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Телефон" SourceColumnNullMapping="true" SourceVersion="Original" />
  138. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Телефон" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Телефон" SourceColumnNullMapping="false" SourceVersion="Original" />
  139. </Parameters>
  140. </DbCommand>
  141. </UpdateCommand>
  142. </DbSource>
  143. </MainSource>
  144. <Mappings>
  145. <Mapping SourceColumn="Код_Клиента" DataSetColumn="Код_Клиента" />
  146. <Mapping SourceColumn="ФИО" DataSetColumn="ФИО" />
  147. <Mapping SourceColumn="Алрес" DataSetColumn="Алрес" />
  148. <Mapping SourceColumn="Телефон" DataSetColumn="Телефон" />
  149. </Mappings>
  150. <Sources />
  151. </TableAdapter>
  152. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ПоставкаTableAdapter" GeneratorDataComponentClassName="ПоставкаTableAdapter" Name="Поставка" UserDataComponentName="ПоставкаTableAdapter">
  153. <MainSource>
  154. <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">
  155. <DeleteCommand>
  156. <DbCommand CommandType="Text" ModifiedByUser="false">
  157. <CommandText>DELETE FROM [dbo].[Поставка] WHERE (([Код_Поставки] = @Original_Код_Поставки) AND ((@IsNull_Дата_Поставки = 1 AND [Дата_Поставки] IS NULL) OR ([Дата_Поставки] = @Original_Дата_Поставки)) AND ((@IsNull_Код_Поставщика = 1 AND [Код_Поставщика] IS NULL) OR ([Код_Поставщика] = @Original_Код_Поставщика)))</CommandText>
  158. <Parameters>
  159. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставки" SourceColumnNullMapping="false" SourceVersion="Original" />
  160. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Дата_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Дата_Поставки" SourceColumnNullMapping="true" SourceVersion="Original" />
  161. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_Дата_Поставки" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_Поставки" SourceColumnNullMapping="false" SourceVersion="Original" />
  162. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Код_Поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставщика" SourceColumnNullMapping="true" SourceVersion="Original" />
  163. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставщика" SourceColumnNullMapping="false" SourceVersion="Original" />
  164. </Parameters>
  165. </DbCommand>
  166. </DeleteCommand>
  167. <InsertCommand>
  168. <DbCommand CommandType="Text" ModifiedByUser="false">
  169. <CommandText>INSERT INTO [dbo].[Поставка] ([Код_Поставки], [Дата_Поставки], [Код_Поставщика]) VALUES (@Код_Поставки, @Дата_Поставки, @Код_Поставщика);
  170. SELECT Код_Поставки, Дата_Поставки, Код_Поставщика FROM Поставка WHERE (Код_Поставки = @Код_Поставки)</CommandText>
  171. <Parameters>
  172. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставки" SourceColumnNullMapping="false" SourceVersion="Current" />
  173. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Дата_Поставки" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_Поставки" SourceColumnNullMapping="false" SourceVersion="Current" />
  174. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставщика" SourceColumnNullMapping="false" SourceVersion="Current" />
  175. </Parameters>
  176. </DbCommand>
  177. </InsertCommand>
  178. <SelectCommand>
  179. <DbCommand CommandType="Text" ModifiedByUser="false">
  180. <CommandText>SELECT Код_Поставки, Дата_Поставки, Код_Поставщика FROM dbo.Поставка</CommandText>
  181. <Parameters />
  182. </DbCommand>
  183. </SelectCommand>
  184. <UpdateCommand>
  185. <DbCommand CommandType="Text" ModifiedByUser="false">
  186. <CommandText>UPDATE [dbo].[Поставка] SET [Код_Поставки] = @Код_Поставки, [Дата_Поставки] = @Дата_Поставки, [Код_Поставщика] = @Код_Поставщика WHERE (([Код_Поставки] = @Original_Код_Поставки) AND ((@IsNull_Дата_Поставки = 1 AND [Дата_Поставки] IS NULL) OR ([Дата_Поставки] = @Original_Дата_Поставки)) AND ((@IsNull_Код_Поставщика = 1 AND [Код_Поставщика] IS NULL) OR ([Код_Поставщика] = @Original_Код_Поставщика)));
  187. SELECT Код_Поставки, Дата_Поставки, Код_Поставщика FROM Поставка WHERE (Код_Поставки = @Код_Поставки)</CommandText>
  188. <Parameters>
  189. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставки" SourceColumnNullMapping="false" SourceVersion="Current" />
  190. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Дата_Поставки" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_Поставки" SourceColumnNullMapping="false" SourceVersion="Current" />
  191. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставщика" SourceColumnNullMapping="false" SourceVersion="Current" />
  192. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставки" SourceColumnNullMapping="false" SourceVersion="Original" />
  193. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Дата_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Дата_Поставки" SourceColumnNullMapping="true" SourceVersion="Original" />
  194. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_Дата_Поставки" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_Поставки" SourceColumnNullMapping="false" SourceVersion="Original" />
  195. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Код_Поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставщика" SourceColumnNullMapping="true" SourceVersion="Original" />
  196. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставщика" SourceColumnNullMapping="false" SourceVersion="Original" />
  197. </Parameters>
  198. </DbCommand>
  199. </UpdateCommand>
  200. </DbSource>
  201. </MainSource>
  202. <Mappings>
  203. <Mapping SourceColumn="Код_Поставки" DataSetColumn="Код_Поставки" />
  204. <Mapping SourceColumn="Дата_Поставки" DataSetColumn="Дата_Поставки" />
  205. <Mapping SourceColumn="Код_Поставщика" DataSetColumn="Код_Поставщика" />
  206. </Mappings>
  207. <Sources />
  208. </TableAdapter>
  209. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ПоставщикTableAdapter" GeneratorDataComponentClassName="ПоставщикTableAdapter" Name="Поставщик" UserDataComponentName="ПоставщикTableAdapter">
  210. <MainSource>
  211. <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">
  212. <DeleteCommand>
  213. <DbCommand CommandType="Text" ModifiedByUser="false">
  214. <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>
  215. <Parameters>
  216. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставщика" SourceColumnNullMapping="false" SourceVersion="Original" />
  217. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Название_поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Название_поставщика" SourceColumnNullMapping="true" SourceVersion="Original" />
  218. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Название_поставщика" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Название_поставщика" SourceColumnNullMapping="false" SourceVersion="Original" />
  219. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Контактный_телефон" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Контактный_телефон" SourceColumnNullMapping="true" SourceVersion="Original" />
  220. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Контактный_телефон" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Контактный_телефон" SourceColumnNullMapping="false" SourceVersion="Original" />
  221. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Адрес" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="true" SourceVersion="Original" />
  222. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Адрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="false" SourceVersion="Original" />
  223. </Parameters>
  224. </DbCommand>
  225. </DeleteCommand>
  226. <InsertCommand>
  227. <DbCommand CommandType="Text" ModifiedByUser="false">
  228. <CommandText>INSERT INTO [dbo].[Поставщик] ([Код_Поставщика], [Название_поставщика], [Контактный_телефон], [Адрес]) VALUES (@Код_Поставщика, @Название_поставщика, @Контактный_телефон, @Адрес);
  229. SELECT Код_Поставщика, Название_поставщика, Контактный_телефон, Адрес FROM Поставщик WHERE (Код_Поставщика = @Код_Поставщика)</CommandText>
  230. <Parameters>
  231. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставщика" SourceColumnNullMapping="false" SourceVersion="Current" />
  232. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Название_поставщика" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Название_поставщика" SourceColumnNullMapping="false" SourceVersion="Current" />
  233. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Контактный_телефон" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Контактный_телефон" SourceColumnNullMapping="false" SourceVersion="Current" />
  234. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Адрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="false" SourceVersion="Current" />
  235. </Parameters>
  236. </DbCommand>
  237. </InsertCommand>
  238. <SelectCommand>
  239. <DbCommand CommandType="Text" ModifiedByUser="false">
  240. <CommandText>SELECT Код_Поставщика, Название_поставщика, Контактный_телефон, Адрес FROM dbo.Поставщик</CommandText>
  241. <Parameters />
  242. </DbCommand>
  243. </SelectCommand>
  244. <UpdateCommand>
  245. <DbCommand CommandType="Text" ModifiedByUser="false">
  246. <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_Адрес)));
  247. SELECT Код_Поставщика, Название_поставщика, Контактный_телефон, Адрес FROM Поставщик WHERE (Код_Поставщика = @Код_Поставщика)</CommandText>
  248. <Parameters>
  249. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставщика" SourceColumnNullMapping="false" SourceVersion="Current" />
  250. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Название_поставщика" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Название_поставщика" SourceColumnNullMapping="false" SourceVersion="Current" />
  251. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Контактный_телефон" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Контактный_телефон" SourceColumnNullMapping="false" SourceVersion="Current" />
  252. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Адрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="false" SourceVersion="Current" />
  253. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставщика" SourceColumnNullMapping="false" SourceVersion="Original" />
  254. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Название_поставщика" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Название_поставщика" SourceColumnNullMapping="true" SourceVersion="Original" />
  255. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Название_поставщика" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Название_поставщика" SourceColumnNullMapping="false" SourceVersion="Original" />
  256. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Контактный_телефон" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Контактный_телефон" SourceColumnNullMapping="true" SourceVersion="Original" />
  257. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Контактный_телефон" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Контактный_телефон" SourceColumnNullMapping="false" SourceVersion="Original" />
  258. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Адрес" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="true" SourceVersion="Original" />
  259. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Адрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="false" SourceVersion="Original" />
  260. </Parameters>
  261. </DbCommand>
  262. </UpdateCommand>
  263. </DbSource>
  264. </MainSource>
  265. <Mappings>
  266. <Mapping SourceColumn="Код_Поставщика" DataSetColumn="Код_Поставщика" />
  267. <Mapping SourceColumn="Название_поставщика" DataSetColumn="Название_поставщика" />
  268. <Mapping SourceColumn="Контактный_телефон" DataSetColumn="Контактный_телефон" />
  269. <Mapping SourceColumn="Адрес" DataSetColumn="Адрес" />
  270. </Mappings>
  271. <Sources />
  272. </TableAdapter>
  273. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="СотрудникиTableAdapter" GeneratorDataComponentClassName="СотрудникиTableAdapter" Name="Сотрудники" UserDataComponentName="СотрудникиTableAdapter">
  274. <MainSource>
  275. <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">
  276. <DeleteCommand>
  277. <DbCommand CommandType="Text" ModifiedByUser="false">
  278. <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>
  279. <Parameters>
  280. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Сотрудника" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Сотрудника" SourceColumnNullMapping="false" SourceVersion="Original" />
  281. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ФИО" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="true" SourceVersion="Original" />
  282. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ФИО" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="false" SourceVersion="Original" />
  283. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Должность" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Должность" SourceColumnNullMapping="true" SourceVersion="Original" />
  284. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Должность" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Должность" SourceColumnNullMapping="false" SourceVersion="Original" />
  285. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Адрес" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="true" SourceVersion="Original" />
  286. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Адрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="false" SourceVersion="Original" />
  287. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Дата_рождения" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Дата_рождения" SourceColumnNullMapping="true" SourceVersion="Original" />
  288. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_Дата_рождения" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_рождения" SourceColumnNullMapping="false" SourceVersion="Original" />
  289. </Parameters>
  290. </DbCommand>
  291. </DeleteCommand>
  292. <InsertCommand>
  293. <DbCommand CommandType="Text" ModifiedByUser="false">
  294. <CommandText>INSERT INTO [dbo].[Сотрудники] ([Код_Сотрудника], [ФИО], [Должность], [Адрес], [Дата_рождения]) VALUES (@Код_Сотрудника, @ФИО, @Должность, @Адрес, @Дата_рождения);
  295. SELECT Код_Сотрудника, ФИО, Должность, Адрес, Дата_рождения FROM Сотрудники WHERE (Код_Сотрудника = @Код_Сотрудника)</CommandText>
  296. <Parameters>
  297. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Сотрудника" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Сотрудника" SourceColumnNullMapping="false" SourceVersion="Current" />
  298. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ФИО" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="false" SourceVersion="Current" />
  299. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Должность" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Должность" SourceColumnNullMapping="false" SourceVersion="Current" />
  300. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Адрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="false" SourceVersion="Current" />
  301. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Дата_рождения" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_рождения" SourceColumnNullMapping="false" SourceVersion="Current" />
  302. </Parameters>
  303. </DbCommand>
  304. </InsertCommand>
  305. <SelectCommand>
  306. <DbCommand CommandType="Text" ModifiedByUser="false">
  307. <CommandText>SELECT Код_Сотрудника, ФИО, Должность, Адрес, Дата_рождения FROM dbo.Сотрудники</CommandText>
  308. <Parameters />
  309. </DbCommand>
  310. </SelectCommand>
  311. <UpdateCommand>
  312. <DbCommand CommandType="Text" ModifiedByUser="false">
  313. <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_Дата_рождения)));
  314. SELECT Код_Сотрудника, ФИО, Должность, Адрес, Дата_рождения FROM Сотрудники WHERE (Код_Сотрудника = @Код_Сотрудника)</CommandText>
  315. <Parameters>
  316. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Сотрудника" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Сотрудника" SourceColumnNullMapping="false" SourceVersion="Current" />
  317. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ФИО" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="false" SourceVersion="Current" />
  318. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Должность" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Должность" SourceColumnNullMapping="false" SourceVersion="Current" />
  319. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Адрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="false" SourceVersion="Current" />
  320. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Дата_рождения" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_рождения" SourceColumnNullMapping="false" SourceVersion="Current" />
  321. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Сотрудника" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Сотрудника" SourceColumnNullMapping="false" SourceVersion="Original" />
  322. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ФИО" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="true" SourceVersion="Original" />
  323. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ФИО" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ФИО" SourceColumnNullMapping="false" SourceVersion="Original" />
  324. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Должность" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Должность" SourceColumnNullMapping="true" SourceVersion="Original" />
  325. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Должность" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Должность" SourceColumnNullMapping="false" SourceVersion="Original" />
  326. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Адрес" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="true" SourceVersion="Original" />
  327. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Адрес" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Адрес" SourceColumnNullMapping="false" SourceVersion="Original" />
  328. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Дата_рождения" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Дата_рождения" SourceColumnNullMapping="true" SourceVersion="Original" />
  329. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_Дата_рождения" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_рождения" SourceColumnNullMapping="false" SourceVersion="Original" />
  330. </Parameters>
  331. </DbCommand>
  332. </UpdateCommand>
  333. </DbSource>
  334. </MainSource>
  335. <Mappings>
  336. <Mapping SourceColumn="Код_Сотрудника" DataSetColumn="Код_Сотрудника" />
  337. <Mapping SourceColumn="ФИО" DataSetColumn="ФИО" />
  338. <Mapping SourceColumn="Должность" DataSetColumn="Должность" />
  339. <Mapping SourceColumn="Адрес" DataSetColumn="Адрес" />
  340. <Mapping SourceColumn="Дата_рождения" DataSetColumn="Дата_рождения" />
  341. </Mappings>
  342. <Sources />
  343. </TableAdapter>
  344. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ТоварыTableAdapter" GeneratorDataComponentClassName="ТоварыTableAdapter" Name="Товары" UserDataComponentName="ТоварыTableAdapter">
  345. <MainSource>
  346. <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">
  347. <DeleteCommand>
  348. <DbCommand CommandType="Text" ModifiedByUser="false">
  349. <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>
  350. <Parameters>
  351. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Товара" SourceColumnNullMapping="false" SourceVersion="Original" />
  352. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Наименование_товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Наименование_товара" SourceColumnNullMapping="true" SourceVersion="Original" />
  353. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Наименование_товара" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наименование_товара" SourceColumnNullMapping="false" SourceVersion="Original" />
  354. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Описание" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Описание" SourceColumnNullMapping="true" SourceVersion="Original" />
  355. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Описание" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Описание" SourceColumnNullMapping="false" SourceVersion="Original" />
  356. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Стоимость" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Стоимость" SourceColumnNullMapping="true" SourceVersion="Original" />
  357. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@Original_Стоимость" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="Стоимость" SourceColumnNullMapping="false" SourceVersion="Original" />
  358. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Наличие" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Наличие" SourceColumnNullMapping="true" SourceVersion="Original" />
  359. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Наличие" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наличие" SourceColumnNullMapping="false" SourceVersion="Original" />
  360. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Количество" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Количество" SourceColumnNullMapping="true" SourceVersion="Original" />
  361. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Количество" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Количество" SourceColumnNullMapping="false" SourceVersion="Original" />
  362. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Код_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставки" SourceColumnNullMapping="true" SourceVersion="Original" />
  363. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставки" SourceColumnNullMapping="false" SourceVersion="Original" />
  364. </Parameters>
  365. </DbCommand>
  366. </DeleteCommand>
  367. <InsertCommand>
  368. <DbCommand CommandType="Text" ModifiedByUser="false">
  369. <CommandText>INSERT INTO [dbo].[Товары] ([Код_Товара], [Наименование_товара], [Описание], [Стоимость], [Наличие], [Количество], [Код_Поставки]) VALUES (@Код_Товара, @Наименование_товара, @Описание, @Стоимость, @Наличие, @Количество, @Код_Поставки);
  370. SELECT Код_Товара, Наименование_товара, Описание, Стоимость, Наличие, Количество, Код_Поставки FROM Товары WHERE (Код_Товара = @Код_Товара)</CommandText>
  371. <Parameters>
  372. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Товара" SourceColumnNullMapping="false" SourceVersion="Current" />
  373. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Наименование_товара" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наименование_товара" SourceColumnNullMapping="false" SourceVersion="Current" />
  374. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Описание" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Описание" SourceColumnNullMapping="false" SourceVersion="Current" />
  375. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@Стоимость" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="Стоимость" SourceColumnNullMapping="false" SourceVersion="Current" />
  376. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Наличие" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наличие" SourceColumnNullMapping="false" SourceVersion="Current" />
  377. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Количество" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Количество" SourceColumnNullMapping="false" SourceVersion="Current" />
  378. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставки" SourceColumnNullMapping="false" SourceVersion="Current" />
  379. </Parameters>
  380. </DbCommand>
  381. </InsertCommand>
  382. <SelectCommand>
  383. <DbCommand CommandType="Text" ModifiedByUser="false">
  384. <CommandText>SELECT Код_Товара, Наименование_товара, Описание, Стоимость, Наличие, Количество, Код_Поставки FROM dbo.Товары</CommandText>
  385. <Parameters />
  386. </DbCommand>
  387. </SelectCommand>
  388. <UpdateCommand>
  389. <DbCommand CommandType="Text" ModifiedByUser="false">
  390. <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_Код_Поставки)));
  391. SELECT Код_Товара, Наименование_товара, Описание, Стоимость, Наличие, Количество, Код_Поставки FROM Товары WHERE (Код_Товара = @Код_Товара)</CommandText>
  392. <Parameters>
  393. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Товара" SourceColumnNullMapping="false" SourceVersion="Current" />
  394. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Наименование_товара" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наименование_товара" SourceColumnNullMapping="false" SourceVersion="Current" />
  395. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Описание" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Описание" SourceColumnNullMapping="false" SourceVersion="Current" />
  396. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@Стоимость" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="Стоимость" SourceColumnNullMapping="false" SourceVersion="Current" />
  397. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Наличие" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наличие" SourceColumnNullMapping="false" SourceVersion="Current" />
  398. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Количество" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Количество" SourceColumnNullMapping="false" SourceVersion="Current" />
  399. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Код_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставки" SourceColumnNullMapping="false" SourceVersion="Current" />
  400. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Товара" SourceColumnNullMapping="false" SourceVersion="Original" />
  401. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Наименование_товара" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Наименование_товара" SourceColumnNullMapping="true" SourceVersion="Original" />
  402. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Наименование_товара" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наименование_товара" SourceColumnNullMapping="false" SourceVersion="Original" />
  403. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Описание" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Описание" SourceColumnNullMapping="true" SourceVersion="Original" />
  404. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Описание" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Описание" SourceColumnNullMapping="false" SourceVersion="Original" />
  405. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Стоимость" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Стоимость" SourceColumnNullMapping="true" SourceVersion="Original" />
  406. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@Original_Стоимость" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="Стоимость" SourceColumnNullMapping="false" SourceVersion="Original" />
  407. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Наличие" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Наличие" SourceColumnNullMapping="true" SourceVersion="Original" />
  408. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Наличие" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наличие" SourceColumnNullMapping="false" SourceVersion="Original" />
  409. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Количество" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Количество" SourceColumnNullMapping="true" SourceVersion="Original" />
  410. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Количество" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Количество" SourceColumnNullMapping="false" SourceVersion="Original" />
  411. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Код_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставки" SourceColumnNullMapping="true" SourceVersion="Original" />
  412. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код_Поставки" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код_Поставки" SourceColumnNullMapping="false" SourceVersion="Original" />
  413. </Parameters>
  414. </DbCommand>
  415. </UpdateCommand>
  416. </DbSource>
  417. </MainSource>
  418. <Mappings>
  419. <Mapping SourceColumn="Код_Товара" DataSetColumn="Код_Товара" />
  420. <Mapping SourceColumn="Наименование_товара" DataSetColumn="Наименование_товара" />
  421. <Mapping SourceColumn="Описание" DataSetColumn="Описание" />
  422. <Mapping SourceColumn="Стоимость" DataSetColumn="Стоимость" />
  423. <Mapping SourceColumn="Наличие" DataSetColumn="Наличие" />
  424. <Mapping SourceColumn="Количество" DataSetColumn="Количество" />
  425. <Mapping SourceColumn="Код_Поставки" DataSetColumn="Код_Поставки" />
  426. </Mappings>
  427. <Sources />
  428. </TableAdapter>
  429. </Tables>
  430. <Sources />
  431. </DataSource>
  432. </xs:appinfo>
  433. </xs:annotation>
  434. <xs:element name="Bd_EmelyanovDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="Bd_EmelyanovDataSet" msprop:Generator_UserDSName="Bd_EmelyanovDataSet">
  435. <xs:complexType>
  436. <xs:choice minOccurs="0" maxOccurs="unbounded">
  437. <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">
  438. <xs:complexType>
  439. <xs:sequence>
  440. <xs:element name="Код_Заказа" msprop:Generator_ColumnVarNameInTable="columnКод_Заказа" msprop:Generator_ColumnPropNameInRow="Код_Заказа" msprop:Generator_ColumnPropNameInTable="Код_ЗаказаColumn" msprop:Generator_UserColumnName="Код_Заказа" type="xs:int" />
  441. <xs:element name="Дата_Размещения" msprop:Generator_ColumnVarNameInTable="columnДата_Размещения" msprop:Generator_ColumnPropNameInRow="Дата_Размещения" msprop:Generator_ColumnPropNameInTable="Дата_РазмещенияColumn" msprop:Generator_UserColumnName="Дата_Размещения" minOccurs="0">
  442. <xs:simpleType>
  443. <xs:restriction base="xs:string">
  444. <xs:maxLength value="50" />
  445. </xs:restriction>
  446. </xs:simpleType>
  447. </xs:element>
  448. <xs:element name="Дата_Исполнения" msprop:Generator_ColumnVarNameInTable="columnДата_Исполнения" msprop:Generator_ColumnPropNameInRow="Дата_Исполнения" msprop:Generator_ColumnPropNameInTable="Дата_ИсполненияColumn" msprop:Generator_UserColumnName="Дата_Исполнения" minOccurs="0">
  449. <xs:simpleType>
  450. <xs:restriction base="xs:string">
  451. <xs:maxLength value="50" />
  452. </xs:restriction>
  453. </xs:simpleType>
  454. </xs:element>
  455. <xs:element name="Код_Сотрудника" msprop:Generator_ColumnVarNameInTable="columnКод_Сотрудника" msprop:Generator_ColumnPropNameInRow="Код_Сотрудника" msprop:Generator_ColumnPropNameInTable="Код_СотрудникаColumn" msprop:Generator_UserColumnName="Код_Сотрудника" type="xs:int" minOccurs="0" />
  456. <xs:element name="Код_Товара" msprop:Generator_ColumnVarNameInTable="columnКод_Товара" msprop:Generator_ColumnPropNameInRow="Код_Товара" msprop:Generator_ColumnPropNameInTable="Код_ТовараColumn" msprop:Generator_UserColumnName="Код_Товара" type="xs:int" minOccurs="0" />
  457. <xs:element name="Код_Клиента" msprop:Generator_ColumnVarNameInTable="columnКод_Клиента" msprop:Generator_ColumnPropNameInRow="Код_Клиента" msprop:Generator_ColumnPropNameInTable="Код_КлиентаColumn" msprop:Generator_UserColumnName="Код_Клиента" type="xs:int" minOccurs="0" />
  458. </xs:sequence>
  459. </xs:complexType>
  460. </xs:element>
  461. <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">
  462. <xs:complexType>
  463. <xs:sequence>
  464. <xs:element name="Код_Клиента" msprop:Generator_ColumnVarNameInTable="columnКод_Клиента" msprop:Generator_ColumnPropNameInRow="Код_Клиента" msprop:Generator_ColumnPropNameInTable="Код_КлиентаColumn" msprop:Generator_UserColumnName="Код_Клиента" type="xs:int" />
  465. <xs:element name="ФИО" msprop:Generator_ColumnVarNameInTable="columnФИО" msprop:Generator_ColumnPropNameInRow="ФИО" msprop:Generator_ColumnPropNameInTable="ФИОColumn" msprop:Generator_UserColumnName="ФИО" minOccurs="0">
  466. <xs:simpleType>
  467. <xs:restriction base="xs:string">
  468. <xs:maxLength value="50" />
  469. </xs:restriction>
  470. </xs:simpleType>
  471. </xs:element>
  472. <xs:element name="Алрес" msprop:Generator_ColumnVarNameInTable="columnАлрес" msprop:Generator_ColumnPropNameInRow="Алрес" msprop:Generator_ColumnPropNameInTable="АлресColumn" msprop:Generator_UserColumnName="Алрес" minOccurs="0">
  473. <xs:simpleType>
  474. <xs:restriction base="xs:string">
  475. <xs:maxLength value="50" />
  476. </xs:restriction>
  477. </xs:simpleType>
  478. </xs:element>
  479. <xs:element name="Телефон" msprop:Generator_ColumnVarNameInTable="columnТелефон" msprop:Generator_ColumnPropNameInRow="Телефон" msprop:Generator_ColumnPropNameInTable="ТелефонColumn" msprop:Generator_UserColumnName="Телефон" minOccurs="0">
  480. <xs:simpleType>
  481. <xs:restriction base="xs:string">
  482. <xs:maxLength value="50" />
  483. </xs:restriction>
  484. </xs:simpleType>
  485. </xs:element>
  486. </xs:sequence>
  487. </xs:complexType>
  488. </xs:element>
  489. <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">
  490. <xs:complexType>
  491. <xs:sequence>
  492. <xs:element name="Код_Поставки" msprop:Generator_ColumnVarNameInTable="columnКод_Поставки" msprop:Generator_ColumnPropNameInRow="Код_Поставки" msprop:Generator_ColumnPropNameInTable="Код_ПоставкиColumn" msprop:Generator_UserColumnName="Код_Поставки" type="xs:int" />
  493. <xs:element name="Дата_Поставки" msprop:Generator_ColumnVarNameInTable="columnДата_Поставки" msprop:Generator_ColumnPropNameInRow="Дата_Поставки" msprop:Generator_ColumnPropNameInTable="Дата_ПоставкиColumn" msprop:Generator_UserColumnName="Дата_Поставки" type="xs:dateTime" minOccurs="0" />
  494. <xs:element name="Код_Поставщика" msprop:Generator_ColumnVarNameInTable="columnКод_Поставщика" msprop:Generator_ColumnPropNameInRow="Код_Поставщика" msprop:Generator_ColumnPropNameInTable="Код_ПоставщикаColumn" msprop:Generator_UserColumnName="Код_Поставщика" type="xs:int" minOccurs="0" />
  495. </xs:sequence>
  496. </xs:complexType>
  497. </xs:element>
  498. <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">
  499. <xs:complexType>
  500. <xs:sequence>
  501. <xs:element name="Код_Поставщика" msprop:Generator_ColumnVarNameInTable="columnКод_Поставщика" msprop:Generator_ColumnPropNameInRow="Код_Поставщика" msprop:Generator_ColumnPropNameInTable="Код_ПоставщикаColumn" msprop:Generator_UserColumnName="Код_Поставщика" type="xs:int" />
  502. <xs:element name="Название_поставщика" msprop:Generator_ColumnVarNameInTable="columnНазвание_поставщика" msprop:Generator_ColumnPropNameInRow="Название_поставщика" msprop:Generator_ColumnPropNameInTable="Название_поставщикаColumn" msprop:Generator_UserColumnName="Название_поставщика" minOccurs="0">
  503. <xs:simpleType>
  504. <xs:restriction base="xs:string">
  505. <xs:maxLength value="50" />
  506. </xs:restriction>
  507. </xs:simpleType>
  508. </xs:element>
  509. <xs:element name="Контактный_телефон" msprop:Generator_ColumnVarNameInTable="columnКонтактный_телефон" msprop:Generator_ColumnPropNameInRow="Контактный_телефон" msprop:Generator_ColumnPropNameInTable="Контактный_телефонColumn" msprop:Generator_UserColumnName="Контактный_телефон" minOccurs="0">
  510. <xs:simpleType>
  511. <xs:restriction base="xs:string">
  512. <xs:maxLength value="50" />
  513. </xs:restriction>
  514. </xs:simpleType>
  515. </xs:element>
  516. <xs:element name="Адрес" msprop:Generator_ColumnVarNameInTable="columnАдрес" msprop:Generator_ColumnPropNameInRow="Адрес" msprop:Generator_ColumnPropNameInTable="АдресColumn" msprop:Generator_UserColumnName="Адрес" minOccurs="0">
  517. <xs:simpleType>
  518. <xs:restriction base="xs:string">
  519. <xs:maxLength value="50" />
  520. </xs:restriction>
  521. </xs:simpleType>
  522. </xs:element>
  523. </xs:sequence>
  524. </xs:complexType>
  525. </xs:element>
  526. <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">
  527. <xs:complexType>
  528. <xs:sequence>
  529. <xs:element name="Код_Сотрудника" msprop:Generator_ColumnVarNameInTable="columnКод_Сотрудника" msprop:Generator_ColumnPropNameInRow="Код_Сотрудника" msprop:Generator_ColumnPropNameInTable="Код_СотрудникаColumn" msprop:Generator_UserColumnName="Код_Сотрудника" type="xs:int" />
  530. <xs:element name="ФИО" msprop:Generator_ColumnVarNameInTable="columnФИО" msprop:Generator_ColumnPropNameInRow="ФИО" msprop:Generator_ColumnPropNameInTable="ФИОColumn" msprop:Generator_UserColumnName="ФИО" minOccurs="0">
  531. <xs:simpleType>
  532. <xs:restriction base="xs:string">
  533. <xs:maxLength value="50" />
  534. </xs:restriction>
  535. </xs:simpleType>
  536. </xs:element>
  537. <xs:element name="Должность" msprop:Generator_ColumnVarNameInTable="columnДолжность" msprop:Generator_ColumnPropNameInRow="Должность" msprop:Generator_ColumnPropNameInTable="ДолжностьColumn" msprop:Generator_UserColumnName="Должность" minOccurs="0">
  538. <xs:simpleType>
  539. <xs:restriction base="xs:string">
  540. <xs:maxLength value="50" />
  541. </xs:restriction>
  542. </xs:simpleType>
  543. </xs:element>
  544. <xs:element name="Адрес" msprop:Generator_ColumnVarNameInTable="columnАдрес" msprop:Generator_ColumnPropNameInRow="Адрес" msprop:Generator_ColumnPropNameInTable="АдресColumn" msprop:Generator_UserColumnName="Адрес" minOccurs="0">
  545. <xs:simpleType>
  546. <xs:restriction base="xs:string">
  547. <xs:maxLength value="50" />
  548. </xs:restriction>
  549. </xs:simpleType>
  550. </xs:element>
  551. <xs:element name="Дата_рождения" msprop:Generator_ColumnVarNameInTable="columnДата_рождения" msprop:Generator_ColumnPropNameInRow="Дата_рождения" msprop:Generator_ColumnPropNameInTable="Дата_рожденияColumn" msprop:Generator_UserColumnName="Дата_рождения" type="xs:dateTime" minOccurs="0" />
  552. </xs:sequence>
  553. </xs:complexType>
  554. </xs:element>
  555. <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">
  556. <xs:complexType>
  557. <xs:sequence>
  558. <xs:element name="Код_Товара" msprop:Generator_ColumnVarNameInTable="columnКод_Товара" msprop:Generator_ColumnPropNameInRow="Код_Товара" msprop:Generator_ColumnPropNameInTable="Код_ТовараColumn" msprop:Generator_UserColumnName="Код_Товара" type="xs:int" />
  559. <xs:element name="Наименование_товара" msprop:Generator_ColumnVarNameInTable="columnНаименование_товара" msprop:Generator_ColumnPropNameInRow="Наименование_товара" msprop:Generator_ColumnPropNameInTable="Наименование_товараColumn" msprop:Generator_UserColumnName="Наименование_товара" minOccurs="0">
  560. <xs:simpleType>
  561. <xs:restriction base="xs:string">
  562. <xs:maxLength value="50" />
  563. </xs:restriction>
  564. </xs:simpleType>
  565. </xs:element>
  566. <xs:element name="Описание" msprop:Generator_ColumnVarNameInTable="columnОписание" msprop:Generator_ColumnPropNameInRow="Описание" msprop:Generator_ColumnPropNameInTable="ОписаниеColumn" msprop:Generator_UserColumnName="Описание" minOccurs="0">
  567. <xs:simpleType>
  568. <xs:restriction base="xs:string">
  569. <xs:maxLength value="50" />
  570. </xs:restriction>
  571. </xs:simpleType>
  572. </xs:element>
  573. <xs:element name="Стоимость" msprop:Generator_ColumnVarNameInTable="columnСтоимость" msprop:Generator_ColumnPropNameInRow="Стоимость" msprop:Generator_ColumnPropNameInTable="СтоимостьColumn" msprop:Generator_UserColumnName="Стоимость" type="xs:decimal" minOccurs="0" />
  574. <xs:element name="Наличие" msprop:Generator_ColumnVarNameInTable="columnНаличие" msprop:Generator_ColumnPropNameInRow="Наличие" msprop:Generator_ColumnPropNameInTable="НаличиеColumn" msprop:Generator_UserColumnName="Наличие" minOccurs="0">
  575. <xs:simpleType>
  576. <xs:restriction base="xs:string">
  577. <xs:maxLength value="50" />
  578. </xs:restriction>
  579. </xs:simpleType>
  580. </xs:element>
  581. <xs:element name="Количество" msprop:Generator_ColumnVarNameInTable="columnКоличество" msprop:Generator_ColumnPropNameInRow="Количество" msprop:Generator_ColumnPropNameInTable="КоличествоColumn" msprop:Generator_UserColumnName="Количество" minOccurs="0">
  582. <xs:simpleType>
  583. <xs:restriction base="xs:string">
  584. <xs:maxLength value="50" />
  585. </xs:restriction>
  586. </xs:simpleType>
  587. </xs:element>
  588. <xs:element name="Код_Поставки" msprop:Generator_ColumnVarNameInTable="columnКод_Поставки" msprop:Generator_ColumnPropNameInRow="Код_Поставки" msprop:Generator_ColumnPropNameInTable="Код_ПоставкиColumn" msprop:Generator_UserColumnName="Код_Поставки" type="xs:int" minOccurs="0" />
  589. </xs:sequence>
  590. </xs:complexType>
  591. </xs:element>
  592. </xs:choice>
  593. </xs:complexType>
  594. <xs:unique name="Constraint1" msdata:PrimaryKey="true">
  595. <xs:selector xpath=".//mstns:Заказы" />
  596. <xs:field xpath="mstns:Код_Заказа" />
  597. </xs:unique>
  598. <xs:unique name="Клиенты_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
  599. <xs:selector xpath=".//mstns:Клиенты" />
  600. <xs:field xpath="mstns:Код_Клиента" />
  601. </xs:unique>
  602. <xs:unique name="Поставка_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
  603. <xs:selector xpath=".//mstns:Поставка" />
  604. <xs:field xpath="mstns:Код_Поставки" />
  605. </xs:unique>
  606. <xs:unique name="Поставщик_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
  607. <xs:selector xpath=".//mstns:Поставщик" />
  608. <xs:field xpath="mstns:Код_Поставщика" />
  609. </xs:unique>
  610. <xs:unique name="Сотрудники_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
  611. <xs:selector xpath=".//mstns:Сотрудники" />
  612. <xs:field xpath="mstns:Код_Сотрудника" />
  613. </xs:unique>
  614. <xs:unique name="Товары_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
  615. <xs:selector xpath=".//mstns:Товары" />
  616. <xs:field xpath="mstns:Код_Товара" />
  617. </xs:unique>
  618. </xs:element>
  619. <xs:annotation>
  620. <xs:appinfo>
  621. <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" />
  622. <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" />
  623. <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" />
  624. <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" />
  625. <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="Поставка" />
  626. </xs:appinfo>
  627. </xs:annotation>
  628. </xs:schema>