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