123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580 |
- <?xml version="1.0" encoding="utf-8"?>
- <xs:schema id="IS31Kiselev5DataSet" targetNamespace="http://tempuri.org/IS31Kiselev5DataSet.xsd" xmlns:mstns="http://tempuri.org/IS31Kiselev5DataSet.xsd" xmlns="http://tempuri.org/IS31Kiselev5DataSet.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="IS31Kiselev5ConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="IS31Kiselev5ConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.IS31Kiselev5.Properties.Settings.GlobalReference.Default.IS31Kiselev5ConnectionString" 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="IS31Kiselev5ConnectionString (Settings)" DbObjectName="IS31Kiselev5.dbo.модели" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
- <DeleteCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>DELETE FROM [dbo].[модели] WHERE (([код модели] = @Original_код_модели) AND ((@IsNull_код_товара = 1 AND [код товара] IS NULL) OR ([код товара] = @Original_код_товара)) AND ((@IsNull_цена_модели = 1 AND [цена модели] IS NULL) OR ([цена модели] = @Original_цена_модели)))</CommandText>
- <Parameters>
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_код_модели" Precision="0" ProviderType="BigInt" 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="Int64" Direction="Input" ParameterName="@Original_код_товара" Precision="0" ProviderType="BigInt" 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="Decimal" Direction="Input" ParameterName="@Original_цена_модели" Precision="18" ProviderType="Decimal" 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 ([код модели] = SCOPE_IDENTITY())</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="Int64" Direction="Input" ParameterName="@код_товара" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="код товара" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@цена_модели" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="цена модели" SourceColumnNullMapping="false" SourceVersion="Current" />
- </Parameters>
- </DbCommand>
- </InsertCommand>
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT [код модели], [наименование модели], [код товара], [цена модели] FROM dbo.модели</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- <UpdateCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>UPDATE [dbo].[модели] SET [наименование модели] = @наименование_модели, [код товара] = @код_товара, [цена модели] = @цена_модели WHERE (([код модели] = @Original_код_модели) AND ((@IsNull_код_товара = 1 AND [код товара] IS NULL) OR ([код товара] = @Original_код_товара)) AND ((@IsNull_цена_модели = 1 AND [цена модели] IS NULL) OR ([цена модели] = @Original_цена_модели)));
- SELECT [код модели], [наименование модели], [код товара], [цена модели] FROM модели WHERE ([код модели] = @код_модели)</CommandText>
- <Parameters>
- <Parameter AllowDbNull="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="Int64" Direction="Input" ParameterName="@код_товара" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="код товара" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@цена_модели" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="цена модели" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_код_модели" Precision="0" ProviderType="BigInt" 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="Int64" Direction="Input" ParameterName="@Original_код_товара" Precision="0" ProviderType="BigInt" 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="Decimal" Direction="Input" ParameterName="@Original_цена_модели" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="цена модели" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="false" AutogeneratedName="код_модели" ColumnName="код модели" DataSourceName="IS31Kiselev5.dbo.модели" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@код_модели" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="код модели" SourceColumnNullMapping="false" SourceVersion="Current" />
- </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="IS31Kiselev5ConnectionString (Settings)" DbObjectName="IS31Kiselev5.dbo.поступления" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
- <DeleteCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>DELETE FROM [dbo].[поступления] WHERE (([код поступления] = @Original_код_поступления) AND ((@IsNull_код_модели = 1 AND [код модели] IS NULL) OR ([код модели] = @Original_код_модели)) AND ((@IsNull_дата_поступления = 1 AND [дата поступления] IS NULL) OR ([дата поступления] = @Original_дата_поступления)))</CommandText>
- <Parameters>
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_код_поступления" Precision="0" ProviderType="BigInt" 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="Int64" Direction="Input" ParameterName="@Original_код_модели" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="код модели" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_дата_поступления" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="дата поступления" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_дата_поступления" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="дата поступления" SourceColumnNullMapping="false" SourceVersion="Original" />
- </Parameters>
- </DbCommand>
- </DeleteCommand>
- <InsertCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>INSERT INTO [dbo].[поступления] ([код модели], [дата поступления], [модели товара], [количество, шт.], [кто принял товар]) VALUES (@код_модели, @дата_поступления, @модели_товара, @p1, @кто_принял_товар);
- SELECT [код поступления], [код модели], [дата поступления], [модели товара], [количество, шт.], [кто принял товар] FROM поступления WHERE ([код поступления] = SCOPE_IDENTITY())</CommandText>
- <Parameters>
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@код_модели" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="код модели" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@дата_поступления" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="дата поступления" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="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="@p1" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="количество, шт." SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@кто_принял_товар" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="кто принял товар" SourceColumnNullMapping="false" SourceVersion="Current" />
- </Parameters>
- </DbCommand>
- </InsertCommand>
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT [код поступления], [код модели], [дата поступления], [модели товара], [количество, шт.], [кто принял товар] FROM dbo.поступления</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- <UpdateCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>UPDATE [dbo].[поступления] SET [код модели] = @код_модели, [дата поступления] = @дата_поступления, [модели товара] = @модели_товара, [количество, шт.] = @p1, [кто принял товар] = @кто_принял_товар WHERE (([код поступления] = @Original_код_поступления) AND ((@IsNull_код_модели = 1 AND [код модели] IS NULL) OR ([код модели] = @Original_код_модели)) AND ((@IsNull_дата_поступления = 1 AND [дата поступления] IS NULL) OR ([дата поступления] = @Original_дата_поступления)));
- SELECT [код поступления], [код модели], [дата поступления], [модели товара], [количество, шт.], [кто принял товар] FROM поступления WHERE ([код поступления] = @код_поступления)</CommandText>
- <Parameters>
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@код_модели" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="код модели" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@дата_поступления" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="дата поступления" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="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="@p1" 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="Int64" Direction="Input" ParameterName="@Original_код_поступления" Precision="0" ProviderType="BigInt" 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="Int64" Direction="Input" ParameterName="@Original_код_модели" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="код модели" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_дата_поступления" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="дата поступления" SourceColumnNullMapping="true" SourceVersion="Original" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_дата_поступления" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="дата поступления" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="false" AutogeneratedName="код_поступления" ColumnName="код поступления" DataSourceName="IS31Kiselev5.dbo.поступления" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@код_поступления" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="код поступления" SourceColumnNullMapping="false" SourceVersion="Current" />
- </Parameters>
- </DbCommand>
- </UpdateCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <Mapping SourceColumn="код поступления" DataSetColumn="код поступления" />
- <Mapping SourceColumn="код модели" DataSetColumn="код модели" />
- <Mapping SourceColumn="дата поступления" DataSetColumn="дата поступления" />
- <Mapping SourceColumn="модели товара" DataSetColumn="модели товара" />
- <Mapping SourceColumn="количество, шт." DataSetColumn="количество, шт_" />
- <Mapping SourceColumn="кто принял товар" DataSetColumn="кто принял товар" />
- </Mappings>
- <Sources />
- </TableAdapter>
- <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="товарTableAdapter" GeneratorDataComponentClassName="товарTableAdapter" Name="товар" UserDataComponentName="товарTableAdapter">
- <MainSource>
- <DbSource ConnectionRef="IS31Kiselev5ConnectionString (Settings)" DbObjectName="IS31Kiselev5.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_код_товара))</CommandText>
- <Parameters>
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_код_товара" Precision="0" ProviderType="BigInt" 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 ([код товара] = SCOPE_IDENTITY())</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" />
- </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_код_товара));
- 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="Int64" Direction="Input" ParameterName="@Original_код_товара" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="код товара" SourceColumnNullMapping="false" SourceVersion="Original" />
- <Parameter AllowDbNull="false" AutogeneratedName="код_товара" ColumnName="код товара" DataSourceName="IS31Kiselev5.dbo.товар" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@код_товара" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="код товара" SourceColumnNullMapping="false" SourceVersion="Current" />
- </Parameters>
- </DbCommand>
- </UpdateCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <Mapping SourceColumn="код товара" DataSetColumn="код товара" />
- <Mapping SourceColumn="наименование товара" DataSetColumn="наименование товара" />
- </Mappings>
- <Sources />
- </TableAdapter>
- <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="2-ое полугодиеTableAdapter" GeneratorDataComponentClassName="_2_ое_полугодиеTableAdapter" Name="2-ое полугодие" UserDataComponentName="2-ое полугодиеTableAdapter">
- <MainSource>
- <DbSource ConnectionRef="IS31Kiselev5ConnectionString (Settings)" DbObjectName="IS31Kiselev5.dbo.[2-ое полугодие]" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT [наименование модели], [дата поступления] FROM dbo.[2-ое полугодие]</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <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="IS31Kiselev5ConnectionString (Settings)" DbObjectName="IS31Kiselev5.dbo.[дата модель товар кол-во цена]" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT [дата поступления товара], [название модели], [название товара], количество, цена FROM dbo.[дата модель товар кол-во цена]</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <Mapping SourceColumn="дата поступления товара" DataSetColumn="дата поступления товара" />
- <Mapping SourceColumn="название модели" DataSetColumn="название модели" />
- <Mapping SourceColumn="название товара" DataSetColumn="название товара" />
- <Mapping SourceColumn="количество" DataSetColumn="количество" />
- <Mapping SourceColumn="цена" DataSetColumn="цена" />
- </Mappings>
- <Sources />
- </TableAdapter>
- <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ИвановTableAdapter" GeneratorDataComponentClassName="ИвановTableAdapter" Name="Иванов" UserDataComponentName="ИвановTableAdapter">
- <MainSource>
- <DbSource ConnectionRef="IS31Kiselev5ConnectionString (Settings)" DbObjectName="IS31Kiselev5.dbo.Иванов" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT [наименование модели], [кто принял товар] FROM dbo.Иванов</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <Mapping SourceColumn="наименование модели" DataSetColumn="наименование модели" />
- <Mapping SourceColumn="кто принял товар" DataSetColumn="кто принял товар" />
- </Mappings>
- <Sources />
- </TableAdapter>
- <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="меньше 15к штукTableAdapter" GeneratorDataComponentClassName="меньше_15к_штукTableAdapter" Name="меньше 15к штук" UserDataComponentName="меньше 15к штукTableAdapter">
- <MainSource>
- <DbSource ConnectionRef="IS31Kiselev5ConnectionString (Settings)" DbObjectName="IS31Kiselev5.dbo.[меньше 15к штук]" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT [кто принял товар], [количество, шт.] FROM dbo.[меньше 15к штук]</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <Mapping SourceColumn="кто принял товар" DataSetColumn="кто принял товар" />
- <Mapping SourceColumn="количество, шт." DataSetColumn="количество, шт_" />
- </Mappings>
- <Sources />
- </TableAdapter>
- <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="модели 1-го полугодияTableAdapter" GeneratorDataComponentClassName="модели_1_го_полугодияTableAdapter" Name="модели 1-го полугодия" UserDataComponentName="модели 1-го полугодияTableAdapter">
- <MainSource>
- <DbSource ConnectionRef="IS31Kiselev5ConnectionString (Settings)" DbObjectName="IS31Kiselev5.dbo.[модели 1-го полугодия]" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT [дата поступления], [наименование модели] FROM dbo.[модели 1-го полугодия]</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <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="IS31Kiselev5ConnectionString (Settings)" DbObjectName="IS31Kiselev5.dbo.[модель товар]" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT [название товара], [название модели] FROM dbo.[модель товар]</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <Mapping SourceColumn="название товара" DataSetColumn="название товара" />
- <Mapping SourceColumn="название модели" DataSetColumn="название модели" />
- </Mappings>
- <Sources />
- </TableAdapter>
- <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="название модели до 500 рублейTableAdapter" GeneratorDataComponentClassName="название_модели_до_500_рублейTableAdapter" Name="название модели до 500 рублей" UserDataComponentName="название модели до 500 рублейTableAdapter">
- <MainSource>
- <DbSource ConnectionRef="IS31Kiselev5ConnectionString (Settings)" DbObjectName="IS31Kiselev5.dbo.[название модели до 500 рублей]" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT [наименование модели], [цена модели] FROM dbo.[название модели до 500 рублей]</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <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="IS31Kiselev5ConnectionString (Settings)" DbObjectName="IS31Kiselev5.dbo.[связь товар+модели+поступления]" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT [наименование товара], [наименование модели], [цена модели], [дата поступления], [модели товара], [количество, шт.], [кто принял товар] FROM dbo.[связь товар+модели+поступления]</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <Mapping SourceColumn="наименование товара" DataSetColumn="наименование товара" />
- <Mapping SourceColumn="наименование модели" DataSetColumn="наименование модели" />
- <Mapping SourceColumn="цена модели" DataSetColumn="цена модели" />
- <Mapping SourceColumn="дата поступления" DataSetColumn="дата поступления" />
- <Mapping SourceColumn="модели товара" DataSetColumn="модели товара" />
- <Mapping SourceColumn="количество, шт." DataSetColumn="количество, шт_" />
- <Mapping SourceColumn="кто принял товар" DataSetColumn="кто принял товар" />
- </Mappings>
- <Sources />
- </TableAdapter>
- </Tables>
- <Sources />
- </DataSource>
- </xs:appinfo>
- </xs:annotation>
- <xs:element name="IS31Kiselev5DataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="IS31Kiselev5DataSet" msprop:Generator_UserDSName="IS31Kiselev5DataSet">
- <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="код_x0020_модели" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnкод_модели" msprop:Generator_ColumnPropNameInRow="код_модели" msprop:Generator_ColumnPropNameInTable="код_моделиColumn" msprop:Generator_UserColumnName="код модели" type="xs:long" />
- <xs:element name="наименование_x0020_модели" 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="2147483647" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="код_x0020_товара" msprop:Generator_ColumnVarNameInTable="columnкод_товара" msprop:Generator_ColumnPropNameInRow="код_товара" msprop:Generator_ColumnPropNameInTable="код_товараColumn" msprop:Generator_UserColumnName="код товара" type="xs:long" minOccurs="0" />
- <xs:element name="цена_x0020_модели" msprop:Generator_ColumnVarNameInTable="columnцена_модели" msprop:Generator_ColumnPropNameInRow="цена_модели" msprop:Generator_ColumnPropNameInTable="цена_моделиColumn" msprop:Generator_UserColumnName="цена модели" type="xs:decimal" 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="код_x0020_поступления" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnкод_поступления" msprop:Generator_ColumnPropNameInRow="код_поступления" msprop:Generator_ColumnPropNameInTable="код_поступленияColumn" msprop:Generator_UserColumnName="код поступления" type="xs:long" />
- <xs:element name="код_x0020_модели" msprop:Generator_ColumnVarNameInTable="columnкод_модели" msprop:Generator_ColumnPropNameInRow="код_модели" msprop:Generator_ColumnPropNameInTable="код_моделиColumn" msprop:Generator_UserColumnName="код модели" type="xs:long" minOccurs="0" />
- <xs:element name="дата_x0020_поступления" msprop:Generator_ColumnVarNameInTable="columnдата_поступления" msprop:Generator_ColumnPropNameInRow="дата_поступления" msprop:Generator_ColumnPropNameInTable="дата_поступленияColumn" msprop:Generator_UserColumnName="дата поступления" type="xs:dateTime" minOccurs="0" />
- <xs:element name="модели_x0020_товара" 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="2147483647" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="количество_x002C__x0020_шт_" 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="2147483647" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="кто_x0020_принял_x0020_товар" 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="2147483647" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="товар" msprop:Generator_TableClassName="товарDataTable" msprop:Generator_TableVarName="tableтовар" msprop:Generator_TablePropName="товар" msprop:Generator_RowDeletingName="товарRowDeleting" msprop:Generator_RowChangingName="товарRowChanging" msprop:Generator_RowEvHandlerName="товарRowChangeEventHandler" msprop:Generator_RowDeletedName="товарRowDeleted" msprop:Generator_UserTableName="товар" msprop:Generator_RowChangedName="товарRowChanged" msprop:Generator_RowEvArgName="товарRowChangeEvent" msprop:Generator_RowClassName="товарRow">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="код_x0020_товара" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnкод_товара" msprop:Generator_ColumnPropNameInRow="код_товара" msprop:Generator_ColumnPropNameInTable="код_товараColumn" msprop:Generator_UserColumnName="код товара" type="xs:long" />
- <xs:element name="наименование_x0020_товара" 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="2147483647" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="_x0032_-ое_x0020_полугодие" msprop:Generator_TableClassName="_2_ое_полугодиеDataTable" msprop:Generator_TableVarName="_table2_ое_полугодие" msprop:Generator_TablePropName="_2_ое_полугодие" msprop:Generator_RowDeletingName="_2_ое_полугодиеRowDeleting" msprop:Generator_RowChangingName="_2_ое_полугодиеRowChanging" msprop:Generator_RowEvHandlerName="_2_ое_полугодиеRowChangeEventHandler" msprop:Generator_RowDeletedName="_2_ое_полугодиеRowDeleted" msprop:Generator_UserTableName="2-ое полугодие" msprop:Generator_RowChangedName="_2_ое_полугодиеRowChanged" msprop:Generator_RowEvArgName="_2_ое_полугодиеRowChangeEvent" msprop:Generator_RowClassName="_2_ое_полугодиеRow">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="наименование_x0020_модели" 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="2147483647" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="дата_x0020_поступления" msprop:Generator_ColumnVarNameInTable="columnдата_поступления" msprop:Generator_ColumnPropNameInRow="дата_поступления" msprop:Generator_ColumnPropNameInTable="дата_поступленияColumn" msprop:Generator_UserColumnName="дата поступления" type="xs:dateTime" minOccurs="0" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="дата_x0020_модель_x0020_товар_x0020_кол-во_x0020_цена" 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="дата_x0020_поступления_x0020_товара" msprop:Generator_ColumnVarNameInTable="columnдата_поступления_товара" msprop:Generator_ColumnPropNameInRow="дата_поступления_товара" msprop:Generator_ColumnPropNameInTable="дата_поступления_товараColumn" msprop:Generator_UserColumnName="дата поступления товара" type="xs:dateTime" minOccurs="0" />
- <xs:element name="название_x0020_модели" 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="2147483647" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="название_x0020_товара" 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="2147483647" />
- </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="2147483647" />
- </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: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="наименование_x0020_модели" 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="2147483647" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="кто_x0020_принял_x0020_товар" 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="2147483647" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="меньше_x0020_15к_x0020_штук" msprop:Generator_TableClassName="меньше_15к_штукDataTable" msprop:Generator_TableVarName="tableменьше_15к_штук" msprop:Generator_TablePropName="меньше_15к_штук" msprop:Generator_RowDeletingName="меньше_15к_штукRowDeleting" msprop:Generator_RowChangingName="меньше_15к_штукRowChanging" msprop:Generator_RowEvHandlerName="меньше_15к_штукRowChangeEventHandler" msprop:Generator_RowDeletedName="меньше_15к_штукRowDeleted" msprop:Generator_UserTableName="меньше 15к штук" msprop:Generator_RowChangedName="меньше_15к_штукRowChanged" msprop:Generator_RowEvArgName="меньше_15к_штукRowChangeEvent" msprop:Generator_RowClassName="меньше_15к_штукRow">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="кто_x0020_принял_x0020_товар" 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="2147483647" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="количество_x002C__x0020_шт_" 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="2147483647" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="модели_x0020_1-го_x0020_полугодия" msprop:Generator_TableClassName="_модели_1_го_полугодияDataTable" msprop:Generator_TableVarName="_tableмодели_1_го_полугодия" msprop:Generator_TablePropName="_модели_1_го_полугодия" msprop:Generator_RowDeletingName="_модели_1_го_полугодияRowDeleting" msprop:Generator_RowChangingName="_модели_1_го_полугодияRowChanging" msprop:Generator_RowEvHandlerName="_модели_1_го_полугодияRowChangeEventHandler" msprop:Generator_RowDeletedName="_модели_1_го_полугодияRowDeleted" msprop:Generator_UserTableName="модели 1-го полугодия" msprop:Generator_RowChangedName="_модели_1_го_полугодияRowChanged" msprop:Generator_RowEvArgName="_модели_1_го_полугодияRowChangeEvent" msprop:Generator_RowClassName="_модели_1_го_полугодияRow">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="дата_x0020_поступления" msprop:Generator_ColumnVarNameInTable="columnдата_поступления" msprop:Generator_ColumnPropNameInRow="дата_поступления" msprop:Generator_ColumnPropNameInTable="дата_поступленияColumn" msprop:Generator_UserColumnName="дата поступления" type="xs:dateTime" minOccurs="0" />
- <xs:element name="наименование_x0020_модели" 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="2147483647" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="модель_x0020_товар" 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="название_x0020_товара" 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="2147483647" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="название_x0020_модели" 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="2147483647" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="название_x0020_модели_x0020_до_x0020_500_x0020_рублей" msprop:Generator_TableClassName="название_модели_до_500_рублейDataTable" msprop:Generator_TableVarName="tableназвание_модели_до_500_рублей" msprop:Generator_TablePropName="название_модели_до_500_рублей" msprop:Generator_RowDeletingName="название_модели_до_500_рублейRowDeleting" msprop:Generator_RowChangingName="название_модели_до_500_рублейRowChanging" msprop:Generator_RowEvHandlerName="название_модели_до_500_рублейRowChangeEventHandler" msprop:Generator_RowDeletedName="название_модели_до_500_рублейRowDeleted" msprop:Generator_UserTableName="название модели до 500 рублей" msprop:Generator_RowChangedName="название_модели_до_500_рублейRowChanged" msprop:Generator_RowEvArgName="название_модели_до_500_рублейRowChangeEvent" msprop:Generator_RowClassName="название_модели_до_500_рублейRow">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="наименование_x0020_модели" 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="2147483647" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="цена_x0020_модели" msprop:Generator_ColumnVarNameInTable="columnцена_модели" msprop:Generator_ColumnPropNameInRow="цена_модели" msprop:Generator_ColumnPropNameInTable="цена_моделиColumn" msprop:Generator_UserColumnName="цена модели" type="xs:decimal" minOccurs="0" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="связь_x0020_товар_x002B_модели_x002B_поступления" 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="наименование_x0020_товара" 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="2147483647" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="наименование_x0020_модели" 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="2147483647" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="цена_x0020_модели" msprop:Generator_ColumnVarNameInTable="columnцена_модели" msprop:Generator_ColumnPropNameInRow="цена_модели" msprop:Generator_ColumnPropNameInTable="цена_моделиColumn" msprop:Generator_UserColumnName="цена модели" type="xs:decimal" minOccurs="0" />
- <xs:element name="дата_x0020_поступления" msprop:Generator_ColumnVarNameInTable="columnдата_поступления" msprop:Generator_ColumnPropNameInRow="дата_поступления" msprop:Generator_ColumnPropNameInTable="дата_поступленияColumn" msprop:Generator_UserColumnName="дата поступления" type="xs:dateTime" minOccurs="0" />
- <xs:element name="модели_x0020_товара" 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="2147483647" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="количество_x002C__x0020_шт_" 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="2147483647" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="кто_x0020_принял_x0020_товар" 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="2147483647" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- </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:код_x0020_модели" />
- </xs:unique>
- <xs:unique name="поступления_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
- <xs:selector xpath=".//mstns:поступления" />
- <xs:field xpath="mstns:код_x0020_поступления" />
- </xs:unique>
- <xs:unique name="товар_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
- <xs:selector xpath=".//mstns:товар" />
- <xs:field xpath="mstns:код_x0020_товара" />
- </xs:unique>
- </xs:element>
- </xs:schema>
|