-
Notifications
You must be signed in to change notification settings - Fork 0
/
DataSet13.xsd
67 lines (67 loc) · 6.38 KB
/
DataSet13.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="DataSet1" targetNamespace="http://tempuri.org/DataSet13.xsd" xmlns:mstns="http://tempuri.org/DataSet13.xsd" xmlns="http://tempuri.org/DataSet13.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="ConnectionString1" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="ConnectionString1 (Settings)" PropertyReference="ApplicationSettings.BookBiz.Properties.Settings.GlobalReference.Default.ConnectionString1" Provider="Devart.Data.SQLite" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="authors_viewTableAdapter" GeneratorDataComponentClassName="authors_viewTableAdapter" Name="authors_view" UserDataComponentName="authors_viewTableAdapter">
<MainSource>
<DbSource ConnectionRef="ConnectionString1 (Settings)" DbObjectType="Unknown" 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 author_name FROM "main".authors_view</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="author_name" DataSetColumn="author_name" />
</Mappings>
<Sources />
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="categories_viewTableAdapter" GeneratorDataComponentClassName="categories_viewTableAdapter" Name="categories_view" UserDataComponentName="categories_viewTableAdapter">
<MainSource>
<DbSource ConnectionRef="ConnectionString1 (Settings)" DbObjectName=""main".categories_view" DbObjectType="View" 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 category FROM "main".categories_view</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="category" DataSetColumn="category" />
</Mappings>
<Sources />
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="DataSet1" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_UserDSName="DataSet1" msprop:Generator_DataSetName="DataSet1">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="authors_view" msprop:Generator_RowEvHandlerName="authors_viewRowChangeEventHandler" msprop:Generator_RowDeletedName="authors_viewRowDeleted" msprop:Generator_RowDeletingName="authors_viewRowDeleting" msprop:Generator_RowEvArgName="authors_viewRowChangeEvent" msprop:Generator_TablePropName="authors_view" msprop:Generator_RowChangedName="authors_viewRowChanged" msprop:Generator_RowChangingName="authors_viewRowChanging" msprop:Generator_TableClassName="authors_viewDataTable" msprop:Generator_RowClassName="authors_viewRow" msprop:Generator_TableVarName="tableauthors_view" msprop:Generator_UserTableName="authors_view">
<xs:complexType>
<xs:sequence>
<xs:element name="author_name" msprop:Generator_ColumnPropNameInRow="author_name" msprop:Generator_ColumnPropNameInTable="author_nameColumn" msprop:Generator_ColumnVarNameInTable="columnauthor_name" msprop:Generator_UserColumnName="author_name" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="categories_view" msprop:Generator_RowEvHandlerName="categories_viewRowChangeEventHandler" msprop:Generator_RowDeletedName="categories_viewRowDeleted" msprop:Generator_RowDeletingName="categories_viewRowDeleting" msprop:Generator_RowEvArgName="categories_viewRowChangeEvent" msprop:Generator_TablePropName="categories_view" msprop:Generator_RowChangedName="categories_viewRowChanged" msprop:Generator_RowChangingName="categories_viewRowChanging" msprop:Generator_TableClassName="categories_viewDataTable" msprop:Generator_RowClassName="categories_viewRow" msprop:Generator_TableVarName="tablecategories_view" msprop:Generator_UserTableName="categories_view">
<xs:complexType>
<xs:sequence>
<xs:element name="category" msprop:Generator_ColumnPropNameInRow="category" msprop:Generator_ColumnPropNameInTable="categoryColumn" msprop:Generator_ColumnVarNameInTable="columncategory" msprop:Generator_UserColumnName="category" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>