-
Notifications
You must be signed in to change notification settings - Fork 0
/
Database1DataSet13.xsd
82 lines (82 loc) · 6.75 KB
/
Database1DataSet13.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="Database1DataSet13" targetNamespace="http://tempuri.org/Database1DataSet13.xsd" xmlns:mstns="http://tempuri.org/Database1DataSet13.xsd" xmlns="http://tempuri.org/Database1DataSet13.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="Database1ConnectionString1" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="Database1ConnectionString1 (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.mainpage.Properties.Settings.GlobalReference.Default.Database1ConnectionString1" Provider="System.Data.SqlClient" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="MainDBTableAdapter" GeneratorDataComponentClassName="MainDBTableAdapter" Name="MainDB" UserDataComponentName="MainDBTableAdapter">
<MainSource>
<DbSource ConnectionRef="Database1ConnectionString1 (Settings)" DbObjectName="dbo.MainDB" 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">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT FirstName, Department, DeductionDeptType, DeductionDeptAmt, DeductionDeptDate FROM dbo.MainDB</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="FirstName" DataSetColumn="FirstName" />
<Mapping SourceColumn="Department" DataSetColumn="Department" />
<Mapping SourceColumn="DeductionDeptType" DataSetColumn="DeductionDeptType" />
<Mapping SourceColumn="DeductionDeptAmt" DataSetColumn="DeductionDeptAmt" />
<Mapping SourceColumn="DeductionDeptDate" DataSetColumn="DeductionDeptDate" />
</Mappings>
<Sources />
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="Database1DataSet13" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="Database1DataSet13" msprop:Generator_UserDSName="Database1DataSet13">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="MainDB" msprop:Generator_TableClassName="MainDBDataTable" msprop:Generator_TableVarName="tableMainDB" msprop:Generator_TablePropName="MainDB" msprop:Generator_RowDeletingName="MainDBRowDeleting" msprop:Generator_RowChangingName="MainDBRowChanging" msprop:Generator_RowEvHandlerName="MainDBRowChangeEventHandler" msprop:Generator_RowDeletedName="MainDBRowDeleted" msprop:Generator_UserTableName="MainDB" msprop:Generator_RowChangedName="MainDBRowChanged" msprop:Generator_RowEvArgName="MainDBRowChangeEvent" msprop:Generator_RowClassName="MainDBRow">
<xs:complexType>
<xs:sequence>
<xs:element name="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" msprop:Generator_UserColumnName="FirstName" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2147483647" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Department" msprop:Generator_ColumnVarNameInTable="columnDepartment" msprop:Generator_ColumnPropNameInRow="Department" msprop:Generator_ColumnPropNameInTable="DepartmentColumn" msprop:Generator_UserColumnName="Department" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2147483647" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DeductionDeptType" msprop:Generator_ColumnVarNameInTable="columnDeductionDeptType" msprop:Generator_ColumnPropNameInRow="DeductionDeptType" msprop:Generator_ColumnPropNameInTable="DeductionDeptTypeColumn" msprop:Generator_UserColumnName="DeductionDeptType" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2147483647" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DeductionDeptAmt" msprop:Generator_ColumnVarNameInTable="columnDeductionDeptAmt" msprop:Generator_ColumnPropNameInRow="DeductionDeptAmt" msprop:Generator_ColumnPropNameInTable="DeductionDeptAmtColumn" msprop:Generator_UserColumnName="DeductionDeptAmt" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2147483647" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DeductionDeptDate" msprop:Generator_ColumnVarNameInTable="columnDeductionDeptDate" msprop:Generator_ColumnPropNameInRow="DeductionDeptDate" msprop:Generator_ColumnPropNameInTable="DeductionDeptDateColumn" msprop:Generator_UserColumnName="DeductionDeptDate" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2147483647" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>