@tsonic/efcore-sqlite 0.1.1 → 10.0.1

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 (75) hide show
  1. package/Microsoft.Data.Sqlite/bindings.json +1757 -3354
  2. package/Microsoft.Data.Sqlite/internal/index.d.ts +261 -261
  3. package/Microsoft.DotNet.PlatformAbstractions/bindings.json +45 -72
  4. package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
  5. package/Microsoft.EntityFrameworkCore/bindings.json +497 -803
  6. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
  7. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +53 -260
  8. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
  9. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +31 -38
  10. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
  11. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +15 -37
  12. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
  13. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +65 -121
  14. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +5 -5
  15. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +29 -40
  16. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +2 -2
  17. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +51 -97
  18. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +5 -5
  19. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +55 -284
  20. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
  21. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +43 -85
  22. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +5 -5
  23. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +319 -564
  24. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
  25. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +37 -139
  26. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
  27. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +73 -142
  28. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +10 -10
  29. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +578 -1209
  30. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +60 -60
  31. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +33 -61
  32. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +3 -3
  33. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +223 -458
  34. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +22 -22
  35. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +148 -250
  36. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
  37. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +75 -152
  38. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +7 -7
  39. package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
  40. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
  41. package/Microsoft.Extensions.DependencyModel/bindings.json +530 -1368
  42. package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +78 -78
  43. package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +109 -228
  44. package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
  45. package/SQLitePCL/bindings.json +9554 -14759
  46. package/SQLitePCL/internal/index.d.ts +33 -33
  47. package/System.Collections.Generic/bindings.json +48 -70
  48. package/System.Collections.Generic/internal/index.d.ts +6 -6
  49. package/__build/scripts/generate.sh +4 -4
  50. package/__internal/extensions/index.d.ts +12 -12
  51. package/package.json +5 -5
  52. package/Microsoft.Data.Sqlite/internal/metadata.json +0 -4417
  53. package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +0 -121
  54. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -1368
  55. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -267
  56. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -82
  57. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -54
  58. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -203
  59. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
  60. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +0 -157
  61. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +0 -293
  62. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +0 -133
  63. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +0 -855
  64. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +0 -161
  65. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +0 -214
  66. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +0 -1844
  67. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +0 -102
  68. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +0 -707
  69. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +0 -438
  70. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +0 -280
  71. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
  72. package/Microsoft.Extensions.DependencyModel/internal/metadata.json +0 -1654
  73. package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +0 -329
  74. package/SQLitePCL/internal/metadata.json +0 -11902
  75. package/System.Collections.Generic/internal/metadata.json +0 -123
