@tsonic/efcore-sqlite 10.0.1 → 10.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/Microsoft.Data.Sqlite/bindings.json +948 -1
  2. package/Microsoft.Data.Sqlite/internal/index.d.ts +31 -11
  3. package/Microsoft.DotNet.PlatformAbstractions/bindings.json +10 -0
  4. package/Microsoft.EntityFrameworkCore/bindings.json +113 -0
  5. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +31 -0
  6. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +21 -0
  7. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +25 -0
  8. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +197 -2
  9. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +10 -2
  10. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
  11. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +557 -0
  12. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +30 -3
  13. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -3
  14. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +52 -0
  15. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +2 -1
  16. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +1 -1
  17. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +37 -0
  18. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +190 -0
  19. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +13 -2
  20. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +3 -2
  21. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +62 -0
  22. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +26 -0
  23. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +98 -0
  24. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +4 -1
  25. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +1 -1
  26. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +1541 -79
  27. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +55 -4
  28. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +5 -4
  29. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +45 -0
  30. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +3 -2
  31. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +2 -2
  32. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +749 -9
  33. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +28 -2
  34. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +3 -2
  35. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +55 -0
  36. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +0 -5
  37. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +194 -2
  38. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +9 -2
  39. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +3 -2
  40. package/Microsoft.Extensions.DependencyInjection/bindings.json +6 -0
  41. package/Microsoft.Extensions.DependencyModel/bindings.json +213 -0
  42. package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +4 -3
  43. package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +63 -0
  44. package/SQLitePCL/bindings.json +1398 -9
  45. package/SQLitePCL/internal/index.d.ts +10 -10
  46. package/System.Collections.Generic/bindings.json +10 -0
  47. package/package.json +1 -1
@@ -15,6 +15,28 @@
15
15
  "isSealed": true,
16
16
  "isStatic": false,
17
17
  "arity": 0,
18
+ "baseType": {
19
+ "stableId": "System.Private.CoreLib:System.Enum",
20
+ "clrName": "System.Enum"
21
+ },
22
+ "interfaces": [
23
+ {
24
+ "stableId": "System.Private.CoreLib:System.IComparable",
25
+ "clrName": "System.IComparable"
26
+ },
27
+ {
28
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
29
+ "clrName": "System.ISpanFormattable"
30
+ },
31
+ {
32
+ "stableId": "System.Private.CoreLib:System.IFormattable",
33
+ "clrName": "System.IFormattable"
34
+ },
35
+ {
36
+ "stableId": "System.Private.CoreLib:System.IConvertible",
37
+ "clrName": "System.IConvertible"
38
+ }
39
+ ],
18
40
  "methods": [],
19
41
  "properties": [],
20
42
  "fields": [
@@ -26,6 +48,7 @@
26
48
  "isStatic": false,
27
49
  "isReadOnly": false,
28
50
  "isLiteral": false,
51
+ "visibility": "Public",
29
52
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCacheMode",
30
53
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
31
54
  },
@@ -37,6 +60,7 @@
37
60
  "isStatic": true,
38
61
  "isReadOnly": false,
39
62
  "isLiteral": true,
63
+ "visibility": "Public",
40
64
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCacheMode",
41
65
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
42
66
  },
@@ -48,6 +72,7 @@
48
72
  "isStatic": true,
49
73
  "isReadOnly": false,
50
74
  "isLiteral": true,
75
+ "visibility": "Public",
51
76
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCacheMode",
52
77
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
53
78
  },
@@ -59,6 +84,7 @@
59
84
  "isStatic": true,
60
85
  "isReadOnly": false,
61
86
  "isLiteral": true,
87
+ "visibility": "Public",
62
88
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCacheMode",
63
89
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
64
90
  }
@@ -77,6 +103,28 @@
77
103
  "isSealed": true,
78
104
  "isStatic": false,
79
105
  "arity": 0,
106
+ "baseType": {
107
+ "stableId": "System.Private.CoreLib:System.Enum",
108
+ "clrName": "System.Enum"
109
+ },
110
+ "interfaces": [
111
+ {
112
+ "stableId": "System.Private.CoreLib:System.IComparable",
113
+ "clrName": "System.IComparable"
114
+ },
115
+ {
116
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
117
+ "clrName": "System.ISpanFormattable"
118
+ },
119
+ {
120
+ "stableId": "System.Private.CoreLib:System.IFormattable",
121
+ "clrName": "System.IFormattable"
122
+ },
123
+ {
124
+ "stableId": "System.Private.CoreLib:System.IConvertible",
125
+ "clrName": "System.IConvertible"
126
+ }
127
+ ],
80
128
  "methods": [],
81
129
  "properties": [],
82
130
  "fields": [
@@ -88,6 +136,7 @@
88
136
  "isStatic": false,
89
137
  "isReadOnly": false,
90
138
  "isLiteral": false,
139
+ "visibility": "Public",
91
140
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteOpenMode",
92
141
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
93
142
  },
@@ -99,6 +148,7 @@
99
148
  "isStatic": true,
100
149
  "isReadOnly": false,
101
150
  "isLiteral": true,
151
+ "visibility": "Public",
102
152
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteOpenMode",
103
153
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
104
154
  },
@@ -110,6 +160,7 @@
110
160
  "isStatic": true,
111
161
  "isReadOnly": false,
112
162
  "isLiteral": true,
163
+ "visibility": "Public",
113
164
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteOpenMode",
114
165
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
115
166
  },
@@ -121,6 +172,7 @@
121
172
  "isStatic": true,
122
173
  "isReadOnly": false,
123
174
  "isLiteral": true,
175
+ "visibility": "Public",
124
176
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteOpenMode",
125
177
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
126
178
  },
@@ -132,6 +184,7 @@
132
184
  "isStatic": true,
133
185
  "isReadOnly": false,
134
186
  "isLiteral": true,
187
+ "visibility": "Public",
135
188
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteOpenMode",
136
189
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
137
190
  }
@@ -150,6 +203,28 @@
150
203
  "isSealed": true,
151
204
  "isStatic": false,
152
205
  "arity": 0,
206
+ "baseType": {
207
+ "stableId": "System.Private.CoreLib:System.Enum",
208
+ "clrName": "System.Enum"
209
+ },
210
+ "interfaces": [
211
+ {
212
+ "stableId": "System.Private.CoreLib:System.IComparable",
213
+ "clrName": "System.IComparable"
214
+ },
215
+ {
216
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
217
+ "clrName": "System.ISpanFormattable"
218
+ },
219
+ {
220
+ "stableId": "System.Private.CoreLib:System.IFormattable",
221
+ "clrName": "System.IFormattable"
222
+ },
223
+ {
224
+ "stableId": "System.Private.CoreLib:System.IConvertible",
225
+ "clrName": "System.IConvertible"
226
+ }
227
+ ],
153
228
  "methods": [],
154
229
  "properties": [],
155
230
  "fields": [
@@ -161,6 +236,7 @@
161
236
  "isStatic": false,
162
237
  "isReadOnly": false,
163
238
  "isLiteral": false,
239
+ "visibility": "Public",
164
240
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteType",
165
241
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
166
242
  },
@@ -172,6 +248,7 @@
172
248
  "isStatic": true,
173
249
  "isReadOnly": false,
174
250
  "isLiteral": true,
251
+ "visibility": "Public",
175
252
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteType",
176
253
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
177
254
  },
@@ -183,6 +260,7 @@
183
260
  "isStatic": true,
184
261
  "isReadOnly": false,
185
262
  "isLiteral": true,
263
+ "visibility": "Public",
186
264
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteType",
187
265
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
188
266
  },
@@ -194,6 +272,7 @@
194
272
  "isStatic": true,
195
273
  "isReadOnly": false,
196
274
  "isLiteral": true,
275
+ "visibility": "Public",
197
276
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteType",
198
277
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
199
278
  },
@@ -205,6 +284,7 @@
205
284
  "isStatic": true,
206
285
  "isReadOnly": false,
207
286
  "isLiteral": true,
287
+ "visibility": "Public",
208
288
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteType",
209
289
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
210
290
  }
@@ -223,6 +303,20 @@
223
303
  "isSealed": false,
224
304
  "isStatic": false,
225
305
  "arity": 0,
306
+ "baseType": {
307
+ "stableId": "System.Private.CoreLib:System.IO.Stream",
308
+ "clrName": "System.IO.Stream"
309
+ },
310
+ "interfaces": [
311
+ {
312
+ "stableId": "System.Private.CoreLib:System.IDisposable",
313
+ "clrName": "System.IDisposable"
314
+ },
315
+ {
316
+ "stableId": "System.Private.CoreLib:System.IAsyncDisposable",
317
+ "clrName": "System.IAsyncDisposable"
318
+ }
319
+ ],
226
320
  "methods": [
227
321
  {
228
322
  "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteBlob::Read(System.Byte[],System.Int32,System.Int32):System.Int32",
@@ -239,6 +333,7 @@
239
333
  "isVirtual": true,
240
334
  "isOverride": true,
241
335
  "isSealed": false,
336
+ "visibility": "Public",
242
337
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteBlob",
243
338
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
244
339
  "isExtensionMethod": false
@@ -258,6 +353,7 @@
258
353
  "isVirtual": true,
259
354
  "isOverride": true,
260
355
  "isSealed": false,
356
+ "visibility": "Public",
261
357
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteBlob",
262
358
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
263
359
  "isExtensionMethod": false
@@ -277,6 +373,7 @@
277
373
  "isVirtual": true,
278
374
  "isOverride": true,
279
375
  "isSealed": false,
376
+ "visibility": "Public",
280
377
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteBlob",
281
378
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
282
379
  "isExtensionMethod": false
@@ -296,6 +393,7 @@
296
393
  "isVirtual": true,
297
394
  "isOverride": true,
298
395
  "isSealed": false,
396
+ "visibility": "Public",
299
397
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteBlob",
300
398
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
301
399
  "isExtensionMethod": false
@@ -315,6 +413,27 @@
315
413
  "isVirtual": true,
316
414
  "isOverride": true,
317
415
  "isSealed": false,
416
+ "visibility": "Public",
417
+ "declaringClrType": "Microsoft.Data.Sqlite.SqliteBlob",
418
+ "declaringAssemblyName": "Microsoft.Data.Sqlite",
419
+ "isExtensionMethod": false
420
+ },
421
+ {
422
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteBlob::Dispose(System.Boolean):System.Void",
423
+ "clrName": "Dispose",
424
+ "metadataToken": 100663318,
425
+ "canonicalSignature": "(System.Boolean):System.Void",
426
+ "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
427
+ "emitScope": "ClassSurface",
428
+ "provenance": "Original",
429
+ "arity": 0,
430
+ "parameterCount": 1,
431
+ "isStatic": false,
432
+ "isAbstract": false,
433
+ "isVirtual": true,
434
+ "isOverride": true,
435
+ "isSealed": false,
436
+ "visibility": "Protected",
318
437
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteBlob",
319
438
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
320
439
  "isExtensionMethod": false
@@ -334,6 +453,7 @@
334
453
  "isVirtual": true,
335
454
  "isOverride": true,
336
455
  "isSealed": false,
456
+ "visibility": "Public",
337
457
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteBlob",
338
458
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
339
459
  "isExtensionMethod": false
@@ -353,6 +473,7 @@
353
473
  "isVirtual": true,
354
474
  "isOverride": true,
355
475
  "isSealed": false,
476
+ "visibility": "Public",
356
477
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteBlob",
357
478
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
358
479
  "isExtensionMethod": false
@@ -374,6 +495,7 @@
374
495
  "isAbstract": false,
375
496
  "isVirtual": true,
376
497
  "isOverride": true,
498
+ "visibility": "Public",
377
499
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteBlob",
378
500
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
379
501
  },
@@ -392,6 +514,7 @@
392
514
  "isAbstract": false,
393
515
  "isVirtual": true,
394
516
  "isOverride": true,
517
+ "visibility": "Public",
395
518
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteBlob",
396
519
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
397
520
  },
@@ -410,6 +533,7 @@
410
533
  "isAbstract": false,
411
534
  "isVirtual": true,
412
535
  "isOverride": true,
536
+ "visibility": "Public",
413
537
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteBlob",
414
538
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
415
539
  },
@@ -428,6 +552,7 @@
428
552
  "isAbstract": false,
429
553
  "isVirtual": true,
430
554
  "isOverride": true,
555
+ "visibility": "Public",
431
556
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteBlob",
432
557
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
433
558
  },
@@ -446,6 +571,7 @@
446
571
  "isAbstract": false,
447
572
  "isVirtual": true,
448
573
  "isOverride": true,
574
+ "visibility": "Public",
449
575
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteBlob",
450
576
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
451
577
  }
@@ -460,6 +586,7 @@
460
586
  "normalizedSignature": "constructor|(Microsoft.Data.Sqlite.SqliteConnection,System.String,System.String,System.Int64,System.Boolean):void|static=false",
461
587
  "isStatic": false,
462
588
  "parameterCount": 5,
589
+ "visibility": "Public",
463
590
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteBlob",
464
591
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
465
592
  },
@@ -470,6 +597,7 @@
470
597
  "normalizedSignature": "constructor|(Microsoft.Data.Sqlite.SqliteConnection,System.String,System.String,System.String,System.Int64,System.Boolean):void|static=false",
471
598
  "isStatic": false,
472
599
  "parameterCount": 6,
600
+ "visibility": "Public",
473
601
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteBlob",
474
602
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
475
603
  }
@@ -486,7 +614,49 @@
486
614
  "isSealed": false,
487
615
  "isStatic": false,
488
616
  "arity": 0,
