test111DataSet.xsd 6.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <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">
  3. <xs:annotation>
  4. <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
  5. <DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
  6. <Connections>
  7. <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" />
  8. </Connections>
  9. <Tables>
  10. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="111TableAdapter" GeneratorDataComponentClassName="_111TableAdapter" Name="111" UserDataComponentName="111TableAdapter">
  11. <MainSource>
  12. <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">
  13. <InsertCommand>
  14. <DbCommand CommandType="Text" ModifiedByUser="false">
  15. <CommandText>INSERT INTO [dbo].[111] ([111ggg], [123rfd], [sdgdsg]) VALUES (@p1, @p4, @sdgdsg)</CommandText>
  16. <Parameters>
  17. <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" />
  18. <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" />
  19. <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" />
  20. </Parameters>
  21. </DbCommand>
  22. </InsertCommand>
  23. <SelectCommand>
  24. <DbCommand CommandType="Text" ModifiedByUser="false">
  25. <CommandText>SELECT [111ggg], [123rfd], sdgdsg FROM dbo.[111]</CommandText>
  26. <Parameters />
  27. </DbCommand>
  28. </SelectCommand>
  29. </DbSource>
  30. </MainSource>
  31. <Mappings>
  32. <Mapping SourceColumn="111ggg" DataSetColumn="111ggg" />
  33. <Mapping SourceColumn="123rfd" DataSetColumn="123rfd" />
  34. <Mapping SourceColumn="sdgdsg" DataSetColumn="sdgdsg" />
  35. </Mappings>
  36. <Sources />
  37. </TableAdapter>
  38. </Tables>
  39. <Sources />
  40. </DataSource>
  41. </xs:appinfo>
  42. </xs:annotation>
  43. <xs:element name="test111DataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="test111DataSet" msprop:Generator_UserDSName="test111DataSet">
  44. <xs:complexType>
  45. <xs:choice minOccurs="0" maxOccurs="unbounded">
  46. <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">
  47. <xs:complexType>
  48. <xs:sequence>
  49. <xs:element name="_x0031_11ggg" msprop:Generator_ColumnVarNameInTable="column111ggg" msprop:Generator_ColumnPropNameInRow="_111ggg" msprop:Generator_ColumnPropNameInTable="_111gggColumn" msprop:Generator_UserColumnName="111ggg" minOccurs="0">
  50. <xs:simpleType>
  51. <xs:restriction base="xs:string">
  52. <xs:maxLength value="2147483647" />
  53. </xs:restriction>
  54. </xs:simpleType>
  55. </xs:element>
  56. <xs:element name="_x0031_23rfd" msprop:Generator_ColumnVarNameInTable="column123rfd" msprop:Generator_ColumnPropNameInRow="_123rfd" msprop:Generator_ColumnPropNameInTable="_123rfdColumn" msprop:Generator_UserColumnName="123rfd">
  57. <xs:simpleType>
  58. <xs:restriction base="xs:string">
  59. <xs:maxLength value="50" />
  60. </xs:restriction>
  61. </xs:simpleType>
  62. </xs:element>
  63. <xs:element name="sdgdsg" msprop:Generator_ColumnVarNameInTable="columnsdgdsg" msprop:Generator_ColumnPropNameInRow="sdgdsg" msprop:Generator_ColumnPropNameInTable="sdgdsgColumn" msprop:Generator_UserColumnName="sdgdsg" minOccurs="0">
  64. <xs:simpleType>
  65. <xs:restriction base="xs:string">
  66. <xs:maxLength value="1073741823" />
  67. </xs:restriction>
  68. </xs:simpleType>
  69. </xs:element>
  70. </xs:sequence>
  71. </xs:complexType>
  72. </xs:element>
  73. </xs:choice>
  74. </xs:complexType>
  75. </xs:element>
  76. </xs:schema>