-
Notifications
You must be signed in to change notification settings - Fork 0
/
bueno_vista_databaseDataSet.xsd
506 lines (506 loc) · 84.6 KB
/
bueno_vista_databaseDataSet.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
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="bueno_vista_databaseDataSet" targetNamespace="http://tempuri.org/bueno_vista_databaseDataSet.xsd" xmlns:mstns="http://tempuri.org/bueno_vista_databaseDataSet.xsd" xmlns="http://tempuri.org/bueno_vista_databaseDataSet.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="bueno_vista_databaseConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="bueno_vista_databaseConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.project_bueno_vista.Properties.Settings.GlobalReference.Default.bueno_vista_databaseConnectionString" Provider="System.Data.SqlClient" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ApplicantsTableAdapter" GeneratorDataComponentClassName="ApplicantsTableAdapter" Name="Applicants" UserDataComponentName="ApplicantsTableAdapter">
<MainSource>
<DbSource ConnectionRef="bueno_vista_databaseConnectionString (Settings)" DbObjectName="dbo.Applicants" 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">
<DeleteCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>DELETE FROM [dbo].[Applicants] WHERE (([Applicant ID] = @Original_Applicant_ID) AND ((@IsNull_GPA = 1 AND [GPA] IS NULL) OR ([GPA] = @Original_GPA)) AND ((@IsNull_College_Year = 1 AND [College Year] IS NULL) OR ([College Year] = @Original_College_Year)) AND ((@IsNull_Year_of_Graduation = 1 AND [Year of Graduation] IS NULL) OR ([Year of Graduation] = @Original_Year_of_Graduation)) AND ((@IsNull_Years_of_Work_Experience = 1 AND [Years of Work Experience] IS NULL) OR ([Years of Work Experience] = @Original_Years_of_Work_Experience)) AND ((@IsNull_Number_of_Group_Projects = 1 AND [Number of Group Projects] IS NULL) OR ([Number of Group Projects] = @Original_Number_of_Group_Projects)) AND ((@IsNull_Number_of_Hackhatons = 1 AND [Number of Hackhatons] IS NULL) OR ([Number of Hackhatons] = @Original_Number_of_Hackhatons)) AND ((@IsNull_Number_of_Personal_Projects = 1 AND [Number of Personal Projects] IS NULL) OR ([Number of Personal Projects] = @Original_Number_of_Personal_Projects)) AND ((@IsNull_Number_of_Projects_Related_to_Diversity = 1 AND [Number of Projects Related to Diversity] IS NULL) OR ([Number of Projects Related to Diversity] = @Original_Number_of_Projects_Related_to_Diversity)) AND ((@IsNull_Primary_Programming_Language = 1 AND [Primary Programming Language] IS NULL) OR ([Primary Programming Language] = @Original_Primary_Programming_Language)) AND ((@IsNull_Primary_Database_Language = 1 AND [Primary Database Language] IS NULL) OR ([Primary Database Language] = @Original_Primary_Database_Language)) AND ((@IsNull_Number_of_Known_APIs = 1 AND [Number of Known APIs] IS NULL) OR ([Number of Known APIs] = @Original_Number_of_Known_APIs)))</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Applicant_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Applicant ID" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_GPA" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="GPA" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_GPA" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="GPA" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_College_Year" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="College Year" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_College_Year" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="College Year" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Year_of_Graduation" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Year of Graduation" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Year_of_Graduation" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Year of Graduation" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Years_of_Work_Experience" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Years of Work Experience" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Years_of_Work_Experience" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Years of Work Experience" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Number_of_Group_Projects" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Group Projects" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Number_of_Group_Projects" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Group Projects" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Number_of_Hackhatons" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Hackhatons" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Number_of_Hackhatons" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Hackhatons" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Number_of_Personal_Projects" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Personal Projects" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Number_of_Personal_Projects" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Personal Projects" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Number_of_Projects_Related_to_Diversity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Projects Related to Diversity" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Number_of_Projects_Related_to_Diversity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Projects Related to Diversity" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Primary_Programming_Language" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Primary Programming Language" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Primary_Programming_Language" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Primary Programming Language" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Primary_Database_Language" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Primary Database Language" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Primary_Database_Language" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Primary Database Language" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Number_of_Known_APIs" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Known APIs" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Number_of_Known_APIs" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Known APIs" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [dbo].[Applicants] ([Applicant ID], [Name], [Surname], [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], [Country], [Location (City, State/Province)], [GPA], [Major], [School], [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], [Comments]) VALUES (@Applicant_ID, @Name, @Surname, @p1, @LinkedIn_Profile, @GitHub_Profile, @Portfolio_Website, @Country, @p4, @GPA, @Major, @School, @College_Year, @Year_of_Graduation, @Years_of_Work_Experience, @Number_of_Group_Projects, @Number_of_Hackhatons, @Number_of_Personal_Projects, @Number_of_Projects_Related_to_Diversity, @Primary_Programming_Language, @Primary_Database_Language, @Number_of_Known_APIs, @Comments);
SELECT [Applicant ID], Name, Surname, [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], Country, [Location (City, State/Province)], GPA, Major, School, [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], Comments FROM Applicants WHERE ([Applicant ID] = @Applicant_ID)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Applicant_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Applicant ID" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Surname" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Surname" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@p1" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="E-Mail" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@LinkedIn_Profile" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LinkedIn Profile" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@GitHub_Profile" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="GitHub Profile" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Portfolio_Website" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Portfolio Website" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Country" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Country" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@p4" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Location (City, State/Province)" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@GPA" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="GPA" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Major" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Major" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@School" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="School" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@College_Year" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="College Year" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Year_of_Graduation" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Year of Graduation" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Years_of_Work_Experience" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Years of Work Experience" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Number_of_Group_Projects" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Group Projects" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Number_of_Hackhatons" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Hackhatons" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Number_of_Personal_Projects" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Personal Projects" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Number_of_Projects_Related_to_Diversity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Projects Related to Diversity" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Primary_Programming_Language" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Primary Programming Language" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Primary_Database_Language" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Primary Database Language" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Number_of_Known_APIs" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Known APIs" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Comments" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Comments" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT [Applicant ID], Name, Surname, [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], Country, [Location (City, State/Province)], GPA, Major, School, [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], Comments FROM dbo.Applicants</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>UPDATE [dbo].[Applicants] SET [Applicant ID] = @Applicant_ID, [Name] = @Name, [Surname] = @Surname, [E-Mail] = @p1, [LinkedIn Profile] = @LinkedIn_Profile, [GitHub Profile] = @GitHub_Profile, [Portfolio Website] = @Portfolio_Website, [Country] = @Country, [Location (City, State/Province)] = @p4, [GPA] = @GPA, [Major] = @Major, [School] = @School, [College Year] = @College_Year, [Year of Graduation] = @Year_of_Graduation, [Years of Work Experience] = @Years_of_Work_Experience, [Number of Group Projects] = @Number_of_Group_Projects, [Number of Hackhatons] = @Number_of_Hackhatons, [Number of Personal Projects] = @Number_of_Personal_Projects, [Number of Projects Related to Diversity] = @Number_of_Projects_Related_to_Diversity, [Primary Programming Language] = @Primary_Programming_Language, [Primary Database Language] = @Primary_Database_Language, [Number of Known APIs] = @Number_of_Known_APIs, [Comments] = @Comments WHERE (([Applicant ID] = @Original_Applicant_ID) AND ((@IsNull_GPA = 1 AND [GPA] IS NULL) OR ([GPA] = @Original_GPA)) AND ((@IsNull_College_Year = 1 AND [College Year] IS NULL) OR ([College Year] = @Original_College_Year)) AND ((@IsNull_Year_of_Graduation = 1 AND [Year of Graduation] IS NULL) OR ([Year of Graduation] = @Original_Year_of_Graduation)) AND ((@IsNull_Years_of_Work_Experience = 1 AND [Years of Work Experience] IS NULL) OR ([Years of Work Experience] = @Original_Years_of_Work_Experience)) AND ((@IsNull_Number_of_Group_Projects = 1 AND [Number of Group Projects] IS NULL) OR ([Number of Group Projects] = @Original_Number_of_Group_Projects)) AND ((@IsNull_Number_of_Hackhatons = 1 AND [Number of Hackhatons] IS NULL) OR ([Number of Hackhatons] = @Original_Number_of_Hackhatons)) AND ((@IsNull_Number_of_Personal_Projects = 1 AND [Number of Personal Projects] IS NULL) OR ([Number of Personal Projects] = @Original_Number_of_Personal_Projects)) AND ((@IsNull_Number_of_Projects_Related_to_Diversity = 1 AND [Number of Projects Related to Diversity] IS NULL) OR ([Number of Projects Related to Diversity] = @Original_Number_of_Projects_Related_to_Diversity)) AND ((@IsNull_Primary_Programming_Language = 1 AND [Primary Programming Language] IS NULL) OR ([Primary Programming Language] = @Original_Primary_Programming_Language)) AND ((@IsNull_Primary_Database_Language = 1 AND [Primary Database Language] IS NULL) OR ([Primary Database Language] = @Original_Primary_Database_Language)) AND ((@IsNull_Number_of_Known_APIs = 1 AND [Number of Known APIs] IS NULL) OR ([Number of Known APIs] = @Original_Number_of_Known_APIs)));
SELECT [Applicant ID], Name, Surname, [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], Country, [Location (City, State/Province)], GPA, Major, School, [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], Comments FROM Applicants WHERE ([Applicant ID] = @Applicant_ID)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Applicant_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Applicant ID" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Surname" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Surname" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@p1" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="E-Mail" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@LinkedIn_Profile" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LinkedIn Profile" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@GitHub_Profile" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="GitHub Profile" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Portfolio_Website" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Portfolio Website" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Country" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Country" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@p4" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Location (City, State/Province)" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@GPA" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="GPA" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Major" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Major" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@School" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="School" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@College_Year" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="College Year" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Year_of_Graduation" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Year of Graduation" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Years_of_Work_Experience" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Years of Work Experience" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Number_of_Group_Projects" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Group Projects" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Number_of_Hackhatons" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Hackhatons" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Number_of_Personal_Projects" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Personal Projects" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Number_of_Projects_Related_to_Diversity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Projects Related to Diversity" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Primary_Programming_Language" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Primary Programming Language" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Primary_Database_Language" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Primary Database Language" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Number_of_Known_APIs" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Known APIs" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Comments" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Comments" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Applicant_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Applicant ID" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_GPA" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="GPA" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_GPA" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="GPA" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_College_Year" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="College Year" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_College_Year" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="College Year" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Year_of_Graduation" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Year of Graduation" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Year_of_Graduation" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Year of Graduation" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Years_of_Work_Experience" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Years of Work Experience" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Years_of_Work_Experience" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Years of Work Experience" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Number_of_Group_Projects" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Group Projects" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Number_of_Group_Projects" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Group Projects" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Number_of_Hackhatons" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Hackhatons" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Number_of_Hackhatons" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Hackhatons" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Number_of_Personal_Projects" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Personal Projects" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Number_of_Personal_Projects" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Personal Projects" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Number_of_Projects_Related_to_Diversity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Projects Related to Diversity" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Number_of_Projects_Related_to_Diversity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Projects Related to Diversity" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Primary_Programming_Language" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Primary Programming Language" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Primary_Programming_Language" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Primary Programming Language" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Primary_Database_Language" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Primary Database Language" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Primary_Database_Language" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Primary Database Language" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Number_of_Known_APIs" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Known APIs" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Number_of_Known_APIs" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number of Known APIs" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="Applicant ID" DataSetColumn="Applicant ID" />
<Mapping SourceColumn="Name" DataSetColumn="Name" />
<Mapping SourceColumn="Surname" DataSetColumn="Surname" />
<Mapping SourceColumn="E-Mail" DataSetColumn="E-Mail" />
<Mapping SourceColumn="LinkedIn Profile" DataSetColumn="LinkedIn Profile" />
<Mapping SourceColumn="GitHub Profile" DataSetColumn="GitHub Profile" />
<Mapping SourceColumn="Portfolio Website" DataSetColumn="Portfolio Website" />
<Mapping SourceColumn="Country" DataSetColumn="Country" />
<Mapping SourceColumn="Location (City, State/Province)" DataSetColumn="Location (City, State/Province)" />
<Mapping SourceColumn="GPA" DataSetColumn="GPA" />
<Mapping SourceColumn="Major" DataSetColumn="Major" />
<Mapping SourceColumn="School" DataSetColumn="School" />
<Mapping SourceColumn="College Year" DataSetColumn="College Year" />
<Mapping SourceColumn="Year of Graduation" DataSetColumn="Year of Graduation" />
<Mapping SourceColumn="Years of Work Experience" DataSetColumn="Years of Work Experience" />
<Mapping SourceColumn="Number of Group Projects" DataSetColumn="Number of Group Projects" />
<Mapping SourceColumn="Number of Hackhatons" DataSetColumn="Number of Hackhatons" />
<Mapping SourceColumn="Number of Personal Projects" DataSetColumn="Number of Personal Projects" />
<Mapping SourceColumn="Number of Projects Related to Diversity" DataSetColumn="Number of Projects Related to Diversity" />
<Mapping SourceColumn="Primary Programming Language" DataSetColumn="Primary Programming Language" />
<Mapping SourceColumn="Primary Database Language" DataSetColumn="Primary Database Language" />
<Mapping SourceColumn="Number of Known APIs" DataSetColumn="Number of Known APIs" />
<Mapping SourceColumn="Comments" DataSetColumn="Comments" />
</Mappings>
<Sources>
<DbSource ConnectionRef="bueno_vista_databaseConnectionString (Settings)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="true" GeneratorSourceName="DeleteAll" Modifier="Public" Name="DeleteAll" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="DeleteAll">
<DeleteCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>DELETE FROM [dbo].[Applicants] </CommandText>
<Parameters />
</DbCommand>
</DeleteCommand>
</DbSource>
<DbSource ConnectionRef="bueno_vista_databaseConnectionString (Settings)" DbObjectName="dbo.Applicants" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="SearchByCollegeYear" GenerateMethods="Fill" GenerateShortCommands="true" GeneratorSourceName="SearchByCollegeYear" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy11" UserSourceName="SearchByCollegeYear">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT [Applicant ID], Name, Surname, [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], Country, [Location (City, State/Province)], GPA, Major, School, [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], Comments FROM dbo.Applicants
Where [College Year] Like '%' + @value + '%' </CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="value" ColumnName="College Year" DataSourceName="[C:\USERS\DENIZ\SOURCE\REPOS\PROJECT_BUENO_VISTA\BUENO_VISTA_DATABASE.MDF].dbo.Applicants" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@value" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="College Year" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="bueno_vista_databaseConnectionString (Settings)" DbObjectName="dbo.Applicants" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="SearchByCountry" GenerateMethods="Fill" GenerateShortCommands="true" GeneratorSourceName="SearchByCountry" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy4" UserSourceName="SearchByCountry">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT [Applicant ID], Name, Surname, [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], Country, [Location (City, State/Province)], GPA, Major, School, [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], Comments FROM dbo.Applicants
Where Country Like '%' + @value + '%' </CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="value" ColumnName="Country" DataSourceName="[C:\USERS\DENIZ\SOURCE\REPOS\PROJECT_BUENO_VISTA\BUENO_VISTA_DATABASE.MDF].dbo.Applicants" DataTypeServer="nvarchar(MAX)" DbType="String" Direction="Input" ParameterName="@value" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumn="Country" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="bueno_vista_databaseConnectionString (Settings)" DbObjectName="dbo.Applicants" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="SearchByDatabaseLanguage" GenerateMethods="Fill" GenerateShortCommands="true" GeneratorSourceName="SearchByDatabaseLanguage" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy13" UserSourceName="SearchByDatabaseLanguage">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT [Applicant ID], Name, Surname, [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], Country, [Location (City, State/Province)], GPA, Major, School, [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], Comments FROM dbo.Applicants
Where [Primary Database Language] Like '%' + @value + '%' </CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="value" ColumnName="Primary Database Language" DataSourceName="[C:\USERS\DENIZ\SOURCE\REPOS\PROJECT_BUENO_VISTA\BUENO_VISTA_DATABASE.MDF].dbo.Applicants" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@value" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="Primary Database Language" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="bueno_vista_databaseConnectionString (Settings)" DbObjectName="dbo.Applicants" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="searchbyEmail" GenerateMethods="Fill" GenerateShortCommands="true" GeneratorSourceName="searchbyEmail" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy3" UserSourceName="searchbyEmail">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT [Applicant ID], Name, Surname, [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], Country, [Location (City, State/Province)], GPA, Major, School, [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], Comments FROM dbo.Applicants
Where [E-Mail] Like '%' + @value + '%' </CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="value" ColumnName="E-Mail" DataSourceName="[C:\USERS\DENIZ\SOURCE\REPOS\PROJECT_BUENO_VISTA\BUENO_VISTA_DATABASE.MDF].dbo.Applicants" DataTypeServer="nvarchar(MAX)" DbType="String" Direction="Input" ParameterName="@value" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumn="E-Mail" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="bueno_vista_databaseConnectionString (Settings)" DbObjectName="dbo.Applicants" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="SearchByGitHub" GenerateMethods="Fill" GenerateShortCommands="true" GeneratorSourceName="SearchByGitHub" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy7" UserSourceName="SearchByGitHub">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT [Applicant ID], Name, Surname, [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], Country, [Location (City, State/Province)], GPA, Major, School, [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], Comments FROM dbo.Applicants
Where [GitHub Profile] Like '%' + @value + '%' </CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="value" ColumnName="GitHub Profile" DataSourceName="[C:\USERS\DENIZ\SOURCE\REPOS\PROJECT_BUENO_VISTA\BUENO_VISTA_DATABASE.MDF].dbo.Applicants" DataTypeServer="nvarchar(MAX)" DbType="String" Direction="Input" ParameterName="@value" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumn="GitHub Profile" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="bueno_vista_databaseConnectionString (Settings)" DbObjectName="dbo.Applicants" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="SearchByLinkedIn" GenerateMethods="Fill" GenerateShortCommands="true" GeneratorSourceName="SearchByLinkedIn" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy6" UserSourceName="SearchByLinkedIn">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT [Applicant ID], Name, Surname, [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], Country, [Location (City, State/Province)], GPA, Major, School, [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], Comments FROM dbo.Applicants
Where [LinkedIn Profile] Like '%' + @value + '%' </CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="value" ColumnName="LinkedIn Profile" DataSourceName="[C:\USERS\DENIZ\SOURCE\REPOS\PROJECT_BUENO_VISTA\BUENO_VISTA_DATABASE.MDF].dbo.Applicants" DataTypeServer="nvarchar(MAX)" DbType="String" Direction="Input" ParameterName="@value" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumn="LinkedIn Profile" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="bueno_vista_databaseConnectionString (Settings)" DbObjectName="dbo.Applicants" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="searchbyLocation" GenerateMethods="Fill" GenerateShortCommands="true" GeneratorSourceName="searchbyLocation" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy5" UserSourceName="searchbyLocation">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT [Applicant ID], Name, Surname, [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], Country, [Location (City, State/Province)], GPA, Major, School, [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], Comments FROM dbo.Applicants
Where [Location (City, State/Province)] Like '%' + @value + '%' </CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="value" ColumnName="Location (City, State/Province)" DataSourceName="[C:\USERS\DENIZ\SOURCE\REPOS\PROJECT_BUENO_VISTA\BUENO_VISTA_DATABASE.MDF].dbo.Applicants" DataTypeServer="nvarchar(MAX)" DbType="String" Direction="Input" ParameterName="@value" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumn="Location (City, State/Province)" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="bueno_vista_databaseConnectionString (Settings)" DbObjectName="dbo.Applicants" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="SearchByMajor" GenerateMethods="Fill" GenerateShortCommands="true" GeneratorSourceName="SearchByMajor" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy9" UserSourceName="SearchByMajor">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT [Applicant ID], Name, Surname, [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], Country, [Location (City, State/Province)], GPA, Major, School, [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], Comments FROM dbo.Applicants
Where Major Like '%' + @value + '%' </CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="value" ColumnName="Major" DataSourceName="[C:\USERS\DENIZ\SOURCE\REPOS\PROJECT_BUENO_VISTA\BUENO_VISTA_DATABASE.MDF].dbo.Applicants" DataTypeServer="nvarchar(MAX)" DbType="String" Direction="Input" ParameterName="@value" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumn="Major" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="bueno_vista_databaseConnectionString (Settings)" DbObjectName="dbo.Applicants" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="SearchByName" GenerateMethods="Fill" GenerateShortCommands="true" GeneratorSourceName="SearchByName" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy1" UserSourceName="SearchByName">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT [Applicant ID], Name, Surname, [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], Country, [Location (City, State/Province)], GPA, Major, School, [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], Comments FROM dbo.Applicants
Where Name Like '%' + @value + '%' </CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="value" ColumnName="Name" DataSourceName="[C:\USERS\DENIZ\SOURCE\REPOS\PROJECT_BUENO_VISTA\BUENO_VISTA_DATABASE.MDF].dbo.Applicants" DataTypeServer="nvarchar(MAX)" DbType="String" Direction="Input" ParameterName="@value" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="bueno_vista_databaseConnectionString (Settings)" DbObjectName="dbo.Applicants" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="SearchByPersonalWebsite" GenerateMethods="Fill" GenerateShortCommands="true" GeneratorSourceName="SearchByPersonalWebsite" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy8" UserSourceName="SearchByPersonalWebsite">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT [Applicant ID], Name, Surname, [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], Country, [Location (City, State/Province)], GPA, Major, School, [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], Comments FROM dbo.Applicants
Where [Portfolio Website] Like '%' + @value + '%' </CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="value" ColumnName="Portfolio Website" DataSourceName="[C:\USERS\DENIZ\SOURCE\REPOS\PROJECT_BUENO_VISTA\BUENO_VISTA_DATABASE.MDF].dbo.Applicants" DataTypeServer="nvarchar(MAX)" DbType="String" Direction="Input" ParameterName="@value" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumn="Portfolio Website" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="bueno_vista_databaseConnectionString (Settings)" DbObjectName="dbo.Applicants" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="SearchByProgrammingLanguage" GenerateMethods="Fill" GenerateShortCommands="true" GeneratorSourceName="SearchByProgrammingLanguage" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy12" UserSourceName="SearchByProgrammingLanguage">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT [Applicant ID], Name, Surname, [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], Country, [Location (City, State/Province)], GPA, Major, School, [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], Comments FROM dbo.Applicants
Where [Primary Programming Language] Like '%' + @value + '%' </CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="value" ColumnName="Primary Programming Language" DataSourceName="[C:\USERS\DENIZ\SOURCE\REPOS\PROJECT_BUENO_VISTA\BUENO_VISTA_DATABASE.MDF].dbo.Applicants" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@value" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="Primary Programming Language" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="bueno_vista_databaseConnectionString (Settings)" DbObjectName="dbo.Applicants" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="SearchBySchool" GenerateMethods="Fill" GenerateShortCommands="true" GeneratorSourceName="SearchBySchool" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy10" UserSourceName="SearchBySchool">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT [Applicant ID], Name, Surname, [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], Country, [Location (City, State/Province)], GPA, Major, School, [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], Comments FROM dbo.Applicants
Where School Like '%' + @value + '%' </CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="value" ColumnName="School" DataSourceName="[C:\USERS\DENIZ\SOURCE\REPOS\PROJECT_BUENO_VISTA\BUENO_VISTA_DATABASE.MDF].dbo.Applicants" DataTypeServer="nvarchar(MAX)" DbType="String" Direction="Input" ParameterName="@value" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumn="School" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="bueno_vista_databaseConnectionString (Settings)" DbObjectName="dbo.Applicants" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="SearchBySurname" GenerateMethods="Fill" GenerateShortCommands="true" GeneratorGetMethodName="GetDataBy2" GeneratorSourceName="SearchBySurname" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy2" UserSourceName="SearchBySurname">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT [Applicant ID], Name, Surname, [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], Country, [Location (City, State/Province)], GPA, Major, School, [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], Comments FROM dbo.Applicants
Where Surname Like '%' + @value + '%' </CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="value" ColumnName="Surname" DataSourceName="[C:\USERS\DENIZ\SOURCE\REPOS\PROJECT_BUENO_VISTA\BUENO_VISTA_DATABASE.MDF].dbo.Applicants" DataTypeServer="nvarchar(MAX)" DbType="String" Direction="Input" ParameterName="@value" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumn="Surname" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="bueno_vista_databaseConnectionString (Settings)" DbObjectName="dbo.Applicants" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Sort_By_Years_Of_Work_Experience" GenerateMethods="Fill" GenerateShortCommands="true" GeneratorSourceName="Sort_By_Years_Of_Work_Experience" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy15" UserSourceName="Sort_By_Years_Of_Work_Experience">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT [Applicant ID], Name, Surname, [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], Country, [Location (City, State/Province)], GPA, Major, School, [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], Comments FROM dbo.Applicants
Order By [Years of Work Experience] DESC</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="bueno_vista_databaseConnectionString (Settings)" DbObjectName="dbo.Applicants" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="SortByDiversityProjects" GenerateMethods="Fill" GenerateShortCommands="true" GeneratorSourceName="SortByDiversityProjects" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy20" UserSourceName="SortByDiversityProjects">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT [Applicant ID], Name, Surname, [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], Country, [Location (City, State/Province)], GPA, Major, School, [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], Comments FROM dbo.Applicants
Order By [Number of Projects Related to Diversity] DESC</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="bueno_vista_databaseConnectionString (Settings)" DbObjectName="dbo.Applicants" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="SortByGroupProjects" GenerateMethods="Fill" GenerateShortCommands="true" GeneratorSourceName="SortByGroupProjects" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy16" UserSourceName="SortByGroupProjects">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT [Applicant ID], Name, Surname, [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], Country, [Location (City, State/Province)], GPA, Major, School, [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], Comments FROM dbo.Applicants
Order By [Number of Group Projects] DESC</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="bueno_vista_databaseConnectionString (Settings)" DbObjectName="dbo.Applicants" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="SortByHackathons" GenerateMethods="Fill" GenerateShortCommands="true" GeneratorSourceName="SortByHackathons" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy17" UserSourceName="SortByHackathons">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT [Applicant ID], Name, Surname, [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], Country, [Location (City, State/Province)], GPA, Major, School, [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], Comments FROM dbo.Applicants
Order By [Number of Hackhatons] DESC</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="bueno_vista_databaseConnectionString (Settings)" DbObjectName="dbo.Applicants" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="SortByNumberOfKnownAPIs" GenerateMethods="Fill" GenerateShortCommands="true" GeneratorSourceName="SortByNumberOfKnownAPIs" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy19" UserSourceName="SortByNumberOfKnownAPIs">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT [Applicant ID], Name, Surname, [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], Country, [Location (City, State/Province)], GPA, Major, School, [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], Comments FROM dbo.Applicants
Order By [Number of Known APIs] DESC</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="bueno_vista_databaseConnectionString (Settings)" DbObjectName="dbo.Applicants" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="SortByPersonalProjects" GenerateMethods="Fill" GenerateShortCommands="true" GeneratorSourceName="SortByPersonalProjects" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy18" UserSourceName="SortByPersonalProjects">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT [Applicant ID], Name, Surname, [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], Country, [Location (City, State/Province)], GPA, Major, School, [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], Comments FROM dbo.Applicants
Order By [Number of Personal Projects] DESC</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="bueno_vista_databaseConnectionString (Settings)" DbObjectName="dbo.Applicants" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="SortByYear_Of_Graduation" GenerateMethods="Fill" GenerateShortCommands="true" GeneratorSourceName="SortByYear_Of_Graduation" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy14" UserSourceName="SortByYear_Of_Graduation">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT [Applicant ID], Name, Surname, [E-Mail], [LinkedIn Profile], [GitHub Profile], [Portfolio Website], Country, [Location (City, State/Province)], GPA, Major, School, [College Year], [Year of Graduation], [Years of Work Experience], [Number of Group Projects], [Number of Hackhatons], [Number of Personal Projects], [Number of Projects Related to Diversity], [Primary Programming Language], [Primary Database Language], [Number of Known APIs], Comments FROM dbo.Applicants
Order By [Year of Graduation] DESC</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="bueno_vista_databaseDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="bueno_vista_databaseDataSet" msprop:Generator_UserDSName="bueno_vista_databaseDataSet">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Applicants" msprop:Generator_TableClassName="ApplicantsDataTable" msprop:Generator_TableVarName="tableApplicants" msprop:Generator_TablePropName="Applicants" msprop:Generator_RowDeletingName="ApplicantsRowDeleting" msprop:Generator_RowChangingName="ApplicantsRowChanging" msprop:Generator_RowEvHandlerName="ApplicantsRowChangeEventHandler" msprop:Generator_RowDeletedName="ApplicantsRowDeleted" msprop:Generator_UserTableName="Applicants" msprop:Generator_RowChangedName="ApplicantsRowChanged" msprop:Generator_RowEvArgName="ApplicantsRowChangeEvent" msprop:Generator_RowClassName="ApplicantsRow">
<xs:complexType>
<xs:sequence>
<xs:element name="Applicant_x0020_ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnApplicant_ID" msprop:Generator_ColumnPropNameInRow="Applicant_ID" msprop:Generator_ColumnPropNameInTable="Applicant_IDColumn" msprop:Generator_UserColumnName="Applicant ID" type="xs:int" />
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2147483647" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Surname" msprop:Generator_ColumnVarNameInTable="columnSurname" msprop:Generator_ColumnPropNameInRow="Surname" msprop:Generator_ColumnPropNameInTable="SurnameColumn" msprop:Generator_UserColumnName="Surname" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2147483647" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="E-Mail" msprop:Generator_ColumnVarNameInTable="_columnE_Mail" msprop:Generator_ColumnPropNameInRow="_E_Mail" msprop:Generator_ColumnPropNameInTable="_E_MailColumn" msprop:Generator_UserColumnName="E-Mail" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2147483647" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="LinkedIn_x0020_Profile" msprop:Generator_ColumnVarNameInTable="columnLinkedIn_Profile" msprop:Generator_ColumnPropNameInRow="LinkedIn_Profile" msprop:Generator_ColumnPropNameInTable="LinkedIn_ProfileColumn" msprop:Generator_UserColumnName="LinkedIn Profile" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2147483647" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="GitHub_x0020_Profile" msprop:Generator_ColumnVarNameInTable="columnGitHub_Profile" msprop:Generator_ColumnPropNameInRow="GitHub_Profile" msprop:Generator_ColumnPropNameInTable="GitHub_ProfileColumn" msprop:Generator_UserColumnName="GitHub Profile" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2147483647" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Portfolio_x0020_Website" msprop:Generator_ColumnVarNameInTable="columnPortfolio_Website" msprop:Generator_ColumnPropNameInRow="Portfolio_Website" msprop:Generator_ColumnPropNameInTable="Portfolio_WebsiteColumn" msprop:Generator_UserColumnName="Portfolio Website" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2147483647" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Country" msprop:Generator_ColumnVarNameInTable="columnCountry" msprop:Generator_ColumnPropNameInRow="Country" msprop:Generator_ColumnPropNameInTable="CountryColumn" msprop:Generator_UserColumnName="Country" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2147483647" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Location_x0020__x0028_City_x002C__x0020_State_x002F_Province_x0029_" msprop:Generator_ColumnVarNameInTable="_columnLocation__City__State_Province_" msprop:Generator_ColumnPropNameInRow="_Location__City__State_Province_" msprop:Generator_ColumnPropNameInTable="_Location__City__State_Province_Column" msprop:Generator_UserColumnName="Location (City, State/Province)" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2147483647" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="GPA" msprop:Generator_ColumnVarNameInTable="columnGPA" msprop:Generator_ColumnPropNameInRow="GPA" msprop:Generator_ColumnPropNameInTable="GPAColumn" msprop:Generator_UserColumnName="GPA" type="xs:double" minOccurs="0" />
<xs:element name="Major" msprop:Generator_ColumnVarNameInTable="columnMajor" msprop:Generator_ColumnPropNameInRow="Major" msprop:Generator_ColumnPropNameInTable="MajorColumn" msprop:Generator_UserColumnName="Major" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2147483647" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="School" msprop:Generator_ColumnVarNameInTable="columnSchool" msprop:Generator_ColumnPropNameInRow="School" msprop:Generator_ColumnPropNameInTable="SchoolColumn" msprop:Generator_UserColumnName="School" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2147483647" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="College_x0020_Year" msprop:Generator_ColumnVarNameInTable="columnCollege_Year" msprop:Generator_ColumnPropNameInRow="College_Year" msprop:Generator_ColumnPropNameInTable="College_YearColumn" msprop:Generator_UserColumnName="College Year" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Year_x0020_of_x0020_Graduation" msprop:Generator_ColumnVarNameInTable="columnYear_of_Graduation" msprop:Generator_ColumnPropNameInRow="Year_of_Graduation" msprop:Generator_ColumnPropNameInTable="Year_of_GraduationColumn" msprop:Generator_UserColumnName="Year of Graduation" type="xs:int" minOccurs="0" />
<xs:element name="Years_x0020_of_x0020_Work_x0020_Experience" msprop:Generator_ColumnVarNameInTable="columnYears_of_Work_Experience" msprop:Generator_ColumnPropNameInRow="Years_of_Work_Experience" msprop:Generator_ColumnPropNameInTable="Years_of_Work_ExperienceColumn" msprop:Generator_UserColumnName="Years of Work Experience" type="xs:int" minOccurs="0" />
<xs:element name="Number_x0020_of_x0020_Group_x0020_Projects" msprop:Generator_ColumnVarNameInTable="columnNumber_of_Group_Projects" msprop:Generator_ColumnPropNameInRow="Number_of_Group_Projects" msprop:Generator_ColumnPropNameInTable="Number_of_Group_ProjectsColumn" msprop:Generator_UserColumnName="Number of Group Projects" type="xs:int" minOccurs="0" />
<xs:element name="Number_x0020_of_x0020_Hackhatons" msprop:Generator_ColumnVarNameInTable="columnNumber_of_Hackhatons" msprop:Generator_ColumnPropNameInRow="Number_of_Hackhatons" msprop:Generator_ColumnPropNameInTable="Number_of_HackhatonsColumn" msprop:Generator_UserColumnName="Number of Hackhatons" type="xs:int" minOccurs="0" />
<xs:element name="Number_x0020_of_x0020_Personal_x0020_Projects" msprop:Generator_ColumnVarNameInTable="columnNumber_of_Personal_Projects" msprop:Generator_ColumnPropNameInRow="Number_of_Personal_Projects" msprop:Generator_ColumnPropNameInTable="Number_of_Personal_ProjectsColumn" msprop:Generator_UserColumnName="Number of Personal Projects" type="xs:int" minOccurs="0" />
<xs:element name="Number_x0020_of_x0020_Projects_x0020_Related_x0020_to_x0020_Diversity" msprop:Generator_ColumnVarNameInTable="columnNumber_of_Projects_Related_to_Diversity" msprop:Generator_ColumnPropNameInRow="Number_of_Projects_Related_to_Diversity" msprop:Generator_ColumnPropNameInTable="Number_of_Projects_Related_to_DiversityColumn" msprop:Generator_UserColumnName="Number of Projects Related to Diversity" type="xs:int" minOccurs="0" />
<xs:element name="Primary_x0020_Programming_x0020_Language" msprop:Generator_ColumnVarNameInTable="columnPrimary_Programming_Language" msprop:Generator_ColumnPropNameInRow="Primary_Programming_Language" msprop:Generator_ColumnPropNameInTable="Primary_Programming_LanguageColumn" msprop:Generator_UserColumnName="Primary Programming Language" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Primary_x0020_Database_x0020_Language" msprop:Generator_ColumnVarNameInTable="columnPrimary_Database_Language" msprop:Generator_ColumnPropNameInRow="Primary_Database_Language" msprop:Generator_ColumnPropNameInTable="Primary_Database_LanguageColumn" msprop:Generator_UserColumnName="Primary Database Language" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Number_x0020_of_x0020_Known_x0020_APIs" msprop:Generator_ColumnVarNameInTable="columnNumber_of_Known_APIs" msprop:Generator_ColumnPropNameInRow="Number_of_Known_APIs" msprop:Generator_ColumnPropNameInTable="Number_of_Known_APIsColumn" msprop:Generator_UserColumnName="Number of Known APIs" type="xs:int" minOccurs="0" />
<xs:element name="Comments" msprop:Generator_ColumnVarNameInTable="columnComments" msprop:Generator_ColumnPropNameInRow="Comments" msprop:Generator_ColumnPropNameInTable="CommentsColumn" msprop:Generator_UserColumnName="Comments" 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:unique name="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:Applicants" />
<xs:field xpath="mstns:Applicant_x0020_ID" />
</xs:unique>
</xs:element>
</xs:schema>