617
+ "baseType": {
618
+ "stableId": "System.Data.Common:System.Data.Common.DbCommand",
619
+ "clrName": "System.Data.Common.DbCommand"
620
+ },
621
+ "interfaces": [
622
+ {
623
+ "stableId": "System.ComponentModel.Primitives:System.ComponentModel.IComponent",
624
+ "clrName": "System.ComponentModel.IComponent"
625
+ },
626
+ {
627
+ "stableId": "System.Private.CoreLib:System.IDisposable",
628
+ "clrName": "System.IDisposable"
629
+ },
630
+ {
631
+ "stableId": "System.Data.Common:System.Data.IDbCommand",
632
+ "clrName": "System.Data.IDbCommand"
633
+ },
634
+ {
635
+ "stableId": "System.Private.CoreLib:System.IAsyncDisposable",
636
+ "clrName": "System.IAsyncDisposable"
637
+ }
638
+ ],
489
639
  "methods": [
640
+ {
641
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::Dispose(System.Boolean):System.Void",
642
+ "clrName": "Dispose",
643
+ "metadataToken": 100663347,
644
+ "canonicalSignature": "(System.Boolean):System.Void",
645
+ "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
646
+ "emitScope": "ClassSurface",
647
+ "provenance": "Original",
648
+ "arity": 0,
649
+ "parameterCount": 1,
650
+ "isStatic": false,
651
+ "isAbstract": false,
652
+ "isVirtual": true,
653
+ "isOverride": true,
654
+ "isSealed": false,
655
+ "visibility": "Protected",
656
+ "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
657
+ "declaringAssemblyName": "Microsoft.Data.Sqlite",
658
+ "isExtensionMethod": false
659
+ },
490
660
  {
491
661
  "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::CreateParameter():Microsoft.Data.Sqlite.SqliteParameter",
492
662
  "clrName": "CreateParameter",
@@ -502,6 +672,27 @@
502
672
  "isVirtual": true,
503
673
  "isOverride": false,
504
674
  "isSealed": false,
675
+ "visibility": "Public",
676
+ "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
677
+ "declaringAssemblyName": "Microsoft.Data.Sqlite",
678
+ "isExtensionMethod": false
679
+ },
680
+ {
681
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::CreateDbParameter():System.Data.Common.DbParameter",
682
+ "clrName": "CreateDbParameter",
683
+ "metadataToken": 100663349,
684
+ "canonicalSignature": "():System.Data.Common.DbParameter",
685
+ "normalizedSignature": "CreateDbParameter|():System.Data.Common.DbParameter|static=false",
686
+ "emitScope": "ClassSurface",
687
+ "provenance": "Original",
688
+ "arity": 0,
689
+ "parameterCount": 0,
690
+ "isStatic": false,
691
+ "isAbstract": false,
692
+ "isVirtual": true,
693
+ "isOverride": true,
694
+ "isSealed": false,
695
+ "visibility": "Protected",
505
696
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
506
697
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
507
698
  "isExtensionMethod": false
@@ -521,6 +712,7 @@
521
712
  "isVirtual": true,
522
713
  "isOverride": true,
523
714
  "isSealed": false,
715
+ "visibility": "Public",
524
716
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
525
717
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
526
718
  "isExtensionMethod": false
@@ -540,6 +732,7 @@
540
732
  "isVirtual": true,
541
733
  "isOverride": false,
542
734
  "isSealed": false,
735
+ "visibility": "Public",
543
736
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
544
737
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
545
738
  "isExtensionMethod": false
@@ -559,6 +752,27 @@
559
752
  "isVirtual": true,
560
753
  "isOverride": false,
561
754
  "isSealed": false,
755
+ "visibility": "Public",
756
+ "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
757
+ "declaringAssemblyName": "Microsoft.Data.Sqlite",
758
+ "isExtensionMethod": false
759
+ },
760
+ {
761
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::ExecuteDbDataReader(System.Data.CommandBehavior):System.Data.Common.DbDataReader",
762
+ "clrName": "ExecuteDbDataReader",
763
+ "metadataToken": 100663354,
764
+ "canonicalSignature": "(System.Data.CommandBehavior):System.Data.Common.DbDataReader",
765
+ "normalizedSignature": "ExecuteDbDataReader|(System.Data.CommandBehavior):System.Data.Common.DbDataReader|static=false",
766
+ "emitScope": "ClassSurface",
767
+ "provenance": "Original",
768
+ "arity": 0,
769
+ "parameterCount": 1,
770
+ "isStatic": false,
771
+ "isAbstract": false,
772
+ "isVirtual": true,
773
+ "isOverride": true,
774
+ "isSealed": false,
775
+ "visibility": "Protected",
562
776
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
563
777
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
564
778
  "isExtensionMethod": false
@@ -578,6 +792,7 @@
578
792
  "isVirtual": true,
579
793
  "isOverride": false,
580
794
  "isSealed": false,
795
+ "visibility": "Public",
581
796
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
582
797
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
583
798
  "isExtensionMethod": false
@@ -597,6 +812,7 @@
597
812
  "isVirtual": true,
598
813
  "isOverride": false,
599
814
  "isSealed": false,
815
+ "visibility": "Public",
600
816
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
601
817
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
602
818
  "isExtensionMethod": false
@@ -616,6 +832,7 @@
616
832
  "isVirtual": true,
617
833
  "isOverride": false,
618
834
  "isSealed": false,
835
+ "visibility": "Public",
619
836
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
620
837
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
621
838
  "isExtensionMethod": false
@@ -635,6 +852,27 @@
635
852
  "isVirtual": true,
636
853
  "isOverride": false,
637
854
  "isSealed": false,
855
+ "visibility": "Public",
856
+ "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
857
+ "declaringAssemblyName": "Microsoft.Data.Sqlite",
858
+ "isExtensionMethod": false
859
+ },
860
+ {
861
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::ExecuteDbDataReaderAsync(System.Data.CommandBehavior,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Data.Common.DbDataReader,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
862
+ "clrName": "ExecuteDbDataReaderAsync",
863
+ "metadataToken": 100663359,
864
+ "canonicalSignature": "(System.Data.CommandBehavior,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Data.Common.DbDataReader,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
865
+ "normalizedSignature": "ExecuteDbDataReaderAsync|(System.Data.CommandBehavior,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Data.Common.DbDataReader,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]|static=false",
866
+ "emitScope": "ClassSurface",
867
+ "provenance": "Original",
868
+ "arity": 0,
869
+ "parameterCount": 2,
870
+ "isStatic": false,
871
+ "isAbstract": false,
872
+ "isVirtual": true,
873
+ "isOverride": true,
874
+ "isSealed": false,
875
+ "visibility": "Protected",
638
876
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
639
877
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
640
878
  "isExtensionMethod": false
@@ -654,6 +892,7 @@
654
892
  "isVirtual": true,
655
893
  "isOverride": true,
656
894
  "isSealed": false,
895
+ "visibility": "Public",
657
896
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
658
897
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
659
898
  "isExtensionMethod": false
@@ -673,6 +912,7 @@
673
912
  "isVirtual": true,
674
913
  "isOverride": true,
675
914
  "isSealed": false,
915
+ "visibility": "Public",
676
916
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
677
917
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
678
918
  "isExtensionMethod": false
@@ -692,6 +932,7 @@
692
932
  "isVirtual": true,
693
933
  "isOverride": true,
694
934
  "isSealed": false,
935
+ "visibility": "Public",
695
936
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
696
937
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
697
938
  "isExtensionMethod": false
@@ -713,6 +954,7 @@
713
954
  "isAbstract": false,
714
955
  "isVirtual": true,
715
956
  "isOverride": true,
957
+ "visibility": "Public",
716
958
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
717
959
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
718
960
  },
@@ -731,6 +973,7 @@
731
973
  "isAbstract": false,
732
974
  "isVirtual": true,
733
975
  "isOverride": true,
976
+ "visibility": "Public",
734
977
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
735
978
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
736
979
  },
@@ -749,6 +992,26 @@
749
992
  "isAbstract": false,
750
993
  "isVirtual": true,
751
994
  "isOverride": false,
995
+ "visibility": "Public",
996
+ "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
997
+ "declaringAssemblyName": "Microsoft.Data.Sqlite"
998
+ },
999
+ {
1000
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::DbConnection:System.Data.Common.DbConnection",
1001
+ "clrName": "DbConnection",
1002
+ "metadataToken": 385875977,
1003
+ "canonicalSignature": ":System.Data.Common.DbConnection",
1004
+ "normalizedSignature": "DbConnection|:System.Data.Common.DbConnection|static=false|accessor=getset",
1005
+ "emitScope": "ClassSurface",
1006
+ "provenance": "Original",
1007
+ "isIndexer": false,
1008
+ "hasGetter": true,
1009
+ "hasSetter": true,
1010
+ "isStatic": false,
1011
+ "isAbstract": false,
1012
+ "isVirtual": true,
1013
+ "isOverride": true,
1014
+ "visibility": "Protected",
752
1015
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
753
1016
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
754
1017
  },
@@ -767,6 +1030,26 @@
767
1030
  "isAbstract": false,
768
1031
  "isVirtual": true,
769
1032
  "isOverride": false,
1033
+ "visibility": "Public",
1034
+ "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
1035
+ "declaringAssemblyName": "Microsoft.Data.Sqlite"
1036
+ },
1037
+ {
1038
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::DbTransaction:System.Data.Common.DbTransaction",
1039
+ "clrName": "DbTransaction",
1040
+ "metadataToken": 385875979,
1041
+ "canonicalSignature": ":System.Data.Common.DbTransaction",
1042
+ "normalizedSignature": "DbTransaction|:System.Data.Common.DbTransaction|static=false|accessor=getset",
1043
+ "emitScope": "ClassSurface",
1044
+ "provenance": "Original",
1045
+ "isIndexer": false,
1046
+ "hasGetter": true,
1047
+ "hasSetter": true,
1048
+ "isStatic": false,
1049
+ "isAbstract": false,
1050
+ "isVirtual": true,
1051
+ "isOverride": true,
1052
+ "visibility": "Protected",
770
1053
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
771
1054
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
772
1055
  },
@@ -785,6 +1068,26 @@
785
1068
  "isAbstract": false,
786
1069
  "isVirtual": true,
787
1070
  "isOverride": false,
1071
+ "visibility": "Public",
1072
+ "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
1073
+ "declaringAssemblyName": "Microsoft.Data.Sqlite"
1074
+ },
1075
+ {
1076
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::DbParameterCollection:System.Data.Common.DbParameterCollection",
1077
+ "clrName": "DbParameterCollection",
1078
+ "metadataToken": 385875981,
1079
+ "canonicalSignature": ":System.Data.Common.DbParameterCollection",
1080
+ "normalizedSignature": "DbParameterCollection|:System.Data.Common.DbParameterCollection|static=false|accessor=get",
1081
+ "emitScope": "ClassSurface",
1082
+ "provenance": "Original",
1083
+ "isIndexer": false,
1084
+ "hasGetter": true,
1085
+ "hasSetter": false,
1086
+ "isStatic": false,
1087
+ "isAbstract": false,
1088
+ "isVirtual": true,
1089
+ "isOverride": true,
1090
+ "visibility": "Protected",
788
1091
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
789
1092
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
790
1093
  },
@@ -803,6 +1106,7 @@
803
1106
  "isAbstract": false,
804
1107
  "isVirtual": true,
805
1108
  "isOverride": true,
1109
+ "visibility": "Public",
806
1110
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
807
1111
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
808
1112
  },
@@ -821,6 +1125,7 @@
821
1125
  "isAbstract": false,
822
1126
  "isVirtual": true,
823
1127
  "isOverride": true,
1128
+ "visibility": "Public",
824
1129
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
825
1130
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
826
1131
  },
@@ -839,6 +1144,26 @@
839
1144
  "isAbstract": false,
840
1145
  "isVirtual": true,
841
1146
  "isOverride": true,
1147
+ "visibility": "Public",
1148
+ "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
1149
+ "declaringAssemblyName": "Microsoft.Data.Sqlite"
1150
+ },
1151
+ {
1152
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::DataReader:Microsoft.Data.Sqlite.SqliteDataReader",
1153
+ "clrName": "DataReader",
1154
+ "metadataToken": 385875985,
1155
+ "canonicalSignature": ":Microsoft.Data.Sqlite.SqliteDataReader",
1156
+ "normalizedSignature": "DataReader|:Microsoft.Data.Sqlite.SqliteDataReader|static=false|accessor=getset",
1157
+ "emitScope": "ClassSurface",
1158
+ "provenance": "Original",
1159
+ "isIndexer": false,
1160
+ "hasGetter": true,
1161
+ "hasSetter": true,
1162
+ "isStatic": false,
1163
+ "isAbstract": false,
1164
+ "isVirtual": true,
1165
+ "isOverride": false,
1166
+ "visibility": "ProtectedInternal",
842
1167
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
843
1168
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
844
1169
  }
@@ -853,6 +1178,7 @@
853
1178
  "normalizedSignature": "constructor|():void|static=false",
854
1179
  "isStatic": false,
855
1180
  "parameterCount": 0,
1181
+ "visibility": "Public",
856
1182
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
857
1183
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
858
1184
  },
@@ -863,6 +1189,7 @@
863
1189
  "normalizedSignature": "constructor|(System.String):void|static=false",
864
1190
  "isStatic": false,
865
1191
  "parameterCount": 1,
1192
+ "visibility": "Public",
866
1193
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
867
1194
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
868
1195
  },
@@ -873,6 +1200,7 @@
873
1200
  "normalizedSignature": "constructor|(System.String,Microsoft.Data.Sqlite.SqliteConnection):void|static=false",
874
1201
  "isStatic": false,
875
1202
  "parameterCount": 2,
1203
+ "visibility": "Public",
876
1204
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
877
1205
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
878
1206
  },
@@ -883,6 +1211,7 @@
883
1211
  "normalizedSignature": "constructor|(System.String,Microsoft.Data.Sqlite.SqliteConnection,Microsoft.Data.Sqlite.SqliteTransaction):void|static=false",
884
1212
  "isStatic": false,
885
1213
  "parameterCount": 3,
1214
+ "visibility": "Public",
886
1215
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteCommand",
887
1216
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
888
1217
  }
@@ -899,6 +1228,28 @@
899
1228
  "isSealed": false,
900
1229
  "isStatic": false,
901
1230
  "arity": 0,
