@tsonic/efcore-sqlite 0.1.0

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 (129) hide show
  1. package/LICENSE +21 -0
  2. package/Microsoft.Data.Sqlite/bindings.json +6892 -0
  3. package/Microsoft.Data.Sqlite/internal/index.d.ts +430 -0
  4. package/Microsoft.Data.Sqlite/internal/metadata.json +4417 -0
  5. package/Microsoft.Data.Sqlite.d.ts +34 -0
  6. package/Microsoft.Data.Sqlite.js +9 -0
  7. package/Microsoft.DotNet.PlatformAbstractions/bindings.json +167 -0
  8. package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +29 -0
  9. package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +121 -0
  10. package/Microsoft.DotNet.PlatformAbstractions.d.ts +13 -0
  11. package/Microsoft.DotNet.PlatformAbstractions.js +9 -0
  12. package/Microsoft.EntityFrameworkCore/bindings.json +1892 -0
  13. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +156 -0
  14. package/Microsoft.EntityFrameworkCore/internal/metadata.json +1368 -0
  15. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +528 -0
  16. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +55 -0
  17. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +267 -0
  18. package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
  19. package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
  20. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +102 -0
  21. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +36 -0
  22. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +82 -0
  23. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +17 -0
  24. package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
  25. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +83 -0
  26. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +17 -0
  27. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +54 -0
  28. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +304 -0
  29. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +78 -0
  30. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +203 -0
  31. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +21 -0
  32. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
  33. package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
  34. package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
  35. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
  36. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +35 -0
  37. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
  38. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +17 -0
  39. package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
  40. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +236 -0
  41. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +57 -0
  42. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +157 -0
  43. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +20 -0
  44. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.js +9 -0
  45. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +587 -0
  46. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +68 -0
  47. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +293 -0
  48. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.d.ts +15 -0
  49. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.js +9 -0
  50. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +202 -0
  51. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +44 -0
  52. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +133 -0
  53. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +18 -0
  54. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.js +9 -0
  55. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +1253 -0
  56. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +83 -0
  57. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +855 -0
  58. package/Microsoft.EntityFrameworkCore.Sqlite.Internal.d.ts +18 -0
  59. package/Microsoft.EntityFrameworkCore.Sqlite.Internal.js +9 -0
  60. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +294 -0
  61. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +43 -0
  62. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +161 -0
  63. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.d.ts +16 -0
  64. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.js +9 -0
  65. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +325 -0
  66. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +48 -0
  67. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +214 -0
  68. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +17 -0
  69. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.js +9 -0
  70. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +2892 -0
  71. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +512 -0
  72. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +1844 -0
  73. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +59 -0
  74. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.js +9 -0
  75. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +151 -0
  76. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +44 -0
  77. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +102 -0
  78. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +20 -0
  79. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.js +9 -0
  80. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +1096 -0
  81. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +210 -0
  82. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +707 -0
  83. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +34 -0
  84. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.js +9 -0
  85. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +605 -0
  86. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +93 -0
  87. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +438 -0
  88. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.d.ts +19 -0
  89. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.js +9 -0
  90. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +413 -0
  91. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +80 -0
  92. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +280 -0
  93. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +18 -0
  94. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.js +9 -0
  95. package/Microsoft.EntityFrameworkCore.d.ts +29 -0
  96. package/Microsoft.EntityFrameworkCore.js +9 -0
  97. package/Microsoft.Extensions.DependencyInjection/bindings.json +68 -0
  98. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +22 -0
  99. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +63 -0
  100. package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
  101. package/Microsoft.Extensions.DependencyInjection.js +9 -0
  102. package/Microsoft.Extensions.DependencyModel/bindings.json +2871 -0
  103. package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +287 -0
  104. package/Microsoft.Extensions.DependencyModel/internal/metadata.json +1654 -0
  105. package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +526 -0
  106. package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +112 -0
  107. package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +329 -0
  108. package/Microsoft.Extensions.DependencyModel.Resolution.d.ts +19 -0
  109. package/Microsoft.Extensions.DependencyModel.Resolution.js +9 -0
  110. package/Microsoft.Extensions.DependencyModel.d.ts +35 -0
  111. package/Microsoft.Extensions.DependencyModel.js +9 -0
  112. package/README.md +5 -0
  113. package/SQLitePCL/bindings.json +19341 -0
  114. package/SQLitePCL/internal/index.d.ts +994 -0
  115. package/SQLitePCL/internal/metadata.json +11902 -0
  116. package/SQLitePCL.d.ts +64 -0
  117. package/SQLitePCL.js +9 -0
  118. package/System.Collections.Generic/bindings.json +164 -0
  119. package/System.Collections.Generic/internal/index.d.ts +25 -0
  120. package/System.Collections.Generic/internal/metadata.json +123 -0
  121. package/System.Collections.Generic.d.ts +14 -0
  122. package/System.Collections.Generic.js +9 -0
  123. package/__build/ref/Program.cs +5 -0
  124. package/__build/ref/ref.csproj +14 -0
  125. package/__build/scripts/generate.sh +116 -0
  126. package/__internal/extensions/index.d.ts +44 -0
  127. package/families.json +1 -0
  128. package/package.json +28 -0
  129. package/tsconfig.json +20 -0
