-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDataSet2.xsd
67 lines (67 loc) · 6.91 KB
/
DataSet2.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="DataSet2" targetNamespace="http://tempuri.org/DataSet2.xsd" xmlns:mstns="http://tempuri.org/DataSet2.xsd" xmlns="http://tempuri.org/DataSet2.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="ConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="ConnectionString (Settings)" PropertyReference="ApplicationSettings.EtiquetasClippStore.Properties.Settings.GlobalReference.Default.ConnectionString" Provider="System.Data.Odbc" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ETIQUETAS_QUANTIDADESTableAdapter" GeneratorDataComponentClassName="ETIQUETAS_QUANTIDADESTableAdapter" Name="ETIQUETAS_QUANTIDADES" UserDataComponentName="ETIQUETAS_QUANTIDADESTableAdapter">
<MainSource>
<DbSource ConnectionRef="ConnectionString (Settings)" DbObjectName=""C:\Program Files (x86)\CompuFour\_Clipp\Base\CLIP".ETIQUETAS_QUANTIDADES" 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 "ETIQUETAS_QUANTIDADES" ("CODIGO", "DESCRICAO", "VALOR", "QUANTIDADE") VALUES (?, ?, ?, ?)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="CODIGO" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CODIGO" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="DESCRICAO" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="DESCRICAO" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="VALOR" Precision="18" ProviderType="Numeric" Scale="2" Size="0" SourceColumn="VALOR" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="QUANTIDADE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QUANTIDADE" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT "CODIGO", "DESCRICAO", "VALOR", "QUANTIDADE" FROM "ETIQUETAS_QUANTIDADES"</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="CODIGO" DataSetColumn="CODIGO" />
<Mapping SourceColumn="DESCRICAO" DataSetColumn="DESCRICAO" />
<Mapping SourceColumn="VALOR" DataSetColumn="VALOR" />
<Mapping SourceColumn="QUANTIDADE" DataSetColumn="QUANTIDADE" />
</Mappings>
<Sources />
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="DataSet2" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="DataSet2" msprop:Generator_UserDSName="DataSet2">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="ETIQUETAS_QUANTIDADES" msprop:Generator_TableClassName="ETIQUETAS_QUANTIDADESDataTable" msprop:Generator_TableVarName="tableETIQUETAS_QUANTIDADES" msprop:Generator_TablePropName="ETIQUETAS_QUANTIDADES" msprop:Generator_RowDeletingName="ETIQUETAS_QUANTIDADESRowDeleting" msprop:Generator_RowChangingName="ETIQUETAS_QUANTIDADESRowChanging" msprop:Generator_RowEvHandlerName="ETIQUETAS_QUANTIDADESRowChangeEventHandler" msprop:Generator_RowDeletedName="ETIQUETAS_QUANTIDADESRowDeleted" msprop:Generator_UserTableName="ETIQUETAS_QUANTIDADES" msprop:Generator_RowChangedName="ETIQUETAS_QUANTIDADESRowChanged" msprop:Generator_RowEvArgName="ETIQUETAS_QUANTIDADESRowChangeEvent" msprop:Generator_RowClassName="ETIQUETAS_QUANTIDADESRow">
<xs:complexType>
<xs:sequence>
<xs:element name="CODIGO" msprop:Generator_ColumnVarNameInTable="columnCODIGO" msprop:Generator_ColumnPropNameInRow="CODIGO" msprop:Generator_ColumnPropNameInTable="CODIGOColumn" msprop:Generator_UserColumnName="CODIGO" type="xs:int" minOccurs="0" />
<xs:element name="DESCRICAO" msprop:Generator_ColumnVarNameInTable="columnDESCRICAO" msprop:Generator_ColumnPropNameInRow="DESCRICAO" msprop:Generator_ColumnPropNameInTable="DESCRICAOColumn" msprop:Generator_UserColumnName="DESCRICAO" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="VALOR" msprop:Generator_ColumnVarNameInTable="columnVALOR" msprop:Generator_ColumnPropNameInRow="VALOR" msprop:Generator_ColumnPropNameInTable="VALORColumn" msprop:Generator_UserColumnName="VALOR" type="xs:decimal" minOccurs="0" />
<xs:element name="QUANTIDADE" msprop:Generator_ColumnVarNameInTable="columnQUANTIDADE" msprop:Generator_ColumnPropNameInRow="QUANTIDADE" msprop:Generator_ColumnPropNameInTable="QUANTIDADEColumn" msprop:Generator_UserColumnName="QUANTIDADE" type="xs:int" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>