@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,707 @@
1
+ {
2
+ "namespace": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal",
3
+ "contributingAssemblies": [
4
+ "Microsoft.EntityFrameworkCore.Sqlite"
5
+ ],
6
+ "types": [
7
+ {
8
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
9
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
10
+ "tsEmitName": "ISqliteRelationalConnection",
11
+ "kind": "Interface",
12
+ "accessibility": "Public",
13
+ "isAbstract": true,
14
+ "isSealed": false,
15
+ "isStatic": false,
16
+ "arity": 0,
17
+ "methods": [
18
+ {
19
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection::CreateReadOnlyConnection():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
20
+ "clrName": "CreateReadOnlyConnection",
21
+ "tsEmitName": "createReadOnlyConnection",
22
+ "normalizedSignature": "CreateReadOnlyConnection|():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection|static=false",
23
+ "provenance": "Original",
24
+ "emitScope": "ClassSurface",
25
+ "isStatic": false,
26
+ "isAbstract": true,
27
+ "isVirtual": true,
28
+ "isOverride": false,
29
+ "isSealed": false,
30
+ "arity": 0,
31
+ "parameterCount": 0,
32
+ "isExtensionMethod": false
33
+ }
34
+ ],
35
+ "properties": [],
36
+ "fields": [],
37
+ "events": [],
38
+ "constructors": []
39
+ },
40
+ {
41
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping",
42
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping",
43
+ "tsEmitName": "SqliteByteArrayTypeMapping",
44
+ "kind": "Class",
45
+ "accessibility": "Public",
46
+ "isAbstract": false,
47
+ "isSealed": false,
48
+ "isStatic": false,
49
+ "arity": 0,
50
+ "methods": [],
51
+ "properties": [
52
+ {
53
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping",
54
+ "clrName": "Default",
55
+ "tsEmitName": "default_",
56
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping|static=true|accessor=get",
57
+ "provenance": "Original",
58
+ "emitScope": "ClassSurface",
59
+ "isStatic": true,
60
+ "isAbstract": false,
61
+ "isVirtual": false,
62
+ "isOverride": false,
63
+ "isIndexer": false,
64
+ "hasGetter": true,
65
+ "hasSetter": false
66
+ }
67
+ ],
68
+ "fields": [],
69
+ "events": [],
70
+ "constructors": [
71
+ {
72
+ "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
73
+ "isStatic": false,
74
+ "parameterCount": 2
75
+ }
76
+ ]
77
+ },
78
+ {
79
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
80
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
81
+ "tsEmitName": "SqliteDatabaseCreator",
82
+ "kind": "Class",
83
+ "accessibility": "Public",
84
+ "isAbstract": false,
85
+ "isSealed": false,
86
+ "isStatic": false,
87
+ "arity": 0,
88
+ "methods": [
89
+ {
90
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator::Create():System.Void",
91
+ "clrName": "Create",
92
+ "tsEmitName": "create",
93
+ "normalizedSignature": "Create|():System.Void|static=false",
94
+ "provenance": "Original",
95
+ "emitScope": "ClassSurface",
96
+ "isStatic": false,
97
+ "isAbstract": false,
98
+ "isVirtual": true,
99
+ "isOverride": true,
100
+ "isSealed": false,
101
+ "arity": 0,
102
+ "parameterCount": 0,
103
+ "isExtensionMethod": false
104
+ },
105
+ {
106
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator::Exists():System.Boolean",
107
+ "clrName": "Exists",
108
+ "tsEmitName": "exists",
109
+ "normalizedSignature": "Exists|():System.Boolean|static=false",
110
+ "provenance": "Original",
111
+ "emitScope": "ClassSurface",
112
+ "isStatic": false,
113
+ "isAbstract": false,
114
+ "isVirtual": true,
115
+ "isOverride": true,
116
+ "isSealed": false,
117
+ "arity": 0,
118
+ "parameterCount": 0,
119
+ "isExtensionMethod": false
120
+ },
121
+ {
122
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator::HasTables():System.Boolean",
123
+ "clrName": "HasTables",
124
+ "tsEmitName": "hasTables",
125
+ "normalizedSignature": "HasTables|():System.Boolean|static=false",
126
+ "provenance": "Original",
127
+ "emitScope": "ClassSurface",
128
+ "isStatic": false,
129
+ "isAbstract": false,
130
+ "isVirtual": true,
131
+ "isOverride": true,
132
+ "isSealed": false,
133
+ "arity": 0,
134
+ "parameterCount": 0,
135
+ "isExtensionMethod": false
136
+ },
137
+ {
138
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator::Delete():System.Void",
139
+ "clrName": "Delete",
140
+ "tsEmitName": "delete_",
141
+ "normalizedSignature": "Delete|():System.Void|static=false",
142
+ "provenance": "Original",
143
+ "emitScope": "ClassSurface",
144
+ "isStatic": false,
145
+ "isAbstract": false,
146
+ "isVirtual": true,
147
+ "isOverride": true,
148
+ "isSealed": false,
149
+ "arity": 0,
150
+ "parameterCount": 0,
151
+ "isExtensionMethod": false
152
+ }
153
+ ],
154
+ "properties": [],
155
+ "fields": [],
156
+ "events": [],
157
+ "constructors": [
158
+ {
159
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreatorDependencies,Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection,Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder):void|static=false",
160
+ "isStatic": false,
161
+ "parameterCount": 3
162
+ }
163
+ ]
164
+ },
165
+ {
166
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping",
167
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping",
168
+ "tsEmitName": "SqliteDateOnlyTypeMapping",
169
+ "kind": "Class",
170
+ "accessibility": "Public",
171
+ "isAbstract": false,
172
+ "isSealed": false,
173
+ "isStatic": false,
174
+ "arity": 0,
175
+ "methods": [],
176
+ "properties": [
177
+ {
178
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping",
179
+ "clrName": "Default",
180
+ "tsEmitName": "default_",
181
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping|static=true|accessor=get",
182
+ "provenance": "Original",
183
+ "emitScope": "ClassSurface",
184
+ "isStatic": true,
185
+ "isAbstract": false,
186
+ "isVirtual": false,
187
+ "isOverride": false,
188
+ "isIndexer": false,
189
+ "hasGetter": true,
190
+ "hasSetter": false
191
+ }
192
+ ],
193
+ "fields": [],
194
+ "events": [],
195
+ "constructors": [
196
+ {
197
+ "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
198
+ "isStatic": false,
199
+ "parameterCount": 2
200
+ }
201
+ ]
202
+ },
203
+ {
204
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping",
205
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping",
206
+ "tsEmitName": "SqliteDateTimeOffsetTypeMapping",
207
+ "kind": "Class",
208
+ "accessibility": "Public",
209
+ "isAbstract": false,
210
+ "isSealed": false,
211
+ "isStatic": false,
212
+ "arity": 0,
213
+ "methods": [],
214
+ "properties": [
215
+ {
216
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping",
217
+ "clrName": "Default",
218
+ "tsEmitName": "default_",
219
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping|static=true|accessor=get",
220
+ "provenance": "Original",
221
+ "emitScope": "ClassSurface",
222
+ "isStatic": true,
223
+ "isAbstract": false,
224
+ "isVirtual": false,
225
+ "isOverride": false,
226
+ "isIndexer": false,
227
+ "hasGetter": true,
228
+ "hasSetter": false
229
+ }
230
+ ],
231
+ "fields": [],
232
+ "events": [],
233
+ "constructors": [
234
+ {
235
+ "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
236
+ "isStatic": false,
237
+ "parameterCount": 2
238
+ }
239
+ ]
240
+ },
241
+ {
242
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping",
243
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping",
244
+ "tsEmitName": "SqliteDateTimeTypeMapping",
245
+ "kind": "Class",
246
+ "accessibility": "Public",
247
+ "isAbstract": false,
248
+ "isSealed": false,
249
+ "isStatic": false,
250
+ "arity": 0,
251
+ "methods": [],
252
+ "properties": [
253
+ {
254
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping",
255
+ "clrName": "Default",
256
+ "tsEmitName": "default_",
257
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping|static=true|accessor=get",
258
+ "provenance": "Original",
259
+ "emitScope": "ClassSurface",
260
+ "isStatic": true,
261
+ "isAbstract": false,
262
+ "isVirtual": false,
263
+ "isOverride": false,
264
+ "isIndexer": false,
265
+ "hasGetter": true,
266
+ "hasSetter": false
267
+ }
268
+ ],
269
+ "fields": [],
270
+ "events": [],
271
+ "constructors": [
272
+ {
273
+ "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
274
+ "isStatic": false,
275
+ "parameterCount": 2
276
+ }
277
+ ]
278
+ },
279
+ {
280
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping",
281
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping",
282
+ "tsEmitName": "SqliteDecimalTypeMapping",
283
+ "kind": "Class",
284
+ "accessibility": "Public",
285
+ "isAbstract": false,
286
+ "isSealed": false,
287
+ "isStatic": false,
288
+ "arity": 0,
289
+ "methods": [],
290
+ "properties": [
291
+ {
292
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping",
293
+ "clrName": "Default",
294
+ "tsEmitName": "default_",
295
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping|static=true|accessor=get",
296
+ "provenance": "Original",
297
+ "emitScope": "ClassSurface",
298
+ "isStatic": true,
299
+ "isAbstract": false,
300
+ "isVirtual": false,
301
+ "isOverride": false,
302
+ "isIndexer": false,
303
+ "hasGetter": true,
304
+ "hasSetter": false
305
+ }
306
+ ],
307
+ "fields": [],
308
+ "events": [],
309
+ "constructors": [
310
+ {
311
+ "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
312
+ "isStatic": false,
313
+ "parameterCount": 2
314
+ }
315
+ ]
316
+ },
317
+ {
318
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping",
319
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping",
320
+ "tsEmitName": "SqliteGuidTypeMapping",
321
+ "kind": "Class",
322
+ "accessibility": "Public",
323
+ "isAbstract": false,
324
+ "isSealed": false,
325
+ "isStatic": false,
326
+ "arity": 0,
327
+ "methods": [],
328
+ "properties": [
329
+ {
330
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping",
331
+ "clrName": "Default",
332
+ "tsEmitName": "default_",
333
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping|static=true|accessor=get",
334
+ "provenance": "Original",
335
+ "emitScope": "ClassSurface",
336
+ "isStatic": true,
337
+ "isAbstract": false,
338
+ "isVirtual": false,
339
+ "isOverride": false,
340
+ "isIndexer": false,
341
+ "hasGetter": true,
342
+ "hasSetter": false
343
+ }
344
+ ],
345
+ "fields": [],
346
+ "events": [],
347
+ "constructors": [
348
+ {
349
+ "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
350
+ "isStatic": false,
351
+ "parameterCount": 2
352
+ }
353
+ ]
354
+ },
355
+ {
356
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
357
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
358
+ "tsEmitName": "SqliteJsonTypeMapping",
359
+ "kind": "Class",
360
+ "accessibility": "Public",
361
+ "isAbstract": false,
362
+ "isSealed": false,
363
+ "isStatic": false,
364
+ "arity": 0,
365
+ "methods": [
366
+ {
367
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping::GetDataReaderMethod():System.Reflection.MethodInfo",
368
+ "clrName": "GetDataReaderMethod",
369
+ "tsEmitName": "getDataReaderMethod",
370
+ "normalizedSignature": "GetDataReaderMethod|():System.Reflection.MethodInfo|static=false",
371
+ "provenance": "Original",
372
+ "emitScope": "ClassSurface",
373
+ "isStatic": false,
374
+ "isAbstract": false,
375
+ "isVirtual": true,
376
+ "isOverride": true,
377
+ "isSealed": false,
378
+ "arity": 0,
379
+ "parameterCount": 0,
380
+ "isExtensionMethod": false
381
+ },
382
+ {
383
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping::CustomizeDataReaderExpression(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
384
+ "clrName": "CustomizeDataReaderExpression",
385
+ "tsEmitName": "customizeDataReaderExpression",
386
+ "normalizedSignature": "CustomizeDataReaderExpression|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
387
+ "provenance": "Original",
388
+ "emitScope": "ClassSurface",
389
+ "isStatic": false,
390
+ "isAbstract": false,
391
+ "isVirtual": true,
392
+ "isOverride": true,
393
+ "isSealed": false,
394
+ "arity": 0,
395
+ "parameterCount": 1,
396
+ "isExtensionMethod": false
397
+ }
398
+ ],
399
+ "properties": [
400
+ {
401
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
402
+ "clrName": "Default",
403
+ "tsEmitName": "default_",
404
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping|static=true|accessor=get",
405
+ "provenance": "Original",
406
+ "emitScope": "ClassSurface",
407
+ "isStatic": true,
408
+ "isAbstract": false,
409
+ "isVirtual": false,
410
+ "isOverride": false,
411
+ "isIndexer": false,
412
+ "hasGetter": true,
413
+ "hasSetter": false
414
+ }
415
+ ],
416
+ "fields": [],
417
+ "events": [],
418
+ "constructors": [
419
+ {
420
+ "normalizedSignature": "constructor|(System.String):void|static=false",
421
+ "isStatic": false,
422
+ "parameterCount": 1
423
+ }
424
+ ]
425
+ },
426
+ {
427
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteRelationalConnection",
428
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteRelationalConnection",
429
+ "tsEmitName": "SqliteRelationalConnection",
430
+ "kind": "Class",
431
+ "accessibility": "Public",
432
+ "isAbstract": false,
433
+ "isSealed": false,
434
+ "isStatic": false,
435
+ "arity": 0,
436
+ "methods": [
437
+ {
438
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteRelationalConnection::CreateReadOnlyConnection():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
439
+ "clrName": "CreateReadOnlyConnection",
440
+ "tsEmitName": "createReadOnlyConnection",
441
+ "normalizedSignature": "CreateReadOnlyConnection|():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection|static=false",
442
+ "provenance": "Original",
443
+ "emitScope": "ClassSurface",
444
+ "isStatic": false,
445
+ "isAbstract": false,
446
+ "isVirtual": true,
447
+ "isOverride": false,
448
+ "isSealed": false,
449
+ "arity": 0,
450
+ "parameterCount": 0,
451
+ "isExtensionMethod": false
452
+ },
453
+ {
454
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection::CreateReadOnlyConnection():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
455
+ "clrName": "CreateReadOnlyConnection",
456
+ "tsEmitName": "createReadOnlyConnection$view",
457
+ "normalizedSignature": "CreateReadOnlyConnection|():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection|static=false",
458
+ "provenance": "ExplicitView",
459
+ "emitScope": "ViewOnly",
460
+ "isStatic": false,
461
+ "isAbstract": false,
462
+ "isVirtual": true,
463
+ "isOverride": false,
464
+ "isSealed": false,
465
+ "arity": 0,
466
+ "parameterCount": 0,
467
+ "sourceInterface": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
468
+ "isExtensionMethod": false
469
+ }
470
+ ],
471
+ "properties": [],
472
+ "fields": [],
473
+ "events": [],
474
+ "constructors": [
475
+ {
476
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalConnectionDependencies,Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BInfrastructure,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
477
+ "isStatic": false,
478
+ "parameterCount": 3
479
+ }
480
+ ]
481
+ },
482
+ {
483
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper",
484
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper",
485
+ "tsEmitName": "SqliteSqlGenerationHelper",
486
+ "kind": "Class",
487
+ "accessibility": "Public",
488
+ "isAbstract": false,
489
+ "isSealed": false,
490
+ "isStatic": false,
491
+ "arity": 0,
492
+ "methods": [
493
+ {
494
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper::DelimitIdentifier(System.String,System.String):System.String",
495
+ "clrName": "DelimitIdentifier",
496
+ "tsEmitName": "delimitIdentifier",
497
+ "normalizedSignature": "DelimitIdentifier|(System.String,System.String):System.String|static=false",
498
+ "provenance": "Original",
499
+ "emitScope": "ClassSurface",
500
+ "isStatic": false,
501
+ "isAbstract": false,
502
+ "isVirtual": true,
503
+ "isOverride": true,
504
+ "isSealed": false,
505
+ "arity": 0,
506
+ "parameterCount": 2,
507
+ "isExtensionMethod": false
508
+ },
509
+ {
510
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper::DelimitIdentifier(System.Text.StringBuilder,System.String,System.String):System.Void",
511
+ "clrName": "DelimitIdentifier",
512
+ "tsEmitName": "delimitIdentifier",
513
+ "normalizedSignature": "DelimitIdentifier|(System.Text.StringBuilder,System.String,System.String):System.Void|static=false",
514
+ "provenance": "Original",
515
+ "emitScope": "ClassSurface",
516
+ "isStatic": false,
517
+ "isAbstract": false,
518
+ "isVirtual": true,
519
+ "isOverride": true,
520
+ "isSealed": false,
521
+ "arity": 0,
522
+ "parameterCount": 3,
523
+ "isExtensionMethod": false
524
+ }
525
+ ],
526
+ "properties": [
527
+ {
528
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper::StartTransactionStatement:System.String",
529
+ "clrName": "StartTransactionStatement",
530
+ "tsEmitName": "startTransactionStatement",
531
+ "normalizedSignature": "StartTransactionStatement|:System.String|static=false|accessor=get",
532
+ "provenance": "Original",
533
+ "emitScope": "ClassSurface",
534
+ "isStatic": false,
535
+ "isAbstract": false,
536
+ "isVirtual": true,
537
+ "isOverride": true,
538
+ "isIndexer": false,
539
+ "hasGetter": true,
540
+ "hasSetter": false
541
+ }
542
+ ],
543
+ "fields": [],
544
+ "events": [],
545
+ "constructors": [
546
+ {
547
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalSqlGenerationHelperDependencies):void|static=false",
548
+ "isStatic": false,
549
+ "parameterCount": 1
550
+ }
551
+ ]
552
+ },
553
+ {
554
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping",
555
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping",
556
+ "tsEmitName": "SqliteStringTypeMapping",
557
+ "kind": "Class",
558
+ "accessibility": "Public",
559
+ "isAbstract": false,
560
+ "isSealed": false,
561
+ "isStatic": false,
562
+ "arity": 0,
563
+ "methods": [],
564
+ "properties": [
565
+ {
566
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping",
567
+ "clrName": "Default",
568
+ "tsEmitName": "default_",
569
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping|static=true|accessor=get",
570
+ "provenance": "Original",
571
+ "emitScope": "ClassSurface",
572
+ "isStatic": true,
573
+ "isAbstract": false,
574
+ "isVirtual": false,
575
+ "isOverride": false,
576
+ "isIndexer": false,
577
+ "hasGetter": true,
578
+ "hasSetter": false
579
+ }
580
+ ],
581
+ "fields": [],
582
+ "events": [],
583
+ "constructors": [
584
+ {
585
+ "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Boolean,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
586
+ "isStatic": false,
587
+ "parameterCount": 4
588
+ }
589
+ ]
590
+ },
591
+ {
592
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping",
593
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping",
594
+ "tsEmitName": "SqliteTimeOnlyTypeMapping",
595
+ "kind": "Class",
596
+ "accessibility": "Public",
597
+ "isAbstract": false,
598
+ "isSealed": false,
599
+ "isStatic": false,
600
+ "arity": 0,
601
+ "methods": [],
602
+ "properties": [
603
+ {
604
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping",
605
+ "clrName": "Default",
606
+ "tsEmitName": "default_",
607
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping|static=true|accessor=get",
608
+ "provenance": "Original",
609
+ "emitScope": "ClassSurface",
610
+ "isStatic": true,
611
+ "isAbstract": false,
612
+ "isVirtual": false,
613
+ "isOverride": false,
614
+ "isIndexer": false,
615
+ "hasGetter": true,
616
+ "hasSetter": false
617
+ }
618
+ ],
619
+ "fields": [],
620
+ "events": [],
621
+ "constructors": [
622
+ {
623
+ "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
624
+ "isStatic": false,
625
+ "parameterCount": 2
626
+ }
627
+ ]
628
+ },
629
+ {
630
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTypeMappingSource",
631
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTypeMappingSource",
632
+ "tsEmitName": "SqliteTypeMappingSource",
633
+ "kind": "Class",
634
+ "accessibility": "Public",
635
+ "isAbstract": false,
636
+ "isSealed": false,
637
+ "isStatic": false,
638
+ "arity": 0,
639
+ "methods": [
640
+ {
641
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTypeMappingSource::IsSpatialiteType(System.String):System.Boolean",
642
+ "clrName": "IsSpatialiteType",
643
+ "tsEmitName": "isSpatialiteType",
644
+ "normalizedSignature": "IsSpatialiteType|(System.String):System.Boolean|static=true",
645
+ "provenance": "Original",
646
+ "emitScope": "ClassSurface",
647
+ "isStatic": true,
648
+ "isAbstract": false,
649
+ "isVirtual": false,
650
+ "isOverride": false,
651
+ "isSealed": false,
652
+ "arity": 0,
653
+ "parameterCount": 1,
654
+ "isExtensionMethod": false
655
+ }
656
+ ],
657
+ "properties": [],
658
+ "fields": [],
659
+ "events": [],
660
+ "constructors": [
661
+ {
662
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.TypeMappingSourceDependencies,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSourceDependencies):void|static=false",
663
+ "isStatic": false,
664
+ "parameterCount": 2
665
+ }
666
+ ]
667
+ },
668
+ {
669
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping",
670
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping",
671
+ "tsEmitName": "SqliteULongTypeMapping",
672
+ "kind": "Class",
673
+ "accessibility": "Public",
674
+ "isAbstract": false,
675
+ "isSealed": false,
676
+ "isStatic": false,
677
+ "arity": 0,
678
+ "methods": [],
679
+ "properties": [
680
+ {
681
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping",
682
+ "clrName": "Default",
683
+ "tsEmitName": "default_",
684
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping|static=true|accessor=get",
685
+ "provenance": "Original",
686
+ "emitScope": "ClassSurface",
687
+ "isStatic": true,
688
+ "isAbstract": false,
689
+ "isVirtual": false,
690
+ "isOverride": false,
691
+ "isIndexer": false,
692
+ "hasGetter": true,
693
+ "hasSetter": false
694
+ }
695
+ ],
696
+ "fields": [],
697
+ "events": [],
698
+ "constructors": [
699
+ {
700
+ "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
701
+ "isStatic": false,
702
+ "parameterCount": 2
703
+ }
704
+ ]
705
+ }
706
+ ]
707
+ }