1231
+ "baseType": {
1232
+ "stableId": "System.Data.Common:System.Data.Common.DbConnection",
1233
+ "clrName": "System.Data.Common.DbConnection"
1234
+ },
1235
+ "interfaces": [
1236
+ {
1237
+ "stableId": "System.ComponentModel.Primitives:System.ComponentModel.IComponent",
1238
+ "clrName": "System.ComponentModel.IComponent"
1239
+ },
1240
+ {
1241
+ "stableId": "System.Private.CoreLib:System.IDisposable",
1242
+ "clrName": "System.IDisposable"
1243
+ },
1244
+ {
1245
+ "stableId": "System.Data.Common:System.Data.IDbConnection",
1246
+ "clrName": "System.Data.IDbConnection"
1247
+ },
1248
+ {
1249
+ "stableId": "System.Private.CoreLib:System.IAsyncDisposable",
1250
+ "clrName": "System.IAsyncDisposable"
1251
+ }
1252
+ ],
902
1253
  "methods": [
903
1254
  {
904
1255
  "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,Func_2,System.Boolean):System.Void",
@@ -915,6 +1266,7 @@
915
1266
  "isVirtual": true,
916
1267
  "isOverride": false,
917
1268
  "isSealed": false,
1269
+ "visibility": "Public",
918
1270
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
919
1271
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
920
1272
  "isExtensionMethod": false
@@ -934,6 +1286,7 @@
934
1286
  "isVirtual": true,
935
1287
  "isOverride": false,
936
1288
  "isSealed": false,
1289
+ "visibility": "Public",
937
1290
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
938
1291
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
939
1292
  "isExtensionMethod": false
@@ -953,6 +1306,7 @@
953
1306
  "isVirtual": true,
954
1307
  "isOverride": false,
955
1308
  "isSealed": false,
1309
+ "visibility": "Public",
956
1310
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
957
1311
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
958
1312
  "isExtensionMethod": false
@@ -972,6 +1326,7 @@
972
1326
  "isVirtual": true,
973
1327
  "isOverride": false,
974
1328
  "isSealed": false,
1329
+ "visibility": "Public",
975
1330
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
976
1331
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
977
1332
  "isExtensionMethod": false
@@ -991,6 +1346,7 @@
991
1346
  "isVirtual": true,
992
1347
  "isOverride": false,
993
1348
  "isSealed": false,
1349
+ "visibility": "Public",
994
1350
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
995
1351
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
996
1352
  "isExtensionMethod": false
@@ -1010,6 +1366,7 @@
1010
1366
  "isVirtual": true,
1011
1367
  "isOverride": false,
1012
1368
  "isSealed": false,
1369
+ "visibility": "Public",
1013
1370
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1014
1371
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1015
1372
  "isExtensionMethod": false
@@ -1029,6 +1386,7 @@
1029
1386
  "isVirtual": true,
1030
1387
  "isOverride": false,
1031
1388
  "isSealed": false,
1389
+ "visibility": "Public",
1032
1390
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1033
1391
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1034
1392
  "isExtensionMethod": false
@@ -1048,6 +1406,7 @@
1048
1406
  "isVirtual": true,
1049
1407
  "isOverride": false,
1050
1408
  "isSealed": false,
1409
+ "visibility": "Public",
1051
1410
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1052
1411
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1053
1412
  "isExtensionMethod": false
@@ -1067,6 +1426,7 @@
1067
1426
  "isVirtual": true,
1068
1427
  "isOverride": false,
1069
1428
  "isSealed": false,
1429
+ "visibility": "Public",
1070
1430
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1071
1431
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1072
1432
  "isExtensionMethod": false
@@ -1086,6 +1446,7 @@
1086
1446
  "isVirtual": true,
1087
1447
  "isOverride": false,
1088
1448
  "isSealed": false,
1449
+ "visibility": "Public",
1089
1450
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1090
1451
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1091
1452
  "isExtensionMethod": false
@@ -1105,6 +1466,7 @@
1105
1466
  "isVirtual": true,
1106
1467
  "isOverride": false,
1107
1468
  "isSealed": false,
1469
+ "visibility": "Public",
1108
1470
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1109
1471
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1110
1472
  "isExtensionMethod": false
@@ -1124,6 +1486,7 @@
1124
1486
  "isVirtual": true,
1125
1487
  "isOverride": false,
1126
1488
  "isSealed": false,
1489
+ "visibility": "Public",
1127
1490
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1128
1491
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1129
1492
  "isExtensionMethod": false
@@ -1143,6 +1506,7 @@
1143
1506
  "isVirtual": true,
1144
1507
  "isOverride": false,
1145
1508
  "isSealed": false,
1509
+ "visibility": "Public",
1146
1510
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1147
1511
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1148
1512
  "isExtensionMethod": false
@@ -1162,6 +1526,7 @@
1162
1526
  "isVirtual": true,
1163
1527
  "isOverride": false,
1164
1528
  "isSealed": false,
1529
+ "visibility": "Public",
1165
1530
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1166
1531
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1167
1532
  "isExtensionMethod": false
@@ -1181,6 +1546,7 @@
1181
1546
  "isVirtual": true,
1182
1547
  "isOverride": false,
1183
1548
  "isSealed": false,
1549
+ "visibility": "Public",
1184
1550
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1185
1551
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1186
1552
  "isExtensionMethod": false
@@ -1200,6 +1566,7 @@
1200
1566
  "isVirtual": true,
1201
1567
  "isOverride": false,
1202
1568
  "isSealed": false,
1569
+ "visibility": "Public",
1203
1570
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1204
1571
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1205
1572
  "isExtensionMethod": false
@@ -1219,6 +1586,7 @@
1219
1586
  "isVirtual": true,
1220
1587
  "isOverride": false,
1221
1588
  "isSealed": false,
1589
+ "visibility": "Public",
1222
1590
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1223
1591
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1224
1592
  "isExtensionMethod": false
@@ -1238,6 +1606,7 @@
1238
1606
  "isVirtual": true,
1239
1607
  "isOverride": false,
1240
1608
  "isSealed": false,
1609
+ "visibility": "Public",
1241
1610
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1242
1611
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1243
1612
  "isExtensionMethod": false
@@ -1257,6 +1626,7 @@
1257
1626
  "isVirtual": true,
1258
1627
  "isOverride": false,
1259
1628
  "isSealed": false,
1629
+ "visibility": "Public",
1260
1630
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1261
1631
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1262
1632
  "isExtensionMethod": false
@@ -1276,6 +1646,7 @@
1276
1646
  "isVirtual": true,
1277
1647
  "isOverride": false,
1278
1648
  "isSealed": false,
1649
+ "visibility": "Public",
1279
1650
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1280
1651
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1281
1652
  "isExtensionMethod": false
@@ -1295,6 +1666,7 @@
1295
1666
  "isVirtual": true,
1296
1667
  "isOverride": false,
1297
1668
  "isSealed": false,
1669
+ "visibility": "Public",
1298
1670
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1299
1671
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1300
1672
  "isExtensionMethod": false
@@ -1314,6 +1686,7 @@
1314
1686
  "isVirtual": true,
1315
1687
  "isOverride": false,
1316
1688
  "isSealed": false,
1689
+ "visibility": "Public",
1317
1690
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1318
1691
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1319
1692
  "isExtensionMethod": false
@@ -1333,6 +1706,7 @@
1333
1706
  "isVirtual": true,
1334
1707
  "isOverride": false,
1335
1708
  "isSealed": false,
1709
+ "visibility": "Public",
1336
1710
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1337
1711
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1338
1712
  "isExtensionMethod": false
@@ -1352,6 +1726,7 @@
1352
1726
  "isVirtual": true,
1353
1727
  "isOverride": false,
1354
1728
  "isSealed": false,
1729
+ "visibility": "Public",
1355
1730
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1356
1731
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1357
1732
  "isExtensionMethod": false
@@ -1371,6 +1746,7 @@
1371
1746
  "isVirtual": true,
1372
1747
  "isOverride": false,
1373
1748
  "isSealed": false,
1749
+ "visibility": "Public",
1374
1750
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1375
1751
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1376
1752
  "isExtensionMethod": false
@@ -1390,6 +1766,7 @@
1390
1766
  "isVirtual": true,
1391
1767
  "isOverride": false,
1392
1768
  "isSealed": false,
1769
+ "visibility": "Public",
1393
1770
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1394
1771
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1395
1772
  "isExtensionMethod": false
@@ -1409,6 +1786,7 @@
1409
1786
  "isVirtual": true,
1410
1787
  "isOverride": false,
1411
1788
  "isSealed": false,
1789
+ "visibility": "Public",
1412
1790
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1413
1791
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1414
1792
  "isExtensionMethod": false
@@ -1428,6 +1806,7 @@
1428
1806
  "isVirtual": true,
1429
1807
  "isOverride": false,
1430
1808
  "isSealed": false,
1809
+ "visibility": "Public",
1431
1810
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1432
1811
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1433
1812
  "isExtensionMethod": false
@@ -1447,6 +1826,7 @@
1447
1826
  "isVirtual": true,
1448
1827
  "isOverride": false,
1449
1828
  "isSealed": false,
1829
+ "visibility": "Public",
1450
1830
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1451
1831
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1452
1832
  "isExtensionMethod": false
@@ -1466,6 +1846,7 @@
1466
1846
  "isVirtual": true,
1467
1847
  "isOverride": false,
1468
1848
  "isSealed": false,
1849
+ "visibility": "Public",
1469
1850
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1470
1851
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1471
1852
  "isExtensionMethod": false
@@ -1485,6 +1866,7 @@
1485
1866
  "isVirtual": true,
1486
1867
  "isOverride": false,
1487
1868
  "isSealed": false,
1869
+ "visibility": "Public",
1488
1870
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1489
1871
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1490
1872
  "isExtensionMethod": false
@@ -1504,6 +1886,7 @@
1504
1886
  "isVirtual": true,
1505
1887
  "isOverride": false,
1506
1888
  "isSealed": false,
1889
+ "visibility": "Public",
1507
1890
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1508
1891
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1509
1892
  "isExtensionMethod": false
@@ -1523,6 +1906,7 @@
1523
1906
  "isVirtual": true,
1524
1907
  "isOverride": false,
1525
1908
  "isSealed": false,
1909
+ "visibility": "Public",
1526
1910
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1527
1911
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1528
1912
  "isExtensionMethod": false
@@ -1542,6 +1926,7 @@
1542
1926
  "isVirtual": true,
1543
1927
  "isOverride": false,
1544
1928
  "isSealed": false,
1929
+ "visibility": "Public",
1545
1930
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1546
1931
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1547
1932
  "isExtensionMethod": false
@@ -1561,6 +1946,7 @@
1561
1946
  "isVirtual": true,
1562
1947
  "isOverride": false,
1563
1948
  "isSealed": false,
1949
+ "visibility": "Public",
1564
1950
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1565
1951
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1566
1952
  "isExtensionMethod": false
@@ -1580,6 +1966,7 @@
1580
1966
  "isVirtual": true,
1581
1967
  "isOverride": false,
1582
1968
  "isSealed": false,
1969
+ "visibility": "Public",
1583
1970
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1584
1971
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1585
1972
  "isExtensionMethod": false
@@ -1599,6 +1986,7 @@
1599
1986
  "isVirtual": true,
1600
1987
  "isOverride": false,
1601
1988
  "isSealed": false,
1989
+ "visibility": "Public",
1602
1990
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1603
1991
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1604
1992
  "isExtensionMethod": false
@@ -1618,6 +2006,7 @@
1618
2006
  "isVirtual": true,
1619
2007
  "isOverride": false,
1620
2008
  "isSealed": false,
2009
+ "visibility": "Public",
1621
2010
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1622
2011
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1623
2012
  "isExtensionMethod": false
@@ -1637,6 +2026,7 @@
1637
2026
  "isVirtual": true,
1638
2027
  "isOverride": false,
1639
2028
  "isSealed": false,
2029
+ "visibility": "Public",
1640
2030
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1641
2031
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1642
2032
  "isExtensionMethod": false
@@ -1656,6 +2046,7 @@
1656
2046
  "isVirtual": true,
1657
2047
  "isOverride": false,
1658
2048
  "isSealed": false,
2049
+ "visibility": "Public",
1659
2050
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1660
2051
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1661
2052
  "isExtensionMethod": false
@@ -1675,6 +2066,7 @@
1675
2066
  "isVirtual": true,
1676
2067
  "isOverride": false,
1677
2068
  "isSealed": false,
2069
+ "visibility": "Public",
1678
2070
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1679
2071
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1680
2072
  "isExtensionMethod": false
@@ -1694,6 +2086,7 @@
1694
2086
  "isVirtual": true,
1695
2087
  "isOverride": false,
1696
2088
  "isSealed": false,
2089
+ "visibility": "Public",
1697
2090
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1698
2091
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1699
2092
  "isExtensionMethod": false
@@ -1713,6 +2106,7 @@
1713
2106
  "isVirtual": true,
1714
2107
  "isOverride": false,
1715
2108
  "isSealed": false,
2109
+ "visibility": "Public",
1716
2110
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1717
2111
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1718
2112
  "isExtensionMethod": false
@@ -1732,6 +2126,7 @@
1732
2126
  "isVirtual": true,
1733
2127
  "isOverride": false,
1734
2128
  "isSealed": false,
2129
+ "visibility": "Public",
1735
2130
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1736
2131
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1737
2132
  "isExtensionMethod": false
@@ -1751,6 +2146,7 @@
1751
2146
  "isVirtual": true,
1752
2147
  "isOverride": false,
1753
2148
  "isSealed": false,
2149
+ "visibility": "Public",
1754
2150
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1755
2151
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1756
2152
  "isExtensionMethod": false
@@ -1770,6 +2166,7 @@
1770
2166
  "isVirtual": true,
1771
2167
  "isOverride": false,
1772
2168
  "isSealed": false,
2169
+ "visibility": "Public",
1773
2170
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1774
2171
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1775
2172
  "isExtensionMethod": false
@@ -1789,6 +2186,7 @@
1789
2186
  "isVirtual": true,
1790
2187
  "isOverride": false,
1791
2188
  "isSealed": false,
2189
+ "visibility": "Public",
1792
2190
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1793
2191
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1794
2192
  "isExtensionMethod": false
@@ -1808,6 +2206,7 @@
1808
2206
  "isVirtual": true,
1809
2207
  "isOverride": false,
1810
2208
  "isSealed": false,
2209
+ "visibility": "Public",
1811
2210
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1812
2211
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1813
2212
  "isExtensionMethod": false
@@ -1827,6 +2226,7 @@
1827
2226
  "isVirtual": true,
1828
2227
  "isOverride": false,
1829
2228
  "isSealed": false,
2229
+ "visibility": "Public",
1830
2230
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1831
2231
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1832
2232
  "isExtensionMethod": false
@@ -1846,6 +2246,7 @@
1846
2246
  "isVirtual": true,
1847
2247
  "isOverride": false,
1848
2248
  "isSealed": false,
2249
+ "visibility": "Public",
1849
2250
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1850
2251
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1851
2252
  "isExtensionMethod": false
@@ -1865,6 +2266,7 @@
1865
2266
  "isVirtual": true,
1866
2267
  "isOverride": false,
1867
2268
  "isSealed": false,
2269
+ "visibility": "Public",
1868
2270
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1869
2271
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1870
2272
  "isExtensionMethod": false
@@ -1884,6 +2286,7 @@
1884
2286
  "isVirtual": true,
1885
2287
  "isOverride": false,
1886
2288
  "isSealed": false,
2289
+ "visibility": "Public",
1887
2290
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1888
2291
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1889
2292
  "isExtensionMethod": false
@@ -1903,6 +2306,7 @@
1903
2306
  "isVirtual": true,
1904
2307
  "isOverride": false,
1905
2308
  "isSealed": false,
2309
+ "visibility": "Public",
1906
2310
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1907
2311
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1908
2312
  "isExtensionMethod": false
@@ -1922,6 +2326,7 @@
1922
2326
  "isVirtual": true,
1923
2327
  "isOverride": false,
1924
2328
  "isSealed": false,
2329
+ "visibility": "Public",
1925
2330
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1926
2331
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1927
2332
  "isExtensionMethod": false
@@ -1941,6 +2346,7 @@
1941
2346
  "isVirtual": true,
1942
2347
  "isOverride": false,
1943
2348
  "isSealed": false,
2349
+ "visibility": "Public",
1944
2350
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1945
2351
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1946
2352
  "isExtensionMethod": false
@@ -1960,6 +2366,7 @@
1960
2366
  "isVirtual": true,
1961
2367
  "isOverride": false,
1962
2368
  "isSealed": false,
2369
+ "visibility": "Public",
1963
2370
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1964
2371
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1965
2372
  "isExtensionMethod": false
@@ -1979,6 +2386,7 @@
1979
2386
  "isVirtual": true,
1980
2387
  "isOverride": false,
1981
2388
  "isSealed": false,
2389
+ "visibility": "Public",
1982
2390
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
1983
2391
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
1984
2392
  "isExtensionMethod": false
@@ -1998,6 +2406,7 @@
1998
2406
  "isVirtual": true,
1999
2407
  "isOverride": false,
2000
2408
  "isSealed": false,
2409
+ "visibility": "Public",
2001
2410
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2002
2411
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2003
2412
  "isExtensionMethod": false
@@ -2017,6 +2426,7 @@
2017
2426
  "isVirtual": true,
2018
2427
  "isOverride": false,
2019
2428
  "isSealed": false,
2429
+ "visibility": "Public",
2020
2430
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2021
2431
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2022
2432
  "isExtensionMethod": false
@@ -2036,6 +2446,7 @@
2036
2446
  "isVirtual": true,
2037
2447
  "isOverride": false,
2038
2448
  "isSealed": false,
2449
+ "visibility": "Public",
2039
2450
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2040
2451
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2041
2452
  "isExtensionMethod": false
@@ -2055,6 +2466,7 @@
2055
2466
  "isVirtual": true,
2056
2467
  "isOverride": false,
2057
2468
  "isSealed": false,
2469
+ "visibility": "Public",
2058
2470
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2059
2471
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2060
2472
  "isExtensionMethod": false
@@ -2074,6 +2486,7 @@
2074
2486
  "isVirtual": true,
2075
2487
  "isOverride": false,
2076
2488
  "isSealed": false,
2489
+ "visibility": "Public",
2077
2490
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2078
2491
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2079
2492
  "isExtensionMethod": false
@@ -2093,6 +2506,7 @@
2093
2506
  "isVirtual": true,
2094
2507
  "isOverride": false,
2095
2508
  "isSealed": false,
2509
+ "visibility": "Public",
2096
2510
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2097
2511
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2098
2512
  "isExtensionMethod": false
@@ -2112,6 +2526,7 @@
2112
2526
  "isVirtual": true,
2113
2527
  "isOverride": false,
2114
2528
  "isSealed": false,
2529
+ "visibility": "Public",
2115
2530
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2116
2531
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2117
2532
  "isExtensionMethod": false
@@ -2131,6 +2546,7 @@
2131
2546
  "isVirtual": true,
2132
2547
  "isOverride": false,
2133
2548
  "isSealed": false,
2549
+ "visibility": "Public",
2134
2550
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2135
2551
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2136
2552
  "isExtensionMethod": false
@@ -2150,6 +2566,7 @@
2150
2566
  "isVirtual": true,
2151
2567
  "isOverride": false,
2152
2568
  "isSealed": false,
2569
+ "visibility": "Public",
2153
2570
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2154
2571
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2155
2572
  "isExtensionMethod": false
@@ -2169,6 +2586,7 @@
2169
2586
  "isVirtual": true,
2170
2587
  "isOverride": false,
2171
2588
  "isSealed": false,
2589
+ "visibility": "Public",
2172
2590
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2173
2591
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2174
2592
  "isExtensionMethod": false
@@ -2188,6 +2606,7 @@
2188
2606
  "isVirtual": true,
2189
2607
  "isOverride": false,
2190
2608
  "isSealed": false,
2609
+ "visibility": "Public",
2191
2610
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2192
2611
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2193
2612
  "isExtensionMethod": false
@@ -2207,6 +2626,7 @@
2207
2626
  "isVirtual": true,
2208
2627
  "isOverride": false,
2209
2628
  "isSealed": false,
2629
+ "visibility": "Public",
2210
2630
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2211
2631
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2212
2632
  "isExtensionMethod": false
@@ -2226,6 +2646,7 @@
2226
2646
  "isVirtual": true,
2227
2647
  "isOverride": false,
2228
2648
  "isSealed": false,
2649
+ "visibility": "Public",
2229
2650
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2230
2651
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2231
2652
  "isExtensionMethod": false
@@ -2245,6 +2666,7 @@
2245
2666
  "isVirtual": true,
2246
2667
  "isOverride": false,
2247
2668
  "isSealed": false,
2669
+ "visibility": "Public",
2248
2670
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2249
2671
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2250
2672
  "isExtensionMethod": false
@@ -2264,6 +2686,7 @@
2264
2686
  "isVirtual": true,
2265
2687
  "isOverride": false,
2266
2688
  "isSealed": false,
2689
+ "visibility": "Public",
2267
2690
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2268
2691
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2269
2692
  "isExtensionMethod": false
@@ -2283,6 +2706,7 @@
2283
2706
  "isVirtual": true,
2284
2707
  "isOverride": false,
2285
2708
  "isSealed": false,
2709
+ "visibility": "Public",
2286
2710
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2287
2711
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2288
2712
  "isExtensionMethod": false
@@ -2302,6 +2726,7 @@
2302
2726
  "isVirtual": true,
2303
2727
  "isOverride": false,
2304
2728
  "isSealed": false,
2729
+ "visibility": "Public",
2305
2730
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2306
2731
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2307
2732
  "isExtensionMethod": false
@@ -2321,6 +2746,7 @@
2321
2746
  "isVirtual": true,
2322
2747
  "isOverride": false,
2323
2748
  "isSealed": false,
2749
+ "visibility": "Public",
2324
2750
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2325
2751
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2326
2752
  "isExtensionMethod": false
@@ -2340,6 +2766,7 @@
2340
2766
  "isVirtual": true,
2341
2767
  "isOverride": false,
2342
2768
  "isSealed": false,
2769
+ "visibility": "Public",
2343
2770
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2344
2771
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2345
2772
  "isExtensionMethod": false
@@ -2359,6 +2786,7 @@
2359
2786
  "isVirtual": true,
2360
2787
  "isOverride": false,
2361
2788
  "isSealed": false,
2789
+ "visibility": "Public",
2362
2790
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2363
2791
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2364
2792
  "isExtensionMethod": false
@@ -2378,6 +2806,7 @@
2378
2806
  "isVirtual": true,
2379
2807
  "isOverride": false,
2380
2808
  "isSealed": false,
2809
+ "visibility": "Public",
2381
2810
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2382
2811
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2383
2812
  "isExtensionMethod": false
@@ -2397,6 +2826,7 @@
2397
2826
  "isVirtual": true,
2398
2827
  "isOverride": false,
2399
2828
  "isSealed": false,
2829
+ "visibility": "Public",
2400
2830
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2401
2831
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2402
2832
  "isExtensionMethod": false
@@ -2416,6 +2846,7 @@
2416
2846
  "isVirtual": true,
2417
2847
  "isOverride": false,
2418
2848
  "isSealed": false,
2849
+ "visibility": "Public",
2419
2850
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2420
2851
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2421
2852
  "isExtensionMethod": false
@@ -2435,6 +2866,7 @@
2435
2866
  "isVirtual": true,
2436
2867
  "isOverride": false,
2437
2868
  "isSealed": false,
2869
+ "visibility": "Public",
2438
2870
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2439
2871
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2440
2872
  "isExtensionMethod": false
@@ -2454,6 +2886,7 @@
2454
2886
  "isVirtual": false,
2455
2887
  "isOverride": false,
2456
2888
  "isSealed": false,
2889
+ "visibility": "Public",
2457
2890
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2458
2891
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2459
2892
  "isExtensionMethod": false
@@ -2473,6 +2906,7 @@
2473
2906
  "isVirtual": false,
2474
2907
  "isOverride": false,
2475
2908
  "isSealed": false,
2909
+ "visibility": "Public",
2476
2910
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2477
2911
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2478
2912
  "isExtensionMethod": false
@@ -2492,6 +2926,7 @@
2492
2926
  "isVirtual": true,
2493
2927
  "isOverride": true,
2494
2928
  "isSealed": false,
2929
+ "visibility": "Public",
2495
2930
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2496
2931
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2497
2932
  "isExtensionMethod": false
@@ -2511,6 +2946,27 @@
2511
2946
  "isVirtual": true,
2512
2947
  "isOverride": true,
2513
2948
  "isSealed": false,
2949
+ "visibility": "Public",
2950
+ "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2951
+ "declaringAssemblyName": "Microsoft.Data.Sqlite",
2952
+ "isExtensionMethod": false
2953
+ },
2954
+ {
2955
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::Dispose(System.Boolean):System.Void",
2956
+ "clrName": "Dispose",
2957
+ "metadataToken": 100663475,
2958
+ "canonicalSignature": "(System.Boolean):System.Void",
2959
+ "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
2960
+ "emitScope": "ClassSurface",
2961
+ "provenance": "Original",
2962
+ "arity": 0,
2963
+ "parameterCount": 1,
2964
+ "isStatic": false,
2965
+ "isAbstract": false,
2966
+ "isVirtual": true,
2967
+ "isOverride": true,
2968
+ "isSealed": false,
2969
+ "visibility": "Protected",
2514
2970
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2515
2971
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2516
2972
  "isExtensionMethod": false
@@ -2530,6 +2986,27 @@
2530
2986
  "isVirtual": true,
2531
2987
  "isOverride": false,
2532
2988
  "isSealed": false,
2989
+ "visibility": "Public",
2990
+ "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2991
+ "declaringAssemblyName": "Microsoft.Data.Sqlite",
2992
+ "isExtensionMethod": false
2993
+ },
2994
+ {
2995
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateDbCommand():System.Data.Common.DbCommand",
2996
+ "clrName": "CreateDbCommand",
2997
+ "metadataToken": 100663477,
2998
+ "canonicalSignature": "():System.Data.Common.DbCommand",
2999
+ "normalizedSignature": "CreateDbCommand|():System.Data.Common.DbCommand|static=false",
3000
+ "emitScope": "ClassSurface",
3001
+ "provenance": "Original",
3002
+ "arity": 0,
3003
+ "parameterCount": 0,
3004
+ "isStatic": false,
3005
+ "isAbstract": false,
3006
+ "isVirtual": true,
3007
+ "isOverride": true,
3008
+ "isSealed": false,
3009
+ "visibility": "Protected",
2533
3010
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2534
3011
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2535
3012
  "isExtensionMethod": false
@@ -2549,6 +3026,7 @@
2549
3026
  "isVirtual": true,
2550
3027
  "isOverride": false,
2551
3028
  "isSealed": false,
3029
+ "visibility": "Public",
2552
3030
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2553
3031
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2554
3032
  "isExtensionMethod": false
@@ -2568,6 +3046,7 @@
2568
3046
  "isVirtual": true,
2569
3047
  "isOverride": false,
2570
3048
  "isSealed": false,
3049
+ "visibility": "Public",
2571
3050
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2572
3051
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2573
3052
  "isExtensionMethod": false
@@ -2587,6 +3066,7 @@
2587
3066
  "isVirtual": true,
2588
3067
  "isOverride": false,
2589
3068
  "isSealed": false,
3069
+ "visibility": "Public",
2590
3070
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2591
3071
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2592
3072
  "isExtensionMethod": false
@@ -2606,6 +3086,27 @@
2606
3086
  "isVirtual": true,
2607
3087
  "isOverride": false,
2608
3088
  "isSealed": false,
3089
+ "visibility": "Public",
3090
+ "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
3091
+ "declaringAssemblyName": "Microsoft.Data.Sqlite",
3092
+ "isExtensionMethod": false
3093
+ },
3094
+ {
3095
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::BeginDbTransaction(System.Data.IsolationLevel):System.Data.Common.DbTransaction",
3096
+ "clrName": "BeginDbTransaction",
3097
+ "metadataToken": 100663484,
3098
+ "canonicalSignature": "(System.Data.IsolationLevel):System.Data.Common.DbTransaction",
3099
+ "normalizedSignature": "BeginDbTransaction|(System.Data.IsolationLevel):System.Data.Common.DbTransaction|static=false",
3100
+ "emitScope": "ClassSurface",
3101
+ "provenance": "Original",
3102
+ "arity": 0,
3103
+ "parameterCount": 1,
3104
+ "isStatic": false,
3105
+ "isAbstract": false,
3106
+ "isVirtual": true,
3107
+ "isOverride": true,
3108
+ "isSealed": false,
3109
+ "visibility": "Protected",
2609
3110
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2610
3111
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2611
3112
  "isExtensionMethod": false
@@ -2625,6 +3126,7 @@
2625
3126
  "isVirtual": true,
2626
3127
  "isOverride": false,
2627
3128
  "isSealed": false,
3129
+ "visibility": "Public",
2628
3130
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2629
3131
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2630
3132
  "isExtensionMethod": false
@@ -2644,6 +3146,7 @@
2644
3146
  "isVirtual": true,
2645
3147
  "isOverride": false,
2646
3148
  "isSealed": false,
3149
+ "visibility": "Public",
2647
3150
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2648
3151
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2649
3152
  "isExtensionMethod": false
@@ -2663,6 +3166,7 @@
2663
3166
  "isVirtual": true,
2664
3167
  "isOverride": true,
2665
3168
  "isSealed": false,
3169
+ "visibility": "Public",
2666
3170
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2667
3171
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2668
3172
  "isExtensionMethod": false
@@ -2682,6 +3186,7 @@
2682
3186
  "isVirtual": true,
2683
3187
  "isOverride": false,
2684
3188
  "isSealed": false,
3189
+ "visibility": "Public",
2685
3190
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2686
3191
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2687
3192
  "isExtensionMethod": false
@@ -2701,6 +3206,7 @@
2701
3206
  "isVirtual": true,
2702
3207
  "isOverride": false,
2703
3208
  "isSealed": false,
3209
+ "visibility": "Public",
2704
3210
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2705
3211
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2706
3212
  "isExtensionMethod": false
@@ -2720,6 +3226,7 @@
2720
3226
  "isVirtual": true,
2721
3227
  "isOverride": false,
2722
3228
  "isSealed": false,
3229
+ "visibility": "Public",
2723
3230
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2724
3231
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2725
3232
  "isExtensionMethod": false
@@ -2739,6 +3246,7 @@
2739
3246
  "isVirtual": true,
2740
3247
  "isOverride": false,
2741
3248
  "isSealed": false,
3249
+ "visibility": "Public",
2742
3250
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2743
3251
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2744
3252
  "isExtensionMethod": false
@@ -2758,6 +3266,7 @@
2758
3266
  "isVirtual": true,
2759
3267
  "isOverride": true,
2760
3268
  "isSealed": false,
3269
+ "visibility": "Public",
2761
3270
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2762
3271
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2763
3272
  "isExtensionMethod": false
@@ -2777,6 +3286,7 @@
2777
3286
  "isVirtual": true,
2778
3287
  "isOverride": true,
2779
3288
  "isSealed": false,
3289
+ "visibility": "Public",
2780
3290
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2781
3291
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2782
3292
  "isExtensionMethod": false
@@ -2796,6 +3306,7 @@
2796
3306
  "isVirtual": true,
2797
3307
  "isOverride": true,
2798
3308
  "isSealed": false,
3309
+ "visibility": "Public",
2799
3310
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2800
3311
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2801
3312
  "isExtensionMethod": false
@@ -2817,6 +3328,7 @@
2817
3328
  "isAbstract": false,
2818
3329
  "isVirtual": true,
2819
3330
  "isOverride": false,
3331
+ "visibility": "Public",
2820
3332
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2821
3333
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
2822
3334
  },
@@ -2835,6 +3347,7 @@
2835
3347
  "isAbstract": false,
2836
3348
  "isVirtual": true,
2837
3349
  "isOverride": true,
3350
+ "visibility": "Public",
2838
3351
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2839
3352
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
2840
3353
  },
