12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" encoding="utf-8"?>
- <xs:schema id="test111DataSet" targetNamespace="http://tempuri.org/test111DataSet.xsd" xmlns:mstns="http://tempuri.org/test111DataSet.xsd" xmlns="http://tempuri.org/test111DataSet.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="test111ConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="test111ConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.test111.Properties.Settings.GlobalReference.Default.test111ConnectionString" Provider="System.Data.SqlClient" />
- </Connections>
- <Tables>
- <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="111TableAdapter" GeneratorDataComponentClassName="_111TableAdapter" Name="111" UserDataComponentName="111TableAdapter">
- <MainSource>
- <DbSource ConnectionRef="test111ConnectionString (Settings)" DbObjectName="test111.dbo.[111]" 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].[111] ([111ggg], [123rfd], [sdgdsg]) VALUES (@p1, @p4, @sdgdsg)</CommandText>
- <Parameters>
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@p1" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="111ggg" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@p4" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="123rfd" SourceColumnNullMapping="false" SourceVersion="Current" />
- <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@sdgdsg" Precision="0" ProviderType="NText" Scale="0" Size="0" SourceColumn="sdgdsg" SourceColumnNullMapping="false" SourceVersion="Current" />
- </Parameters>
- </DbCommand>
- </InsertCommand>
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT [111ggg], [123rfd], sdgdsg FROM dbo.[111]</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <Mapping SourceColumn="111ggg" DataSetColumn="111ggg" />
- <Mapping SourceColumn="123rfd" DataSetColumn="123rfd" />
- <Mapping SourceColumn="sdgdsg" DataSetColumn="sdgdsg" />
- </Mappings>
- <Sources />
- </TableAdapter>
- </Tables>
- <Sources />
- </DataSource>
- </xs:appinfo>
- </xs:annotation>
- <xs:element name="test111DataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="test111DataSet" msprop:Generator_UserDSName="test111DataSet">
- <xs:complexType>
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element name="_x0031_11" msprop:Generator_TableClassName="_111DataTable" msprop:Generator_TableVarName="table111" msprop:Generator_TablePropName="_111" msprop:Generator_RowDeletingName="_111RowDeleting" msprop:Generator_RowChangingName="_111RowChanging" msprop:Generator_RowEvHandlerName="_111RowChangeEventHandler" msprop:Generator_RowDeletedName="_111RowDeleted" msprop:Generator_UserTableName="111" msprop:Generator_RowChangedName="_111RowChanged" msprop:Generator_RowEvArgName="_111RowChangeEvent" msprop:Generator_RowClassName="_111Row">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="_x0031_11ggg" msprop:Generator_ColumnVarNameInTable="column111ggg" msprop:Generator_ColumnPropNameInRow="_111ggg" msprop:Generator_ColumnPropNameInTable="_111gggColumn" msprop:Generator_UserColumnName="111ggg" minOccurs="0">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:maxLength value="2147483647" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="_x0031_23rfd" msprop:Generator_ColumnVarNameInTable="column123rfd" msprop:Generator_ColumnPropNameInRow="_123rfd" msprop:Generator_ColumnPropNameInTable="_123rfdColumn" msprop:Generator_UserColumnName="123rfd">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:maxLength value="50" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="sdgdsg" msprop:Generator_ColumnVarNameInTable="columnsdgdsg" msprop:Generator_ColumnPropNameInRow="sdgdsg" msprop:Generator_ColumnPropNameInTable="sdgdsgColumn" msprop:Generator_UserColumnName="sdgdsg" minOccurs="0">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:maxLength value="1073741823" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- </xs:schema>
|