@@ -1,280 +0,0 @@
1
- {
2
- "namespace": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal",
3
- "contributingAssemblies": [
4
- "Microsoft.EntityFrameworkCore.Sqlite"
5
- ],
6
- "types": [
7
- {
8
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteLegacyUpdateSqlGenerator",
9
- "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteLegacyUpdateSqlGenerator",
10
- "tsEmitName": "SqliteLegacyUpdateSqlGenerator",
11
- "kind": "Class",
12
- "accessibility": "Public",
13
- "isAbstract": false,
14
- "isSealed": false,
15
- "isStatic": false,
16
- "arity": 0,
17
- "methods": [],
18
- "properties": [],
19
- "fields": [],
20
- "events": [],
21
- "constructors": [
22
- {
23
- "normalizedSignature": "constructor|():void|static=false",
24
- "isStatic": false,
25
- "parameterCount": 0
26
- }
27
- ]
28
- },
29
- {
30
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommand",
31
- "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommand",
32
- "tsEmitName": "SqliteModificationCommand",
33
- "kind": "Class",
34
- "accessibility": "Public",
35
- "isAbstract": false,
36
- "isSealed": false,
37
- "isStatic": false,
38
- "arity": 0,
39
- "methods": [],
40
- "properties": [],
41
- "fields": [],
42
- "events": [],
43
- "constructors": [
44
- {
45
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters\u0026):void|static=false",
46
- "isStatic": false,
47
- "parameterCount": 1,
48
- "parameterModifiers": [
49
- {
50
- "index": 0,
51
- "modifier": "in"
52
- }
53
- ]
54
- },
55
- {
56
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Update.NonTrackedModificationCommandParameters\u0026):void|static=false",
57
- "isStatic": false,
58
- "parameterCount": 1,
59
- "parameterModifiers": [
60
- {
61
- "index": 0,
62
- "modifier": "in"
63
- }
64
- ]
65
- }
66
- ]
67
- },
68
- {
69
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandBatchFactory",
70
- "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandBatchFactory",
71
- "tsEmitName": "SqliteModificationCommandBatchFactory",
72
- "kind": "Class",
73
- "accessibility": "Public",
74
- "isAbstract": false,
75
- "isSealed": false,
76
- "isStatic": false,
77
- "arity": 0,
78
- "methods": [
79
- {
80
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandBatchFactory::Create():Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch",
81
- "clrName": "Create",
82
- "tsEmitName": "create",
83
- "normalizedSignature": "Create|():Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch|static=false",
84
- "provenance": "Original",
85
- "emitScope": "ClassSurface",
86
- "isStatic": false,
87
- "isAbstract": false,
88
- "isVirtual": true,
89
- "isOverride": false,
90
- "isSealed": false,
91
- "arity": 0,
92
- "parameterCount": 0,
93
- "isExtensionMethod": false
94
- }
95
- ],
96
- "properties": [],
97
- "fields": [],
98
- "events": [],
99
- "constructors": [
100
- {
101
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies):void|static=false",
102
- "isStatic": false,
103
- "parameterCount": 1
104
- }
105
- ]
106
- },
107
- {
108
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandFactory",
109
- "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandFactory",
110
- "tsEmitName": "SqliteModificationCommandFactory",
111
- "kind": "Class",
112
- "accessibility": "Public",
113
- "isAbstract": false,
114
- "isSealed": false,
115
- "isStatic": false,
116
- "arity": 0,
117
- "methods": [
118
- {
119
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandFactory::CreateModificationCommand(Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters\u0026):Microsoft.EntityFrameworkCore.Update.IModificationCommand",
120
- "clrName": "CreateModificationCommand",
121
- "tsEmitName": "createModificationCommand",
122
- "normalizedSignature": "CreateModificationCommand|(Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters\u0026):Microsoft.EntityFrameworkCore.Update.IModificationCommand|static=false",
123
- "provenance": "Original",
124
- "emitScope": "ClassSurface",
125
- "isStatic": false,
126
- "isAbstract": false,
127
- "isVirtual": true,
128
- "isOverride": false,
129
- "isSealed": false,
130
- "arity": 0,
131
- "parameterCount": 1,
132
- "isExtensionMethod": false,
133
- "parameterModifiers": [
134
- {
135
- "index": 0,
136
- "modifier": "in"
137
- }
138
- ]
139
- },
140
- {
141
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandFactory::CreateNonTrackedModificationCommand(Microsoft.EntityFrameworkCore.Update.NonTrackedModificationCommandParameters\u0026):Microsoft.EntityFrameworkCore.Update.INonTrackedModificationCommand",
142
- "clrName": "CreateNonTrackedModificationCommand",
143
- "tsEmitName": "createNonTrackedModificationCommand",
144
- "normalizedSignature": "CreateNonTrackedModificationCommand|(Microsoft.EntityFrameworkCore.Update.NonTrackedModificationCommandParameters\u0026):Microsoft.EntityFrameworkCore.Update.INonTrackedModificationCommand|static=false",
145
- "provenance": "Original",
146
- "emitScope": "ClassSurface",
147
- "isStatic": false,
148
- "isAbstract": false,
149
- "isVirtual": true,
150
- "isOverride": false,
151
- "isSealed": false,
152
- "arity": 0,
153
- "parameterCount": 1,
154
- "isExtensionMethod": false,
155
- "parameterModifiers": [
156
- {
157
- "index": 0,
158
- "modifier": "in"
159
- }
160
- ]
161
- }
162
- ],
163
- "properties": [],
164
- "fields": [],
165
- "events": [],
166
- "constructors": [
167
- {
168
- "normalizedSignature": "constructor|():void|static=false",
169
- "isStatic": false,
170
- "parameterCount": 0
171
- }
172
- ]
173
- },
174
- {
175
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteUpdateSqlGenerator",
176
- "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteUpdateSqlGenerator",
177
- "tsEmitName": "SqliteUpdateSqlGenerator",
178
- "kind": "Class",
179
- "accessibility": "Public",
180
- "isAbstract": false,
181
- "isSealed": false,
182
- "isStatic": false,
183
- "arity": 0,
184
- "methods": [
185
- {
186
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteUpdateSqlGenerator::AppendInsertOperation(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
187
- "clrName": "AppendInsertOperation",
188
- "tsEmitName": "appendInsertOperation",
189
- "normalizedSignature": "AppendInsertOperation|(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
190
- "provenance": "Original",
191
- "emitScope": "ClassSurface",
192
- "isStatic": false,
193
- "isAbstract": false,
194
- "isVirtual": true,
195
- "isOverride": true,
196
- "isSealed": false,
197
- "arity": 0,
198
- "parameterCount": 4,
199
- "isExtensionMethod": false,
200
- "parameterModifiers": [
201
- {
202
- "index": 3,
203
- "modifier": "out"
204
- }
205
- ]
206
- },
207
- {
208
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteUpdateSqlGenerator::AppendUpdateOperation(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
209
- "clrName": "AppendUpdateOperation",
210
- "tsEmitName": "appendUpdateOperation",
211
- "normalizedSignature": "AppendUpdateOperation|(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
212
- "provenance": "Original",
213
- "emitScope": "ClassSurface",
214
- "isStatic": false,
215
- "isAbstract": false,
216
- "isVirtual": true,
217
- "isOverride": true,
218
- "isSealed": false,
219
- "arity": 0,
220
- "parameterCount": 4,
221
- "isExtensionMethod": false,
222
- "parameterModifiers": [
223
- {
224
- "index": 3,
225
- "modifier": "out"
226
- }
227
- ]
228
- },
229
- {
230
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteUpdateSqlGenerator::AppendDeleteOperation(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
231
- "clrName": "AppendDeleteOperation",
232
- "tsEmitName": "appendDeleteOperation",
233
- "normalizedSignature": "AppendDeleteOperation|(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
234
- "provenance": "Original",
235
- "emitScope": "ClassSurface",
236
- "isStatic": false,
237
- "isAbstract": false,
238
- "isVirtual": true,
239
- "isOverride": true,
240
- "isSealed": false,
241
- "arity": 0,
242
- "parameterCount": 4,
243
- "isExtensionMethod": false,
244
- "parameterModifiers": [
245
- {
246
- "index": 3,
247
- "modifier": "out"
248
- }
249
- ]
250
- },
251
- {
252
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteUpdateSqlGenerator::GenerateNextSequenceValueOperation(System.String,System.String):System.String",
253
- "clrName": "GenerateNextSequenceValueOperation",
254
- "tsEmitName": "generateNextSequenceValueOperation",
255
- "normalizedSignature": "GenerateNextSequenceValueOperation|(System.String,System.String):System.String|static=false",
256
- "provenance": "Original",
257
- "emitScope": "ClassSurface",
258
- "isStatic": false,
259
- "isAbstract": false,
260
- "isVirtual": true,
261
- "isOverride": true,
262
- "isSealed": false,
263
- "arity": 0,
264
- "parameterCount": 2,
265
- "isExtensionMethod": false
266
- }
267
- ],
268
- "properties": [],
269
- "fields": [],
270
- "events": [],
271
- "constructors": [
272
- {
273
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Update.UpdateSqlGeneratorDependencies):void|static=false",
274
- "isStatic": false,
275
- "parameterCount": 1
276
- }
277
- ]
278
- }
279
- ]
280
- }
@@ -1,63 +0,0 @@
1
- {
2
- "namespace": "Microsoft.Extensions.DependencyInjection",
3
- "contributingAssemblies": [
4
- "Microsoft.EntityFrameworkCore",
5
- "Microsoft.EntityFrameworkCore.Sqlite",
6
- "Microsoft.Extensions.Caching.Memory",
7
- "Microsoft.Extensions.DependencyInjection",
8
- "Microsoft.Extensions.DependencyInjection.Abstractions",
9
- "Microsoft.Extensions.Logging",
10
- "Microsoft.Extensions.Options"
11
- ],
12
- "types": [
13
- {
14
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.Extensions.DependencyInjection.SqliteServiceCollectionExtensions",
15
- "clrName": "Microsoft.Extensions.DependencyInjection.SqliteServiceCollectionExtensions",
16
- "tsEmitName": "SqliteServiceCollectionExtensions",
17
- "kind": "StaticNamespace",
18
- "accessibility": "Public",
19
- "isAbstract": true,
20
- "isSealed": true,
21
- "isStatic": true,
22
- "arity": 0,
23
- "methods": [
24
- {
25
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.Extensions.DependencyInjection.SqliteServiceCollectionExtensions::AddSqlite(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Action_1[[Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.Extensions.DependencyInjection.IServiceCollection",
26
- "clrName": "AddSqlite",
27
- "tsEmitName": "addSqlite",
28
- "normalizedSignature": "AddSqlite|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Action_1[[Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.Extensions.DependencyInjection.IServiceCollection|static=true",
29
- "provenance": "Original",
30
- "emitScope": "ClassSurface",
31
- "isStatic": true,
32
- "isAbstract": false,
33
- "isVirtual": false,
34
- "isOverride": false,
35
- "isSealed": false,
36
- "arity": 1,
37
- "parameterCount": 4,
38
- "isExtensionMethod": true
39
- },
40
- {
41
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.Extensions.DependencyInjection.SqliteServiceCollectionExtensions::AddEntityFrameworkSqlite(Microsoft.Extensions.DependencyInjection.IServiceCollection):Microsoft.Extensions.DependencyInjection.IServiceCollection",
42
- "clrName": "AddEntityFrameworkSqlite",
43
- "tsEmitName": "addEntityFrameworkSqlite",
44
- "normalizedSignature": "AddEntityFrameworkSqlite|(Microsoft.Extensions.DependencyInjection.IServiceCollection):Microsoft.Extensions.DependencyInjection.IServiceCollection|static=true",
45
- "provenance": "Original",
46
- "emitScope": "ClassSurface",
47
- "isStatic": true,
48
- "isAbstract": false,
49
- "isVirtual": false,
50
- "isOverride": false,
51
- "isSealed": false,
52
- "arity": 0,
53
- "parameterCount": 1,
54
- "isExtensionMethod": true
55
- }
56
- ],
57
- "properties": [],
58
- "fields": [],
59
- "events": [],
60
- "constructors": []
61
- }
62
- ]
63
- }