@@ -2853,6 +3366,7 @@
2853
3366
  "isAbstract": false,
2854
3367
  "isVirtual": true,
2855
3368
  "isOverride": true,
3369
+ "visibility": "Public",
2856
3370
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2857
3371
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
2858
3372
  },
@@ -2871,6 +3385,7 @@
2871
3385
  "isAbstract": false,
2872
3386
  "isVirtual": true,
2873
3387
  "isOverride": true,
3388
+ "visibility": "Public",
2874
3389
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2875
3390
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
2876
3391
  },
@@ -2889,6 +3404,7 @@
2889
3404
  "isAbstract": false,
2890
3405
  "isVirtual": true,
2891
3406
  "isOverride": false,
3407
+ "visibility": "Public",
2892
3408
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2893
3409
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
2894
3410
  },
@@ -2907,6 +3423,7 @@
2907
3423
  "isAbstract": false,
2908
3424
  "isVirtual": true,
2909
3425
  "isOverride": true,
3426
+ "visibility": "Public",
2910
3427
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2911
3428
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
2912
3429
  },
@@ -2925,6 +3442,45 @@
2925
3442
  "isAbstract": false,
2926
3443
  "isVirtual": true,
2927
3444
  "isOverride": true,
3445
+ "visibility": "Public",
3446
+ "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
3447
+ "declaringAssemblyName": "Microsoft.Data.Sqlite"
3448
+ },
3449
+ {
3450
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::DbProviderFactory:System.Data.Common.DbProviderFactory",
3451
+ "clrName": "DbProviderFactory",
3452
+ "metadataToken": 385875995,
3453
+ "canonicalSignature": ":System.Data.Common.DbProviderFactory",
3454
+ "normalizedSignature": "DbProviderFactory|:System.Data.Common.DbProviderFactory|static=false|accessor=get",
3455
+ "emitScope": "ClassSurface",
3456
+ "provenance": "Original",
3457
+ "isIndexer": false,
3458
+ "hasGetter": true,
3459
+ "hasSetter": false,
3460
+ "isStatic": false,
3461
+ "isAbstract": false,
3462
+ "isVirtual": true,
3463
+ "isOverride": true,
3464
+ "visibility": "Protected",
3465
+ "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
3466
+ "declaringAssemblyName": "Microsoft.Data.Sqlite"
3467
+ },
3468
+ {
3469
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::Transaction:Microsoft.Data.Sqlite.SqliteTransaction",
3470
+ "clrName": "Transaction",
3471
+ "metadataToken": 385875996,
3472
+ "canonicalSignature": ":Microsoft.Data.Sqlite.SqliteTransaction",
3473
+ "normalizedSignature": "Transaction|:Microsoft.Data.Sqlite.SqliteTransaction|static=false|accessor=getset",
3474
+ "emitScope": "ClassSurface",
3475
+ "provenance": "Original",
3476
+ "isIndexer": false,
3477
+ "hasGetter": true,
3478
+ "hasSetter": true,
3479
+ "isStatic": false,
3480
+ "isAbstract": false,
3481
+ "isVirtual": true,
3482
+ "isOverride": false,
3483
+ "visibility": "ProtectedInternal",
2928
3484
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2929
3485
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
2930
3486
  }
