lch
2024-08-26 198c452febce0f598163a42eeed044c45001f604
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="WeightCollectDataSet" targetNamespace="http://tempuri.org/WeightCollectDataSet.xsd" xmlns:mstns="http://tempuri.org/WeightCollectDataSet.xsd" xmlns="http://tempuri.org/WeightCollectDataSet.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="WeightCollectConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="WeightCollectConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.GSproduction.Properties.Settings.GlobalReference.Default.WeightCollectConnectionString" Provider="System.Data.SqlClient" />
        </Connections>
        <Tables>
          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="CXBarcodeTableAdapter" GeneratorDataComponentClassName="CXBarcodeTableAdapter" Name="CXBarcode" UserDataComponentName="CXBarcodeTableAdapter">
            <MainSource>
              <DbSource ConnectionRef="WeightCollectConnectionString (Settings)" DbObjectName="WeightCollect.dbo.CXBarcode" 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">
                <InsertCommand>
                  <DbCommand CommandType="Text" ModifiedByUser="false">
                    <CommandText>INSERT INTO [dbo].[CXBarcode] ([ID], [CreationDate], [BarcodeNO], [CreationUse]) VALUES (@ID, @CreationDate, @BarcodeNO, @CreationUse)</CommandText>
                    <Parameters>
                      <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@ID" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="ID" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CreationDate" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CreationDate" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@BarcodeNO" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="BarcodeNO" SourceColumnNullMapping="false" SourceVersion="Current" />
                      <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CreationUse" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CreationUse" SourceColumnNullMapping="false" SourceVersion="Current" />
                    </Parameters>
                  </DbCommand>
                </InsertCommand>
                <SelectCommand>
                  <DbCommand CommandType="Text" ModifiedByUser="false">
                    <CommandText>SELECT ID, CreationDate, BarcodeNO, CreationUse FROM dbo.CXBarcode</CommandText>
                    <Parameters />
                  </DbCommand>
                </SelectCommand>
              </DbSource>
            </MainSource>
            <Mappings>
              <Mapping SourceColumn="ID" DataSetColumn="ID" />
              <Mapping SourceColumn="CreationDate" DataSetColumn="CreationDate" />
              <Mapping SourceColumn="BarcodeNO" DataSetColumn="BarcodeNO" />
              <Mapping SourceColumn="CreationUse" DataSetColumn="CreationUse" />
            </Mappings>
            <Sources />
          </TableAdapter>
        </Tables>
        <Sources />
      </DataSource>
    </xs:appinfo>
  </xs:annotation>
  <xs:element name="WeightCollectDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="WeightCollectDataSet" msprop:Generator_UserDSName="WeightCollectDataSet">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="CXBarcode" msprop:Generator_TableClassName="CXBarcodeDataTable" msprop:Generator_TableVarName="tableCXBarcode" msprop:Generator_TablePropName="CXBarcode" msprop:Generator_RowDeletingName="CXBarcodeRowDeleting" msprop:Generator_RowChangingName="CXBarcodeRowChanging" msprop:Generator_RowEvHandlerName="CXBarcodeRowChangeEventHandler" msprop:Generator_RowDeletedName="CXBarcodeRowDeleted" msprop:Generator_UserTableName="CXBarcode" msprop:Generator_RowChangedName="CXBarcodeRowChanged" msprop:Generator_RowEvArgName="CXBarcodeRowChangeEvent" msprop:Generator_RowClassName="CXBarcodeRow">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnPropNameInTable="IDColumn" msprop:Generator_UserColumnName="ID" type="xs:decimal" />
              <xs:element name="CreationDate" msprop:Generator_ColumnVarNameInTable="columnCreationDate" msprop:Generator_ColumnPropNameInRow="CreationDate" msprop:Generator_ColumnPropNameInTable="CreationDateColumn" msprop:Generator_UserColumnName="CreationDate" minOccurs="0">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="50" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:element>
              <xs:element name="BarcodeNO" msprop:Generator_ColumnVarNameInTable="columnBarcodeNO" msprop:Generator_ColumnPropNameInRow="BarcodeNO" msprop:Generator_ColumnPropNameInTable="BarcodeNOColumn" msprop:Generator_UserColumnName="BarcodeNO" type="xs:decimal" />
              <xs:element name="CreationUse" msprop:Generator_ColumnVarNameInTable="columnCreationUse" msprop:Generator_ColumnPropNameInRow="CreationUse" msprop:Generator_ColumnPropNameInTable="CreationUseColumn" msprop:Generator_UserColumnName="CreationUse" minOccurs="0">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="50" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:element>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
  </xs:element>
</xs:schema>