-
Notifications
You must be signed in to change notification settings - Fork 0
/
Database1DataSet12.xsd
112 lines (112 loc) · 10.2 KB
/
Database1DataSet12.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="Database1DataSet12" targetNamespace="http://tempuri.org/Database1DataSet12.xsd" xmlns:mstns="http://tempuri.org/Database1DataSet12.xsd" xmlns="http://tempuri.org/Database1DataSet12.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="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 [dbo].[MainDB] ([Id], [FirstName], [OverTimeDate], [WorkingDays], [LoginTime], [LogoutTime], [OverTime]) VALUES (@Id, @FirstName, @OverTimeDate, @WorkingDays, @LoginTime, @LogoutTime, @OverTime)</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Id" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Id" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@FirstName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="FirstName" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@OverTimeDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="OverTimeDate" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@WorkingDays" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="WorkingDays" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@LoginTime" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LoginTime" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@LogoutTime" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LogoutTime" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@OverTime" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="OverTime" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT Id, FirstName, OverTimeDate, WorkingDays, LoginTime, LogoutTime, OverTime FROM dbo.MainDB</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="Id" DataSetColumn="Id" />
<Mapping SourceColumn="FirstName" DataSetColumn="FirstName" />
<Mapping SourceColumn="OverTimeDate" DataSetColumn="OverTimeDate" />
<Mapping SourceColumn="WorkingDays" DataSetColumn="WorkingDays" />
<Mapping SourceColumn="LoginTime" DataSetColumn="LoginTime" />
<Mapping SourceColumn="LogoutTime" DataSetColumn="LogoutTime" />
<Mapping SourceColumn="OverTime" DataSetColumn="OverTime" />
</Mappings>
<Sources />
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="Database1DataSet12" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="Database1DataSet12" msprop:Generator_UserDSName="Database1DataSet12">
<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="Id" msprop:Generator_ColumnVarNameInTable="columnId" msprop:Generator_ColumnPropNameInRow="Id" msprop:Generator_ColumnPropNameInTable="IdColumn" msprop:Generator_UserColumnName="Id" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2147483647" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<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="OverTimeDate" msprop:Generator_ColumnVarNameInTable="columnOverTimeDate" msprop:Generator_ColumnPropNameInRow="OverTimeDate" msprop:Generator_ColumnPropNameInTable="OverTimeDateColumn" msprop:Generator_UserColumnName="OverTimeDate" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2147483647" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="WorkingDays" msprop:Generator_ColumnVarNameInTable="columnWorkingDays" msprop:Generator_ColumnPropNameInRow="WorkingDays" msprop:Generator_ColumnPropNameInTable="WorkingDaysColumn" msprop:Generator_UserColumnName="WorkingDays" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2147483647" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="LoginTime" msprop:Generator_ColumnVarNameInTable="columnLoginTime" msprop:Generator_ColumnPropNameInRow="LoginTime" msprop:Generator_ColumnPropNameInTable="LoginTimeColumn" msprop:Generator_UserColumnName="LoginTime" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2147483647" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="LogoutTime" msprop:Generator_ColumnVarNameInTable="columnLogoutTime" msprop:Generator_ColumnPropNameInRow="LogoutTime" msprop:Generator_ColumnPropNameInTable="LogoutTimeColumn" msprop:Generator_UserColumnName="LogoutTime" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2147483647" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="OverTime" msprop:Generator_ColumnVarNameInTable="columnOverTime" msprop:Generator_ColumnPropNameInRow="OverTime" msprop:Generator_ColumnPropNameInTable="OverTimeColumn" msprop:Generator_UserColumnName="OverTime" 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>