@@ -2939,6 +3495,7 @@
2939
3495
  "normalizedSignature": "constructor|():void|static=false",
2940
3496
  "isStatic": false,
2941
3497
  "parameterCount": 0,
3498
+ "visibility": "Public",
2942
3499
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2943
3500
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
2944
3501
  },
@@ -2949,6 +3506,7 @@
2949
3506
  "normalizedSignature": "constructor|(System.String):void|static=false",
2950
3507
  "isStatic": false,
2951
3508
  "parameterCount": 1,
3509
+ "visibility": "Public",
2952
3510
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnection",
2953
3511
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
2954
3512
  }
@@ -2965,6 +3523,28 @@
2965
3523
  "isSealed": false,
2966
3524
  "isStatic": false,
2967
3525
  "arity": 0,
3526
+ "baseType": {
3527
+ "stableId": "System.Data.Common:System.Data.Common.DbConnectionStringBuilder",
3528
+ "clrName": "System.Data.Common.DbConnectionStringBuilder"
3529
+ },
3530
+ "interfaces": [
3531
+ {
3532
+ "stableId": "System.Private.CoreLib:System.Collections.IDictionary",
3533
+ "clrName": "System.Collections.IDictionary"
3534
+ },
3535
+ {
3536
+ "stableId": "System.Private.CoreLib:System.Collections.ICollection",
3537
+ "clrName": "System.Collections.ICollection"
3538
+ },
3539
+ {
3540
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
3541
+ "clrName": "System.Collections.IEnumerable"
3542
+ },
3543
+ {
3544
+ "stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.ICustomTypeDescriptor",
3545
+ "clrName": "System.ComponentModel.ICustomTypeDescriptor"
3546
+ }
3547
+ ],
2968
3548
  "methods": [
2969
3549
  {
2970
3550
  "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnectionStringBuilder::Clear():System.Void",
@@ -2981,6 +3561,7 @@
2981
3561
  "isVirtual": true,
2982
3562
  "isOverride": true,
2983
3563
  "isSealed": false,
3564
+ "visibility": "Public",
2984
3565
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnectionStringBuilder",
2985
3566
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
2986
3567
  "isExtensionMethod": false
@@ -3000,6 +3581,7 @@
3000
3581
  "isVirtual": true,
3001
3582
  "isOverride": true,
3002
3583
  "isSealed": false,
3584
+ "visibility": "Public",
3003
3585
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnectionStringBuilder",
3004
3586
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3005
3587
  "isExtensionMethod": false
@@ -3019,6 +3601,7 @@
3019
3601
  "isVirtual": true,
3020
3602
  "isOverride": true,
3021
3603
  "isSealed": false,
3604
+ "visibility": "Public",
3022
3605
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnectionStringBuilder",
3023
3606
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3024
3607
  "isExtensionMethod": false
@@ -3038,6 +3621,7 @@
3038
3621
  "isVirtual": true,
3039
3622
  "isOverride": true,
3040
3623
  "isSealed": false,
3624
+ "visibility": "Public",
3041
3625
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnectionStringBuilder",
3042
3626
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3043
3627
  "isExtensionMethod": false
@@ -3057,6 +3641,7 @@
3057
3641
  "isVirtual": true,
3058
3642
  "isOverride": true,
3059
3643
  "isSealed": false,
3644
+ "visibility": "Public",
3060
3645
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnectionStringBuilder",
3061
3646
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3062
3647
  "isExtensionMethod": false,
@@ -3084,6 +3669,7 @@
3084
3669
  "isAbstract": false,
3085
3670
  "isVirtual": true,
3086
3671
  "isOverride": false,
3672
+ "visibility": "Public",
3087
3673
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnectionStringBuilder",
3088
3674
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
3089
3675
  },
@@ -3102,6 +3688,7 @@
3102
3688
  "isAbstract": false,
3103
3689
  "isVirtual": true,
3104
3690
  "isOverride": false,
3691
+ "visibility": "Public",
3105
3692
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnectionStringBuilder",
3106
3693
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
3107
3694
  },
@@ -3120,6 +3707,7 @@
3120
3707
  "isAbstract": false,
3121
3708
  "isVirtual": true,
3122
3709
  "isOverride": true,
3710
+ "visibility": "Public",
3123
3711
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnectionStringBuilder",
3124
3712
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
3125
3713
  },
@@ -3138,6 +3726,7 @@
3138
3726
  "isAbstract": false,
3139
3727
  "isVirtual": true,
3140
3728
  "isOverride": true,
3729
+ "visibility": "Public",
3141
3730
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnectionStringBuilder",
3142
3731
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
3143
3732
  },
@@ -3156,6 +3745,7 @@
3156
3745
  "isAbstract": false,
3157
3746
  "isVirtual": true,
3158
3747
  "isOverride": false,
3748
+ "visibility": "Public",
3159
3749
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnectionStringBuilder",
3160
3750
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
3161
3751
  },
@@ -3174,6 +3764,7 @@
3174
3764
  "isAbstract": false,
3175
3765
  "isVirtual": false,
3176
3766
  "isOverride": false,
3767
+ "visibility": "Public",
3177
3768
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnectionStringBuilder",
3178
3769
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
3179
3770
  },
@@ -3192,6 +3783,7 @@
3192
3783
  "isAbstract": false,
3193
3784
  "isVirtual": false,
3194
3785
  "isOverride": false,
3786
+ "visibility": "Public",
3195
3787
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnectionStringBuilder",
3196
3788
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
3197
3789
  },
@@ -3210,6 +3802,7 @@
3210
3802
  "isAbstract": false,
3211
3803
  "isVirtual": false,
3212
3804
  "isOverride": false,
3805
+ "visibility": "Public",
3213
3806
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnectionStringBuilder",
3214
3807
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
3215
3808
  },
@@ -3228,6 +3821,7 @@
3228
3821
  "isAbstract": false,
3229
3822
  "isVirtual": false,
3230
3823
  "isOverride": false,
3824
+ "visibility": "Public",
3231
3825
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnectionStringBuilder",
3232
3826
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
3233
3827
  },
@@ -3246,6 +3840,7 @@
3246
3840
  "isAbstract": false,
3247
3841
  "isVirtual": false,
3248
3842
  "isOverride": false,
3843
+ "visibility": "Public",
3249
3844
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnectionStringBuilder",
3250
3845
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
3251
3846
  },
@@ -3264,6 +3859,7 @@
3264
3859
  "isAbstract": false,
3265
3860
  "isVirtual": false,
3266
3861
  "isOverride": false,
3862
+ "visibility": "Public",
3267
3863
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnectionStringBuilder",
3268
3864
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
3269
3865
  },
@@ -3282,6 +3878,7 @@
3282
3878
  "isAbstract": false,
3283
3879
  "isVirtual": true,
3284
3880
  "isOverride": true,
3881
+ "visibility": "Public",
3285
3882
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnectionStringBuilder",
3286
3883
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
3287
3884
  }
@@ -3296,6 +3893,7 @@
3296
3893
  "normalizedSignature": "constructor|():void|static=false",
3297
3894
  "isStatic": false,
3298
3895
  "parameterCount": 0,
3896
+ "visibility": "Public",
3299
3897
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnectionStringBuilder",
3300
3898
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
3301
3899
  },
@@ -3306,6 +3904,7 @@
3306
3904
  "normalizedSignature": "constructor|(System.String):void|static=false",
3307
3905
  "isStatic": false,
3308
3906
  "parameterCount": 1,
3907
+ "visibility": "Public",
3309
3908
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteConnectionStringBuilder",
3310
3909
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
3311
3910
  }
