forked from elizabethadegbaju/QuickLaundry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
quicklaundryDataSet1.xsd
39 lines (39 loc) · 3.64 KB
/
quicklaundryDataSet1.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
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="quicklaundryDataSet" targetNamespace="http://tempuri.org/quicklaundryDataSet1.xsd" xmlns:mstns="http://tempuri.org/quicklaundryDataSet1.xsd" xmlns="http://tempuri.org/quicklaundryDataSet1.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="quicklaundryConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="quicklaundryConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.quicklaundry.Properties.Settings.GlobalReference.Default.quicklaundryConnectionString" Provider="MySql.Data.MySqlClient" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="laundryTableAdapter" GeneratorDataComponentClassName="laundryTableAdapter" Name="laundry" UserDataComponentName="laundryTableAdapter">
<MainSource>
<DbSource ConnectionRef="quicklaundryConnectionString (Settings)" DbObjectName="quicklaundry.laundry" 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">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT orderNo, username, status, dropoffAddress, dropoffTime, bill, paid FROM laundry</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings />
<Sources />
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="quicklaundryDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="quicklaundryDataSet" msprop:Generator_UserDSName="quicklaundryDataSet">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="laundry" msprop:Generator_TableClassName="laundryDataTable" msprop:Generator_TableVarName="tablelaundry" msprop:Generator_TablePropName="laundry" msprop:Generator_RowDeletingName="laundryRowDeleting" msprop:Generator_RowChangingName="laundryRowChanging" msprop:Generator_RowEvHandlerName="laundryRowChangeEventHandler" msprop:Generator_RowDeletedName="laundryRowDeleted" msprop:Generator_UserTableName="laundry" msprop:Generator_RowChangedName="laundryRowChanged" msprop:Generator_RowEvArgName="laundryRowChangeEvent" msprop:Generator_RowClassName="laundryRow">
<xs:complexType>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>