@@ -0,0 +1,4417 @@
1
+ {
2
+ "namespace": "Microsoft.Data.Sqlite",
3
+ "contributingAssemblies": [
4
+ "Microsoft.Data.Sqlite"
5
+ ],
6
+ "types": [
7
+ {
8
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCacheMode",
9
+ "clrName": "Microsoft.Data.Sqlite.SqliteCacheMode",
10
+ "tsEmitName": "SqliteCacheMode",
11
+ "kind": "Enum",
12
+ "accessibility": "Public",
13
+ "isAbstract": false,
14
+ "isSealed": true,
15
+ "isStatic": false,
16
+ "arity": 0,
17
+ "methods": [],
18
+ "properties": [],
19
+ "fields": [
20
+ {
21
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCacheMode::value__System.Int32",
22
+ "clrName": "value__",
23
+ "tsEmitName": "value__",
24
+ "normalizedSignature": "value__|System.Int32|static=false|const=false",
25
+ "isStatic": false,
26
+ "isReadOnly": false,
27
+ "isLiteral": false
28
+ },
29
+ {
30
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCacheMode::DefaultMicrosoft.Data.Sqlite.SqliteCacheMode",
31
+ "clrName": "Default",
32
+ "tsEmitName": "default_",
33
+ "normalizedSignature": "Default|Microsoft.Data.Sqlite.SqliteCacheMode|static=true|const=true",
34
+ "isStatic": true,
35
+ "isReadOnly": false,
36
+ "isLiteral": true
37
+ },
38
+ {
39
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCacheMode::PrivateMicrosoft.Data.Sqlite.SqliteCacheMode",
40
+ "clrName": "Private",
41
+ "tsEmitName": "private_",
42
+ "normalizedSignature": "Private|Microsoft.Data.Sqlite.SqliteCacheMode|static=true|const=true",
43
+ "isStatic": true,
44
+ "isReadOnly": false,
45
+ "isLiteral": true
46
+ },
47
+ {
48
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCacheMode::SharedMicrosoft.Data.Sqlite.SqliteCacheMode",
49
+ "clrName": "Shared",
50
+ "tsEmitName": "shared",
51
+ "normalizedSignature": "Shared|Microsoft.Data.Sqlite.SqliteCacheMode|static=true|const=true",
52
+ "isStatic": true,
53
+ "isReadOnly": false,
54
+ "isLiteral": true
55
+ }
56
+ ],
57
+ "events": [],
58
+ "constructors": []
59
+ },
60
+ {
61
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteOpenMode",
62
+ "clrName": "Microsoft.Data.Sqlite.SqliteOpenMode",
63
+ "tsEmitName": "SqliteOpenMode",
64
+ "kind": "Enum",
65
+ "accessibility": "Public",
66
+ "isAbstract": false,
67
+ "isSealed": true,
68
+ "isStatic": false,
69
+ "arity": 0,
70
+ "methods": [],
71
+ "properties": [],
72
+ "fields": [
73
+ {
74
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteOpenMode::value__System.Int32",
75
+ "clrName": "value__",
76
+ "tsEmitName": "value__",
77
+ "normalizedSignature": "value__|System.Int32|static=false|const=false",
78
+ "isStatic": false,
79
+ "isReadOnly": false,
80
+ "isLiteral": false
81
+ },
82
+ {
83
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteOpenMode::ReadWriteCreateMicrosoft.Data.Sqlite.SqliteOpenMode",
84
+ "clrName": "ReadWriteCreate",
85
+ "tsEmitName": "readWriteCreate",
86
+ "normalizedSignature": "ReadWriteCreate|Microsoft.Data.Sqlite.SqliteOpenMode|static=true|const=true",
87
+ "isStatic": true,
88
+ "isReadOnly": false,
89
+ "isLiteral": true
90
+ },
91
+ {
92
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteOpenMode::ReadWriteMicrosoft.Data.Sqlite.SqliteOpenMode",
93
+ "clrName": "ReadWrite",
94
+ "tsEmitName": "readWrite",
95
+ "normalizedSignature": "ReadWrite|Microsoft.Data.Sqlite.SqliteOpenMode|static=true|const=true",
96
+ "isStatic": true,
97
+ "isReadOnly": false,
98
+ "isLiteral": true
99
+ },
100
+ {
101
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteOpenMode::ReadOnlyMicrosoft.Data.Sqlite.SqliteOpenMode",
102
+ "clrName": "ReadOnly",
103
+ "tsEmitName": "readOnly",
104
+ "normalizedSignature": "ReadOnly|Microsoft.Data.Sqlite.SqliteOpenMode|static=true|const=true",
105
+ "isStatic": true,
106
+ "isReadOnly": false,
107
+ "isLiteral": true
108
+ },
109
+ {
110
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteOpenMode::MemoryMicrosoft.Data.Sqlite.SqliteOpenMode",
111
+ "clrName": "Memory",
112
+ "tsEmitName": "memory",
113
+ "normalizedSignature": "Memory|Microsoft.Data.Sqlite.SqliteOpenMode|static=true|const=true",
114
+ "isStatic": true,
115
+ "isReadOnly": false,
116
+ "isLiteral": true
117
+ }
118
+ ],
119
+ "events": [],
120
+ "constructors": []
121
+ },
122
+ {
123
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteType",
124
+ "clrName": "Microsoft.Data.Sqlite.SqliteType",
125
+ "tsEmitName": "SqliteType",
126
+ "kind": "Enum",
127
+ "accessibility": "Public",
128
+ "isAbstract": false,
129
+ "isSealed": true,
130
+ "isStatic": false,
131
+ "arity": 0,
132
+ "methods": [],
133
+ "properties": [],
134
+ "fields": [
135
+ {
136
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteType::value__System.Int32",
137
+ "clrName": "value__",
138
+ "tsEmitName": "value__",
139
+ "normalizedSignature": "value__|System.Int32|static=false|const=false",
140
+ "isStatic": false,
141
+ "isReadOnly": false,
142
+ "isLiteral": false
143
+ },
144
+ {
145
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteType::IntegerMicrosoft.Data.Sqlite.SqliteType",
146
+ "clrName": "Integer",
147
+ "tsEmitName": "integer",
148
+ "normalizedSignature": "Integer|Microsoft.Data.Sqlite.SqliteType|static=true|const=true",
149
+ "isStatic": true,
150
+ "isReadOnly": false,
151
+ "isLiteral": true
152
+ },
153
+ {
154
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteType::RealMicrosoft.Data.Sqlite.SqliteType",
155
+ "clrName": "Real",
156
+ "tsEmitName": "real",
157
+ "normalizedSignature": "Real|Microsoft.Data.Sqlite.SqliteType|static=true|const=true",
158
+ "isStatic": true,
159
+ "isReadOnly": false,
160
+ "isLiteral": true
161
+ },
162
+ {
163
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteType::TextMicrosoft.Data.Sqlite.SqliteType",
164
+ "clrName": "Text",
165
+ "tsEmitName": "text",
166
+ "normalizedSignature": "Text|Microsoft.Data.Sqlite.SqliteType|static=true|const=true",
167
+ "isStatic": true,
168
+ "isReadOnly": false,
169
+ "isLiteral": true
170
+ },
171
+ {
172
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteType::BlobMicrosoft.Data.Sqlite.SqliteType",
173
+ "clrName": "Blob",
174
+ "tsEmitName": "blob",
175
+ "normalizedSignature": "Blob|Microsoft.Data.Sqlite.SqliteType|static=true|const=true",
176
+ "isStatic": true,
177
+ "isReadOnly": false,
178
+ "isLiteral": true
179
+ }
180
+ ],
181
+ "events": [],
182
+ "constructors": []
183
+ },
184
+ {
185
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteBlob",
186
+ "clrName": "Microsoft.Data.Sqlite.SqliteBlob",
187
+ "tsEmitName": "SqliteBlob",
188
+ "kind": "Class",
189
+ "accessibility": "Public",
190
+ "isAbstract": false,
191
+ "isSealed": false,
192
+ "isStatic": false,
193
+ "arity": 0,
194
+ "methods": [
195
+ {
196
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteBlob::Read(System.Byte[],System.Int32,System.Int32):System.Int32",
197
+ "clrName": "Read",
198
+ "tsEmitName": "read",
199
+ "normalizedSignature": "Read|(System.Byte[],System.Int32,System.Int32):System.Int32|static=false",
200
+ "provenance": "Original",
201
+ "emitScope": "ClassSurface",
202
+ "isStatic": false,
203
+ "isAbstract": false,
204
+ "isVirtual": true,
205
+ "isOverride": true,
206
+ "isSealed": false,
207
+ "arity": 0,
208
+ "parameterCount": 3,
209
+ "isExtensionMethod": false
210
+ },
211
+ {
212
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteBlob::Read(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
213
+ "clrName": "Read",
214
+ "tsEmitName": "read",
215
+ "normalizedSignature": "Read|(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32|static=false",
216
+ "provenance": "Original",
217
+ "emitScope": "ClassSurface",
218
+ "isStatic": false,
219
+ "isAbstract": false,
220
+ "isVirtual": true,
221
+ "isOverride": true,
222
+ "isSealed": false,
223
+ "arity": 0,
224
+ "parameterCount": 1,
225
+ "isExtensionMethod": false
226
+ },
227
+ {
228
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteBlob::Write(System.Byte[],System.Int32,System.Int32):System.Void",
229
+ "clrName": "Write",
230
+ "tsEmitName": "write",
231
+ "normalizedSignature": "Write|(System.Byte[],System.Int32,System.Int32):System.Void|static=false",
232
+ "provenance": "Original",
233
+ "emitScope": "ClassSurface",
234
+ "isStatic": false,
235
+ "isAbstract": false,
236
+ "isVirtual": true,
237
+ "isOverride": true,
238
+ "isSealed": false,
239
+ "arity": 0,
240
+ "parameterCount": 3,
241
+ "isExtensionMethod": false
242
+ },
243
+ {
244
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteBlob::Write(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
245
+ "clrName": "Write",
246
+ "tsEmitName": "write",
247
+ "normalizedSignature": "Write|(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
248
+ "provenance": "Original",
249
+ "emitScope": "ClassSurface",
250
+ "isStatic": false,
251
+ "isAbstract": false,
252
+ "isVirtual": true,
253
+ "isOverride": true,
254
+ "isSealed": false,
255
+ "arity": 0,
256
+ "parameterCount": 1,
257
+ "isExtensionMethod": false
258
+ },
259
+ {
260
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteBlob::Seek(System.Int64,System.IO.SeekOrigin):System.Int64",
261
+ "clrName": "Seek",
262
+ "tsEmitName": "seek",
263
+ "normalizedSignature": "Seek|(System.Int64,System.IO.SeekOrigin):System.Int64|static=false",
264
+ "provenance": "Original",
265
+ "emitScope": "ClassSurface",
266
+ "isStatic": false,
267
+ "isAbstract": false,
268
+ "isVirtual": true,
269
+ "isOverride": true,
270
+ "isSealed": false,
271
+ "arity": 0,
272
+ "parameterCount": 2,
273
+ "isExtensionMethod": false
274
+ },
275
+ {
276
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteBlob::Flush():System.Void",
277
+ "clrName": "Flush",
278
+ "tsEmitName": "flush",
279
+ "normalizedSignature": "Flush|():System.Void|static=false",
280
+ "provenance": "Original",
281
+ "emitScope": "ClassSurface",
282
+ "isStatic": false,
283
+ "isAbstract": false,
284
+ "isVirtual": true,
285
+ "isOverride": true,
286
+ "isSealed": false,
287
+ "arity": 0,
288
+ "parameterCount": 0,
289
+ "isExtensionMethod": false
290
+ },
291
+ {
292
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteBlob::SetLength(System.Int64):System.Void",
293
+ "clrName": "SetLength",
294
+ "tsEmitName": "setLength",
295
+ "normalizedSignature": "SetLength|(System.Int64):System.Void|static=false",
296
+ "provenance": "Original",
297
+ "emitScope": "ClassSurface",
298
+ "isStatic": false,
299
+ "isAbstract": false,
300
+ "isVirtual": true,
301
+ "isOverride": true,
302
+ "isSealed": false,
303
+ "arity": 0,
304
+ "parameterCount": 1,
305
+ "isExtensionMethod": false
306
+ }
307
+ ],
308
+ "properties": [
309
+ {
310
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteBlob::CanRead:System.Boolean",
311
+ "clrName": "CanRead",
312
+ "tsEmitName": "canRead",
313
+ "normalizedSignature": "CanRead|:System.Boolean|static=false|accessor=get",
314
+ "provenance": "Original",
315
+ "emitScope": "ClassSurface",
316
+ "isStatic": false,
317
+ "isAbstract": false,
318
+ "isVirtual": true,
319
+ "isOverride": true,
320
+ "isIndexer": false,
321
+ "hasGetter": true,
322
+ "hasSetter": false
323
+ },
324
+ {
325
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteBlob::CanWrite:System.Boolean",
326
+ "clrName": "CanWrite",
327
+ "tsEmitName": "canWrite",
328
+ "normalizedSignature": "CanWrite|:System.Boolean|static=false|accessor=get",
329
+ "provenance": "Original",
330
+ "emitScope": "ClassSurface",
331
+ "isStatic": false,
332
+ "isAbstract": false,
333
+ "isVirtual": true,
334
+ "isOverride": true,
335
+ "isIndexer": false,
336
+ "hasGetter": true,
337
+ "hasSetter": false
338
+ },
339
+ {
340
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteBlob::CanSeek:System.Boolean",
341
+ "clrName": "CanSeek",
342
+ "tsEmitName": "canSeek",
343
+ "normalizedSignature": "CanSeek|:System.Boolean|static=false|accessor=get",
344
+ "provenance": "Original",
345
+ "emitScope": "ClassSurface",
346
+ "isStatic": false,
347
+ "isAbstract": false,
348
+ "isVirtual": true,
349
+ "isOverride": true,
350
+ "isIndexer": false,
351
+ "hasGetter": true,
352
+ "hasSetter": false
353
+ },
354
+ {
355
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteBlob::Length:System.Int64",
356
+ "clrName": "Length",
357
+ "tsEmitName": "length",
358
+ "normalizedSignature": "Length|:System.Int64|static=false|accessor=get",
359
+ "provenance": "Original",
360
+ "emitScope": "ClassSurface",
361
+ "isStatic": false,
362
+ "isAbstract": false,
363
+ "isVirtual": true,
364
+ "isOverride": true,
365
+ "isIndexer": false,
366
+ "hasGetter": true,
367
+ "hasSetter": false
368
+ },
369
+ {
370
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteBlob::Position:System.Int64",
371
+ "clrName": "Position",
372
+ "tsEmitName": "position",
373
+ "normalizedSignature": "Position|:System.Int64|static=false|accessor=getset",
374
+ "provenance": "Original",
375
+ "emitScope": "ClassSurface",
376
+ "isStatic": false,
377
+ "isAbstract": false,
378
+ "isVirtual": true,
379
+ "isOverride": true,
380
+ "isIndexer": false,
381
+ "hasGetter": true,
382
+ "hasSetter": true
383
+ }
384
+ ],
385
+ "fields": [],
386
+ "events": [],
387
+ "constructors": [
388
+ {
389
+ "normalizedSignature": "constructor|(Microsoft.Data.Sqlite.SqliteConnection,System.String,System.String,System.Int64,System.Boolean):void|static=false",
390
+ "isStatic": false,
391
+ "parameterCount": 5
392
+ },
393
+ {
394
+ "normalizedSignature": "constructor|(Microsoft.Data.Sqlite.SqliteConnection,System.String,System.String,System.String,System.Int64,System.Boolean):void|static=false",
395
+ "isStatic": false,
396
+ "parameterCount": 6
397
+ }
398
+ ]
399
+ },
400
+ {
401
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand",
402
+ "clrName": "Microsoft.Data.Sqlite.SqliteCommand",
403
+ "tsEmitName": "SqliteCommand",
404
+ "kind": "Class",
405
+ "accessibility": "Public",
406
+ "isAbstract": false,
407
+ "isSealed": false,
408
+ "isStatic": false,
409
+ "arity": 0,
410
+ "methods": [
411
+ {
412
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::CreateParameter():Microsoft.Data.Sqlite.SqliteParameter",
413
+ "clrName": "CreateParameter",
414
+ "tsEmitName": "createParameter",
415
+ "normalizedSignature": "CreateParameter|():Microsoft.Data.Sqlite.SqliteParameter|static=false",
416
+ "provenance": "Original",
417
+ "emitScope": "ClassSurface",
418
+ "isStatic": false,
419
+ "isAbstract": false,
420
+ "isVirtual": true,
421
+ "isOverride": false,
422
+ "isSealed": false,
423
+ "arity": 0,
424
+ "parameterCount": 0,
425
+ "isExtensionMethod": false
426
+ },
427
+ {
428
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::Prepare():System.Void",
429
+ "clrName": "Prepare",
430
+ "tsEmitName": "prepare",
431
+ "normalizedSignature": "Prepare|():System.Void|static=false",
432
+ "provenance": "Original",
433
+ "emitScope": "ClassSurface",
434
+ "isStatic": false,
435
+ "isAbstract": false,
436
+ "isVirtual": true,
437
+ "isOverride": true,
438
+ "isSealed": false,
439
+ "arity": 0,
440
+ "parameterCount": 0,
441
+ "isExtensionMethod": false
442
+ },
443
+ {
444
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::ExecuteReader():Microsoft.Data.Sqlite.SqliteDataReader",
445
+ "clrName": "ExecuteReader",
446
+ "tsEmitName": "executeReader",
447
+ "normalizedSignature": "ExecuteReader|():Microsoft.Data.Sqlite.SqliteDataReader|static=false",
448
+ "provenance": "Original",
449
+ "emitScope": "ClassSurface",
450
+ "isStatic": false,
451
+ "isAbstract": false,
452
+ "isVirtual": true,
453
+ "isOverride": false,
454
+ "isSealed": false,
455
+ "arity": 0,
456
+ "parameterCount": 0,
457
+ "isExtensionMethod": false
458
+ },
459
+ {
460
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::ExecuteReader(System.Data.CommandBehavior):Microsoft.Data.Sqlite.SqliteDataReader",
461
+ "clrName": "ExecuteReader",
462
+ "tsEmitName": "executeReader",
463
+ "normalizedSignature": "ExecuteReader|(System.Data.CommandBehavior):Microsoft.Data.Sqlite.SqliteDataReader|static=false",
464
+ "provenance": "Original",
465
+ "emitScope": "ClassSurface",
466
+ "isStatic": false,
467
+ "isAbstract": false,
468
+ "isVirtual": true,
469
+ "isOverride": false,
470
+ "isSealed": false,
471
+ "arity": 0,
472
+ "parameterCount": 1,
473
+ "isExtensionMethod": false
474
+ },
475
+ {
476
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::ExecuteReaderAsync():System.Threading.Tasks.Task_1[[Microsoft.Data.Sqlite.SqliteDataReader,Microsoft.Data.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
477
+ "clrName": "ExecuteReaderAsync",
478
+ "tsEmitName": "executeReaderAsync",
479
+ "normalizedSignature": "ExecuteReaderAsync|():System.Threading.Tasks.Task_1[[Microsoft.Data.Sqlite.SqliteDataReader,Microsoft.Data.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
480
+ "provenance": "Original",
481
+ "emitScope": "ClassSurface",
482
+ "isStatic": false,
483
+ "isAbstract": false,
484
+ "isVirtual": true,
485
+ "isOverride": false,
486
+ "isSealed": false,
487
+ "arity": 0,
488
+ "parameterCount": 0,
489
+ "isExtensionMethod": false
490
+ },
491
+ {
492
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::ExecuteReaderAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.Data.Sqlite.SqliteDataReader,Microsoft.Data.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
493
+ "clrName": "ExecuteReaderAsync",
494
+ "tsEmitName": "executeReaderAsync",
495
+ "normalizedSignature": "ExecuteReaderAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.Data.Sqlite.SqliteDataReader,Microsoft.Data.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
496
+ "provenance": "Original",
497
+ "emitScope": "ClassSurface",
498
+ "isStatic": false,
499
+ "isAbstract": false,
500
+ "isVirtual": true,
501
+ "isOverride": false,
502
+ "isSealed": false,
503
+ "arity": 0,
504
+ "parameterCount": 1,
505
+ "isExtensionMethod": false
506
+ },
507
+ {
508
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::ExecuteReaderAsync(System.Data.CommandBehavior):System.Threading.Tasks.Task_1[[Microsoft.Data.Sqlite.SqliteDataReader,Microsoft.Data.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
509
+ "clrName": "ExecuteReaderAsync",
510
+ "tsEmitName": "executeReaderAsync",
511
+ "normalizedSignature": "ExecuteReaderAsync|(System.Data.CommandBehavior):System.Threading.Tasks.Task_1[[Microsoft.Data.Sqlite.SqliteDataReader,Microsoft.Data.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
512
+ "provenance": "Original",
513
+ "emitScope": "ClassSurface",
514
+ "isStatic": false,
515
+ "isAbstract": false,
516
+ "isVirtual": true,
517
+ "isOverride": false,
518
+ "isSealed": false,
519
+ "arity": 0,
520
+ "parameterCount": 1,
521
+ "isExtensionMethod": false
522
+ },
523
+ {
524
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::ExecuteReaderAsync(System.Data.CommandBehavior,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.Data.Sqlite.SqliteDataReader,Microsoft.Data.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
525
+ "clrName": "ExecuteReaderAsync",
526
+ "tsEmitName": "executeReaderAsync",
527
+ "normalizedSignature": "ExecuteReaderAsync|(System.Data.CommandBehavior,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.Data.Sqlite.SqliteDataReader,Microsoft.Data.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
528
+ "provenance": "Original",
529
+ "emitScope": "ClassSurface",
530
+ "isStatic": false,
531
+ "isAbstract": false,
532
+ "isVirtual": true,
533
+ "isOverride": false,
534
+ "isSealed": false,
535
+ "arity": 0,
536
+ "parameterCount": 2,
537
+ "isExtensionMethod": false
538
+ },
539
+ {
540
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::ExecuteNonQuery():System.Int32",
541
+ "clrName": "ExecuteNonQuery",
542
+ "tsEmitName": "executeNonQuery",
543
+ "normalizedSignature": "ExecuteNonQuery|():System.Int32|static=false",
544
+ "provenance": "Original",
545
+ "emitScope": "ClassSurface",
546
+ "isStatic": false,
547
+ "isAbstract": false,
548
+ "isVirtual": true,
549
+ "isOverride": true,
550
+ "isSealed": false,
551
+ "arity": 0,
552
+ "parameterCount": 0,
553
+ "isExtensionMethod": false
554
+ },
555
+ {
556
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::ExecuteScalar():System.Object",
557
+ "clrName": "ExecuteScalar",
558
+ "tsEmitName": "executeScalar",
559
+ "normalizedSignature": "ExecuteScalar|():System.Object|static=false",
560
+ "provenance": "Original",
561
+ "emitScope": "ClassSurface",
562
+ "isStatic": false,
563
+ "isAbstract": false,
564
+ "isVirtual": true,
565
+ "isOverride": true,
566
+ "isSealed": false,
567
+ "arity": 0,
568
+ "parameterCount": 0,
569
+ "isExtensionMethod": false
570
+ },
571
+ {
572
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::Cancel():System.Void",
573
+ "clrName": "Cancel",
574
+ "tsEmitName": "cancel",
575
+ "normalizedSignature": "Cancel|():System.Void|static=false",
576
+ "provenance": "Original",
577
+ "emitScope": "ClassSurface",
578
+ "isStatic": false,
579
+ "isAbstract": false,
580
+ "isVirtual": true,
581
+ "isOverride": true,
582
+ "isSealed": false,
583
+ "arity": 0,
584
+ "parameterCount": 0,
585
+ "isExtensionMethod": false
586
+ }
587
+ ],
588
+ "properties": [
589
+ {
590
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::CommandType:System.Data.CommandType",
591
+ "clrName": "CommandType",
592
+ "tsEmitName": "commandType",
593
+ "normalizedSignature": "CommandType|:System.Data.CommandType|static=false|accessor=getset",
594
+ "provenance": "Original",
595
+ "emitScope": "ClassSurface",
596
+ "isStatic": false,
597
+ "isAbstract": false,
598
+ "isVirtual": true,
599
+ "isOverride": true,
600
+ "isIndexer": false,
601
+ "hasGetter": true,
602
+ "hasSetter": true
603
+ },
604
+ {
605
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::CommandText:System.String",
606
+ "clrName": "CommandText",
607
+ "tsEmitName": "commandText",
608
+ "normalizedSignature": "CommandText|:System.String|static=false|accessor=getset",
609
+ "provenance": "Original",
610
+ "emitScope": "ClassSurface",
611
+ "isStatic": false,
612
+ "isAbstract": false,
613
+ "isVirtual": true,
614
+ "isOverride": true,
615
+ "isIndexer": false,
616
+ "hasGetter": true,
617
+ "hasSetter": true
618
+ },
619
+ {
620
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::Connection:Microsoft.Data.Sqlite.SqliteConnection",
621
+ "clrName": "Connection",
622
+ "tsEmitName": "connection",
623
+ "normalizedSignature": "Connection|:Microsoft.Data.Sqlite.SqliteConnection|static=false|accessor=getset",
624
+ "provenance": "Original",
625
+ "emitScope": "ClassSurface",
626
+ "isStatic": false,
627
+ "isAbstract": false,
628
+ "isVirtual": true,
629
+ "isOverride": false,
630
+ "isIndexer": false,
631
+ "hasGetter": true,
632
+ "hasSetter": true
633
+ },
634
+ {
635
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::Transaction:Microsoft.Data.Sqlite.SqliteTransaction",
636
+ "clrName": "Transaction",
637
+ "tsEmitName": "transaction",
638
+ "normalizedSignature": "Transaction|:Microsoft.Data.Sqlite.SqliteTransaction|static=false|accessor=getset",
639
+ "provenance": "Original",
640
+ "emitScope": "ClassSurface",
641
+ "isStatic": false,
642
+ "isAbstract": false,
643
+ "isVirtual": true,
644
+ "isOverride": false,
645
+ "isIndexer": false,
646
+ "hasGetter": true,
647
+ "hasSetter": true
648
+ },
649
+ {
650
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::Parameters:Microsoft.Data.Sqlite.SqliteParameterCollection",
651
+ "clrName": "Parameters",
652
+ "tsEmitName": "parameters",
653
+ "normalizedSignature": "Parameters|:Microsoft.Data.Sqlite.SqliteParameterCollection|static=false|accessor=get",
654
+ "provenance": "Original",
655
+ "emitScope": "ClassSurface",
656
+ "isStatic": false,
657
+ "isAbstract": false,
658
+ "isVirtual": true,
659
+ "isOverride": false,
660
+ "isIndexer": false,
661
+ "hasGetter": true,
662
+ "hasSetter": false
663
+ },
664
+ {
665
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::CommandTimeout:System.Int32",
666
+ "clrName": "CommandTimeout",
667
+ "tsEmitName": "commandTimeout",
668
+ "normalizedSignature": "CommandTimeout|:System.Int32|static=false|accessor=getset",
669
+ "provenance": "Original",
670
+ "emitScope": "ClassSurface",
671
+ "isStatic": false,
672
+ "isAbstract": false,
673
+ "isVirtual": true,
674
+ "isOverride": true,
675
+ "isIndexer": false,
676
+ "hasGetter": true,
677
+ "hasSetter": true
678
+ },
679
+ {
680
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::DesignTimeVisible:System.Boolean",
681
+ "clrName": "DesignTimeVisible",
682
+ "tsEmitName": "designTimeVisible",
683
+ "normalizedSignature": "DesignTimeVisible|:System.Boolean|static=false|accessor=getset",
684
+ "provenance": "Original",
685
+ "emitScope": "ClassSurface",
686
+ "isStatic": false,
687
+ "isAbstract": false,
688
+ "isVirtual": true,
689
+ "isOverride": true,
690
+ "isIndexer": false,
691
+ "hasGetter": true,
692
+ "hasSetter": true
693
+ },
694
+ {
695
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteCommand::UpdatedRowSource:System.Data.UpdateRowSource",
696
+ "clrName": "UpdatedRowSource",
697
+ "tsEmitName": "updatedRowSource",
698
+ "normalizedSignature": "UpdatedRowSource|:System.Data.UpdateRowSource|static=false|accessor=getset",
699
+ "provenance": "Original",
700
+ "emitScope": "ClassSurface",
701
+ "isStatic": false,
702
+ "isAbstract": false,
703
+ "isVirtual": true,
704
+ "isOverride": true,
705
+ "isIndexer": false,
706
+ "hasGetter": true,
707
+ "hasSetter": true
708
+ }
709
+ ],
710
+ "fields": [],
711
+ "events": [],
712
+ "constructors": [
713
+ {
714
+ "normalizedSignature": "constructor|():void|static=false",
715
+ "isStatic": false,
716
+ "parameterCount": 0
717
+ },
718
+ {
719
+ "normalizedSignature": "constructor|(System.String):void|static=false",
720
+ "isStatic": false,
721
+ "parameterCount": 1
722
+ },
723
+ {
724
+ "normalizedSignature": "constructor|(System.String,Microsoft.Data.Sqlite.SqliteConnection):void|static=false",
725
+ "isStatic": false,
726
+ "parameterCount": 2
727
+ },
728
+ {
729
+ "normalizedSignature": "constructor|(System.String,Microsoft.Data.Sqlite.SqliteConnection,Microsoft.Data.Sqlite.SqliteTransaction):void|static=false",
730
+ "isStatic": false,
731
+ "parameterCount": 3
732
+ }
733
+ ]
734
+ },
735
+ {
736
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection",
737
+ "clrName": "Microsoft.Data.Sqlite.SqliteConnection",
738
+ "tsEmitName": "SqliteConnection",
739
+ "kind": "Class",
740
+ "accessibility": "Public",
741
+ "isAbstract": false,
742
+ "isSealed": false,
743
+ "isStatic": false,
744
+ "arity": 0,
745
+ "methods": [
746
+ {
747
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,Func_2,System.Boolean):System.Void",
748
+ "clrName": "CreateAggregate",
749
+ "tsEmitName": "createAggregate",
750
+ "normalizedSignature": "CreateAggregate|(System.String,Func_2,System.Boolean):System.Void|static=false",
751
+ "provenance": "Original",
752
+ "emitScope": "ClassSurface",
753
+ "isStatic": false,
754
+ "isAbstract": false,
755
+ "isVirtual": true,
756
+ "isOverride": false,
757
+ "isSealed": false,
758
+ "arity": 1,
759
+ "parameterCount": 3,
760
+ "isExtensionMethod": false
761
+ },
762
+ {
763
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,Func_3,System.Boolean):System.Void",
764
+ "clrName": "CreateAggregate",
765
+ "tsEmitName": "createAggregate",
766
+ "normalizedSignature": "CreateAggregate|(System.String,Func_3,System.Boolean):System.Void|static=false",
767
+ "provenance": "Original",
768
+ "emitScope": "ClassSurface",
769
+ "isStatic": false,
770
+ "isAbstract": false,
771
+ "isVirtual": true,
772
+ "isOverride": false,
773
+ "isSealed": false,
774
+ "arity": 2,
775
+ "parameterCount": 3,
776
+ "isExtensionMethod": false
777
+ },
778
+ {
779
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,Func_4,System.Boolean):System.Void",
780
+ "clrName": "CreateAggregate",
781
+ "tsEmitName": "createAggregate",
782
+ "normalizedSignature": "CreateAggregate|(System.String,Func_4,System.Boolean):System.Void|static=false",
783
+ "provenance": "Original",
784
+ "emitScope": "ClassSurface",
785
+ "isStatic": false,
786
+ "isAbstract": false,
787
+ "isVirtual": true,
788
+ "isOverride": false,
789
+ "isSealed": false,
790
+ "arity": 3,
791
+ "parameterCount": 3,
792
+ "isExtensionMethod": false
793
+ },
794
+ {
795
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,Func_5,System.Boolean):System.Void",
796
+ "clrName": "CreateAggregate",
797
+ "tsEmitName": "createAggregate",
798
+ "normalizedSignature": "CreateAggregate|(System.String,Func_5,System.Boolean):System.Void|static=false",
799
+ "provenance": "Original",
800
+ "emitScope": "ClassSurface",
801
+ "isStatic": false,
802
+ "isAbstract": false,
803
+ "isVirtual": true,
804
+ "isOverride": false,
805
+ "isSealed": false,
806
+ "arity": 4,
807
+ "parameterCount": 3,
808
+ "isExtensionMethod": false
809
+ },
810
+ {
811
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,Func_6,System.Boolean):System.Void",
812
+ "clrName": "CreateAggregate",
813
+ "tsEmitName": "createAggregate",
814
+ "normalizedSignature": "CreateAggregate|(System.String,Func_6,System.Boolean):System.Void|static=false",
815
+ "provenance": "Original",
816
+ "emitScope": "ClassSurface",
817
+ "isStatic": false,
818
+ "isAbstract": false,
819
+ "isVirtual": true,
820
+ "isOverride": false,
821
+ "isSealed": false,
822
+ "arity": 5,
823
+ "parameterCount": 3,
824
+ "isExtensionMethod": false
825
+ },
826
+ {
827
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,Func_7,System.Boolean):System.Void",
828
+ "clrName": "CreateAggregate",
829
+ "tsEmitName": "createAggregate",
830
+ "normalizedSignature": "CreateAggregate|(System.String,Func_7,System.Boolean):System.Void|static=false",
831
+ "provenance": "Original",
832
+ "emitScope": "ClassSurface",
833
+ "isStatic": false,
834
+ "isAbstract": false,
835
+ "isVirtual": true,
836
+ "isOverride": false,
837
+ "isSealed": false,
838
+ "arity": 6,
839
+ "parameterCount": 3,
840
+ "isExtensionMethod": false
841
+ },
842
+ {
843
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,Func_8,System.Boolean):System.Void",
844
+ "clrName": "CreateAggregate",
845
+ "tsEmitName": "createAggregate",
846
+ "normalizedSignature": "CreateAggregate|(System.String,Func_8,System.Boolean):System.Void|static=false",
847
+ "provenance": "Original",
848
+ "emitScope": "ClassSurface",
849
+ "isStatic": false,
850
+ "isAbstract": false,
851
+ "isVirtual": true,
852
+ "isOverride": false,
853
+ "isSealed": false,
854
+ "arity": 7,
855
+ "parameterCount": 3,
856
+ "isExtensionMethod": false
857
+ },
858
+ {
859
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,Func_9,System.Boolean):System.Void",
860
+ "clrName": "CreateAggregate",
861
+ "tsEmitName": "createAggregate",
862
+ "normalizedSignature": "CreateAggregate|(System.String,Func_9,System.Boolean):System.Void|static=false",
863
+ "provenance": "Original",
864
+ "emitScope": "ClassSurface",
865
+ "isStatic": false,
866
+ "isAbstract": false,
867
+ "isVirtual": true,
868
+ "isOverride": false,
869
+ "isSealed": false,
870
+ "arity": 8,
871
+ "parameterCount": 3,
872
+ "isExtensionMethod": false
873
+ },
874
+ {
875
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,Func_10,System.Boolean):System.Void",
876
+ "clrName": "CreateAggregate",
877
+ "tsEmitName": "createAggregate",
878
+ "normalizedSignature": "CreateAggregate|(System.String,Func_10,System.Boolean):System.Void|static=false",
879
+ "provenance": "Original",
880
+ "emitScope": "ClassSurface",
881
+ "isStatic": false,
882
+ "isAbstract": false,
883
+ "isVirtual": true,
884
+ "isOverride": false,
885
+ "isSealed": false,
886
+ "arity": 9,
887
+ "parameterCount": 3,
888
+ "isExtensionMethod": false
889
+ },
890
+ {
891
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,Func_11,System.Boolean):System.Void",
892
+ "clrName": "CreateAggregate",
893
+ "tsEmitName": "createAggregate",
894
+ "normalizedSignature": "CreateAggregate|(System.String,Func_11,System.Boolean):System.Void|static=false",
895
+ "provenance": "Original",
896
+ "emitScope": "ClassSurface",
897
+ "isStatic": false,
898
+ "isAbstract": false,
899
+ "isVirtual": true,
900
+ "isOverride": false,
901
+ "isSealed": false,
902
+ "arity": 10,
903
+ "parameterCount": 3,
904
+ "isExtensionMethod": false
905
+ },
906
+ {
907
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,Func_12,System.Boolean):System.Void",
908
+ "clrName": "CreateAggregate",
909
+ "tsEmitName": "createAggregate",
910
+ "normalizedSignature": "CreateAggregate|(System.String,Func_12,System.Boolean):System.Void|static=false",
911
+ "provenance": "Original",
912
+ "emitScope": "ClassSurface",
913
+ "isStatic": false,
914
+ "isAbstract": false,
915
+ "isVirtual": true,
916
+ "isOverride": false,
917
+ "isSealed": false,
918
+ "arity": 11,
919
+ "parameterCount": 3,
920
+ "isExtensionMethod": false
921
+ },
922
+ {
923
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,Func_13,System.Boolean):System.Void",
924
+ "clrName": "CreateAggregate",
925
+ "tsEmitName": "createAggregate",
926
+ "normalizedSignature": "CreateAggregate|(System.String,Func_13,System.Boolean):System.Void|static=false",
927
+ "provenance": "Original",
928
+ "emitScope": "ClassSurface",
929
+ "isStatic": false,
930
+ "isAbstract": false,
931
+ "isVirtual": true,
932
+ "isOverride": false,
933
+ "isSealed": false,
934
+ "arity": 12,
935
+ "parameterCount": 3,
936
+ "isExtensionMethod": false
937
+ },
938
+ {
939
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,Func_14,System.Boolean):System.Void",
940
+ "clrName": "CreateAggregate",
941
+ "tsEmitName": "createAggregate",
942
+ "normalizedSignature": "CreateAggregate|(System.String,Func_14,System.Boolean):System.Void|static=false",
943
+ "provenance": "Original",
944
+ "emitScope": "ClassSurface",
945
+ "isStatic": false,
946
+ "isAbstract": false,
947
+ "isVirtual": true,
948
+ "isOverride": false,
949
+ "isSealed": false,
950
+ "arity": 13,
951
+ "parameterCount": 3,
952
+ "isExtensionMethod": false
953
+ },
954
+ {
955
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,Func_15,System.Boolean):System.Void",
956
+ "clrName": "CreateAggregate",
957
+ "tsEmitName": "createAggregate",
958
+ "normalizedSignature": "CreateAggregate|(System.String,Func_15,System.Boolean):System.Void|static=false",
959
+ "provenance": "Original",
960
+ "emitScope": "ClassSurface",
961
+ "isStatic": false,
962
+ "isAbstract": false,
963
+ "isVirtual": true,
964
+ "isOverride": false,
965
+ "isSealed": false,
966
+ "arity": 14,
967
+ "parameterCount": 3,
968
+ "isExtensionMethod": false
969
+ },
970
+ {
971
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,Func_16,System.Boolean):System.Void",
972
+ "clrName": "CreateAggregate",
973
+ "tsEmitName": "createAggregate",
974
+ "normalizedSignature": "CreateAggregate|(System.String,Func_16,System.Boolean):System.Void|static=false",
975
+ "provenance": "Original",
976
+ "emitScope": "ClassSurface",
977
+ "isStatic": false,
978
+ "isAbstract": false,
979
+ "isVirtual": true,
980
+ "isOverride": false,
981
+ "isSealed": false,
982
+ "arity": 15,
983
+ "parameterCount": 3,
984
+ "isExtensionMethod": false
985
+ },
986
+ {
987
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,Func_17,System.Boolean):System.Void",
988
+ "clrName": "CreateAggregate",
989
+ "tsEmitName": "createAggregate",
990
+ "normalizedSignature": "CreateAggregate|(System.String,Func_17,System.Boolean):System.Void|static=false",
991
+ "provenance": "Original",
992
+ "emitScope": "ClassSurface",
993
+ "isStatic": false,
994
+ "isAbstract": false,
995
+ "isVirtual": true,
996
+ "isOverride": false,
997
+ "isSealed": false,
998
+ "arity": 16,
999
+ "parameterCount": 3,
1000
+ "isExtensionMethod": false
1001
+ },
1002
+ {
1003
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_2,System.Boolean):System.Void",
1004
+ "clrName": "CreateAggregate",
1005
+ "tsEmitName": "createAggregate",
1006
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_2,System.Boolean):System.Void|static=false",
1007
+ "provenance": "Original",
1008
+ "emitScope": "ClassSurface",
1009
+ "isStatic": false,
1010
+ "isAbstract": false,
1011
+ "isVirtual": true,
1012
+ "isOverride": false,
1013
+ "isSealed": false,
1014
+ "arity": 1,
1015
+ "parameterCount": 4,
1016
+ "isExtensionMethod": false
1017
+ },
1018
+ {
1019
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_3,System.Boolean):System.Void",
1020
+ "clrName": "CreateAggregate",
1021
+ "tsEmitName": "createAggregate",
1022
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_3,System.Boolean):System.Void|static=false",
1023
+ "provenance": "Original",
1024
+ "emitScope": "ClassSurface",
1025
+ "isStatic": false,
1026
+ "isAbstract": false,
1027
+ "isVirtual": true,
1028
+ "isOverride": false,
1029
+ "isSealed": false,
1030
+ "arity": 2,
1031
+ "parameterCount": 4,
1032
+ "isExtensionMethod": false
1033
+ },
1034
+ {
1035
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_4,System.Boolean):System.Void",
1036
+ "clrName": "CreateAggregate",
1037
+ "tsEmitName": "createAggregate",
1038
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_4,System.Boolean):System.Void|static=false",
1039
+ "provenance": "Original",
1040
+ "emitScope": "ClassSurface",
1041
+ "isStatic": false,
1042
+ "isAbstract": false,
1043
+ "isVirtual": true,
1044
+ "isOverride": false,
1045
+ "isSealed": false,
1046
+ "arity": 3,
1047
+ "parameterCount": 4,
1048
+ "isExtensionMethod": false
1049
+ },
1050
+ {
1051
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_5,System.Boolean):System.Void",
1052
+ "clrName": "CreateAggregate",
1053
+ "tsEmitName": "createAggregate",
1054
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_5,System.Boolean):System.Void|static=false",
1055
+ "provenance": "Original",
1056
+ "emitScope": "ClassSurface",
1057
+ "isStatic": false,
1058
+ "isAbstract": false,
1059
+ "isVirtual": true,
1060
+ "isOverride": false,
1061
+ "isSealed": false,
1062
+ "arity": 4,
1063
+ "parameterCount": 4,
1064
+ "isExtensionMethod": false
1065
+ },
1066
+ {
1067
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_6,System.Boolean):System.Void",
1068
+ "clrName": "CreateAggregate",
1069
+ "tsEmitName": "createAggregate",
1070
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_6,System.Boolean):System.Void|static=false",
1071
+ "provenance": "Original",
1072
+ "emitScope": "ClassSurface",
1073
+ "isStatic": false,
1074
+ "isAbstract": false,
1075
+ "isVirtual": true,
1076
+ "isOverride": false,
1077
+ "isSealed": false,
1078
+ "arity": 5,
1079
+ "parameterCount": 4,
1080
+ "isExtensionMethod": false
1081
+ },
1082
+ {
1083
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_7,System.Boolean):System.Void",
1084
+ "clrName": "CreateAggregate",
1085
+ "tsEmitName": "createAggregate",
1086
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_7,System.Boolean):System.Void|static=false",
1087
+ "provenance": "Original",
1088
+ "emitScope": "ClassSurface",
1089
+ "isStatic": false,
1090
+ "isAbstract": false,
1091
+ "isVirtual": true,
1092
+ "isOverride": false,
1093
+ "isSealed": false,
1094
+ "arity": 6,
1095
+ "parameterCount": 4,
1096
+ "isExtensionMethod": false
1097
+ },
1098
+ {
1099
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_8,System.Boolean):System.Void",
1100
+ "clrName": "CreateAggregate",
1101
+ "tsEmitName": "createAggregate",
1102
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_8,System.Boolean):System.Void|static=false",
1103
+ "provenance": "Original",
1104
+ "emitScope": "ClassSurface",
1105
+ "isStatic": false,
1106
+ "isAbstract": false,
1107
+ "isVirtual": true,
1108
+ "isOverride": false,
1109
+ "isSealed": false,
1110
+ "arity": 7,
1111
+ "parameterCount": 4,
1112
+ "isExtensionMethod": false
1113
+ },
1114
+ {
1115
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_9,System.Boolean):System.Void",
1116
+ "clrName": "CreateAggregate",
1117
+ "tsEmitName": "createAggregate",
1118
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_9,System.Boolean):System.Void|static=false",
1119
+ "provenance": "Original",
1120
+ "emitScope": "ClassSurface",
1121
+ "isStatic": false,
1122
+ "isAbstract": false,
1123
+ "isVirtual": true,
1124
+ "isOverride": false,
1125
+ "isSealed": false,
1126
+ "arity": 8,
1127
+ "parameterCount": 4,
1128
+ "isExtensionMethod": false
1129
+ },
1130
+ {
1131
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_10,System.Boolean):System.Void",
1132
+ "clrName": "CreateAggregate",
1133
+ "tsEmitName": "createAggregate",
1134
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_10,System.Boolean):System.Void|static=false",
1135
+ "provenance": "Original",
1136
+ "emitScope": "ClassSurface",
1137
+ "isStatic": false,
1138
+ "isAbstract": false,
1139
+ "isVirtual": true,
1140
+ "isOverride": false,
1141
+ "isSealed": false,
1142
+ "arity": 9,
1143
+ "parameterCount": 4,
1144
+ "isExtensionMethod": false
1145
+ },
1146
+ {
1147
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_11,System.Boolean):System.Void",
1148
+ "clrName": "CreateAggregate",
1149
+ "tsEmitName": "createAggregate",
1150
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_11,System.Boolean):System.Void|static=false",
1151
+ "provenance": "Original",
1152
+ "emitScope": "ClassSurface",
1153
+ "isStatic": false,
1154
+ "isAbstract": false,
1155
+ "isVirtual": true,
1156
+ "isOverride": false,
1157
+ "isSealed": false,
1158
+ "arity": 10,
1159
+ "parameterCount": 4,
1160
+ "isExtensionMethod": false
1161
+ },
1162
+ {
1163
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_12,System.Boolean):System.Void",
1164
+ "clrName": "CreateAggregate",
1165
+ "tsEmitName": "createAggregate",
1166
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_12,System.Boolean):System.Void|static=false",
1167
+ "provenance": "Original",
1168
+ "emitScope": "ClassSurface",
1169
+ "isStatic": false,
1170
+ "isAbstract": false,
1171
+ "isVirtual": true,
1172
+ "isOverride": false,
1173
+ "isSealed": false,
1174
+ "arity": 11,
1175
+ "parameterCount": 4,
1176
+ "isExtensionMethod": false
1177
+ },
1178
+ {
1179
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_13,System.Boolean):System.Void",
1180
+ "clrName": "CreateAggregate",
1181
+ "tsEmitName": "createAggregate",
1182
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_13,System.Boolean):System.Void|static=false",
1183
+ "provenance": "Original",
1184
+ "emitScope": "ClassSurface",
1185
+ "isStatic": false,
1186
+ "isAbstract": false,
1187
+ "isVirtual": true,
1188
+ "isOverride": false,
1189
+ "isSealed": false,
1190
+ "arity": 12,
1191
+ "parameterCount": 4,
1192
+ "isExtensionMethod": false
1193
+ },
1194
+ {
1195
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_14,System.Boolean):System.Void",
1196
+ "clrName": "CreateAggregate",
1197
+ "tsEmitName": "createAggregate",
1198
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_14,System.Boolean):System.Void|static=false",
1199
+ "provenance": "Original",
1200
+ "emitScope": "ClassSurface",
1201
+ "isStatic": false,
1202
+ "isAbstract": false,
1203
+ "isVirtual": true,
1204
+ "isOverride": false,
1205
+ "isSealed": false,
1206
+ "arity": 13,
1207
+ "parameterCount": 4,
1208
+ "isExtensionMethod": false
1209
+ },
1210
+ {
1211
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_15,System.Boolean):System.Void",
1212
+ "clrName": "CreateAggregate",
1213
+ "tsEmitName": "createAggregate",
1214
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_15,System.Boolean):System.Void|static=false",
1215
+ "provenance": "Original",
1216
+ "emitScope": "ClassSurface",
1217
+ "isStatic": false,
1218
+ "isAbstract": false,
1219
+ "isVirtual": true,
1220
+ "isOverride": false,
1221
+ "isSealed": false,
1222
+ "arity": 14,
1223
+ "parameterCount": 4,
1224
+ "isExtensionMethod": false
1225
+ },
1226
+ {
1227
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_16,System.Boolean):System.Void",
1228
+ "clrName": "CreateAggregate",
1229
+ "tsEmitName": "createAggregate",
1230
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_16,System.Boolean):System.Void|static=false",
1231
+ "provenance": "Original",
1232
+ "emitScope": "ClassSurface",
1233
+ "isStatic": false,
1234
+ "isAbstract": false,
1235
+ "isVirtual": true,
1236
+ "isOverride": false,
1237
+ "isSealed": false,
1238
+ "arity": 15,
1239
+ "parameterCount": 4,
1240
+ "isExtensionMethod": false
1241
+ },
1242
+ {
1243
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_17,System.Boolean):System.Void",
1244
+ "clrName": "CreateAggregate",
1245
+ "tsEmitName": "createAggregate",
1246
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_17,System.Boolean):System.Void|static=false",
1247
+ "provenance": "Original",
1248
+ "emitScope": "ClassSurface",
1249
+ "isStatic": false,
1250
+ "isAbstract": false,
1251
+ "isVirtual": true,
1252
+ "isOverride": false,
1253
+ "isSealed": false,
1254
+ "arity": 16,
1255
+ "parameterCount": 4,
1256
+ "isExtensionMethod": false
1257
+ },
1258
+ {
1259
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_2,Func_2,System.Boolean):System.Void",
1260
+ "clrName": "CreateAggregate",
1261
+ "tsEmitName": "createAggregate",
1262
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_2,Func_2,System.Boolean):System.Void|static=false",
1263
+ "provenance": "Original",
1264
+ "emitScope": "ClassSurface",
1265
+ "isStatic": false,
1266
+ "isAbstract": false,
1267
+ "isVirtual": true,
1268
+ "isOverride": false,
1269
+ "isSealed": false,
1270
+ "arity": 2,
1271
+ "parameterCount": 5,
1272
+ "isExtensionMethod": false
1273
+ },
1274
+ {
1275
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_3,Func_2,System.Boolean):System.Void",
1276
+ "clrName": "CreateAggregate",
1277
+ "tsEmitName": "createAggregate",
1278
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_3,Func_2,System.Boolean):System.Void|static=false",
1279
+ "provenance": "Original",
1280
+ "emitScope": "ClassSurface",
1281
+ "isStatic": false,
1282
+ "isAbstract": false,
1283
+ "isVirtual": true,
1284
+ "isOverride": false,
1285
+ "isSealed": false,
1286
+ "arity": 3,
1287
+ "parameterCount": 5,
1288
+ "isExtensionMethod": false
1289
+ },
1290
+ {
1291
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_4,Func_2,System.Boolean):System.Void",
1292
+ "clrName": "CreateAggregate",
1293
+ "tsEmitName": "createAggregate",
1294
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_4,Func_2,System.Boolean):System.Void|static=false",
1295
+ "provenance": "Original",
1296
+ "emitScope": "ClassSurface",
1297
+ "isStatic": false,
1298
+ "isAbstract": false,
1299
+ "isVirtual": true,
1300
+ "isOverride": false,
1301
+ "isSealed": false,
1302
+ "arity": 4,
1303
+ "parameterCount": 5,
1304
+ "isExtensionMethod": false
1305
+ },
1306
+ {
1307
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_5,Func_2,System.Boolean):System.Void",
1308
+ "clrName": "CreateAggregate",
1309
+ "tsEmitName": "createAggregate",
1310
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_5,Func_2,System.Boolean):System.Void|static=false",
1311
+ "provenance": "Original",
1312
+ "emitScope": "ClassSurface",
1313
+ "isStatic": false,
1314
+ "isAbstract": false,
1315
+ "isVirtual": true,
1316
+ "isOverride": false,
1317
+ "isSealed": false,
1318
+ "arity": 5,
1319
+ "parameterCount": 5,
1320
+ "isExtensionMethod": false
1321
+ },
1322
+ {
1323
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_6,Func_2,System.Boolean):System.Void",
1324
+ "clrName": "CreateAggregate",
1325
+ "tsEmitName": "createAggregate",
1326
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_6,Func_2,System.Boolean):System.Void|static=false",
1327
+ "provenance": "Original",
1328
+ "emitScope": "ClassSurface",
1329
+ "isStatic": false,
1330
+ "isAbstract": false,
1331
+ "isVirtual": true,
1332
+ "isOverride": false,
1333
+ "isSealed": false,
1334
+ "arity": 6,
1335
+ "parameterCount": 5,
1336
+ "isExtensionMethod": false
1337
+ },
1338
+ {
1339
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_7,Func_2,System.Boolean):System.Void",
1340
+ "clrName": "CreateAggregate",
1341
+ "tsEmitName": "createAggregate",
1342
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_7,Func_2,System.Boolean):System.Void|static=false",
1343
+ "provenance": "Original",
1344
+ "emitScope": "ClassSurface",
1345
+ "isStatic": false,
1346
+ "isAbstract": false,
1347
+ "isVirtual": true,
1348
+ "isOverride": false,
1349
+ "isSealed": false,
1350
+ "arity": 7,
1351
+ "parameterCount": 5,
1352
+ "isExtensionMethod": false
1353
+ },
1354
+ {
1355
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_8,Func_2,System.Boolean):System.Void",
1356
+ "clrName": "CreateAggregate",
1357
+ "tsEmitName": "createAggregate",
1358
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_8,Func_2,System.Boolean):System.Void|static=false",
1359
+ "provenance": "Original",
1360
+ "emitScope": "ClassSurface",
1361
+ "isStatic": false,
1362
+ "isAbstract": false,
1363
+ "isVirtual": true,
1364
+ "isOverride": false,
1365
+ "isSealed": false,
1366
+ "arity": 8,
1367
+ "parameterCount": 5,
1368
+ "isExtensionMethod": false
1369
+ },
1370
+ {
1371
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_9,Func_2,System.Boolean):System.Void",
1372
+ "clrName": "CreateAggregate",
1373
+ "tsEmitName": "createAggregate",
1374
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_9,Func_2,System.Boolean):System.Void|static=false",
1375
+ "provenance": "Original",
1376
+ "emitScope": "ClassSurface",
1377
+ "isStatic": false,
1378
+ "isAbstract": false,
1379
+ "isVirtual": true,
1380
+ "isOverride": false,
1381
+ "isSealed": false,
1382
+ "arity": 9,
1383
+ "parameterCount": 5,
1384
+ "isExtensionMethod": false
1385
+ },
1386
+ {
1387
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_10,Func_2,System.Boolean):System.Void",
1388
+ "clrName": "CreateAggregate",
1389
+ "tsEmitName": "createAggregate",
1390
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_10,Func_2,System.Boolean):System.Void|static=false",
1391
+ "provenance": "Original",
1392
+ "emitScope": "ClassSurface",
1393
+ "isStatic": false,
1394
+ "isAbstract": false,
1395
+ "isVirtual": true,
1396
+ "isOverride": false,
1397
+ "isSealed": false,
1398
+ "arity": 10,
1399
+ "parameterCount": 5,
1400
+ "isExtensionMethod": false
1401
+ },
1402
+ {
1403
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_11,Func_2,System.Boolean):System.Void",
1404
+ "clrName": "CreateAggregate",
1405
+ "tsEmitName": "createAggregate",
1406
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_11,Func_2,System.Boolean):System.Void|static=false",
1407
+ "provenance": "Original",
1408
+ "emitScope": "ClassSurface",
1409
+ "isStatic": false,
1410
+ "isAbstract": false,
1411
+ "isVirtual": true,
1412
+ "isOverride": false,
1413
+ "isSealed": false,
1414
+ "arity": 11,
1415
+ "parameterCount": 5,
1416
+ "isExtensionMethod": false
1417
+ },
1418
+ {
1419
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_12,Func_2,System.Boolean):System.Void",
1420
+ "clrName": "CreateAggregate",
1421
+ "tsEmitName": "createAggregate",
1422
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_12,Func_2,System.Boolean):System.Void|static=false",
1423
+ "provenance": "Original",
1424
+ "emitScope": "ClassSurface",
1425
+ "isStatic": false,
1426
+ "isAbstract": false,
1427
+ "isVirtual": true,
1428
+ "isOverride": false,
1429
+ "isSealed": false,
1430
+ "arity": 12,
1431
+ "parameterCount": 5,
1432
+ "isExtensionMethod": false
1433
+ },
1434
+ {
1435
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_13,Func_2,System.Boolean):System.Void",
1436
+ "clrName": "CreateAggregate",
1437
+ "tsEmitName": "createAggregate",
1438
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_13,Func_2,System.Boolean):System.Void|static=false",
1439
+ "provenance": "Original",
1440
+ "emitScope": "ClassSurface",
1441
+ "isStatic": false,
1442
+ "isAbstract": false,
1443
+ "isVirtual": true,
1444
+ "isOverride": false,
1445
+ "isSealed": false,
1446
+ "arity": 13,
1447
+ "parameterCount": 5,
1448
+ "isExtensionMethod": false
1449
+ },
1450
+ {
1451
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_14,Func_2,System.Boolean):System.Void",
1452
+ "clrName": "CreateAggregate",
1453
+ "tsEmitName": "createAggregate",
1454
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_14,Func_2,System.Boolean):System.Void|static=false",
1455
+ "provenance": "Original",
1456
+ "emitScope": "ClassSurface",
1457
+ "isStatic": false,
1458
+ "isAbstract": false,
1459
+ "isVirtual": true,
1460
+ "isOverride": false,
1461
+ "isSealed": false,
1462
+ "arity": 14,
1463
+ "parameterCount": 5,
1464
+ "isExtensionMethod": false
1465
+ },
1466
+ {
1467
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_15,Func_2,System.Boolean):System.Void",
1468
+ "clrName": "CreateAggregate",
1469
+ "tsEmitName": "createAggregate",
1470
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_15,Func_2,System.Boolean):System.Void|static=false",
1471
+ "provenance": "Original",
1472
+ "emitScope": "ClassSurface",
1473
+ "isStatic": false,
1474
+ "isAbstract": false,
1475
+ "isVirtual": true,
1476
+ "isOverride": false,
1477
+ "isSealed": false,
1478
+ "arity": 15,
1479
+ "parameterCount": 5,
1480
+ "isExtensionMethod": false
1481
+ },
1482
+ {
1483
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_16,Func_2,System.Boolean):System.Void",
1484
+ "clrName": "CreateAggregate",
1485
+ "tsEmitName": "createAggregate",
1486
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_16,Func_2,System.Boolean):System.Void|static=false",
1487
+ "provenance": "Original",
1488
+ "emitScope": "ClassSurface",
1489
+ "isStatic": false,
1490
+ "isAbstract": false,
1491
+ "isVirtual": true,
1492
+ "isOverride": false,
1493
+ "isSealed": false,
1494
+ "arity": 16,
1495
+ "parameterCount": 5,
1496
+ "isExtensionMethod": false
1497
+ },
1498
+ {
1499
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateAggregate(System.String,TAccumulate,Func_17,Func_2,System.Boolean):System.Void",
1500
+ "clrName": "CreateAggregate",
1501
+ "tsEmitName": "createAggregate",
1502
+ "normalizedSignature": "CreateAggregate|(System.String,TAccumulate,Func_17,Func_2,System.Boolean):System.Void|static=false",
1503
+ "provenance": "Original",
1504
+ "emitScope": "ClassSurface",
1505
+ "isStatic": false,
1506
+ "isAbstract": false,
1507
+ "isVirtual": true,
1508
+ "isOverride": false,
1509
+ "isSealed": false,
1510
+ "arity": 17,
1511
+ "parameterCount": 5,
1512
+ "isExtensionMethod": false
1513
+ },
1514
+ {
1515
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,Func_1,System.Boolean):System.Void",
1516
+ "clrName": "CreateFunction",
1517
+ "tsEmitName": "createFunction",
1518
+ "normalizedSignature": "CreateFunction|(System.String,Func_1,System.Boolean):System.Void|static=false",
1519
+ "provenance": "Original",
1520
+ "emitScope": "ClassSurface",
1521
+ "isStatic": false,
1522
+ "isAbstract": false,
1523
+ "isVirtual": true,
1524
+ "isOverride": false,
1525
+ "isSealed": false,
1526
+ "arity": 1,
1527
+ "parameterCount": 3,
1528
+ "isExtensionMethod": false
1529
+ },
1530
+ {
1531
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,Func_2,System.Boolean):System.Void",
1532
+ "clrName": "CreateFunction",
1533
+ "tsEmitName": "createFunction",
1534
+ "normalizedSignature": "CreateFunction|(System.String,Func_2,System.Boolean):System.Void|static=false",
1535
+ "provenance": "Original",
1536
+ "emitScope": "ClassSurface",
1537
+ "isStatic": false,
1538
+ "isAbstract": false,
1539
+ "isVirtual": true,
1540
+ "isOverride": false,
1541
+ "isSealed": false,
1542
+ "arity": 2,
1543
+ "parameterCount": 3,
1544
+ "isExtensionMethod": false
1545
+ },
1546
+ {
1547
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,Func_3,System.Boolean):System.Void",
1548
+ "clrName": "CreateFunction",
1549
+ "tsEmitName": "createFunction",
1550
+ "normalizedSignature": "CreateFunction|(System.String,Func_3,System.Boolean):System.Void|static=false",
1551
+ "provenance": "Original",
1552
+ "emitScope": "ClassSurface",
1553
+ "isStatic": false,
1554
+ "isAbstract": false,
1555
+ "isVirtual": true,
1556
+ "isOverride": false,
1557
+ "isSealed": false,
1558
+ "arity": 3,
1559
+ "parameterCount": 3,
1560
+ "isExtensionMethod": false
1561
+ },
1562
+ {
1563
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,Func_4,System.Boolean):System.Void",
1564
+ "clrName": "CreateFunction",
1565
+ "tsEmitName": "createFunction",
1566
+ "normalizedSignature": "CreateFunction|(System.String,Func_4,System.Boolean):System.Void|static=false",
1567
+ "provenance": "Original",
1568
+ "emitScope": "ClassSurface",
1569
+ "isStatic": false,
1570
+ "isAbstract": false,
1571
+ "isVirtual": true,
1572
+ "isOverride": false,
1573
+ "isSealed": false,
1574
+ "arity": 4,
1575
+ "parameterCount": 3,
1576
+ "isExtensionMethod": false
1577
+ },
1578
+ {
1579
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,Func_5,System.Boolean):System.Void",
1580
+ "clrName": "CreateFunction",
1581
+ "tsEmitName": "createFunction",
1582
+ "normalizedSignature": "CreateFunction|(System.String,Func_5,System.Boolean):System.Void|static=false",
1583
+ "provenance": "Original",
1584
+ "emitScope": "ClassSurface",
1585
+ "isStatic": false,
1586
+ "isAbstract": false,
1587
+ "isVirtual": true,
1588
+ "isOverride": false,
1589
+ "isSealed": false,
1590
+ "arity": 5,
1591
+ "parameterCount": 3,
1592
+ "isExtensionMethod": false
1593
+ },
1594
+ {
1595
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,Func_6,System.Boolean):System.Void",
1596
+ "clrName": "CreateFunction",
1597
+ "tsEmitName": "createFunction",
1598
+ "normalizedSignature": "CreateFunction|(System.String,Func_6,System.Boolean):System.Void|static=false",
1599
+ "provenance": "Original",
1600
+ "emitScope": "ClassSurface",
1601
+ "isStatic": false,
1602
+ "isAbstract": false,
1603
+ "isVirtual": true,
1604
+ "isOverride": false,
1605
+ "isSealed": false,
1606
+ "arity": 6,
1607
+ "parameterCount": 3,
1608
+ "isExtensionMethod": false
1609
+ },
1610
+ {
1611
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,Func_7,System.Boolean):System.Void",
1612
+ "clrName": "CreateFunction",
1613
+ "tsEmitName": "createFunction",
1614
+ "normalizedSignature": "CreateFunction|(System.String,Func_7,System.Boolean):System.Void|static=false",
1615
+ "provenance": "Original",
1616
+ "emitScope": "ClassSurface",
1617
+ "isStatic": false,
1618
+ "isAbstract": false,
1619
+ "isVirtual": true,
1620
+ "isOverride": false,
1621
+ "isSealed": false,
1622
+ "arity": 7,
1623
+ "parameterCount": 3,
1624
+ "isExtensionMethod": false
1625
+ },
1626
+ {
1627
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,Func_8,System.Boolean):System.Void",
1628
+ "clrName": "CreateFunction",
1629
+ "tsEmitName": "createFunction",
1630
+ "normalizedSignature": "CreateFunction|(System.String,Func_8,System.Boolean):System.Void|static=false",
1631
+ "provenance": "Original",
1632
+ "emitScope": "ClassSurface",
1633
+ "isStatic": false,
1634
+ "isAbstract": false,
1635
+ "isVirtual": true,
1636
+ "isOverride": false,
1637
+ "isSealed": false,
1638
+ "arity": 8,
1639
+ "parameterCount": 3,
1640
+ "isExtensionMethod": false
1641
+ },
1642
+ {
1643
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,Func_9,System.Boolean):System.Void",
1644
+ "clrName": "CreateFunction",
1645
+ "tsEmitName": "createFunction",
1646
+ "normalizedSignature": "CreateFunction|(System.String,Func_9,System.Boolean):System.Void|static=false",
1647
+ "provenance": "Original",
1648
+ "emitScope": "ClassSurface",
1649
+ "isStatic": false,
1650
+ "isAbstract": false,
1651
+ "isVirtual": true,
1652
+ "isOverride": false,
1653
+ "isSealed": false,
1654
+ "arity": 9,
1655
+ "parameterCount": 3,
1656
+ "isExtensionMethod": false
1657
+ },
1658
+ {
1659
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,Func_10,System.Boolean):System.Void",
1660
+ "clrName": "CreateFunction",
1661
+ "tsEmitName": "createFunction",
1662
+ "normalizedSignature": "CreateFunction|(System.String,Func_10,System.Boolean):System.Void|static=false",
1663
+ "provenance": "Original",
1664
+ "emitScope": "ClassSurface",
1665
+ "isStatic": false,
1666
+ "isAbstract": false,
1667
+ "isVirtual": true,
1668
+ "isOverride": false,
1669
+ "isSealed": false,
1670
+ "arity": 10,
1671
+ "parameterCount": 3,
1672
+ "isExtensionMethod": false
1673
+ },
1674
+ {
1675
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,Func_11,System.Boolean):System.Void",
1676
+ "clrName": "CreateFunction",
1677
+ "tsEmitName": "createFunction",
1678
+ "normalizedSignature": "CreateFunction|(System.String,Func_11,System.Boolean):System.Void|static=false",
1679
+ "provenance": "Original",
1680
+ "emitScope": "ClassSurface",
1681
+ "isStatic": false,
1682
+ "isAbstract": false,
1683
+ "isVirtual": true,
1684
+ "isOverride": false,
1685
+ "isSealed": false,
1686
+ "arity": 11,
1687
+ "parameterCount": 3,
1688
+ "isExtensionMethod": false
1689
+ },
1690
+ {
1691
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,Func_12,System.Boolean):System.Void",
1692
+ "clrName": "CreateFunction",
1693
+ "tsEmitName": "createFunction",
1694
+ "normalizedSignature": "CreateFunction|(System.String,Func_12,System.Boolean):System.Void|static=false",
1695
+ "provenance": "Original",
1696
+ "emitScope": "ClassSurface",
1697
+ "isStatic": false,
1698
+ "isAbstract": false,
1699
+ "isVirtual": true,
1700
+ "isOverride": false,
1701
+ "isSealed": false,
1702
+ "arity": 12,
1703
+ "parameterCount": 3,
1704
+ "isExtensionMethod": false
1705
+ },
1706
+ {
1707
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,Func_13,System.Boolean):System.Void",
1708
+ "clrName": "CreateFunction",
1709
+ "tsEmitName": "createFunction",
1710
+ "normalizedSignature": "CreateFunction|(System.String,Func_13,System.Boolean):System.Void|static=false",
1711
+ "provenance": "Original",
1712
+ "emitScope": "ClassSurface",
1713
+ "isStatic": false,
1714
+ "isAbstract": false,
1715
+ "isVirtual": true,
1716
+ "isOverride": false,
1717
+ "isSealed": false,
1718
+ "arity": 13,
1719
+ "parameterCount": 3,
1720
+ "isExtensionMethod": false
1721
+ },
1722
+ {
1723
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,Func_14,System.Boolean):System.Void",
1724
+ "clrName": "CreateFunction",
1725
+ "tsEmitName": "createFunction",
1726
+ "normalizedSignature": "CreateFunction|(System.String,Func_14,System.Boolean):System.Void|static=false",
1727
+ "provenance": "Original",
1728
+ "emitScope": "ClassSurface",
1729
+ "isStatic": false,
1730
+ "isAbstract": false,
1731
+ "isVirtual": true,
1732
+ "isOverride": false,
1733
+ "isSealed": false,
1734
+ "arity": 14,
1735
+ "parameterCount": 3,
1736
+ "isExtensionMethod": false
1737
+ },
1738
+ {
1739
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,Func_15,System.Boolean):System.Void",
1740
+ "clrName": "CreateFunction",
1741
+ "tsEmitName": "createFunction",
1742
+ "normalizedSignature": "CreateFunction|(System.String,Func_15,System.Boolean):System.Void|static=false",
1743
+ "provenance": "Original",
1744
+ "emitScope": "ClassSurface",
1745
+ "isStatic": false,
1746
+ "isAbstract": false,
1747
+ "isVirtual": true,
1748
+ "isOverride": false,
1749
+ "isSealed": false,
1750
+ "arity": 15,
1751
+ "parameterCount": 3,
1752
+ "isExtensionMethod": false
1753
+ },
1754
+ {
1755
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,Func_16,System.Boolean):System.Void",
1756
+ "clrName": "CreateFunction",
1757
+ "tsEmitName": "createFunction",
1758
+ "normalizedSignature": "CreateFunction|(System.String,Func_16,System.Boolean):System.Void|static=false",
1759
+ "provenance": "Original",
1760
+ "emitScope": "ClassSurface",
1761
+ "isStatic": false,
1762
+ "isAbstract": false,
1763
+ "isVirtual": true,
1764
+ "isOverride": false,
1765
+ "isSealed": false,
1766
+ "arity": 16,
1767
+ "parameterCount": 3,
1768
+ "isExtensionMethod": false
1769
+ },
1770
+ {
1771
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,Func_17,System.Boolean):System.Void",
1772
+ "clrName": "CreateFunction",
1773
+ "tsEmitName": "createFunction",
1774
+ "normalizedSignature": "CreateFunction|(System.String,Func_17,System.Boolean):System.Void|static=false",
1775
+ "provenance": "Original",
1776
+ "emitScope": "ClassSurface",
1777
+ "isStatic": false,
1778
+ "isAbstract": false,
1779
+ "isVirtual": true,
1780
+ "isOverride": false,
1781
+ "isSealed": false,
1782
+ "arity": 17,
1783
+ "parameterCount": 3,
1784
+ "isExtensionMethod": false
1785
+ },
1786
+ {
1787
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,TState,Func_2,System.Boolean):System.Void",
1788
+ "clrName": "CreateFunction",
1789
+ "tsEmitName": "createFunction",
1790
+ "normalizedSignature": "CreateFunction|(System.String,TState,Func_2,System.Boolean):System.Void|static=false",
1791
+ "provenance": "Original",
1792
+ "emitScope": "ClassSurface",
1793
+ "isStatic": false,
1794
+ "isAbstract": false,
1795
+ "isVirtual": true,
1796
+ "isOverride": false,
1797
+ "isSealed": false,
1798
+ "arity": 2,
1799
+ "parameterCount": 4,
1800
+ "isExtensionMethod": false
1801
+ },
1802
+ {
1803
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,TState,Func_3,System.Boolean):System.Void",
1804
+ "clrName": "CreateFunction",
1805
+ "tsEmitName": "createFunction",
1806
+ "normalizedSignature": "CreateFunction|(System.String,TState,Func_3,System.Boolean):System.Void|static=false",
1807
+ "provenance": "Original",
1808
+ "emitScope": "ClassSurface",
1809
+ "isStatic": false,
1810
+ "isAbstract": false,
1811
+ "isVirtual": true,
1812
+ "isOverride": false,
1813
+ "isSealed": false,
1814
+ "arity": 3,
1815
+ "parameterCount": 4,
1816
+ "isExtensionMethod": false
1817
+ },
1818
+ {
1819
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,TState,Func_4,System.Boolean):System.Void",
1820
+ "clrName": "CreateFunction",
1821
+ "tsEmitName": "createFunction",
1822
+ "normalizedSignature": "CreateFunction|(System.String,TState,Func_4,System.Boolean):System.Void|static=false",
1823
+ "provenance": "Original",
1824
+ "emitScope": "ClassSurface",
1825
+ "isStatic": false,
1826
+ "isAbstract": false,
1827
+ "isVirtual": true,
1828
+ "isOverride": false,
1829
+ "isSealed": false,
1830
+ "arity": 4,
1831
+ "parameterCount": 4,
1832
+ "isExtensionMethod": false
1833
+ },
1834
+ {
1835
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,TState,Func_5,System.Boolean):System.Void",
1836
+ "clrName": "CreateFunction",
1837
+ "tsEmitName": "createFunction",
1838
+ "normalizedSignature": "CreateFunction|(System.String,TState,Func_5,System.Boolean):System.Void|static=false",
1839
+ "provenance": "Original",
1840
+ "emitScope": "ClassSurface",
1841
+ "isStatic": false,
1842
+ "isAbstract": false,
1843
+ "isVirtual": true,
1844
+ "isOverride": false,
1845
+ "isSealed": false,
1846
+ "arity": 5,
1847
+ "parameterCount": 4,
1848
+ "isExtensionMethod": false
1849
+ },
1850
+ {
1851
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,TState,Func_6,System.Boolean):System.Void",
1852
+ "clrName": "CreateFunction",
1853
+ "tsEmitName": "createFunction",
1854
+ "normalizedSignature": "CreateFunction|(System.String,TState,Func_6,System.Boolean):System.Void|static=false",
1855
+ "provenance": "Original",
1856
+ "emitScope": "ClassSurface",
1857
+ "isStatic": false,
1858
+ "isAbstract": false,
1859
+ "isVirtual": true,
1860
+ "isOverride": false,
1861
+ "isSealed": false,
1862
+ "arity": 6,
1863
+ "parameterCount": 4,
1864
+ "isExtensionMethod": false
1865
+ },
1866
+ {
1867
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,TState,Func_7,System.Boolean):System.Void",
1868
+ "clrName": "CreateFunction",
1869
+ "tsEmitName": "createFunction",
1870
+ "normalizedSignature": "CreateFunction|(System.String,TState,Func_7,System.Boolean):System.Void|static=false",
1871
+ "provenance": "Original",
1872
+ "emitScope": "ClassSurface",
1873
+ "isStatic": false,
1874
+ "isAbstract": false,
1875
+ "isVirtual": true,
1876
+ "isOverride": false,
1877
+ "isSealed": false,
1878
+ "arity": 7,
1879
+ "parameterCount": 4,
1880
+ "isExtensionMethod": false
1881
+ },
1882
+ {
1883
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,TState,Func_8,System.Boolean):System.Void",
1884
+ "clrName": "CreateFunction",
1885
+ "tsEmitName": "createFunction",
1886
+ "normalizedSignature": "CreateFunction|(System.String,TState,Func_8,System.Boolean):System.Void|static=false",
1887
+ "provenance": "Original",
1888
+ "emitScope": "ClassSurface",
1889
+ "isStatic": false,
1890
+ "isAbstract": false,
1891
+ "isVirtual": true,
1892
+ "isOverride": false,
1893
+ "isSealed": false,
1894
+ "arity": 8,
1895
+ "parameterCount": 4,
1896
+ "isExtensionMethod": false
1897
+ },
1898
+ {
1899
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,TState,Func_9,System.Boolean):System.Void",
1900
+ "clrName": "CreateFunction",
1901
+ "tsEmitName": "createFunction",
1902
+ "normalizedSignature": "CreateFunction|(System.String,TState,Func_9,System.Boolean):System.Void|static=false",
1903
+ "provenance": "Original",
1904
+ "emitScope": "ClassSurface",
1905
+ "isStatic": false,
1906
+ "isAbstract": false,
1907
+ "isVirtual": true,
1908
+ "isOverride": false,
1909
+ "isSealed": false,
1910
+ "arity": 9,
1911
+ "parameterCount": 4,
1912
+ "isExtensionMethod": false
1913
+ },
1914
+ {
1915
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,TState,Func_10,System.Boolean):System.Void",
1916
+ "clrName": "CreateFunction",
1917
+ "tsEmitName": "createFunction",
1918
+ "normalizedSignature": "CreateFunction|(System.String,TState,Func_10,System.Boolean):System.Void|static=false",
1919
+ "provenance": "Original",
1920
+ "emitScope": "ClassSurface",
1921
+ "isStatic": false,
1922
+ "isAbstract": false,
1923
+ "isVirtual": true,
1924
+ "isOverride": false,
1925
+ "isSealed": false,
1926
+ "arity": 10,
1927
+ "parameterCount": 4,
1928
+ "isExtensionMethod": false
1929
+ },
1930
+ {
1931
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,TState,Func_11,System.Boolean):System.Void",
1932
+ "clrName": "CreateFunction",
1933
+ "tsEmitName": "createFunction",
1934
+ "normalizedSignature": "CreateFunction|(System.String,TState,Func_11,System.Boolean):System.Void|static=false",
1935
+ "provenance": "Original",
1936
+ "emitScope": "ClassSurface",
1937
+ "isStatic": false,
1938
+ "isAbstract": false,
1939
+ "isVirtual": true,
1940
+ "isOverride": false,
1941
+ "isSealed": false,
1942
+ "arity": 11,
1943
+ "parameterCount": 4,
1944
+ "isExtensionMethod": false
1945
+ },
1946
+ {
1947
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,TState,Func_12,System.Boolean):System.Void",
1948
+ "clrName": "CreateFunction",
1949
+ "tsEmitName": "createFunction",
1950
+ "normalizedSignature": "CreateFunction|(System.String,TState,Func_12,System.Boolean):System.Void|static=false",
1951
+ "provenance": "Original",
1952
+ "emitScope": "ClassSurface",
1953
+ "isStatic": false,
1954
+ "isAbstract": false,
1955
+ "isVirtual": true,
1956
+ "isOverride": false,
1957
+ "isSealed": false,
1958
+ "arity": 12,
1959
+ "parameterCount": 4,
1960
+ "isExtensionMethod": false
1961
+ },
1962
+ {
1963
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,TState,Func_13,System.Boolean):System.Void",
1964
+ "clrName": "CreateFunction",
1965
+ "tsEmitName": "createFunction",
1966
+ "normalizedSignature": "CreateFunction|(System.String,TState,Func_13,System.Boolean):System.Void|static=false",
1967
+ "provenance": "Original",
1968
+ "emitScope": "ClassSurface",
1969
+ "isStatic": false,
1970
+ "isAbstract": false,
1971
+ "isVirtual": true,
1972
+ "isOverride": false,
1973
+ "isSealed": false,
1974
+ "arity": 13,
1975
+ "parameterCount": 4,
1976
+ "isExtensionMethod": false
1977
+ },
1978
+ {
1979
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,TState,Func_14,System.Boolean):System.Void",
1980
+ "clrName": "CreateFunction",
1981
+ "tsEmitName": "createFunction",
1982
+ "normalizedSignature": "CreateFunction|(System.String,TState,Func_14,System.Boolean):System.Void|static=false",
1983
+ "provenance": "Original",
1984
+ "emitScope": "ClassSurface",
1985
+ "isStatic": false,
1986
+ "isAbstract": false,
1987
+ "isVirtual": true,
1988
+ "isOverride": false,
1989
+ "isSealed": false,
1990
+ "arity": 14,
1991
+ "parameterCount": 4,
1992
+ "isExtensionMethod": false
1993
+ },
1994
+ {
1995
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,TState,Func_15,System.Boolean):System.Void",
1996
+ "clrName": "CreateFunction",
1997
+ "tsEmitName": "createFunction",
1998
+ "normalizedSignature": "CreateFunction|(System.String,TState,Func_15,System.Boolean):System.Void|static=false",
1999
+ "provenance": "Original",
2000
+ "emitScope": "ClassSurface",
2001
+ "isStatic": false,
2002
+ "isAbstract": false,
2003
+ "isVirtual": true,
2004
+ "isOverride": false,
2005
+ "isSealed": false,
2006
+ "arity": 15,
2007
+ "parameterCount": 4,
2008
+ "isExtensionMethod": false
2009
+ },
2010
+ {
2011
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,TState,Func_16,System.Boolean):System.Void",
2012
+ "clrName": "CreateFunction",
2013
+ "tsEmitName": "createFunction",
2014
+ "normalizedSignature": "CreateFunction|(System.String,TState,Func_16,System.Boolean):System.Void|static=false",
2015
+ "provenance": "Original",
2016
+ "emitScope": "ClassSurface",
2017
+ "isStatic": false,
2018
+ "isAbstract": false,
2019
+ "isVirtual": true,
2020
+ "isOverride": false,
2021
+ "isSealed": false,
2022
+ "arity": 16,
2023
+ "parameterCount": 4,
2024
+ "isExtensionMethod": false
2025
+ },
2026
+ {
2027
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateFunction(System.String,TState,Func_17,System.Boolean):System.Void",
2028
+ "clrName": "CreateFunction",
2029
+ "tsEmitName": "createFunction",
2030
+ "normalizedSignature": "CreateFunction|(System.String,TState,Func_17,System.Boolean):System.Void|static=false",
2031
+ "provenance": "Original",
2032
+ "emitScope": "ClassSurface",
2033
+ "isStatic": false,
2034
+ "isAbstract": false,
2035
+ "isVirtual": true,
2036
+ "isOverride": false,
2037
+ "isSealed": false,
2038
+ "arity": 17,
2039
+ "parameterCount": 4,
2040
+ "isExtensionMethod": false
2041
+ },
2042
+ {
2043
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::ClearAllPools():System.Void",
2044
+ "clrName": "ClearAllPools",
2045
+ "tsEmitName": "clearAllPools",
2046
+ "normalizedSignature": "ClearAllPools|():System.Void|static=true",
2047
+ "provenance": "Original",
2048
+ "emitScope": "ClassSurface",
2049
+ "isStatic": true,
2050
+ "isAbstract": false,
2051
+ "isVirtual": false,
2052
+ "isOverride": false,
2053
+ "isSealed": false,
2054
+ "arity": 0,
2055
+ "parameterCount": 0,
2056
+ "isExtensionMethod": false
2057
+ },
2058
+ {
2059
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::ClearPool(Microsoft.Data.Sqlite.SqliteConnection):System.Void",
2060
+ "clrName": "ClearPool",
2061
+ "tsEmitName": "clearPool",
2062
+ "normalizedSignature": "ClearPool|(Microsoft.Data.Sqlite.SqliteConnection):System.Void|static=true",
2063
+ "provenance": "Original",
2064
+ "emitScope": "ClassSurface",
2065
+ "isStatic": true,
2066
+ "isAbstract": false,
2067
+ "isVirtual": false,
2068
+ "isOverride": false,
2069
+ "isSealed": false,
2070
+ "arity": 0,
2071
+ "parameterCount": 1,
2072
+ "isExtensionMethod": false
2073
+ },
2074
+ {
2075
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::Open():System.Void",
2076
+ "clrName": "Open",
2077
+ "tsEmitName": "open",
2078
+ "normalizedSignature": "Open|():System.Void|static=false",
2079
+ "provenance": "Original",
2080
+ "emitScope": "ClassSurface",
2081
+ "isStatic": false,
2082
+ "isAbstract": false,
2083
+ "isVirtual": true,
2084
+ "isOverride": true,
2085
+ "isSealed": false,
2086
+ "arity": 0,
2087
+ "parameterCount": 0,
2088
+ "isExtensionMethod": false
2089
+ },
2090
+ {
2091
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::Close():System.Void",
2092
+ "clrName": "Close",
2093
+ "tsEmitName": "close",
2094
+ "normalizedSignature": "Close|():System.Void|static=false",
2095
+ "provenance": "Original",
2096
+ "emitScope": "ClassSurface",
2097
+ "isStatic": false,
2098
+ "isAbstract": false,
2099
+ "isVirtual": true,
2100
+ "isOverride": true,
2101
+ "isSealed": false,
2102
+ "arity": 0,
2103
+ "parameterCount": 0,
2104
+ "isExtensionMethod": false
2105
+ },
2106
+ {
2107
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateCommand():Microsoft.Data.Sqlite.SqliteCommand",
2108
+ "clrName": "CreateCommand",
2109
+ "tsEmitName": "createCommand",
2110
+ "normalizedSignature": "CreateCommand|():Microsoft.Data.Sqlite.SqliteCommand|static=false",
2111
+ "provenance": "Original",
2112
+ "emitScope": "ClassSurface",
2113
+ "isStatic": false,
2114
+ "isAbstract": false,
2115
+ "isVirtual": true,
2116
+ "isOverride": false,
2117
+ "isSealed": false,
2118
+ "arity": 0,
2119
+ "parameterCount": 0,
2120
+ "isExtensionMethod": false
2121
+ },
2122
+ {
2123
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateCollation(System.String,System.Comparison_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
2124
+ "clrName": "CreateCollation",
2125
+ "tsEmitName": "createCollation",
2126
+ "normalizedSignature": "CreateCollation|(System.String,System.Comparison_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
2127
+ "provenance": "Original",
2128
+ "emitScope": "ClassSurface",
2129
+ "isStatic": false,
2130
+ "isAbstract": false,
2131
+ "isVirtual": true,
2132
+ "isOverride": false,
2133
+ "isSealed": false,
2134
+ "arity": 0,
2135
+ "parameterCount": 2,
2136
+ "isExtensionMethod": false
2137
+ },
2138
+ {
2139
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::CreateCollation(System.String,T,Func_4):System.Void",
2140
+ "clrName": "CreateCollation",
2141
+ "tsEmitName": "createCollation",
2142
+ "normalizedSignature": "CreateCollation|(System.String,T,Func_4):System.Void|static=false",
2143
+ "provenance": "Original",
2144
+ "emitScope": "ClassSurface",
2145
+ "isStatic": false,
2146
+ "isAbstract": false,
2147
+ "isVirtual": true,
2148
+ "isOverride": false,
2149
+ "isSealed": false,
2150
+ "arity": 1,
2151
+ "parameterCount": 3,
2152
+ "isExtensionMethod": false
2153
+ },
2154
+ {
2155
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::BeginTransaction():Microsoft.Data.Sqlite.SqliteTransaction",
2156
+ "clrName": "BeginTransaction",
2157
+ "tsEmitName": "beginTransaction",
2158
+ "normalizedSignature": "BeginTransaction|():Microsoft.Data.Sqlite.SqliteTransaction|static=false",
2159
+ "provenance": "Original",
2160
+ "emitScope": "ClassSurface",
2161
+ "isStatic": false,
2162
+ "isAbstract": false,
2163
+ "isVirtual": true,
2164
+ "isOverride": false,
2165
+ "isSealed": false,
2166
+ "arity": 0,
2167
+ "parameterCount": 0,
2168
+ "isExtensionMethod": false
2169
+ },
2170
+ {
2171
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::BeginTransaction(System.Boolean):Microsoft.Data.Sqlite.SqliteTransaction",
2172
+ "clrName": "BeginTransaction",
2173
+ "tsEmitName": "beginTransaction",
2174
+ "normalizedSignature": "BeginTransaction|(System.Boolean):Microsoft.Data.Sqlite.SqliteTransaction|static=false",
2175
+ "provenance": "Original",
2176
+ "emitScope": "ClassSurface",
2177
+ "isStatic": false,
2178
+ "isAbstract": false,
2179
+ "isVirtual": true,
2180
+ "isOverride": false,
2181
+ "isSealed": false,
2182
+ "arity": 0,
2183
+ "parameterCount": 1,
2184
+ "isExtensionMethod": false
2185
+ },
2186
+ {
2187
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::BeginTransaction(System.Data.IsolationLevel):Microsoft.Data.Sqlite.SqliteTransaction",
2188
+ "clrName": "BeginTransaction",
2189
+ "tsEmitName": "beginTransaction",
2190
+ "normalizedSignature": "BeginTransaction|(System.Data.IsolationLevel):Microsoft.Data.Sqlite.SqliteTransaction|static=false",
2191
+ "provenance": "Original",
2192
+ "emitScope": "ClassSurface",
2193
+ "isStatic": false,
2194
+ "isAbstract": false,
2195
+ "isVirtual": true,
2196
+ "isOverride": false,
2197
+ "isSealed": false,
2198
+ "arity": 0,
2199
+ "parameterCount": 1,
2200
+ "isExtensionMethod": false
2201
+ },
2202
+ {
2203
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::BeginTransaction(System.Data.IsolationLevel,System.Boolean):Microsoft.Data.Sqlite.SqliteTransaction",
2204
+ "clrName": "BeginTransaction",
2205
+ "tsEmitName": "beginTransaction",
2206
+ "normalizedSignature": "BeginTransaction|(System.Data.IsolationLevel,System.Boolean):Microsoft.Data.Sqlite.SqliteTransaction|static=false",
2207
+ "provenance": "Original",
2208
+ "emitScope": "ClassSurface",
2209
+ "isStatic": false,
2210
+ "isAbstract": false,
2211
+ "isVirtual": true,
2212
+ "isOverride": false,
2213
+ "isSealed": false,
2214
+ "arity": 0,
2215
+ "parameterCount": 2,
2216
+ "isExtensionMethod": false
2217
+ },
2218
+ {
2219
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::ChangeDatabase(System.String):System.Void",
2220
+ "clrName": "ChangeDatabase",
2221
+ "tsEmitName": "changeDatabase",
2222
+ "normalizedSignature": "ChangeDatabase|(System.String):System.Void|static=false",
2223
+ "provenance": "Original",
2224
+ "emitScope": "ClassSurface",
2225
+ "isStatic": false,
2226
+ "isAbstract": false,
2227
+ "isVirtual": true,
2228
+ "isOverride": true,
2229
+ "isSealed": false,
2230
+ "arity": 0,
2231
+ "parameterCount": 1,
2232
+ "isExtensionMethod": false
2233
+ },
2234
+ {
2235
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::EnableExtensions(System.Boolean):System.Void",
2236
+ "clrName": "EnableExtensions",
2237
+ "tsEmitName": "enableExtensions",
2238
+ "normalizedSignature": "EnableExtensions|(System.Boolean):System.Void|static=false",
2239
+ "provenance": "Original",
2240
+ "emitScope": "ClassSurface",
2241
+ "isStatic": false,
2242
+ "isAbstract": false,
2243
+ "isVirtual": true,
2244
+ "isOverride": false,
2245
+ "isSealed": false,
2246
+ "arity": 0,
2247
+ "parameterCount": 1,
2248
+ "isExtensionMethod": false
2249
+ },
2250
+ {
2251
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::LoadExtension(System.String,System.String):System.Void",
2252
+ "clrName": "LoadExtension",
2253
+ "tsEmitName": "loadExtension",
2254
+ "normalizedSignature": "LoadExtension|(System.String,System.String):System.Void|static=false",
2255
+ "provenance": "Original",
2256
+ "emitScope": "ClassSurface",
2257
+ "isStatic": false,
2258
+ "isAbstract": false,
2259
+ "isVirtual": true,
2260
+ "isOverride": false,
2261
+ "isSealed": false,
2262
+ "arity": 0,
2263
+ "parameterCount": 2,
2264
+ "isExtensionMethod": false
2265
+ },
2266
+ {
2267
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::BackupDatabase(Microsoft.Data.Sqlite.SqliteConnection):System.Void",
2268
+ "clrName": "BackupDatabase",
2269
+ "tsEmitName": "backupDatabase",
2270
+ "normalizedSignature": "BackupDatabase|(Microsoft.Data.Sqlite.SqliteConnection):System.Void|static=false",
2271
+ "provenance": "Original",
2272
+ "emitScope": "ClassSurface",
2273
+ "isStatic": false,
2274
+ "isAbstract": false,
2275
+ "isVirtual": true,
2276
+ "isOverride": false,
2277
+ "isSealed": false,
2278
+ "arity": 0,
2279
+ "parameterCount": 1,
2280
+ "isExtensionMethod": false
2281
+ },
2282
+ {
2283
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::BackupDatabase(Microsoft.Data.Sqlite.SqliteConnection,System.String,System.String):System.Void",
2284
+ "clrName": "BackupDatabase",
2285
+ "tsEmitName": "backupDatabase",
2286
+ "normalizedSignature": "BackupDatabase|(Microsoft.Data.Sqlite.SqliteConnection,System.String,System.String):System.Void|static=false",
2287
+ "provenance": "Original",
2288
+ "emitScope": "ClassSurface",
2289
+ "isStatic": false,
2290
+ "isAbstract": false,
2291
+ "isVirtual": true,
2292
+ "isOverride": false,
2293
+ "isSealed": false,
2294
+ "arity": 0,
2295
+ "parameterCount": 3,
2296
+ "isExtensionMethod": false
2297
+ },
2298
+ {
2299
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::GetSchema():System.Data.DataTable",
2300
+ "clrName": "GetSchema",
2301
+ "tsEmitName": "getSchema",
2302
+ "normalizedSignature": "GetSchema|():System.Data.DataTable|static=false",
2303
+ "provenance": "Original",
2304
+ "emitScope": "ClassSurface",
2305
+ "isStatic": false,
2306
+ "isAbstract": false,
2307
+ "isVirtual": true,
2308
+ "isOverride": true,
2309
+ "isSealed": false,
2310
+ "arity": 0,
2311
+ "parameterCount": 0,
2312
+ "isExtensionMethod": false
2313
+ },
2314
+ {
2315
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::GetSchema(System.String):System.Data.DataTable",
2316
+ "clrName": "GetSchema",
2317
+ "tsEmitName": "getSchema",
2318
+ "normalizedSignature": "GetSchema|(System.String):System.Data.DataTable|static=false",
2319
+ "provenance": "Original",
2320
+ "emitScope": "ClassSurface",
2321
+ "isStatic": false,
2322
+ "isAbstract": false,
2323
+ "isVirtual": true,
2324
+ "isOverride": true,
2325
+ "isSealed": false,
2326
+ "arity": 0,
2327
+ "parameterCount": 1,
2328
+ "isExtensionMethod": false
2329
+ },
2330
+ {
2331
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::GetSchema(System.String,System.String[]):System.Data.DataTable",
2332
+ "clrName": "GetSchema",
2333
+ "tsEmitName": "getSchema",
2334
+ "normalizedSignature": "GetSchema|(System.String,System.String[]):System.Data.DataTable|static=false",
2335
+ "provenance": "Original",
2336
+ "emitScope": "ClassSurface",
2337
+ "isStatic": false,
2338
+ "isAbstract": false,
2339
+ "isVirtual": true,
2340
+ "isOverride": true,
2341
+ "isSealed": false,
2342
+ "arity": 0,
2343
+ "parameterCount": 2,
2344
+ "isExtensionMethod": false
2345
+ }
2346
+ ],
2347
+ "properties": [
2348
+ {
2349
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::Handle:SQLitePCL.sqlite3",
2350
+ "clrName": "Handle",
2351
+ "tsEmitName": "handle",
2352
+ "normalizedSignature": "Handle|:SQLitePCL.sqlite3|static=false|accessor=get",
2353
+ "provenance": "Original",
2354
+ "emitScope": "ClassSurface",
2355
+ "isStatic": false,
2356
+ "isAbstract": false,
2357
+ "isVirtual": true,
2358
+ "isOverride": false,
2359
+ "isIndexer": false,
2360
+ "hasGetter": true,
2361
+ "hasSetter": false
2362
+ },
2363
+ {
2364
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::ConnectionString:System.String",
2365
+ "clrName": "ConnectionString",
2366
+ "tsEmitName": "connectionString",
2367
+ "normalizedSignature": "ConnectionString|:System.String|static=false|accessor=getset",
2368
+ "provenance": "Original",
2369
+ "emitScope": "ClassSurface",
2370
+ "isStatic": false,
2371
+ "isAbstract": false,
2372
+ "isVirtual": true,
2373
+ "isOverride": true,
2374
+ "isIndexer": false,
2375
+ "hasGetter": true,
2376
+ "hasSetter": true
2377
+ },
2378
+ {
2379
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::Database:System.String",
2380
+ "clrName": "Database",
2381
+ "tsEmitName": "database",
2382
+ "normalizedSignature": "Database|:System.String|static=false|accessor=get",
2383
+ "provenance": "Original",
2384
+ "emitScope": "ClassSurface",
2385
+ "isStatic": false,
2386
+ "isAbstract": false,
2387
+ "isVirtual": true,
2388
+ "isOverride": true,
2389
+ "isIndexer": false,
2390
+ "hasGetter": true,
2391
+ "hasSetter": false
2392
+ },
2393
+ {
2394
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::DataSource:System.String",
2395
+ "clrName": "DataSource",
2396
+ "tsEmitName": "dataSource",
2397
+ "normalizedSignature": "DataSource|:System.String|static=false|accessor=get",
2398
+ "provenance": "Original",
2399
+ "emitScope": "ClassSurface",
2400
+ "isStatic": false,
2401
+ "isAbstract": false,
2402
+ "isVirtual": true,
2403
+ "isOverride": true,
2404
+ "isIndexer": false,
2405
+ "hasGetter": true,
2406
+ "hasSetter": false
2407
+ },
2408
+ {
2409
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::DefaultTimeout:System.Int32",
2410
+ "clrName": "DefaultTimeout",
2411
+ "tsEmitName": "defaultTimeout",
2412
+ "normalizedSignature": "DefaultTimeout|:System.Int32|static=false|accessor=getset",
2413
+ "provenance": "Original",
2414
+ "emitScope": "ClassSurface",
2415
+ "isStatic": false,
2416
+ "isAbstract": false,
2417
+ "isVirtual": true,
2418
+ "isOverride": false,
2419
+ "isIndexer": false,
2420
+ "hasGetter": true,
2421
+ "hasSetter": true
2422
+ },
2423
+ {
2424
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::ServerVersion:System.String",
2425
+ "clrName": "ServerVersion",
2426
+ "tsEmitName": "serverVersion",
2427
+ "normalizedSignature": "ServerVersion|:System.String|static=false|accessor=get",
2428
+ "provenance": "Original",
2429
+ "emitScope": "ClassSurface",
2430
+ "isStatic": false,
2431
+ "isAbstract": false,
2432
+ "isVirtual": true,
2433
+ "isOverride": true,
2434
+ "isIndexer": false,
2435
+ "hasGetter": true,
2436
+ "hasSetter": false
2437
+ },
2438
+ {
2439
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnection::State:System.Data.ConnectionState",
2440
+ "clrName": "State",
2441
+ "tsEmitName": "state",
2442
+ "normalizedSignature": "State|:System.Data.ConnectionState|static=false|accessor=get",
2443
+ "provenance": "Original",
2444
+ "emitScope": "ClassSurface",
2445
+ "isStatic": false,
2446
+ "isAbstract": false,
2447
+ "isVirtual": true,
2448
+ "isOverride": true,
2449
+ "isIndexer": false,
2450
+ "hasGetter": true,
2451
+ "hasSetter": false
2452
+ }
2453
+ ],
2454
+ "fields": [],
2455
+ "events": [],
2456
+ "constructors": [
2457
+ {
2458
+ "normalizedSignature": "constructor|():void|static=false",
2459
+ "isStatic": false,
2460
+ "parameterCount": 0
2461
+ },
2462
+ {
2463
+ "normalizedSignature": "constructor|(System.String):void|static=false",
2464
+ "isStatic": false,
2465
+ "parameterCount": 1
2466
+ }
2467
+ ]
2468
+ },
2469
+ {
2470
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnectionStringBuilder",
2471
+ "clrName": "Microsoft.Data.Sqlite.SqliteConnectionStringBuilder",
2472
+ "tsEmitName": "SqliteConnectionStringBuilder",
2473
+ "kind": "Class",
2474
+ "accessibility": "Public",
2475
+ "isAbstract": false,
2476
+ "isSealed": false,
2477
+ "isStatic": false,
2478
+ "arity": 0,
2479
+ "methods": [
2480
+ {
2481
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnectionStringBuilder::Clear():System.Void",
2482
+ "clrName": "Clear",
2483
+ "tsEmitName": "clear",
2484
+ "normalizedSignature": "Clear|():System.Void|static=false",
2485
+ "provenance": "Original",
2486
+ "emitScope": "ClassSurface",
2487
+ "isStatic": false,
2488
+ "isAbstract": false,
2489
+ "isVirtual": true,
2490
+ "isOverride": true,
2491
+ "isSealed": false,
2492
+ "arity": 0,
2493
+ "parameterCount": 0,
2494
+ "isExtensionMethod": false
2495
+ },
2496
+ {
2497
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnectionStringBuilder::ContainsKey(System.String):System.Boolean",
2498
+ "clrName": "ContainsKey",
2499
+ "tsEmitName": "containsKey",
2500
+ "normalizedSignature": "ContainsKey|(System.String):System.Boolean|static=false",
2501
+ "provenance": "Original",
2502
+ "emitScope": "ClassSurface",
2503
+ "isStatic": false,
2504
+ "isAbstract": false,
2505
+ "isVirtual": true,
2506
+ "isOverride": true,
2507
+ "isSealed": false,
2508
+ "arity": 0,
2509
+ "parameterCount": 1,
2510
+ "isExtensionMethod": false
2511
+ },
2512
+ {
2513
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnectionStringBuilder::Remove(System.String):System.Boolean",
2514
+ "clrName": "Remove",
2515
+ "tsEmitName": "remove",
2516
+ "normalizedSignature": "Remove|(System.String):System.Boolean|static=false",
2517
+ "provenance": "Original",
2518
+ "emitScope": "ClassSurface",
2519
+ "isStatic": false,
2520
+ "isAbstract": false,
2521
+ "isVirtual": true,
2522
+ "isOverride": true,
2523
+ "isSealed": false,
2524
+ "arity": 0,
2525
+ "parameterCount": 1,
2526
+ "isExtensionMethod": false
2527
+ },
2528
+ {
2529
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnectionStringBuilder::ShouldSerialize(System.String):System.Boolean",
2530
+ "clrName": "ShouldSerialize",
2531
+ "tsEmitName": "shouldSerialize",
2532
+ "normalizedSignature": "ShouldSerialize|(System.String):System.Boolean|static=false",
2533
+ "provenance": "Original",
2534
+ "emitScope": "ClassSurface",
2535
+ "isStatic": false,
2536
+ "isAbstract": false,
2537
+ "isVirtual": true,
2538
+ "isOverride": true,
2539
+ "isSealed": false,
2540
+ "arity": 0,
2541
+ "parameterCount": 1,
2542
+ "isExtensionMethod": false
2543
+ },
2544
+ {
2545
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnectionStringBuilder::TryGetValue(System.String,System.Object\u0026):System.Boolean",
2546
+ "clrName": "TryGetValue",
2547
+ "tsEmitName": "tryGetValue",
2548
+ "normalizedSignature": "TryGetValue|(System.String,System.Object\u0026):System.Boolean|static=false",
2549
+ "provenance": "Original",
2550
+ "emitScope": "ClassSurface",
2551
+ "isStatic": false,
2552
+ "isAbstract": false,
2553
+ "isVirtual": true,
2554
+ "isOverride": true,
2555
+ "isSealed": false,
2556
+ "arity": 0,
2557
+ "parameterCount": 2,
2558
+ "isExtensionMethod": false,
2559
+ "parameterModifiers": [
2560
+ {
2561
+ "index": 1,
2562
+ "modifier": "out"
2563
+ }
2564
+ ]
2565
+ }
2566
+ ],
2567
+ "properties": [
2568
+ {
2569
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnectionStringBuilder::DataSource:System.String",
2570
+ "clrName": "DataSource",
2571
+ "tsEmitName": "dataSource",
2572
+ "normalizedSignature": "DataSource|:System.String|static=false|accessor=getset",
2573
+ "provenance": "Original",
2574
+ "emitScope": "ClassSurface",
2575
+ "isStatic": false,
2576
+ "isAbstract": false,
2577
+ "isVirtual": true,
2578
+ "isOverride": false,
2579
+ "isIndexer": false,
2580
+ "hasGetter": true,
2581
+ "hasSetter": true
2582
+ },
2583
+ {
2584
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnectionStringBuilder::Mode:Microsoft.Data.Sqlite.SqliteOpenMode",
2585
+ "clrName": "Mode",
2586
+ "tsEmitName": "mode",
2587
+ "normalizedSignature": "Mode|:Microsoft.Data.Sqlite.SqliteOpenMode|static=false|accessor=getset",
2588
+ "provenance": "Original",
2589
+ "emitScope": "ClassSurface",
2590
+ "isStatic": false,
2591
+ "isAbstract": false,
2592
+ "isVirtual": true,
2593
+ "isOverride": false,
2594
+ "isIndexer": false,
2595
+ "hasGetter": true,
2596
+ "hasSetter": true
2597
+ },
2598
+ {
2599
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnectionStringBuilder::Keys:System.Collections.ICollection",
2600
+ "clrName": "Keys",
2601
+ "tsEmitName": "keys",
2602
+ "normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
2603
+ "provenance": "Original",
2604
+ "emitScope": "ClassSurface",
2605
+ "isStatic": false,
2606
+ "isAbstract": false,
2607
+ "isVirtual": true,
2608
+ "isOverride": true,
2609
+ "isIndexer": false,
2610
+ "hasGetter": true,
2611
+ "hasSetter": false
2612
+ },
2613
+ {
2614
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnectionStringBuilder::Values:System.Collections.ICollection",
2615
+ "clrName": "Values",
2616
+ "tsEmitName": "values",
2617
+ "normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
2618
+ "provenance": "Original",
2619
+ "emitScope": "ClassSurface",
2620
+ "isStatic": false,
2621
+ "isAbstract": false,
2622
+ "isVirtual": true,
2623
+ "isOverride": true,
2624
+ "isIndexer": false,
2625
+ "hasGetter": true,
2626
+ "hasSetter": false
2627
+ },
2628
+ {
2629
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnectionStringBuilder::Cache:Microsoft.Data.Sqlite.SqliteCacheMode",
2630
+ "clrName": "Cache",
2631
+ "tsEmitName": "cache",
2632
+ "normalizedSignature": "Cache|:Microsoft.Data.Sqlite.SqliteCacheMode|static=false|accessor=getset",
2633
+ "provenance": "Original",
2634
+ "emitScope": "ClassSurface",
2635
+ "isStatic": false,
2636
+ "isAbstract": false,
2637
+ "isVirtual": true,
2638
+ "isOverride": false,
2639
+ "isIndexer": false,
2640
+ "hasGetter": true,
2641
+ "hasSetter": true
2642
+ },
2643
+ {
2644
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnectionStringBuilder::Password:System.String",
2645
+ "clrName": "Password",
2646
+ "tsEmitName": "password",
2647
+ "normalizedSignature": "Password|:System.String|static=false|accessor=getset",
2648
+ "provenance": "Original",
2649
+ "emitScope": "ClassSurface",
2650
+ "isStatic": false,
2651
+ "isAbstract": false,
2652
+ "isVirtual": false,
2653
+ "isOverride": false,
2654
+ "isIndexer": false,
2655
+ "hasGetter": true,
2656
+ "hasSetter": true
2657
+ },
2658
+ {
2659
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnectionStringBuilder::ForeignKeys:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2660
+ "clrName": "ForeignKeys",
2661
+ "tsEmitName": "foreignKeys",
2662
+ "normalizedSignature": "ForeignKeys|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
2663
+ "provenance": "Original",
2664
+ "emitScope": "ClassSurface",
2665
+ "isStatic": false,
2666
+ "isAbstract": false,
2667
+ "isVirtual": false,
2668
+ "isOverride": false,
2669
+ "isIndexer": false,
2670
+ "hasGetter": true,
2671
+ "hasSetter": true
2672
+ },
2673
+ {
2674
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnectionStringBuilder::RecursiveTriggers:System.Boolean",
2675
+ "clrName": "RecursiveTriggers",
2676
+ "tsEmitName": "recursiveTriggers",
2677
+ "normalizedSignature": "RecursiveTriggers|:System.Boolean|static=false|accessor=getset",
2678
+ "provenance": "Original",
2679
+ "emitScope": "ClassSurface",
2680
+ "isStatic": false,
2681
+ "isAbstract": false,
2682
+ "isVirtual": false,
2683
+ "isOverride": false,
2684
+ "isIndexer": false,
2685
+ "hasGetter": true,
2686
+ "hasSetter": true
2687
+ },
2688
+ {
2689
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnectionStringBuilder::DefaultTimeout:System.Int32",
2690
+ "clrName": "DefaultTimeout",
2691
+ "tsEmitName": "defaultTimeout",
2692
+ "normalizedSignature": "DefaultTimeout|:System.Int32|static=false|accessor=getset",
2693
+ "provenance": "Original",
2694
+ "emitScope": "ClassSurface",
2695
+ "isStatic": false,
2696
+ "isAbstract": false,
2697
+ "isVirtual": false,
2698
+ "isOverride": false,
2699
+ "isIndexer": false,
2700
+ "hasGetter": true,
2701
+ "hasSetter": true
2702
+ },
2703
+ {
2704
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnectionStringBuilder::Pooling:System.Boolean",
2705
+ "clrName": "Pooling",
2706
+ "tsEmitName": "pooling",
2707
+ "normalizedSignature": "Pooling|:System.Boolean|static=false|accessor=getset",
2708
+ "provenance": "Original",
2709
+ "emitScope": "ClassSurface",
2710
+ "isStatic": false,
2711
+ "isAbstract": false,
2712
+ "isVirtual": false,
2713
+ "isOverride": false,
2714
+ "isIndexer": false,
2715
+ "hasGetter": true,
2716
+ "hasSetter": true
2717
+ },
2718
+ {
2719
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnectionStringBuilder::Vfs:System.String",
2720
+ "clrName": "Vfs",
2721
+ "tsEmitName": "vfs",
2722
+ "normalizedSignature": "Vfs|:System.String|static=false|accessor=getset",
2723
+ "provenance": "Original",
2724
+ "emitScope": "ClassSurface",
2725
+ "isStatic": false,
2726
+ "isAbstract": false,
2727
+ "isVirtual": false,
2728
+ "isOverride": false,
2729
+ "isIndexer": false,
2730
+ "hasGetter": true,
2731
+ "hasSetter": true
2732
+ },
2733
+ {
2734
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteConnectionStringBuilder::Item[System.String]:System.Object",
2735
+ "clrName": "Item",
2736
+ "tsEmitName": "item",
2737
+ "normalizedSignature": "Item|[System.String]:System.Object|static=false|accessor=getset",
2738
+ "provenance": "Original",
2739
+ "emitScope": "ClassSurface",
2740
+ "isStatic": false,
2741
+ "isAbstract": false,
2742
+ "isVirtual": true,
2743
+ "isOverride": true,
2744
+ "isIndexer": true,
2745
+ "hasGetter": true,
2746
+ "hasSetter": true
2747
+ }
2748
+ ],
2749
+ "fields": [],
2750
+ "events": [],
2751
+ "constructors": [
2752
+ {
2753
+ "normalizedSignature": "constructor|():void|static=false",
2754
+ "isStatic": false,
2755
+ "parameterCount": 0
2756
+ },
2757
+ {
2758
+ "normalizedSignature": "constructor|(System.String):void|static=false",
2759
+ "isStatic": false,
2760
+ "parameterCount": 1
2761
+ }
2762
+ ]
2763
+ },
2764
+ {
2765
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader",
2766
+ "clrName": "Microsoft.Data.Sqlite.SqliteDataReader",
2767
+ "tsEmitName": "SqliteDataReader",
2768
+ "kind": "Class",
2769
+ "accessibility": "Public",
2770
+ "isAbstract": false,
2771
+ "isSealed": false,
2772
+ "isStatic": false,
2773
+ "arity": 0,
2774
+ "methods": [
2775
+ {
2776
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetEnumerator():System.Collections.IEnumerator",
2777
+ "clrName": "GetEnumerator",
2778
+ "tsEmitName": "getEnumerator",
2779
+ "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
2780
+ "provenance": "Original",
2781
+ "emitScope": "ClassSurface",
2782
+ "isStatic": false,
2783
+ "isAbstract": false,
2784
+ "isVirtual": true,
2785
+ "isOverride": true,
2786
+ "isSealed": false,
2787
+ "arity": 0,
2788
+ "parameterCount": 0,
2789
+ "isExtensionMethod": false
2790
+ },
2791
+ {
2792
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::Read():System.Boolean",
2793
+ "clrName": "Read",
2794
+ "tsEmitName": "read",
2795
+ "normalizedSignature": "Read|():System.Boolean|static=false",
2796
+ "provenance": "Original",
2797
+ "emitScope": "ClassSurface",
2798
+ "isStatic": false,
2799
+ "isAbstract": false,
2800
+ "isVirtual": true,
2801
+ "isOverride": true,
2802
+ "isSealed": false,
2803
+ "arity": 0,
2804
+ "parameterCount": 0,
2805
+ "isExtensionMethod": false
2806
+ },
2807
+ {
2808
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::NextResult():System.Boolean",
2809
+ "clrName": "NextResult",
2810
+ "tsEmitName": "nextResult",
2811
+ "normalizedSignature": "NextResult|():System.Boolean|static=false",
2812
+ "provenance": "Original",
2813
+ "emitScope": "ClassSurface",
2814
+ "isStatic": false,
2815
+ "isAbstract": false,
2816
+ "isVirtual": true,
2817
+ "isOverride": true,
2818
+ "isSealed": false,
2819
+ "arity": 0,
2820
+ "parameterCount": 0,
2821
+ "isExtensionMethod": false
2822
+ },
2823
+ {
2824
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::Close():System.Void",
2825
+ "clrName": "Close",
2826
+ "tsEmitName": "close",
2827
+ "normalizedSignature": "Close|():System.Void|static=false",
2828
+ "provenance": "Original",
2829
+ "emitScope": "ClassSurface",
2830
+ "isStatic": false,
2831
+ "isAbstract": false,
2832
+ "isVirtual": true,
2833
+ "isOverride": true,
2834
+ "isSealed": false,
2835
+ "arity": 0,
2836
+ "parameterCount": 0,
2837
+ "isExtensionMethod": false
2838
+ },
2839
+ {
2840
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetName(System.Int32):System.String",
2841
+ "clrName": "GetName",
2842
+ "tsEmitName": "getName",
2843
+ "normalizedSignature": "GetName|(System.Int32):System.String|static=false",
2844
+ "provenance": "Original",
2845
+ "emitScope": "ClassSurface",
2846
+ "isStatic": false,
2847
+ "isAbstract": false,
2848
+ "isVirtual": true,
2849
+ "isOverride": true,
2850
+ "isSealed": false,
2851
+ "arity": 0,
2852
+ "parameterCount": 1,
2853
+ "isExtensionMethod": false
2854
+ },
2855
+ {
2856
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetOrdinal(System.String):System.Int32",
2857
+ "clrName": "GetOrdinal",
2858
+ "tsEmitName": "getOrdinal",
2859
+ "normalizedSignature": "GetOrdinal|(System.String):System.Int32|static=false",
2860
+ "provenance": "Original",
2861
+ "emitScope": "ClassSurface",
2862
+ "isStatic": false,
2863
+ "isAbstract": false,
2864
+ "isVirtual": true,
2865
+ "isOverride": true,
2866
+ "isSealed": false,
2867
+ "arity": 0,
2868
+ "parameterCount": 1,
2869
+ "isExtensionMethod": false
2870
+ },
2871
+ {
2872
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetDataTypeName(System.Int32):System.String",
2873
+ "clrName": "GetDataTypeName",
2874
+ "tsEmitName": "getDataTypeName",
2875
+ "normalizedSignature": "GetDataTypeName|(System.Int32):System.String|static=false",
2876
+ "provenance": "Original",
2877
+ "emitScope": "ClassSurface",
2878
+ "isStatic": false,
2879
+ "isAbstract": false,
2880
+ "isVirtual": true,
2881
+ "isOverride": true,
2882
+ "isSealed": false,
2883
+ "arity": 0,
2884
+ "parameterCount": 1,
2885
+ "isExtensionMethod": false
2886
+ },
2887
+ {
2888
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetFieldType(System.Int32):System.Type",
2889
+ "clrName": "GetFieldType",
2890
+ "tsEmitName": "getFieldType",
2891
+ "normalizedSignature": "GetFieldType|(System.Int32):System.Type|static=false",
2892
+ "provenance": "Original",
2893
+ "emitScope": "ClassSurface",
2894
+ "isStatic": false,
2895
+ "isAbstract": false,
2896
+ "isVirtual": true,
2897
+ "isOverride": true,
2898
+ "isSealed": false,
2899
+ "arity": 0,
2900
+ "parameterCount": 1,
2901
+ "isExtensionMethod": false
2902
+ },
2903
+ {
2904
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::IsDBNull(System.Int32):System.Boolean",
2905
+ "clrName": "IsDBNull",
2906
+ "tsEmitName": "isDBNull",
2907
+ "normalizedSignature": "IsDBNull|(System.Int32):System.Boolean|static=false",
2908
+ "provenance": "Original",
2909
+ "emitScope": "ClassSurface",
2910
+ "isStatic": false,
2911
+ "isAbstract": false,
2912
+ "isVirtual": true,
2913
+ "isOverride": true,
2914
+ "isSealed": false,
2915
+ "arity": 0,
2916
+ "parameterCount": 1,
2917
+ "isExtensionMethod": false
2918
+ },
2919
+ {
2920
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetBoolean(System.Int32):System.Boolean",
2921
+ "clrName": "GetBoolean",
2922
+ "tsEmitName": "getBoolean",
2923
+ "normalizedSignature": "GetBoolean|(System.Int32):System.Boolean|static=false",
2924
+ "provenance": "Original",
2925
+ "emitScope": "ClassSurface",
2926
+ "isStatic": false,
2927
+ "isAbstract": false,
2928
+ "isVirtual": true,
2929
+ "isOverride": true,
2930
+ "isSealed": false,
2931
+ "arity": 0,
2932
+ "parameterCount": 1,
2933
+ "isExtensionMethod": false
2934
+ },
2935
+ {
2936
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetByte(System.Int32):System.Byte",
2937
+ "clrName": "GetByte",
2938
+ "tsEmitName": "getByte",
2939
+ "normalizedSignature": "GetByte|(System.Int32):System.Byte|static=false",
2940
+ "provenance": "Original",
2941
+ "emitScope": "ClassSurface",
2942
+ "isStatic": false,
2943
+ "isAbstract": false,
2944
+ "isVirtual": true,
2945
+ "isOverride": true,
2946
+ "isSealed": false,
2947
+ "arity": 0,
2948
+ "parameterCount": 1,
2949
+ "isExtensionMethod": false
2950
+ },
2951
+ {
2952
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetChar(System.Int32):System.Char",
2953
+ "clrName": "GetChar",
2954
+ "tsEmitName": "getChar",
2955
+ "normalizedSignature": "GetChar|(System.Int32):System.Char|static=false",
2956
+ "provenance": "Original",
2957
+ "emitScope": "ClassSurface",
2958
+ "isStatic": false,
2959
+ "isAbstract": false,
2960
+ "isVirtual": true,
2961
+ "isOverride": true,
2962
+ "isSealed": false,
2963
+ "arity": 0,
2964
+ "parameterCount": 1,
2965
+ "isExtensionMethod": false
2966
+ },
2967
+ {
2968
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetDateTime(System.Int32):System.DateTime",
2969
+ "clrName": "GetDateTime",
2970
+ "tsEmitName": "getDateTime",
2971
+ "normalizedSignature": "GetDateTime|(System.Int32):System.DateTime|static=false",
2972
+ "provenance": "Original",
2973
+ "emitScope": "ClassSurface",
2974
+ "isStatic": false,
2975
+ "isAbstract": false,
2976
+ "isVirtual": true,
2977
+ "isOverride": true,
2978
+ "isSealed": false,
2979
+ "arity": 0,
2980
+ "parameterCount": 1,
2981
+ "isExtensionMethod": false
2982
+ },
2983
+ {
2984
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetDateTimeOffset(System.Int32):System.DateTimeOffset",
2985
+ "clrName": "GetDateTimeOffset",
2986
+ "tsEmitName": "getDateTimeOffset",
2987
+ "normalizedSignature": "GetDateTimeOffset|(System.Int32):System.DateTimeOffset|static=false",
2988
+ "provenance": "Original",
2989
+ "emitScope": "ClassSurface",
2990
+ "isStatic": false,
2991
+ "isAbstract": false,
2992
+ "isVirtual": true,
2993
+ "isOverride": false,
2994
+ "isSealed": false,
2995
+ "arity": 0,
2996
+ "parameterCount": 1,
2997
+ "isExtensionMethod": false
2998
+ },
2999
+ {
3000
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetTimeSpan(System.Int32):System.TimeSpan",
3001
+ "clrName": "GetTimeSpan",
3002
+ "tsEmitName": "getTimeSpan",
3003
+ "normalizedSignature": "GetTimeSpan|(System.Int32):System.TimeSpan|static=false",
3004
+ "provenance": "Original",
3005
+ "emitScope": "ClassSurface",
3006
+ "isStatic": false,
3007
+ "isAbstract": false,
3008
+ "isVirtual": true,
3009
+ "isOverride": false,
3010
+ "isSealed": false,
3011
+ "arity": 0,
3012
+ "parameterCount": 1,
3013
+ "isExtensionMethod": false
3014
+ },
3015
+ {
3016
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetDecimal(System.Int32):System.Decimal",
3017
+ "clrName": "GetDecimal",
3018
+ "tsEmitName": "getDecimal",
3019
+ "normalizedSignature": "GetDecimal|(System.Int32):System.Decimal|static=false",
3020
+ "provenance": "Original",
3021
+ "emitScope": "ClassSurface",
3022
+ "isStatic": false,
3023
+ "isAbstract": false,
3024
+ "isVirtual": true,
3025
+ "isOverride": true,
3026
+ "isSealed": false,
3027
+ "arity": 0,
3028
+ "parameterCount": 1,
3029
+ "isExtensionMethod": false
3030
+ },
3031
+ {
3032
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetDouble(System.Int32):System.Double",
3033
+ "clrName": "GetDouble",
3034
+ "tsEmitName": "getDouble",
3035
+ "normalizedSignature": "GetDouble|(System.Int32):System.Double|static=false",
3036
+ "provenance": "Original",
3037
+ "emitScope": "ClassSurface",
3038
+ "isStatic": false,
3039
+ "isAbstract": false,
3040
+ "isVirtual": true,
3041
+ "isOverride": true,
3042
+ "isSealed": false,
3043
+ "arity": 0,
3044
+ "parameterCount": 1,
3045
+ "isExtensionMethod": false
3046
+ },
3047
+ {
3048
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetFloat(System.Int32):System.Single",
3049
+ "clrName": "GetFloat",
3050
+ "tsEmitName": "getFloat",
3051
+ "normalizedSignature": "GetFloat|(System.Int32):System.Single|static=false",
3052
+ "provenance": "Original",
3053
+ "emitScope": "ClassSurface",
3054
+ "isStatic": false,
3055
+ "isAbstract": false,
3056
+ "isVirtual": true,
3057
+ "isOverride": true,
3058
+ "isSealed": false,
3059
+ "arity": 0,
3060
+ "parameterCount": 1,
3061
+ "isExtensionMethod": false
3062
+ },
3063
+ {
3064
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetGuid(System.Int32):System.Guid",
3065
+ "clrName": "GetGuid",
3066
+ "tsEmitName": "getGuid",
3067
+ "normalizedSignature": "GetGuid|(System.Int32):System.Guid|static=false",
3068
+ "provenance": "Original",
3069
+ "emitScope": "ClassSurface",
3070
+ "isStatic": false,
3071
+ "isAbstract": false,
3072
+ "isVirtual": true,
3073
+ "isOverride": true,
3074
+ "isSealed": false,
3075
+ "arity": 0,
3076
+ "parameterCount": 1,
3077
+ "isExtensionMethod": false
3078
+ },
3079
+ {
3080
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetInt16(System.Int32):System.Int16",
3081
+ "clrName": "GetInt16",
3082
+ "tsEmitName": "getInt16",
3083
+ "normalizedSignature": "GetInt16|(System.Int32):System.Int16|static=false",
3084
+ "provenance": "Original",
3085
+ "emitScope": "ClassSurface",
3086
+ "isStatic": false,
3087
+ "isAbstract": false,
3088
+ "isVirtual": true,
3089
+ "isOverride": true,
3090
+ "isSealed": false,
3091
+ "arity": 0,
3092
+ "parameterCount": 1,
3093
+ "isExtensionMethod": false
3094
+ },
3095
+ {
3096
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetInt32(System.Int32):System.Int32",
3097
+ "clrName": "GetInt32",
3098
+ "tsEmitName": "getInt32",
3099
+ "normalizedSignature": "GetInt32|(System.Int32):System.Int32|static=false",
3100
+ "provenance": "Original",
3101
+ "emitScope": "ClassSurface",
3102
+ "isStatic": false,
3103
+ "isAbstract": false,
3104
+ "isVirtual": true,
3105
+ "isOverride": true,
3106
+ "isSealed": false,
3107
+ "arity": 0,
3108
+ "parameterCount": 1,
3109
+ "isExtensionMethod": false
3110
+ },
3111
+ {
3112
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetInt64(System.Int32):System.Int64",
3113
+ "clrName": "GetInt64",
3114
+ "tsEmitName": "getInt64",
3115
+ "normalizedSignature": "GetInt64|(System.Int32):System.Int64|static=false",
3116
+ "provenance": "Original",
3117
+ "emitScope": "ClassSurface",
3118
+ "isStatic": false,
3119
+ "isAbstract": false,
3120
+ "isVirtual": true,
3121
+ "isOverride": true,
3122
+ "isSealed": false,
3123
+ "arity": 0,
3124
+ "parameterCount": 1,
3125
+ "isExtensionMethod": false
3126
+ },
3127
+ {
3128
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetString(System.Int32):System.String",
3129
+ "clrName": "GetString",
3130
+ "tsEmitName": "getString",
3131
+ "normalizedSignature": "GetString|(System.Int32):System.String|static=false",
3132
+ "provenance": "Original",
3133
+ "emitScope": "ClassSurface",
3134
+ "isStatic": false,
3135
+ "isAbstract": false,
3136
+ "isVirtual": true,
3137
+ "isOverride": true,
3138
+ "isSealed": false,
3139
+ "arity": 0,
3140
+ "parameterCount": 1,
3141
+ "isExtensionMethod": false
3142
+ },
3143
+ {
3144
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32):System.Int64",
3145
+ "clrName": "GetBytes",
3146
+ "tsEmitName": "getBytes",
3147
+ "normalizedSignature": "GetBytes|(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32):System.Int64|static=false",
3148
+ "provenance": "Original",
3149
+ "emitScope": "ClassSurface",
3150
+ "isStatic": false,
3151
+ "isAbstract": false,
3152
+ "isVirtual": true,
3153
+ "isOverride": true,
3154
+ "isSealed": false,
3155
+ "arity": 0,
3156
+ "parameterCount": 5,
3157
+ "isExtensionMethod": false
3158
+ },
3159
+ {
3160
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32):System.Int64",
3161
+ "clrName": "GetChars",
3162
+ "tsEmitName": "getChars",
3163
+ "normalizedSignature": "GetChars|(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32):System.Int64|static=false",
3164
+ "provenance": "Original",
3165
+ "emitScope": "ClassSurface",
3166
+ "isStatic": false,
3167
+ "isAbstract": false,
3168
+ "isVirtual": true,
3169
+ "isOverride": true,
3170
+ "isSealed": false,
3171
+ "arity": 0,
3172
+ "parameterCount": 5,
3173
+ "isExtensionMethod": false
3174
+ },
3175
+ {
3176
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetStream(System.Int32):System.IO.Stream",
3177
+ "clrName": "GetStream",
3178
+ "tsEmitName": "getStream",
3179
+ "normalizedSignature": "GetStream|(System.Int32):System.IO.Stream|static=false",
3180
+ "provenance": "Original",
3181
+ "emitScope": "ClassSurface",
3182
+ "isStatic": false,
3183
+ "isAbstract": false,
3184
+ "isVirtual": true,
3185
+ "isOverride": true,
3186
+ "isSealed": false,
3187
+ "arity": 0,
3188
+ "parameterCount": 1,
3189
+ "isExtensionMethod": false
3190
+ },
3191
+ {
3192
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetTextReader(System.Int32):System.IO.TextReader",
3193
+ "clrName": "GetTextReader",
3194
+ "tsEmitName": "getTextReader",
3195
+ "normalizedSignature": "GetTextReader|(System.Int32):System.IO.TextReader|static=false",
3196
+ "provenance": "Original",
3197
+ "emitScope": "ClassSurface",
3198
+ "isStatic": false,
3199
+ "isAbstract": false,
3200
+ "isVirtual": true,
3201
+ "isOverride": true,
3202
+ "isSealed": false,
3203
+ "arity": 0,
3204
+ "parameterCount": 1,
3205
+ "isExtensionMethod": false
3206
+ },
3207
+ {
3208
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetFieldValue(System.Int32):T",
3209
+ "clrName": "GetFieldValue",
3210
+ "tsEmitName": "getFieldValue",
3211
+ "normalizedSignature": "GetFieldValue|(System.Int32):T|static=false",
3212
+ "provenance": "Original",
3213
+ "emitScope": "ClassSurface",
3214
+ "isStatic": false,
3215
+ "isAbstract": false,
3216
+ "isVirtual": true,
3217
+ "isOverride": true,
3218
+ "isSealed": false,
3219
+ "arity": 1,
3220
+ "parameterCount": 1,
3221
+ "isExtensionMethod": false
3222
+ },
3223
+ {
3224
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetValue(System.Int32):System.Object",
3225
+ "clrName": "GetValue",
3226
+ "tsEmitName": "getValue",
3227
+ "normalizedSignature": "GetValue|(System.Int32):System.Object|static=false",
3228
+ "provenance": "Original",
3229
+ "emitScope": "ClassSurface",
3230
+ "isStatic": false,
3231
+ "isAbstract": false,
3232
+ "isVirtual": true,
3233
+ "isOverride": true,
3234
+ "isSealed": false,
3235
+ "arity": 0,
3236
+ "parameterCount": 1,
3237
+ "isExtensionMethod": false
3238
+ },
3239
+ {
3240
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetValues(System.Object[]):System.Int32",
3241
+ "clrName": "GetValues",
3242
+ "tsEmitName": "getValues",
3243
+ "normalizedSignature": "GetValues|(System.Object[]):System.Int32|static=false",
3244
+ "provenance": "Original",
3245
+ "emitScope": "ClassSurface",
3246
+ "isStatic": false,
3247
+ "isAbstract": false,
3248
+ "isVirtual": true,
3249
+ "isOverride": true,
3250
+ "isSealed": false,
3251
+ "arity": 0,
3252
+ "parameterCount": 1,
3253
+ "isExtensionMethod": false
3254
+ },
3255
+ {
3256
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::GetSchemaTable():System.Data.DataTable",
3257
+ "clrName": "GetSchemaTable",
3258
+ "tsEmitName": "getSchemaTable",
3259
+ "normalizedSignature": "GetSchemaTable|():System.Data.DataTable|static=false",
3260
+ "provenance": "Original",
3261
+ "emitScope": "ClassSurface",
3262
+ "isStatic": false,
3263
+ "isAbstract": false,
3264
+ "isVirtual": true,
3265
+ "isOverride": true,
3266
+ "isSealed": false,
3267
+ "arity": 0,
3268
+ "parameterCount": 0,
3269
+ "isExtensionMethod": false
3270
+ },
3271
+ {
3272
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::get_Item(System.String):System.Object",
3273
+ "clrName": "get_Item",
3274
+ "tsEmitName": "get_Item",
3275
+ "normalizedSignature": "get_Item|(System.String):System.Object|static=false",
3276
+ "provenance": "IndexerNormalized",
3277
+ "emitScope": "ClassSurface",
3278
+ "isStatic": false,
3279
+ "isAbstract": false,
3280
+ "isVirtual": true,
3281
+ "isOverride": true,
3282
+ "isSealed": false,
3283
+ "arity": 0,
3284
+ "parameterCount": 1,
3285
+ "isExtensionMethod": false
3286
+ },
3287
+ {
3288
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::get_Item(System.Int32):System.Object",
3289
+ "clrName": "get_Item",
3290
+ "tsEmitName": "get_Item2",
3291
+ "normalizedSignature": "get_Item|(System.Int32):System.Object|static=false",
3292
+ "provenance": "IndexerNormalized",
3293
+ "emitScope": "ClassSurface",
3294
+ "isStatic": false,
3295
+ "isAbstract": false,
3296
+ "isVirtual": true,
3297
+ "isOverride": true,
3298
+ "isSealed": false,
3299
+ "arity": 0,
3300
+ "parameterCount": 1,
3301
+ "isExtensionMethod": false
3302
+ }
3303
+ ],
3304
+ "properties": [
3305
+ {
3306
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::Depth:System.Int32",
3307
+ "clrName": "Depth",
3308
+ "tsEmitName": "depth",
3309
+ "normalizedSignature": "Depth|:System.Int32|static=false|accessor=get",
3310
+ "provenance": "Original",
3311
+ "emitScope": "ClassSurface",
3312
+ "isStatic": false,
3313
+ "isAbstract": false,
3314
+ "isVirtual": true,
3315
+ "isOverride": true,
3316
+ "isIndexer": false,
3317
+ "hasGetter": true,
3318
+ "hasSetter": false
3319
+ },
3320
+ {
3321
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::FieldCount:System.Int32",
3322
+ "clrName": "FieldCount",
3323
+ "tsEmitName": "fieldCount",
3324
+ "normalizedSignature": "FieldCount|:System.Int32|static=false|accessor=get",
3325
+ "provenance": "Original",
3326
+ "emitScope": "ClassSurface",
3327
+ "isStatic": false,
3328
+ "isAbstract": false,
3329
+ "isVirtual": true,
3330
+ "isOverride": true,
3331
+ "isIndexer": false,
3332
+ "hasGetter": true,
3333
+ "hasSetter": false
3334
+ },
3335
+ {
3336
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::Handle:SQLitePCL.sqlite3_stmt",
3337
+ "clrName": "Handle",
3338
+ "tsEmitName": "handle",
3339
+ "normalizedSignature": "Handle|:SQLitePCL.sqlite3_stmt|static=false|accessor=get",
3340
+ "provenance": "Original",
3341
+ "emitScope": "ClassSurface",
3342
+ "isStatic": false,
3343
+ "isAbstract": false,
3344
+ "isVirtual": true,
3345
+ "isOverride": false,
3346
+ "isIndexer": false,
3347
+ "hasGetter": true,
3348
+ "hasSetter": false
3349
+ },
3350
+ {
3351
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::HasRows:System.Boolean",
3352
+ "clrName": "HasRows",
3353
+ "tsEmitName": "hasRows",
3354
+ "normalizedSignature": "HasRows|:System.Boolean|static=false|accessor=get",
3355
+ "provenance": "Original",
3356
+ "emitScope": "ClassSurface",
3357
+ "isStatic": false,
3358
+ "isAbstract": false,
3359
+ "isVirtual": true,
3360
+ "isOverride": true,
3361
+ "isIndexer": false,
3362
+ "hasGetter": true,
3363
+ "hasSetter": false
3364
+ },
3365
+ {
3366
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::IsClosed:System.Boolean",
3367
+ "clrName": "IsClosed",
3368
+ "tsEmitName": "isClosed",
3369
+ "normalizedSignature": "IsClosed|:System.Boolean|static=false|accessor=get",
3370
+ "provenance": "Original",
3371
+ "emitScope": "ClassSurface",
3372
+ "isStatic": false,
3373
+ "isAbstract": false,
3374
+ "isVirtual": true,
3375
+ "isOverride": true,
3376
+ "isIndexer": false,
3377
+ "hasGetter": true,
3378
+ "hasSetter": false
3379
+ },
3380
+ {
3381
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteDataReader::RecordsAffected:System.Int32",
3382
+ "clrName": "RecordsAffected",
3383
+ "tsEmitName": "recordsAffected",
3384
+ "normalizedSignature": "RecordsAffected|:System.Int32|static=false|accessor=get",
3385
+ "provenance": "Original",
3386
+ "emitScope": "ClassSurface",
3387
+ "isStatic": false,
3388
+ "isAbstract": false,
3389
+ "isVirtual": true,
3390
+ "isOverride": true,
3391
+ "isIndexer": false,
3392
+ "hasGetter": true,
3393
+ "hasSetter": false
3394
+ }
3395
+ ],
3396
+ "fields": [],
3397
+ "events": [],
3398
+ "constructors": []
3399
+ },
3400
+ {
3401
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteException",
3402
+ "clrName": "Microsoft.Data.Sqlite.SqliteException",
3403
+ "tsEmitName": "SqliteException",
3404
+ "kind": "Class",
3405
+ "accessibility": "Public",
3406
+ "isAbstract": false,
3407
+ "isSealed": false,
3408
+ "isStatic": false,
3409
+ "arity": 0,
3410
+ "methods": [
3411
+ {
3412
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteException::ThrowExceptionForRC(System.Int32,SQLitePCL.sqlite3):System.Void",
3413
+ "clrName": "ThrowExceptionForRC",
3414
+ "tsEmitName": "throwExceptionForRC",
3415
+ "normalizedSignature": "ThrowExceptionForRC|(System.Int32,SQLitePCL.sqlite3):System.Void|static=true",
3416
+ "provenance": "Original",
3417
+ "emitScope": "ClassSurface",
3418
+ "isStatic": true,
3419
+ "isAbstract": false,
3420
+ "isVirtual": false,
3421
+ "isOverride": false,
3422
+ "isSealed": false,
3423
+ "arity": 0,
3424
+ "parameterCount": 2,
3425
+ "isExtensionMethod": false
3426
+ }
3427
+ ],
3428
+ "properties": [
3429
+ {
3430
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteException::SqliteErrorCode:System.Int32",
3431
+ "clrName": "SqliteErrorCode",
3432
+ "tsEmitName": "sqliteErrorCode",
3433
+ "normalizedSignature": "SqliteErrorCode|:System.Int32|static=false|accessor=get",
3434
+ "provenance": "Original",
3435
+ "emitScope": "ClassSurface",
3436
+ "isStatic": false,
3437
+ "isAbstract": false,
3438
+ "isVirtual": true,
3439
+ "isOverride": false,
3440
+ "isIndexer": false,
3441
+ "hasGetter": true,
3442
+ "hasSetter": false
3443
+ },
3444
+ {
3445
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteException::SqliteExtendedErrorCode:System.Int32",
3446
+ "clrName": "SqliteExtendedErrorCode",
3447
+ "tsEmitName": "sqliteExtendedErrorCode",
3448
+ "normalizedSignature": "SqliteExtendedErrorCode|:System.Int32|static=false|accessor=get",
3449
+ "provenance": "Original",
3450
+ "emitScope": "ClassSurface",
3451
+ "isStatic": false,
3452
+ "isAbstract": false,
3453
+ "isVirtual": true,
3454
+ "isOverride": false,
3455
+ "isIndexer": false,
3456
+ "hasGetter": true,
3457
+ "hasSetter": false
3458
+ }
3459
+ ],
3460
+ "fields": [],
3461
+ "events": [],
3462
+ "constructors": [
3463
+ {
3464
+ "normalizedSignature": "constructor|(System.String,System.Int32):void|static=false",
3465
+ "isStatic": false,
3466
+ "parameterCount": 2
3467
+ },
3468
+ {
3469
+ "normalizedSignature": "constructor|(System.String,System.Int32,System.Int32):void|static=false",
3470
+ "isStatic": false,
3471
+ "parameterCount": 3
3472
+ }
3473
+ ]
3474
+ },
3475
+ {
3476
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteFactory",
3477
+ "clrName": "Microsoft.Data.Sqlite.SqliteFactory",
3478
+ "tsEmitName": "SqliteFactory",
3479
+ "kind": "Class",
3480
+ "accessibility": "Public",
3481
+ "isAbstract": false,
3482
+ "isSealed": false,
3483
+ "isStatic": false,
3484
+ "arity": 0,
3485
+ "methods": [
3486
+ {
3487
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteFactory::CreateCommand():System.Data.Common.DbCommand",
3488
+ "clrName": "CreateCommand",
3489
+ "tsEmitName": "createCommand",
3490
+ "normalizedSignature": "CreateCommand|():System.Data.Common.DbCommand|static=false",
3491
+ "provenance": "Original",
3492
+ "emitScope": "ClassSurface",
3493
+ "isStatic": false,
3494
+ "isAbstract": false,
3495
+ "isVirtual": true,
3496
+ "isOverride": true,
3497
+ "isSealed": false,
3498
+ "arity": 0,
3499
+ "parameterCount": 0,
3500
+ "isExtensionMethod": false
3501
+ },
3502
+ {
3503
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteFactory::CreateConnection():System.Data.Common.DbConnection",
3504
+ "clrName": "CreateConnection",
3505
+ "tsEmitName": "createConnection",
3506
+ "normalizedSignature": "CreateConnection|():System.Data.Common.DbConnection|static=false",
3507
+ "provenance": "Original",
3508
+ "emitScope": "ClassSurface",
3509
+ "isStatic": false,
3510
+ "isAbstract": false,
3511
+ "isVirtual": true,
3512
+ "isOverride": true,
3513
+ "isSealed": false,
3514
+ "arity": 0,
3515
+ "parameterCount": 0,
3516
+ "isExtensionMethod": false
3517
+ },
3518
+ {
3519
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteFactory::CreateConnectionStringBuilder():System.Data.Common.DbConnectionStringBuilder",
3520
+ "clrName": "CreateConnectionStringBuilder",
3521
+ "tsEmitName": "createConnectionStringBuilder",
3522
+ "normalizedSignature": "CreateConnectionStringBuilder|():System.Data.Common.DbConnectionStringBuilder|static=false",
3523
+ "provenance": "Original",
3524
+ "emitScope": "ClassSurface",
3525
+ "isStatic": false,
3526
+ "isAbstract": false,
3527
+ "isVirtual": true,
3528
+ "isOverride": true,
3529
+ "isSealed": false,
3530
+ "arity": 0,
3531
+ "parameterCount": 0,
3532
+ "isExtensionMethod": false
3533
+ },
3534
+ {
3535
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteFactory::CreateParameter():System.Data.Common.DbParameter",
3536
+ "clrName": "CreateParameter",
3537
+ "tsEmitName": "createParameter",
3538
+ "normalizedSignature": "CreateParameter|():System.Data.Common.DbParameter|static=false",
3539
+ "provenance": "Original",
3540
+ "emitScope": "ClassSurface",
3541
+ "isStatic": false,
3542
+ "isAbstract": false,
3543
+ "isVirtual": true,
3544
+ "isOverride": true,
3545
+ "isSealed": false,
3546
+ "arity": 0,
3547
+ "parameterCount": 0,
3548
+ "isExtensionMethod": false
3549
+ }
3550
+ ],
3551
+ "properties": [],
3552
+ "fields": [
3553
+ {
3554
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteFactory::InstanceMicrosoft.Data.Sqlite.SqliteFactory",
3555
+ "clrName": "Instance",
3556
+ "tsEmitName": "instance",
3557
+ "normalizedSignature": "Instance|Microsoft.Data.Sqlite.SqliteFactory|static=true|const=false",
3558
+ "isStatic": true,
3559
+ "isReadOnly": true,
3560
+ "isLiteral": false
3561
+ }
3562
+ ],
3563
+ "events": [],
3564
+ "constructors": []
3565
+ },
3566
+ {
3567
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameter",
3568
+ "clrName": "Microsoft.Data.Sqlite.SqliteParameter",
3569
+ "tsEmitName": "SqliteParameter",
3570
+ "kind": "Class",
3571
+ "accessibility": "Public",
3572
+ "isAbstract": false,
3573
+ "isSealed": false,
3574
+ "isStatic": false,
3575
+ "arity": 0,
3576
+ "methods": [
3577
+ {
3578
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameter::ResetDbType():System.Void",
3579
+ "clrName": "ResetDbType",
3580
+ "tsEmitName": "resetDbType",
3581
+ "normalizedSignature": "ResetDbType|():System.Void|static=false",
3582
+ "provenance": "Original",
3583
+ "emitScope": "ClassSurface",
3584
+ "isStatic": false,
3585
+ "isAbstract": false,
3586
+ "isVirtual": true,
3587
+ "isOverride": true,
3588
+ "isSealed": false,
3589
+ "arity": 0,
3590
+ "parameterCount": 0,
3591
+ "isExtensionMethod": false
3592
+ },
3593
+ {
3594
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameter::ResetSqliteType():System.Void",
3595
+ "clrName": "ResetSqliteType",
3596
+ "tsEmitName": "resetSqliteType",
3597
+ "normalizedSignature": "ResetSqliteType|():System.Void|static=false",
3598
+ "provenance": "Original",
3599
+ "emitScope": "ClassSurface",
3600
+ "isStatic": false,
3601
+ "isAbstract": false,
3602
+ "isVirtual": true,
3603
+ "isOverride": false,
3604
+ "isSealed": false,
3605
+ "arity": 0,
3606
+ "parameterCount": 0,
3607
+ "isExtensionMethod": false
3608
+ }
3609
+ ],
3610
+ "properties": [
3611
+ {
3612
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameter::DbType:System.Data.DbType",
3613
+ "clrName": "DbType",
3614
+ "tsEmitName": "dbType",
3615
+ "normalizedSignature": "DbType|:System.Data.DbType|static=false|accessor=getset",
3616
+ "provenance": "Original",
3617
+ "emitScope": "ClassSurface",
3618
+ "isStatic": false,
3619
+ "isAbstract": false,
3620
+ "isVirtual": true,
3621
+ "isOverride": true,
3622
+ "isIndexer": false,
3623
+ "hasGetter": true,
3624
+ "hasSetter": true
3625
+ },
3626
+ {
3627
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameter::SqliteType:Microsoft.Data.Sqlite.SqliteType",
3628
+ "clrName": "SqliteType",
3629
+ "tsEmitName": "sqliteType",
3630
+ "normalizedSignature": "SqliteType|:Microsoft.Data.Sqlite.SqliteType|static=false|accessor=getset",
3631
+ "provenance": "Original",
3632
+ "emitScope": "ClassSurface",
3633
+ "isStatic": false,
3634
+ "isAbstract": false,
3635
+ "isVirtual": true,
3636
+ "isOverride": false,
3637
+ "isIndexer": false,
3638
+ "hasGetter": true,
3639
+ "hasSetter": true
3640
+ },
3641
+ {
3642
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameter::Direction:System.Data.ParameterDirection",
3643
+ "clrName": "Direction",
3644
+ "tsEmitName": "direction",
3645
+ "normalizedSignature": "Direction|:System.Data.ParameterDirection|static=false|accessor=getset",
3646
+ "provenance": "Original",
3647
+ "emitScope": "ClassSurface",
3648
+ "isStatic": false,
3649
+ "isAbstract": false,
3650
+ "isVirtual": true,
3651
+ "isOverride": true,
3652
+ "isIndexer": false,
3653
+ "hasGetter": true,
3654
+ "hasSetter": true
3655
+ },
3656
+ {
3657
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameter::IsNullable:System.Boolean",
3658
+ "clrName": "IsNullable",
3659
+ "tsEmitName": "isNullable",
3660
+ "normalizedSignature": "IsNullable|:System.Boolean|static=false|accessor=getset",
3661
+ "provenance": "Original",
3662
+ "emitScope": "ClassSurface",
3663
+ "isStatic": false,
3664
+ "isAbstract": false,
3665
+ "isVirtual": true,
3666
+ "isOverride": true,
3667
+ "isIndexer": false,
3668
+ "hasGetter": true,
3669
+ "hasSetter": true
3670
+ },
3671
+ {
3672
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameter::ParameterName:System.String",
3673
+ "clrName": "ParameterName",
3674
+ "tsEmitName": "parameterName",
3675
+ "normalizedSignature": "ParameterName|:System.String|static=false|accessor=getset",
3676
+ "provenance": "Original",
3677
+ "emitScope": "ClassSurface",
3678
+ "isStatic": false,
3679
+ "isAbstract": false,
3680
+ "isVirtual": true,
3681
+ "isOverride": true,
3682
+ "isIndexer": false,
3683
+ "hasGetter": true,
3684
+ "hasSetter": true
3685
+ },
3686
+ {
3687
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameter::Size:System.Int32",
3688
+ "clrName": "Size",
3689
+ "tsEmitName": "size",
3690
+ "normalizedSignature": "Size|:System.Int32|static=false|accessor=getset",
3691
+ "provenance": "Original",
3692
+ "emitScope": "ClassSurface",
3693
+ "isStatic": false,
3694
+ "isAbstract": false,
3695
+ "isVirtual": true,
3696
+ "isOverride": true,
3697
+ "isIndexer": false,
3698
+ "hasGetter": true,
3699
+ "hasSetter": true
3700
+ },
3701
+ {
3702
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameter::SourceColumn:System.String",
3703
+ "clrName": "SourceColumn",
3704
+ "tsEmitName": "sourceColumn",
3705
+ "normalizedSignature": "SourceColumn|:System.String|static=false|accessor=getset",
3706
+ "provenance": "Original",
3707
+ "emitScope": "ClassSurface",
3708
+ "isStatic": false,
3709
+ "isAbstract": false,
3710
+ "isVirtual": true,
3711
+ "isOverride": true,
3712
+ "isIndexer": false,
3713
+ "hasGetter": true,
3714
+ "hasSetter": true
3715
+ },
3716
+ {
3717
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameter::SourceColumnNullMapping:System.Boolean",
3718
+ "clrName": "SourceColumnNullMapping",
3719
+ "tsEmitName": "sourceColumnNullMapping",
3720
+ "normalizedSignature": "SourceColumnNullMapping|:System.Boolean|static=false|accessor=getset",
3721
+ "provenance": "Original",
3722
+ "emitScope": "ClassSurface",
3723
+ "isStatic": false,
3724
+ "isAbstract": false,
3725
+ "isVirtual": true,
3726
+ "isOverride": true,
3727
+ "isIndexer": false,
3728
+ "hasGetter": true,
3729
+ "hasSetter": true
3730
+ },
3731
+ {
3732
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameter::Value:System.Object",
3733
+ "clrName": "Value",
3734
+ "tsEmitName": "value",
3735
+ "normalizedSignature": "Value|:System.Object|static=false|accessor=getset",
3736
+ "provenance": "Original",
3737
+ "emitScope": "ClassSurface",
3738
+ "isStatic": false,
3739
+ "isAbstract": false,
3740
+ "isVirtual": true,
3741
+ "isOverride": true,
3742
+ "isIndexer": false,
3743
+ "hasGetter": true,
3744
+ "hasSetter": true
3745
+ }
3746
+ ],
3747
+ "fields": [],
3748
+ "events": [],
3749
+ "constructors": [
3750
+ {
3751
+ "normalizedSignature": "constructor|():void|static=false",
3752
+ "isStatic": false,
3753
+ "parameterCount": 0
3754
+ },
3755
+ {
3756
+ "normalizedSignature": "constructor|(System.String,System.Object):void|static=false",
3757
+ "isStatic": false,
3758
+ "parameterCount": 2
3759
+ },
3760
+ {
3761
+ "normalizedSignature": "constructor|(System.String,Microsoft.Data.Sqlite.SqliteType):void|static=false",
3762
+ "isStatic": false,
3763
+ "parameterCount": 2
3764
+ },
3765
+ {
3766
+ "normalizedSignature": "constructor|(System.String,Microsoft.Data.Sqlite.SqliteType,System.Int32):void|static=false",
3767
+ "isStatic": false,
3768
+ "parameterCount": 3
3769
+ },
3770
+ {
3771
+ "normalizedSignature": "constructor|(System.String,Microsoft.Data.Sqlite.SqliteType,System.Int32,System.String):void|static=false",
3772
+ "isStatic": false,
3773
+ "parameterCount": 4
3774
+ }
3775
+ ]
3776
+ },
3777
+ {
3778
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection",
3779
+ "clrName": "Microsoft.Data.Sqlite.SqliteParameterCollection",
3780
+ "tsEmitName": "SqliteParameterCollection",
3781
+ "kind": "Class",
3782
+ "accessibility": "Public",
3783
+ "isAbstract": false,
3784
+ "isSealed": false,
3785
+ "isStatic": false,
3786
+ "arity": 0,
3787
+ "methods": [
3788
+ {
3789
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::Add(System.Object):System.Int32",
3790
+ "clrName": "Add",
3791
+ "tsEmitName": "add",
3792
+ "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
3793
+ "provenance": "Original",
3794
+ "emitScope": "ClassSurface",
3795
+ "isStatic": false,
3796
+ "isAbstract": false,
3797
+ "isVirtual": true,
3798
+ "isOverride": true,
3799
+ "isSealed": false,
3800
+ "arity": 0,
3801
+ "parameterCount": 1,
3802
+ "isExtensionMethod": false
3803
+ },
3804
+ {
3805
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::Add(Microsoft.Data.Sqlite.SqliteParameter):Microsoft.Data.Sqlite.SqliteParameter",
3806
+ "clrName": "Add",
3807
+ "tsEmitName": "add",
3808
+ "normalizedSignature": "Add|(Microsoft.Data.Sqlite.SqliteParameter):Microsoft.Data.Sqlite.SqliteParameter|static=false",
3809
+ "provenance": "Original",
3810
+ "emitScope": "ClassSurface",
3811
+ "isStatic": false,
3812
+ "isAbstract": false,
3813
+ "isVirtual": true,
3814
+ "isOverride": false,
3815
+ "isSealed": false,
3816
+ "arity": 0,
3817
+ "parameterCount": 1,
3818
+ "isExtensionMethod": false
3819
+ },
3820
+ {
3821
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::Add(System.String,Microsoft.Data.Sqlite.SqliteType):Microsoft.Data.Sqlite.SqliteParameter",
3822
+ "clrName": "Add",
3823
+ "tsEmitName": "add",
3824
+ "normalizedSignature": "Add|(System.String,Microsoft.Data.Sqlite.SqliteType):Microsoft.Data.Sqlite.SqliteParameter|static=false",
3825
+ "provenance": "Original",
3826
+ "emitScope": "ClassSurface",
3827
+ "isStatic": false,
3828
+ "isAbstract": false,
3829
+ "isVirtual": true,
3830
+ "isOverride": false,
3831
+ "isSealed": false,
3832
+ "arity": 0,
3833
+ "parameterCount": 2,
3834
+ "isExtensionMethod": false
3835
+ },
3836
+ {
3837
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::Add(System.String,Microsoft.Data.Sqlite.SqliteType,System.Int32):Microsoft.Data.Sqlite.SqliteParameter",
3838
+ "clrName": "Add",
3839
+ "tsEmitName": "add",
3840
+ "normalizedSignature": "Add|(System.String,Microsoft.Data.Sqlite.SqliteType,System.Int32):Microsoft.Data.Sqlite.SqliteParameter|static=false",
3841
+ "provenance": "Original",
3842
+ "emitScope": "ClassSurface",
3843
+ "isStatic": false,
3844
+ "isAbstract": false,
3845
+ "isVirtual": true,
3846
+ "isOverride": false,
3847
+ "isSealed": false,
3848
+ "arity": 0,
3849
+ "parameterCount": 3,
3850
+ "isExtensionMethod": false
3851
+ },
3852
+ {
3853
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::Add(System.String,Microsoft.Data.Sqlite.SqliteType,System.Int32,System.String):Microsoft.Data.Sqlite.SqliteParameter",
3854
+ "clrName": "Add",
3855
+ "tsEmitName": "add",
3856
+ "normalizedSignature": "Add|(System.String,Microsoft.Data.Sqlite.SqliteType,System.Int32,System.String):Microsoft.Data.Sqlite.SqliteParameter|static=false",
3857
+ "provenance": "Original",
3858
+ "emitScope": "ClassSurface",
3859
+ "isStatic": false,
3860
+ "isAbstract": false,
3861
+ "isVirtual": true,
3862
+ "isOverride": false,
3863
+ "isSealed": false,
3864
+ "arity": 0,
3865
+ "parameterCount": 4,
3866
+ "isExtensionMethod": false
3867
+ },
3868
+ {
3869
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::AddRange(System.Array):System.Void",
3870
+ "clrName": "AddRange",
3871
+ "tsEmitName": "addRange",
3872
+ "normalizedSignature": "AddRange|(System.Array):System.Void|static=false",
3873
+ "provenance": "Original",
3874
+ "emitScope": "ClassSurface",
3875
+ "isStatic": false,
3876
+ "isAbstract": false,
3877
+ "isVirtual": true,
3878
+ "isOverride": true,
3879
+ "isSealed": false,
3880
+ "arity": 0,
3881
+ "parameterCount": 1,
3882
+ "isExtensionMethod": false
3883
+ },
3884
+ {
3885
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::AddRange(System.Collections.Generic.IEnumerable_1[[Microsoft.Data.Sqlite.SqliteParameter,Microsoft.Data.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
3886
+ "clrName": "AddRange",
3887
+ "tsEmitName": "addRange",
3888
+ "normalizedSignature": "AddRange|(System.Collections.Generic.IEnumerable_1[[Microsoft.Data.Sqlite.SqliteParameter,Microsoft.Data.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
3889
+ "provenance": "Original",
3890
+ "emitScope": "ClassSurface",
3891
+ "isStatic": false,
3892
+ "isAbstract": false,
3893
+ "isVirtual": true,
3894
+ "isOverride": false,
3895
+ "isSealed": false,
3896
+ "arity": 0,
3897
+ "parameterCount": 1,
3898
+ "isExtensionMethod": false
3899
+ },
3900
+ {
3901
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::AddWithValue(System.String,System.Object):Microsoft.Data.Sqlite.SqliteParameter",
3902
+ "clrName": "AddWithValue",
3903
+ "tsEmitName": "addWithValue",
3904
+ "normalizedSignature": "AddWithValue|(System.String,System.Object):Microsoft.Data.Sqlite.SqliteParameter|static=false",
3905
+ "provenance": "Original",
3906
+ "emitScope": "ClassSurface",
3907
+ "isStatic": false,
3908
+ "isAbstract": false,
3909
+ "isVirtual": true,
3910
+ "isOverride": false,
3911
+ "isSealed": false,
3912
+ "arity": 0,
3913
+ "parameterCount": 2,
3914
+ "isExtensionMethod": false
3915
+ },
3916
+ {
3917
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::Clear():System.Void",
3918
+ "clrName": "Clear",
3919
+ "tsEmitName": "clear",
3920
+ "normalizedSignature": "Clear|():System.Void|static=false",
3921
+ "provenance": "Original",
3922
+ "emitScope": "ClassSurface",
3923
+ "isStatic": false,
3924
+ "isAbstract": false,
3925
+ "isVirtual": true,
3926
+ "isOverride": true,
3927
+ "isSealed": false,
3928
+ "arity": 0,
3929
+ "parameterCount": 0,
3930
+ "isExtensionMethod": false
3931
+ },
3932
+ {
3933
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::Contains(System.Object):System.Boolean",
3934
+ "clrName": "Contains",
3935
+ "tsEmitName": "contains",
3936
+ "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
3937
+ "provenance": "Original",
3938
+ "emitScope": "ClassSurface",
3939
+ "isStatic": false,
3940
+ "isAbstract": false,
3941
+ "isVirtual": true,
3942
+ "isOverride": true,
3943
+ "isSealed": false,
3944
+ "arity": 0,
3945
+ "parameterCount": 1,
3946
+ "isExtensionMethod": false
3947
+ },
3948
+ {
3949
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::Contains(Microsoft.Data.Sqlite.SqliteParameter):System.Boolean",
3950
+ "clrName": "Contains",
3951
+ "tsEmitName": "contains",
3952
+ "normalizedSignature": "Contains|(Microsoft.Data.Sqlite.SqliteParameter):System.Boolean|static=false",
3953
+ "provenance": "Original",
3954
+ "emitScope": "ClassSurface",
3955
+ "isStatic": false,
3956
+ "isAbstract": false,
3957
+ "isVirtual": true,
3958
+ "isOverride": false,
3959
+ "isSealed": false,
3960
+ "arity": 0,
3961
+ "parameterCount": 1,
3962
+ "isExtensionMethod": false
3963
+ },
3964
+ {
3965
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::Contains(System.String):System.Boolean",
3966
+ "clrName": "Contains",
3967
+ "tsEmitName": "contains",
3968
+ "normalizedSignature": "Contains|(System.String):System.Boolean|static=false",
3969
+ "provenance": "Original",
3970
+ "emitScope": "ClassSurface",
3971
+ "isStatic": false,
3972
+ "isAbstract": false,
3973
+ "isVirtual": true,
3974
+ "isOverride": true,
3975
+ "isSealed": false,
3976
+ "arity": 0,
3977
+ "parameterCount": 1,
3978
+ "isExtensionMethod": false
3979
+ },
3980
+ {
3981
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::CopyTo(System.Array,System.Int32):System.Void",
3982
+ "clrName": "CopyTo",
3983
+ "tsEmitName": "copyTo",
3984
+ "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
3985
+ "provenance": "Original",
3986
+ "emitScope": "ClassSurface",
3987
+ "isStatic": false,
3988
+ "isAbstract": false,
3989
+ "isVirtual": true,
3990
+ "isOverride": true,
3991
+ "isSealed": false,
3992
+ "arity": 0,
3993
+ "parameterCount": 2,
3994
+ "isExtensionMethod": false
3995
+ },
3996
+ {
3997
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::CopyTo(Microsoft.Data.Sqlite.SqliteParameter[],System.Int32):System.Void",
3998
+ "clrName": "CopyTo",
3999
+ "tsEmitName": "copyTo",
4000
+ "normalizedSignature": "CopyTo|(Microsoft.Data.Sqlite.SqliteParameter[],System.Int32):System.Void|static=false",
4001
+ "provenance": "Original",
4002
+ "emitScope": "ClassSurface",
4003
+ "isStatic": false,
4004
+ "isAbstract": false,
4005
+ "isVirtual": true,
4006
+ "isOverride": false,
4007
+ "isSealed": false,
4008
+ "arity": 0,
4009
+ "parameterCount": 2,
4010
+ "isExtensionMethod": false
4011
+ },
4012
+ {
4013
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::GetEnumerator():System.Collections.IEnumerator",
4014
+ "clrName": "GetEnumerator",
4015
+ "tsEmitName": "getEnumerator",
4016
+ "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
4017
+ "provenance": "Original",
4018
+ "emitScope": "ClassSurface",
4019
+ "isStatic": false,
4020
+ "isAbstract": false,
4021
+ "isVirtual": true,
4022
+ "isOverride": true,
4023
+ "isSealed": false,
4024
+ "arity": 0,
4025
+ "parameterCount": 0,
4026
+ "isExtensionMethod": false
4027
+ },
4028
+ {
4029
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::IndexOf(System.Object):System.Int32",
4030
+ "clrName": "IndexOf",
4031
+ "tsEmitName": "indexOf",
4032
+ "normalizedSignature": "IndexOf|(System.Object):System.Int32|static=false",
4033
+ "provenance": "Original",
4034
+ "emitScope": "ClassSurface",
4035
+ "isStatic": false,
4036
+ "isAbstract": false,
4037
+ "isVirtual": true,
4038
+ "isOverride": true,
4039
+ "isSealed": false,
4040
+ "arity": 0,
4041
+ "parameterCount": 1,
4042
+ "isExtensionMethod": false
4043
+ },
4044
+ {
4045
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::IndexOf(Microsoft.Data.Sqlite.SqliteParameter):System.Int32",
4046
+ "clrName": "IndexOf",
4047
+ "tsEmitName": "indexOf",
4048
+ "normalizedSignature": "IndexOf|(Microsoft.Data.Sqlite.SqliteParameter):System.Int32|static=false",
4049
+ "provenance": "Original",
4050
+ "emitScope": "ClassSurface",
4051
+ "isStatic": false,
4052
+ "isAbstract": false,
4053
+ "isVirtual": true,
4054
+ "isOverride": false,
4055
+ "isSealed": false,
4056
+ "arity": 0,
4057
+ "parameterCount": 1,
4058
+ "isExtensionMethod": false
4059
+ },
4060
+ {
4061
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::IndexOf(System.String):System.Int32",
4062
+ "clrName": "IndexOf",
4063
+ "tsEmitName": "indexOf",
4064
+ "normalizedSignature": "IndexOf|(System.String):System.Int32|static=false",
4065
+ "provenance": "Original",
4066
+ "emitScope": "ClassSurface",
4067
+ "isStatic": false,
4068
+ "isAbstract": false,
4069
+ "isVirtual": true,
4070
+ "isOverride": true,
4071
+ "isSealed": false,
4072
+ "arity": 0,
4073
+ "parameterCount": 1,
4074
+ "isExtensionMethod": false
4075
+ },
4076
+ {
4077
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::Insert(System.Int32,System.Object):System.Void",
4078
+ "clrName": "Insert",
4079
+ "tsEmitName": "insert",
4080
+ "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
4081
+ "provenance": "Original",
4082
+ "emitScope": "ClassSurface",
4083
+ "isStatic": false,
4084
+ "isAbstract": false,
4085
+ "isVirtual": true,
4086
+ "isOverride": true,
4087
+ "isSealed": false,
4088
+ "arity": 0,
4089
+ "parameterCount": 2,
4090
+ "isExtensionMethod": false
4091
+ },
4092
+ {
4093
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::Insert(System.Int32,Microsoft.Data.Sqlite.SqliteParameter):System.Void",
4094
+ "clrName": "Insert",
4095
+ "tsEmitName": "insert",
4096
+ "normalizedSignature": "Insert|(System.Int32,Microsoft.Data.Sqlite.SqliteParameter):System.Void|static=false",
4097
+ "provenance": "Original",
4098
+ "emitScope": "ClassSurface",
4099
+ "isStatic": false,
4100
+ "isAbstract": false,
4101
+ "isVirtual": true,
4102
+ "isOverride": false,
4103
+ "isSealed": false,
4104
+ "arity": 0,
4105
+ "parameterCount": 2,
4106
+ "isExtensionMethod": false
4107
+ },
4108
+ {
4109
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::Remove(System.Object):System.Void",
4110
+ "clrName": "Remove",
4111
+ "tsEmitName": "remove",
4112
+ "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
4113
+ "provenance": "Original",
4114
+ "emitScope": "ClassSurface",
4115
+ "isStatic": false,
4116
+ "isAbstract": false,
4117
+ "isVirtual": true,
4118
+ "isOverride": true,
4119
+ "isSealed": false,
4120
+ "arity": 0,
4121
+ "parameterCount": 1,
4122
+ "isExtensionMethod": false
4123
+ },
4124
+ {
4125
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::Remove(Microsoft.Data.Sqlite.SqliteParameter):System.Void",
4126
+ "clrName": "Remove",
4127
+ "tsEmitName": "remove",
4128
+ "normalizedSignature": "Remove|(Microsoft.Data.Sqlite.SqliteParameter):System.Void|static=false",
4129
+ "provenance": "Original",
4130
+ "emitScope": "ClassSurface",
4131
+ "isStatic": false,
4132
+ "isAbstract": false,
4133
+ "isVirtual": true,
4134
+ "isOverride": false,
4135
+ "isSealed": false,
4136
+ "arity": 0,
4137
+ "parameterCount": 1,
4138
+ "isExtensionMethod": false
4139
+ },
4140
+ {
4141
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::RemoveAt(System.Int32):System.Void",
4142
+ "clrName": "RemoveAt",
4143
+ "tsEmitName": "removeAt",
4144
+ "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
4145
+ "provenance": "Original",
4146
+ "emitScope": "ClassSurface",
4147
+ "isStatic": false,
4148
+ "isAbstract": false,
4149
+ "isVirtual": true,
4150
+ "isOverride": true,
4151
+ "isSealed": false,
4152
+ "arity": 0,
4153
+ "parameterCount": 1,
4154
+ "isExtensionMethod": false
4155
+ },
4156
+ {
4157
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::RemoveAt(System.String):System.Void",
4158
+ "clrName": "RemoveAt",
4159
+ "tsEmitName": "removeAt",
4160
+ "normalizedSignature": "RemoveAt|(System.String):System.Void|static=false",
4161
+ "provenance": "Original",
4162
+ "emitScope": "ClassSurface",
4163
+ "isStatic": false,
4164
+ "isAbstract": false,
4165
+ "isVirtual": true,
4166
+ "isOverride": true,
4167
+ "isSealed": false,
4168
+ "arity": 0,
4169
+ "parameterCount": 1,
4170
+ "isExtensionMethod": false
4171
+ },
4172
+ {
4173
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::get_Item(System.Int32):Microsoft.Data.Sqlite.SqliteParameter",
4174
+ "clrName": "get_Item",
4175
+ "tsEmitName": "get_Item",
4176
+ "normalizedSignature": "get_Item|(System.Int32):Microsoft.Data.Sqlite.SqliteParameter|static=false",
4177
+ "provenance": "IndexerNormalized",
4178
+ "emitScope": "ClassSurface",
4179
+ "isStatic": false,
4180
+ "isAbstract": false,
4181
+ "isVirtual": true,
4182
+ "isOverride": false,
4183
+ "isSealed": false,
4184
+ "arity": 0,
4185
+ "parameterCount": 1,
4186
+ "isExtensionMethod": false
4187
+ },
4188
+ {
4189
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::set_Item(System.Int32,Microsoft.Data.Sqlite.SqliteParameter):System.Void",
4190
+ "clrName": "set_Item",
4191
+ "tsEmitName": "set_Item",
4192
+ "normalizedSignature": "set_Item|(System.Int32,Microsoft.Data.Sqlite.SqliteParameter):System.Void|static=false",
4193
+ "provenance": "IndexerNormalized",
4194
+ "emitScope": "ClassSurface",
4195
+ "isStatic": false,
4196
+ "isAbstract": false,
4197
+ "isVirtual": true,
4198
+ "isOverride": false,
4199
+ "isSealed": false,
4200
+ "arity": 0,
4201
+ "parameterCount": 2,
4202
+ "isExtensionMethod": false
4203
+ },
4204
+ {
4205
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::get_Item(System.String):Microsoft.Data.Sqlite.SqliteParameter",
4206
+ "clrName": "get_Item",
4207
+ "tsEmitName": "get_Item2",
4208
+ "normalizedSignature": "get_Item|(System.String):Microsoft.Data.Sqlite.SqliteParameter|static=false",
4209
+ "provenance": "IndexerNormalized",
4210
+ "emitScope": "ClassSurface",
4211
+ "isStatic": false,
4212
+ "isAbstract": false,
4213
+ "isVirtual": true,
4214
+ "isOverride": false,
4215
+ "isSealed": false,
4216
+ "arity": 0,
4217
+ "parameterCount": 1,
4218
+ "isExtensionMethod": false
4219
+ },
4220
+ {
4221
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::set_Item(System.String,Microsoft.Data.Sqlite.SqliteParameter):System.Void",
4222
+ "clrName": "set_Item",
4223
+ "tsEmitName": "set_Item2",
4224
+ "normalizedSignature": "set_Item|(System.String,Microsoft.Data.Sqlite.SqliteParameter):System.Void|static=false",
4225
+ "provenance": "IndexerNormalized",
4226
+ "emitScope": "ClassSurface",
4227
+ "isStatic": false,
4228
+ "isAbstract": false,
4229
+ "isVirtual": true,
4230
+ "isOverride": false,
4231
+ "isSealed": false,
4232
+ "arity": 0,
4233
+ "parameterCount": 2,
4234
+ "isExtensionMethod": false
4235
+ }
4236
+ ],
4237
+ "properties": [
4238
+ {
4239
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::Count:System.Int32",
4240
+ "clrName": "Count",
4241
+ "tsEmitName": "count",
4242
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
4243
+ "provenance": "Original",
4244
+ "emitScope": "ClassSurface",
4245
+ "isStatic": false,
4246
+ "isAbstract": false,
4247
+ "isVirtual": true,
4248
+ "isOverride": true,
4249
+ "isIndexer": false,
4250
+ "hasGetter": true,
4251
+ "hasSetter": false
4252
+ },
4253
+ {
4254
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteParameterCollection::SyncRoot:System.Object",
4255
+ "clrName": "SyncRoot",
4256
+ "tsEmitName": "syncRoot",
4257
+ "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
4258
+ "provenance": "Original",
4259
+ "emitScope": "ClassSurface",
4260
+ "isStatic": false,
4261
+ "isAbstract": false,
4262
+ "isVirtual": true,
4263
+ "isOverride": true,
4264
+ "isIndexer": false,
4265
+ "hasGetter": true,
4266
+ "hasSetter": false
4267
+ }
4268
+ ],
4269
+ "fields": [],
4270
+ "events": [],
4271
+ "constructors": []
4272
+ },
4273
+ {
4274
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteTransaction",
4275
+ "clrName": "Microsoft.Data.Sqlite.SqliteTransaction",
4276
+ "tsEmitName": "SqliteTransaction",
4277
+ "kind": "Class",
4278
+ "accessibility": "Public",
4279
+ "isAbstract": false,
4280
+ "isSealed": false,
4281
+ "isStatic": false,
4282
+ "arity": 0,
4283
+ "methods": [
4284
+ {
4285
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteTransaction::Commit():System.Void",
4286
+ "clrName": "Commit",
4287
+ "tsEmitName": "commit",
4288
+ "normalizedSignature": "Commit|():System.Void|static=false",
4289
+ "provenance": "Original",
4290
+ "emitScope": "ClassSurface",
4291
+ "isStatic": false,
4292
+ "isAbstract": false,
4293
+ "isVirtual": true,
4294
+ "isOverride": true,
4295
+ "isSealed": false,
4296
+ "arity": 0,
4297
+ "parameterCount": 0,
4298
+ "isExtensionMethod": false
4299
+ },
4300
+ {
4301
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteTransaction::Rollback():System.Void",
4302
+ "clrName": "Rollback",
4303
+ "tsEmitName": "rollback",
4304
+ "normalizedSignature": "Rollback|():System.Void|static=false",
4305
+ "provenance": "Original",
4306
+ "emitScope": "ClassSurface",
4307
+ "isStatic": false,
4308
+ "isAbstract": false,
4309
+ "isVirtual": true,
4310
+ "isOverride": true,
4311
+ "isSealed": false,
4312
+ "arity": 0,
4313
+ "parameterCount": 0,
4314
+ "isExtensionMethod": false
4315
+ },
4316
+ {
4317
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteTransaction::Save(System.String):System.Void",
4318
+ "clrName": "Save",
4319
+ "tsEmitName": "save",
4320
+ "normalizedSignature": "Save|(System.String):System.Void|static=false",
4321
+ "provenance": "Original",
4322
+ "emitScope": "ClassSurface",
4323
+ "isStatic": false,
4324
+ "isAbstract": false,
4325
+ "isVirtual": true,
4326
+ "isOverride": true,
4327
+ "isSealed": false,
4328
+ "arity": 0,
4329
+ "parameterCount": 1,
4330
+ "isExtensionMethod": false
4331
+ },
4332
+ {
4333
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteTransaction::Rollback(System.String):System.Void",
4334
+ "clrName": "Rollback",
4335
+ "tsEmitName": "rollback",
4336
+ "normalizedSignature": "Rollback|(System.String):System.Void|static=false",
4337
+ "provenance": "Original",
4338
+ "emitScope": "ClassSurface",
4339
+ "isStatic": false,
4340
+ "isAbstract": false,
4341
+ "isVirtual": true,
4342
+ "isOverride": true,
4343
+ "isSealed": false,
4344
+ "arity": 0,
4345
+ "parameterCount": 1,
4346
+ "isExtensionMethod": false
4347
+ },
4348
+ {
4349
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteTransaction::Release(System.String):System.Void",
4350
+ "clrName": "Release",
4351
+ "tsEmitName": "release",
4352
+ "normalizedSignature": "Release|(System.String):System.Void|static=false",
4353
+ "provenance": "Original",
4354
+ "emitScope": "ClassSurface",
4355
+ "isStatic": false,
4356
+ "isAbstract": false,
4357
+ "isVirtual": true,
4358
+ "isOverride": true,
4359
+ "isSealed": false,
4360
+ "arity": 0,
4361
+ "parameterCount": 1,
4362
+ "isExtensionMethod": false
4363
+ }
4364
+ ],
4365
+ "properties": [
4366
+ {
4367
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteTransaction::Connection:Microsoft.Data.Sqlite.SqliteConnection",
4368
+ "clrName": "Connection",
4369
+ "tsEmitName": "connection",
4370
+ "normalizedSignature": "Connection|:Microsoft.Data.Sqlite.SqliteConnection|static=false|accessor=get",
4371
+ "provenance": "Original",
4372
+ "emitScope": "ClassSurface",
4373
+ "isStatic": false,
4374
+ "isAbstract": false,
4375
+ "isVirtual": true,
4376
+ "isOverride": false,
4377
+ "isIndexer": false,
4378
+ "hasGetter": true,
4379
+ "hasSetter": false
4380
+ },
4381
+ {
4382
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteTransaction::IsolationLevel:System.Data.IsolationLevel",
4383
+ "clrName": "IsolationLevel",
4384
+ "tsEmitName": "isolationLevel",
4385
+ "normalizedSignature": "IsolationLevel|:System.Data.IsolationLevel|static=false|accessor=get",
4386
+ "provenance": "Original",
4387
+ "emitScope": "ClassSurface",
4388
+ "isStatic": false,
4389
+ "isAbstract": false,
4390
+ "isVirtual": true,
4391
+ "isOverride": true,
4392
+ "isIndexer": false,
4393
+ "hasGetter": true,
4394
+ "hasSetter": false
4395
+ },
4396
+ {
4397
+ "stableId": "Microsoft.Data.Sqlite:Microsoft.Data.Sqlite.SqliteTransaction::SupportsSavepoints:System.Boolean",
4398
+ "clrName": "SupportsSavepoints",
4399
+ "tsEmitName": "supportsSavepoints",
4400
+ "normalizedSignature": "SupportsSavepoints|:System.Boolean|static=false|accessor=get",
4401
+ "provenance": "Original",
4402
+ "emitScope": "ClassSurface",
4403
+ "isStatic": false,
4404
+ "isAbstract": false,
4405
+ "isVirtual": true,
4406
+ "isOverride": true,
4407
+ "isIndexer": false,
4408
+ "hasGetter": true,
4409
+ "hasSetter": false
4410
+ }
4411
+ ],
4412
+ "fields": [],
4413
+ "events": [],
4414
+ "constructors": []
4415
+ }
4416
+ ]
4417
+ }