2 Star 0 Fork 0

ZZES_狂龙治中/people_Csharp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
databaseDataSet.xsd 23.66 KB
一键复制 编辑 原始数据 按行查看 历史
ZZES_狂龙治中 提交于 2016-06-15 10:26 . first
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="databaseDataSet" targetNamespace="http://tempuri.org/databaseDataSet.xsd" xmlns:mstns="http://tempuri.org/databaseDataSet.xsd" xmlns="http://tempuri.org/databaseDataSet.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="databaseConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="databaseConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.HFReader.Properties.Settings.GlobalReference.Default.databaseConnectionString" Provider="System.Data.SqlClient" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="tbl_UserInfoTableAdapter" GeneratorDataComponentClassName="tbl_UserInfoTableAdapter" Name="tbl_UserInfo" UserDataComponentName="tbl_UserInfoTableAdapter">
<MainSource>
<DbSource ConnectionRef="databaseConnectionString (Settings)" DbObjectName="dbo.tbl_UserInfo" 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].[tbl_UserInfo] WHERE (([TagNumber] = @Original_TagNumber) AND ((@IsNull_UserName = 1 AND [UserName] IS NULL) OR ([UserName] = @Original_UserName)) AND ((@IsNull_UserCompany = 1 AND [UserCompany] IS NULL) OR ([UserCompany] = @Original_UserCompany)) AND ((@IsNull_UserDepartment = 1 AND [UserDepartment] IS NULL) OR ([UserDepartment] = @Original_UserDepartment)) AND ((@IsNull_UserAppellative = 1 AND [UserAppellative] IS NULL) OR ([UserAppellative] = @Original_UserAppellative)) AND ((@IsNull_UserTitle = 1 AND [UserTitle] IS NULL) OR ([UserTitle] = @Original_UserTitle)) AND ((@IsNull_UserTelephone = 1 AND [UserTelephone] IS NULL) OR ([UserTelephone] = @Original_UserTelephone)))</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_TagNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="TagNumber" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_UserName" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UserName" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserName" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_UserCompany" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UserCompany" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserCompany" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserCompany" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_UserDepartment" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UserDepartment" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserDepartment" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserDepartment" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_UserAppellative" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UserAppellative" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserAppellative" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserAppellative" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_UserTitle" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UserTitle" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserTitle" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserTitle" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_UserTelephone" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UserTelephone" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserTelephone" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserTelephone" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [dbo].[tbl_UserInfo] ([TagNumber], [UserName], [UserCompany], [UserDepartment], [UserAppellative], [UserTitle], [UserTelephone], [UserPhoto]) VALUES (@TagNumber, @UserName, @UserCompany, @UserDepartment, @UserAppellative, @UserTitle, @UserTelephone, @UserPhoto);
SELECT TagNumber, UserName, UserCompany, UserDepartment, UserAppellative, UserTitle, UserTelephone, UserPhoto FROM tbl_UserInfo WHERE (TagNumber = @TagNumber)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@TagNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="TagNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserName" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserCompany" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserCompany" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserDepartment" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserDepartment" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserAppellative" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserAppellative" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserTitle" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserTitle" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserTelephone" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserTelephone" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@UserPhoto" Precision="0" ProviderType="Image" Scale="0" Size="0" SourceColumn="UserPhoto" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT TagNumber, UserName, UserCompany, UserDepartment, UserAppellative, UserTitle, UserTelephone, UserPhoto FROM dbo.tbl_UserInfo</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>UPDATE [dbo].[tbl_UserInfo] SET [TagNumber] = @TagNumber, [UserName] = @UserName, [UserCompany] = @UserCompany, [UserDepartment] = @UserDepartment, [UserAppellative] = @UserAppellative, [UserTitle] = @UserTitle, [UserTelephone] = @UserTelephone, [UserPhoto] = @UserPhoto WHERE (([TagNumber] = @Original_TagNumber) AND ((@IsNull_UserName = 1 AND [UserName] IS NULL) OR ([UserName] = @Original_UserName)) AND ((@IsNull_UserCompany = 1 AND [UserCompany] IS NULL) OR ([UserCompany] = @Original_UserCompany)) AND ((@IsNull_UserDepartment = 1 AND [UserDepartment] IS NULL) OR ([UserDepartment] = @Original_UserDepartment)) AND ((@IsNull_UserAppellative = 1 AND [UserAppellative] IS NULL) OR ([UserAppellative] = @Original_UserAppellative)) AND ((@IsNull_UserTitle = 1 AND [UserTitle] IS NULL) OR ([UserTitle] = @Original_UserTitle)) AND ((@IsNull_UserTelephone = 1 AND [UserTelephone] IS NULL) OR ([UserTelephone] = @Original_UserTelephone)));
SELECT TagNumber, UserName, UserCompany, UserDepartment, UserAppellative, UserTitle, UserTelephone, UserPhoto FROM tbl_UserInfo WHERE (TagNumber = @TagNumber)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@TagNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="TagNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserName" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserCompany" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserCompany" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserDepartment" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserDepartment" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserAppellative" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserAppellative" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserTitle" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserTitle" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserTelephone" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserTelephone" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@UserPhoto" Precision="0" ProviderType="Image" Scale="0" Size="0" SourceColumn="UserPhoto" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_TagNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="TagNumber" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_UserName" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UserName" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserName" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_UserCompany" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UserCompany" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserCompany" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserCompany" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_UserDepartment" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UserDepartment" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserDepartment" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserDepartment" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_UserAppellative" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UserAppellative" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserAppellative" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserAppellative" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_UserTitle" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UserTitle" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserTitle" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserTitle" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_UserTelephone" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UserTelephone" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserTelephone" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserTelephone" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="TagNumber" DataSetColumn="TagNumber" />
<Mapping SourceColumn="UserName" DataSetColumn="UserName" />
<Mapping SourceColumn="UserCompany" DataSetColumn="UserCompany" />
<Mapping SourceColumn="UserDepartment" DataSetColumn="UserDepartment" />
<Mapping SourceColumn="UserAppellative" DataSetColumn="UserAppellative" />
<Mapping SourceColumn="UserTitle" DataSetColumn="UserTitle" />
<Mapping SourceColumn="UserTelephone" DataSetColumn="UserTelephone" />
<Mapping SourceColumn="UserPhoto" DataSetColumn="UserPhoto" />
</Mappings>
<Sources />
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="databaseDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="databaseDataSet" msprop:Generator_UserDSName="databaseDataSet">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="tbl_UserInfo" msprop:Generator_TableClassName="tbl_UserInfoDataTable" msprop:Generator_TableVarName="tabletbl_UserInfo" msprop:Generator_TablePropName="tbl_UserInfo" msprop:Generator_RowDeletingName="tbl_UserInfoRowDeleting" msprop:Generator_RowChangingName="tbl_UserInfoRowChanging" msprop:Generator_RowEvHandlerName="tbl_UserInfoRowChangeEventHandler" msprop:Generator_RowDeletedName="tbl_UserInfoRowDeleted" msprop:Generator_UserTableName="tbl_UserInfo" msprop:Generator_RowChangedName="tbl_UserInfoRowChanged" msprop:Generator_RowEvArgName="tbl_UserInfoRowChangeEvent" msprop:Generator_RowClassName="tbl_UserInfoRow">
<xs:complexType>
<xs:sequence>
<xs:element name="TagNumber" msprop:Generator_ColumnVarNameInTable="columnTagNumber" msprop:Generator_ColumnPropNameInRow="TagNumber" msprop:Generator_ColumnPropNameInTable="TagNumberColumn" msprop:Generator_UserColumnName="TagNumber">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" msprop:Generator_UserColumnName="UserName" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="UserCompany" msprop:Generator_ColumnVarNameInTable="columnUserCompany" msprop:Generator_ColumnPropNameInRow="UserCompany" msprop:Generator_ColumnPropNameInTable="UserCompanyColumn" msprop:Generator_UserColumnName="UserCompany" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="UserDepartment" msprop:Generator_ColumnVarNameInTable="columnUserDepartment" msprop:Generator_ColumnPropNameInRow="UserDepartment" msprop:Generator_ColumnPropNameInTable="UserDepartmentColumn" msprop:Generator_UserColumnName="UserDepartment" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="UserAppellative" msprop:Generator_ColumnVarNameInTable="columnUserAppellative" msprop:Generator_ColumnPropNameInRow="UserAppellative" msprop:Generator_ColumnPropNameInTable="UserAppellativeColumn" msprop:Generator_UserColumnName="UserAppellative" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="UserTitle" msprop:Generator_ColumnVarNameInTable="columnUserTitle" msprop:Generator_ColumnPropNameInRow="UserTitle" msprop:Generator_ColumnPropNameInTable="UserTitleColumn" msprop:Generator_UserColumnName="UserTitle" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="UserTelephone" msprop:Generator_ColumnVarNameInTable="columnUserTelephone" msprop:Generator_ColumnPropNameInRow="UserTelephone" msprop:Generator_ColumnPropNameInTable="UserTelephoneColumn" msprop:Generator_UserColumnName="UserTelephone" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="UserPhoto" msprop:Generator_ColumnVarNameInTable="columnUserPhoto" msprop:Generator_ColumnPropNameInRow="UserPhoto" msprop:Generator_ColumnPropNameInTable="UserPhotoColumn" msprop:Generator_UserColumnName="UserPhoto" type="xs:base64Binary" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:tbl_UserInfo" />
<xs:field xpath="mstns:TagNumber" />
</xs:unique>
</xs:element>
</xs:schema>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/klren/people_Csharp.git
git@gitee.com:klren/people_Csharp.git
klren
people_Csharp
people_Csharp
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385