@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
|
@@ -16,6 +16,23 @@
|
|
|
16
16
|
"isSealed": true,
|
|
17
17
|
"isStatic": false,
|
|
18
18
|
"arity": 1,
|
|
19
|
+
"baseType": {
|
|
20
|
+
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
21
|
+
"clrName": "System.MulticastDelegate"
|
|
22
|
+
},
|
|
23
|
+
"interfaces": [
|
|
24
|
+
{
|
|
25
|
+
"stableId": "System.Private.CoreLib:System.ICloneable",
|
|
26
|
+
"clrName": "System.ICloneable"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
30
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
31
|
+
}
|
|
32
|
+
],
|
|
33
|
+
"typeParameters": [
|
|
34
|
+
"TValue"
|
|
35
|
+
],
|
|
19
36
|
"methods": [
|
|
20
37
|
{
|
|
21
38
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SharedTableEntryMapFactory\u00601::Invoke(SharedTableEntryValueFactory_1):SharedTableEntryMap_1",
|
|
@@ -32,6 +49,7 @@
|
|
|
32
49
|
"isVirtual": true,
|
|
33
50
|
"isOverride": false,
|
|
34
51
|
"isSealed": false,
|
|
52
|
+
"visibility": "Public",
|
|
35
53
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SharedTableEntryMapFactory\u00601",
|
|
36
54
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
37
55
|
"isExtensionMethod": false
|
|
@@ -51,6 +69,7 @@
|
|
|
51
69
|
"isVirtual": true,
|
|
52
70
|
"isOverride": false,
|
|
53
71
|
"isSealed": false,
|
|
72
|
+
"visibility": "Public",
|
|
54
73
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SharedTableEntryMapFactory\u00601",
|
|
55
74
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
56
75
|
"isExtensionMethod": false
|
|
@@ -70,6 +89,7 @@
|
|
|
70
89
|
"isVirtual": true,
|
|
71
90
|
"isOverride": false,
|
|
72
91
|
"isSealed": false,
|
|
92
|
+
"visibility": "Public",
|
|
73
93
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SharedTableEntryMapFactory\u00601",
|
|
74
94
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
75
95
|
"isExtensionMethod": false
|
|
@@ -86,6 +106,7 @@
|
|
|
86
106
|
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
87
107
|
"isStatic": false,
|
|
88
108
|
"parameterCount": 2,
|
|
109
|
+
"visibility": "Public",
|
|
89
110
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SharedTableEntryMapFactory\u00601",
|
|
90
111
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
91
112
|
}
|
|
@@ -102,6 +123,23 @@
|
|
|
102
123
|
"isSealed": true,
|
|
103
124
|
"isStatic": false,
|
|
104
125
|
"arity": 1,
|
|
126
|
+
"baseType": {
|
|
127
|
+
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
128
|
+
"clrName": "System.MulticastDelegate"
|
|
129
|
+
},
|
|
130
|
+
"interfaces": [
|
|
131
|
+
{
|
|
132
|
+
"stableId": "System.Private.CoreLib:System.ICloneable",
|
|
133
|
+
"clrName": "System.ICloneable"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
137
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"typeParameters": [
|
|
141
|
+
"TValue"
|
|
142
|
+
],
|
|
105
143
|
"methods": [
|
|
106
144
|
{
|
|
107
145
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SharedTableEntryValueFactory\u00601::Invoke(Microsoft.EntityFrameworkCore.Metadata.ITable,System.Collections.Generic.IComparer_1[[Microsoft.EntityFrameworkCore.Update.IUpdateEntry,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):TValue",
|
|
@@ -118,6 +156,7 @@
|
|
|
118
156
|
"isVirtual": true,
|
|
119
157
|
"isOverride": false,
|
|
120
158
|
"isSealed": false,
|
|
159
|
+
"visibility": "Public",
|
|
121
160
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SharedTableEntryValueFactory\u00601",
|
|
122
161
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
123
162
|
"isExtensionMethod": false
|
|
@@ -137,6 +176,7 @@
|
|
|
137
176
|
"isVirtual": true,
|
|
138
177
|
"isOverride": false,
|
|
139
178
|
"isSealed": false,
|
|
179
|
+
"visibility": "Public",
|
|
140
180
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SharedTableEntryValueFactory\u00601",
|
|
141
181
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
142
182
|
"isExtensionMethod": false
|
|
@@ -156,6 +196,7 @@
|
|
|
156
196
|
"isVirtual": true,
|
|
157
197
|
"isOverride": false,
|
|
158
198
|
"isSealed": false,
|
|
199
|
+
"visibility": "Public",
|
|
159
200
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SharedTableEntryValueFactory\u00601",
|
|
160
201
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
161
202
|
"isExtensionMethod": false
|
|
@@ -172,6 +213,7 @@
|
|
|
172
213
|
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
173
214
|
"isStatic": false,
|
|
174
215
|
"parameterCount": 2,
|
|
216
|
+
"visibility": "Public",
|
|
175
217
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SharedTableEntryValueFactory\u00601",
|
|
176
218
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
177
219
|
}
|
|
@@ -204,6 +246,7 @@
|
|
|
204
246
|
"isVirtual": true,
|
|
205
247
|
"isOverride": false,
|
|
206
248
|
"isSealed": false,
|
|
249
|
+
"visibility": "Public",
|
|
207
250
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
208
251
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
209
252
|
"isExtensionMethod": false
|
|
@@ -223,6 +266,7 @@
|
|
|
223
266
|
"isVirtual": true,
|
|
224
267
|
"isOverride": false,
|
|
225
268
|
"isSealed": false,
|
|
269
|
+
"visibility": "Public",
|
|
226
270
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
227
271
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
228
272
|
"isExtensionMethod": false
|
|
@@ -242,6 +286,7 @@
|
|
|
242
286
|
"isVirtual": true,
|
|
243
287
|
"isOverride": false,
|
|
244
288
|
"isSealed": false,
|
|
289
|
+
"visibility": "Public",
|
|
245
290
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
246
291
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
247
292
|
"isExtensionMethod": false
|
|
@@ -263,6 +308,15 @@
|
|
|
263
308
|
"isSealed": false,
|
|
264
309
|
"isStatic": false,
|
|
265
310
|
"arity": 1,
|
|
311
|
+
"interfaces": [
|
|
312
|
+
{
|
|
313
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
314
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory"
|
|
315
|
+
}
|
|
316
|
+
],
|
|
317
|
+
"typeParameters": [
|
|
318
|
+
"TKey"
|
|
319
|
+
],
|
|
266
320
|
"methods": [
|
|
267
321
|
{
|
|
268
322
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601::TryCreateDependentKeyValue(System.Object[],TKey\u0026):System.Boolean",
|
|
@@ -279,6 +333,7 @@
|
|
|
279
333
|
"isVirtual": true,
|
|
280
334
|
"isOverride": false,
|
|
281
335
|
"isSealed": false,
|
|
336
|
+
"visibility": "Public",
|
|
282
337
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
283
338
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
284
339
|
"isExtensionMethod": false,
|
|
@@ -304,6 +359,7 @@
|
|
|
304
359
|
"isVirtual": true,
|
|
305
360
|
"isOverride": false,
|
|
306
361
|
"isSealed": false,
|
|
362
|
+
"visibility": "Public",
|
|
307
363
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
308
364
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
309
365
|
"isExtensionMethod": false,
|
|
@@ -329,6 +385,7 @@
|
|
|
329
385
|
"isVirtual": true,
|
|
330
386
|
"isOverride": false,
|
|
331
387
|
"isSealed": false,
|
|
388
|
+
"visibility": "Public",
|
|
332
389
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
333
390
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
334
391
|
"isExtensionMethod": false,
|
|
@@ -354,6 +411,7 @@
|
|
|
354
411
|
"isVirtual": true,
|
|
355
412
|
"isOverride": false,
|
|
356
413
|
"isSealed": false,
|
|
414
|
+
"visibility": "Public",
|
|
357
415
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
358
416
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
359
417
|
"isExtensionMethod": false
|
|
@@ -373,6 +431,7 @@
|
|
|
373
431
|
"isVirtual": true,
|
|
374
432
|
"isOverride": false,
|
|
375
433
|
"isSealed": false,
|
|
434
|
+
"visibility": "Public",
|
|
376
435
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
377
436
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
378
437
|
"isExtensionMethod": false
|
|
@@ -392,6 +451,7 @@
|
|
|
392
451
|
"isVirtual": true,
|
|
393
452
|
"isOverride": false,
|
|
394
453
|
"isSealed": false,
|
|
454
|
+
"visibility": "Public",
|
|
395
455
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
396
456
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
397
457
|
"isExtensionMethod": false
|
|
@@ -413,6 +473,7 @@
|
|
|
413
473
|
"isAbstract": true,
|
|
414
474
|
"isVirtual": true,
|
|
415
475
|
"isOverride": false,
|
|
476
|
+
"visibility": "Public",
|
|
416
477
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
417
478
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
418
479
|
}
|
|
@@ -448,6 +509,7 @@
|
|
|
448
509
|
"isVirtual": true,
|
|
449
510
|
"isOverride": false,
|
|
450
511
|
"isSealed": false,
|
|
512
|
+
"visibility": "Public",
|
|
451
513
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactoryFactory",
|
|
452
514
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
453
515
|
"isExtensionMethod": false
|
|
@@ -485,6 +547,7 @@
|
|
|
485
547
|
"isVirtual": true,
|
|
486
548
|
"isOverride": false,
|
|
487
549
|
"isSealed": false,
|
|
550
|
+
"visibility": "Public",
|
|
488
551
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMap",
|
|
489
552
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
490
553
|
"isExtensionMethod": false
|
|
@@ -504,6 +567,7 @@
|
|
|
504
567
|
"isVirtual": true,
|
|
505
568
|
"isOverride": false,
|
|
506
569
|
"isSealed": false,
|
|
570
|
+
"visibility": "Public",
|
|
507
571
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMap",
|
|
508
572
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
509
573
|
"isExtensionMethod": false
|
|
@@ -523,6 +587,7 @@
|
|
|
523
587
|
"isVirtual": true,
|
|
524
588
|
"isOverride": false,
|
|
525
589
|
"isSealed": false,
|
|
590
|
+
"visibility": "Public",
|
|
526
591
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMap",
|
|
527
592
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
528
593
|
"isExtensionMethod": false
|
|
@@ -542,6 +607,7 @@
|
|
|
542
607
|
"isVirtual": true,
|
|
543
608
|
"isOverride": false,
|
|
544
609
|
"isSealed": false,
|
|
610
|
+
"visibility": "Public",
|
|
545
611
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMap",
|
|
546
612
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
547
613
|
"isExtensionMethod": false
|
|
@@ -563,6 +629,7 @@
|
|
|
563
629
|
"isAbstract": true,
|
|
564
630
|
"isVirtual": true,
|
|
565
631
|
"isOverride": false,
|
|
632
|
+
"visibility": "Public",
|
|
566
633
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMap",
|
|
567
634
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
568
635
|
}
|
|
@@ -598,6 +665,7 @@
|
|
|
598
665
|
"isVirtual": true,
|
|
599
666
|
"isOverride": false,
|
|
600
667
|
"isSealed": false,
|
|
668
|
+
"visibility": "Public",
|
|
601
669
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMapFactory",
|
|
602
670
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
603
671
|
"isExtensionMethod": false
|
|
@@ -635,6 +703,7 @@
|
|
|
635
703
|
"isVirtual": true,
|
|
636
704
|
"isOverride": false,
|
|
637
705
|
"isSealed": false,
|
|
706
|
+
"visibility": "Public",
|
|
638
707
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory",
|
|
639
708
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
640
709
|
"isExtensionMethod": false
|
|
@@ -656,6 +725,15 @@
|
|
|
656
725
|
"isSealed": false,
|
|
657
726
|
"isStatic": false,
|
|
658
727
|
"arity": 1,
|
|
728
|
+
"interfaces": [
|
|
729
|
+
{
|
|
730
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory",
|
|
731
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory"
|
|
732
|
+
}
|
|
733
|
+
],
|
|
734
|
+
"typeParameters": [
|
|
735
|
+
"TKey"
|
|
736
|
+
],
|
|
659
737
|
"methods": [
|
|
660
738
|
{
|
|
661
739
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory\u00601::TryCreateIndexValue(System.Object[],TKey\u0026,System.Boolean\u0026):System.Boolean",
|
|
@@ -672,6 +750,7 @@
|
|
|
672
750
|
"isVirtual": true,
|
|
673
751
|
"isOverride": false,
|
|
674
752
|
"isSealed": false,
|
|
753
|
+
"visibility": "Public",
|
|
675
754
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory\u00601",
|
|
676
755
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
677
756
|
"isExtensionMethod": false,
|
|
@@ -701,6 +780,7 @@
|
|
|
701
780
|
"isVirtual": true,
|
|
702
781
|
"isOverride": false,
|
|
703
782
|
"isSealed": false,
|
|
783
|
+
"visibility": "Public",
|
|
704
784
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory\u00601",
|
|
705
785
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
706
786
|
"isExtensionMethod": false,
|
|
@@ -730,6 +810,7 @@
|
|
|
730
810
|
"isVirtual": true,
|
|
731
811
|
"isOverride": false,
|
|
732
812
|
"isSealed": false,
|
|
813
|
+
"visibility": "Public",
|
|
733
814
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory\u00601",
|
|
734
815
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
735
816
|
"isExtensionMethod": false,
|
|
@@ -759,6 +840,7 @@
|
|
|
759
840
|
"isVirtual": true,
|
|
760
841
|
"isOverride": false,
|
|
761
842
|
"isSealed": false,
|
|
843
|
+
"visibility": "Public",
|
|
762
844
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory",
|
|
763
845
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
764
846
|
"isExtensionMethod": false
|
|
@@ -780,6 +862,7 @@
|
|
|
780
862
|
"isAbstract": true,
|
|
781
863
|
"isVirtual": true,
|
|
782
864
|
"isOverride": false,
|
|
865
|
+
"visibility": "Public",
|
|
783
866
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory\u00601",
|
|
784
867
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
785
868
|
}
|
|
@@ -815,6 +898,7 @@
|
|
|
815
898
|
"isVirtual": true,
|
|
816
899
|
"isOverride": false,
|
|
817
900
|
"isSealed": false,
|
|
901
|
+
"visibility": "Public",
|
|
818
902
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactoryFactory",
|
|
819
903
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
820
904
|
"isExtensionMethod": false
|
|
@@ -852,6 +936,7 @@
|
|
|
852
936
|
"isVirtual": true,
|
|
853
937
|
"isOverride": false,
|
|
854
938
|
"isSealed": false,
|
|
939
|
+
"visibility": "Public",
|
|
855
940
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory",
|
|
856
941
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
857
942
|
"isExtensionMethod": false
|
|
@@ -871,6 +956,7 @@
|
|
|
871
956
|
"isVirtual": true,
|
|
872
957
|
"isOverride": false,
|
|
873
958
|
"isSealed": false,
|
|
959
|
+
"visibility": "Public",
|
|
874
960
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory",
|
|
875
961
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
876
962
|
"isExtensionMethod": false
|
|
@@ -892,6 +978,15 @@
|
|
|
892
978
|
"isSealed": false,
|
|
893
979
|
"isStatic": false,
|
|
894
980
|
"arity": 1,
|
|
981
|
+
"interfaces": [
|
|
982
|
+
{
|
|
983
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory",
|
|
984
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory"
|
|
985
|
+
}
|
|
986
|
+
],
|
|
987
|
+
"typeParameters": [
|
|
988
|
+
"TKey"
|
|
989
|
+
],
|
|
895
990
|
"methods": [
|
|
896
991
|
{
|
|
897
992
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory\u00601::CreateKeyValue(System.Object[]):TKey",
|
|
@@ -908,6 +1003,7 @@
|
|
|
908
1003
|
"isVirtual": true,
|
|
909
1004
|
"isOverride": false,
|
|
910
1005
|
"isSealed": false,
|
|
1006
|
+
"visibility": "Public",
|
|
911
1007
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory\u00601",
|
|
912
1008
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
913
1009
|
"isExtensionMethod": false
|
|
@@ -927,6 +1023,7 @@
|
|
|
927
1023
|
"isVirtual": true,
|
|
928
1024
|
"isOverride": false,
|
|
929
1025
|
"isSealed": false,
|
|
1026
|
+
"visibility": "Public",
|
|
930
1027
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory\u00601",
|
|
931
1028
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
932
1029
|
"isExtensionMethod": false
|
|
@@ -946,6 +1043,7 @@
|
|
|
946
1043
|
"isVirtual": true,
|
|
947
1044
|
"isOverride": false,
|
|
948
1045
|
"isSealed": false,
|
|
1046
|
+
"visibility": "Public",
|
|
949
1047
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory\u00601",
|
|
950
1048
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
951
1049
|
"isExtensionMethod": false
|
|
@@ -965,6 +1063,7 @@
|
|
|
965
1063
|
"isVirtual": true,
|
|
966
1064
|
"isOverride": false,
|
|
967
1065
|
"isSealed": false,
|
|
1066
|
+
"visibility": "Public",
|
|
968
1067
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory",
|
|
969
1068
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
970
1069
|
"isExtensionMethod": false
|
|
@@ -984,6 +1083,7 @@
|
|
|
984
1083
|
"isVirtual": true,
|
|
985
1084
|
"isOverride": false,
|
|
986
1085
|
"isSealed": false,
|
|
1086
|
+
"visibility": "Public",
|
|
987
1087
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory",
|
|
988
1088
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
989
1089
|
"isExtensionMethod": false
|
|
@@ -1005,6 +1105,7 @@
|
|
|
1005
1105
|
"isAbstract": true,
|
|
1006
1106
|
"isVirtual": true,
|
|
1007
1107
|
"isOverride": false,
|
|
1108
|
+
"visibility": "Public",
|
|
1008
1109
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory\u00601",
|
|
1009
1110
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1010
1111
|
}
|
|
@@ -1040,6 +1141,7 @@
|
|
|
1040
1141
|
"isVirtual": true,
|
|
1041
1142
|
"isOverride": false,
|
|
1042
1143
|
"isSealed": false,
|
|
1144
|
+
"visibility": "Public",
|
|
1043
1145
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactoryFactory",
|
|
1044
1146
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1045
1147
|
"isExtensionMethod": false
|
|
@@ -1061,6 +1163,16 @@
|
|
|
1061
1163
|
"isSealed": false,
|
|
1062
1164
|
"isStatic": false,
|
|
1063
1165
|
"arity": 0,
|
|
1166
|
+
"baseType": {
|
|
1167
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1168
|
+
"clrName": "System.Object"
|
|
1169
|
+
},
|
|
1170
|
+
"interfaces": [
|
|
1171
|
+
{
|
|
1172
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.IBatchExecutor",
|
|
1173
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.IBatchExecutor"
|
|
1174
|
+
}
|
|
1175
|
+
],
|
|
1064
1176
|
"methods": [
|
|
1065
1177
|
{
|
|
1066
1178
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor::Execute(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Storage.IRelationalConnection):System.Int32",
|
|
@@ -1077,6 +1189,7 @@
|
|
|
1077
1189
|
"isVirtual": true,
|
|
1078
1190
|
"isOverride": false,
|
|
1079
1191
|
"isSealed": false,
|
|
1192
|
+
"visibility": "Public",
|
|
1080
1193
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor",
|
|
1081
1194
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1082
1195
|
"isExtensionMethod": false
|
|
@@ -1096,6 +1209,7 @@
|
|
|
1096
1209
|
"isVirtual": true,
|
|
1097
1210
|
"isOverride": false,
|
|
1098
1211
|
"isSealed": false,
|
|
1212
|
+
"visibility": "Public",
|
|
1099
1213
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor",
|
|
1100
1214
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1101
1215
|
"isExtensionMethod": false
|
|
@@ -1115,6 +1229,7 @@
|
|
|
1115
1229
|
"isVirtual": true,
|
|
1116
1230
|
"isOverride": false,
|
|
1117
1231
|
"isSealed": false,
|
|
1232
|
+
"visibility": "Public",
|
|
1118
1233
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IBatchExecutor",
|
|
1119
1234
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1120
1235
|
"isExtensionMethod": false,
|
|
@@ -1135,6 +1250,7 @@
|
|
|
1135
1250
|
"isVirtual": true,
|
|
1136
1251
|
"isOverride": false,
|
|
1137
1252
|
"isSealed": false,
|
|
1253
|
+
"visibility": "Public",
|
|
1138
1254
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IBatchExecutor",
|
|
1139
1255
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1140
1256
|
"isExtensionMethod": false,
|
|
@@ -1157,6 +1273,26 @@
|
|
|
1157
1273
|
"isAbstract": false,
|
|
1158
1274
|
"isVirtual": true,
|
|
1159
1275
|
"isOverride": false,
|
|
1276
|
+
"visibility": "Public",
|
|
1277
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor",
|
|
1278
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor::UpdateLogger:Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BUpdate,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1282
|
+
"clrName": "UpdateLogger",
|
|
1283
|
+
"metadataToken": 385876199,
|
|
1284
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BUpdate,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1285
|
+
"normalizedSignature": "UpdateLogger|:Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BUpdate,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
1286
|
+
"emitScope": "ClassSurface",
|
|
1287
|
+
"provenance": "Original",
|
|
1288
|
+
"isIndexer": false,
|
|
1289
|
+
"hasGetter": true,
|
|
1290
|
+
"hasSetter": false,
|
|
1291
|
+
"isStatic": false,
|
|
1292
|
+
"isAbstract": false,
|
|
1293
|
+
"isVirtual": true,
|
|
1294
|
+
"isOverride": false,
|
|
1295
|
+
"visibility": "Protected",
|
|
1160
1296
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor",
|
|
1161
1297
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1162
1298
|
}
|
|
@@ -1171,6 +1307,7 @@
|
|
|
1171
1307
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BUpdate,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
|
|
1172
1308
|
"isStatic": false,
|
|
1173
1309
|
"parameterCount": 2,
|
|
1310
|
+
"visibility": "Public",
|
|
1174
1311
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor",
|
|
1175
1312
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1176
1313
|
}
|
|
@@ -1187,6 +1324,10 @@
|
|
|
1187
1324
|
"isSealed": true,
|
|
1188
1325
|
"isStatic": false,
|
|
1189
1326
|
"arity": 0,
|
|
1327
|
+
"baseType": {
|
|
1328
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1329
|
+
"clrName": "System.Object"
|
|
1330
|
+
},
|
|
1190
1331
|
"methods": [],
|
|
1191
1332
|
"properties": [
|
|
1192
1333
|
{
|
|
@@ -1204,6 +1345,7 @@
|
|
|
1204
1345
|
"isAbstract": false,
|
|
1205
1346
|
"isVirtual": false,
|
|
1206
1347
|
"isOverride": false,
|
|
1348
|
+
"visibility": "Public",
|
|
1207
1349
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.ColumnAccessors",
|
|
1208
1350
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1209
1351
|
},
|
|
@@ -1222,6 +1364,7 @@
|
|
|
1222
1364
|
"isAbstract": false,
|
|
1223
1365
|
"isVirtual": false,
|
|
1224
1366
|
"isOverride": false,
|
|
1367
|
+
"visibility": "Public",
|
|
1225
1368
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.ColumnAccessors",
|
|
1226
1369
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1227
1370
|
}
|
|
@@ -1236,6 +1379,7 @@
|
|
|
1236
1379
|
"normalizedSignature": "constructor|(System.Delegate,System.Delegate):void|static=false",
|
|
1237
1380
|
"isStatic": false,
|
|
1238
1381
|
"parameterCount": 2,
|
|
1382
|
+
"visibility": "Public",
|
|
1239
1383
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.ColumnAccessors",
|
|
1240
1384
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1241
1385
|
}
|
|
@@ -1252,6 +1396,20 @@
|
|
|
1252
1396
|
"isSealed": false,
|
|
1253
1397
|
"isStatic": false,
|
|
1254
1398
|
"arity": 0,
|
|
1399
|
+
"baseType": {
|
|
1400
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1401
|
+
"clrName": "System.Object"
|
|
1402
|
+
},
|
|
1403
|
+
"interfaces": [
|
|
1404
|
+
{
|
|
1405
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.ICommandBatchPreparer",
|
|
1406
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.ICommandBatchPreparer"
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IResettableService",
|
|
1410
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IResettableService"
|
|
1411
|
+
}
|
|
1412
|
+
],
|
|
1255
1413
|
"methods": [
|
|
1256
1414
|
{
|
|
1257
1415
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparer::BatchCommands(System.Collections.Generic.IList_1[[Microsoft.EntityFrameworkCore.Update.IUpdateEntry,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Update.IUpdateAdapter):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
@@ -1268,6 +1426,7 @@
|
|
|
1268
1426
|
"isVirtual": true,
|
|
1269
1427
|
"isOverride": false,
|
|
1270
1428
|
"isSealed": false,
|
|
1429
|
+
"visibility": "Public",
|
|
1271
1430
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparer",
|
|
1272
1431
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1273
1432
|
"isExtensionMethod": false
|
|
@@ -1287,6 +1446,27 @@
|
|
|
1287
1446
|
"isVirtual": true,
|
|
1288
1447
|
"isOverride": false,
|
|
1289
1448
|
"isSealed": false,
|
|
1449
|
+
"visibility": "Public",
|
|
1450
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparer",
|
|
1451
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1452
|
+
"isExtensionMethod": false
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparer::CreateModificationCommands(System.Collections.Generic.IList_1[[Microsoft.EntityFrameworkCore.Update.IUpdateEntry,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Update.IUpdateAdapter,System.Func_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1456
|
+
"clrName": "CreateModificationCommands",
|
|
1457
|
+
"metadataToken": 100664879,
|
|
1458
|
+
"canonicalSignature": "(System.Collections.Generic.IList_1[[Microsoft.EntityFrameworkCore.Update.IUpdateEntry,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Update.IUpdateAdapter,System.Func_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1459
|
+
"normalizedSignature": "CreateModificationCommands|(System.Collections.Generic.IList_1[[Microsoft.EntityFrameworkCore.Update.IUpdateEntry,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Update.IUpdateAdapter,System.Func_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1460
|
+
"emitScope": "ClassSurface",
|
|
1461
|
+
"provenance": "Original",
|
|
1462
|
+
"arity": 0,
|
|
1463
|
+
"parameterCount": 3,
|
|
1464
|
+
"isStatic": false,
|
|
1465
|
+
"isAbstract": false,
|
|
1466
|
+
"isVirtual": true,
|
|
1467
|
+
"isOverride": false,
|
|
1468
|
+
"isSealed": false,
|
|
1469
|
+
"visibility": "Protected",
|
|
1290
1470
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparer",
|
|
1291
1471
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1292
1472
|
"isExtensionMethod": false
|
|
@@ -1306,6 +1486,7 @@
|
|
|
1306
1486
|
"isVirtual": true,
|
|
1307
1487
|
"isOverride": false,
|
|
1308
1488
|
"isSealed": false,
|
|
1489
|
+
"visibility": "Public",
|
|
1309
1490
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparer",
|
|
1310
1491
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1311
1492
|
"isExtensionMethod": false
|
|
@@ -1325,6 +1506,7 @@
|
|
|
1325
1506
|
"isVirtual": true,
|
|
1326
1507
|
"isOverride": false,
|
|
1327
1508
|
"isSealed": false,
|
|
1509
|
+
"visibility": "Public",
|
|
1328
1510
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IResettableService",
|
|
1329
1511
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1330
1512
|
"isExtensionMethod": false,
|
|
@@ -1345,6 +1527,7 @@
|
|
|
1345
1527
|
"isVirtual": true,
|
|
1346
1528
|
"isOverride": false,
|
|
1347
1529
|
"isSealed": false,
|
|
1530
|
+
"visibility": "Public",
|
|
1348
1531
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IResettableService",
|
|
1349
1532
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1350
1533
|
"isExtensionMethod": false,
|
|
@@ -1365,6 +1548,7 @@
|
|
|
1365
1548
|
"isVirtual": true,
|
|
1366
1549
|
"isOverride": false,
|
|
1367
1550
|
"isSealed": false,
|
|
1551
|
+
"visibility": "Public",
|
|
1368
1552
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.ICommandBatchPreparer",
|
|
1369
1553
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1370
1554
|
"isExtensionMethod": false,
|
|
@@ -1385,13 +1569,34 @@
|
|
|
1385
1569
|
"isVirtual": true,
|
|
1386
1570
|
"isOverride": false,
|
|
1387
1571
|
"isSealed": false,
|
|
1572
|
+
"visibility": "Public",
|
|
1388
1573
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.ICommandBatchPreparer",
|
|
1389
1574
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1390
1575
|
"isExtensionMethod": false,
|
|
1391
1576
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.ICommandBatchPreparer"
|
|
1392
1577
|
}
|
|
1393
1578
|
],
|
|
1394
|
-
"properties": [
|
|
1579
|
+
"properties": [
|
|
1580
|
+
{
|
|
1581
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparer::Dependencies:Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies",
|
|
1582
|
+
"clrName": "Dependencies",
|
|
1583
|
+
"metadataToken": 385876202,
|
|
1584
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies",
|
|
1585
|
+
"normalizedSignature": "Dependencies|:Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies|static=false|accessor=get",
|
|
1586
|
+
"emitScope": "ClassSurface",
|
|
1587
|
+
"provenance": "Original",
|
|
1588
|
+
"isIndexer": false,
|
|
1589
|
+
"hasGetter": true,
|
|
1590
|
+
"hasSetter": false,
|
|
1591
|
+
"isStatic": false,
|
|
1592
|
+
"isAbstract": false,
|
|
1593
|
+
"isVirtual": true,
|
|
1594
|
+
"isOverride": false,
|
|
1595
|
+
"visibility": "Protected",
|
|
1596
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparer",
|
|
1597
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1598
|
+
}
|
|
1599
|
+
],
|
|
1395
1600
|
"fields": [],
|
|
1396
1601
|
"events": [],
|
|
1397
1602
|
"constructors": [
|
|
@@ -1402,6 +1607,7 @@
|
|
|
1402
1607
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies):void|static=false",
|
|
1403
1608
|
"isStatic": false,
|
|
1404
1609
|
"parameterCount": 1,
|
|
1610
|
+
"visibility": "Public",
|
|
1405
1611
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparer",
|
|
1406
1612
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1407
1613
|
}
|
|
@@ -1418,6 +1624,19 @@
|
|
|
1418
1624
|
"isSealed": true,
|
|
1419
1625
|
"isStatic": false,
|
|
1420
1626
|
"arity": 0,
|
|
1627
|
+
"baseType": {
|
|
1628
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1629
|
+
"clrName": "System.Object"
|
|
1630
|
+
},
|
|
1631
|
+
"interfaces": [
|
|
1632
|
+
{
|
|
1633
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
1634
|
+
"clrName": "System.IEquatable\u00601",
|
|
1635
|
+
"typeArguments": [
|
|
1636
|
+
"CommandBatchPreparerDependencies"
|
|
1637
|
+
]
|
|
1638
|
+
}
|
|
1639
|
+
],
|
|
1421
1640
|
"methods": [
|
|
1422
1641
|
{
|
|
1423
1642
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies::ToString():System.String",
|
|
@@ -1434,6 +1653,7 @@
|
|
|
1434
1653
|
"isVirtual": true,
|
|
1435
1654
|
"isOverride": true,
|
|
1436
1655
|
"isSealed": false,
|
|
1656
|
+
"visibility": "Public",
|
|
1437
1657
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies",
|
|
1438
1658
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1439
1659
|
"isExtensionMethod": false
|
|
@@ -1453,6 +1673,7 @@
|
|
|
1453
1673
|
"isVirtual": true,
|
|
1454
1674
|
"isOverride": true,
|
|
1455
1675
|
"isSealed": false,
|
|
1676
|
+
"visibility": "Public",
|
|
1456
1677
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies",
|
|
1457
1678
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1458
1679
|
"isExtensionMethod": false
|
|
@@ -1472,6 +1693,7 @@
|
|
|
1472
1693
|
"isVirtual": true,
|
|
1473
1694
|
"isOverride": true,
|
|
1474
1695
|
"isSealed": false,
|
|
1696
|
+
"visibility": "Public",
|
|
1475
1697
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies",
|
|
1476
1698
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1477
1699
|
"isExtensionMethod": false
|
|
@@ -1491,6 +1713,7 @@
|
|
|
1491
1713
|
"isVirtual": true,
|
|
1492
1714
|
"isOverride": false,
|
|
1493
1715
|
"isSealed": true,
|
|
1716
|
+
"visibility": "Public",
|
|
1494
1717
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies",
|
|
1495
1718
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1496
1719
|
"isExtensionMethod": false
|
|
@@ -1510,6 +1733,7 @@
|
|
|
1510
1733
|
"isVirtual": false,
|
|
1511
1734
|
"isOverride": false,
|
|
1512
1735
|
"isSealed": false,
|
|
1736
|
+
"visibility": "Public",
|
|
1513
1737
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies",
|
|
1514
1738
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1515
1739
|
"isExtensionMethod": false
|
|
@@ -1531,6 +1755,7 @@
|
|
|
1531
1755
|
"isAbstract": false,
|
|
1532
1756
|
"isVirtual": false,
|
|
1533
1757
|
"isOverride": false,
|
|
1758
|
+
"visibility": "Public",
|
|
1534
1759
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies",
|
|
1535
1760
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1536
1761
|
},
|
|
@@ -1549,6 +1774,7 @@
|
|
|
1549
1774
|
"isAbstract": false,
|
|
1550
1775
|
"isVirtual": false,
|
|
1551
1776
|
"isOverride": false,
|
|
1777
|
+
"visibility": "Public",
|
|
1552
1778
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies",
|
|
1553
1779
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1554
1780
|
},
|
|
@@ -1567,6 +1793,7 @@
|
|
|
1567
1793
|
"isAbstract": false,
|
|
1568
1794
|
"isVirtual": false,
|
|
1569
1795
|
"isOverride": false,
|
|
1796
|
+
"visibility": "Public",
|
|
1570
1797
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies",
|
|
1571
1798
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1572
1799
|
},
|
|
@@ -1585,6 +1812,7 @@
|
|
|
1585
1812
|
"isAbstract": false,
|
|
1586
1813
|
"isVirtual": false,
|
|
1587
1814
|
"isOverride": false,
|
|
1815
|
+
"visibility": "Public",
|
|
1588
1816
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies",
|
|
1589
1817
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1590
1818
|
},
|
|
@@ -1603,6 +1831,7 @@
|
|
|
1603
1831
|
"isAbstract": false,
|
|
1604
1832
|
"isVirtual": false,
|
|
1605
1833
|
"isOverride": false,
|
|
1834
|
+
"visibility": "Public",
|
|
1606
1835
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies",
|
|
1607
1836
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1608
1837
|
},
|
|
@@ -1621,6 +1850,7 @@
|
|
|
1621
1850
|
"isAbstract": false,
|
|
1622
1851
|
"isVirtual": false,
|
|
1623
1852
|
"isOverride": false,
|
|
1853
|
+
"visibility": "Public",
|
|
1624
1854
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies",
|
|
1625
1855
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1626
1856
|
},
|
|
@@ -1639,6 +1869,7 @@
|
|
|
1639
1869
|
"isAbstract": false,
|
|
1640
1870
|
"isVirtual": false,
|
|
1641
1871
|
"isOverride": false,
|
|
1872
|
+
"visibility": "Public",
|
|
1642
1873
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies",
|
|
1643
1874
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1644
1875
|
}
|
|
@@ -1653,6 +1884,7 @@
|
|
|
1653
1884
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Update.IModificationCommandBatchFactory,Microsoft.EntityFrameworkCore.Storage.IParameterNameGeneratorFactory,System.Collections.Generic.IComparer_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Update.IModificationCommandFactory,Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BUpdate,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):void|static=false",
|
|
1654
1885
|
"isStatic": false,
|
|
1655
1886
|
"parameterCount": 7,
|
|
1887
|
+
"visibility": "Public",
|
|
1656
1888
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CommandBatchPreparerDependencies",
|
|
1657
1889
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1658
1890
|
}
|
|
@@ -1669,6 +1901,23 @@
|
|
|
1669
1901
|
"isSealed": false,
|
|
1670
1902
|
"isStatic": false,
|
|
1671
1903
|
"arity": 0,
|
|
1904
|
+
"baseType": {
|
|
1905
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory",
|
|
1906
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory"
|
|
1907
|
+
},
|
|
1908
|
+
"interfaces": [
|
|
1909
|
+
{
|
|
1910
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
1911
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
1912
|
+
"typeArguments": [
|
|
1913
|
+
"Object[]"
|
|
1914
|
+
]
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
1918
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory"
|
|
1919
|
+
}
|
|
1920
|
+
],
|
|
1672
1921
|
"methods": [
|
|
1673
1922
|
{
|
|
1674
1923
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory::CreatePrincipalEquatableKeyValue(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object",
|
|
@@ -1685,6 +1934,7 @@
|
|
|
1685
1934
|
"isVirtual": true,
|
|
1686
1935
|
"isOverride": false,
|
|
1687
1936
|
"isSealed": false,
|
|
1937
|
+
"visibility": "Public",
|
|
1688
1938
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory",
|
|
1689
1939
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1690
1940
|
"isExtensionMethod": false
|
|
@@ -1704,6 +1954,7 @@
|
|
|
1704
1954
|
"isVirtual": true,
|
|
1705
1955
|
"isOverride": false,
|
|
1706
1956
|
"isSealed": false,
|
|
1957
|
+
"visibility": "Public",
|
|
1707
1958
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory",
|
|
1708
1959
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1709
1960
|
"isExtensionMethod": false
|
|
@@ -1723,6 +1974,7 @@
|
|
|
1723
1974
|
"isVirtual": true,
|
|
1724
1975
|
"isOverride": false,
|
|
1725
1976
|
"isSealed": false,
|
|
1977
|
+
"visibility": "Public",
|
|
1726
1978
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory",
|
|
1727
1979
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1728
1980
|
"isExtensionMethod": false
|
|
@@ -1742,6 +1994,7 @@
|
|
|
1742
1994
|
"isVirtual": true,
|
|
1743
1995
|
"isOverride": false,
|
|
1744
1996
|
"isSealed": false,
|
|
1997
|
+
"visibility": "Public",
|
|
1745
1998
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory",
|
|
1746
1999
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1747
2000
|
"isExtensionMethod": false
|
|
@@ -1761,6 +2014,7 @@
|
|
|
1761
2014
|
"isVirtual": true,
|
|
1762
2015
|
"isOverride": false,
|
|
1763
2016
|
"isSealed": false,
|
|
2017
|
+
"visibility": "Public",
|
|
1764
2018
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
1765
2019
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1766
2020
|
"isExtensionMethod": false,
|
|
@@ -1787,6 +2041,7 @@
|
|
|
1787
2041
|
"isVirtual": true,
|
|
1788
2042
|
"isOverride": false,
|
|
1789
2043
|
"isSealed": false,
|
|
2044
|
+
"visibility": "Public",
|
|
1790
2045
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
1791
2046
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1792
2047
|
"isExtensionMethod": false,
|
|
@@ -1813,6 +2068,7 @@
|
|
|
1813
2068
|
"isVirtual": true,
|
|
1814
2069
|
"isOverride": false,
|
|
1815
2070
|
"isSealed": false,
|
|
2071
|
+
"visibility": "Public",
|
|
1816
2072
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
1817
2073
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1818
2074
|
"isExtensionMethod": false,
|
|
@@ -1839,6 +2095,7 @@
|
|
|
1839
2095
|
"isVirtual": true,
|
|
1840
2096
|
"isOverride": false,
|
|
1841
2097
|
"isSealed": false,
|
|
2098
|
+
"visibility": "Public",
|
|
1842
2099
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
1843
2100
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1844
2101
|
"isExtensionMethod": false,
|
|
@@ -1859,6 +2116,7 @@
|
|
|
1859
2116
|
"isVirtual": true,
|
|
1860
2117
|
"isOverride": false,
|
|
1861
2118
|
"isSealed": false,
|
|
2119
|
+
"visibility": "Public",
|
|
1862
2120
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
1863
2121
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1864
2122
|
"isExtensionMethod": false,
|
|
@@ -1879,6 +2137,7 @@
|
|
|
1879
2137
|
"isVirtual": true,
|
|
1880
2138
|
"isOverride": false,
|
|
1881
2139
|
"isSealed": false,
|
|
2140
|
+
"visibility": "Public",
|
|
1882
2141
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
1883
2142
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1884
2143
|
"isExtensionMethod": false,
|
|
@@ -1899,6 +2158,7 @@
|
|
|
1899
2158
|
"isVirtual": true,
|
|
1900
2159
|
"isOverride": false,
|
|
1901
2160
|
"isSealed": false,
|
|
2161
|
+
"visibility": "Public",
|
|
1902
2162
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory",
|
|
1903
2163
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1904
2164
|
"isExtensionMethod": false,
|
|
@@ -1909,6 +2169,36 @@
|
|
|
1909
2169
|
}
|
|
1910
2170
|
]
|
|
1911
2171
|
},
|
|
2172
|
+
{
|
|
2173
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory::TryCreateDependentKeyValue(System.Object[],System.Object[]\u0026,System.Boolean\u0026):System.Boolean",
|
|
2174
|
+
"clrName": "TryCreateDependentKeyValue",
|
|
2175
|
+
"metadataToken": 0,
|
|
2176
|
+
"canonicalSignature": "(System.Object[],System.Object[]\u0026,System.Boolean\u0026):System.Boolean",
|
|
2177
|
+
"normalizedSignature": "TryCreateDependentKeyValue|(System.Object[],System.Object[]\u0026,System.Boolean\u0026):System.Boolean|static=false",
|
|
2178
|
+
"emitScope": "ClassSurface",
|
|
2179
|
+
"provenance": "BaseOverload",
|
|
2180
|
+
"arity": 0,
|
|
2181
|
+
"parameterCount": 3,
|
|
2182
|
+
"isStatic": false,
|
|
2183
|
+
"isAbstract": false,
|
|
2184
|
+
"isVirtual": true,
|
|
2185
|
+
"isOverride": false,
|
|
2186
|
+
"isSealed": false,
|
|
2187
|
+
"visibility": "Protected",
|
|
2188
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory",
|
|
2189
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2190
|
+
"isExtensionMethod": false,
|
|
2191
|
+
"parameterModifiers": [
|
|
2192
|
+
{
|
|
2193
|
+
"index": 1,
|
|
2194
|
+
"modifier": "out"
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"index": 2,
|
|
2198
|
+
"modifier": "out"
|
|
2199
|
+
}
|
|
2200
|
+
]
|
|
2201
|
+
},
|
|
1912
2202
|
{
|
|
1913
2203
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory::TryCreateDependentKeyValue(System.Collections.Generic.IDictionary_2,System.Object[]\u0026):System.Boolean",
|
|
1914
2204
|
"clrName": "TryCreateDependentKeyValue",
|
|
@@ -1924,6 +2214,7 @@
|
|
|
1924
2214
|
"isVirtual": true,
|
|
1925
2215
|
"isOverride": false,
|
|
1926
2216
|
"isSealed": false,
|
|
2217
|
+
"visibility": "Public",
|
|
1927
2218
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory",
|
|
1928
2219
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1929
2220
|
"isExtensionMethod": false,
|
|
@@ -1934,6 +2225,36 @@
|
|
|
1934
2225
|
}
|
|
1935
2226
|
]
|
|
1936
2227
|
},
|
|
2228
|
+
{
|
|
2229
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory::TryCreateDependentKeyValue(System.Collections.Generic.IDictionary_2,System.Object[]\u0026,System.Boolean\u0026):System.Boolean",
|
|
2230
|
+
"clrName": "TryCreateDependentKeyValue",
|
|
2231
|
+
"metadataToken": 0,
|
|
2232
|
+
"canonicalSignature": "(System.Collections.Generic.IDictionary_2,System.Object[]\u0026,System.Boolean\u0026):System.Boolean",
|
|
2233
|
+
"normalizedSignature": "TryCreateDependentKeyValue|(System.Collections.Generic.IDictionary_2,System.Object[]\u0026,System.Boolean\u0026):System.Boolean|static=false",
|
|
2234
|
+
"emitScope": "ClassSurface",
|
|
2235
|
+
"provenance": "BaseOverload",
|
|
2236
|
+
"arity": 0,
|
|
2237
|
+
"parameterCount": 3,
|
|
2238
|
+
"isStatic": false,
|
|
2239
|
+
"isAbstract": false,
|
|
2240
|
+
"isVirtual": true,
|
|
2241
|
+
"isOverride": false,
|
|
2242
|
+
"isSealed": false,
|
|
2243
|
+
"visibility": "Protected",
|
|
2244
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory",
|
|
2245
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2246
|
+
"isExtensionMethod": false,
|
|
2247
|
+
"parameterModifiers": [
|
|
2248
|
+
{
|
|
2249
|
+
"index": 1,
|
|
2250
|
+
"modifier": "out"
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"index": 2,
|
|
2254
|
+
"modifier": "out"
|
|
2255
|
+
}
|
|
2256
|
+
]
|
|
2257
|
+
},
|
|
1937
2258
|
{
|
|
1938
2259
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory::TryCreateDependentKeyValue(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean,System.Object[]\u0026):System.Boolean",
|
|
1939
2260
|
"clrName": "TryCreateDependentKeyValue",
|
|
@@ -1949,6 +2270,7 @@
|
|
|
1949
2270
|
"isVirtual": true,
|
|
1950
2271
|
"isOverride": false,
|
|
1951
2272
|
"isSealed": false,
|
|
2273
|
+
"visibility": "Public",
|
|
1952
2274
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory",
|
|
1953
2275
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1954
2276
|
"isExtensionMethod": false,
|
|
@@ -1958,24 +2280,74 @@
|
|
|
1958
2280
|
"modifier": "out"
|
|
1959
2281
|
}
|
|
1960
2282
|
]
|
|
2283
|
+
},
|
|
2284
|
+
{
|
|
2285
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory::TryCreateDependentKeyValue(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean,System.Object[]\u0026,System.Boolean\u0026):System.Boolean",
|
|
2286
|
+
"clrName": "TryCreateDependentKeyValue",
|
|
2287
|
+
"metadataToken": 0,
|
|
2288
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean,System.Object[]\u0026,System.Boolean\u0026):System.Boolean",
|
|
2289
|
+
"normalizedSignature": "TryCreateDependentKeyValue|(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean,System.Object[]\u0026,System.Boolean\u0026):System.Boolean|static=false",
|
|
2290
|
+
"emitScope": "ClassSurface",
|
|
2291
|
+
"provenance": "BaseOverload",
|
|
2292
|
+
"arity": 0,
|
|
2293
|
+
"parameterCount": 4,
|
|
2294
|
+
"isStatic": false,
|
|
2295
|
+
"isAbstract": false,
|
|
2296
|
+
"isVirtual": true,
|
|
2297
|
+
"isOverride": false,
|
|
2298
|
+
"isSealed": false,
|
|
2299
|
+
"visibility": "Protected",
|
|
2300
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory",
|
|
2301
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2302
|
+
"isExtensionMethod": false,
|
|
2303
|
+
"parameterModifiers": [
|
|
2304
|
+
{
|
|
2305
|
+
"index": 2,
|
|
2306
|
+
"modifier": "out"
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
"index": 3,
|
|
2310
|
+
"modifier": "out"
|
|
2311
|
+
}
|
|
2312
|
+
]
|
|
1961
2313
|
}
|
|
1962
2314
|
],
|
|
1963
2315
|
"properties": [
|
|
2316
|
+
{
|
|
2317
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory::ValueConverters:System.Collections.Generic.List_1[[Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2318
|
+
"clrName": "ValueConverters",
|
|
2319
|
+
"metadataToken": 385876211,
|
|
2320
|
+
"canonicalSignature": ":System.Collections.Generic.List_1[[Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2321
|
+
"normalizedSignature": "ValueConverters|:System.Collections.Generic.List_1[[Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
2322
|
+
"emitScope": "ClassSurface",
|
|
2323
|
+
"provenance": "Original",
|
|
2324
|
+
"isIndexer": false,
|
|
2325
|
+
"hasGetter": true,
|
|
2326
|
+
"hasSetter": false,
|
|
2327
|
+
"isStatic": false,
|
|
2328
|
+
"isAbstract": false,
|
|
2329
|
+
"isVirtual": true,
|
|
2330
|
+
"isOverride": true,
|
|
2331
|
+
"visibility": "Protected",
|
|
2332
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory",
|
|
2333
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2334
|
+
},
|
|
1964
2335
|
{
|
|
1965
2336
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory::EqualityComparer:System.Collections.Generic.IEqualityComparer_1[[System.Object[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1966
2337
|
"clrName": "EqualityComparer",
|
|
1967
2338
|
"metadataToken": 385876212,
|
|
1968
2339
|
"canonicalSignature": ":System.Collections.Generic.IEqualityComparer_1[[System.Object[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1969
|
-
"normalizedSignature": "EqualityComparer|:System.Collections.Generic.IEqualityComparer_1[[System.Object[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=
|
|
2340
|
+
"normalizedSignature": "EqualityComparer|:System.Collections.Generic.IEqualityComparer_1[[System.Object[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
1970
2341
|
"emitScope": "ClassSurface",
|
|
1971
2342
|
"provenance": "Original",
|
|
1972
2343
|
"isIndexer": false,
|
|
1973
2344
|
"hasGetter": true,
|
|
1974
|
-
"hasSetter":
|
|
2345
|
+
"hasSetter": true,
|
|
1975
2346
|
"isStatic": false,
|
|
1976
2347
|
"isAbstract": false,
|
|
1977
2348
|
"isVirtual": true,
|
|
1978
2349
|
"isOverride": true,
|
|
2350
|
+
"visibility": "Public",
|
|
1979
2351
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory",
|
|
1980
2352
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
1981
2353
|
},
|
|
@@ -1994,6 +2366,7 @@
|
|
|
1994
2366
|
"isAbstract": false,
|
|
1995
2367
|
"isVirtual": true,
|
|
1996
2368
|
"isOverride": false,
|
|
2369
|
+
"visibility": "Public",
|
|
1997
2370
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
1998
2371
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
1999
2372
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
@@ -2009,6 +2382,7 @@
|
|
|
2009
2382
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint):void|static=false",
|
|
2010
2383
|
"isStatic": false,
|
|
2011
2384
|
"parameterCount": 1,
|
|
2385
|
+
"visibility": "Public",
|
|
2012
2386
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory",
|
|
2013
2387
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2014
2388
|
}
|
|
@@ -2025,6 +2399,23 @@
|
|
|
2025
2399
|
"isSealed": false,
|
|
2026
2400
|
"isStatic": false,
|
|
2027
2401
|
"arity": 0,
|
|
2402
|
+
"baseType": {
|
|
2403
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory",
|
|
2404
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory"
|
|
2405
|
+
},
|
|
2406
|
+
"interfaces": [
|
|
2407
|
+
{
|
|
2408
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory\u00601",
|
|
2409
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory\u00601",
|
|
2410
|
+
"typeArguments": [
|
|
2411
|
+
"Object[]"
|
|
2412
|
+
]
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory",
|
|
2416
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory"
|
|
2417
|
+
}
|
|
2418
|
+
],
|
|
2028
2419
|
"methods": [
|
|
2029
2420
|
{
|
|
2030
2421
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowIndexValueFactory::TryCreateIndexValue(System.Object[],System.Object[]\u0026,System.Boolean\u0026):System.Boolean",
|
|
@@ -2041,6 +2432,7 @@
|
|
|
2041
2432
|
"isVirtual": true,
|
|
2042
2433
|
"isOverride": false,
|
|
2043
2434
|
"isSealed": false,
|
|
2435
|
+
"visibility": "Public",
|
|
2044
2436
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowIndexValueFactory",
|
|
2045
2437
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2046
2438
|
"isExtensionMethod": false,
|
|
@@ -2070,6 +2462,7 @@
|
|
|
2070
2462
|
"isVirtual": true,
|
|
2071
2463
|
"isOverride": false,
|
|
2072
2464
|
"isSealed": false,
|
|
2465
|
+
"visibility": "Public",
|
|
2073
2466
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowIndexValueFactory",
|
|
2074
2467
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2075
2468
|
"isExtensionMethod": false,
|
|
@@ -2099,6 +2492,7 @@
|
|
|
2099
2492
|
"isVirtual": true,
|
|
2100
2493
|
"isOverride": false,
|
|
2101
2494
|
"isSealed": false,
|
|
2495
|
+
"visibility": "Public",
|
|
2102
2496
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowIndexValueFactory",
|
|
2103
2497
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2104
2498
|
"isExtensionMethod": false,
|
|
@@ -2128,6 +2522,7 @@
|
|
|
2128
2522
|
"isVirtual": true,
|
|
2129
2523
|
"isOverride": false,
|
|
2130
2524
|
"isSealed": false,
|
|
2525
|
+
"visibility": "Public",
|
|
2131
2526
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowIndexValueFactory",
|
|
2132
2527
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2133
2528
|
"isExtensionMethod": false
|
|
@@ -2147,6 +2542,7 @@
|
|
|
2147
2542
|
"isVirtual": true,
|
|
2148
2543
|
"isOverride": false,
|
|
2149
2544
|
"isSealed": false,
|
|
2545
|
+
"visibility": "Public",
|
|
2150
2546
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowIndexValueFactory",
|
|
2151
2547
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2152
2548
|
"isExtensionMethod": false
|
|
@@ -2166,6 +2562,7 @@
|
|
|
2166
2562
|
"isVirtual": true,
|
|
2167
2563
|
"isOverride": false,
|
|
2168
2564
|
"isSealed": false,
|
|
2565
|
+
"visibility": "Public",
|
|
2169
2566
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory\u00601",
|
|
2170
2567
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2171
2568
|
"isExtensionMethod": false,
|
|
@@ -2196,6 +2593,7 @@
|
|
|
2196
2593
|
"isVirtual": true,
|
|
2197
2594
|
"isOverride": false,
|
|
2198
2595
|
"isSealed": false,
|
|
2596
|
+
"visibility": "Public",
|
|
2199
2597
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory\u00601",
|
|
2200
2598
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2201
2599
|
"isExtensionMethod": false,
|
|
@@ -2226,6 +2624,7 @@
|
|
|
2226
2624
|
"isVirtual": true,
|
|
2227
2625
|
"isOverride": false,
|
|
2228
2626
|
"isSealed": false,
|
|
2627
|
+
"visibility": "Public",
|
|
2229
2628
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory\u00601",
|
|
2230
2629
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2231
2630
|
"isExtensionMethod": false,
|
|
@@ -2256,6 +2655,7 @@
|
|
|
2256
2655
|
"isVirtual": true,
|
|
2257
2656
|
"isOverride": false,
|
|
2258
2657
|
"isSealed": false,
|
|
2658
|
+
"visibility": "Public",
|
|
2259
2659
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory",
|
|
2260
2660
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2261
2661
|
"isExtensionMethod": false,
|
|
@@ -2278,6 +2678,7 @@
|
|
|
2278
2678
|
"isAbstract": false,
|
|
2279
2679
|
"isVirtual": true,
|
|
2280
2680
|
"isOverride": false,
|
|
2681
|
+
"visibility": "Public",
|
|
2281
2682
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory\u00601",
|
|
2282
2683
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory\u00601",
|
|
2283
2684
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
@@ -2293,6 +2694,7 @@
|
|
|
2293
2694
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.ITableIndex):void|static=false",
|
|
2294
2695
|
"isStatic": false,
|
|
2295
2696
|
"parameterCount": 1,
|
|
2697
|
+
"visibility": "Public",
|
|
2296
2698
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowIndexValueFactory",
|
|
2297
2699
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2298
2700
|
}
|
|
@@ -2309,6 +2711,23 @@
|
|
|
2309
2711
|
"isSealed": false,
|
|
2310
2712
|
"isStatic": false,
|
|
2311
2713
|
"arity": 0,
|
|
2714
|
+
"baseType": {
|
|
2715
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory",
|
|
2716
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory"
|
|
2717
|
+
},
|
|
2718
|
+
"interfaces": [
|
|
2719
|
+
{
|
|
2720
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory\u00601",
|
|
2721
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory\u00601",
|
|
2722
|
+
"typeArguments": [
|
|
2723
|
+
"Object[]"
|
|
2724
|
+
]
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory",
|
|
2728
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory"
|
|
2729
|
+
}
|
|
2730
|
+
],
|
|
2312
2731
|
"methods": [
|
|
2313
2732
|
{
|
|
2314
2733
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowKeyValueFactory::CreateKeyValue(System.Object[]):System.Object[]",
|
|
@@ -2325,6 +2744,7 @@
|
|
|
2325
2744
|
"isVirtual": true,
|
|
2326
2745
|
"isOverride": false,
|
|
2327
2746
|
"isSealed": false,
|
|
2747
|
+
"visibility": "Public",
|
|
2328
2748
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowKeyValueFactory",
|
|
2329
2749
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2330
2750
|
"isExtensionMethod": false
|
|
@@ -2344,6 +2764,7 @@
|
|
|
2344
2764
|
"isVirtual": true,
|
|
2345
2765
|
"isOverride": false,
|
|
2346
2766
|
"isSealed": false,
|
|
2767
|
+
"visibility": "Public",
|
|
2347
2768
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowKeyValueFactory",
|
|
2348
2769
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2349
2770
|
"isExtensionMethod": false
|
|
@@ -2363,6 +2784,7 @@
|
|
|
2363
2784
|
"isVirtual": true,
|
|
2364
2785
|
"isOverride": false,
|
|
2365
2786
|
"isSealed": false,
|
|
2787
|
+
"visibility": "Public",
|
|
2366
2788
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowKeyValueFactory",
|
|
2367
2789
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2368
2790
|
"isExtensionMethod": false
|
|
@@ -2382,6 +2804,7 @@
|
|
|
2382
2804
|
"isVirtual": true,
|
|
2383
2805
|
"isOverride": false,
|
|
2384
2806
|
"isSealed": false,
|
|
2807
|
+
"visibility": "Public",
|
|
2385
2808
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowKeyValueFactory",
|
|
2386
2809
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2387
2810
|
"isExtensionMethod": false
|
|
@@ -2401,6 +2824,7 @@
|
|
|
2401
2824
|
"isVirtual": true,
|
|
2402
2825
|
"isOverride": false,
|
|
2403
2826
|
"isSealed": false,
|
|
2827
|
+
"visibility": "Public",
|
|
2404
2828
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory\u00601",
|
|
2405
2829
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2406
2830
|
"isExtensionMethod": false,
|
|
@@ -2421,6 +2845,7 @@
|
|
|
2421
2845
|
"isVirtual": true,
|
|
2422
2846
|
"isOverride": false,
|
|
2423
2847
|
"isSealed": false,
|
|
2848
|
+
"visibility": "Public",
|
|
2424
2849
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory\u00601",
|
|
2425
2850
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2426
2851
|
"isExtensionMethod": false,
|
|
@@ -2441,6 +2866,7 @@
|
|
|
2441
2866
|
"isVirtual": true,
|
|
2442
2867
|
"isOverride": false,
|
|
2443
2868
|
"isSealed": false,
|
|
2869
|
+
"visibility": "Public",
|
|
2444
2870
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory\u00601",
|
|
2445
2871
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2446
2872
|
"isExtensionMethod": false,
|
|
@@ -2461,6 +2887,7 @@
|
|
|
2461
2887
|
"isVirtual": true,
|
|
2462
2888
|
"isOverride": false,
|
|
2463
2889
|
"isSealed": false,
|
|
2890
|
+
"visibility": "Public",
|
|
2464
2891
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory",
|
|
2465
2892
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2466
2893
|
"isExtensionMethod": false,
|
|
@@ -2481,6 +2908,7 @@
|
|
|
2481
2908
|
"isVirtual": true,
|
|
2482
2909
|
"isOverride": false,
|
|
2483
2910
|
"isSealed": false,
|
|
2911
|
+
"visibility": "Public",
|
|
2484
2912
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory",
|
|
2485
2913
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2486
2914
|
"isExtensionMethod": false,
|
|
@@ -2503,6 +2931,7 @@
|
|
|
2503
2931
|
"isAbstract": false,
|
|
2504
2932
|
"isVirtual": true,
|
|
2505
2933
|
"isOverride": false,
|
|
2934
|
+
"visibility": "Public",
|
|
2506
2935
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory\u00601",
|
|
2507
2936
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory\u00601",
|
|
2508
2937
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
@@ -2518,6 +2947,7 @@
|
|
|
2518
2947
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint):void|static=false",
|
|
2519
2948
|
"isStatic": false,
|
|
2520
2949
|
"parameterCount": 1,
|
|
2950
|
+
"visibility": "Public",
|
|
2521
2951
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowKeyValueFactory",
|
|
2522
2952
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2523
2953
|
}
|
|
@@ -2534,6 +2964,10 @@
|
|
|
2534
2964
|
"isSealed": false,
|
|
2535
2965
|
"isStatic": false,
|
|
2536
2966
|
"arity": 0,
|
|
2967
|
+
"baseType": {
|
|
2968
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2969
|
+
"clrName": "System.Object"
|
|
2970
|
+
},
|
|
2537
2971
|
"methods": [
|
|
2538
2972
|
{
|
|
2539
2973
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory::TryCreateDependentKeyValue(System.Object[],System.Object[]\u0026):System.Boolean",
|
|
@@ -2550,6 +2984,7 @@
|
|
|
2550
2984
|
"isVirtual": true,
|
|
2551
2985
|
"isOverride": false,
|
|
2552
2986
|
"isSealed": false,
|
|
2987
|
+
"visibility": "Public",
|
|
2553
2988
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory",
|
|
2554
2989
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2555
2990
|
"isExtensionMethod": false,
|
|
@@ -2560,6 +2995,36 @@
|
|
|
2560
2995
|
}
|
|
2561
2996
|
]
|
|
2562
2997
|
},
|
|
2998
|
+
{
|
|
2999
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory::TryCreateDependentKeyValue(System.Object[],System.Object[]\u0026,System.Boolean\u0026):System.Boolean",
|
|
3000
|
+
"clrName": "TryCreateDependentKeyValue",
|
|
3001
|
+
"metadataToken": 100664957,
|
|
3002
|
+
"canonicalSignature": "(System.Object[],System.Object[]\u0026,System.Boolean\u0026):System.Boolean",
|
|
3003
|
+
"normalizedSignature": "TryCreateDependentKeyValue|(System.Object[],System.Object[]\u0026,System.Boolean\u0026):System.Boolean|static=false",
|
|
3004
|
+
"emitScope": "ClassSurface",
|
|
3005
|
+
"provenance": "Original",
|
|
3006
|
+
"arity": 0,
|
|
3007
|
+
"parameterCount": 3,
|
|
3008
|
+
"isStatic": false,
|
|
3009
|
+
"isAbstract": false,
|
|
3010
|
+
"isVirtual": true,
|
|
3011
|
+
"isOverride": false,
|
|
3012
|
+
"isSealed": false,
|
|
3013
|
+
"visibility": "Protected",
|
|
3014
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory",
|
|
3015
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3016
|
+
"isExtensionMethod": false,
|
|
3017
|
+
"parameterModifiers": [
|
|
3018
|
+
{
|
|
3019
|
+
"index": 1,
|
|
3020
|
+
"modifier": "out"
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
"index": 2,
|
|
3024
|
+
"modifier": "out"
|
|
3025
|
+
}
|
|
3026
|
+
]
|
|
3027
|
+
},
|
|
2563
3028
|
{
|
|
2564
3029
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory::TryCreateDependentKeyValue(System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object[]\u0026):System.Boolean",
|
|
2565
3030
|
"clrName": "TryCreateDependentKeyValue",
|
|
@@ -2575,6 +3040,7 @@
|
|
|
2575
3040
|
"isVirtual": true,
|
|
2576
3041
|
"isOverride": false,
|
|
2577
3042
|
"isSealed": false,
|
|
3043
|
+
"visibility": "Public",
|
|
2578
3044
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory",
|
|
2579
3045
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2580
3046
|
"isExtensionMethod": false,
|
|
@@ -2585,6 +3051,36 @@
|
|
|
2585
3051
|
}
|
|
2586
3052
|
]
|
|
2587
3053
|
},
|
|
3054
|
+
{
|
|
3055
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory::TryCreateDependentKeyValue(System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object[]\u0026,System.Boolean\u0026):System.Boolean",
|
|
3056
|
+
"clrName": "TryCreateDependentKeyValue",
|
|
3057
|
+
"metadataToken": 100664959,
|
|
3058
|
+
"canonicalSignature": "(System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object[]\u0026,System.Boolean\u0026):System.Boolean",
|
|
3059
|
+
"normalizedSignature": "TryCreateDependentKeyValue|(System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object[]\u0026,System.Boolean\u0026):System.Boolean|static=false",
|
|
3060
|
+
"emitScope": "ClassSurface",
|
|
3061
|
+
"provenance": "Original",
|
|
3062
|
+
"arity": 0,
|
|
3063
|
+
"parameterCount": 3,
|
|
3064
|
+
"isStatic": false,
|
|
3065
|
+
"isAbstract": false,
|
|
3066
|
+
"isVirtual": true,
|
|
3067
|
+
"isOverride": false,
|
|
3068
|
+
"isSealed": false,
|
|
3069
|
+
"visibility": "Protected",
|
|
3070
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory",
|
|
3071
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3072
|
+
"isExtensionMethod": false,
|
|
3073
|
+
"parameterModifiers": [
|
|
3074
|
+
{
|
|
3075
|
+
"index": 1,
|
|
3076
|
+
"modifier": "out"
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
"index": 2,
|
|
3080
|
+
"modifier": "out"
|
|
3081
|
+
}
|
|
3082
|
+
]
|
|
3083
|
+
},
|
|
2588
3084
|
{
|
|
2589
3085
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory::TryCreateDependentKeyValue(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean,System.Object[]\u0026):System.Boolean",
|
|
2590
3086
|
"clrName": "TryCreateDependentKeyValue",
|
|
@@ -2600,6 +3096,7 @@
|
|
|
2600
3096
|
"isVirtual": true,
|
|
2601
3097
|
"isOverride": false,
|
|
2602
3098
|
"isSealed": false,
|
|
3099
|
+
"visibility": "Public",
|
|
2603
3100
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory",
|
|
2604
3101
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2605
3102
|
"isExtensionMethod": false,
|
|
@@ -2609,15 +3106,103 @@
|
|
|
2609
3106
|
"modifier": "out"
|
|
2610
3107
|
}
|
|
2611
3108
|
]
|
|
3109
|
+
},
|
|
3110
|
+
{
|
|
3111
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory::TryCreateDependentKeyValue(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean,System.Object[]\u0026,System.Boolean\u0026):System.Boolean",
|
|
3112
|
+
"clrName": "TryCreateDependentKeyValue",
|
|
3113
|
+
"metadataToken": 100664961,
|
|
3114
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean,System.Object[]\u0026,System.Boolean\u0026):System.Boolean",
|
|
3115
|
+
"normalizedSignature": "TryCreateDependentKeyValue|(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean,System.Object[]\u0026,System.Boolean\u0026):System.Boolean|static=false",
|
|
3116
|
+
"emitScope": "ClassSurface",
|
|
3117
|
+
"provenance": "Original",
|
|
3118
|
+
"arity": 0,
|
|
3119
|
+
"parameterCount": 4,
|
|
3120
|
+
"isStatic": false,
|
|
3121
|
+
"isAbstract": false,
|
|
3122
|
+
"isVirtual": true,
|
|
3123
|
+
"isOverride": false,
|
|
3124
|
+
"isSealed": false,
|
|
3125
|
+
"visibility": "Protected",
|
|
3126
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory",
|
|
3127
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3128
|
+
"isExtensionMethod": false,
|
|
3129
|
+
"parameterModifiers": [
|
|
3130
|
+
{
|
|
3131
|
+
"index": 2,
|
|
3132
|
+
"modifier": "out"
|
|
3133
|
+
},
|
|
3134
|
+
{
|
|
3135
|
+
"index": 3,
|
|
3136
|
+
"modifier": "out"
|
|
3137
|
+
}
|
|
3138
|
+
]
|
|
3139
|
+
},
|
|
3140
|
+
{
|
|
3141
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory::CreateEqualityComparer(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.List_1[[Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IEqualityComparer_1[[System.Object[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
3142
|
+
"clrName": "CreateEqualityComparer",
|
|
3143
|
+
"metadataToken": 100664962,
|
|
3144
|
+
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.List_1[[Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IEqualityComparer_1[[System.Object[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
3145
|
+
"normalizedSignature": "CreateEqualityComparer|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.List_1[[Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IEqualityComparer_1[[System.Object[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
|
|
3146
|
+
"emitScope": "ClassSurface",
|
|
3147
|
+
"provenance": "Original",
|
|
3148
|
+
"arity": 0,
|
|
3149
|
+
"parameterCount": 2,
|
|
3150
|
+
"isStatic": true,
|
|
3151
|
+
"isAbstract": false,
|
|
3152
|
+
"isVirtual": false,
|
|
3153
|
+
"isOverride": false,
|
|
3154
|
+
"isSealed": false,
|
|
3155
|
+
"visibility": "Protected",
|
|
3156
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory",
|
|
3157
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3158
|
+
"isExtensionMethod": false
|
|
2612
3159
|
}
|
|
2613
3160
|
],
|
|
2614
3161
|
"properties": [
|
|
3162
|
+
{
|
|
3163
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory::ValueConverters:System.Collections.Generic.List_1[[Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
3164
|
+
"clrName": "ValueConverters",
|
|
3165
|
+
"metadataToken": 385876213,
|
|
3166
|
+
"canonicalSignature": ":System.Collections.Generic.List_1[[Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
3167
|
+
"normalizedSignature": "ValueConverters|:System.Collections.Generic.List_1[[Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
3168
|
+
"emitScope": "ClassSurface",
|
|
3169
|
+
"provenance": "Original",
|
|
3170
|
+
"isIndexer": false,
|
|
3171
|
+
"hasGetter": true,
|
|
3172
|
+
"hasSetter": false,
|
|
3173
|
+
"isStatic": false,
|
|
3174
|
+
"isAbstract": false,
|
|
3175
|
+
"isVirtual": true,
|
|
3176
|
+
"isOverride": false,
|
|
3177
|
+
"visibility": "Protected",
|
|
3178
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory",
|
|
3179
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3180
|
+
},
|
|
2615
3181
|
{
|
|
2616
3182
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory::EqualityComparer:System.Collections.Generic.IEqualityComparer_1[[System.Object[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2617
3183
|
"clrName": "EqualityComparer",
|
|
2618
3184
|
"metadataToken": 385876214,
|
|
2619
3185
|
"canonicalSignature": ":System.Collections.Generic.IEqualityComparer_1[[System.Object[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2620
|
-
"normalizedSignature": "EqualityComparer|:System.Collections.Generic.IEqualityComparer_1[[System.Object[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=
|
|
3186
|
+
"normalizedSignature": "EqualityComparer|:System.Collections.Generic.IEqualityComparer_1[[System.Object[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
3187
|
+
"emitScope": "ClassSurface",
|
|
3188
|
+
"provenance": "Original",
|
|
3189
|
+
"isIndexer": false,
|
|
3190
|
+
"hasGetter": true,
|
|
3191
|
+
"hasSetter": true,
|
|
3192
|
+
"isStatic": false,
|
|
3193
|
+
"isAbstract": false,
|
|
3194
|
+
"isVirtual": true,
|
|
3195
|
+
"isOverride": false,
|
|
3196
|
+
"visibility": "Public",
|
|
3197
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory",
|
|
3198
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3199
|
+
},
|
|
3200
|
+
{
|
|
3201
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory::Columns:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
3202
|
+
"clrName": "Columns",
|
|
3203
|
+
"metadataToken": 385876215,
|
|
3204
|
+
"canonicalSignature": ":System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
3205
|
+
"normalizedSignature": "Columns|:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
2621
3206
|
"emitScope": "ClassSurface",
|
|
2622
3207
|
"provenance": "Original",
|
|
2623
3208
|
"isIndexer": false,
|
|
@@ -2627,13 +3212,26 @@
|
|
|
2627
3212
|
"isAbstract": false,
|
|
2628
3213
|
"isVirtual": true,
|
|
2629
3214
|
"isOverride": false,
|
|
3215
|
+
"visibility": "Protected",
|
|
2630
3216
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory",
|
|
2631
3217
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2632
3218
|
}
|
|
2633
3219
|
],
|
|
2634
3220
|
"fields": [],
|
|
2635
3221
|
"events": [],
|
|
2636
|
-
"constructors": [
|
|
3222
|
+
"constructors": [
|
|
3223
|
+
{
|
|
3224
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory::.ctor(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void",
|
|
3225
|
+
"metadataToken": 100664951,
|
|
3226
|
+
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void",
|
|
3227
|
+
"normalizedSignature": "constructor|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
|
|
3228
|
+
"isStatic": false,
|
|
3229
|
+
"parameterCount": 1,
|
|
3230
|
+
"visibility": "Protected",
|
|
3231
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowValueFactory",
|
|
3232
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3233
|
+
}
|
|
3234
|
+
]
|
|
2637
3235
|
},
|
|
2638
3236
|
{
|
|
2639
3237
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.ModificationCommandComparer",
|
|
@@ -2646,6 +3244,19 @@
|
|
|
2646
3244
|
"isSealed": false,
|
|
2647
3245
|
"isStatic": false,
|
|
2648
3246
|
"arity": 0,
|
|
3247
|
+
"baseType": {
|
|
3248
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3249
|
+
"clrName": "System.Object"
|
|
3250
|
+
},
|
|
3251
|
+
"interfaces": [
|
|
3252
|
+
{
|
|
3253
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IComparer\u00601",
|
|
3254
|
+
"clrName": "System.Collections.Generic.IComparer\u00601",
|
|
3255
|
+
"typeArguments": [
|
|
3256
|
+
"IReadOnlyModificationCommand"
|
|
3257
|
+
]
|
|
3258
|
+
}
|
|
3259
|
+
],
|
|
2649
3260
|
"methods": [
|
|
2650
3261
|
{
|
|
2651
3262
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.ModificationCommandComparer::Compare(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand):System.Int32",
|
|
@@ -2662,6 +3273,7 @@
|
|
|
2662
3273
|
"isVirtual": true,
|
|
2663
3274
|
"isOverride": false,
|
|
2664
3275
|
"isSealed": false,
|
|
3276
|
+
"visibility": "Public",
|
|
2665
3277
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.ModificationCommandComparer",
|
|
2666
3278
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2667
3279
|
"isExtensionMethod": false
|
|
@@ -2678,6 +3290,7 @@
|
|
|
2678
3290
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2679
3291
|
"isStatic": false,
|
|
2680
3292
|
"parameterCount": 0,
|
|
3293
|
+
"visibility": "Public",
|
|
2681
3294
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.ModificationCommandComparer",
|
|
2682
3295
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2683
3296
|
}
|
|
@@ -2694,6 +3307,16 @@
|
|
|
2694
3307
|
"isSealed": false,
|
|
2695
3308
|
"isStatic": false,
|
|
2696
3309
|
"arity": 0,
|
|
3310
|
+
"baseType": {
|
|
3311
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3312
|
+
"clrName": "System.Object"
|
|
3313
|
+
},
|
|
3314
|
+
"interfaces": [
|
|
3315
|
+
{
|
|
3316
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.IModificationCommandFactory",
|
|
3317
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.IModificationCommandFactory"
|
|
3318
|
+
}
|
|
3319
|
+
],
|
|
2697
3320
|
"methods": [
|
|
2698
3321
|
{
|
|
2699
3322
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.ModificationCommandFactory::CreateModificationCommand(Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters\u0026):Microsoft.EntityFrameworkCore.Update.IModificationCommand",
|
|
@@ -2710,6 +3333,7 @@
|
|
|
2710
3333
|
"isVirtual": true,
|
|
2711
3334
|
"isOverride": false,
|
|
2712
3335
|
"isSealed": false,
|
|
3336
|
+
"visibility": "Public",
|
|
2713
3337
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.ModificationCommandFactory",
|
|
2714
3338
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2715
3339
|
"isExtensionMethod": false,
|
|
@@ -2735,6 +3359,7 @@
|
|
|
2735
3359
|
"isVirtual": true,
|
|
2736
3360
|
"isOverride": false,
|
|
2737
3361
|
"isSealed": false,
|
|
3362
|
+
"visibility": "Public",
|
|
2738
3363
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.ModificationCommandFactory",
|
|
2739
3364
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2740
3365
|
"isExtensionMethod": false,
|
|
@@ -2760,6 +3385,7 @@
|
|
|
2760
3385
|
"isVirtual": true,
|
|
2761
3386
|
"isOverride": false,
|
|
2762
3387
|
"isSealed": false,
|
|
3388
|
+
"visibility": "Public",
|
|
2763
3389
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IModificationCommandFactory",
|
|
2764
3390
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2765
3391
|
"isExtensionMethod": false,
|
|
@@ -2786,6 +3412,7 @@
|
|
|
2786
3412
|
"isVirtual": true,
|
|
2787
3413
|
"isOverride": false,
|
|
2788
3414
|
"isSealed": false,
|
|
3415
|
+
"visibility": "Public",
|
|
2789
3416
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IModificationCommandFactory",
|
|
2790
3417
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2791
3418
|
"isExtensionMethod": false,
|
|
@@ -2809,6 +3436,7 @@
|
|
|
2809
3436
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2810
3437
|
"isStatic": false,
|
|
2811
3438
|
"parameterCount": 0,
|
|
3439
|
+
"visibility": "Public",
|
|
2812
3440
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.ModificationCommandFactory",
|
|
2813
3441
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
2814
3442
|
}
|
|
@@ -2825,6 +3453,27 @@
|
|
|
2825
3453
|
"isSealed": false,
|
|
2826
3454
|
"isStatic": false,
|
|
2827
3455
|
"arity": 2,
|
|
3456
|
+
"baseType": {
|
|
3457
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3458
|
+
"clrName": "System.Object"
|
|
3459
|
+
},
|
|
3460
|
+
"interfaces": [
|
|
3461
|
+
{
|
|
3462
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
3463
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
3464
|
+
"typeArguments": [
|
|
3465
|
+
"TKey"
|
|
3466
|
+
]
|
|
3467
|
+
},
|
|
3468
|
+
{
|
|
3469
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
3470
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory"
|
|
3471
|
+
}
|
|
3472
|
+
],
|
|
3473
|
+
"typeParameters": [
|
|
3474
|
+
"TKey",
|
|
3475
|
+
"TForeignKey"
|
|
3476
|
+
],
|
|
2828
3477
|
"methods": [
|
|
2829
3478
|
{
|
|
2830
3479
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactory\u00602::CreatePrincipalEquatableKeyValue(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object",
|
|
@@ -2841,6 +3490,7 @@
|
|
|
2841
3490
|
"isVirtual": true,
|
|
2842
3491
|
"isOverride": false,
|
|
2843
3492
|
"isSealed": false,
|
|
3493
|
+
"visibility": "Public",
|
|
2844
3494
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactory\u00602",
|
|
2845
3495
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2846
3496
|
"isExtensionMethod": false
|
|
@@ -2860,6 +3510,7 @@
|
|
|
2860
3510
|
"isVirtual": true,
|
|
2861
3511
|
"isOverride": false,
|
|
2862
3512
|
"isSealed": false,
|
|
3513
|
+
"visibility": "Public",
|
|
2863
3514
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactory\u00602",
|
|
2864
3515
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2865
3516
|
"isExtensionMethod": false
|
|
@@ -2879,6 +3530,7 @@
|
|
|
2879
3530
|
"isVirtual": true,
|
|
2880
3531
|
"isOverride": false,
|
|
2881
3532
|
"isSealed": false,
|
|
3533
|
+
"visibility": "Public",
|
|
2882
3534
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactory\u00602",
|
|
2883
3535
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2884
3536
|
"isExtensionMethod": false,
|
|
@@ -2904,6 +3556,7 @@
|
|
|
2904
3556
|
"isVirtual": true,
|
|
2905
3557
|
"isOverride": false,
|
|
2906
3558
|
"isSealed": false,
|
|
3559
|
+
"visibility": "Public",
|
|
2907
3560
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactory\u00602",
|
|
2908
3561
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2909
3562
|
"isExtensionMethod": false,
|
|
@@ -2929,6 +3582,7 @@
|
|
|
2929
3582
|
"isVirtual": true,
|
|
2930
3583
|
"isOverride": false,
|
|
2931
3584
|
"isSealed": false,
|
|
3585
|
+
"visibility": "Public",
|
|
2932
3586
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactory\u00602",
|
|
2933
3587
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2934
3588
|
"isExtensionMethod": false,
|
|
@@ -2954,6 +3608,7 @@
|
|
|
2954
3608
|
"isVirtual": true,
|
|
2955
3609
|
"isOverride": false,
|
|
2956
3610
|
"isSealed": false,
|
|
3611
|
+
"visibility": "Public",
|
|
2957
3612
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactory\u00602",
|
|
2958
3613
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2959
3614
|
"isExtensionMethod": false
|
|
@@ -2973,6 +3628,7 @@
|
|
|
2973
3628
|
"isVirtual": true,
|
|
2974
3629
|
"isOverride": false,
|
|
2975
3630
|
"isSealed": false,
|
|
3631
|
+
"visibility": "Public",
|
|
2976
3632
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactory\u00602",
|
|
2977
3633
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2978
3634
|
"isExtensionMethod": false
|
|
@@ -2992,6 +3648,7 @@
|
|
|
2992
3648
|
"isVirtual": true,
|
|
2993
3649
|
"isOverride": false,
|
|
2994
3650
|
"isSealed": false,
|
|
3651
|
+
"visibility": "Public",
|
|
2995
3652
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
2996
3653
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2997
3654
|
"isExtensionMethod": false,
|
|
@@ -3018,6 +3675,7 @@
|
|
|
3018
3675
|
"isVirtual": true,
|
|
3019
3676
|
"isOverride": false,
|
|
3020
3677
|
"isSealed": false,
|
|
3678
|
+
"visibility": "Public",
|
|
3021
3679
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
3022
3680
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3023
3681
|
"isExtensionMethod": false,
|
|
@@ -3044,6 +3702,7 @@
|
|
|
3044
3702
|
"isVirtual": true,
|
|
3045
3703
|
"isOverride": false,
|
|
3046
3704
|
"isSealed": false,
|
|
3705
|
+
"visibility": "Public",
|
|
3047
3706
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
3048
3707
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3049
3708
|
"isExtensionMethod": false,
|
|
@@ -3070,6 +3729,7 @@
|
|
|
3070
3729
|
"isVirtual": true,
|
|
3071
3730
|
"isOverride": false,
|
|
3072
3731
|
"isSealed": false,
|
|
3732
|
+
"visibility": "Public",
|
|
3073
3733
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
3074
3734
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3075
3735
|
"isExtensionMethod": false,
|
|
@@ -3090,6 +3750,7 @@
|
|
|
3090
3750
|
"isVirtual": true,
|
|
3091
3751
|
"isOverride": false,
|
|
3092
3752
|
"isSealed": false,
|
|
3753
|
+
"visibility": "Public",
|
|
3093
3754
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
3094
3755
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3095
3756
|
"isExtensionMethod": false,
|
|
@@ -3110,6 +3771,7 @@
|
|
|
3110
3771
|
"isVirtual": true,
|
|
3111
3772
|
"isOverride": false,
|
|
3112
3773
|
"isSealed": false,
|
|
3774
|
+
"visibility": "Public",
|
|
3113
3775
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
3114
3776
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3115
3777
|
"isExtensionMethod": false,
|
|
@@ -3132,6 +3794,7 @@
|
|
|
3132
3794
|
"isAbstract": false,
|
|
3133
3795
|
"isVirtual": true,
|
|
3134
3796
|
"isOverride": false,
|
|
3797
|
+
"visibility": "Public",
|
|
3135
3798
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactory\u00602",
|
|
3136
3799
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3137
3800
|
},
|
|
@@ -3150,6 +3813,7 @@
|
|
|
3150
3813
|
"isAbstract": false,
|
|
3151
3814
|
"isVirtual": true,
|
|
3152
3815
|
"isOverride": false,
|
|
3816
|
+
"visibility": "Public",
|
|
3153
3817
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactory\u00602",
|
|
3154
3818
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3155
3819
|
},
|
|
@@ -3168,6 +3832,7 @@
|
|
|
3168
3832
|
"isAbstract": false,
|
|
3169
3833
|
"isVirtual": true,
|
|
3170
3834
|
"isOverride": false,
|
|
3835
|
+
"visibility": "Public",
|
|
3171
3836
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactory\u00602",
|
|
3172
3837
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3173
3838
|
},
|
|
@@ -3186,6 +3851,7 @@
|
|
|
3186
3851
|
"isAbstract": false,
|
|
3187
3852
|
"isVirtual": true,
|
|
3188
3853
|
"isOverride": false,
|
|
3854
|
+
"visibility": "Public",
|
|
3189
3855
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactory\u00602",
|
|
3190
3856
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3191
3857
|
},
|
|
@@ -3204,6 +3870,7 @@
|
|
|
3204
3870
|
"isAbstract": false,
|
|
3205
3871
|
"isVirtual": true,
|
|
3206
3872
|
"isOverride": false,
|
|
3873
|
+
"visibility": "Public",
|
|
3207
3874
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
3208
3875
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
3209
3876
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
@@ -3211,7 +3878,19 @@
|
|
|
3211
3878
|
],
|
|
3212
3879
|
"fields": [],
|
|
3213
3880
|
"events": [],
|
|
3214
|
-
"constructors": [
|
|
3881
|
+
"constructors": [
|
|
3882
|
+
{
|
|
3883
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactory\u00602::.ctor(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Update.Internal.ColumnAccessors):void",
|
|
3884
|
+
"metadataToken": 100664997,
|
|
3885
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Update.Internal.ColumnAccessors):void",
|
|
3886
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Update.Internal.ColumnAccessors):void|static=false",
|
|
3887
|
+
"isStatic": false,
|
|
3888
|
+
"parameterCount": 3,
|
|
3889
|
+
"visibility": "Protected",
|
|
3890
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactory\u00602",
|
|
3891
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3892
|
+
}
|
|
3893
|
+
]
|
|
3215
3894
|
},
|
|
3216
3895
|
{
|
|
3217
3896
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactoryFactory",
|
|
@@ -3224,6 +3903,16 @@
|
|
|
3224
3903
|
"isSealed": false,
|
|
3225
3904
|
"isStatic": false,
|
|
3226
3905
|
"arity": 0,
|
|
3906
|
+
"baseType": {
|
|
3907
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3908
|
+
"clrName": "System.Object"
|
|
3909
|
+
},
|
|
3910
|
+
"interfaces": [
|
|
3911
|
+
{
|
|
3912
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactoryFactory",
|
|
3913
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactoryFactory"
|
|
3914
|
+
}
|
|
3915
|
+
],
|
|
3227
3916
|
"methods": [
|
|
3228
3917
|
{
|
|
3229
3918
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactoryFactory::Create(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint):Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
@@ -3240,6 +3929,7 @@
|
|
|
3240
3929
|
"isVirtual": true,
|
|
3241
3930
|
"isOverride": false,
|
|
3242
3931
|
"isSealed": false,
|
|
3932
|
+
"visibility": "Public",
|
|
3243
3933
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactoryFactory",
|
|
3244
3934
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3245
3935
|
"isExtensionMethod": false
|
|
@@ -3259,6 +3949,7 @@
|
|
|
3259
3949
|
"isVirtual": false,
|
|
3260
3950
|
"isOverride": false,
|
|
3261
3951
|
"isSealed": false,
|
|
3952
|
+
"visibility": "Public",
|
|
3262
3953
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactoryFactory",
|
|
3263
3954
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3264
3955
|
"isExtensionMethod": false
|
|
@@ -3278,6 +3969,7 @@
|
|
|
3278
3969
|
"isVirtual": false,
|
|
3279
3970
|
"isOverride": false,
|
|
3280
3971
|
"isSealed": false,
|
|
3972
|
+
"visibility": "Public",
|
|
3281
3973
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactoryFactory",
|
|
3282
3974
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3283
3975
|
"isExtensionMethod": false
|
|
@@ -3297,6 +3989,7 @@
|
|
|
3297
3989
|
"isVirtual": true,
|
|
3298
3990
|
"isOverride": false,
|
|
3299
3991
|
"isSealed": false,
|
|
3992
|
+
"visibility": "Public",
|
|
3300
3993
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactoryFactory",
|
|
3301
3994
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3302
3995
|
"isExtensionMethod": false,
|
|
@@ -3314,6 +4007,7 @@
|
|
|
3314
4007
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3315
4008
|
"isStatic": false,
|
|
3316
4009
|
"parameterCount": 0,
|
|
4010
|
+
"visibility": "Public",
|
|
3317
4011
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactoryFactory",
|
|
3318
4012
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3319
4013
|
}
|
|
@@ -3330,6 +4024,19 @@
|
|
|
3330
4024
|
"isSealed": false,
|
|
3331
4025
|
"isStatic": false,
|
|
3332
4026
|
"arity": 1,
|
|
4027
|
+
"baseType": {
|
|
4028
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4029
|
+
"clrName": "System.Object"
|
|
4030
|
+
},
|
|
4031
|
+
"interfaces": [
|
|
4032
|
+
{
|
|
4033
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMap",
|
|
4034
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMap"
|
|
4035
|
+
}
|
|
4036
|
+
],
|
|
4037
|
+
"typeParameters": [
|
|
4038
|
+
"TKey"
|
|
4039
|
+
],
|
|
3333
4040
|
"methods": [
|
|
3334
4041
|
{
|
|
3335
4042
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.RowIdentityMap\u00601::FindCommand(System.Object[]):Microsoft.EntityFrameworkCore.Update.INonTrackedModificationCommand",
|
|
@@ -3346,6 +4053,7 @@
|
|
|
3346
4053
|
"isVirtual": true,
|
|
3347
4054
|
"isOverride": false,
|
|
3348
4055
|
"isSealed": false,
|
|
4056
|
+
"visibility": "Public",
|
|
3349
4057
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowIdentityMap\u00601",
|
|
3350
4058
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3351
4059
|
"isExtensionMethod": false
|
|
@@ -3365,6 +4073,27 @@
|
|
|
3365
4073
|
"isVirtual": true,
|
|
3366
4074
|
"isOverride": false,
|
|
3367
4075
|
"isSealed": false,
|
|
4076
|
+
"visibility": "Public",
|
|
4077
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowIdentityMap\u00601",
|
|
4078
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4079
|
+
"isExtensionMethod": false
|
|
4080
|
+
},
|
|
4081
|
+
{
|
|
4082
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.RowIdentityMap\u00601::Add(TKey,Microsoft.EntityFrameworkCore.Update.INonTrackedModificationCommand):System.Void",
|
|
4083
|
+
"clrName": "Add",
|
|
4084
|
+
"metadataToken": 100665019,
|
|
4085
|
+
"canonicalSignature": "(TKey,Microsoft.EntityFrameworkCore.Update.INonTrackedModificationCommand):System.Void",
|
|
4086
|
+
"normalizedSignature": "Add|(TKey,Microsoft.EntityFrameworkCore.Update.INonTrackedModificationCommand):System.Void|static=false",
|
|
4087
|
+
"emitScope": "ClassSurface",
|
|
4088
|
+
"provenance": "Original",
|
|
4089
|
+
"arity": 0,
|
|
4090
|
+
"parameterCount": 2,
|
|
4091
|
+
"isStatic": false,
|
|
4092
|
+
"isAbstract": false,
|
|
4093
|
+
"isVirtual": true,
|
|
4094
|
+
"isOverride": false,
|
|
4095
|
+
"isSealed": false,
|
|
4096
|
+
"visibility": "Protected",
|
|
3368
4097
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowIdentityMap\u00601",
|
|
3369
4098
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3370
4099
|
"isExtensionMethod": false
|
|
@@ -3384,6 +4113,7 @@
|
|
|
3384
4113
|
"isVirtual": true,
|
|
3385
4114
|
"isOverride": false,
|
|
3386
4115
|
"isSealed": false,
|
|
4116
|
+
"visibility": "Public",
|
|
3387
4117
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowIdentityMap\u00601",
|
|
3388
4118
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3389
4119
|
"isExtensionMethod": false
|
|
@@ -3403,6 +4133,7 @@
|
|
|
3403
4133
|
"isVirtual": true,
|
|
3404
4134
|
"isOverride": false,
|
|
3405
4135
|
"isSealed": false,
|
|
4136
|
+
"visibility": "Public",
|
|
3406
4137
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowIdentityMap\u00601",
|
|
3407
4138
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3408
4139
|
"isExtensionMethod": false
|
|
@@ -3422,6 +4153,7 @@
|
|
|
3422
4153
|
"isVirtual": true,
|
|
3423
4154
|
"isOverride": false,
|
|
3424
4155
|
"isSealed": false,
|
|
4156
|
+
"visibility": "Public",
|
|
3425
4157
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMap",
|
|
3426
4158
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3427
4159
|
"isExtensionMethod": false,
|
|
@@ -3442,6 +4174,7 @@
|
|
|
3442
4174
|
"isVirtual": true,
|
|
3443
4175
|
"isOverride": false,
|
|
3444
4176
|
"isSealed": false,
|
|
4177
|
+
"visibility": "Public",
|
|
3445
4178
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMap",
|
|
3446
4179
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3447
4180
|
"isExtensionMethod": false,
|
|
@@ -3462,6 +4195,7 @@
|
|
|
3462
4195
|
"isVirtual": true,
|
|
3463
4196
|
"isOverride": false,
|
|
3464
4197
|
"isSealed": false,
|
|
4198
|
+
"visibility": "Public",
|
|
3465
4199
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMap",
|
|
3466
4200
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3467
4201
|
"isExtensionMethod": false,
|
|
@@ -3482,6 +4216,7 @@
|
|
|
3482
4216
|
"isVirtual": true,
|
|
3483
4217
|
"isOverride": false,
|
|
3484
4218
|
"isSealed": false,
|
|
4219
|
+
"visibility": "Public",
|
|
3485
4220
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMap",
|
|
3486
4221
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3487
4222
|
"isExtensionMethod": false,
|
|
@@ -3504,6 +4239,7 @@
|
|
|
3504
4239
|
"isAbstract": false,
|
|
3505
4240
|
"isVirtual": true,
|
|
3506
4241
|
"isOverride": false,
|
|
4242
|
+
"visibility": "Public",
|
|
3507
4243
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowIdentityMap\u00601",
|
|
3508
4244
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3509
4245
|
},
|
|
@@ -3522,6 +4258,7 @@
|
|
|
3522
4258
|
"isAbstract": false,
|
|
3523
4259
|
"isVirtual": true,
|
|
3524
4260
|
"isOverride": false,
|
|
4261
|
+
"visibility": "Public",
|
|
3525
4262
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMap",
|
|
3526
4263
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMap",
|
|
3527
4264
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
@@ -3537,6 +4274,7 @@
|
|
|
3537
4274
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint):void|static=false",
|
|
3538
4275
|
"isStatic": false,
|
|
3539
4276
|
"parameterCount": 1,
|
|
4277
|
+
"visibility": "Public",
|
|
3540
4278
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowIdentityMap\u00601",
|
|
3541
4279
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3542
4280
|
}
|
|
@@ -3553,6 +4291,16 @@
|
|
|
3553
4291
|
"isSealed": false,
|
|
3554
4292
|
"isStatic": false,
|
|
3555
4293
|
"arity": 0,
|
|
4294
|
+
"baseType": {
|
|
4295
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4296
|
+
"clrName": "System.Object"
|
|
4297
|
+
},
|
|
4298
|
+
"interfaces": [
|
|
4299
|
+
{
|
|
4300
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMapFactory",
|
|
4301
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMapFactory"
|
|
4302
|
+
}
|
|
4303
|
+
],
|
|
3556
4304
|
"methods": [
|
|
3557
4305
|
{
|
|
3558
4306
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.RowIdentityMapFactory::Create(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint):Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMap",
|
|
@@ -3569,6 +4317,7 @@
|
|
|
3569
4317
|
"isVirtual": true,
|
|
3570
4318
|
"isOverride": false,
|
|
3571
4319
|
"isSealed": false,
|
|
4320
|
+
"visibility": "Public",
|
|
3572
4321
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowIdentityMapFactory",
|
|
3573
4322
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3574
4323
|
"isExtensionMethod": false
|
|
@@ -3588,6 +4337,7 @@
|
|
|
3588
4337
|
"isVirtual": true,
|
|
3589
4338
|
"isOverride": false,
|
|
3590
4339
|
"isSealed": false,
|
|
4340
|
+
"visibility": "Public",
|
|
3591
4341
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIdentityMapFactory",
|
|
3592
4342
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3593
4343
|
"isExtensionMethod": false,
|
|
@@ -3605,6 +4355,7 @@
|
|
|
3605
4355
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3606
4356
|
"isStatic": false,
|
|
3607
4357
|
"parameterCount": 0,
|
|
4358
|
+
"visibility": "Public",
|
|
3608
4359
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowIdentityMapFactory",
|
|
3609
4360
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3610
4361
|
}
|
|
@@ -3621,6 +4372,16 @@
|
|
|
3621
4372
|
"isSealed": false,
|
|
3622
4373
|
"isStatic": false,
|
|
3623
4374
|
"arity": 0,
|
|
4375
|
+
"baseType": {
|
|
4376
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4377
|
+
"clrName": "System.Object"
|
|
4378
|
+
},
|
|
4379
|
+
"interfaces": [
|
|
4380
|
+
{
|
|
4381
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactoryFactory",
|
|
4382
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactoryFactory"
|
|
4383
|
+
}
|
|
4384
|
+
],
|
|
3624
4385
|
"methods": [
|
|
3625
4386
|
{
|
|
3626
4387
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.RowIndexValueFactoryFactory::Create(Microsoft.EntityFrameworkCore.Metadata.ITableIndex):Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory",
|
|
@@ -3637,6 +4398,7 @@
|
|
|
3637
4398
|
"isVirtual": true,
|
|
3638
4399
|
"isOverride": false,
|
|
3639
4400
|
"isSealed": false,
|
|
4401
|
+
"visibility": "Public",
|
|
3640
4402
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowIndexValueFactoryFactory",
|
|
3641
4403
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3642
4404
|
"isExtensionMethod": false
|
|
@@ -3656,6 +4418,7 @@
|
|
|
3656
4418
|
"isVirtual": true,
|
|
3657
4419
|
"isOverride": false,
|
|
3658
4420
|
"isSealed": false,
|
|
4421
|
+
"visibility": "Public",
|
|
3659
4422
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactoryFactory",
|
|
3660
4423
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3661
4424
|
"isExtensionMethod": false,
|
|
@@ -3673,6 +4436,7 @@
|
|
|
3673
4436
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3674
4437
|
"isStatic": false,
|
|
3675
4438
|
"parameterCount": 0,
|
|
4439
|
+
"visibility": "Public",
|
|
3676
4440
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowIndexValueFactoryFactory",
|
|
3677
4441
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3678
4442
|
}
|
|
@@ -3689,6 +4453,16 @@
|
|
|
3689
4453
|
"isSealed": false,
|
|
3690
4454
|
"isStatic": false,
|
|
3691
4455
|
"arity": 0,
|
|
4456
|
+
"baseType": {
|
|
4457
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4458
|
+
"clrName": "System.Object"
|
|
4459
|
+
},
|
|
4460
|
+
"interfaces": [
|
|
4461
|
+
{
|
|
4462
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactoryFactory",
|
|
4463
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactoryFactory"
|
|
4464
|
+
}
|
|
4465
|
+
],
|
|
3692
4466
|
"methods": [
|
|
3693
4467
|
{
|
|
3694
4468
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.RowKeyValueFactoryFactory::Create(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint):Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory",
|
|
@@ -3705,6 +4479,7 @@
|
|
|
3705
4479
|
"isVirtual": true,
|
|
3706
4480
|
"isOverride": false,
|
|
3707
4481
|
"isSealed": false,
|
|
4482
|
+
"visibility": "Public",
|
|
3708
4483
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowKeyValueFactoryFactory",
|
|
3709
4484
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3710
4485
|
"isExtensionMethod": false
|
|
@@ -3724,6 +4499,7 @@
|
|
|
3724
4499
|
"isVirtual": true,
|
|
3725
4500
|
"isOverride": false,
|
|
3726
4501
|
"isSealed": false,
|
|
4502
|
+
"visibility": "Public",
|
|
3727
4503
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactoryFactory",
|
|
3728
4504
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3729
4505
|
"isExtensionMethod": false,
|
|
@@ -3741,6 +4517,7 @@
|
|
|
3741
4517
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3742
4518
|
"isStatic": false,
|
|
3743
4519
|
"parameterCount": 0,
|
|
4520
|
+
"visibility": "Public",
|
|
3744
4521
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.RowKeyValueFactoryFactory",
|
|
3745
4522
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3746
4523
|
}
|
|
@@ -3757,6 +4534,13 @@
|
|
|
3757
4534
|
"isSealed": false,
|
|
3758
4535
|
"isStatic": false,
|
|
3759
4536
|
"arity": 1,
|
|
4537
|
+
"baseType": {
|
|
4538
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4539
|
+
"clrName": "System.Object"
|
|
4540
|
+
},
|
|
4541
|
+
"typeParameters": [
|
|
4542
|
+
"TValue"
|
|
4543
|
+
],
|
|
3760
4544
|
"methods": [
|
|
3761
4545
|
{
|
|
3762
4546
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SharedTableEntryMap\u00601::GetOrAddValue(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,SharedTableEntryValueFactory_1):TValue",
|
|
@@ -3773,6 +4557,7 @@
|
|
|
3773
4557
|
"isVirtual": true,
|
|
3774
4558
|
"isOverride": false,
|
|
3775
4559
|
"isSealed": false,
|
|
4560
|
+
"visibility": "Public",
|
|
3776
4561
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SharedTableEntryMap\u00601",
|
|
3777
4562
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3778
4563
|
"isExtensionMethod": false
|
|
@@ -3792,6 +4577,7 @@
|
|
|
3792
4577
|
"isVirtual": true,
|
|
3793
4578
|
"isOverride": false,
|
|
3794
4579
|
"isSealed": false,
|
|
4580
|
+
"visibility": "Public",
|
|
3795
4581
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SharedTableEntryMap\u00601",
|
|
3796
4582
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3797
4583
|
"isExtensionMethod": false
|
|
@@ -3811,6 +4597,7 @@
|
|
|
3811
4597
|
"isVirtual": true,
|
|
3812
4598
|
"isOverride": false,
|
|
3813
4599
|
"isSealed": false,
|
|
4600
|
+
"visibility": "Public",
|
|
3814
4601
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SharedTableEntryMap\u00601",
|
|
3815
4602
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3816
4603
|
"isExtensionMethod": false
|
|
@@ -3832,6 +4619,7 @@
|
|
|
3832
4619
|
"isAbstract": false,
|
|
3833
4620
|
"isVirtual": true,
|
|
3834
4621
|
"isOverride": false,
|
|
4622
|
+
"visibility": "Public",
|
|
3835
4623
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SharedTableEntryMap\u00601",
|
|
3836
4624
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3837
4625
|
}
|
|
@@ -3846,6 +4634,7 @@
|
|
|
3846
4634
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.ITable,Microsoft.EntityFrameworkCore.Update.IUpdateAdapter):void|static=false",
|
|
3847
4635
|
"isStatic": false,
|
|
3848
4636
|
"parameterCount": 2,
|
|
4637
|
+
"visibility": "Public",
|
|
3849
4638
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SharedTableEntryMap\u00601",
|
|
3850
4639
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
3851
4640
|
}
|
|
@@ -3862,6 +4651,31 @@
|
|
|
3862
4651
|
"isSealed": false,
|
|
3863
4652
|
"isStatic": false,
|
|
3864
4653
|
"arity": 2,
|
|
4654
|
+
"baseType": {
|
|
4655
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactory\u00602",
|
|
4656
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactory\u00602",
|
|
4657
|
+
"typeArguments": [
|
|
4658
|
+
"TKey",
|
|
4659
|
+
"TForeignKey"
|
|
4660
|
+
]
|
|
4661
|
+
},
|
|
4662
|
+
"interfaces": [
|
|
4663
|
+
{
|
|
4664
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
4665
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
4666
|
+
"typeArguments": [
|
|
4667
|
+
"TKey"
|
|
4668
|
+
]
|
|
4669
|
+
},
|
|
4670
|
+
{
|
|
4671
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
4672
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory"
|
|
4673
|
+
}
|
|
4674
|
+
],
|
|
4675
|
+
"typeParameters": [
|
|
4676
|
+
"TKey",
|
|
4677
|
+
"TForeignKey"
|
|
4678
|
+
],
|
|
3865
4679
|
"methods": [
|
|
3866
4680
|
{
|
|
3867
4681
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SimpleFullyNullableRowForeignKeyValueFactory\u00602::TryCreateDependentKeyValue(System.Object[],TKey\u0026):System.Boolean",
|
|
@@ -3878,6 +4692,7 @@
|
|
|
3878
4692
|
"isVirtual": true,
|
|
3879
4693
|
"isOverride": true,
|
|
3880
4694
|
"isSealed": false,
|
|
4695
|
+
"visibility": "Public",
|
|
3881
4696
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleFullyNullableRowForeignKeyValueFactory\u00602",
|
|
3882
4697
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3883
4698
|
"isExtensionMethod": false,
|
|
@@ -3903,6 +4718,7 @@
|
|
|
3903
4718
|
"isVirtual": true,
|
|
3904
4719
|
"isOverride": true,
|
|
3905
4720
|
"isSealed": false,
|
|
4721
|
+
"visibility": "Public",
|
|
3906
4722
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleFullyNullableRowForeignKeyValueFactory\u00602",
|
|
3907
4723
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3908
4724
|
"isExtensionMethod": false,
|
|
@@ -3928,6 +4744,7 @@
|
|
|
3928
4744
|
"isVirtual": true,
|
|
3929
4745
|
"isOverride": true,
|
|
3930
4746
|
"isSealed": false,
|
|
4747
|
+
"visibility": "Public",
|
|
3931
4748
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleFullyNullableRowForeignKeyValueFactory\u00602",
|
|
3932
4749
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3933
4750
|
"isExtensionMethod": false,
|
|
@@ -3953,6 +4770,7 @@
|
|
|
3953
4770
|
"isVirtual": true,
|
|
3954
4771
|
"isOverride": false,
|
|
3955
4772
|
"isSealed": false,
|
|
4773
|
+
"visibility": "Public",
|
|
3956
4774
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
3957
4775
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3958
4776
|
"isExtensionMethod": false,
|
|
@@ -3973,6 +4791,7 @@
|
|
|
3973
4791
|
"isVirtual": true,
|
|
3974
4792
|
"isOverride": false,
|
|
3975
4793
|
"isSealed": false,
|
|
4794
|
+
"visibility": "Public",
|
|
3976
4795
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
3977
4796
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3978
4797
|
"isExtensionMethod": false,
|
|
@@ -3993,6 +4812,7 @@
|
|
|
3993
4812
|
"isVirtual": true,
|
|
3994
4813
|
"isOverride": false,
|
|
3995
4814
|
"isSealed": false,
|
|
4815
|
+
"visibility": "Public",
|
|
3996
4816
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
3997
4817
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3998
4818
|
"isExtensionMethod": false,
|
|
@@ -4019,6 +4839,7 @@
|
|
|
4019
4839
|
"isVirtual": true,
|
|
4020
4840
|
"isOverride": false,
|
|
4021
4841
|
"isSealed": false,
|
|
4842
|
+
"visibility": "Public",
|
|
4022
4843
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
4023
4844
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4024
4845
|
"isExtensionMethod": false,
|
|
@@ -4045,6 +4866,7 @@
|
|
|
4045
4866
|
"isVirtual": true,
|
|
4046
4867
|
"isOverride": false,
|
|
4047
4868
|
"isSealed": false,
|
|
4869
|
+
"visibility": "Public",
|
|
4048
4870
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
4049
4871
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4050
4872
|
"isExtensionMethod": false,
|
|
@@ -4071,6 +4893,7 @@
|
|
|
4071
4893
|
"isVirtual": true,
|
|
4072
4894
|
"isOverride": false,
|
|
4073
4895
|
"isSealed": false,
|
|
4896
|
+
"visibility": "Public",
|
|
4074
4897
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
4075
4898
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4076
4899
|
"isExtensionMethod": false,
|
|
@@ -4091,6 +4914,7 @@
|
|
|
4091
4914
|
"isVirtual": true,
|
|
4092
4915
|
"isOverride": false,
|
|
4093
4916
|
"isSealed": false,
|
|
4917
|
+
"visibility": "Public",
|
|
4094
4918
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleFullyNullableRowForeignKeyValueFactory\u00602",
|
|
4095
4919
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4096
4920
|
"isExtensionMethod": false
|
|
@@ -4110,6 +4934,7 @@
|
|
|
4110
4934
|
"isVirtual": true,
|
|
4111
4935
|
"isOverride": false,
|
|
4112
4936
|
"isSealed": false,
|
|
4937
|
+
"visibility": "Public",
|
|
4113
4938
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleFullyNullableRowForeignKeyValueFactory\u00602",
|
|
4114
4939
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4115
4940
|
"isExtensionMethod": false
|
|
@@ -4129,6 +4954,7 @@
|
|
|
4129
4954
|
"isVirtual": true,
|
|
4130
4955
|
"isOverride": false,
|
|
4131
4956
|
"isSealed": false,
|
|
4957
|
+
"visibility": "Public",
|
|
4132
4958
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleFullyNullableRowForeignKeyValueFactory\u00602",
|
|
4133
4959
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4134
4960
|
"isExtensionMethod": false
|
|
@@ -4148,6 +4974,7 @@
|
|
|
4148
4974
|
"isVirtual": true,
|
|
4149
4975
|
"isOverride": false,
|
|
4150
4976
|
"isSealed": false,
|
|
4977
|
+
"visibility": "Public",
|
|
4151
4978
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleFullyNullableRowForeignKeyValueFactory\u00602",
|
|
4152
4979
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4153
4980
|
"isExtensionMethod": false,
|
|
@@ -4175,6 +5002,7 @@
|
|
|
4175
5002
|
"isAbstract": false,
|
|
4176
5003
|
"isVirtual": true,
|
|
4177
5004
|
"isOverride": false,
|
|
5005
|
+
"visibility": "Public",
|
|
4178
5006
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
4179
5007
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
4180
5008
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
@@ -4190,6 +5018,7 @@
|
|
|
4190
5018
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Update.Internal.ColumnAccessors):void|static=false",
|
|
4191
5019
|
"isStatic": false,
|
|
4192
5020
|
"parameterCount": 3,
|
|
5021
|
+
"visibility": "Public",
|
|
4193
5022
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleFullyNullableRowForeignKeyValueFactory\u00602",
|
|
4194
5023
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
4195
5024
|
}
|
|
@@ -4206,6 +5035,31 @@
|
|
|
4206
5035
|
"isSealed": false,
|
|
4207
5036
|
"isStatic": false,
|
|
4208
5037
|
"arity": 2,
|
|
5038
|
+
"baseType": {
|
|
5039
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactory\u00602",
|
|
5040
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactory\u00602",
|
|
5041
|
+
"typeArguments": [
|
|
5042
|
+
"TKey",
|
|
5043
|
+
"TForeignKey"
|
|
5044
|
+
]
|
|
5045
|
+
},
|
|
5046
|
+
"interfaces": [
|
|
5047
|
+
{
|
|
5048
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
5049
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
5050
|
+
"typeArguments": [
|
|
5051
|
+
"TKey"
|
|
5052
|
+
]
|
|
5053
|
+
},
|
|
5054
|
+
{
|
|
5055
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
5056
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory"
|
|
5057
|
+
}
|
|
5058
|
+
],
|
|
5059
|
+
"typeParameters": [
|
|
5060
|
+
"TKey",
|
|
5061
|
+
"TForeignKey"
|
|
5062
|
+
],
|
|
4209
5063
|
"methods": [
|
|
4210
5064
|
{
|
|
4211
5065
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SimpleNonNullableRowForeignKeyValueFactory\u00602::TryCreateDependentKeyValue(System.Object[],TKey\u0026):System.Boolean",
|
|
@@ -4222,6 +5076,7 @@
|
|
|
4222
5076
|
"isVirtual": true,
|
|
4223
5077
|
"isOverride": true,
|
|
4224
5078
|
"isSealed": false,
|
|
5079
|
+
"visibility": "Public",
|
|
4225
5080
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNonNullableRowForeignKeyValueFactory\u00602",
|
|
4226
5081
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4227
5082
|
"isExtensionMethod": false,
|
|
@@ -4247,6 +5102,7 @@
|
|
|
4247
5102
|
"isVirtual": true,
|
|
4248
5103
|
"isOverride": true,
|
|
4249
5104
|
"isSealed": false,
|
|
5105
|
+
"visibility": "Public",
|
|
4250
5106
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNonNullableRowForeignKeyValueFactory\u00602",
|
|
4251
5107
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4252
5108
|
"isExtensionMethod": false,
|
|
@@ -4272,6 +5128,7 @@
|
|
|
4272
5128
|
"isVirtual": true,
|
|
4273
5129
|
"isOverride": true,
|
|
4274
5130
|
"isSealed": false,
|
|
5131
|
+
"visibility": "Public",
|
|
4275
5132
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNonNullableRowForeignKeyValueFactory\u00602",
|
|
4276
5133
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4277
5134
|
"isExtensionMethod": false,
|
|
@@ -4297,6 +5154,7 @@
|
|
|
4297
5154
|
"isVirtual": true,
|
|
4298
5155
|
"isOverride": false,
|
|
4299
5156
|
"isSealed": false,
|
|
5157
|
+
"visibility": "Public",
|
|
4300
5158
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
4301
5159
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4302
5160
|
"isExtensionMethod": false,
|
|
@@ -4317,6 +5175,7 @@
|
|
|
4317
5175
|
"isVirtual": true,
|
|
4318
5176
|
"isOverride": false,
|
|
4319
5177
|
"isSealed": false,
|
|
5178
|
+
"visibility": "Public",
|
|
4320
5179
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
4321
5180
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4322
5181
|
"isExtensionMethod": false,
|
|
@@ -4337,6 +5196,7 @@
|
|
|
4337
5196
|
"isVirtual": true,
|
|
4338
5197
|
"isOverride": false,
|
|
4339
5198
|
"isSealed": false,
|
|
5199
|
+
"visibility": "Public",
|
|
4340
5200
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
4341
5201
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4342
5202
|
"isExtensionMethod": false,
|
|
@@ -4363,6 +5223,7 @@
|
|
|
4363
5223
|
"isVirtual": true,
|
|
4364
5224
|
"isOverride": false,
|
|
4365
5225
|
"isSealed": false,
|
|
5226
|
+
"visibility": "Public",
|
|
4366
5227
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
4367
5228
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4368
5229
|
"isExtensionMethod": false,
|
|
@@ -4389,6 +5250,7 @@
|
|
|
4389
5250
|
"isVirtual": true,
|
|
4390
5251
|
"isOverride": false,
|
|
4391
5252
|
"isSealed": false,
|
|
5253
|
+
"visibility": "Public",
|
|
4392
5254
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
4393
5255
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4394
5256
|
"isExtensionMethod": false,
|
|
@@ -4415,6 +5277,7 @@
|
|
|
4415
5277
|
"isVirtual": true,
|
|
4416
5278
|
"isOverride": false,
|
|
4417
5279
|
"isSealed": false,
|
|
5280
|
+
"visibility": "Public",
|
|
4418
5281
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
4419
5282
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4420
5283
|
"isExtensionMethod": false,
|
|
@@ -4435,6 +5298,7 @@
|
|
|
4435
5298
|
"isVirtual": true,
|
|
4436
5299
|
"isOverride": false,
|
|
4437
5300
|
"isSealed": false,
|
|
5301
|
+
"visibility": "Public",
|
|
4438
5302
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNonNullableRowForeignKeyValueFactory\u00602",
|
|
4439
5303
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4440
5304
|
"isExtensionMethod": false
|
|
@@ -4454,6 +5318,7 @@
|
|
|
4454
5318
|
"isVirtual": true,
|
|
4455
5319
|
"isOverride": false,
|
|
4456
5320
|
"isSealed": false,
|
|
5321
|
+
"visibility": "Public",
|
|
4457
5322
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNonNullableRowForeignKeyValueFactory\u00602",
|
|
4458
5323
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4459
5324
|
"isExtensionMethod": false
|
|
@@ -4473,6 +5338,7 @@
|
|
|
4473
5338
|
"isVirtual": true,
|
|
4474
5339
|
"isOverride": false,
|
|
4475
5340
|
"isSealed": false,
|
|
5341
|
+
"visibility": "Public",
|
|
4476
5342
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNonNullableRowForeignKeyValueFactory\u00602",
|
|
4477
5343
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4478
5344
|
"isExtensionMethod": false
|
|
@@ -4492,6 +5358,7 @@
|
|
|
4492
5358
|
"isVirtual": true,
|
|
4493
5359
|
"isOverride": false,
|
|
4494
5360
|
"isSealed": false,
|
|
5361
|
+
"visibility": "Public",
|
|
4495
5362
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNonNullableRowForeignKeyValueFactory\u00602",
|
|
4496
5363
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4497
5364
|
"isExtensionMethod": false,
|
|
@@ -4519,6 +5386,7 @@
|
|
|
4519
5386
|
"isAbstract": false,
|
|
4520
5387
|
"isVirtual": true,
|
|
4521
5388
|
"isOverride": false,
|
|
5389
|
+
"visibility": "Public",
|
|
4522
5390
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
4523
5391
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
4524
5392
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
@@ -4534,6 +5402,7 @@
|
|
|
4534
5402
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Update.Internal.ColumnAccessors):void|static=false",
|
|
4535
5403
|
"isStatic": false,
|
|
4536
5404
|
"parameterCount": 3,
|
|
5405
|
+
"visibility": "Public",
|
|
4537
5406
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNonNullableRowForeignKeyValueFactory\u00602",
|
|
4538
5407
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
4539
5408
|
}
|
|
@@ -4550,6 +5419,31 @@
|
|
|
4550
5419
|
"isSealed": false,
|
|
4551
5420
|
"isStatic": false,
|
|
4552
5421
|
"arity": 2,
|
|
5422
|
+
"baseType": {
|
|
5423
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactory\u00602",
|
|
5424
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactory\u00602",
|
|
5425
|
+
"typeArguments": [
|
|
5426
|
+
"TKey",
|
|
5427
|
+
"TForeignKey"
|
|
5428
|
+
]
|
|
5429
|
+
},
|
|
5430
|
+
"interfaces": [
|
|
5431
|
+
{
|
|
5432
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
5433
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
5434
|
+
"typeArguments": [
|
|
5435
|
+
"TKey"
|
|
5436
|
+
]
|
|
5437
|
+
},
|
|
5438
|
+
{
|
|
5439
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
5440
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory"
|
|
5441
|
+
}
|
|
5442
|
+
],
|
|
5443
|
+
"typeParameters": [
|
|
5444
|
+
"TKey",
|
|
5445
|
+
"TForeignKey"
|
|
5446
|
+
],
|
|
4553
5447
|
"methods": [
|
|
4554
5448
|
{
|
|
4555
5449
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullablePrincipalRowForeignKeyValueFactory\u00602::TryCreateDependentKeyValue(System.Object[],TKey\u0026):System.Boolean",
|
|
@@ -4566,6 +5460,7 @@
|
|
|
4566
5460
|
"isVirtual": true,
|
|
4567
5461
|
"isOverride": true,
|
|
4568
5462
|
"isSealed": false,
|
|
5463
|
+
"visibility": "Public",
|
|
4569
5464
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullablePrincipalRowForeignKeyValueFactory\u00602",
|
|
4570
5465
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4571
5466
|
"isExtensionMethod": false,
|
|
@@ -4591,6 +5486,7 @@
|
|
|
4591
5486
|
"isVirtual": true,
|
|
4592
5487
|
"isOverride": true,
|
|
4593
5488
|
"isSealed": false,
|
|
5489
|
+
"visibility": "Public",
|
|
4594
5490
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullablePrincipalRowForeignKeyValueFactory\u00602",
|
|
4595
5491
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4596
5492
|
"isExtensionMethod": false,
|
|
@@ -4616,6 +5512,7 @@
|
|
|
4616
5512
|
"isVirtual": true,
|
|
4617
5513
|
"isOverride": true,
|
|
4618
5514
|
"isSealed": false,
|
|
5515
|
+
"visibility": "Public",
|
|
4619
5516
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullablePrincipalRowForeignKeyValueFactory\u00602",
|
|
4620
5517
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4621
5518
|
"isExtensionMethod": false,
|
|
@@ -4641,6 +5538,7 @@
|
|
|
4641
5538
|
"isVirtual": true,
|
|
4642
5539
|
"isOverride": false,
|
|
4643
5540
|
"isSealed": false,
|
|
5541
|
+
"visibility": "Public",
|
|
4644
5542
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
4645
5543
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4646
5544
|
"isExtensionMethod": false,
|
|
@@ -4661,6 +5559,7 @@
|
|
|
4661
5559
|
"isVirtual": true,
|
|
4662
5560
|
"isOverride": false,
|
|
4663
5561
|
"isSealed": false,
|
|
5562
|
+
"visibility": "Public",
|
|
4664
5563
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
4665
5564
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4666
5565
|
"isExtensionMethod": false,
|
|
@@ -4681,6 +5580,7 @@
|
|
|
4681
5580
|
"isVirtual": true,
|
|
4682
5581
|
"isOverride": false,
|
|
4683
5582
|
"isSealed": false,
|
|
5583
|
+
"visibility": "Public",
|
|
4684
5584
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
4685
5585
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4686
5586
|
"isExtensionMethod": false,
|
|
@@ -4707,6 +5607,7 @@
|
|
|
4707
5607
|
"isVirtual": true,
|
|
4708
5608
|
"isOverride": false,
|
|
4709
5609
|
"isSealed": false,
|
|
5610
|
+
"visibility": "Public",
|
|
4710
5611
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
4711
5612
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4712
5613
|
"isExtensionMethod": false,
|
|
@@ -4733,6 +5634,7 @@
|
|
|
4733
5634
|
"isVirtual": true,
|
|
4734
5635
|
"isOverride": false,
|
|
4735
5636
|
"isSealed": false,
|
|
5637
|
+
"visibility": "Public",
|
|
4736
5638
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
4737
5639
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4738
5640
|
"isExtensionMethod": false,
|
|
@@ -4759,6 +5661,7 @@
|
|
|
4759
5661
|
"isVirtual": true,
|
|
4760
5662
|
"isOverride": false,
|
|
4761
5663
|
"isSealed": false,
|
|
5664
|
+
"visibility": "Public",
|
|
4762
5665
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
4763
5666
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4764
5667
|
"isExtensionMethod": false,
|
|
@@ -4779,6 +5682,7 @@
|
|
|
4779
5682
|
"isVirtual": true,
|
|
4780
5683
|
"isOverride": false,
|
|
4781
5684
|
"isSealed": false,
|
|
5685
|
+
"visibility": "Public",
|
|
4782
5686
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullablePrincipalRowForeignKeyValueFactory\u00602",
|
|
4783
5687
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4784
5688
|
"isExtensionMethod": false
|
|
@@ -4798,6 +5702,7 @@
|
|
|
4798
5702
|
"isVirtual": true,
|
|
4799
5703
|
"isOverride": false,
|
|
4800
5704
|
"isSealed": false,
|
|
5705
|
+
"visibility": "Public",
|
|
4801
5706
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullablePrincipalRowForeignKeyValueFactory\u00602",
|
|
4802
5707
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4803
5708
|
"isExtensionMethod": false
|
|
@@ -4817,6 +5722,7 @@
|
|
|
4817
5722
|
"isVirtual": true,
|
|
4818
5723
|
"isOverride": false,
|
|
4819
5724
|
"isSealed": false,
|
|
5725
|
+
"visibility": "Public",
|
|
4820
5726
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullablePrincipalRowForeignKeyValueFactory\u00602",
|
|
4821
5727
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4822
5728
|
"isExtensionMethod": false
|
|
@@ -4836,6 +5742,7 @@
|
|
|
4836
5742
|
"isVirtual": true,
|
|
4837
5743
|
"isOverride": false,
|
|
4838
5744
|
"isSealed": false,
|
|
5745
|
+
"visibility": "Public",
|
|
4839
5746
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullablePrincipalRowForeignKeyValueFactory\u00602",
|
|
4840
5747
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4841
5748
|
"isExtensionMethod": false,
|
|
@@ -4863,6 +5770,7 @@
|
|
|
4863
5770
|
"isAbstract": false,
|
|
4864
5771
|
"isVirtual": true,
|
|
4865
5772
|
"isOverride": false,
|
|
5773
|
+
"visibility": "Public",
|
|
4866
5774
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
4867
5775
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
4868
5776
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
@@ -4878,6 +5786,7 @@
|
|
|
4878
5786
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Update.Internal.ColumnAccessors):void|static=false",
|
|
4879
5787
|
"isStatic": false,
|
|
4880
5788
|
"parameterCount": 3,
|
|
5789
|
+
"visibility": "Public",
|
|
4881
5790
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullablePrincipalRowForeignKeyValueFactory\u00602",
|
|
4882
5791
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
4883
5792
|
}
|
|
@@ -4894,6 +5803,31 @@
|
|
|
4894
5803
|
"isSealed": false,
|
|
4895
5804
|
"isStatic": false,
|
|
4896
5805
|
"arity": 2,
|
|
5806
|
+
"baseType": {
|
|
5807
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactory\u00602",
|
|
5808
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.RowForeignKeyValueFactory\u00602",
|
|
5809
|
+
"typeArguments": [
|
|
5810
|
+
"TKey",
|
|
5811
|
+
"TForeignKey"
|
|
5812
|
+
]
|
|
5813
|
+
},
|
|
5814
|
+
"interfaces": [
|
|
5815
|
+
{
|
|
5816
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
5817
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
5818
|
+
"typeArguments": [
|
|
5819
|
+
"TKey"
|
|
5820
|
+
]
|
|
5821
|
+
},
|
|
5822
|
+
{
|
|
5823
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
5824
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory"
|
|
5825
|
+
}
|
|
5826
|
+
],
|
|
5827
|
+
"typeParameters": [
|
|
5828
|
+
"TKey",
|
|
5829
|
+
"TForeignKey"
|
|
5830
|
+
],
|
|
4897
5831
|
"methods": [
|
|
4898
5832
|
{
|
|
4899
5833
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullableRowForeignKeyValueFactory\u00602::TryCreateDependentKeyValue(System.Object[],TKey\u0026):System.Boolean",
|
|
@@ -4910,6 +5844,7 @@
|
|
|
4910
5844
|
"isVirtual": true,
|
|
4911
5845
|
"isOverride": true,
|
|
4912
5846
|
"isSealed": false,
|
|
5847
|
+
"visibility": "Public",
|
|
4913
5848
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullableRowForeignKeyValueFactory\u00602",
|
|
4914
5849
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4915
5850
|
"isExtensionMethod": false,
|
|
@@ -4935,6 +5870,7 @@
|
|
|
4935
5870
|
"isVirtual": true,
|
|
4936
5871
|
"isOverride": true,
|
|
4937
5872
|
"isSealed": false,
|
|
5873
|
+
"visibility": "Public",
|
|
4938
5874
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullableRowForeignKeyValueFactory\u00602",
|
|
4939
5875
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4940
5876
|
"isExtensionMethod": false,
|
|
@@ -4960,6 +5896,7 @@
|
|
|
4960
5896
|
"isVirtual": true,
|
|
4961
5897
|
"isOverride": true,
|
|
4962
5898
|
"isSealed": false,
|
|
5899
|
+
"visibility": "Public",
|
|
4963
5900
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullableRowForeignKeyValueFactory\u00602",
|
|
4964
5901
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4965
5902
|
"isExtensionMethod": false,
|
|
@@ -4985,6 +5922,7 @@
|
|
|
4985
5922
|
"isVirtual": true,
|
|
4986
5923
|
"isOverride": false,
|
|
4987
5924
|
"isSealed": false,
|
|
5925
|
+
"visibility": "Public",
|
|
4988
5926
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
4989
5927
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4990
5928
|
"isExtensionMethod": false,
|
|
@@ -5005,6 +5943,7 @@
|
|
|
5005
5943
|
"isVirtual": true,
|
|
5006
5944
|
"isOverride": false,
|
|
5007
5945
|
"isSealed": false,
|
|
5946
|
+
"visibility": "Public",
|
|
5008
5947
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
5009
5948
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5010
5949
|
"isExtensionMethod": false,
|
|
@@ -5025,6 +5964,7 @@
|
|
|
5025
5964
|
"isVirtual": true,
|
|
5026
5965
|
"isOverride": false,
|
|
5027
5966
|
"isSealed": false,
|
|
5967
|
+
"visibility": "Public",
|
|
5028
5968
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
5029
5969
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5030
5970
|
"isExtensionMethod": false,
|
|
@@ -5051,6 +5991,7 @@
|
|
|
5051
5991
|
"isVirtual": true,
|
|
5052
5992
|
"isOverride": false,
|
|
5053
5993
|
"isSealed": false,
|
|
5994
|
+
"visibility": "Public",
|
|
5054
5995
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
5055
5996
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5056
5997
|
"isExtensionMethod": false,
|
|
@@ -5077,6 +6018,7 @@
|
|
|
5077
6018
|
"isVirtual": true,
|
|
5078
6019
|
"isOverride": false,
|
|
5079
6020
|
"isSealed": false,
|
|
6021
|
+
"visibility": "Public",
|
|
5080
6022
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
5081
6023
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5082
6024
|
"isExtensionMethod": false,
|
|
@@ -5103,6 +6045,7 @@
|
|
|
5103
6045
|
"isVirtual": true,
|
|
5104
6046
|
"isOverride": false,
|
|
5105
6047
|
"isSealed": false,
|
|
6048
|
+
"visibility": "Public",
|
|
5106
6049
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory",
|
|
5107
6050
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5108
6051
|
"isExtensionMethod": false,
|
|
@@ -5123,6 +6066,7 @@
|
|
|
5123
6066
|
"isVirtual": true,
|
|
5124
6067
|
"isOverride": false,
|
|
5125
6068
|
"isSealed": false,
|
|
6069
|
+
"visibility": "Public",
|
|
5126
6070
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullableRowForeignKeyValueFactory\u00602",
|
|
5127
6071
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5128
6072
|
"isExtensionMethod": false
|
|
@@ -5142,6 +6086,7 @@
|
|
|
5142
6086
|
"isVirtual": true,
|
|
5143
6087
|
"isOverride": false,
|
|
5144
6088
|
"isSealed": false,
|
|
6089
|
+
"visibility": "Public",
|
|
5145
6090
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullableRowForeignKeyValueFactory\u00602",
|
|
5146
6091
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5147
6092
|
"isExtensionMethod": false
|
|
@@ -5161,6 +6106,7 @@
|
|
|
5161
6106
|
"isVirtual": true,
|
|
5162
6107
|
"isOverride": false,
|
|
5163
6108
|
"isSealed": false,
|
|
6109
|
+
"visibility": "Public",
|
|
5164
6110
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullableRowForeignKeyValueFactory\u00602",
|
|
5165
6111
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5166
6112
|
"isExtensionMethod": false
|
|
@@ -5180,6 +6126,7 @@
|
|
|
5180
6126
|
"isVirtual": true,
|
|
5181
6127
|
"isOverride": false,
|
|
5182
6128
|
"isSealed": false,
|
|
6129
|
+
"visibility": "Public",
|
|
5183
6130
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullableRowForeignKeyValueFactory\u00602",
|
|
5184
6131
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5185
6132
|
"isExtensionMethod": false,
|
|
@@ -5207,6 +6154,7 @@
|
|
|
5207
6154
|
"isAbstract": false,
|
|
5208
6155
|
"isVirtual": true,
|
|
5209
6156
|
"isOverride": false,
|
|
6157
|
+
"visibility": "Public",
|
|
5210
6158
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
5211
6159
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory\u00601",
|
|
5212
6160
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
@@ -5222,6 +6170,7 @@
|
|
|
5222
6170
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Update.Internal.ColumnAccessors):void|static=false",
|
|
5223
6171
|
"isStatic": false,
|
|
5224
6172
|
"parameterCount": 3,
|
|
6173
|
+
"visibility": "Public",
|
|
5225
6174
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullableRowForeignKeyValueFactory\u00602",
|
|
5226
6175
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
5227
6176
|
}
|
|
@@ -5238,6 +6187,26 @@
|
|
|
5238
6187
|
"isSealed": false,
|
|
5239
6188
|
"isStatic": false,
|
|
5240
6189
|
"arity": 1,
|
|
6190
|
+
"baseType": {
|
|
6191
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
6192
|
+
"clrName": "System.Object"
|
|
6193
|
+
},
|
|
6194
|
+
"interfaces": [
|
|
6195
|
+
{
|
|
6196
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory\u00601",
|
|
6197
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory\u00601",
|
|
6198
|
+
"typeArguments": [
|
|
6199
|
+
"TKey"
|
|
6200
|
+
]
|
|
6201
|
+
},
|
|
6202
|
+
{
|
|
6203
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory",
|
|
6204
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory"
|
|
6205
|
+
}
|
|
6206
|
+
],
|
|
6207
|
+
"typeParameters": [
|
|
6208
|
+
"TKey"
|
|
6209
|
+
],
|
|
5241
6210
|
"methods": [
|
|
5242
6211
|
{
|
|
5243
6212
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SimpleRowIndexValueFactory\u00601::TryCreateIndexValue(System.Object[],TKey\u0026,System.Boolean\u0026):System.Boolean",
|
|
@@ -5254,6 +6223,7 @@
|
|
|
5254
6223
|
"isVirtual": true,
|
|
5255
6224
|
"isOverride": false,
|
|
5256
6225
|
"isSealed": false,
|
|
6226
|
+
"visibility": "Public",
|
|
5257
6227
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleRowIndexValueFactory\u00601",
|
|
5258
6228
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5259
6229
|
"isExtensionMethod": false,
|
|
@@ -5283,6 +6253,7 @@
|
|
|
5283
6253
|
"isVirtual": true,
|
|
5284
6254
|
"isOverride": false,
|
|
5285
6255
|
"isSealed": false,
|
|
6256
|
+
"visibility": "Public",
|
|
5286
6257
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleRowIndexValueFactory\u00601",
|
|
5287
6258
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5288
6259
|
"isExtensionMethod": false,
|
|
@@ -5312,6 +6283,7 @@
|
|
|
5312
6283
|
"isVirtual": true,
|
|
5313
6284
|
"isOverride": false,
|
|
5314
6285
|
"isSealed": false,
|
|
6286
|
+
"visibility": "Public",
|
|
5315
6287
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleRowIndexValueFactory\u00601",
|
|
5316
6288
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5317
6289
|
"isExtensionMethod": false,
|
|
@@ -5341,6 +6313,7 @@
|
|
|
5341
6313
|
"isVirtual": true,
|
|
5342
6314
|
"isOverride": false,
|
|
5343
6315
|
"isSealed": false,
|
|
6316
|
+
"visibility": "Public",
|
|
5344
6317
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleRowIndexValueFactory\u00601",
|
|
5345
6318
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5346
6319
|
"isExtensionMethod": false
|
|
@@ -5360,6 +6333,7 @@
|
|
|
5360
6333
|
"isVirtual": true,
|
|
5361
6334
|
"isOverride": false,
|
|
5362
6335
|
"isSealed": false,
|
|
6336
|
+
"visibility": "Public",
|
|
5363
6337
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleRowIndexValueFactory\u00601",
|
|
5364
6338
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5365
6339
|
"isExtensionMethod": false
|
|
@@ -5379,6 +6353,7 @@
|
|
|
5379
6353
|
"isVirtual": true,
|
|
5380
6354
|
"isOverride": false,
|
|
5381
6355
|
"isSealed": false,
|
|
6356
|
+
"visibility": "Public",
|
|
5382
6357
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory\u00601",
|
|
5383
6358
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5384
6359
|
"isExtensionMethod": false,
|
|
@@ -5409,6 +6384,7 @@
|
|
|
5409
6384
|
"isVirtual": true,
|
|
5410
6385
|
"isOverride": false,
|
|
5411
6386
|
"isSealed": false,
|
|
6387
|
+
"visibility": "Public",
|
|
5412
6388
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory\u00601",
|
|
5413
6389
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5414
6390
|
"isExtensionMethod": false,
|
|
@@ -5439,6 +6415,7 @@
|
|
|
5439
6415
|
"isVirtual": true,
|
|
5440
6416
|
"isOverride": false,
|
|
5441
6417
|
"isSealed": false,
|
|
6418
|
+
"visibility": "Public",
|
|
5442
6419
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory\u00601",
|
|
5443
6420
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5444
6421
|
"isExtensionMethod": false,
|
|
@@ -5469,6 +6446,7 @@
|
|
|
5469
6446
|
"isVirtual": true,
|
|
5470
6447
|
"isOverride": false,
|
|
5471
6448
|
"isSealed": false,
|
|
6449
|
+
"visibility": "Public",
|
|
5472
6450
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory",
|
|
5473
6451
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5474
6452
|
"isExtensionMethod": false,
|
|
@@ -5491,6 +6469,7 @@
|
|
|
5491
6469
|
"isAbstract": false,
|
|
5492
6470
|
"isVirtual": true,
|
|
5493
6471
|
"isOverride": false,
|
|
6472
|
+
"visibility": "Public",
|
|
5494
6473
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleRowIndexValueFactory\u00601",
|
|
5495
6474
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
5496
6475
|
},
|
|
@@ -5509,6 +6488,7 @@
|
|
|
5509
6488
|
"isAbstract": false,
|
|
5510
6489
|
"isVirtual": true,
|
|
5511
6490
|
"isOverride": false,
|
|
6491
|
+
"visibility": "Public",
|
|
5512
6492
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory\u00601",
|
|
5513
6493
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowIndexValueFactory\u00601",
|
|
5514
6494
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
@@ -5524,6 +6504,7 @@
|
|
|
5524
6504
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.ITableIndex):void|static=false",
|
|
5525
6505
|
"isStatic": false,
|
|
5526
6506
|
"parameterCount": 1,
|
|
6507
|
+
"visibility": "Public",
|
|
5527
6508
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleRowIndexValueFactory\u00601",
|
|
5528
6509
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
5529
6510
|
}
|
|
@@ -5540,6 +6521,26 @@
|
|
|
5540
6521
|
"isSealed": false,
|
|
5541
6522
|
"isStatic": false,
|
|
5542
6523
|
"arity": 1,
|
|
6524
|
+
"baseType": {
|
|
6525
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
6526
|
+
"clrName": "System.Object"
|
|
6527
|
+
},
|
|
6528
|
+
"interfaces": [
|
|
6529
|
+
{
|
|
6530
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory\u00601",
|
|
6531
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory\u00601",
|
|
6532
|
+
"typeArguments": [
|
|
6533
|
+
"TKey"
|
|
6534
|
+
]
|
|
6535
|
+
},
|
|
6536
|
+
{
|
|
6537
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory",
|
|
6538
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory"
|
|
6539
|
+
}
|
|
6540
|
+
],
|
|
6541
|
+
"typeParameters": [
|
|
6542
|
+
"TKey"
|
|
6543
|
+
],
|
|
5543
6544
|
"methods": [
|
|
5544
6545
|
{
|
|
5545
6546
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SimpleRowKeyValueFactory\u00601::CreateKeyValue(System.Object[]):TKey",
|
|
@@ -5556,6 +6557,7 @@
|
|
|
5556
6557
|
"isVirtual": true,
|
|
5557
6558
|
"isOverride": false,
|
|
5558
6559
|
"isSealed": false,
|
|
6560
|
+
"visibility": "Public",
|
|
5559
6561
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleRowKeyValueFactory\u00601",
|
|
5560
6562
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5561
6563
|
"isExtensionMethod": false
|
|
@@ -5575,6 +6577,7 @@
|
|
|
5575
6577
|
"isVirtual": true,
|
|
5576
6578
|
"isOverride": false,
|
|
5577
6579
|
"isSealed": false,
|
|
6580
|
+
"visibility": "Public",
|
|
5578
6581
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleRowKeyValueFactory\u00601",
|
|
5579
6582
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5580
6583
|
"isExtensionMethod": false
|
|
@@ -5594,6 +6597,7 @@
|
|
|
5594
6597
|
"isVirtual": true,
|
|
5595
6598
|
"isOverride": false,
|
|
5596
6599
|
"isSealed": false,
|
|
6600
|
+
"visibility": "Public",
|
|
5597
6601
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleRowKeyValueFactory\u00601",
|
|
5598
6602
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5599
6603
|
"isExtensionMethod": false
|
|
@@ -5613,6 +6617,7 @@
|
|
|
5613
6617
|
"isVirtual": true,
|
|
5614
6618
|
"isOverride": false,
|
|
5615
6619
|
"isSealed": false,
|
|
6620
|
+
"visibility": "Public",
|
|
5616
6621
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleRowKeyValueFactory\u00601",
|
|
5617
6622
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5618
6623
|
"isExtensionMethod": false
|
|
@@ -5632,6 +6637,7 @@
|
|
|
5632
6637
|
"isVirtual": true,
|
|
5633
6638
|
"isOverride": false,
|
|
5634
6639
|
"isSealed": false,
|
|
6640
|
+
"visibility": "Public",
|
|
5635
6641
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory",
|
|
5636
6642
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5637
6643
|
"isExtensionMethod": false,
|
|
@@ -5652,6 +6658,7 @@
|
|
|
5652
6658
|
"isVirtual": true,
|
|
5653
6659
|
"isOverride": false,
|
|
5654
6660
|
"isSealed": false,
|
|
6661
|
+
"visibility": "Public",
|
|
5655
6662
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory\u00601",
|
|
5656
6663
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5657
6664
|
"isExtensionMethod": false,
|
|
@@ -5672,6 +6679,7 @@
|
|
|
5672
6679
|
"isVirtual": true,
|
|
5673
6680
|
"isOverride": false,
|
|
5674
6681
|
"isSealed": false,
|
|
6682
|
+
"visibility": "Public",
|
|
5675
6683
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory\u00601",
|
|
5676
6684
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5677
6685
|
"isExtensionMethod": false,
|
|
@@ -5692,6 +6700,7 @@
|
|
|
5692
6700
|
"isVirtual": true,
|
|
5693
6701
|
"isOverride": false,
|
|
5694
6702
|
"isSealed": false,
|
|
6703
|
+
"visibility": "Public",
|
|
5695
6704
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory\u00601",
|
|
5696
6705
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5697
6706
|
"isExtensionMethod": false,
|
|
@@ -5712,6 +6721,7 @@
|
|
|
5712
6721
|
"isVirtual": true,
|
|
5713
6722
|
"isOverride": false,
|
|
5714
6723
|
"isSealed": false,
|
|
6724
|
+
"visibility": "Public",
|
|
5715
6725
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory",
|
|
5716
6726
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5717
6727
|
"isExtensionMethod": false,
|
|
@@ -5734,6 +6744,7 @@
|
|
|
5734
6744
|
"isAbstract": false,
|
|
5735
6745
|
"isVirtual": true,
|
|
5736
6746
|
"isOverride": false,
|
|
6747
|
+
"visibility": "Public",
|
|
5737
6748
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleRowKeyValueFactory\u00601",
|
|
5738
6749
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
5739
6750
|
},
|
|
@@ -5752,6 +6763,7 @@
|
|
|
5752
6763
|
"isAbstract": false,
|
|
5753
6764
|
"isVirtual": true,
|
|
5754
6765
|
"isOverride": false,
|
|
6766
|
+
"visibility": "Public",
|
|
5755
6767
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory\u00601",
|
|
5756
6768
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.IRowKeyValueFactory\u00601",
|
|
5757
6769
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
@@ -5767,6 +6779,7 @@
|
|
|
5767
6779
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint):void|static=false",
|
|
5768
6780
|
"isStatic": false,
|
|
5769
6781
|
"parameterCount": 1,
|
|
6782
|
+
"visibility": "Public",
|
|
5770
6783
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleRowKeyValueFactory\u00601",
|
|
5771
6784
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
|
|
5772
6785
|
}
|
|
@@ -5783,6 +6796,16 @@
|
|
|
5783
6796
|
"isSealed": false,
|
|
5784
6797
|
"isStatic": false,
|
|
5785
6798
|
"arity": 0,
|
|
6799
|
+
"baseType": {
|
|
6800
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
6801
|
+
"clrName": "System.Object"
|
|
6802
|
+
},
|
|
6803
|
+
"interfaces": [
|
|
6804
|
+
{
|
|
6805
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Update.IUpdateAdapter",
|
|
6806
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.IUpdateAdapter"
|
|
6807
|
+
}
|
|
6808
|
+
],
|
|
5786
6809
|
"methods": [
|
|
5787
6810
|
{
|
|
5788
6811
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Update.Internal.UpdateAdapter::FindPrincipal(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,Microsoft.EntityFrameworkCore.Metadata.IForeignKey):Microsoft.EntityFrameworkCore.Update.IUpdateEntry",
|
|
@@ -5799,6 +6822,7 @@
|
|
|
5799
6822
|
"isVirtual": true,
|
|
5800
6823
|
"isOverride": false,
|
|
5801
6824
|
"isSealed": false,
|
|
6825
|
+
"visibility": "Public",
|
|
5802
6826
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.UpdateAdapter",
|
|
5803
6827
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5804
6828
|
"isExtensionMethod": false
|
|
@@ -5818,6 +6842,7 @@
|
|
|
5818
6842
|
"isVirtual": true,
|
|
5819
6843
|
"isOverride": false,
|
|
5820
6844
|
"isSealed": false,
|
|
6845
|
+
"visibility": "Public",
|
|
5821
6846
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.UpdateAdapter",
|
|
5822
6847
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5823
6848
|
"isExtensionMethod": false
|
|
@@ -5837,6 +6862,7 @@
|
|
|
5837
6862
|
"isVirtual": true,
|
|
5838
6863
|
"isOverride": false,
|
|
5839
6864
|
"isSealed": false,
|
|
6865
|
+
"visibility": "Public",
|
|
5840
6866
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.UpdateAdapter",
|
|
5841
6867
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5842
6868
|
"isExtensionMethod": false
|
|
@@ -5856,6 +6882,7 @@
|
|
|
5856
6882
|
"isVirtual": true,
|
|
5857
6883
|
"isOverride": false,
|
|
5858
6884
|
"isSealed": false,
|
|
6885
|
+
"visibility": "Public",
|
|
5859
6886
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.UpdateAdapter",
|
|
5860
6887
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5861
6888
|
"isExtensionMethod": false
|
|
@@ -5875,6 +6902,7 @@
|
|
|
5875
6902
|
"isVirtual": true,
|
|
5876
6903
|
"isOverride": false,
|
|
5877
6904
|
"isSealed": false,
|
|
6905
|
+
"visibility": "Public",
|
|
5878
6906
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.UpdateAdapter",
|
|
5879
6907
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5880
6908
|
"isExtensionMethod": false
|
|
@@ -5894,6 +6922,7 @@
|
|
|
5894
6922
|
"isVirtual": true,
|
|
5895
6923
|
"isOverride": false,
|
|
5896
6924
|
"isSealed": false,
|
|
6925
|
+
"visibility": "Public",
|
|
5897
6926
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.UpdateAdapter",
|
|
5898
6927
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5899
6928
|
"isExtensionMethod": false
|
|
@@ -5913,6 +6942,7 @@
|
|
|
5913
6942
|
"isVirtual": true,
|
|
5914
6943
|
"isOverride": false,
|
|
5915
6944
|
"isSealed": false,
|
|
6945
|
+
"visibility": "Public",
|
|
5916
6946
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.UpdateAdapter",
|
|
5917
6947
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5918
6948
|
"isExtensionMethod": false
|
|
@@ -5932,6 +6962,7 @@
|
|
|
5932
6962
|
"isVirtual": true,
|
|
5933
6963
|
"isOverride": false,
|
|
5934
6964
|
"isSealed": false,
|
|
6965
|
+
"visibility": "Public",
|
|
5935
6966
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.UpdateAdapter",
|
|
5936
6967
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5937
6968
|
"isExtensionMethod": false
|
|
@@ -5951,6 +6982,7 @@
|
|
|
5951
6982
|
"isVirtual": true,
|
|
5952
6983
|
"isOverride": false,
|
|
5953
6984
|
"isSealed": false,
|
|
6985
|
+
"visibility": "Public",
|
|
5954
6986
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IUpdateAdapter",
|
|
5955
6987
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5956
6988
|
"isExtensionMethod": false,
|
|
@@ -5971,6 +7003,7 @@
|
|
|
5971
7003
|
"isVirtual": true,
|
|
5972
7004
|
"isOverride": false,
|
|
5973
7005
|
"isSealed": false,
|
|
7006
|
+
"visibility": "Public",
|
|
5974
7007
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IUpdateAdapter",
|
|
5975
7008
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5976
7009
|
"isExtensionMethod": false,
|
|
@@ -5991,6 +7024,7 @@
|
|
|
5991
7024
|
"isVirtual": true,
|
|
5992
7025
|
"isOverride": false,
|
|
5993
7026
|
"isSealed": false,
|
|
7027
|
+
"visibility": "Public",
|
|
5994
7028
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IUpdateAdapter",
|
|
5995
7029
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5996
7030
|
"isExtensionMethod": false,
|
|
@@ -6011,6 +7045,7 @@
|
|
|
6011
7045
|
"isVirtual": true,
|
|
6012
7046
|
"isOverride": false,
|
|
6013
7047
|
"isSealed": false,
|
|
7048
|
+
"visibility": "Public",
|
|
6014
7049
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IUpdateAdapter",
|
|
6015
7050
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6016
7051
|
"isExtensionMethod": false,
|
|
@@ -6031,6 +7066,7 @@
|
|
|
6031
7066
|
"isVirtual": true,
|
|
6032
7067
|
"isOverride": false,
|
|
6033
7068
|
"isSealed": false,
|
|
7069
|
+
"visibility": "Public",
|
|
6034
7070
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IUpdateAdapter",
|
|
6035
7071
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6036
7072
|
"isExtensionMethod": false,
|
|
@@ -6051,6 +7087,7 @@
|
|
|
6051
7087
|
"isVirtual": true,
|
|
6052
7088
|
"isOverride": false,
|
|
6053
7089
|
"isSealed": false,
|
|
7090
|
+
"visibility": "Public",
|
|
6054
7091
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IUpdateAdapter",
|
|
6055
7092
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6056
7093
|
"isExtensionMethod": false,
|
|
@@ -6071,6 +7108,7 @@
|
|
|
6071
7108
|
"isVirtual": true,
|
|
6072
7109
|
"isOverride": false,
|
|
6073
7110
|
"isSealed": false,
|
|
7111
|
+
"visibility": "Public",
|
|
6074
7112
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IUpdateAdapter",
|
|
6075
7113
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6076
7114
|
"isExtensionMethod": false,
|
|
@@ -6093,6 +7131,7 @@
|
|
|
6093
7131
|
"isAbstract": false,
|
|
6094
7132
|
"isVirtual": true,
|
|
6095
7133
|
"isOverride": false,
|
|
7134
|
+
"visibility": "Public",
|
|
6096
7135
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.UpdateAdapter",
|
|
6097
7136
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
6098
7137
|
},
|
|
@@ -6111,6 +7150,7 @@
|
|
|
6111
7150
|
"isAbstract": false,
|
|
6112
7151
|
"isVirtual": true,
|
|
6113
7152
|
"isOverride": false,
|
|
7153
|
+
"visibility": "Public",
|
|
6114
7154
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.UpdateAdapter",
|
|
6115
7155
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
6116
7156
|
},
|
|
@@ -6129,6 +7169,7 @@
|
|
|
6129
7169
|
"isAbstract": false,
|
|
6130
7170
|
"isVirtual": true,
|
|
6131
7171
|
"isOverride": false,
|
|
7172
|
+
"visibility": "Public",
|
|
6132
7173
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.UpdateAdapter",
|
|
6133
7174
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
6134
7175
|
},
|
|
@@ -6147,6 +7188,7 @@
|
|
|
6147
7188
|
"isAbstract": false,
|
|
6148
7189
|
"isVirtual": true,
|
|
6149
7190
|
"isOverride": false,
|
|
7191
|
+
"visibility": "Public",
|
|
6150
7192
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.UpdateAdapter",
|
|
6151
7193
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
6152
7194
|
},
|
|
@@ -6165,6 +7207,7 @@
|
|
|
6165
7207
|
"isAbstract": false,
|
|
6166
7208
|
"isVirtual": true,
|
|
6167
7209
|
"isOverride": false,
|
|
7210
|
+
"visibility": "Public",
|
|
6168
7211
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.IUpdateAdapter",
|
|
6169
7212
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IUpdateAdapter",
|
|
6170
7213
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -6184,6 +7227,7 @@
|
|
|
6184
7227
|
"isAbstract": false,
|
|
6185
7228
|
"isVirtual": true,
|
|
6186
7229
|
"isOverride": false,
|
|
7230
|
+
"visibility": "Public",
|
|
6187
7231
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.IUpdateAdapter",
|
|
6188
7232
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IUpdateAdapter",
|
|
6189
7233
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -6203,6 +7247,7 @@
|
|
|
6203
7247
|
"isAbstract": false,
|
|
6204
7248
|
"isVirtual": true,
|
|
6205
7249
|
"isOverride": false,
|
|
7250
|
+
"visibility": "Public",
|
|
6206
7251
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.IUpdateAdapter",
|
|
6207
7252
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IUpdateAdapter",
|
|
6208
7253
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -6222,6 +7267,7 @@
|
|
|
6222
7267
|
"isAbstract": false,
|
|
6223
7268
|
"isVirtual": true,
|
|
6224
7269
|
"isOverride": false,
|
|
7270
|
+
"visibility": "Public",
|
|
6225
7271
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.IUpdateAdapter",
|
|
6226
7272
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IUpdateAdapter",
|
|
6227
7273
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
@@ -6237,6 +7283,7 @@
|
|
|
6237
7283
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IStateManager):void|static=false",
|
|
6238
7284
|
"isStatic": false,
|
|
6239
7285
|
"parameterCount": 1,
|
|
7286
|
+
"visibility": "Public",
|
|
6240
7287
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.UpdateAdapter",
|
|
6241
7288
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
6242
7289
|
}
|
|
@@ -6253,6 +7300,16 @@
|
|
|
6253
7300
|
"isSealed": false,
|
|
6254
7301
|
"isStatic": false,
|
|
6255
7302
|
"arity": 0,
|
|
7303
|
+
"baseType": {
|
|
7304
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
7305
|
+
"clrName": "System.Object"
|
|
7306
|
+
},
|
|
7307
|
+
"interfaces": [
|
|
7308
|
+
{
|
|
7309
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Update.IUpdateAdapterFactory",
|
|
7310
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.IUpdateAdapterFactory"
|
|
7311
|
+
}
|
|
7312
|
+
],
|
|
6256
7313
|
"methods": [
|
|
6257
7314
|
{
|
|
6258
7315
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Update.Internal.UpdateAdapterFactory::Create():Microsoft.EntityFrameworkCore.Update.IUpdateAdapter",
|
|
@@ -6269,6 +7326,7 @@
|
|
|
6269
7326
|
"isVirtual": true,
|
|
6270
7327
|
"isOverride": false,
|
|
6271
7328
|
"isSealed": false,
|
|
7329
|
+
"visibility": "Public",
|
|
6272
7330
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.UpdateAdapterFactory",
|
|
6273
7331
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6274
7332
|
"isExtensionMethod": false
|
|
@@ -6288,6 +7346,7 @@
|
|
|
6288
7346
|
"isVirtual": true,
|
|
6289
7347
|
"isOverride": false,
|
|
6290
7348
|
"isSealed": false,
|
|
7349
|
+
"visibility": "Public",
|
|
6291
7350
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.UpdateAdapterFactory",
|
|
6292
7351
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6293
7352
|
"isExtensionMethod": false
|
|
@@ -6307,6 +7366,7 @@
|
|
|
6307
7366
|
"isVirtual": true,
|
|
6308
7367
|
"isOverride": false,
|
|
6309
7368
|
"isSealed": false,
|
|
7369
|
+
"visibility": "Public",
|
|
6310
7370
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IUpdateAdapterFactory",
|
|
6311
7371
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6312
7372
|
"isExtensionMethod": false,
|
|
@@ -6327,6 +7387,7 @@
|
|
|
6327
7387
|
"isVirtual": true,
|
|
6328
7388
|
"isOverride": false,
|
|
6329
7389
|
"isSealed": false,
|
|
7390
|
+
"visibility": "Public",
|
|
6330
7391
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IUpdateAdapterFactory",
|
|
6331
7392
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6332
7393
|
"isExtensionMethod": false,
|
|
@@ -6344,6 +7405,7 @@
|
|
|
6344
7405
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext):void|static=false",
|
|
6345
7406
|
"isStatic": false,
|
|
6346
7407
|
"parameterCount": 1,
|
|
7408
|
+
"visibility": "Public",
|
|
6347
7409
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.UpdateAdapterFactory",
|
|
6348
7410
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
6349
7411
|
}
|
|
@@ -6360,6 +7422,10 @@
|
|
|
6360
7422
|
"isSealed": true,
|
|
6361
7423
|
"isStatic": true,
|
|
6362
7424
|
"arity": 0,
|
|
7425
|
+
"baseType": {
|
|
7426
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
7427
|
+
"clrName": "System.Object"
|
|
7428
|
+
},
|
|
6363
7429
|
"methods": [
|
|
6364
7430
|
{
|
|
6365
7431
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.ColumnAccessorsFactory::Create(Microsoft.EntityFrameworkCore.Metadata.IColumn):Microsoft.EntityFrameworkCore.Update.Internal.ColumnAccessors",
|
|
@@ -6376,6 +7442,7 @@
|
|
|
6376
7442
|
"isVirtual": false,
|
|
6377
7443
|
"isOverride": false,
|
|
6378
7444
|
"isSealed": false,
|
|
7445
|
+
"visibility": "Public",
|
|
6379
7446
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.ColumnAccessorsFactory",
|
|
6380
7447
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6381
7448
|
"isExtensionMethod": false
|
|
@@ -6395,6 +7462,7 @@
|
|
|
6395
7462
|
"isVirtual": false,
|
|
6396
7463
|
"isOverride": false,
|
|
6397
7464
|
"isSealed": false,
|
|
7465
|
+
"visibility": "Public",
|
|
6398
7466
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.ColumnAccessorsFactory",
|
|
6399
7467
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6400
7468
|
"isExtensionMethod": false
|