@@ -3322,6 +3921,32 @@
3322
3921
  "isSealed": false,
3323
3922
  "isStatic": false,
3324
3923
  "arity": 0,
3924
+ "baseType": {
3925
+ "stableId": "System.Data.Common:System.Data.Common.DbDataReader",
3926
+ "clrName": "System.Data.Common.DbDataReader"
3927
+ },
3928
+ "interfaces": [
3929
+ {
3930
+ "stableId": "System.Data.Common:System.Data.IDataReader",
3931
+ "clrName": "System.Data.IDataReader"
3932
+ },
3933
+ {
3934
+ "stableId": "System.Private.CoreLib:System.IDisposable",
3935
+ "clrName": "System.IDisposable"
3936
+ },
3937
+ {
3938
+ "stableId": "System.Data.Common:System.Data.IDataRecord",
3939
+ "clrName": "System.Data.IDataRecord"
3940
+ },
3941
+ {
3942
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
3943
+ "clrName": "System.Collections.IEnumerable"
3944
+ },
3945
+ {
3946
+ "stableId": "System.Private.CoreLib:System.IAsyncDisposable",
3947
+ "clrName": "System.IAsyncDisposable"
3948
+ }
3949
+ ],
3325
3950
  "methods": [
3326
3951
  {
3327
3952
  "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetEnumerator():System.Collections.IEnumerator",
@@ -3338,6 +3963,7 @@
3338
3963
  "isVirtual": true,
3339
3964
  "isOverride": true,
3340
3965
  "isSealed": false,
3966
+ "visibility": "Public",
3341
3967
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3342
3968
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3343
3969
  "isExtensionMethod": false
@@ -3357,6 +3983,7 @@
3357
3983
  "isVirtual": true,
3358
3984
  "isOverride": true,
3359
3985
  "isSealed": false,
3986
+ "visibility": "Public",
3360
3987
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3361
3988
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3362
3989
  "isExtensionMethod": false
@@ -3376,6 +4003,7 @@
3376
4003
  "isVirtual": true,
3377
4004
  "isOverride": true,
3378
4005
  "isSealed": false,
4006
+ "visibility": "Public",
3379
4007
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3380
4008
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3381
4009
  "isExtensionMethod": false
@@ -3395,6 +4023,27 @@
3395
4023
  "isVirtual": true,
3396
4024
  "isOverride": true,
3397
4025
  "isSealed": false,
4026
+ "visibility": "Public",
4027
+ "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
4028
+ "declaringAssemblyName": "Microsoft.Data.Sqlite",
4029
+ "isExtensionMethod": false
4030
+ },
4031
+ {
4032
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::Dispose(System.Boolean):System.Void",
4033
+ "clrName": "Dispose",
4034
+ "metadataToken": 100663596,
4035
+ "canonicalSignature": "(System.Boolean):System.Void",
4036
+ "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
4037
+ "emitScope": "ClassSurface",
4038
+ "provenance": "Original",
4039
+ "arity": 0,
4040
+ "parameterCount": 1,
4041
+ "isStatic": false,
4042
+ "isAbstract": false,
4043
+ "isVirtual": true,
4044
+ "isOverride": true,
4045
+ "isSealed": false,
4046
+ "visibility": "Protected",
3398
4047
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3399
4048
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3400
4049
  "isExtensionMethod": false
@@ -3414,6 +4063,7 @@
3414
4063
  "isVirtual": true,
3415
4064
  "isOverride": true,
3416
4065
  "isSealed": false,
4066
+ "visibility": "Public",
3417
4067
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3418
4068
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3419
4069
  "isExtensionMethod": false
@@ -3433,6 +4083,7 @@
3433
4083
  "isVirtual": true,
3434
4084
  "isOverride": true,
3435
4085
  "isSealed": false,
4086
+ "visibility": "Public",
3436
4087
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3437
4088
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3438
4089
  "isExtensionMethod": false
@@ -3452,6 +4103,7 @@
3452
4103
  "isVirtual": true,
3453
4104
  "isOverride": true,
3454
4105
  "isSealed": false,
4106
+ "visibility": "Public",
3455
4107
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3456
4108
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3457
4109
  "isExtensionMethod": false
@@ -3471,6 +4123,7 @@
3471
4123
  "isVirtual": true,
3472
4124
  "isOverride": true,
3473
4125
  "isSealed": false,
4126
+ "visibility": "Public",
3474
4127
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3475
4128
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3476
4129
  "isExtensionMethod": false
@@ -3490,6 +4143,7 @@
3490
4143
  "isVirtual": true,
3491
4144
  "isOverride": true,
3492
4145
  "isSealed": false,
4146
+ "visibility": "Public",
3493
4147
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3494
4148
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3495
4149
  "isExtensionMethod": false
@@ -3509,6 +4163,7 @@
3509
4163
  "isVirtual": true,
3510
4164
  "isOverride": true,
3511
4165
  "isSealed": false,
4166
+ "visibility": "Public",
3512
4167
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3513
4168
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3514
4169
  "isExtensionMethod": false
@@ -3528,6 +4183,7 @@
3528
4183
  "isVirtual": true,
3529
4184
  "isOverride": true,
3530
4185
  "isSealed": false,
4186
+ "visibility": "Public",
3531
4187
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3532
4188
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3533
4189
  "isExtensionMethod": false
@@ -3547,6 +4203,7 @@
3547
4203
  "isVirtual": true,
3548
4204
  "isOverride": true,
3549
4205
  "isSealed": false,
4206
+ "visibility": "Public",
3550
4207
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3551
4208
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3552
4209
  "isExtensionMethod": false
@@ -3566,6 +4223,7 @@
3566
4223
  "isVirtual": true,
3567
4224
  "isOverride": true,
3568
4225
  "isSealed": false,
4226
+ "visibility": "Public",
3569
4227
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3570
4228
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3571
4229
  "isExtensionMethod": false
@@ -3585,6 +4243,7 @@
3585
4243
  "isVirtual": true,
3586
4244
  "isOverride": false,
3587
4245
  "isSealed": false,
4246
+ "visibility": "Public",
3588
4247
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3589
4248
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3590
4249
  "isExtensionMethod": false
@@ -3604,6 +4263,7 @@
3604
4263
  "isVirtual": true,
3605
4264
  "isOverride": false,
3606
4265
  "isSealed": false,
4266
+ "visibility": "Public",
3607
4267
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3608
4268
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3609
4269
  "isExtensionMethod": false
@@ -3623,6 +4283,7 @@
3623
4283
  "isVirtual": true,
3624
4284
  "isOverride": true,
3625
4285
  "isSealed": false,
4286
+ "visibility": "Public",
3626
4287
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3627
4288
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3628
4289
  "isExtensionMethod": false
@@ -3642,6 +4303,7 @@
3642
4303
  "isVirtual": true,
3643
4304
  "isOverride": true,
3644
4305
  "isSealed": false,
4306
+ "visibility": "Public",
3645
4307
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3646
4308
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3647
4309
  "isExtensionMethod": false
@@ -3661,6 +4323,7 @@
3661
4323
  "isVirtual": true,
3662
4324
  "isOverride": true,
3663
4325
  "isSealed": false,
4326
+ "visibility": "Public",
3664
4327
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3665
4328
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3666
4329
  "isExtensionMethod": false
@@ -3680,6 +4343,7 @@
3680
4343
  "isVirtual": true,
3681
4344
  "isOverride": true,
3682
4345
  "isSealed": false,
4346
+ "visibility": "Public",
3683
4347
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3684
4348
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3685
4349
  "isExtensionMethod": false
@@ -3699,6 +4363,7 @@
3699
4363
  "isVirtual": true,
3700
4364
  "isOverride": true,
3701
4365
  "isSealed": false,
4366
+ "visibility": "Public",
3702
4367
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3703
4368
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3704
4369
  "isExtensionMethod": false
@@ -3718,6 +4383,7 @@
3718
4383
  "isVirtual": true,
3719
4384
  "isOverride": true,
3720
4385
  "isSealed": false,
4386
+ "visibility": "Public",
3721
4387
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3722
4388
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3723
4389
  "isExtensionMethod": false
@@ -3737,6 +4403,7 @@
3737
4403
  "isVirtual": true,
3738
4404
  "isOverride": true,
3739
4405
  "isSealed": false,
4406
+ "visibility": "Public",
3740
4407
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3741
4408
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3742
4409
  "isExtensionMethod": false
@@ -3756,6 +4423,7 @@
3756
4423
  "isVirtual": true,
3757
4424
  "isOverride": true,
3758
4425
  "isSealed": false,
4426
+ "visibility": "Public",
3759
4427
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3760
4428
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3761
4429
  "isExtensionMethod": false
@@ -3775,6 +4443,7 @@
3775
4443
  "isVirtual": true,
3776
4444
  "isOverride": true,
3777
4445
  "isSealed": false,
4446
+ "visibility": "Public",
3778
4447
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3779
4448
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3780
4449
  "isExtensionMethod": false
@@ -3794,6 +4463,7 @@
3794
4463
  "isVirtual": true,
3795
4464
  "isOverride": true,
3796
4465
  "isSealed": false,
4466
+ "visibility": "Public",
3797
4467
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3798
4468
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3799
4469
  "isExtensionMethod": false
@@ -3813,6 +4483,7 @@
3813
4483
  "isVirtual": true,
3814
4484
  "isOverride": true,
3815
4485
  "isSealed": false,
4486
+ "visibility": "Public",
3816
4487
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3817
4488
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3818
4489
  "isExtensionMethod": false
@@ -3832,6 +4503,7 @@
3832
4503
  "isVirtual": true,
3833
4504
  "isOverride": true,
3834
4505
  "isSealed": false,
4506
+ "visibility": "Public",
3835
4507
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3836
4508
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3837
4509
  "isExtensionMethod": false
@@ -3851,6 +4523,7 @@
3851
4523
  "isVirtual": true,
3852
4524
  "isOverride": true,
3853
4525
  "isSealed": false,
4526
+ "visibility": "Public",
3854
4527
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3855
4528
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3856
4529
  "isExtensionMethod": false
@@ -3870,6 +4543,7 @@
3870
4543
  "isVirtual": true,
3871
4544
  "isOverride": true,
3872
4545
  "isSealed": false,
4546
+ "visibility": "Public",
3873
4547
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3874
4548
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3875
4549
  "isExtensionMethod": false
@@ -3889,6 +4563,7 @@
3889
4563
  "isVirtual": true,
3890
4564
  "isOverride": true,
3891
4565
  "isSealed": false,
4566
+ "visibility": "Public",
3892
4567
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3893
4568
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3894
4569
  "isExtensionMethod": false
@@ -3908,6 +4583,7 @@
3908
4583
  "isVirtual": true,
3909
4584
  "isOverride": true,
3910
4585
  "isSealed": false,
4586
+ "visibility": "Public",
3911
4587
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3912
4588
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3913
4589
  "isExtensionMethod": false
@@ -3927,6 +4603,7 @@
3927
4603
  "isVirtual": true,
3928
4604
  "isOverride": true,
3929
4605
  "isSealed": false,
4606
+ "visibility": "Public",
3930
4607
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3931
4608
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3932
4609
  "isExtensionMethod": false
@@ -3946,6 +4623,7 @@
3946
4623
  "isVirtual": true,
3947
4624
  "isOverride": true,
3948
4625
  "isSealed": false,
4626
+ "visibility": "Public",
3949
4627
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3950
4628
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
3951
4629
  "isExtensionMethod": false
@@ -3967,6 +4645,7 @@
3967
4645
  "isAbstract": false,
3968
4646
  "isVirtual": true,
3969
4647
  "isOverride": true,
4648
+ "visibility": "Public",
3970
4649
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3971
4650
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
3972
4651
  },
@@ -3985,6 +4664,7 @@
3985
4664
  "isAbstract": false,
3986
4665
  "isVirtual": true,
3987
4666
  "isOverride": true,
4667
+ "visibility": "Public",
3988
4668
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
3989
4669
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
3990
4670
  },
@@ -4003,6 +4683,7 @@
4003
4683
  "isAbstract": false,
4004
4684
  "isVirtual": true,
4005
4685
  "isOverride": false,
4686
+ "visibility": "Public",
4006
4687
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
4007
4688
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
4008
4689
  },
@@ -4021,6 +4702,7 @@
4021
4702
  "isAbstract": false,
4022
4703
  "isVirtual": true,
4023
4704
  "isOverride": true,
4705
+ "visibility": "Public",
4024
4706
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
4025
4707
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
4026
4708
  },
@@ -4039,6 +4721,7 @@
4039
4721
  "isAbstract": false,
4040
4722
  "isVirtual": true,
4041
4723
  "isOverride": true,
4724
+ "visibility": "Public",
4042
4725
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
4043
4726
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
4044
4727
  },
@@ -4057,6 +4740,7 @@
4057
4740
  "isAbstract": false,
4058
4741
  "isVirtual": true,
4059
4742
  "isOverride": true,
4743
+ "visibility": "Public",
4060
4744
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteDataReader",
4061
4745
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
4062
4746
  }
@@ -4076,6 +4760,16 @@
4076
4760
  "isSealed": false,
4077
4761
  "isStatic": false,
4078
4762
  "arity": 0,
4763
+ "baseType": {
4764
+ "stableId": "System.Data.Common:System.Data.Common.DbException",
4765
+ "clrName": "System.Data.Common.DbException"
4766
+ },
4767
+ "interfaces": [
4768
+ {
4769
+ "stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
4770
+ "clrName": "System.Runtime.Serialization.ISerializable"
4771
+ }
4772
+ ],
4079
4773
  "methods": [
4080
4774
  {
4081
4775
  "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteException::ThrowExceptionForRC(System.Int32,SQLitePCL.sqlite3):System.Void",
@@ -4092,6 +4786,7 @@
4092
4786
  "isVirtual": false,
4093
4787
  "isOverride": false,
4094
4788
  "isSealed": false,
4789
+ "visibility": "Public",
4095
4790
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteException",
4096
4791
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4097
4792
  "isExtensionMethod": false
@@ -4113,6 +4808,7 @@
4113
4808
  "isAbstract": false,
4114
4809
  "isVirtual": true,
4115
4810
  "isOverride": false,
4811
+ "visibility": "Public",
4116
4812
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteException",
4117
4813
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
4118
4814
  },
@@ -4131,6 +4827,7 @@
4131
4827
  "isAbstract": false,
4132
4828
  "isVirtual": true,
4133
4829
  "isOverride": false,
4830
+ "visibility": "Public",
4134
4831
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteException",
4135
4832
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
4136
4833
  }
