-
Notifications
You must be signed in to change notification settings - Fork 0
/
Database1DataSet9.xsd
67 lines (67 loc) · 5.7 KB
/
Database1DataSet9.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="Database1DataSet9" targetNamespace="http://tempuri.org/Database1DataSet9.xsd" xmlns:mstns="http://tempuri.org/Database1DataSet9.xsd" xmlns="http://tempuri.org/Database1DataSet9.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] ([LoanAmt], [Install]) VALUES (@LoanAmt, @Install)</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@LoanAmt" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LoanAmt" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Install" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Install" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT LoanAmt, Install FROM dbo.MainDB</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="LoanAmt" DataSetColumn="LoanAmt" />
<Mapping SourceColumn="Install" DataSetColumn="Install" />
</Mappings>
<Sources />
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="Database1DataSet9" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="Database1DataSet9" msprop:Generator_UserDSName="Database1DataSet9">
<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="LoanAmt" msprop:Generator_ColumnVarNameInTable="columnLoanAmt" msprop:Generator_ColumnPropNameInRow="LoanAmt" msprop:Generator_ColumnPropNameInTable="LoanAmtColumn" msprop:Generator_UserColumnName="LoanAmt" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2147483647" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Install" msprop:Generator_ColumnVarNameInTable="columnInstall" msprop:Generator_ColumnPropNameInRow="Install" msprop:Generator_ColumnPropNameInTable="InstallColumn" msprop:Generator_UserColumnName="Install" 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>