VINILDataSet_employee1.xsd 7.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema id="VINILDataSet_employee1" targetNamespace="http://tempuri.org/VINILDataSet_employee1.xsd" xmlns:mstns="http://tempuri.org/VINILDataSet_employee1.xsd" xmlns="http://tempuri.org/VINILDataSet_employee1.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="VINILConnectionString_Country" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="VINILConnectionString_Country (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.proba.Properties.Settings.GlobalReference.Default.VINILConnectionString_Country" Provider="System.Data.SqlClient" />
  8. </Connections>
  9. <Tables>
  10. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="EmployeeTableAdapter" GeneratorDataComponentClassName="EmployeeTableAdapter" Name="Employee" UserDataComponentName="EmployeeTableAdapter">
  11. <MainSource>
  12. <DbSource ConnectionRef="VINILConnectionString_Country (Settings)" DbObjectName="VINIL.dbo.Employee" 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. <DeleteCommand>
  14. <DbCommand CommandType="Text" ModifiedByUser="false">
  15. <CommandText>DELETE FROM [dbo].[Employee] WHERE (([id_employee] = @Original_id_employee) AND ([surname] = @Original_surname))</CommandText>
  16. <Parameters>
  17. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id_employee" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id_employee" SourceColumnNullMapping="false" SourceVersion="Original" />
  18. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_surname" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="surname" SourceColumnNullMapping="false" SourceVersion="Original" />
  19. </Parameters>
  20. </DbCommand>
  21. </DeleteCommand>
  22. <SelectCommand>
  23. <DbCommand CommandType="Text" ModifiedByUser="false">
  24. <CommandText>SELECT id_employee, surname FROM dbo.Employee</CommandText>
  25. <Parameters />
  26. </DbCommand>
  27. </SelectCommand>
  28. <UpdateCommand>
  29. <DbCommand CommandType="Text" ModifiedByUser="false">
  30. <CommandText>UPDATE [dbo].[Employee] SET [surname] = @surname WHERE (([id_employee] = @Original_id_employee) AND ([surname] = @Original_surname));
  31. SELECT id_employee, surname FROM Employee WHERE (id_employee = @id_employee)</CommandText>
  32. <Parameters>
  33. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@surname" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="surname" SourceColumnNullMapping="false" SourceVersion="Current" />
  34. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id_employee" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id_employee" SourceColumnNullMapping="false" SourceVersion="Original" />
  35. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_surname" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="surname" SourceColumnNullMapping="false" SourceVersion="Original" />
  36. <Parameter AllowDbNull="false" AutogeneratedName="id_employee" ColumnName="id_employee" DataSourceName="VINIL.dbo.Employee" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@id_employee" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="id_employee" SourceColumnNullMapping="false" SourceVersion="Current" />
  37. </Parameters>
  38. </DbCommand>
  39. </UpdateCommand>
  40. </DbSource>
  41. </MainSource>
  42. <Mappings>
  43. <Mapping SourceColumn="id_employee" DataSetColumn="id_employee" />
  44. <Mapping SourceColumn="surname" DataSetColumn="surname" />
  45. </Mappings>
  46. <Sources />
  47. </TableAdapter>
  48. </Tables>
  49. <Sources />
  50. </DataSource>
  51. </xs:appinfo>
  52. </xs:annotation>
  53. <xs:element name="VINILDataSet_employee1" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="VINILDataSet_employee1" msprop:Generator_UserDSName="VINILDataSet_employee1">
  54. <xs:complexType>
  55. <xs:choice minOccurs="0" maxOccurs="unbounded">
  56. <xs:element name="Employee" msprop:Generator_TableClassName="EmployeeDataTable" msprop:Generator_TableVarName="tableEmployee" msprop:Generator_TablePropName="Employee" msprop:Generator_RowDeletingName="EmployeeRowDeleting" msprop:Generator_RowChangingName="EmployeeRowChanging" msprop:Generator_RowEvHandlerName="EmployeeRowChangeEventHandler" msprop:Generator_RowDeletedName="EmployeeRowDeleted" msprop:Generator_UserTableName="Employee" msprop:Generator_RowChangedName="EmployeeRowChanged" msprop:Generator_RowEvArgName="EmployeeRowChangeEvent" msprop:Generator_RowClassName="EmployeeRow">
  57. <xs:complexType>
  58. <xs:sequence>
  59. <xs:element name="id_employee" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid_employee" msprop:Generator_ColumnPropNameInRow="id_employee" msprop:Generator_ColumnPropNameInTable="id_employeeColumn" msprop:Generator_UserColumnName="id_employee" type="xs:int" />
  60. <xs:element name="surname" msprop:Generator_ColumnVarNameInTable="columnsurname" msprop:Generator_ColumnPropNameInRow="surname" msprop:Generator_ColumnPropNameInTable="surnameColumn" msprop:Generator_UserColumnName="surname">
  61. <xs:simpleType>
  62. <xs:restriction base="xs:string">
  63. <xs:maxLength value="25" />
  64. </xs:restriction>
  65. </xs:simpleType>
  66. </xs:element>
  67. </xs:sequence>
  68. </xs:complexType>
  69. </xs:element>
  70. </xs:choice>
  71. </xs:complexType>
  72. <xs:unique name="Constraint1" msdata:PrimaryKey="true">
  73. <xs:selector xpath=".//mstns:Employee" />
  74. <xs:field xpath="mstns:id_employee" />
  75. </xs:unique>
  76. </xs:element>
  77. </xs:schema>