@@ -4145,6 +4842,7 @@
4145
4842
  "normalizedSignature": "constructor|(System.String,System.Int32):void|static=false",
4146
4843
  "isStatic": false,
4147
4844
  "parameterCount": 2,
4845
+ "visibility": "Public",
4148
4846
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteException",
4149
4847
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
4150
4848
  },
@@ -4155,6 +4853,7 @@
4155
4853
  "normalizedSignature": "constructor|(System.String,System.Int32,System.Int32):void|static=false",
4156
4854
  "isStatic": false,
4157
4855
  "parameterCount": 3,
4856
+ "visibility": "Public",
4158
4857
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteException",
4159
4858
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
4160
4859
  }
@@ -4171,6 +4870,10 @@
4171
4870
  "isSealed": false,
4172
4871
  "isStatic": false,
4173
4872
  "arity": 0,
4873
+ "baseType": {
4874
+ "stableId": "System.Data.Common:System.Data.Common.DbProviderFactory",
4875
+ "clrName": "System.Data.Common.DbProviderFactory"
4876
+ },
4174
4877
  "methods": [
4175
4878
  {
4176
4879
  "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteFactory::CreateCommand():System.Data.Common.DbCommand",
@@ -4187,6 +4890,7 @@
4187
4890
  "isVirtual": true,
4188
4891
  "isOverride": true,
4189
4892
  "isSealed": false,
4893
+ "visibility": "Public",
4190
4894
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteFactory",
4191
4895
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4192
4896
  "isExtensionMethod": false
@@ -4206,6 +4910,7 @@
4206
4910
  "isVirtual": true,
4207
4911
  "isOverride": true,
4208
4912
  "isSealed": false,
4913
+ "visibility": "Public",
4209
4914
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteFactory",
4210
4915
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4211
4916
  "isExtensionMethod": false
@@ -4225,6 +4930,7 @@
4225
4930
  "isVirtual": true,
4226
4931
  "isOverride": true,
4227
4932
  "isSealed": false,
4933
+ "visibility": "Public",
4228
4934
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteFactory",
4229
4935
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4230
4936
  "isExtensionMethod": false
@@ -4244,6 +4950,7 @@
4244
4950
  "isVirtual": true,
4245
4951
  "isOverride": true,
4246
4952
  "isSealed": false,
4953
+ "visibility": "Public",
4247
4954
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteFactory",
4248
4955
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4249
4956
  "isExtensionMethod": false
@@ -4259,6 +4966,7 @@
4259
4966
  "isStatic": true,
4260
4967
  "isReadOnly": true,
4261
4968
  "isLiteral": false,
4969
+ "visibility": "Public",
4262
4970
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteFactory",
4263
4971
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
4264
4972
  }
@@ -4277,6 +4985,20 @@
4277
4985
  "isSealed": false,
4278
4986
  "isStatic": false,
4279
4987
  "arity": 0,
4988
+ "baseType": {
4989
+ "stableId": "System.Data.Common:System.Data.Common.DbParameter",
4990
+ "clrName": "System.Data.Common.DbParameter"
4991
+ },
4992
+ "interfaces": [
4993
+ {
4994
+ "stableId": "System.Data.Common:System.Data.IDbDataParameter",
4995
+ "clrName": "System.Data.IDbDataParameter"
4996
+ },
4997
+ {
4998
+ "stableId": "System.Data.Common:System.Data.IDataParameter",
4999
+ "clrName": "System.Data.IDataParameter"
5000
+ }
5001
+ ],
4280
5002
  "methods": [
4281
5003
  {
4282
5004
  "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameter::ResetDbType():System.Void",
@@ -4293,6 +5015,7 @@
4293
5015
  "isVirtual": true,
4294
5016
  "isOverride": true,
4295
5017
  "isSealed": false,
5018
+ "visibility": "Public",
4296
5019
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameter",
4297
5020
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4298
5021
  "isExtensionMethod": false
@@ -4312,6 +5035,7 @@
4312
5035
  "isVirtual": true,
4313
5036
  "isOverride": false,
4314
5037
  "isSealed": false,
5038
+ "visibility": "Public",
4315
5039
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameter",
4316
5040
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4317
5041
  "isExtensionMethod": false
@@ -4333,6 +5057,7 @@
4333
5057
  "isAbstract": false,
4334
5058
  "isVirtual": true,
4335
5059
  "isOverride": true,
5060
+ "visibility": "Public",
4336
5061
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameter",
4337
5062
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
4338
5063
  },
@@ -4351,6 +5076,7 @@
4351
5076
  "isAbstract": false,
4352
5077
  "isVirtual": true,
4353
5078
  "isOverride": false,
5079
+ "visibility": "Public",
4354
5080
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameter",
4355
5081
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
4356
5082
  },
@@ -4369,6 +5095,7 @@
4369
5095
  "isAbstract": false,
4370
5096
  "isVirtual": true,
4371
5097
  "isOverride": true,
5098
+ "visibility": "Public",
4372
5099
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameter",
4373
5100
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
4374
5101
  },
@@ -4387,6 +5114,7 @@
4387
5114
  "isAbstract": false,
4388
5115
  "isVirtual": true,
4389
5116
  "isOverride": true,
5117
+ "visibility": "Public",
4390
5118
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameter",
4391
5119
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
4392
5120
  },
@@ -4405,6 +5133,7 @@
4405
5133
  "isAbstract": false,
4406
5134
  "isVirtual": true,
4407
5135
  "isOverride": true,
5136
+ "visibility": "Public",
4408
5137
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameter",
4409
5138
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
4410
5139
  },
@@ -4423,6 +5152,7 @@
4423
5152
  "isAbstract": false,
4424
5153
  "isVirtual": true,
4425
5154
  "isOverride": true,
5155
+ "visibility": "Public",
4426
5156
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameter",
4427
5157
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
4428
5158
  },
@@ -4441,6 +5171,7 @@
4441
5171
  "isAbstract": false,
4442
5172
  "isVirtual": true,
4443
5173
  "isOverride": true,
5174
+ "visibility": "Public",
4444
5175
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameter",
4445
5176
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
4446
5177
  },
@@ -4459,6 +5190,7 @@
4459
5190
  "isAbstract": false,
4460
5191
  "isVirtual": true,
4461
5192
  "isOverride": true,
5193
+ "visibility": "Public",
4462
5194
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameter",
4463
5195
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
4464
5196
  },
@@ -4477,6 +5209,7 @@
4477
5209
  "isAbstract": false,
4478
5210
  "isVirtual": true,
4479
5211
  "isOverride": true,
5212
+ "visibility": "Public",
4480
5213
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameter",
4481
5214
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
4482
5215
  }
@@ -4491,6 +5224,7 @@
4491
5224
  "normalizedSignature": "constructor|():void|static=false",
4492
5225
  "isStatic": false,
4493
5226
  "parameterCount": 0,
5227
+ "visibility": "Public",
4494
5228
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameter",
4495
5229
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
4496
5230
  },
@@ -4501,6 +5235,7 @@
4501
5235
  "normalizedSignature": "constructor|(System.String,System.Object):void|static=false",
4502
5236
  "isStatic": false,
4503
5237
  "parameterCount": 2,
5238
+ "visibility": "Public",
4504
5239
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameter",
4505
5240
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
4506
5241
  },
@@ -4511,6 +5246,7 @@
4511
5246
  "normalizedSignature": "constructor|(System.String,Microsoft.Data.Sqlite.SqliteType):void|static=false",
4512
5247
  "isStatic": false,
4513
5248
  "parameterCount": 2,
5249
+ "visibility": "Public",
4514
5250
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameter",
4515
5251
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
4516
5252
  },
@@ -4521,6 +5257,7 @@
4521
5257
  "normalizedSignature": "constructor|(System.String,Microsoft.Data.Sqlite.SqliteType,System.Int32):void|static=false",
4522
5258
  "isStatic": false,
4523
5259
  "parameterCount": 3,
5260
+ "visibility": "Public",
4524
5261
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameter",
4525
5262
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
4526
5263
  },
@@ -4531,6 +5268,7 @@
4531
5268
  "normalizedSignature": "constructor|(System.String,Microsoft.Data.Sqlite.SqliteType,System.Int32,System.String):void|static=false",
4532
5269
  "isStatic": false,
4533
5270
  "parameterCount": 4,
5271
+ "visibility": "Public",
4534
5272
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameter",
4535
5273
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
4536
5274
  }
@@ -4547,6 +5285,28 @@
4547
5285
  "isSealed": false,
4548
5286
  "isStatic": false,
4549
5287
  "arity": 0,
