LebedenkoWorldSkillsDataSet.xsd 64 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema id="LebedenkoWorldSkillsDataSet" targetNamespace="http://tempuri.org/LebedenkoWorldSkillsDataSet.xsd" xmlns:mstns="http://tempuri.org/LebedenkoWorldSkillsDataSet.xsd" xmlns="http://tempuri.org/LebedenkoWorldSkillsDataSet.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="LebedenkoWorldSkillsConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="LebedenkoWorldSkillsConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.Lebedenko_WS_Winforms.Properties.Settings.GlobalReference.Default.LebedenkoWorldSkillsConnectionString" Provider="System.Data.SqlClient" />
  8. </Connections>
  9. <Tables>
  10. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="DataLoginTableAdapter" GeneratorDataComponentClassName="DataLoginTableAdapter" Name="DataLogin" UserDataComponentName="DataLoginTableAdapter">
  11. <MainSource>
  12. <DbSource ConnectionRef="LebedenkoWorldSkillsConnectionString (Settings)" DbObjectName="LebedenkoWorldSkills.dbo.DataLogin" 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. <InsertCommand>
  14. <DbCommand CommandType="Text" ModifiedByUser="false">
  15. <CommandText>INSERT INTO [dbo].[DataLogin] ([Login], [Password]) VALUES (@Login, @Password)</CommandText>
  16. <Parameters>
  17. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Login" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Login" SourceColumnNullMapping="false" SourceVersion="Current" />
  18. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Password" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Password" SourceColumnNullMapping="false" SourceVersion="Current" />
  19. </Parameters>
  20. </DbCommand>
  21. </InsertCommand>
  22. <SelectCommand>
  23. <DbCommand CommandType="Text" ModifiedByUser="false">
  24. <CommandText>SELECT Login, Password FROM dbo.DataLogin</CommandText>
  25. <Parameters />
  26. </DbCommand>
  27. </SelectCommand>
  28. </DbSource>
  29. </MainSource>
  30. <Mappings>
  31. <Mapping SourceColumn="Login" DataSetColumn="Login" />
  32. <Mapping SourceColumn="Password" DataSetColumn="Password" />
  33. </Mappings>
  34. <Sources />
  35. </TableAdapter>
  36. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ДанныеОСтудентеTableAdapter" GeneratorDataComponentClassName="ДанныеОСтудентеTableAdapter" Name="ДанныеОСтуденте" UserDataComponentName="ДанныеОСтудентеTableAdapter">
  37. <MainSource>
  38. <DbSource ConnectionRef="LebedenkoWorldSkillsConnectionString (Settings)" DbObjectName="LebedenkoWorldSkills.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">
  39. <DeleteCommand>
  40. <DbCommand CommandType="Text" ModifiedByUser="false">
  41. <CommandText>DELETE FROM [dbo].[ДанныеОСтуденте] WHERE (([Код] = @Original_Код) AND ([Имя] = @Original_Имя) AND ([Фамилия] = @Original_Фамилия) AND ([Отчество] = @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>
  42. <Parameters>
  43. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код" SourceColumnNullMapping="false" SourceVersion="Original" />
  44. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Имя" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Имя" SourceColumnNullMapping="false" SourceVersion="Original" />
  45. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Фамилия" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Фамилия" SourceColumnNullMapping="false" SourceVersion="Original" />
  46. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Отчество" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Отчество" SourceColumnNullMapping="false" SourceVersion="Original" />
  47. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Дата_Рождения" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Дата_Рождения" SourceColumnNullMapping="true" SourceVersion="Original" />
  48. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_Дата_Рождения" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_Рождения" SourceColumnNullMapping="false" SourceVersion="Original" />
  49. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Группа" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Группа" SourceColumnNullMapping="true" SourceVersion="Original" />
  50. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Группа" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Группа" SourceColumnNullMapping="false" SourceVersion="Original" />
  51. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Телефон" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Телефон" SourceColumnNullMapping="true" SourceVersion="Original" />
  52. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Телефон" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Телефон" SourceColumnNullMapping="false" SourceVersion="Original" />
  53. </Parameters>
  54. </DbCommand>
  55. </DeleteCommand>
  56. <InsertCommand>
  57. <DbCommand CommandType="Text" ModifiedByUser="false">
  58. <CommandText>INSERT INTO [dbo].[ДанныеОСтуденте] ([Имя], [Фамилия], [Отчество], [Дата_Рождения], [Группа], [Телефон]) VALUES (@Имя, @Фамилия, @Отчество, @Дата_Рождения, @Группа, @Телефон);
  59. SELECT Код, Имя, Фамилия, Отчество, Дата_Рождения, Группа, Телефон FROM ДанныеОСтуденте WHERE (Код = SCOPE_IDENTITY())</CommandText>
  60. <Parameters>
  61. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Имя" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Имя" SourceColumnNullMapping="false" SourceVersion="Current" />
  62. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Фамилия" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Фамилия" SourceColumnNullMapping="false" SourceVersion="Current" />
  63. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Отчество" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Отчество" SourceColumnNullMapping="false" SourceVersion="Current" />
  64. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Дата_Рождения" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_Рождения" SourceColumnNullMapping="false" SourceVersion="Current" />
  65. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Группа" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Группа" SourceColumnNullMapping="false" SourceVersion="Current" />
  66. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Телефон" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Телефон" SourceColumnNullMapping="false" SourceVersion="Current" />
  67. </Parameters>
  68. </DbCommand>
  69. </InsertCommand>
  70. <SelectCommand>
  71. <DbCommand CommandType="Text" ModifiedByUser="false">
  72. <CommandText>SELECT Код, Имя, Фамилия, Отчество, Дата_Рождения, Группа, Телефон FROM dbo.ДанныеОСтуденте</CommandText>
  73. <Parameters />
  74. </DbCommand>
  75. </SelectCommand>
  76. <UpdateCommand>
  77. <DbCommand CommandType="Text" ModifiedByUser="false">
  78. <CommandText>UPDATE [dbo].[ДанныеОСтуденте] SET [Имя] = @Имя, [Фамилия] = @Фамилия, [Отчество] = @Отчество, [Дата_Рождения] = @Дата_Рождения, [Группа] = @Группа, [Телефон] = @Телефон WHERE (([Код] = @Original_Код) AND ([Имя] = @Original_Имя) AND ([Фамилия] = @Original_Фамилия) AND ([Отчество] = @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_Телефон)));
  79. SELECT Код, Имя, Фамилия, Отчество, Дата_Рождения, Группа, Телефон FROM ДанныеОСтуденте WHERE (Код = @Код)</CommandText>
  80. <Parameters>
  81. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Имя" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Имя" SourceColumnNullMapping="false" SourceVersion="Current" />
  82. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Фамилия" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Фамилия" SourceColumnNullMapping="false" SourceVersion="Current" />
  83. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Отчество" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Отчество" SourceColumnNullMapping="false" SourceVersion="Current" />
  84. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Дата_Рождения" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_Рождения" SourceColumnNullMapping="false" SourceVersion="Current" />
  85. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Группа" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Группа" SourceColumnNullMapping="false" SourceVersion="Current" />
  86. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Телефон" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Телефон" SourceColumnNullMapping="false" SourceVersion="Current" />
  87. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код" SourceColumnNullMapping="false" SourceVersion="Original" />
  88. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Имя" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Имя" SourceColumnNullMapping="false" SourceVersion="Original" />
  89. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Фамилия" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Фамилия" SourceColumnNullMapping="false" SourceVersion="Original" />
  90. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Отчество" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Отчество" SourceColumnNullMapping="false" SourceVersion="Original" />
  91. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Дата_Рождения" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Дата_Рождения" SourceColumnNullMapping="true" SourceVersion="Original" />
  92. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_Дата_Рождения" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_Рождения" SourceColumnNullMapping="false" SourceVersion="Original" />
  93. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Группа" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Группа" SourceColumnNullMapping="true" SourceVersion="Original" />
  94. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Группа" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Группа" SourceColumnNullMapping="false" SourceVersion="Original" />
  95. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Телефон" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Телефон" SourceColumnNullMapping="true" SourceVersion="Original" />
  96. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Телефон" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Телефон" SourceColumnNullMapping="false" SourceVersion="Original" />
  97. <Parameter AllowDbNull="false" AutogeneratedName="Код" ColumnName="Код" DataSourceName="LebedenkoWorldSkills.dbo.ДанныеОСтуденте" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Код" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="Код" SourceColumnNullMapping="false" SourceVersion="Current" />
  98. </Parameters>
  99. </DbCommand>
  100. </UpdateCommand>
  101. </DbSource>
  102. </MainSource>
  103. <Mappings>
  104. <Mapping SourceColumn="Код" DataSetColumn="Код" />
  105. <Mapping SourceColumn="Имя" DataSetColumn="Имя" />
  106. <Mapping SourceColumn="Фамилия" DataSetColumn="Фамилия" />
  107. <Mapping SourceColumn="Отчество" DataSetColumn="Отчество" />
  108. <Mapping SourceColumn="Дата_Рождения" DataSetColumn="Дата_Рождения" />
  109. <Mapping SourceColumn="Группа" DataSetColumn="Группа" />
  110. <Mapping SourceColumn="Телефон" DataSetColumn="Телефон" />
  111. </Mappings>
  112. <Sources />
  113. </TableAdapter>
  114. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ЭкзаменTableAdapter" GeneratorDataComponentClassName="ЭкзаменTableAdapter" Name="Экзамен" UserDataComponentName="ЭкзаменTableAdapter">
  115. <MainSource>
  116. <DbSource ConnectionRef="LebedenkoWorldSkillsConnectionString (Settings)" DbObjectName="LebedenkoWorldSkills.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">
  117. <DeleteCommand>
  118. <DbCommand CommandType="Text" ModifiedByUser="false">
  119. <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_ID_ДанныеОСтуденте = 1 AND [ID_ДанныеОСтуденте] IS NULL) OR ([ID_ДанныеОСтуденте] = @Original_ID_ДанныеОСтуденте)))</CommandText>
  120. <Parameters>
  121. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код" SourceColumnNullMapping="false" SourceVersion="Original" />
  122. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Наименование" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Наименование" SourceColumnNullMapping="true" SourceVersion="Original" />
  123. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Наименование" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наименование" SourceColumnNullMapping="false" SourceVersion="Original" />
  124. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Дата_начала" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Дата_начала" SourceColumnNullMapping="true" SourceVersion="Original" />
  125. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_Дата_начала" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_начала" SourceColumnNullMapping="false" SourceVersion="Original" />
  126. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Дата_окончания" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Дата_окончания" SourceColumnNullMapping="true" SourceVersion="Original" />
  127. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_Дата_окончания" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_окончания" SourceColumnNullMapping="false" SourceVersion="Original" />
  128. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Оценка" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Оценка" SourceColumnNullMapping="true" SourceVersion="Original" />
  129. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Оценка" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Оценка" SourceColumnNullMapping="false" SourceVersion="Original" />
  130. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ID_ДанныеОСтуденте" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ID_ДанныеОСтуденте" SourceColumnNullMapping="true" SourceVersion="Original" />
  131. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ID_ДанныеОСтуденте" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ID_ДанныеОСтуденте" SourceColumnNullMapping="false" SourceVersion="Original" />
  132. </Parameters>
  133. </DbCommand>
  134. </DeleteCommand>
  135. <InsertCommand>
  136. <DbCommand CommandType="Text" ModifiedByUser="false">
  137. <CommandText>INSERT INTO [dbo].[Экзамен] ([Наименование], [Дата_начала], [Дата_окончания], [Оценка], [ID_ДанныеОСтуденте]) VALUES (@Наименование, @Дата_начала, @Дата_окончания, @Оценка, @ID_ДанныеОСтуденте);
  138. SELECT Код, Наименование, Дата_начала, Дата_окончания, Оценка, ID_ДанныеОСтуденте FROM Экзамен WHERE (Код = SCOPE_IDENTITY())</CommandText>
  139. <Parameters>
  140. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Наименование" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наименование" SourceColumnNullMapping="false" SourceVersion="Current" />
  141. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Дата_начала" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_начала" SourceColumnNullMapping="false" SourceVersion="Current" />
  142. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Дата_окончания" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_окончания" SourceColumnNullMapping="false" SourceVersion="Current" />
  143. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Оценка" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Оценка" SourceColumnNullMapping="false" SourceVersion="Current" />
  144. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ID_ДанныеОСтуденте" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ID_ДанныеОСтуденте" SourceColumnNullMapping="false" SourceVersion="Current" />
  145. </Parameters>
  146. </DbCommand>
  147. </InsertCommand>
  148. <SelectCommand>
  149. <DbCommand CommandType="Text" ModifiedByUser="false">
  150. <CommandText>SELECT Код, Наименование, Дата_начала, Дата_окончания, Оценка, ID_ДанныеОСтуденте FROM dbo.Экзамен</CommandText>
  151. <Parameters />
  152. </DbCommand>
  153. </SelectCommand>
  154. <UpdateCommand>
  155. <DbCommand CommandType="Text" ModifiedByUser="false">
  156. <CommandText>UPDATE [dbo].[Экзамен] SET [Наименование] = @Наименование, [Дата_начала] = @Дата_начала, [Дата_окончания] = @Дата_окончания, [Оценка] = @Оценка, [ID_ДанныеОСтуденте] = @ID_ДанныеОСтуденте 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_ID_ДанныеОСтуденте = 1 AND [ID_ДанныеОСтуденте] IS NULL) OR ([ID_ДанныеОСтуденте] = @Original_ID_ДанныеОСтуденте)));
  157. SELECT Код, Наименование, Дата_начала, Дата_окончания, Оценка, ID_ДанныеОСтуденте FROM Экзамен WHERE (Код = @Код)</CommandText>
  158. <Parameters>
  159. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Наименование" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наименование" SourceColumnNullMapping="false" SourceVersion="Current" />
  160. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Дата_начала" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_начала" SourceColumnNullMapping="false" SourceVersion="Current" />
  161. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Дата_окончания" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_окончания" SourceColumnNullMapping="false" SourceVersion="Current" />
  162. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Оценка" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Оценка" SourceColumnNullMapping="false" SourceVersion="Current" />
  163. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ID_ДанныеОСтуденте" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ID_ДанныеОСтуденте" SourceColumnNullMapping="false" SourceVersion="Current" />
  164. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код" SourceColumnNullMapping="false" SourceVersion="Original" />
  165. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Наименование" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Наименование" SourceColumnNullMapping="true" SourceVersion="Original" />
  166. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Наименование" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наименование" SourceColumnNullMapping="false" SourceVersion="Original" />
  167. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Дата_начала" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Дата_начала" SourceColumnNullMapping="true" SourceVersion="Original" />
  168. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_Дата_начала" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_начала" SourceColumnNullMapping="false" SourceVersion="Original" />
  169. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Дата_окончания" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Дата_окончания" SourceColumnNullMapping="true" SourceVersion="Original" />
  170. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_Дата_окончания" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="Дата_окончания" SourceColumnNullMapping="false" SourceVersion="Original" />
  171. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Оценка" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Оценка" SourceColumnNullMapping="true" SourceVersion="Original" />
  172. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Оценка" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Оценка" SourceColumnNullMapping="false" SourceVersion="Original" />
  173. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ID_ДанныеОСтуденте" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ID_ДанныеОСтуденте" SourceColumnNullMapping="true" SourceVersion="Original" />
  174. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ID_ДанныеОСтуденте" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ID_ДанныеОСтуденте" SourceColumnNullMapping="false" SourceVersion="Original" />
  175. <Parameter AllowDbNull="false" AutogeneratedName="Код" ColumnName="Код" DataSourceName="LebedenkoWorldSkills.dbo.Экзамен" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Код" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="Код" SourceColumnNullMapping="false" SourceVersion="Current" />
  176. </Parameters>
  177. </DbCommand>
  178. </UpdateCommand>
  179. </DbSource>
  180. </MainSource>
  181. <Mappings>
  182. <Mapping SourceColumn="Код" DataSetColumn="Код" />
  183. <Mapping SourceColumn="Наименование" DataSetColumn="Наименование" />
  184. <Mapping SourceColumn="Дата_начала" DataSetColumn="Дата_начала" />
  185. <Mapping SourceColumn="Дата_окончания" DataSetColumn="Дата_окончания" />
  186. <Mapping SourceColumn="Оценка" DataSetColumn="Оценка" />
  187. <Mapping SourceColumn="ID_ДанныеОСтуденте" DataSetColumn="ID_ДанныеОСтуденте" />
  188. </Mappings>
  189. <Sources />
  190. </TableAdapter>
  191. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ЭкспертыTableAdapter" GeneratorDataComponentClassName="ЭкспертыTableAdapter" Name="Эксперты" UserDataComponentName="ЭкспертыTableAdapter">
  192. <MainSource>
  193. <DbSource ConnectionRef="LebedenkoWorldSkillsConnectionString (Settings)" DbObjectName="LebedenkoWorldSkills.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">
  194. <DeleteCommand>
  195. <DbCommand CommandType="Text" ModifiedByUser="false">
  196. <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>
  197. <Parameters>
  198. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код" SourceColumnNullMapping="false" SourceVersion="Original" />
  199. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Имя" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Имя" SourceColumnNullMapping="true" SourceVersion="Original" />
  200. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Имя" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Имя" SourceColumnNullMapping="false" SourceVersion="Original" />
  201. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Фамилия" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Фамилия" SourceColumnNullMapping="true" SourceVersion="Original" />
  202. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Фамилия" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Фамилия" SourceColumnNullMapping="false" SourceVersion="Original" />
  203. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Роль" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Роль" SourceColumnNullMapping="true" SourceVersion="Original" />
  204. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Роль" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Роль" SourceColumnNullMapping="false" SourceVersion="Original" />
  205. </Parameters>
  206. </DbCommand>
  207. </DeleteCommand>
  208. <InsertCommand>
  209. <DbCommand CommandType="Text" ModifiedByUser="false">
  210. <CommandText>INSERT INTO [dbo].[Эксперты] ([Имя], [Фамилия], [Роль]) VALUES (@Имя, @Фамилия, @Роль);
  211. SELECT Код, Имя, Фамилия, Роль FROM Эксперты WHERE (Код = SCOPE_IDENTITY())</CommandText>
  212. <Parameters>
  213. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Имя" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Имя" SourceColumnNullMapping="false" SourceVersion="Current" />
  214. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Фамилия" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Фамилия" SourceColumnNullMapping="false" SourceVersion="Current" />
  215. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Роль" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Роль" SourceColumnNullMapping="false" SourceVersion="Current" />
  216. </Parameters>
  217. </DbCommand>
  218. </InsertCommand>
  219. <SelectCommand>
  220. <DbCommand CommandType="Text" ModifiedByUser="false">
  221. <CommandText>SELECT Код, Имя, Фамилия, Роль FROM dbo.Эксперты</CommandText>
  222. <Parameters />
  223. </DbCommand>
  224. </SelectCommand>
  225. <UpdateCommand>
  226. <DbCommand CommandType="Text" ModifiedByUser="false">
  227. <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_Роль)));
  228. SELECT Код, Имя, Фамилия, Роль FROM Эксперты WHERE (Код = @Код)</CommandText>
  229. <Parameters>
  230. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Имя" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Имя" SourceColumnNullMapping="false" SourceVersion="Current" />
  231. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Фамилия" Precision="0" ProviderType="NVarChar" 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="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Код" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Код" SourceColumnNullMapping="false" SourceVersion="Original" />
  234. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Имя" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Имя" SourceColumnNullMapping="true" SourceVersion="Original" />
  235. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Имя" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Имя" SourceColumnNullMapping="false" SourceVersion="Original" />
  236. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Фамилия" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Фамилия" SourceColumnNullMapping="true" SourceVersion="Original" />
  237. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Фамилия" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Фамилия" SourceColumnNullMapping="false" SourceVersion="Original" />
  238. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Роль" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Роль" SourceColumnNullMapping="true" SourceVersion="Original" />
  239. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Роль" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Роль" SourceColumnNullMapping="false" SourceVersion="Original" />
  240. <Parameter AllowDbNull="false" AutogeneratedName="Код" ColumnName="Код" DataSourceName="LebedenkoWorldSkills.dbo.Эксперты" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Код" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="Код" SourceColumnNullMapping="false" SourceVersion="Current" />
  241. </Parameters>
  242. </DbCommand>
  243. </UpdateCommand>
  244. </DbSource>
  245. </MainSource>
  246. <Mappings>
  247. <Mapping SourceColumn="Код" DataSetColumn="Код" />
  248. <Mapping SourceColumn="Имя" DataSetColumn="Имя" />
  249. <Mapping SourceColumn="Фамилия" DataSetColumn="Фамилия" />
  250. <Mapping SourceColumn="Роль" DataSetColumn="Роль" />
  251. </Mappings>
  252. <Sources />
  253. </TableAdapter>
  254. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="View_1TableAdapter" GeneratorDataComponentClassName="View_1TableAdapter" Name="View_1" UserDataComponentName="View_1TableAdapter">
  255. <MainSource>
  256. <DbSource ConnectionRef="LebedenkoWorldSkillsConnectionString (Settings)" DbObjectName="LebedenkoWorldSkills.dbo.View_1" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" 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">
  257. <SelectCommand>
  258. <DbCommand CommandType="Text" ModifiedByUser="false">
  259. <CommandText>SELECT ID_ДанныеОСтуденте, Имя, Фамилия, Отчество, Наименование, Дата_начала, Дата_окончания, Оценка, Группа FROM dbo.View_1</CommandText>
  260. <Parameters />
  261. </DbCommand>
  262. </SelectCommand>
  263. </DbSource>
  264. </MainSource>
  265. <Mappings>
  266. <Mapping SourceColumn="ID_ДанныеОСтуденте" DataSetColumn="ID_ДанныеОСтуденте" />
  267. <Mapping SourceColumn="Имя" DataSetColumn="Имя" />
  268. <Mapping SourceColumn="Фамилия" DataSetColumn="Фамилия" />
  269. <Mapping SourceColumn="Отчество" DataSetColumn="Отчество" />
  270. <Mapping SourceColumn="Наименование" DataSetColumn="Наименование" />
  271. <Mapping SourceColumn="Дата_начала" DataSetColumn="Дата_начала" />
  272. <Mapping SourceColumn="Дата_окончания" DataSetColumn="Дата_окончания" />
  273. <Mapping SourceColumn="Оценка" DataSetColumn="Оценка" />
  274. <Mapping SourceColumn="Группа" DataSetColumn="Группа" />
  275. </Mappings>
  276. <Sources />
  277. </TableAdapter>
  278. </Tables>
  279. <Sources />
  280. </DataSource>
  281. </xs:appinfo>
  282. </xs:annotation>
  283. <xs:element name="LebedenkoWorldSkillsDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="LebedenkoWorldSkillsDataSet" msprop:Generator_UserDSName="LebedenkoWorldSkillsDataSet">
  284. <xs:complexType>
  285. <xs:choice minOccurs="0" maxOccurs="unbounded">
  286. <xs:element name="DataLogin" msprop:Generator_TableClassName="DataLoginDataTable" msprop:Generator_TableVarName="tableDataLogin" msprop:Generator_TablePropName="DataLogin" msprop:Generator_RowDeletingName="DataLoginRowDeleting" msprop:Generator_RowChangingName="DataLoginRowChanging" msprop:Generator_RowEvHandlerName="DataLoginRowChangeEventHandler" msprop:Generator_RowDeletedName="DataLoginRowDeleted" msprop:Generator_UserTableName="DataLogin" msprop:Generator_RowChangedName="DataLoginRowChanged" msprop:Generator_RowEvArgName="DataLoginRowChangeEvent" msprop:Generator_RowClassName="DataLoginRow">
  287. <xs:complexType>
  288. <xs:sequence>
  289. <xs:element name="Login" msprop:Generator_ColumnVarNameInTable="columnLogin" msprop:Generator_ColumnPropNameInRow="Login" msprop:Generator_ColumnPropNameInTable="LoginColumn" msprop:Generator_UserColumnName="Login" minOccurs="0">
  290. <xs:simpleType>
  291. <xs:restriction base="xs:string">
  292. <xs:maxLength value="50" />
  293. </xs:restriction>
  294. </xs:simpleType>
  295. </xs:element>
  296. <xs:element name="Password" msprop:Generator_ColumnVarNameInTable="columnPassword" msprop:Generator_ColumnPropNameInRow="Password" msprop:Generator_ColumnPropNameInTable="PasswordColumn" msprop:Generator_UserColumnName="Password" minOccurs="0">
  297. <xs:simpleType>
  298. <xs:restriction base="xs:string">
  299. <xs:maxLength value="50" />
  300. </xs:restriction>
  301. </xs:simpleType>
  302. </xs:element>
  303. </xs:sequence>
  304. </xs:complexType>
  305. </xs:element>
  306. <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">
  307. <xs:complexType>
  308. <xs:sequence>
  309. <xs:element name="Код" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnКод" msprop:Generator_ColumnPropNameInRow="Код" msprop:Generator_ColumnPropNameInTable="КодColumn" msprop:Generator_UserColumnName="Код" type="xs:int" />
  310. <xs:element name="Имя" msprop:Generator_ColumnVarNameInTable="columnИмя" msprop:Generator_ColumnPropNameInRow="Имя" msprop:Generator_ColumnPropNameInTable="ИмяColumn" msprop:Generator_UserColumnName="Имя">
  311. <xs:simpleType>
  312. <xs:restriction base="xs:string">
  313. <xs:maxLength value="50" />
  314. </xs:restriction>
  315. </xs:simpleType>
  316. </xs:element>
  317. <xs:element name="Фамилия" msprop:Generator_ColumnVarNameInTable="columnФамилия" msprop:Generator_ColumnPropNameInRow="Фамилия" msprop:Generator_ColumnPropNameInTable="ФамилияColumn" msprop:Generator_UserColumnName="Фамилия">
  318. <xs:simpleType>
  319. <xs:restriction base="xs:string">
  320. <xs:maxLength value="50" />
  321. </xs:restriction>
  322. </xs:simpleType>
  323. </xs:element>
  324. <xs:element name="Отчество" msprop:Generator_ColumnVarNameInTable="columnОтчество" msprop:Generator_ColumnPropNameInRow="Отчество" msprop:Generator_ColumnPropNameInTable="ОтчествоColumn" msprop:Generator_UserColumnName="Отчество">
  325. <xs:simpleType>
  326. <xs:restriction base="xs:string">
  327. <xs:maxLength value="50" />
  328. </xs:restriction>
  329. </xs:simpleType>
  330. </xs:element>
  331. <xs:element name="Дата_Рождения" msprop:Generator_ColumnVarNameInTable="columnДата_Рождения" msprop:Generator_ColumnPropNameInRow="Дата_Рождения" msprop:Generator_ColumnPropNameInTable="Дата_РожденияColumn" msprop:Generator_UserColumnName="Дата_Рождения" type="xs:dateTime" minOccurs="0" />
  332. <xs:element name="Группа" msprop:Generator_ColumnVarNameInTable="columnГруппа" msprop:Generator_ColumnPropNameInRow="Группа" msprop:Generator_ColumnPropNameInTable="ГруппаColumn" msprop:Generator_UserColumnName="Группа" minOccurs="0">
  333. <xs:simpleType>
  334. <xs:restriction base="xs:string">
  335. <xs:maxLength value="50" />
  336. </xs:restriction>
  337. </xs:simpleType>
  338. </xs:element>
  339. <xs:element name="Телефон" msprop:Generator_ColumnVarNameInTable="columnТелефон" msprop:Generator_ColumnPropNameInRow="Телефон" msprop:Generator_ColumnPropNameInTable="ТелефонColumn" msprop:Generator_UserColumnName="Телефон" minOccurs="0">
  340. <xs:simpleType>
  341. <xs:restriction base="xs:string">
  342. <xs:maxLength value="50" />
  343. </xs:restriction>
  344. </xs:simpleType>
  345. </xs:element>
  346. </xs:sequence>
  347. </xs:complexType>
  348. </xs:element>
  349. <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">
  350. <xs:complexType>
  351. <xs:sequence>
  352. <xs:element name="Код" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnКод" msprop:Generator_ColumnPropNameInRow="Код" msprop:Generator_ColumnPropNameInTable="КодColumn" msprop:Generator_UserColumnName="Код" type="xs:int" />
  353. <xs:element name="Наименование" msprop:Generator_ColumnVarNameInTable="columnНаименование" msprop:Generator_ColumnPropNameInRow="Наименование" msprop:Generator_ColumnPropNameInTable="НаименованиеColumn" msprop:Generator_UserColumnName="Наименование" minOccurs="0">
  354. <xs:simpleType>
  355. <xs:restriction base="xs:string">
  356. <xs:maxLength value="50" />
  357. </xs:restriction>
  358. </xs:simpleType>
  359. </xs:element>
  360. <xs:element name="Дата_начала" msprop:Generator_ColumnVarNameInTable="columnДата_начала" msprop:Generator_ColumnPropNameInRow="Дата_начала" msprop:Generator_ColumnPropNameInTable="Дата_началаColumn" msprop:Generator_UserColumnName="Дата_начала" type="xs:dateTime" minOccurs="0" />
  361. <xs:element name="Дата_окончания" msprop:Generator_ColumnVarNameInTable="columnДата_окончания" msprop:Generator_ColumnPropNameInRow="Дата_окончания" msprop:Generator_ColumnPropNameInTable="Дата_окончанияColumn" msprop:Generator_UserColumnName="Дата_окончания" type="xs:dateTime" minOccurs="0" />
  362. <xs:element name="Оценка" msprop:Generator_ColumnVarNameInTable="columnОценка" msprop:Generator_ColumnPropNameInRow="Оценка" msprop:Generator_ColumnPropNameInTable="ОценкаColumn" msprop:Generator_UserColumnName="Оценка" type="xs:int" minOccurs="0" />
  363. <xs:element name="ID_ДанныеОСтуденте" msprop:Generator_ColumnVarNameInTable="columnID_ДанныеОСтуденте" msprop:Generator_ColumnPropNameInRow="ID_ДанныеОСтуденте" msprop:Generator_ColumnPropNameInTable="ID_ДанныеОСтудентеColumn" msprop:Generator_UserColumnName="ID_ДанныеОСтуденте" type="xs:int" minOccurs="0" />
  364. </xs:sequence>
  365. </xs:complexType>
  366. </xs:element>
  367. <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">
  368. <xs:complexType>
  369. <xs:sequence>
  370. <xs:element name="Код" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnКод" msprop:Generator_ColumnPropNameInRow="Код" msprop:Generator_ColumnPropNameInTable="КодColumn" msprop:Generator_UserColumnName="Код" type="xs:int" />
  371. <xs:element name="Имя" msprop:Generator_ColumnVarNameInTable="columnИмя" msprop:Generator_ColumnPropNameInRow="Имя" msprop:Generator_ColumnPropNameInTable="ИмяColumn" msprop:Generator_UserColumnName="Имя" minOccurs="0">
  372. <xs:simpleType>
  373. <xs:restriction base="xs:string">
  374. <xs:maxLength value="50" />
  375. </xs:restriction>
  376. </xs:simpleType>
  377. </xs:element>
  378. <xs:element name="Фамилия" msprop:Generator_ColumnVarNameInTable="columnФамилия" msprop:Generator_ColumnPropNameInRow="Фамилия" msprop:Generator_ColumnPropNameInTable="ФамилияColumn" msprop:Generator_UserColumnName="Фамилия" minOccurs="0">
  379. <xs:simpleType>
  380. <xs:restriction base="xs:string">
  381. <xs:maxLength value="50" />
  382. </xs:restriction>
  383. </xs:simpleType>
  384. </xs:element>
  385. <xs:element name="Роль" msprop:Generator_ColumnVarNameInTable="columnРоль" msprop:Generator_ColumnPropNameInRow="Роль" msprop:Generator_ColumnPropNameInTable="РольColumn" msprop:Generator_UserColumnName="Роль" minOccurs="0">
  386. <xs:simpleType>
  387. <xs:restriction base="xs:string">
  388. <xs:maxLength value="50" />
  389. </xs:restriction>
  390. </xs:simpleType>
  391. </xs:element>
  392. </xs:sequence>
  393. </xs:complexType>
  394. </xs:element>
  395. <xs:element name="View_1" msprop:Generator_TableClassName="View_1DataTable" msprop:Generator_TableVarName="tableView_1" msprop:Generator_TablePropName="View_1" msprop:Generator_RowDeletingName="View_1RowDeleting" msprop:Generator_RowChangingName="View_1RowChanging" msprop:Generator_RowEvHandlerName="View_1RowChangeEventHandler" msprop:Generator_RowDeletedName="View_1RowDeleted" msprop:Generator_UserTableName="View_1" msprop:Generator_RowChangedName="View_1RowChanged" msprop:Generator_RowEvArgName="View_1RowChangeEvent" msprop:Generator_RowClassName="View_1Row">
  396. <xs:complexType>
  397. <xs:sequence>
  398. <xs:element name="ID_ДанныеОСтуденте" msprop:Generator_ColumnVarNameInTable="columnID_ДанныеОСтуденте" msprop:Generator_ColumnPropNameInRow="ID_ДанныеОСтуденте" msprop:Generator_ColumnPropNameInTable="ID_ДанныеОСтудентеColumn" msprop:Generator_UserColumnName="ID_ДанныеОСтуденте" type="xs:int" minOccurs="0" />
  399. <xs:element name="Имя" msprop:Generator_ColumnVarNameInTable="columnИмя" msprop:Generator_ColumnPropNameInRow="Имя" msprop:Generator_ColumnPropNameInTable="ИмяColumn" msprop:Generator_UserColumnName="Имя">
  400. <xs:simpleType>
  401. <xs:restriction base="xs:string">
  402. <xs:maxLength value="50" />
  403. </xs:restriction>
  404. </xs:simpleType>
  405. </xs:element>
  406. <xs:element name="Фамилия" msprop:Generator_ColumnVarNameInTable="columnФамилия" msprop:Generator_ColumnPropNameInRow="Фамилия" msprop:Generator_ColumnPropNameInTable="ФамилияColumn" msprop:Generator_UserColumnName="Фамилия">
  407. <xs:simpleType>
  408. <xs:restriction base="xs:string">
  409. <xs:maxLength value="50" />
  410. </xs:restriction>
  411. </xs:simpleType>
  412. </xs:element>
  413. <xs:element name="Отчество" msprop:Generator_ColumnVarNameInTable="columnОтчество" msprop:Generator_ColumnPropNameInRow="Отчество" msprop:Generator_ColumnPropNameInTable="ОтчествоColumn" msprop:Generator_UserColumnName="Отчество">
  414. <xs:simpleType>
  415. <xs:restriction base="xs:string">
  416. <xs:maxLength value="50" />
  417. </xs:restriction>
  418. </xs:simpleType>
  419. </xs:element>
  420. <xs:element name="Наименование" msprop:Generator_ColumnVarNameInTable="columnНаименование" msprop:Generator_ColumnPropNameInRow="Наименование" msprop:Generator_ColumnPropNameInTable="НаименованиеColumn" msprop:Generator_UserColumnName="Наименование" minOccurs="0">
  421. <xs:simpleType>
  422. <xs:restriction base="xs:string">
  423. <xs:maxLength value="50" />
  424. </xs:restriction>
  425. </xs:simpleType>
  426. </xs:element>
  427. <xs:element name="Дата_начала" msprop:Generator_ColumnVarNameInTable="columnДата_начала" msprop:Generator_ColumnPropNameInRow="Дата_начала" msprop:Generator_ColumnPropNameInTable="Дата_началаColumn" msprop:Generator_UserColumnName="Дата_начала" type="xs:dateTime" minOccurs="0" />
  428. <xs:element name="Дата_окончания" msprop:Generator_ColumnVarNameInTable="columnДата_окончания" msprop:Generator_ColumnPropNameInRow="Дата_окончания" msprop:Generator_ColumnPropNameInTable="Дата_окончанияColumn" msprop:Generator_UserColumnName="Дата_окончания" type="xs:dateTime" minOccurs="0" />
  429. <xs:element name="Оценка" msprop:Generator_ColumnVarNameInTable="columnОценка" msprop:Generator_ColumnPropNameInRow="Оценка" msprop:Generator_ColumnPropNameInTable="ОценкаColumn" msprop:Generator_UserColumnName="Оценка" type="xs:int" minOccurs="0" />
  430. <xs:element name="Группа" msprop:Generator_ColumnVarNameInTable="columnГруппа" msprop:Generator_ColumnPropNameInRow="Группа" msprop:Generator_ColumnPropNameInTable="ГруппаColumn" msprop:Generator_UserColumnName="Группа" minOccurs="0">
  431. <xs:simpleType>
  432. <xs:restriction base="xs:string">
  433. <xs:maxLength value="50" />
  434. </xs:restriction>
  435. </xs:simpleType>
  436. </xs:element>
  437. </xs:sequence>
  438. </xs:complexType>
  439. </xs:element>
  440. </xs:choice>
  441. </xs:complexType>
  442. <xs:unique name="Constraint1" msdata:PrimaryKey="true">
  443. <xs:selector xpath=".//mstns:ДанныеОСтуденте" />
  444. <xs:field xpath="mstns:Код" />
  445. </xs:unique>
  446. <xs:unique name="Экзамен_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
  447. <xs:selector xpath=".//mstns:Экзамен" />
  448. <xs:field xpath="mstns:Код" />
  449. </xs:unique>
  450. <xs:unique name="Эксперты_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
  451. <xs:selector xpath=".//mstns:Эксперты" />
  452. <xs:field xpath="mstns:Код" />
  453. </xs:unique>
  454. </xs:element>
  455. <xs:annotation>
  456. <xs:appinfo>
  457. <msdata:Relationship name="FK_Экзамен_ДанныеОСтуденте" msdata:parent="ДанныеОСтуденте" msdata:child="Экзамен" msdata:parentkey="Код" msdata:childkey="ID_ДанныеОСтуденте" msprop:Generator_UserChildTable="Экзамен" msprop:Generator_ChildPropName="GetЭкзаменRows" msprop:Generator_UserRelationName="FK_Экзамен_ДанныеОСтуденте" msprop:Generator_ParentPropName="ДанныеОСтудентеRow" msprop:Generator_RelationVarName="relationFK_Экзамен_ДанныеОСтуденте" msprop:Generator_UserParentTable="ДанныеОСтуденте" />
  458. </xs:appinfo>
  459. </xs:annotation>
  460. </xs:schema>