@tsonic/efcore 10.0.1 → 10.0.2
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.
- package/Microsoft.EntityFrameworkCore/bindings.json +2247 -5
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +30 -5
- package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +1707 -6
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +74 -14
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +4784 -172
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +210 -25
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.ChangeTracking.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Design/bindings.json +1175 -171
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +52 -3
- package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +306 -2
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +15 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +2919 -10
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +28 -3
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +1027 -77
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +53 -17
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +4386 -655
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +229 -23
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/bindings.json +251 -7
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +11 -4
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Internal/bindings.json +754 -2
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +8776 -125
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +174 -27
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +5621 -147
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +255 -33
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +8740 -1109
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +604 -79
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/bindings.json +152 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +15 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.d.ts +1 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/bindings.json +144 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +7 -5
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +16619 -30
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +673 -91
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +2197 -67
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +119 -11
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/bindings.json +1304 -119
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +70 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +4318 -46
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +293 -36
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +102 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Query/bindings.json +17431 -7313
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +721 -85
- package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +3807 -228
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +299 -49
- package/Microsoft.EntityFrameworkCore.Query.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +3589 -953
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +327 -127
- package/Microsoft.EntityFrameworkCore.Query.d.ts +6 -5
- package/Microsoft.EntityFrameworkCore.Scaffolding/bindings.json +125 -3
- package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1160 -9
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +80 -10
- package/Microsoft.EntityFrameworkCore.Storage/bindings.json +5813 -272
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +432 -55
- package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +534 -6
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +50 -7
- package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +2 -1
- package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +570 -2
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +7 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/bindings.json +652 -2
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/bindings.json +663 -16
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +28 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Storage.d.ts +4 -4
- package/Microsoft.EntityFrameworkCore.Update/bindings.json +2027 -340
- package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +89 -8
- package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +1074 -6
- package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +44 -8
- package/Microsoft.EntityFrameworkCore.Update.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Update.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +479 -5
- package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +46 -7
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +262 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +13 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.d.ts +2 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +15 -0
- package/System.Transactions/bindings.json +6 -0
- package/package.json +1 -1
|
@@ -15,6 +15,25 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 1,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.OperationBuilder\u00601",
|
|
20
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.OperationBuilder\u00601",
|
|
21
|
+
"typeArguments": [
|
|
22
|
+
"TOperation"
|
|
23
|
+
]
|
|
24
|
+
},
|
|
25
|
+
"interfaces": [
|
|
26
|
+
{
|
|
27
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure\u00601",
|
|
28
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure\u00601",
|
|
29
|
+
"typeArguments": [
|
|
30
|
+
"TOperation"
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"typeParameters": [
|
|
35
|
+
"TOperation"
|
|
36
|
+
],
|
|
18
37
|
"methods": [
|
|
19
38
|
{
|
|
20
39
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.AlterOperationBuilder\u00601::Annotation(System.String,System.Object):AlterOperationBuilder_1",
|
|
@@ -31,6 +50,7 @@
|
|
|
31
50
|
"isVirtual": true,
|
|
32
51
|
"isOverride": false,
|
|
33
52
|
"isSealed": false,
|
|
53
|
+
"visibility": "Public",
|
|
34
54
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.AlterOperationBuilder\u00601",
|
|
35
55
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
36
56
|
"isExtensionMethod": false
|
|
@@ -50,6 +70,7 @@
|
|
|
50
70
|
"isVirtual": true,
|
|
51
71
|
"isOverride": false,
|
|
52
72
|
"isSealed": false,
|
|
73
|
+
"visibility": "Public",
|
|
53
74
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.AlterOperationBuilder\u00601",
|
|
54
75
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
55
76
|
"isExtensionMethod": false
|
|
@@ -69,6 +90,7 @@
|
|
|
69
90
|
"isVirtual": true,
|
|
70
91
|
"isOverride": false,
|
|
71
92
|
"isSealed": false,
|
|
93
|
+
"visibility": "Public",
|
|
72
94
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.AlterOperationBuilder\u00601",
|
|
73
95
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
74
96
|
"isExtensionMethod": false
|
|
@@ -90,6 +112,7 @@
|
|
|
90
112
|
"isAbstract": false,
|
|
91
113
|
"isVirtual": true,
|
|
92
114
|
"isOverride": false,
|
|
115
|
+
"visibility": "Public",
|
|
93
116
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure\u00601",
|
|
94
117
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure\u00601",
|
|
95
118
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -105,6 +128,7 @@
|
|
|
105
128
|
"normalizedSignature": "constructor|(TOperation):void|static=false",
|
|
106
129
|
"isStatic": false,
|
|
107
130
|
"parameterCount": 1,
|
|
131
|
+
"visibility": "Public",
|
|
108
132
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.AlterOperationBuilder\u00601",
|
|
109
133
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
110
134
|
}
|
|
@@ -121,6 +145,10 @@
|
|
|
121
145
|
"isSealed": false,
|
|
122
146
|
"isStatic": false,
|
|
123
147
|
"arity": 0,
|
|
148
|
+
"baseType": {
|
|
149
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
150
|
+
"clrName": "System.Object"
|
|
151
|
+
},
|
|
124
152
|
"methods": [
|
|
125
153
|
{
|
|
126
154
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.ColumnsBuilder::Column(System.String,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.String,System.Boolean,System.Object,System.String,System.String,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.OperationBuilder_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
@@ -137,6 +165,7 @@
|
|
|
137
165
|
"isVirtual": true,
|
|
138
166
|
"isOverride": false,
|
|
139
167
|
"isSealed": false,
|
|
168
|
+
"visibility": "Public",
|
|
140
169
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.ColumnsBuilder",
|
|
141
170
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
142
171
|
"isExtensionMethod": false
|
|
@@ -156,6 +185,7 @@
|
|
|
156
185
|
"isVirtual": true,
|
|
157
186
|
"isOverride": true,
|
|
158
187
|
"isSealed": false,
|
|
188
|
+
"visibility": "Public",
|
|
159
189
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.ColumnsBuilder",
|
|
160
190
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
161
191
|
"isExtensionMethod": false
|
|
@@ -175,6 +205,7 @@
|
|
|
175
205
|
"isVirtual": true,
|
|
176
206
|
"isOverride": true,
|
|
177
207
|
"isSealed": false,
|
|
208
|
+
"visibility": "Public",
|
|
178
209
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.ColumnsBuilder",
|
|
179
210
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
180
211
|
"isExtensionMethod": false
|
|
@@ -194,6 +225,7 @@
|
|
|
194
225
|
"isVirtual": true,
|
|
195
226
|
"isOverride": true,
|
|
196
227
|
"isSealed": false,
|
|
228
|
+
"visibility": "Public",
|
|
197
229
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.ColumnsBuilder",
|
|
198
230
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
199
231
|
"isExtensionMethod": false
|
|
@@ -210,6 +242,7 @@
|
|
|
210
242
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation):void|static=false",
|
|
211
243
|
"isStatic": false,
|
|
212
244
|
"parameterCount": 1,
|
|
245
|
+
"visibility": "Public",
|
|
213
246
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.ColumnsBuilder",
|
|
214
247
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
215
248
|
}
|
|
@@ -226,6 +259,25 @@
|
|
|
226
259
|
"isSealed": false,
|
|
227
260
|
"isStatic": false,
|
|
228
261
|
"arity": 1,
|
|
262
|
+
"baseType": {
|
|
263
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.OperationBuilder\u00601",
|
|
264
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.OperationBuilder\u00601",
|
|
265
|
+
"typeArguments": [
|
|
266
|
+
"CreateTableOperation"
|
|
267
|
+
]
|
|
268
|
+
},
|
|
269
|
+
"interfaces": [
|
|
270
|
+
{
|
|
271
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure\u00601",
|
|
272
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure\u00601",
|
|
273
|
+
"typeArguments": [
|
|
274
|
+
"CreateTableOperation"
|
|
275
|
+
]
|
|
276
|
+
}
|
|
277
|
+
],
|
|
278
|
+
"typeParameters": [
|
|
279
|
+
"TColumns"
|
|
280
|
+
],
|
|
229
281
|
"methods": [
|
|
230
282
|
{
|
|
231
283
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.CreateTableBuilder\u00601::ForeignKey(System.String,Expression_1,System.String,System.String,System.String,Microsoft.EntityFrameworkCore.Migrations.ReferentialAction,Microsoft.EntityFrameworkCore.Migrations.ReferentialAction):Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.OperationBuilder_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
@@ -242,6 +294,7 @@
|
|
|
242
294
|
"isVirtual": true,
|
|
243
295
|
"isOverride": false,
|
|
244
296
|
"isSealed": false,
|
|
297
|
+
"visibility": "Public",
|
|
245
298
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.CreateTableBuilder\u00601",
|
|
246
299
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
247
300
|
"isExtensionMethod": false
|
|
@@ -261,6 +314,7 @@
|
|
|
261
314
|
"isVirtual": true,
|
|
262
315
|
"isOverride": false,
|
|
263
316
|
"isSealed": false,
|
|
317
|
+
"visibility": "Public",
|
|
264
318
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.CreateTableBuilder\u00601",
|
|
265
319
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
266
320
|
"isExtensionMethod": false
|
|
@@ -280,6 +334,7 @@
|
|
|
280
334
|
"isVirtual": true,
|
|
281
335
|
"isOverride": false,
|
|
282
336
|
"isSealed": false,
|
|
337
|
+
"visibility": "Public",
|
|
283
338
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.CreateTableBuilder\u00601",
|
|
284
339
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
285
340
|
"isExtensionMethod": false
|
|
@@ -299,6 +354,7 @@
|
|
|
299
354
|
"isVirtual": true,
|
|
300
355
|
"isOverride": false,
|
|
301
356
|
"isSealed": false,
|
|
357
|
+
"visibility": "Public",
|
|
302
358
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.CreateTableBuilder\u00601",
|
|
303
359
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
304
360
|
"isExtensionMethod": false
|
|
@@ -318,6 +374,7 @@
|
|
|
318
374
|
"isVirtual": true,
|
|
319
375
|
"isOverride": false,
|
|
320
376
|
"isSealed": false,
|
|
377
|
+
"visibility": "Public",
|
|
321
378
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.CreateTableBuilder\u00601",
|
|
322
379
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
323
380
|
"isExtensionMethod": false
|
|
@@ -337,6 +394,7 @@
|
|
|
337
394
|
"isVirtual": true,
|
|
338
395
|
"isOverride": false,
|
|
339
396
|
"isSealed": false,
|
|
397
|
+
"visibility": "Public",
|
|
340
398
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.CreateTableBuilder\u00601",
|
|
341
399
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
342
400
|
"isExtensionMethod": false
|
|
@@ -356,6 +414,7 @@
|
|
|
356
414
|
"isVirtual": true,
|
|
357
415
|
"isOverride": false,
|
|
358
416
|
"isSealed": false,
|
|
417
|
+
"visibility": "Public",
|
|
359
418
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.CreateTableBuilder\u00601",
|
|
360
419
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
361
420
|
"isExtensionMethod": false
|
|
@@ -377,6 +436,7 @@
|
|
|
377
436
|
"isAbstract": false,
|
|
378
437
|
"isVirtual": true,
|
|
379
438
|
"isOverride": false,
|
|
439
|
+
"visibility": "Public",
|
|
380
440
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure\u00601",
|
|
381
441
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure\u00601",
|
|
382
442
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -392,6 +452,7 @@
|
|
|
392
452
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation,System.Collections.Generic.IReadOnlyDictionary_2[[System.Reflection.PropertyInfo,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
|
|
393
453
|
"isStatic": false,
|
|
394
454
|
"parameterCount": 2,
|
|
455
|
+
"visibility": "Public",
|
|
395
456
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.CreateTableBuilder\u00601",
|
|
396
457
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
397
458
|
}
|
|
@@ -408,6 +469,22 @@
|
|
|
408
469
|
"isSealed": false,
|
|
409
470
|
"isStatic": false,
|
|
410
471
|
"arity": 1,
|
|
472
|
+
"baseType": {
|
|
473
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
474
|
+
"clrName": "System.Object"
|
|
475
|
+
},
|
|
476
|
+
"interfaces": [
|
|
477
|
+
{
|
|
478
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure\u00601",
|
|
479
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure\u00601",
|
|
480
|
+
"typeArguments": [
|
|
481
|
+
"TOperation"
|
|
482
|
+
]
|
|
483
|
+
}
|
|
484
|
+
],
|
|
485
|
+
"typeParameters": [
|
|
486
|
+
"TOperation"
|
|
487
|
+
],
|
|
411
488
|
"methods": [
|
|
412
489
|
{
|
|
413
490
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.OperationBuilder\u00601::Annotation(System.String,System.Object):OperationBuilder_1",
|
|
@@ -424,6 +501,7 @@
|
|
|
424
501
|
"isVirtual": true,
|
|
425
502
|
"isOverride": false,
|
|
426
503
|
"isSealed": false,
|
|
504
|
+
"visibility": "Public",
|
|
427
505
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.OperationBuilder\u00601",
|
|
428
506
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
429
507
|
"isExtensionMethod": false
|
|
@@ -443,6 +521,7 @@
|
|
|
443
521
|
"isVirtual": true,
|
|
444
522
|
"isOverride": true,
|
|
445
523
|
"isSealed": false,
|
|
524
|
+
"visibility": "Public",
|
|
446
525
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.OperationBuilder\u00601",
|
|
447
526
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
448
527
|
"isExtensionMethod": false
|
|
@@ -462,6 +541,7 @@
|
|
|
462
541
|
"isVirtual": true,
|
|
463
542
|
"isOverride": true,
|
|
464
543
|
"isSealed": false,
|
|
544
|
+
"visibility": "Public",
|
|
465
545
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.OperationBuilder\u00601",
|
|
466
546
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
467
547
|
"isExtensionMethod": false
|
|
@@ -481,12 +561,32 @@
|
|
|
481
561
|
"isVirtual": true,
|
|
482
562
|
"isOverride": true,
|
|
483
563
|
"isSealed": false,
|
|
564
|
+
"visibility": "Public",
|
|
484
565
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.OperationBuilder\u00601",
|
|
485
566
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
486
567
|
"isExtensionMethod": false
|
|
487
568
|
}
|
|
488
569
|
],
|
|
489
570
|
"properties": [
|
|
571
|
+
{
|
|
572
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.OperationBuilder\u00601::Operation:TOperation",
|
|
573
|
+
"clrName": "Operation",
|
|
574
|
+
"metadataToken": 385877025,
|
|
575
|
+
"canonicalSignature": ":TOperation",
|
|
576
|
+
"normalizedSignature": "Operation|:TOperation|static=false|accessor=get",
|
|
577
|
+
"emitScope": "ClassSurface",
|
|
578
|
+
"provenance": "Original",
|
|
579
|
+
"isIndexer": false,
|
|
580
|
+
"hasGetter": true,
|
|
581
|
+
"hasSetter": false,
|
|
582
|
+
"isStatic": false,
|
|
583
|
+
"isAbstract": false,
|
|
584
|
+
"isVirtual": true,
|
|
585
|
+
"isOverride": false,
|
|
586
|
+
"visibility": "Protected",
|
|
587
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.OperationBuilder\u00601",
|
|
588
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
589
|
+
},
|
|
490
590
|
{
|
|
491
591
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure\u00601::Instance:T",
|
|
492
592
|
"clrName": "Instance",
|
|
@@ -502,6 +602,7 @@
|
|
|
502
602
|
"isAbstract": false,
|
|
503
603
|
"isVirtual": true,
|
|
504
604
|
"isOverride": false,
|
|
605
|
+
"visibility": "Public",
|
|
505
606
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure\u00601",
|
|
506
607
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure\u00601",
|
|
507
608
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -517,6 +618,7 @@
|
|
|
517
618
|
"normalizedSignature": "constructor|(TOperation):void|static=false",
|
|
518
619
|
"isStatic": false,
|
|
519
620
|
"parameterCount": 1,
|
|
621
|
+
"visibility": "Public",
|
|
520
622
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.OperationBuilder\u00601",
|
|
521
623
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
522
624
|
}
|
|
@@ -76,7 +76,12 @@ export interface CreateTableBuilder_1$instance<TColumns> extends Microsoft_Entit
|
|
|
76
76
|
export type CreateTableBuilder_1<TColumns> = CreateTableBuilder_1$instance<TColumns> & __CreateTableBuilder_1$views<TColumns>;
|
|
77
77
|
|
|
78
78
|
|
|
79
|
-
export
|
|
79
|
+
export abstract class OperationBuilder_1$protected<TOperation extends MigrationOperation> {
|
|
80
|
+
protected readonly Operation: TOperation;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
export interface OperationBuilder_1$instance<TOperation extends MigrationOperation> extends OperationBuilder_1$protected<TOperation> {
|
|
80
85
|
Annotation(name: string, value: unknown): OperationBuilder_1<TOperation>;
|
|
81
86
|
Equals(obj: unknown): boolean;
|
|
82
87
|
GetHashCode(): int;
|
|
@@ -8,14 +8,15 @@ import * as Internal from './Microsoft.EntityFrameworkCore.Migrations/internal/i
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
9
|
import type { IDiagnosticsLogger_1, ILoggingOptions, IRelationalCommandDiagnosticsLogger } from './Microsoft.EntityFrameworkCore.Diagnostics/internal/index.js';
|
|
10
10
|
import type { IAnnotation, ICurrentDbContext, IDbContextOptions, IModelRuntimeInitializer, ModelDependencies, ModelSnapshot } from './Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js';
|
|
11
|
+
import type { EntityTypeBuilder_1 } from './Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.js';
|
|
11
12
|
import type { IConventionSetBuilder } from './Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.js';
|
|
12
13
|
import type { ICheckConstraint, IColumn, IForeignKeyConstraint, IModel, IRelationalModel, ISequence, ITable, ITableIndex, IUniqueConstraint, IView, IViewColumn } from './Microsoft.EntityFrameworkCore.Metadata/internal/index.js';
|
|
13
14
|
import type { AlterOperationBuilder_1, ColumnsBuilder, CreateTableBuilder_1, OperationBuilder_1 } from './Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.js';
|
|
14
|
-
import type { AddCheckConstraintOperation, AddColumnOperation, AddForeignKeyOperation, AddPrimaryKeyOperation, AddUniqueConstraintOperation, AlterColumnOperation, AlterDatabaseOperation, AlterSequenceOperation, AlterTableOperation, CreateIndexOperation, CreateSequenceOperation, DeleteDataOperation, DropCheckConstraintOperation, DropColumnOperation, DropForeignKeyOperation, DropIndexOperation, DropPrimaryKeyOperation, DropSchemaOperation, DropSequenceOperation, DropTableOperation, DropUniqueConstraintOperation, EnsureSchemaOperation, InsertDataOperation, MigrationOperation, RenameColumnOperation, RenameIndexOperation, RenameSequenceOperation, RenameTableOperation, RestartSequenceOperation, SqlOperation, UpdateDataOperation } from './Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.js';
|
|
15
|
+
import type { AddCheckConstraintOperation, AddColumnOperation, AddForeignKeyOperation, AddPrimaryKeyOperation, AddUniqueConstraintOperation, AlterColumnOperation, AlterDatabaseOperation, AlterSequenceOperation, AlterTableOperation, ColumnOperation, CreateIndexOperation, CreateSequenceOperation, CreateTableOperation, DeleteDataOperation, DropCheckConstraintOperation, DropColumnOperation, DropForeignKeyOperation, DropIndexOperation, DropPrimaryKeyOperation, DropSchemaOperation, DropSequenceOperation, DropTableOperation, DropUniqueConstraintOperation, EnsureSchemaOperation, InsertDataOperation, MigrationOperation, RenameColumnOperation, RenameIndexOperation, RenameSequenceOperation, RenameTableOperation, RestartSequenceOperation, SequenceOperation, SqlOperation, UpdateDataOperation } from './Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.js';
|
|
15
16
|
import type { IDbContextTransaction, IRawSqlCommandBuilder, IRelationalCommand, IRelationalCommandBuilderFactory, IRelationalConnection, IRelationalDatabaseCreator, IRelationalTypeMappingSource, ISqlGenerationHelper } from './Microsoft.EntityFrameworkCore.Storage/internal/index.js';
|
|
16
|
-
import type { IModificationCommandFactory, IUpdateSqlGenerator } from './Microsoft.EntityFrameworkCore.Update/internal/index.js';
|
|
17
|
-
import type { DbContext, DbLoggerCategory_Migrations } from './Microsoft.EntityFrameworkCore/internal/index.js';
|
|
18
|
-
import type { IEnumerable, IReadOnlyDictionary, IReadOnlyList, List } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
17
|
+
import type { IModificationCommandFactory, IReadOnlyModificationCommand, IUpdateSqlGenerator } from './Microsoft.EntityFrameworkCore.Update/internal/index.js';
|
|
18
|
+
import type { DbContext, DbLoggerCategory_Migrations, ModelBuilder } from './Microsoft.EntityFrameworkCore/internal/index.js';
|
|
19
|
+
import type { IComparer, IEnumerable, IReadOnlyDictionary, IReadOnlyList, List } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
19
20
|
import type { IsolationLevel } from '@tsonic/dotnet/System.Data.js';
|
|
20
21
|
import type { Action, Attribute, Boolean as ClrBoolean, Enum, FormattableString, Func, IAsyncDisposable, IComparable, IConvertible, IDisposable, IEquatable, IFormattable, Int32, Int64, ISpanFormattable, Nullable, Object as ClrObject, String as ClrString, Type, Void } from '@tsonic/dotnet/System.js';
|
|
21
22
|
import type { Assembly, TypeInfo } from '@tsonic/dotnet/System.Reflection.js';
|