-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDataSet1.xsd
384 lines (384 loc) · 52.7 KB
/
DataSet1.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="DataSet1" targetNamespace="http://tempuri.org/DataSet1.xsd" xmlns:mstns="http://tempuri.org/DataSet1.xsd" xmlns="http://tempuri.org/DataSet1.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="BonusOkulConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="BonusOkulConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.BonusProje1.Properties.Settings.GlobalReference.Default.BonusOkulConnectionString" Provider="System.Data.SqlClient" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBLDERSLERTableAdapter" GeneratorDataComponentClassName="TBLDERSLERTableAdapter" Name="TBLDERSLER" UserDataComponentName="TBLDERSLERTableAdapter">
<MainSource>
<DbSource ConnectionRef="BonusOkulConnectionString (Settings)" DbObjectName="BonusOkul.dbo.TBLDERSLER" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="DersListesi" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="DersListesi" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="DersListesi" UserSourceName="Fill">
<DeleteCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>DELETE FROM [TBLDERSLER] WHERE (([DERSID] = @Original_DERSID) AND ((@IsNull_DERSAD = 1 AND [DERSAD] IS NULL) OR ([DERSAD] = @Original_DERSAD)))</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@Original_DERSID" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="DERSID" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DERSAD" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DERSAD" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_DERSAD" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="DERSAD" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [TBLDERSLER] ([DERSAD]) VALUES (@DERSAD);
SELECT DERSID, DERSAD FROM TBLDERSLER WHERE (DERSID = SCOPE_IDENTITY())</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@DERSAD" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="DERSAD" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT TBLDERSLER.*
FROM TBLDERSLER</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>UPDATE [TBLDERSLER] SET [DERSAD] = @DERSAD WHERE (([DERSID] = @Original_DERSID) AND ((@IsNull_DERSAD = 1 AND [DERSAD] IS NULL) OR ([DERSAD] = @Original_DERSAD)));
SELECT DERSID, DERSAD FROM TBLDERSLER WHERE (DERSID = @DERSID)</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@DERSAD" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="DERSAD" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@Original_DERSID" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="DERSID" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DERSAD" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DERSAD" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_DERSAD" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="DERSAD" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="DERSID" ColumnName="DERSID" DataSourceName="BonusOkul.dbo.TBLDERSLER" DataTypeServer="tinyint" DbType="Byte" Direction="Input" ParameterName="@DERSID" Precision="0" ProviderType="TinyInt" Scale="0" Size="1" SourceColumn="DERSID" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="DERSID" DataSetColumn="DERSID" />
<Mapping SourceColumn="DERSAD" DataSetColumn="DERSAD" />
</Mappings>
<Sources>
<DbSource ConnectionRef="BonusOkulConnectionString (Settings)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="true" GeneratorSourceName="DersEkle" Modifier="Public" Name="DersEkle" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="DersEkle">
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>INSERT INTO [TBLDERSLER] ([DERSAD]) VALUES (@DERSAD);
</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="DERSAD" ColumnName="DERSAD" DataSourceName="BonusOkul.dbo.TBLDERSLER" DataTypeServer="varchar(30)" DbType="AnsiString" Direction="Input" ParameterName="@DERSAD" Precision="0" ProviderType="VarChar" Scale="0" Size="30" SourceColumn="DERSAD" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
</DbSource>
<DbSource ConnectionRef="BonusOkulConnectionString (Settings)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="true" GeneratorSourceName="DersGuncelle" Modifier="Public" Name="DersGuncelle" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy1" UserSourceName="DersGuncelle">
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>UPDATE [TBLDERSLER] SET [DERSAD] = @DERSAD WHERE ([DERSID] = @Original_DERSID) </CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="DERSAD" ColumnName="DERSAD" DataSourceName="BonusOkul.dbo.TBLDERSLER" DataTypeServer="varchar(30)" DbType="AnsiString" Direction="Input" ParameterName="@DERSAD" Precision="0" ProviderType="VarChar" Scale="0" Size="30" SourceColumn="DERSAD" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="Original_DERSID" ColumnName="DERSID" DataSourceName="BonusOkul.dbo.TBLDERSLER" DataTypeServer="tinyint" DbType="Byte" Direction="Input" ParameterName="@Original_DERSID" Precision="0" ProviderType="TinyInt" Scale="0" Size="1" SourceColumn="DERSID" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
<DbSource ConnectionRef="BonusOkulConnectionString (Settings)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="true" GeneratorSourceName="DersSil" Modifier="Public" Name="DersSil" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy2" UserSourceName="DersSil">
<DeleteCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>DELETE FROM [TBLDERSLER] WHERE ([DERSID] = @Original_DERSID) </CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="Original_DERSID" ColumnName="DERSID" DataSourceName="BonusOkul.dbo.TBLDERSLER" DataTypeServer="tinyint" DbType="Byte" Direction="Input" ParameterName="@Original_DERSID" Precision="0" ProviderType="TinyInt" Scale="0" Size="1" SourceColumn="DERSID" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
</DbSource>
</Sources>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="DataTable1TableAdapter" GeneratorDataComponentClassName="DataTable1TableAdapter" Name="DataTable1" UserDataComponentName="DataTable1TableAdapter">
<MainSource>
<DbSource ConnectionRef="BonusOkulConnectionString (Settings)" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="OgrenciListesi" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="OgrenciListesi" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="OgrenciListesi" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT TBLOGRENCILER.OGRID, TBLOGRENCILER.OGRAD, TBLOGRENCILER.OGRSOYAD, TBLOGRENCILER.OGRCINSIYET, TBLKULUPLER.KULUPAD
FROM TBLOGRENCILER INNER JOIN
TBLKULUPLER ON TBLOGRENCILER.OGRKULUP = TBLKULUPLER.KULUPID</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="OGRID" DataSetColumn="OGRID" />
<Mapping SourceColumn="OGRAD" DataSetColumn="OGRAD" />
<Mapping SourceColumn="OGRSOYAD" DataSetColumn="OGRSOYAD" />
<Mapping SourceColumn="OGRCINSIYET" DataSetColumn="OGRCINSIYET" />
<Mapping SourceColumn="KULUPAD" DataSetColumn="KULUPAD" />
</Mappings>
<Sources>
<DbSource ConnectionRef="BonusOkulConnectionString (Settings)" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="FillBy" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="OgrenciGetir" GeneratorSourceName="FillBy" GetMethodModifier="Public" GetMethodName="OgrenciGetir" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="OgrenciGetir" UserSourceName="FillBy">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT TBLOGRENCILER.OGRID, TBLOGRENCILER.OGRAD, TBLOGRENCILER.OGRSOYAD, TBLOGRENCILER.OGRCINSIYET, TBLKULUPLER.KULUPAD
FROM TBLOGRENCILER INNER JOIN
TBLKULUPLER ON TBLOGRENCILER.OGRKULUP = TBLKULUPLER.KULUPID
WHERE (TBLOGRENCILER.OGRAD = @OGRAD)</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="OGRAD" ColumnName="OGRAD" DataSourceName="BonusOkul.dbo.TBLOGRENCILER" DataTypeServer="varchar(30)" DbType="AnsiString" Direction="Input" ParameterName="@OGRAD" Precision="0" ProviderType="VarChar" Scale="0" Size="30" SourceColumn="OGRAD" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="BonusOkulConnectionString (Settings)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="true" GeneratorSourceName="OgrenciEkle" Modifier="Public" Name="OgrenciEkle" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="OgrenciEkle">
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>INSERT INTO TBLOGRENCILER
(OGRAD, OGRSOYAD, OGRKULUP, OGRCINSIYET)
VALUES (@OGRAD,@OGRSOYAD,@OGRKULUP,@OGRCINSIYET)</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="OGRAD" ColumnName="OGRAD" DataSourceName="BonusOkul.dbo.TBLOGRENCILER" DataTypeServer="varchar(30)" DbType="AnsiString" Direction="Input" ParameterName="@OGRAD" Precision="0" ProviderType="VarChar" Scale="0" Size="30" SourceColumn="OGRAD" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="OGRSOYAD" ColumnName="OGRSOYAD" DataSourceName="BonusOkul.dbo.TBLOGRENCILER" DataTypeServer="varchar(30)" DbType="AnsiString" Direction="Input" ParameterName="@OGRSOYAD" Precision="0" ProviderType="VarChar" Scale="0" Size="30" SourceColumn="OGRSOYAD" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="OGRKULUP" ColumnName="OGRKULUP" DataSourceName="BonusOkul.dbo.TBLOGRENCILER" DataTypeServer="tinyint" DbType="Byte" Direction="Input" ParameterName="@OGRKULUP" Precision="0" ProviderType="TinyInt" Scale="0" Size="1" SourceColumn="OGRKULUP" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="OGRCINSIYET" ColumnName="OGRCINSIYET" DataSourceName="BonusOkul.dbo.TBLOGRENCILER" DataTypeServer="varchar(5)" DbType="AnsiString" Direction="Input" ParameterName="@OGRCINSIYET" Precision="0" ProviderType="VarChar" Scale="0" Size="5" SourceColumn="OGRCINSIYET" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
</DbSource>
<DbSource ConnectionRef="BonusOkulConnectionString (Settings)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="true" GeneratorSourceName="OgrenciGuncelle" Modifier="Public" Name="OgrenciGuncelle" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy1" UserSourceName="OgrenciGuncelle">
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>UPDATE TBLOGRENCILER
SET OGRAD = @OGRAD, OGRSOYAD = @OGRSOYAD, OGRKULUP = @OGRKULUP, OGRCINSIYET = @OGRCINSIYET
WHERE (OGRID = @OGRID)</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="OGRAD" ColumnName="OGRAD" DataSourceName="BonusOkul.dbo.TBLOGRENCILER" DataTypeServer="varchar(30)" DbType="AnsiString" Direction="Input" ParameterName="@OGRAD" Precision="0" ProviderType="VarChar" Scale="0" Size="30" SourceColumn="OGRAD" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="OGRSOYAD" ColumnName="OGRSOYAD" DataSourceName="BonusOkul.dbo.TBLOGRENCILER" DataTypeServer="varchar(30)" DbType="AnsiString" Direction="Input" ParameterName="@OGRSOYAD" Precision="0" ProviderType="VarChar" Scale="0" Size="30" SourceColumn="OGRSOYAD" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="OGRKULUP" ColumnName="OGRKULUP" DataSourceName="BonusOkul.dbo.TBLOGRENCILER" DataTypeServer="tinyint" DbType="Byte" Direction="Input" ParameterName="@OGRKULUP" Precision="0" ProviderType="TinyInt" Scale="0" Size="1" SourceColumn="OGRKULUP" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="OGRCINSIYET" ColumnName="OGRCINSIYET" DataSourceName="BonusOkul.dbo.TBLOGRENCILER" DataTypeServer="varchar(5)" DbType="AnsiString" Direction="Input" ParameterName="@OGRCINSIYET" Precision="0" ProviderType="VarChar" Scale="0" Size="5" SourceColumn="OGRCINSIYET" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="OGRID" ColumnName="OGRID" DataSourceName="BonusOkul.dbo.TBLOGRENCILER" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OGRID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="OGRID" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
<DbSource ConnectionRef="BonusOkulConnectionString (Settings)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="true" GeneratorSourceName="OgrenciSil" Modifier="Public" Name="OgrenciSil" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy2" UserSourceName="OgrenciSil">
<DeleteCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>DELETE FROM TBLOGRENCILER
WHERE (OGRID = @OGRID)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="OGRID" ColumnName="OGRID" DataSourceName="BonusOkul.dbo.TBLOGRENCILER" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OGRID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="OGRID" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
</DbSource>
</Sources>
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBLNOTLARTableAdapter" GeneratorDataComponentClassName="TBLNOTLARTableAdapter" Name="TBLNOTLAR" UserDataComponentName="TBLNOTLARTableAdapter">
<MainSource>
<DbSource ConnectionRef="BonusOkulConnectionString (Settings)" DbObjectName="BonusOkul.dbo.TBLNOTLAR" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="NotListesi" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="NotListesi" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="NotListesi" UserSourceName="Fill">
<DeleteCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>DELETE FROM [TBLNOTLAR] WHERE (([NOTID] = @Original_NOTID) AND ((@IsNull_DERSID = 1 AND [DERSID] IS NULL) OR ([DERSID] = @Original_DERSID)) AND ((@IsNull_OGRID = 1 AND [OGRID] IS NULL) OR ([OGRID] = @Original_OGRID)) AND ((@IsNull_SINAV1 = 1 AND [SINAV1] IS NULL) OR ([SINAV1] = @Original_SINAV1)) AND ((@IsNull_SINAV2 = 1 AND [SINAV2] IS NULL) OR ([SINAV2] = @Original_SINAV2)) AND ((@IsNull_SINAV3 = 1 AND [SINAV3] IS NULL) OR ([SINAV3] = @Original_SINAV3)) AND ((@IsNull_PROJE = 1 AND [PROJE] IS NULL) OR ([PROJE] = @Original_PROJE)) AND ((@IsNull_ORTALAMA = 1 AND [ORTALAMA] IS NULL) OR ([ORTALAMA] = @Original_ORTALAMA)) AND ((@IsNull_DURUM = 1 AND [DURUM] IS NULL) OR ([DURUM] = @Original_DURUM)))</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_NOTID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NOTID" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DERSID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DERSID" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@Original_DERSID" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="DERSID" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_OGRID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="OGRID" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_OGRID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="OGRID" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SINAV1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SINAV1" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@Original_SINAV1" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="SINAV1" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SINAV2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SINAV2" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@Original_SINAV2" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="SINAV2" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SINAV3" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SINAV3" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@Original_SINAV3" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="SINAV3" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PROJE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PROJE" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@Original_PROJE" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="PROJE" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ORTALAMA" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ORTALAMA" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_ORTALAMA" Precision="5" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="ORTALAMA" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DURUM" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DURUM" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_DURUM" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="DURUM" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [TBLNOTLAR] ([DERSID], [OGRID], [SINAV1], [SINAV2], [SINAV3], [PROJE], [ORTALAMA], [DURUM]) VALUES (@DERSID, @OGRID, @SINAV1, @SINAV2, @SINAV3, @PROJE, @ORTALAMA, @DURUM);
SELECT NOTID, DERSID, OGRID, SINAV1, SINAV2, SINAV3, PROJE, ORTALAMA, DURUM FROM TBLNOTLAR WHERE (NOTID = SCOPE_IDENTITY())</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@DERSID" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="DERSID" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@OGRID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="OGRID" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@SINAV1" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="SINAV1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@SINAV2" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="SINAV2" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@SINAV3" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="SINAV3" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@PROJE" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="PROJE" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@ORTALAMA" Precision="5" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="ORTALAMA" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@DURUM" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="DURUM" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT NOTID, DERSID, OGRID, SINAV1, SINAV2, SINAV3, PROJE, ORTALAMA, DURUM
FROM TBLNOTLAR
WHERE (OGRID = @OGRID)</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="OGRID" ColumnName="OGRID" DataSourceName="BonusOkul.dbo.TBLNOTLAR" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OGRID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="OGRID" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>UPDATE [TBLNOTLAR] SET [DERSID] = @DERSID, [OGRID] = @OGRID, [SINAV1] = @SINAV1, [SINAV2] = @SINAV2, [SINAV3] = @SINAV3, [PROJE] = @PROJE, [ORTALAMA] = @ORTALAMA, [DURUM] = @DURUM WHERE (([NOTID] = @Original_NOTID) AND ((@IsNull_DERSID = 1 AND [DERSID] IS NULL) OR ([DERSID] = @Original_DERSID)) AND ((@IsNull_OGRID = 1 AND [OGRID] IS NULL) OR ([OGRID] = @Original_OGRID)) AND ((@IsNull_SINAV1 = 1 AND [SINAV1] IS NULL) OR ([SINAV1] = @Original_SINAV1)) AND ((@IsNull_SINAV2 = 1 AND [SINAV2] IS NULL) OR ([SINAV2] = @Original_SINAV2)) AND ((@IsNull_SINAV3 = 1 AND [SINAV3] IS NULL) OR ([SINAV3] = @Original_SINAV3)) AND ((@IsNull_PROJE = 1 AND [PROJE] IS NULL) OR ([PROJE] = @Original_PROJE)) AND ((@IsNull_ORTALAMA = 1 AND [ORTALAMA] IS NULL) OR ([ORTALAMA] = @Original_ORTALAMA)) AND ((@IsNull_DURUM = 1 AND [DURUM] IS NULL) OR ([DURUM] = @Original_DURUM)));
SELECT NOTID, DERSID, OGRID, SINAV1, SINAV2, SINAV3, PROJE, ORTALAMA, DURUM FROM TBLNOTLAR WHERE (NOTID = @NOTID)</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@DERSID" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="DERSID" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@OGRID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="OGRID" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@SINAV1" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="SINAV1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@SINAV2" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="SINAV2" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@SINAV3" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="SINAV3" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@PROJE" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="PROJE" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@ORTALAMA" Precision="5" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="ORTALAMA" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@DURUM" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="DURUM" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_NOTID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NOTID" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DERSID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DERSID" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@Original_DERSID" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="DERSID" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_OGRID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="OGRID" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_OGRID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="OGRID" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SINAV1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SINAV1" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@Original_SINAV1" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="SINAV1" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SINAV2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SINAV2" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@Original_SINAV2" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="SINAV2" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SINAV3" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SINAV3" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@Original_SINAV3" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="SINAV3" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PROJE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PROJE" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@Original_PROJE" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="PROJE" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ORTALAMA" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ORTALAMA" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_ORTALAMA" Precision="5" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="ORTALAMA" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DURUM" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DURUM" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_DURUM" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="DURUM" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="NOTID" ColumnName="NOTID" DataSourceName="BonusOkul.dbo.TBLNOTLAR" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@NOTID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="NOTID" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="NOTID" DataSetColumn="NOTID" />
<Mapping SourceColumn="DERSID" DataSetColumn="DERSID" />
<Mapping SourceColumn="OGRID" DataSetColumn="OGRID" />
<Mapping SourceColumn="SINAV1" DataSetColumn="SINAV1" />
<Mapping SourceColumn="SINAV2" DataSetColumn="SINAV2" />
<Mapping SourceColumn="SINAV3" DataSetColumn="SINAV3" />
<Mapping SourceColumn="PROJE" DataSetColumn="PROJE" />
<Mapping SourceColumn="ORTALAMA" DataSetColumn="ORTALAMA" />
<Mapping SourceColumn="DURUM" DataSetColumn="DURUM" />
</Mappings>
<Sources>
<DbSource ConnectionRef="BonusOkulConnectionString (Settings)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="true" GeneratorSourceName="NotGuncelle" Modifier="Public" Name="NotGuncelle" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="NotGuncelle">
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>UPDATE [TBLNOTLAR] SET [DERSID] = @DERSID, [OGRID] = @OGRID, [SINAV1] = @SINAV1, [SINAV2] = @SINAV2, [SINAV3] = @SINAV3, [PROJE] = @PROJE, [ORTALAMA] = @ORTALAMA, [DURUM] = @DURUM WHERE ([NOTID] = @Original_NOTID)</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="DERSID" ColumnName="DERSID" DataSourceName="BonusOkul.dbo.TBLNOTLAR" DataTypeServer="tinyint" DbType="Byte" Direction="Input" ParameterName="@DERSID" Precision="0" ProviderType="TinyInt" Scale="0" Size="1" SourceColumn="DERSID" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="OGRID" ColumnName="OGRID" DataSourceName="BonusOkul.dbo.TBLNOTLAR" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OGRID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="OGRID" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="SINAV1" ColumnName="SINAV1" DataSourceName="BonusOkul.dbo.TBLNOTLAR" DataTypeServer="tinyint" DbType="Byte" Direction="Input" ParameterName="@SINAV1" Precision="0" ProviderType="TinyInt" Scale="0" Size="1" SourceColumn="SINAV1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="SINAV2" ColumnName="SINAV2" DataSourceName="BonusOkul.dbo.TBLNOTLAR" DataTypeServer="tinyint" DbType="Byte" Direction="Input" ParameterName="@SINAV2" Precision="0" ProviderType="TinyInt" Scale="0" Size="1" SourceColumn="SINAV2" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="SINAV3" ColumnName="SINAV3" DataSourceName="BonusOkul.dbo.TBLNOTLAR" DataTypeServer="tinyint" DbType="Byte" Direction="Input" ParameterName="@SINAV3" Precision="0" ProviderType="TinyInt" Scale="0" Size="1" SourceColumn="SINAV3" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="PROJE" ColumnName="PROJE" DataSourceName="BonusOkul.dbo.TBLNOTLAR" DataTypeServer="tinyint" DbType="Byte" Direction="Input" ParameterName="@PROJE" Precision="0" ProviderType="TinyInt" Scale="0" Size="1" SourceColumn="PROJE" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="ORTALAMA" ColumnName="ORTALAMA" DataSourceName="BonusOkul.dbo.TBLNOTLAR" DataTypeServer="decimal(5, 2)" DbType="Decimal" Direction="Input" ParameterName="@ORTALAMA" Precision="5" ProviderType="Decimal" Scale="2" Size="5" SourceColumn="ORTALAMA" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="DURUM" ColumnName="DURUM" DataSourceName="BonusOkul.dbo.TBLNOTLAR" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@DURUM" Precision="0" ProviderType="Bit" Scale="0" Size="1" SourceColumn="DURUM" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="Original_NOTID" ColumnName="NOTID" DataSourceName="BonusOkul.dbo.TBLNOTLAR" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_NOTID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="NOTID" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</Sources>
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="DataSet1" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DataSet1" msprop:Generator_UserDSName="DataSet1">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="TBLDERSLER" msprop:Generator_TableClassName="TBLDERSLERDataTable" msprop:Generator_TableVarName="tableTBLDERSLER" msprop:Generator_RowChangedName="TBLDERSLERRowChanged" msprop:Generator_TablePropName="TBLDERSLER" msprop:Generator_RowDeletingName="TBLDERSLERRowDeleting" msprop:Generator_RowChangingName="TBLDERSLERRowChanging" msprop:Generator_RowEvHandlerName="TBLDERSLERRowChangeEventHandler" msprop:Generator_RowDeletedName="TBLDERSLERRowDeleted" msprop:Generator_RowClassName="TBLDERSLERRow" msprop:Generator_UserTableName="TBLDERSLER" msprop:Generator_RowEvArgName="TBLDERSLERRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="DERSID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDERSID" msprop:Generator_ColumnPropNameInRow="DERSID" msprop:Generator_ColumnPropNameInTable="DERSIDColumn" msprop:Generator_UserColumnName="DERSID" type="xs:unsignedByte" />
<xs:element name="DERSAD" msprop:Generator_ColumnVarNameInTable="columnDERSAD" msprop:Generator_ColumnPropNameInRow="DERSAD" msprop:Generator_ColumnPropNameInTable="DERSADColumn" msprop:Generator_UserColumnName="DERSAD" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="DataTable1" msprop:Generator_TableClassName="DataTable1DataTable" msprop:Generator_TableVarName="tableDataTable1" msprop:Generator_RowChangedName="DataTable1RowChanged" msprop:Generator_TablePropName="DataTable1" msprop:Generator_RowDeletingName="DataTable1RowDeleting" msprop:Generator_RowChangingName="DataTable1RowChanging" msprop:Generator_RowEvHandlerName="DataTable1RowChangeEventHandler" msprop:Generator_RowDeletedName="DataTable1RowDeleted" msprop:Generator_RowClassName="DataTable1Row" msprop:Generator_UserTableName="DataTable1" msprop:Generator_RowEvArgName="DataTable1RowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="OGRID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnOGRID" msprop:Generator_ColumnPropNameInRow="OGRID" msprop:Generator_ColumnPropNameInTable="OGRIDColumn" msprop:Generator_UserColumnName="OGRID" type="xs:int" />
<xs:element name="OGRAD" msprop:Generator_ColumnVarNameInTable="columnOGRAD" msprop:Generator_ColumnPropNameInRow="OGRAD" msprop:Generator_ColumnPropNameInTable="OGRADColumn" msprop:Generator_UserColumnName="OGRAD" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="OGRSOYAD" msprop:Generator_ColumnVarNameInTable="columnOGRSOYAD" msprop:Generator_ColumnPropNameInRow="OGRSOYAD" msprop:Generator_ColumnPropNameInTable="OGRSOYADColumn" msprop:Generator_UserColumnName="OGRSOYAD" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="OGRCINSIYET" msprop:Generator_ColumnVarNameInTable="columnOGRCINSIYET" msprop:Generator_ColumnPropNameInRow="OGRCINSIYET" msprop:Generator_ColumnPropNameInTable="OGRCINSIYETColumn" msprop:Generator_UserColumnName="OGRCINSIYET" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="5" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="KULUPAD" msprop:Generator_ColumnVarNameInTable="columnKULUPAD" msprop:Generator_ColumnPropNameInRow="KULUPAD" msprop:Generator_ColumnPropNameInTable="KULUPADColumn" msprop:Generator_UserColumnName="KULUPAD" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="TBLNOTLAR" msprop:Generator_TableClassName="TBLNOTLARDataTable" msprop:Generator_TableVarName="tableTBLNOTLAR" msprop:Generator_RowChangedName="TBLNOTLARRowChanged" msprop:Generator_TablePropName="TBLNOTLAR" msprop:Generator_RowDeletingName="TBLNOTLARRowDeleting" msprop:Generator_RowChangingName="TBLNOTLARRowChanging" msprop:Generator_RowEvHandlerName="TBLNOTLARRowChangeEventHandler" msprop:Generator_RowDeletedName="TBLNOTLARRowDeleted" msprop:Generator_RowClassName="TBLNOTLARRow" msprop:Generator_UserTableName="TBLNOTLAR" msprop:Generator_RowEvArgName="TBLNOTLARRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="NOTID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnNOTID" msprop:Generator_ColumnPropNameInRow="NOTID" msprop:Generator_ColumnPropNameInTable="NOTIDColumn" msprop:Generator_UserColumnName="NOTID" type="xs:int" />
<xs:element name="DERSID" msprop:Generator_ColumnVarNameInTable="columnDERSID" msprop:Generator_ColumnPropNameInRow="DERSID" msprop:Generator_ColumnPropNameInTable="DERSIDColumn" msprop:Generator_UserColumnName="DERSID" type="xs:unsignedByte" minOccurs="0" />
<xs:element name="OGRID" msprop:Generator_ColumnVarNameInTable="columnOGRID" msprop:Generator_ColumnPropNameInRow="OGRID" msprop:Generator_ColumnPropNameInTable="OGRIDColumn" msprop:Generator_UserColumnName="OGRID" type="xs:int" minOccurs="0" />
<xs:element name="SINAV1" msprop:Generator_ColumnVarNameInTable="columnSINAV1" msprop:Generator_ColumnPropNameInRow="SINAV1" msprop:Generator_ColumnPropNameInTable="SINAV1Column" msprop:Generator_UserColumnName="SINAV1" type="xs:unsignedByte" minOccurs="0" />
<xs:element name="SINAV2" msprop:Generator_ColumnVarNameInTable="columnSINAV2" msprop:Generator_ColumnPropNameInRow="SINAV2" msprop:Generator_ColumnPropNameInTable="SINAV2Column" msprop:Generator_UserColumnName="SINAV2" type="xs:unsignedByte" minOccurs="0" />
<xs:element name="SINAV3" msprop:Generator_ColumnVarNameInTable="columnSINAV3" msprop:Generator_ColumnPropNameInRow="SINAV3" msprop:Generator_ColumnPropNameInTable="SINAV3Column" msprop:Generator_UserColumnName="SINAV3" type="xs:unsignedByte" minOccurs="0" />
<xs:element name="PROJE" msprop:Generator_ColumnVarNameInTable="columnPROJE" msprop:Generator_ColumnPropNameInRow="PROJE" msprop:Generator_ColumnPropNameInTable="PROJEColumn" msprop:Generator_UserColumnName="PROJE" type="xs:unsignedByte" minOccurs="0" />
<xs:element name="ORTALAMA" msprop:Generator_ColumnVarNameInTable="columnORTALAMA" msprop:Generator_ColumnPropNameInRow="ORTALAMA" msprop:Generator_ColumnPropNameInTable="ORTALAMAColumn" msprop:Generator_UserColumnName="ORTALAMA" type="xs:decimal" minOccurs="0" />
<xs:element name="DURUM" msprop:Generator_ColumnVarNameInTable="columnDURUM" msprop:Generator_ColumnPropNameInRow="DURUM" msprop:Generator_ColumnPropNameInTable="DURUMColumn" msprop:Generator_UserColumnName="DURUM" type="xs:boolean" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:TBLDERSLER" />
<xs:field xpath="mstns:DERSID" />
</xs:unique>
<xs:unique name="DataTable1_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:DataTable1" />
<xs:field xpath="mstns:OGRID" />
</xs:unique>
<xs:unique name="TBLNOTLAR_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:TBLNOTLAR" />
<xs:field xpath="mstns:NOTID" />
</xs:unique>
</xs:element>
<xs:annotation>
<xs:appinfo>
<msdata:Relationship name="FK_TBLNOTLAR_TBLDERSLER" msdata:parent="TBLDERSLER" msdata:child="TBLNOTLAR" msdata:parentkey="DERSID" msdata:childkey="DERSID" msprop:Generator_UserChildTable="TBLNOTLAR" msprop:Generator_ChildPropName="GetTBLNOTLARRows" msprop:Generator_UserRelationName="FK_TBLNOTLAR_TBLDERSLER" msprop:Generator_RelationVarName="relationFK_TBLNOTLAR_TBLDERSLER" msprop:Generator_UserParentTable="TBLDERSLER" msprop:Generator_ParentPropName="TBLDERSLERRow" />
</xs:appinfo>
</xs:annotation>
</xs:schema>