5288
+ "baseType": {
5289
+ "stableId": "System.Data.Common:System.Data.Common.DbParameterCollection",
5290
+ "clrName": "System.Data.Common.DbParameterCollection"
5291
+ },
5292
+ "interfaces": [
5293
+ {
5294
+ "stableId": "System.Data.Common:System.Data.IDataParameterCollection",
5295
+ "clrName": "System.Data.IDataParameterCollection"
5296
+ },
5297
+ {
5298
+ "stableId": "System.Private.CoreLib:System.Collections.IList",
5299
+ "clrName": "System.Collections.IList"
5300
+ },
5301
+ {
5302
+ "stableId": "System.Private.CoreLib:System.Collections.ICollection",
5303
+ "clrName": "System.Collections.ICollection"
5304
+ },
5305
+ {
5306
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
5307
+ "clrName": "System.Collections.IEnumerable"
5308
+ }
5309
+ ],
4550
5310
  "methods": [
4551
5311
  {
4552
5312
  "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::Add(System.Object):System.Int32",
@@ -4563,6 +5323,7 @@
4563
5323
  "isVirtual": true,
4564
5324
  "isOverride": true,
4565
5325
  "isSealed": false,
5326
+ "visibility": "Public",
4566
5327
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
4567
5328
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4568
5329
  "isExtensionMethod": false
@@ -4582,6 +5343,7 @@
4582
5343
  "isVirtual": true,
4583
5344
  "isOverride": false,
4584
5345
  "isSealed": false,
5346
+ "visibility": "Public",
4585
5347
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
4586
5348
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4587
5349
  "isExtensionMethod": false
@@ -4601,6 +5363,7 @@
4601
5363
  "isVirtual": true,
4602
5364
  "isOverride": false,
4603
5365
  "isSealed": false,
5366
+ "visibility": "Public",
4604
5367
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
4605
5368
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4606
5369
  "isExtensionMethod": false
@@ -4620,6 +5383,7 @@
4620
5383
  "isVirtual": true,
4621
5384
  "isOverride": false,
4622
5385
  "isSealed": false,
5386
+ "visibility": "Public",
4623
5387
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
4624
5388
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4625
5389
  "isExtensionMethod": false
@@ -4639,6 +5403,7 @@
4639
5403
  "isVirtual": true,
4640
5404
  "isOverride": false,
4641
5405
  "isSealed": false,
5406
+ "visibility": "Public",
4642
5407
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
4643
5408
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4644
5409
  "isExtensionMethod": false
@@ -4658,6 +5423,7 @@
4658
5423
  "isVirtual": true,
4659
5424
  "isOverride": true,
4660
5425
  "isSealed": false,
5426
+ "visibility": "Public",
4661
5427
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
4662
5428
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4663
5429
  "isExtensionMethod": false
@@ -4677,6 +5443,7 @@
4677
5443
  "isVirtual": true,
4678
5444
  "isOverride": false,
4679
5445
  "isSealed": false,
5446
+ "visibility": "Public",
4680
5447
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
4681
5448
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4682
5449
  "isExtensionMethod": false
@@ -4696,6 +5463,7 @@
4696
5463
  "isVirtual": true,
4697
5464
  "isOverride": false,
4698
5465
  "isSealed": false,
5466
+ "visibility": "Public",
4699
5467
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
4700
5468
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4701
5469
  "isExtensionMethod": false
@@ -4715,6 +5483,7 @@
4715
5483
  "isVirtual": true,
4716
5484
  "isOverride": true,
4717
5485
  "isSealed": false,
5486
+ "visibility": "Public",
4718
5487
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
4719
5488
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4720
5489
  "isExtensionMethod": false
@@ -4734,6 +5503,7 @@
4734
5503
  "isVirtual": true,
4735
5504
  "isOverride": true,
4736
5505
  "isSealed": false,
5506
+ "visibility": "Public",
4737
5507
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
4738
5508
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4739
5509
  "isExtensionMethod": false
@@ -4753,6 +5523,7 @@
4753
5523
  "isVirtual": true,
4754
5524
  "isOverride": false,
4755
5525
  "isSealed": false,
5526
+ "visibility": "Public",
4756
5527
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
4757
5528
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4758
5529
  "isExtensionMethod": false
@@ -4772,6 +5543,7 @@
4772
5543
  "isVirtual": true,
4773
5544
  "isOverride": true,
4774
5545
  "isSealed": false,
5546
+ "visibility": "Public",
4775
5547
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
4776
5548
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4777
5549
  "isExtensionMethod": false
@@ -4791,6 +5563,7 @@
4791
5563
  "isVirtual": true,
4792
5564
  "isOverride": true,
4793
5565
  "isSealed": false,
5566
+ "visibility": "Public",
4794
5567
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
4795
5568
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4796
5569
  "isExtensionMethod": false
@@ -4810,6 +5583,7 @@
4810
5583
  "isVirtual": true,
4811
5584
  "isOverride": false,
4812
5585
  "isSealed": false,
5586
+ "visibility": "Public",
4813
5587
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
4814
5588
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4815
5589
  "isExtensionMethod": false
@@ -4829,6 +5603,47 @@
4829
5603
  "isVirtual": true,
4830
5604
  "isOverride": true,
4831
5605
  "isSealed": false,
5606
+ "visibility": "Public",
5607
+ "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
5608
+ "declaringAssemblyName": "Microsoft.Data.Sqlite",
5609
+ "isExtensionMethod": false
5610
+ },
5611
+ {
5612
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::GetParameter(System.Int32):System.Data.Common.DbParameter",
5613
+ "clrName": "GetParameter",
5614
+ "metadataToken": 100663725,
5615
+ "canonicalSignature": "(System.Int32):System.Data.Common.DbParameter",
5616
+ "normalizedSignature": "GetParameter|(System.Int32):System.Data.Common.DbParameter|static=false",
5617
+ "emitScope": "ClassSurface",
5618
+ "provenance": "Original",
5619
+ "arity": 0,
5620
+ "parameterCount": 1,
5621
+ "isStatic": false,
5622
+ "isAbstract": false,
5623
+ "isVirtual": true,
5624
+ "isOverride": true,
5625
+ "isSealed": false,
5626
+ "visibility": "Protected",
5627
+ "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
5628
+ "declaringAssemblyName": "Microsoft.Data.Sqlite",
5629
+ "isExtensionMethod": false
5630
+ },
5631
+ {
5632
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::GetParameter(System.String):System.Data.Common.DbParameter",
5633
+ "clrName": "GetParameter",
5634
+ "metadataToken": 100663726,
5635
+ "canonicalSignature": "(System.String):System.Data.Common.DbParameter",
5636
+ "normalizedSignature": "GetParameter|(System.String):System.Data.Common.DbParameter|static=false",
5637
+ "emitScope": "ClassSurface",
5638
+ "provenance": "Original",
5639
+ "arity": 0,
5640
+ "parameterCount": 1,
5641
+ "isStatic": false,
5642
+ "isAbstract": false,
5643
+ "isVirtual": true,
5644
+ "isOverride": true,
5645
+ "isSealed": false,
5646
+ "visibility": "Protected",
4832
5647
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
4833
5648
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4834
5649
  "isExtensionMethod": false
@@ -4848,6 +5663,7 @@
4848
5663
  "isVirtual": true,
4849
5664
  "isOverride": true,
4850
5665
  "isSealed": false,
5666
+ "visibility": "Public",
4851
5667
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
4852
5668
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4853
5669
  "isExtensionMethod": false
@@ -4867,6 +5683,7 @@
4867
5683
  "isVirtual": true,
4868
5684
  "isOverride": false,
4869
5685
  "isSealed": false,
5686
+ "visibility": "Public",
4870
5687
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
4871
5688
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4872
5689
  "isExtensionMethod": false
@@ -4886,6 +5703,7 @@
4886
5703
  "isVirtual": true,
4887
5704
  "isOverride": true,
4888
5705
  "isSealed": false,
5706
+ "visibility": "Public",
4889
5707
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
4890
5708
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4891
5709
  "isExtensionMethod": false
@@ -4905,6 +5723,7 @@
4905
5723
  "isVirtual": true,
4906
5724
  "isOverride": true,
4907
5725
  "isSealed": false,
5726
+ "visibility": "Public",
4908
5727
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
4909
5728
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4910
5729
  "isExtensionMethod": false
@@ -4924,6 +5743,7 @@
4924
5743
  "isVirtual": true,
4925
5744
  "isOverride": false,
4926
5745
  "isSealed": false,
5746
+ "visibility": "Public",
4927
5747
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
4928
5748
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4929
5749
  "isExtensionMethod": false
@@ -4943,6 +5763,7 @@
4943
5763
  "isVirtual": true,
4944
5764
  "isOverride": true,
4945
5765
  "isSealed": false,
5766
+ "visibility": "Public",
4946
5767
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
4947
5768
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4948
5769
  "isExtensionMethod": false
@@ -4962,6 +5783,7 @@
4962
5783
  "isVirtual": true,
4963
5784
  "isOverride": false,
4964
5785
  "isSealed": false,
5786
+ "visibility": "Public",
4965
5787
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
4966
5788
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4967
5789
  "isExtensionMethod": false
@@ -4981,6 +5803,7 @@
4981
5803
  "isVirtual": true,
4982
5804
  "isOverride": true,
4983
5805
  "isSealed": false,
5806
+ "visibility": "Public",
4984
5807
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
4985
5808
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
4986
5809
  "isExtensionMethod": false
@@ -5000,6 +5823,47 @@
5000
5823
  "isVirtual": true,
5001
5824
  "isOverride": true,
5002
5825
  "isSealed": false,
5826
+ "visibility": "Public",
5827
+ "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
5828
+ "declaringAssemblyName": "Microsoft.Data.Sqlite",
5829
+ "isExtensionMethod": false
5830
+ },
5831
+ {
5832
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::SetParameter(System.Int32,System.Data.Common.DbParameter):System.Void",
5833
+ "clrName": "SetParameter",
5834
+ "metadataToken": 100663736,
5835
+ "canonicalSignature": "(System.Int32,System.Data.Common.DbParameter):System.Void",
5836
+ "normalizedSignature": "SetParameter|(System.Int32,System.Data.Common.DbParameter):System.Void|static=false",
5837
+ "emitScope": "ClassSurface",
5838
+ "provenance": "Original",
5839
+ "arity": 0,
5840
+ "parameterCount": 2,
5841
+ "isStatic": false,
5842
+ "isAbstract": false,
5843
+ "isVirtual": true,
5844
+ "isOverride": true,
5845
+ "isSealed": false,
5846
+ "visibility": "Protected",
5847
+ "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
5848
+ "declaringAssemblyName": "Microsoft.Data.Sqlite",
5849
+ "isExtensionMethod": false
5850
+ },
5851
+ {
5852
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::SetParameter(System.String,System.Data.Common.DbParameter):System.Void",
5853
+ "clrName": "SetParameter",
5854
+ "metadataToken": 100663737,
5855
+ "canonicalSignature": "(System.String,System.Data.Common.DbParameter):System.Void",
5856
+ "normalizedSignature": "SetParameter|(System.String,System.Data.Common.DbParameter):System.Void|static=false",
5857
+ "emitScope": "ClassSurface",
5858
+ "provenance": "Original",
5859
+ "arity": 0,
5860
+ "parameterCount": 2,
5861
+ "isStatic": false,
5862
+ "isAbstract": false,
5863
+ "isVirtual": true,
5864
+ "isOverride": true,
5865
+ "isSealed": false,
5866
+ "visibility": "Protected",
5003
5867
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
5004
5868
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
5005
5869
  "isExtensionMethod": false
@@ -5019,6 +5883,7 @@
5019
5883
  "isVirtual": true,
5020
5884
  "isOverride": false,
5021
5885
  "isSealed": false,
5886
+ "visibility": "Public",
5022
5887
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
5023
5888
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
5024
5889
  "isExtensionMethod": false
@@ -5038,6 +5903,7 @@
5038
5903
  "isVirtual": true,
5039
5904
  "isOverride": false,
5040
5905
  "isSealed": false,
5906
+ "visibility": "Public",
5041
5907
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
5042
5908
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
5043
5909
  "isExtensionMethod": false
@@ -5057,6 +5923,7 @@
5057
5923
  "isVirtual": true,
5058
5924
  "isOverride": false,
5059
5925
  "isSealed": false,
5926
+ "visibility": "Public",
5060
5927
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
5061
5928
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
5062
5929
  "isExtensionMethod": false
@@ -5076,6 +5943,7 @@
5076
5943
  "isVirtual": true,
5077
5944
  "isOverride": false,
5078
5945
  "isSealed": false,
5946
+ "visibility": "Public",
5079
5947
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
5080
5948
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
5081
5949
  "isExtensionMethod": false
@@ -5097,6 +5965,7 @@
5097
5965
  "isAbstract": false,
5098
5966
  "isVirtual": true,
5099
5967
  "isOverride": true,
5968
+ "visibility": "Public",
5100
5969
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
5101
5970
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
5102
5971
  },
@@ -5115,13 +5984,26 @@
5115
5984
  "isAbstract": false,
5116
5985
  "isVirtual": true,
5117
5986
  "isOverride": true,
5987
+ "visibility": "Public",
5118
5988
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
5119
5989
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
5120
5990
  }
5121
5991
  ],
5122
5992
  "fields": [],
5123
5993
  "events": [],
5124
- "constructors": []
5994
+ "constructors": [
5995
+ {
5996
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::.ctor():void",
5997
+ "metadataToken": 100663703,
5998
+ "canonicalSignature": "():void",
5999
+ "normalizedSignature": "constructor|():void|static=false",
6000
+ "isStatic": false,
6001
+ "parameterCount": 0,
6002
+ "visibility": "ProtectedInternal",
6003
+ "declaringClrType": "Microsoft.Data.Sqlite.SqliteParameterCollection",
6004
+ "declaringAssemblyName": "Microsoft.Data.Sqlite"
6005
+ }
6006
+ ]
5125
6007
  },
5126
6008
  {
5127
6009
  "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteTransaction",
@@ -5134,6 +6016,24 @@
5134
6016
  "isSealed": false,
5135
6017
  "isStatic": false,
5136
6018
  "arity": 0,
6019
+ "baseType": {
6020
+ "stableId": "System.Data.Common:System.Data.Common.DbTransaction",
6021
+ "clrName": "System.Data.Common.DbTransaction"
6022
+ },
6023
+ "interfaces": [
6024
+ {
6025
+ "stableId": "System.Data.Common:System.Data.IDbTransaction",
6026
+ "clrName": "System.Data.IDbTransaction"
6027
+ },
6028
+ {
6029
+ "stableId": "System.Private.CoreLib:System.IDisposable",
6030
+ "clrName": "System.IDisposable"
6031
+ },
6032
+ {
6033
+ "stableId": "System.Private.CoreLib:System.IAsyncDisposable",
6034
+ "clrName": "System.IAsyncDisposable"
6035
+ }
6036
+ ],
5137
6037
  "methods": [
5138
6038
  {
5139
6039
  "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteTransaction::Commit():System.Void",
@@ -5150,6 +6050,7 @@
5150
6050
  "isVirtual": true,
5151
6051
  "isOverride": true,
5152
6052
  "isSealed": false,
6053
+ "visibility": "Public",
5153
6054
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteTransaction",
5154
6055
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
5155
6056
  "isExtensionMethod": false
@@ -5169,6 +6070,7 @@
5169
6070
  "isVirtual": true,
5170
6071
  "isOverride": true,
5171
6072
  "isSealed": false,
6073
+ "visibility": "Public",
5172
6074
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteTransaction",
5173
6075
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
5174
6076
  "isExtensionMethod": false
@@ -5188,6 +6090,7 @@
5188
6090
  "isVirtual": true,
5189
6091
  "isOverride": true,
5190
6092
  "isSealed": false,
6093
+ "visibility": "Public",
5191
6094
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteTransaction",
5192
6095
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
5193
6096
  "isExtensionMethod": false
@@ -5207,6 +6110,7 @@
5207
6110
  "isVirtual": true,
5208
6111
  "isOverride": true,
5209
6112
  "isSealed": false,
6113
+ "visibility": "Public",
5210
6114
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteTransaction",
5211
6115
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
5212
6116
  "isExtensionMethod": false
@@ -5226,6 +6130,27 @@
5226
6130
  "isVirtual": true,
5227
6131
  "isOverride": true,
5228
6132
  "isSealed": false,
6133
+ "visibility": "Public",
6134
+ "declaringClrType": "Microsoft.Data.Sqlite.SqliteTransaction",
6135
+ "declaringAssemblyName": "Microsoft.Data.Sqlite",
6136
+ "isExtensionMethod": false
6137
+ },
6138
+ {
6139
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteTransaction::Dispose(System.Boolean):System.Void",
6140
+ "clrName": "Dispose",
6141
+ "metadataToken": 100663766,
6142
+ "canonicalSignature": "(System.Boolean):System.Void",
6143
+ "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
6144
+ "emitScope": "ClassSurface",
6145
+ "provenance": "Original",
6146
+ "arity": 0,
6147
+ "parameterCount": 1,
6148
+ "isStatic": false,
6149
+ "isAbstract": false,
6150
+ "isVirtual": true,
6151
+ "isOverride": true,
6152
+ "isSealed": false,
6153
+ "visibility": "Protected",
5229
6154
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteTransaction",
5230
6155
  "declaringAssemblyName": "Microsoft.Data.Sqlite",
5231
6156
  "isExtensionMethod": false
@@ -5247,6 +6172,26 @@
5247
6172
  "isAbstract": false,
5248
6173
  "isVirtual": true,
5249
6174
  "isOverride": false,
6175
+ "visibility": "Public",
6176
+ "declaringClrType": "Microsoft.Data.Sqlite.SqliteTransaction",
6177
+ "declaringAssemblyName": "Microsoft.Data.Sqlite"
6178
+ },
6179
+ {
6180
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteTransaction::DbConnection:System.Data.Common.DbConnection",
6181
+ "clrName": "DbConnection",
6182
+ "metadataToken": 385876047,
6183
+ "canonicalSignature": ":System.Data.Common.DbConnection",
6184
+ "normalizedSignature": "DbConnection|:System.Data.Common.DbConnection|static=false|accessor=get",
6185
+ "emitScope": "ClassSurface",
6186
+ "provenance": "Original",
6187
+ "isIndexer": false,
6188
+ "hasGetter": true,
6189
+ "hasSetter": false,
6190
+ "isStatic": false,
6191
+ "isAbstract": false,
6192
+ "isVirtual": true,
6193
+ "isOverride": true,
6194
+ "visibility": "Protected",
5250
6195
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteTransaction",
5251
6196
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
5252
6197
  },
@@ -5265,6 +6210,7 @@
5265
6210
  "isAbstract": false,
5266
6211
  "isVirtual": true,
5267
6212
  "isOverride": true,
6213
+ "visibility": "Public",
5268
6214
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteTransaction",
5269
6215
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
5270
6216
  },
@@ -5283,6 +6229,7 @@
5283
6229
  "isAbstract": false,
5284
6230
  "isVirtual": true,
5285
6231
  "isOverride": true,
6232
+ "visibility": "Public",
5286
6233
  "declaringClrType": "Microsoft.Data.Sqlite.SqliteTransaction",
5287
6234
  "declaringAssemblyName": "Microsoft.Data.Sqlite"
5288
6235
  }