www.pudn.com > FORU(SMS).rar > ChkDataSet.xsd


<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="ChkDataSet" targetNamespace="http://tempuri.org/ChkDataSet.xsd" xmlns:mstns="http://tempuri.org/ChkDataSet.xsd" xmlns="http://tempuri.org/ChkDataSet.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="FORUSMSConnectionString" ConnectionStringObject="" IsAppSettingsProperty="True" Modifier="Assembly" Name="FORUSMSConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.FORU_SMS_.Properties.Settings.GlobalReference.Default.FORUSMSConnectionString" Provider="System.Data.SqlClient">
</Connection>
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="V_CheckTableAdapter" GeneratorDataComponentClassName="V_CheckTableAdapter" Name="V_Check" UserDataComponentName="V_CheckTableAdapter">
<MainSource>
<DbSource ConnectionRef="FORUSMSConnectionString (Settings)" DbObjectName="dbo.V_Check" 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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="True">
<CommandText>SELECT 产品编号, 产品名称, 库存数量, 盘点实数, 盘点日期
FROM V_Check</CommandText>
<Parameters>
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="产品编号" DataSetColumn="产品编号" />
<Mapping SourceColumn="产品名称" DataSetColumn="产品名称" />
<Mapping SourceColumn="库存数量" DataSetColumn="库存数量" />
<Mapping SourceColumn="盘点实数" DataSetColumn="盘点实数" />
<Mapping SourceColumn="盘点日期" DataSetColumn="盘点日期" />
</Mappings>
<Sources>
</Sources>
</TableAdapter>
</Tables>
<Sources>
</Sources>
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="ChkDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_UserDSName="ChkDataSet" msprop:Generator_DataSetName="ChkDataSet">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="V_Check" msprop:Generator_UserTableName="V_Check" msprop:Generator_RowDeletedName="V_CheckRowDeleted" msprop:Generator_TableClassName="V_CheckDataTable" msprop:Generator_RowChangedName="V_CheckRowChanged" msprop:Generator_RowClassName="V_CheckRow" msprop:Generator_RowChangingName="V_CheckRowChanging" msprop:Generator_RowEvArgName="V_CheckRowChangeEvent" msprop:Generator_RowEvHandlerName="V_CheckRowChangeEventHandler" msprop:Generator_TablePropName="V_Check" msprop:Generator_TableVarName="tableV_Check" msprop:Generator_RowDeletingName="V_CheckRowDeleting">
<xs:complexType>
<xs:sequence>
<xs:element name="产品编号" msprop:Generator_UserColumnName="产品编号" msprop:Generator_ColumnPropNameInRow="产品编号" msprop:Generator_ColumnVarNameInTable="column产品编号" msprop:Generator_ColumnPropNameInTable="产品编号Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="产品名称" msprop:Generator_UserColumnName="产品名称" msprop:Generator_ColumnPropNameInRow="产品名称" msprop:Generator_ColumnVarNameInTable="column产品名称" msprop:Generator_ColumnPropNameInTable="产品名称Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="库存数量" msprop:Generator_UserColumnName="库存数量" msprop:Generator_ColumnPropNameInRow="库存数量" msprop:Generator_ColumnVarNameInTable="column库存数量" msprop:Generator_ColumnPropNameInTable="库存数量Column" type="xs:int" minOccurs="0" />
<xs:element name="盘点实数" msprop:Generator_UserColumnName="盘点实数" msprop:Generator_ColumnPropNameInRow="盘点实数" msprop:Generator_ColumnVarNameInTable="column盘点实数" msprop:Generator_ColumnPropNameInTable="盘点实数Column" type="xs:int" minOccurs="0" />
<xs:element name="盘点日期" msprop:Generator_UserColumnName="盘点日期" msprop:Generator_ColumnPropNameInRow="盘点日期" msprop:Generator_ColumnVarNameInTable="column盘点日期" msprop:Generator_ColumnPropNameInTable="盘点日期Column" type="xs:dateTime" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>