InversionesDEVDataSet1.xsd 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema id="InversionesDEVDataSet1" targetNamespace="http://tempuri.org/InversionesDEVDataSet1.xsd" xmlns:mstns="http://tempuri.org/InversionesDEVDataSet1.xsd" xmlns="http://tempuri.org/InversionesDEVDataSet1.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="MySettings" AppSettingsPropertyName="InversionesConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="InversionesConnectionString (MySettings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.Inversiones.My.MySettings.GlobalReference.Default.InversionesConnectionString" Provider="System.Data.SqlClient" />
  8. </Connections>
  9. <Tables>
  10. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="INV0TableAdapter" GeneratorDataComponentClassName="INV0TableAdapter" Name="INV0" UserDataComponentName="INV0TableAdapter">
  11. <MainSource>
  12. <DbSource ConnectionRef="InversionesConnectionString (MySettings)" DbObjectName="InversionesDEV.dbo.INV0" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" 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. <SelectCommand>
  14. <DbCommand CommandType="Text" ModifiedByUser="false">
  15. <CommandText>SELECT CodInv FROM dbo.INV0</CommandText>
  16. <Parameters />
  17. </DbCommand>
  18. </SelectCommand>
  19. </DbSource>
  20. </MainSource>
  21. <Mappings>
  22. <Mapping SourceColumn="CodInv" DataSetColumn="CodInv" />
  23. </Mappings>
  24. <Sources />
  25. </TableAdapter>
  26. </Tables>
  27. <Sources />
  28. </DataSource>
  29. </xs:appinfo>
  30. </xs:annotation>
  31. <xs:element name="InversionesDEVDataSet1" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="InversionesDEVDataSet1" msprop:Generator_UserDSName="InversionesDEVDataSet1">
  32. <xs:complexType>
  33. <xs:choice minOccurs="0" maxOccurs="unbounded">
  34. <xs:element name="INV0" msprop:Generator_TableClassName="INV0DataTable" msprop:Generator_TableVarName="tableINV0" msprop:Generator_TablePropName="INV0" msprop:Generator_RowDeletingName="INV0RowDeleting" msprop:Generator_RowChangingName="INV0RowChanging" msprop:Generator_RowEvHandlerName="INV0RowChangeEventHandler" msprop:Generator_RowDeletedName="INV0RowDeleted" msprop:Generator_UserTableName="INV0" msprop:Generator_RowChangedName="INV0RowChanged" msprop:Generator_RowEvArgName="INV0RowChangeEvent" msprop:Generator_RowClassName="INV0Row">
  35. <xs:complexType>
  36. <xs:sequence>
  37. <xs:element name="CodInv" msprop:Generator_ColumnVarNameInTable="columnCodInv" msprop:Generator_ColumnPropNameInRow="CodInv" msprop:Generator_ColumnPropNameInTable="CodInvColumn" msprop:Generator_UserColumnName="CodInv">
  38. <xs:simpleType>
  39. <xs:restriction base="xs:string">
  40. <xs:maxLength value="20" />
  41. </xs:restriction>
  42. </xs:simpleType>
  43. </xs:element>
  44. </xs:sequence>
  45. </xs:complexType>
  46. </xs:element>
  47. </xs:choice>
  48. </xs:complexType>
  49. </xs:element>
  50. </xs:schema>