-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCARI_DBDataSet.xsd
More file actions
76 lines (76 loc) · 6.61 KB
/
Copy pathCARI_DBDataSet.xsd
File metadata and controls
76 lines (76 loc) · 6.61 KB
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
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="CARI_DBDataSet" targetNamespace="http://tempuri.org/CARI_DBDataSet.xsd" xmlns:mstns="http://tempuri.org/CARI_DBDataSet.xsd" xmlns="http://tempuri.org/CARI_DBDataSet.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="CARI_DBConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="CARI_DBConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.Cari.Properties.Settings.GlobalReference.Default.CARI_DBConnectionString" Provider="System.Data.SqlClient" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="MusteriTableAdapter" GeneratorDataComponentClassName="MusteriTableAdapter" Name="Musteri" UserDataComponentName="MusteriTableAdapter">
<MainSource>
<DbSource ConnectionRef="CARI_DBConnectionString (Settings)" DbObjectName="CARI_DB.dbo.Musteri" 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].[Musteri] ([musteri_unvan], [musteri_adres], [musteri_not]) VALUES (@musteri_unvan, @musteri_adres, @musteri_not)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@musteri_unvan" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="musteri_unvan" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@musteri_adres" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="musteri_adres" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@musteri_not" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="musteri_not" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT musteri_unvan, musteri_adres, musteri_not FROM dbo.Musteri</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="musteri_unvan" DataSetColumn="musteri_unvan" />
<Mapping SourceColumn="musteri_adres" DataSetColumn="musteri_adres" />
<Mapping SourceColumn="musteri_not" DataSetColumn="musteri_not" />
</Mappings>
<Sources />
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="CARI_DBDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_UserDSName="CARI_DBDataSet" msprop:Generator_DataSetName="CARI_DBDataSet">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Musteri" msprop:Generator_RowEvHandlerName="MusteriRowChangeEventHandler" msprop:Generator_RowDeletedName="MusteriRowDeleted" msprop:Generator_RowDeletingName="MusteriRowDeleting" msprop:Generator_RowEvArgName="MusteriRowChangeEvent" msprop:Generator_TablePropName="Musteri" msprop:Generator_RowChangedName="MusteriRowChanged" msprop:Generator_RowChangingName="MusteriRowChanging" msprop:Generator_TableClassName="MusteriDataTable" msprop:Generator_RowClassName="MusteriRow" msprop:Generator_TableVarName="tableMusteri" msprop:Generator_UserTableName="Musteri">
<xs:complexType>
<xs:sequence>
<xs:element name="musteri_unvan" msprop:Generator_ColumnPropNameInRow="musteri_unvan" msprop:Generator_ColumnPropNameInTable="musteri_unvanColumn" msprop:Generator_ColumnVarNameInTable="columnmusteri_unvan" msprop:Generator_UserColumnName="musteri_unvan">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="musteri_adres" msprop:Generator_ColumnPropNameInRow="musteri_adres" msprop:Generator_ColumnPropNameInTable="musteri_adresColumn" msprop:Generator_ColumnVarNameInTable="columnmusteri_adres" msprop:Generator_UserColumnName="musteri_adres">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="musteri_not" msprop:Generator_ColumnPropNameInRow="musteri_not" msprop:Generator_ColumnPropNameInTable="musteri_notColumn" msprop:Generator_ColumnVarNameInTable="columnmusteri_not" msprop:Generator_UserColumnName="musteri_not">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>