@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.
Files changed (87) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +2247 -5
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +30 -5
  3. package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +1707 -6
  4. package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +74 -14
  5. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +4784 -172
  6. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +210 -25
  7. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal.d.ts +1 -1
  8. package/Microsoft.EntityFrameworkCore.ChangeTracking.d.ts +3 -3
  9. package/Microsoft.EntityFrameworkCore.Design/bindings.json +1175 -171
  10. package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +52 -3
  11. package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +306 -2
  12. package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +15 -2
  13. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +2919 -10
  14. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +28 -3
  15. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +1027 -77
  16. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +53 -17
  17. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +4386 -655
  18. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +229 -23
  19. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/bindings.json +251 -7
  20. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +11 -4
  21. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +3 -2
  22. package/Microsoft.EntityFrameworkCore.Internal/bindings.json +754 -2
  23. package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +1 -1
  24. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +8776 -125
  25. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +174 -27
  26. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +5621 -147
  27. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +255 -33
  28. package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +1 -1
  29. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +8740 -1109
  30. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +604 -79
  31. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/bindings.json +152 -3
  32. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +15 -2
  33. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.d.ts +1 -0
  34. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/bindings.json +144 -0
  35. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +7 -5
  36. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +16619 -30
  37. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +673 -91
  38. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +2197 -67
  39. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +119 -11
  40. package/Microsoft.EntityFrameworkCore.Migrations.Internal/bindings.json +1304 -119
  41. package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +70 -5
  42. package/Microsoft.EntityFrameworkCore.Migrations.Internal.d.ts +3 -3
  43. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +4318 -46
  44. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +293 -36
  45. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +102 -0
  46. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +6 -1
  47. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +5 -4
  48. package/Microsoft.EntityFrameworkCore.Query/bindings.json +17431 -7313
  49. package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +721 -85
  50. package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +3807 -228
  51. package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +299 -49
  52. package/Microsoft.EntityFrameworkCore.Query.Internal.d.ts +3 -3
  53. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +3589 -953
  54. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +327 -127
  55. package/Microsoft.EntityFrameworkCore.Query.d.ts +6 -5
  56. package/Microsoft.EntityFrameworkCore.Scaffolding/bindings.json +125 -3
  57. package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +8 -1
  58. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1160 -9
  59. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +80 -10
  60. package/Microsoft.EntityFrameworkCore.Storage/bindings.json +5813 -272
  61. package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +432 -55
  62. package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +534 -6
  63. package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +50 -7
  64. package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +2 -1
  65. package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +570 -2
  66. package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +7 -1
  67. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/bindings.json +652 -2
  68. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +9 -1
  69. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/bindings.json +663 -16
  70. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +28 -1
  71. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.d.ts +1 -1
  72. package/Microsoft.EntityFrameworkCore.Storage.d.ts +4 -4
  73. package/Microsoft.EntityFrameworkCore.Update/bindings.json +2027 -340
  74. package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +89 -8
  75. package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +1074 -6
  76. package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +44 -8
  77. package/Microsoft.EntityFrameworkCore.Update.Internal.d.ts +1 -1
  78. package/Microsoft.EntityFrameworkCore.Update.d.ts +2 -2
  79. package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +479 -5
  80. package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +46 -7
  81. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +262 -2
  82. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +13 -2
  83. package/Microsoft.EntityFrameworkCore.ValueGeneration.d.ts +1 -1
  84. package/Microsoft.EntityFrameworkCore.d.ts +2 -1
  85. package/Microsoft.Extensions.DependencyInjection/bindings.json +15 -0
  86. package/System.Transactions/bindings.json +6 -0
  87. package/package.json +1 -1
@@ -15,6 +15,24 @@
15
15
  "isSealed": false,
16
16
  "isStatic": false,
17
17
  "arity": 0,
18
+ "baseType": {
19
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotatable",
20
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.Annotatable"
21
+ },
22
+ "interfaces": [
23
+ {
24
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
25
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
26
+ },
27
+ {
28
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
29
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
30
+ },
31
+ {
32
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
33
+ "clrName": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable"
34
+ }
35
+ ],
18
36
  "methods": [
19
37
  {
20
38
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn::ToString():System.String",
@@ -31,6 +49,7 @@
31
49
  "isVirtual": true,
32
50
  "isOverride": true,
33
51
  "isSealed": false,
52
+ "visibility": "Public",
34
53
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
35
54
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
36
55
  "isExtensionMethod": false
@@ -50,6 +69,7 @@
50
69
  "isVirtual": true,
51
70
  "isOverride": false,
52
71
  "isSealed": false,
72
+ "visibility": "Public",
53
73
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
54
74
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
55
75
  "isExtensionMethod": false,
@@ -70,6 +90,7 @@
70
90
  "isVirtual": true,
71
91
  "isOverride": false,
72
92
  "isSealed": false,
93
+ "visibility": "Public",
73
94
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
74
95
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
75
96
  "isExtensionMethod": false,
@@ -90,6 +111,7 @@
90
111
  "isVirtual": true,
91
112
  "isOverride": false,
92
113
  "isSealed": false,
114
+ "visibility": "Public",
93
115
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
94
116
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
95
117
  "isExtensionMethod": false,
@@ -110,6 +132,7 @@
110
132
  "isVirtual": true,
111
133
  "isOverride": false,
112
134
  "isSealed": false,
135
+ "visibility": "Public",
113
136
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
114
137
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
115
138
  "isExtensionMethod": false,
@@ -130,6 +153,7 @@
130
153
  "isVirtual": true,
131
154
  "isOverride": false,
132
155
  "isSealed": false,
156
+ "visibility": "Public",
133
157
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
134
158
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
135
159
  "isExtensionMethod": false,
@@ -150,6 +174,7 @@
150
174
  "isVirtual": true,
151
175
  "isOverride": false,
152
176
  "isSealed": false,
177
+ "visibility": "Public",
153
178
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
154
179
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
155
180
  "isExtensionMethod": false,
@@ -170,6 +195,7 @@
170
195
  "isVirtual": true,
171
196
  "isOverride": false,
172
197
  "isSealed": false,
198
+ "visibility": "Public",
173
199
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
174
200
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
175
201
  "isExtensionMethod": false,
@@ -190,6 +216,7 @@
190
216
  "isVirtual": true,
191
217
  "isOverride": false,
192
218
  "isSealed": false,
219
+ "visibility": "Public",
193
220
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
194
221
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
195
222
  "isExtensionMethod": false,
@@ -210,6 +237,7 @@
210
237
  "isVirtual": true,
211
238
  "isOverride": false,
212
239
  "isSealed": false,
240
+ "visibility": "Public",
213
241
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
214
242
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
215
243
  "isExtensionMethod": false,
@@ -230,6 +258,7 @@
230
258
  "isVirtual": true,
231
259
  "isOverride": false,
232
260
  "isSealed": false,
261
+ "visibility": "Public",
233
262
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
234
263
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
235
264
  "isExtensionMethod": false,
@@ -250,6 +279,7 @@
250
279
  "isVirtual": true,
251
280
  "isOverride": false,
252
281
  "isSealed": false,
282
+ "visibility": "Public",
253
283
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
254
284
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
255
285
  "isExtensionMethod": false,
@@ -270,6 +300,7 @@
270
300
  "isVirtual": true,
271
301
  "isOverride": false,
272
302
  "isSealed": false,
303
+ "visibility": "Public",
273
304
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
274
305
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
275
306
  "isExtensionMethod": false,
@@ -290,6 +321,7 @@
290
321
  "isVirtual": true,
291
322
  "isOverride": false,
292
323
  "isSealed": false,
324
+ "visibility": "Public",
293
325
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
294
326
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
295
327
  "isExtensionMethod": false
@@ -309,6 +341,27 @@
309
341
  "isVirtual": true,
310
342
  "isOverride": false,
311
343
  "isSealed": false,
344
+ "visibility": "Public",
345
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
346
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
347
+ "isExtensionMethod": false
348
+ },
349
+ {
350
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn::AddAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
351
+ "clrName": "AddAnnotation",
352
+ "metadataToken": 0,
353
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
354
+ "normalizedSignature": "AddAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
355
+ "emitScope": "ClassSurface",
356
+ "provenance": "BaseOverload",
357
+ "arity": 0,
358
+ "parameterCount": 2,
359
+ "isStatic": false,
360
+ "isAbstract": false,
361
+ "isVirtual": true,
362
+ "isOverride": false,
363
+ "isSealed": false,
364
+ "visibility": "Protected",
312
365
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
313
366
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
314
367
  "isExtensionMethod": false
@@ -328,6 +381,7 @@
328
381
  "isVirtual": true,
329
382
  "isOverride": false,
330
383
  "isSealed": false,
384
+ "visibility": "Public",
331
385
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
332
386
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
333
387
  "isExtensionMethod": false
@@ -347,6 +401,7 @@
347
401
  "isVirtual": true,
348
402
  "isOverride": false,
349
403
  "isSealed": false,
404
+ "visibility": "Public",
350
405
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
351
406
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
352
407
  "isExtensionMethod": false
@@ -366,6 +421,7 @@
366
421
  "isVirtual": true,
367
422
  "isOverride": false,
368
423
  "isSealed": false,
424
+ "visibility": "Public",
369
425
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
370
426
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
371
427
  "isExtensionMethod": false
@@ -385,6 +441,27 @@
385
441
  "isVirtual": true,
386
442
  "isOverride": false,
387
443
  "isSealed": false,
444
+ "visibility": "Public",
445
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
446
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
447
+ "isExtensionMethod": false
448
+ },
449
+ {
450
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn::AddRuntimeAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
451
+ "clrName": "AddRuntimeAnnotation",
452
+ "metadataToken": 0,
453
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
454
+ "normalizedSignature": "AddRuntimeAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
455
+ "emitScope": "ClassSurface",
456
+ "provenance": "BaseOverload",
457
+ "arity": 0,
458
+ "parameterCount": 2,
459
+ "isStatic": false,
460
+ "isAbstract": false,
461
+ "isVirtual": true,
462
+ "isOverride": false,
463
+ "isSealed": false,
464
+ "visibility": "Protected",
388
465
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
389
466
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
390
467
  "isExtensionMethod": false
@@ -404,6 +481,7 @@
404
481
  "isVirtual": true,
405
482
  "isOverride": false,
406
483
  "isSealed": false,
484
+ "visibility": "Public",
407
485
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
408
486
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
409
487
  "isExtensionMethod": false
@@ -423,6 +501,7 @@
423
501
  "isVirtual": true,
424
502
  "isOverride": false,
425
503
  "isSealed": false,
504
+ "visibility": "Public",
426
505
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
427
506
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
428
507
  "isExtensionMethod": false
@@ -442,6 +521,7 @@
442
521
  "isVirtual": true,
443
522
  "isOverride": false,
444
523
  "isSealed": false,
524
+ "visibility": "Public",
445
525
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
446
526
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
447
527
  "isExtensionMethod": false
@@ -461,6 +541,7 @@
461
541
  "isVirtual": true,
462
542
  "isOverride": false,
463
543
  "isSealed": false,
544
+ "visibility": "Public",
464
545
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
465
546
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
466
547
  "isExtensionMethod": false
@@ -480,6 +561,7 @@
480
561
  "isVirtual": true,
481
562
  "isOverride": false,
482
563
  "isSealed": false,
564
+ "visibility": "Public",
483
565
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
484
566
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
485
567
  "isExtensionMethod": false
@@ -499,6 +581,7 @@
499
581
  "isVirtual": true,
500
582
  "isOverride": false,
501
583
  "isSealed": false,
584
+ "visibility": "Public",
502
585
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
503
586
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
504
587
  "isExtensionMethod": false
@@ -518,6 +601,7 @@
518
601
  "isVirtual": true,
519
602
  "isOverride": false,
520
603
  "isSealed": false,
604
+ "visibility": "Public",
521
605
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
522
606
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
523
607
  "isExtensionMethod": false
@@ -537,6 +621,7 @@
537
621
  "isVirtual": true,
538
622
  "isOverride": false,
539
623
  "isSealed": false,
624
+ "visibility": "Public",
540
625
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
541
626
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
542
627
  "isExtensionMethod": false
@@ -556,6 +641,7 @@
556
641
  "isVirtual": true,
557
642
  "isOverride": false,
558
643
  "isSealed": false,
644
+ "visibility": "Public",
559
645
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
560
646
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
561
647
  "isExtensionMethod": false
@@ -575,6 +661,7 @@
575
661
  "isVirtual": true,
576
662
  "isOverride": false,
577
663
  "isSealed": false,
664
+ "visibility": "Public",
578
665
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
579
666
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
580
667
  "isExtensionMethod": false
@@ -594,6 +681,7 @@
594
681
  "isVirtual": true,
595
682
  "isOverride": false,
596
683
  "isSealed": false,
684
+ "visibility": "Public",
597
685
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
598
686
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
599
687
  "isExtensionMethod": false
@@ -613,6 +701,27 @@
613
701
  "isVirtual": true,
614
702
  "isOverride": false,
615
703
  "isSealed": false,
704
+ "visibility": "Public",
705
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
706
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
707
+ "isExtensionMethod": false
708
+ },
709
+ {
710
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn::SetAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
711
+ "clrName": "SetAnnotation",
712
+ "metadataToken": 0,
713
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
714
+ "normalizedSignature": "SetAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
715
+ "emitScope": "ClassSurface",
716
+ "provenance": "BaseOverload",
717
+ "arity": 0,
718
+ "parameterCount": 3,
719
+ "isStatic": false,
720
+ "isAbstract": false,
721
+ "isVirtual": true,
722
+ "isOverride": false,
723
+ "isSealed": false,
724
+ "visibility": "Protected",
616
725
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
617
726
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
618
727
  "isExtensionMethod": false
@@ -634,6 +743,7 @@
634
743
  "isAbstract": false,
635
744
  "isVirtual": true,
636
745
  "isOverride": false,
746
+ "visibility": "Public",
637
747
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
638
748
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
639
749
  },
@@ -652,6 +762,7 @@
652
762
  "isAbstract": false,
653
763
  "isVirtual": true,
654
764
  "isOverride": false,
765
+ "visibility": "Public",
655
766
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
656
767
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
657
768
  },
@@ -670,6 +781,7 @@
670
781
  "isAbstract": false,
671
782
  "isVirtual": true,
672
783
  "isOverride": false,
784
+ "visibility": "Public",
673
785
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
674
786
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
675
787
  },
@@ -688,6 +800,7 @@
688
800
  "isAbstract": false,
689
801
  "isVirtual": true,
690
802
  "isOverride": false,
803
+ "visibility": "Public",
691
804
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
692
805
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
693
806
  },
@@ -706,6 +819,7 @@
706
819
  "isAbstract": false,
707
820
  "isVirtual": true,
708
821
  "isOverride": false,
822
+ "visibility": "Public",
709
823
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
710
824
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
711
825
  },
@@ -724,6 +838,7 @@
724
838
  "isAbstract": false,
725
839
  "isVirtual": true,
726
840
  "isOverride": false,
841
+ "visibility": "Public",
727
842
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
728
843
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
729
844
  },
@@ -742,6 +857,7 @@
742
857
  "isAbstract": false,
743
858
  "isVirtual": true,
744
859
  "isOverride": false,
860
+ "visibility": "Public",
745
861
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
746
862
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
747
863
  },
@@ -760,6 +876,7 @@
760
876
  "isAbstract": false,
761
877
  "isVirtual": true,
762
878
  "isOverride": false,
879
+ "visibility": "Public",
763
880
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
764
881
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
765
882
  },
@@ -778,6 +895,7 @@
778
895
  "isAbstract": false,
779
896
  "isVirtual": true,
780
897
  "isOverride": false,
898
+ "visibility": "Public",
781
899
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
782
900
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
783
901
  },
@@ -796,6 +914,7 @@
796
914
  "isAbstract": false,
797
915
  "isVirtual": true,
798
916
  "isOverride": false,
917
+ "visibility": "Public",
799
918
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
800
919
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
801
920
  },
@@ -814,6 +933,7 @@
814
933
  "isAbstract": false,
815
934
  "isVirtual": true,
816
935
  "isOverride": false,
936
+ "visibility": "Public",
817
937
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
818
938
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
819
939
  }
@@ -828,6 +948,7 @@
828
948
  "normalizedSignature": "constructor|():void|static=false",
829
949
  "isStatic": false,
830
950
  "parameterCount": 0,
951
+ "visibility": "Public",
831
952
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseColumn",
832
953
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
833
954
  }
@@ -844,6 +965,24 @@
844
965
  "isSealed": false,
845
966
  "isStatic": false,
846
967
  "arity": 0,
968
+ "baseType": {
969
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotatable",
970
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.Annotatable"
971
+ },
972
+ "interfaces": [
973
+ {
974
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
975
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
976
+ },
977
+ {
978
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
979
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
980
+ },
981
+ {
982
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
983
+ "clrName": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable"
984
+ }
985
+ ],
847
986
  "methods": [
848
987
  {
849
988
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey::ToString():System.String",
@@ -860,6 +999,7 @@
860
999
  "isVirtual": true,
861
1000
  "isOverride": true,
862
1001
  "isSealed": false,
1002
+ "visibility": "Public",
863
1003
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
864
1004
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
865
1005
  "isExtensionMethod": false
@@ -879,6 +1019,7 @@
879
1019
  "isVirtual": true,
880
1020
  "isOverride": false,
881
1021
  "isSealed": false,
1022
+ "visibility": "Public",
882
1023
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
883
1024
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
884
1025
  "isExtensionMethod": false,
@@ -899,6 +1040,7 @@
899
1040
  "isVirtual": true,
900
1041
  "isOverride": false,
901
1042
  "isSealed": false,
1043
+ "visibility": "Public",
902
1044
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
903
1045
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
904
1046
  "isExtensionMethod": false,
@@ -919,6 +1061,7 @@
919
1061
  "isVirtual": true,
920
1062
  "isOverride": false,
921
1063
  "isSealed": false,
1064
+ "visibility": "Public",
922
1065
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
923
1066
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
924
1067
  "isExtensionMethod": false,
@@ -939,6 +1082,7 @@
939
1082
  "isVirtual": true,
940
1083
  "isOverride": false,
941
1084
  "isSealed": false,
1085
+ "visibility": "Public",
942
1086
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
943
1087
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
944
1088
  "isExtensionMethod": false,
@@ -959,6 +1103,7 @@
959
1103
  "isVirtual": true,
960
1104
  "isOverride": false,
961
1105
  "isSealed": false,
1106
+ "visibility": "Public",
962
1107
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
963
1108
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
964
1109
  "isExtensionMethod": false,
@@ -979,6 +1124,7 @@
979
1124
  "isVirtual": true,
980
1125
  "isOverride": false,
981
1126
  "isSealed": false,
1127
+ "visibility": "Public",
982
1128
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
983
1129
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
984
1130
  "isExtensionMethod": false,
@@ -999,6 +1145,7 @@
999
1145
  "isVirtual": true,
1000
1146
  "isOverride": false,
1001
1147
  "isSealed": false,
1148
+ "visibility": "Public",
1002
1149
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
1003
1150
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1004
1151
  "isExtensionMethod": false,
@@ -1019,6 +1166,7 @@
1019
1166
  "isVirtual": true,
1020
1167
  "isOverride": false,
1021
1168
  "isSealed": false,
1169
+ "visibility": "Public",
1022
1170
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
1023
1171
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1024
1172
  "isExtensionMethod": false,
@@ -1039,6 +1187,7 @@
1039
1187
  "isVirtual": true,
1040
1188
  "isOverride": false,
1041
1189
  "isSealed": false,
1190
+ "visibility": "Public",
1042
1191
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
1043
1192
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1044
1193
  "isExtensionMethod": false,
@@ -1059,6 +1208,7 @@
1059
1208
  "isVirtual": true,
1060
1209
  "isOverride": false,
1061
1210
  "isSealed": false,
1211
+ "visibility": "Public",
1062
1212
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
1063
1213
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1064
1214
  "isExtensionMethod": false,
@@ -1079,6 +1229,7 @@
1079
1229
  "isVirtual": true,
1080
1230
  "isOverride": false,
1081
1231
  "isSealed": false,
1232
+ "visibility": "Public",
1082
1233
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
1083
1234
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1084
1235
  "isExtensionMethod": false,
@@ -1099,6 +1250,7 @@
1099
1250
  "isVirtual": true,
1100
1251
  "isOverride": false,
1101
1252
  "isSealed": false,
1253
+ "visibility": "Public",
1102
1254
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
1103
1255
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1104
1256
  "isExtensionMethod": false,
@@ -1119,6 +1271,7 @@
1119
1271
  "isVirtual": true,
1120
1272
  "isOverride": false,
1121
1273
  "isSealed": false,
1274
+ "visibility": "Public",
1122
1275
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1123
1276
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1124
1277
  "isExtensionMethod": false
@@ -1138,6 +1291,27 @@
1138
1291
  "isVirtual": true,
1139
1292
  "isOverride": false,
1140
1293
  "isSealed": false,
1294
+ "visibility": "Public",
1295
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1296
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1297
+ "isExtensionMethod": false
1298
+ },
1299
+ {
1300
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey::AddAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
1301
+ "clrName": "AddAnnotation",
1302
+ "metadataToken": 0,
1303
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
1304
+ "normalizedSignature": "AddAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
1305
+ "emitScope": "ClassSurface",
1306
+ "provenance": "BaseOverload",
1307
+ "arity": 0,
1308
+ "parameterCount": 2,
1309
+ "isStatic": false,
1310
+ "isAbstract": false,
1311
+ "isVirtual": true,
1312
+ "isOverride": false,
1313
+ "isSealed": false,
1314
+ "visibility": "Protected",
1141
1315
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1142
1316
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1143
1317
  "isExtensionMethod": false
@@ -1157,6 +1331,7 @@
1157
1331
  "isVirtual": true,
1158
1332
  "isOverride": false,
1159
1333
  "isSealed": false,
1334
+ "visibility": "Public",
1160
1335
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1161
1336
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1162
1337
  "isExtensionMethod": false
@@ -1176,6 +1351,7 @@
1176
1351
  "isVirtual": true,
1177
1352
  "isOverride": false,
1178
1353
  "isSealed": false,
1354
+ "visibility": "Public",
1179
1355
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1180
1356
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1181
1357
  "isExtensionMethod": false
@@ -1195,6 +1371,7 @@
1195
1371
  "isVirtual": true,
1196
1372
  "isOverride": false,
1197
1373
  "isSealed": false,
1374
+ "visibility": "Public",
1198
1375
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1199
1376
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1200
1377
  "isExtensionMethod": false
@@ -1214,6 +1391,27 @@
1214
1391
  "isVirtual": true,
1215
1392
  "isOverride": false,
1216
1393
  "isSealed": false,
1394
+ "visibility": "Public",
1395
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1396
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1397
+ "isExtensionMethod": false
1398
+ },
1399
+ {
1400
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey::AddRuntimeAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
1401
+ "clrName": "AddRuntimeAnnotation",
1402
+ "metadataToken": 0,
1403
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
1404
+ "normalizedSignature": "AddRuntimeAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
1405
+ "emitScope": "ClassSurface",
1406
+ "provenance": "BaseOverload",
1407
+ "arity": 0,
1408
+ "parameterCount": 2,
1409
+ "isStatic": false,
1410
+ "isAbstract": false,
1411
+ "isVirtual": true,
1412
+ "isOverride": false,
1413
+ "isSealed": false,
1414
+ "visibility": "Protected",
1217
1415
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1218
1416
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1219
1417
  "isExtensionMethod": false
@@ -1233,6 +1431,7 @@
1233
1431
  "isVirtual": true,
1234
1432
  "isOverride": false,
1235
1433
  "isSealed": false,
1434
+ "visibility": "Public",
1236
1435
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1237
1436
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1238
1437
  "isExtensionMethod": false
@@ -1252,6 +1451,7 @@
1252
1451
  "isVirtual": true,
1253
1452
  "isOverride": false,
1254
1453
  "isSealed": false,
1454
+ "visibility": "Public",
1255
1455
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1256
1456
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1257
1457
  "isExtensionMethod": false
@@ -1271,6 +1471,7 @@
1271
1471
  "isVirtual": true,
1272
1472
  "isOverride": false,
1273
1473
  "isSealed": false,
1474
+ "visibility": "Public",
1274
1475
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1275
1476
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1276
1477
  "isExtensionMethod": false
@@ -1290,6 +1491,7 @@
1290
1491
  "isVirtual": true,
1291
1492
  "isOverride": false,
1292
1493
  "isSealed": false,
1494
+ "visibility": "Public",
1293
1495
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1294
1496
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1295
1497
  "isExtensionMethod": false
@@ -1309,6 +1511,7 @@
1309
1511
  "isVirtual": true,
1310
1512
  "isOverride": false,
1311
1513
  "isSealed": false,
1514
+ "visibility": "Public",
1312
1515
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1313
1516
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1314
1517
  "isExtensionMethod": false
@@ -1328,6 +1531,7 @@
1328
1531
  "isVirtual": true,
1329
1532
  "isOverride": false,
1330
1533
  "isSealed": false,
1534
+ "visibility": "Public",
1331
1535
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1332
1536
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1333
1537
  "isExtensionMethod": false
@@ -1347,6 +1551,7 @@
1347
1551
  "isVirtual": true,
1348
1552
  "isOverride": false,
1349
1553
  "isSealed": false,
1554
+ "visibility": "Public",
1350
1555
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1351
1556
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1352
1557
  "isExtensionMethod": false
@@ -1366,6 +1571,7 @@
1366
1571
  "isVirtual": true,
1367
1572
  "isOverride": false,
1368
1573
  "isSealed": false,
1574
+ "visibility": "Public",
1369
1575
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1370
1576
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1371
1577
  "isExtensionMethod": false
@@ -1385,6 +1591,7 @@
1385
1591
  "isVirtual": true,
1386
1592
  "isOverride": false,
1387
1593
  "isSealed": false,
1594
+ "visibility": "Public",
1388
1595
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1389
1596
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1390
1597
  "isExtensionMethod": false
@@ -1404,6 +1611,7 @@
1404
1611
  "isVirtual": true,
1405
1612
  "isOverride": false,
1406
1613
  "isSealed": false,
1614
+ "visibility": "Public",
1407
1615
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1408
1616
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1409
1617
  "isExtensionMethod": false
@@ -1423,6 +1631,7 @@
1423
1631
  "isVirtual": true,
1424
1632
  "isOverride": false,
1425
1633
  "isSealed": false,
1634
+ "visibility": "Public",
1426
1635
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1427
1636
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1428
1637
  "isExtensionMethod": false
@@ -1442,6 +1651,27 @@
1442
1651
  "isVirtual": true,
1443
1652
  "isOverride": false,
1444
1653
  "isSealed": false,
1654
+ "visibility": "Public",
1655
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1656
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1657
+ "isExtensionMethod": false
1658
+ },
1659
+ {
1660
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey::SetAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
1661
+ "clrName": "SetAnnotation",
1662
+ "metadataToken": 0,
1663
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
1664
+ "normalizedSignature": "SetAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
1665
+ "emitScope": "ClassSurface",
1666
+ "provenance": "BaseOverload",
1667
+ "arity": 0,
1668
+ "parameterCount": 3,
1669
+ "isStatic": false,
1670
+ "isAbstract": false,
1671
+ "isVirtual": true,
1672
+ "isOverride": false,
1673
+ "isSealed": false,
1674
+ "visibility": "Protected",
1445
1675
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1446
1676
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1447
1677
  "isExtensionMethod": false
@@ -1463,6 +1693,7 @@
1463
1693
  "isAbstract": false,
1464
1694
  "isVirtual": true,
1465
1695
  "isOverride": false,
1696
+ "visibility": "Public",
1466
1697
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1467
1698
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1468
1699
  },
@@ -1481,6 +1712,7 @@
1481
1712
  "isAbstract": false,
1482
1713
  "isVirtual": true,
1483
1714
  "isOverride": false,
1715
+ "visibility": "Public",
1484
1716
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1485
1717
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1486
1718
  },
@@ -1499,6 +1731,7 @@
1499
1731
  "isAbstract": false,
1500
1732
  "isVirtual": true,
1501
1733
  "isOverride": false,
1734
+ "visibility": "Public",
1502
1735
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1503
1736
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1504
1737
  },
@@ -1517,6 +1750,7 @@
1517
1750
  "isAbstract": false,
1518
1751
  "isVirtual": true,
1519
1752
  "isOverride": false,
1753
+ "visibility": "Public",
1520
1754
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1521
1755
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1522
1756
  },
@@ -1535,6 +1769,7 @@
1535
1769
  "isAbstract": false,
1536
1770
  "isVirtual": true,
1537
1771
  "isOverride": false,
1772
+ "visibility": "Public",
1538
1773
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1539
1774
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1540
1775
  },
@@ -1553,6 +1788,7 @@
1553
1788
  "isAbstract": false,
1554
1789
  "isVirtual": true,
1555
1790
  "isOverride": false,
1791
+ "visibility": "Public",
1556
1792
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1557
1793
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1558
1794
  }
@@ -1567,6 +1803,7 @@
1567
1803
  "normalizedSignature": "constructor|():void|static=false",
1568
1804
  "isStatic": false,
1569
1805
  "parameterCount": 0,
1806
+ "visibility": "Public",
1570
1807
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseForeignKey",
1571
1808
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
1572
1809
  }
@@ -1583,6 +1820,24 @@
1583
1820
  "isSealed": false,
1584
1821
  "isStatic": false,
1585
1822
  "arity": 0,
1823
+ "baseType": {
1824
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotatable",
1825
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.Annotatable"
1826
+ },
1827
+ "interfaces": [
1828
+ {
1829
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
1830
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
1831
+ },
1832
+ {
1833
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
1834
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
1835
+ },
1836
+ {
1837
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
1838
+ "clrName": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable"
1839
+ }
1840
+ ],
1586
1841
  "methods": [
1587
1842
  {
1588
1843
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex::ToString():System.String",
@@ -1599,6 +1854,7 @@
1599
1854
  "isVirtual": true,
1600
1855
  "isOverride": true,
1601
1856
  "isSealed": false,
1857
+ "visibility": "Public",
1602
1858
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
1603
1859
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1604
1860
  "isExtensionMethod": false
@@ -1618,6 +1874,7 @@
1618
1874
  "isVirtual": true,
1619
1875
  "isOverride": false,
1620
1876
  "isSealed": false,
1877
+ "visibility": "Public",
1621
1878
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
1622
1879
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1623
1880
  "isExtensionMethod": false,
@@ -1638,6 +1895,7 @@
1638
1895
  "isVirtual": true,
1639
1896
  "isOverride": false,
1640
1897
  "isSealed": false,
1898
+ "visibility": "Public",
1641
1899
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
1642
1900
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1643
1901
  "isExtensionMethod": false,
@@ -1658,6 +1916,7 @@
1658
1916
  "isVirtual": true,
1659
1917
  "isOverride": false,
1660
1918
  "isSealed": false,
1919
+ "visibility": "Public",
1661
1920
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
1662
1921
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1663
1922
  "isExtensionMethod": false,
@@ -1678,6 +1937,7 @@
1678
1937
  "isVirtual": true,
1679
1938
  "isOverride": false,
1680
1939
  "isSealed": false,
1940
+ "visibility": "Public",
1681
1941
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
1682
1942
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1683
1943
  "isExtensionMethod": false,
@@ -1698,6 +1958,7 @@
1698
1958
  "isVirtual": true,
1699
1959
  "isOverride": false,
1700
1960
  "isSealed": false,
1961
+ "visibility": "Public",
1701
1962
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
1702
1963
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1703
1964
  "isExtensionMethod": false,
@@ -1718,6 +1979,7 @@
1718
1979
  "isVirtual": true,
1719
1980
  "isOverride": false,
1720
1981
  "isSealed": false,
1982
+ "visibility": "Public",
1721
1983
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
1722
1984
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1723
1985
  "isExtensionMethod": false,
@@ -1738,6 +2000,7 @@
1738
2000
  "isVirtual": true,
1739
2001
  "isOverride": false,
1740
2002
  "isSealed": false,
2003
+ "visibility": "Public",
1741
2004
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
1742
2005
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1743
2006
  "isExtensionMethod": false,
@@ -1758,6 +2021,7 @@
1758
2021
  "isVirtual": true,
1759
2022
  "isOverride": false,
1760
2023
  "isSealed": false,
2024
+ "visibility": "Public",
1761
2025
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
1762
2026
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1763
2027
  "isExtensionMethod": false,
@@ -1778,6 +2042,7 @@
1778
2042
  "isVirtual": true,
1779
2043
  "isOverride": false,
1780
2044
  "isSealed": false,
2045
+ "visibility": "Public",
1781
2046
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
1782
2047
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1783
2048
  "isExtensionMethod": false,
@@ -1798,6 +2063,7 @@
1798
2063
  "isVirtual": true,
1799
2064
  "isOverride": false,
1800
2065
  "isSealed": false,
2066
+ "visibility": "Public",
1801
2067
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
1802
2068
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1803
2069
  "isExtensionMethod": false,
@@ -1818,6 +2084,7 @@
1818
2084
  "isVirtual": true,
1819
2085
  "isOverride": false,
1820
2086
  "isSealed": false,
2087
+ "visibility": "Public",
1821
2088
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
1822
2089
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1823
2090
  "isExtensionMethod": false,
@@ -1838,6 +2105,7 @@
1838
2105
  "isVirtual": true,
1839
2106
  "isOverride": false,
1840
2107
  "isSealed": false,
2108
+ "visibility": "Public",
1841
2109
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
1842
2110
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1843
2111
  "isExtensionMethod": false,
@@ -1858,6 +2126,7 @@
1858
2126
  "isVirtual": true,
1859
2127
  "isOverride": false,
1860
2128
  "isSealed": false,
2129
+ "visibility": "Public",
1861
2130
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
1862
2131
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1863
2132
  "isExtensionMethod": false
@@ -1877,6 +2146,27 @@
1877
2146
  "isVirtual": true,
1878
2147
  "isOverride": false,
1879
2148
  "isSealed": false,
2149
+ "visibility": "Public",
2150
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
2151
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2152
+ "isExtensionMethod": false
2153
+ },
2154
+ {
2155
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex::AddAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
2156
+ "clrName": "AddAnnotation",
2157
+ "metadataToken": 0,
2158
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
2159
+ "normalizedSignature": "AddAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
2160
+ "emitScope": "ClassSurface",
2161
+ "provenance": "BaseOverload",
2162
+ "arity": 0,
2163
+ "parameterCount": 2,
2164
+ "isStatic": false,
2165
+ "isAbstract": false,
2166
+ "isVirtual": true,
2167
+ "isOverride": false,
2168
+ "isSealed": false,
2169
+ "visibility": "Protected",
1880
2170
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
1881
2171
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1882
2172
  "isExtensionMethod": false
@@ -1896,6 +2186,7 @@
1896
2186
  "isVirtual": true,
1897
2187
  "isOverride": false,
1898
2188
  "isSealed": false,
2189
+ "visibility": "Public",
1899
2190
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
1900
2191
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1901
2192
  "isExtensionMethod": false
@@ -1915,6 +2206,7 @@
1915
2206
  "isVirtual": true,
1916
2207
  "isOverride": false,
1917
2208
  "isSealed": false,
2209
+ "visibility": "Public",
1918
2210
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
1919
2211
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1920
2212
  "isExtensionMethod": false
@@ -1934,6 +2226,7 @@
1934
2226
  "isVirtual": true,
1935
2227
  "isOverride": false,
1936
2228
  "isSealed": false,
2229
+ "visibility": "Public",
1937
2230
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
1938
2231
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1939
2232
  "isExtensionMethod": false
@@ -1953,6 +2246,27 @@
1953
2246
  "isVirtual": true,
1954
2247
  "isOverride": false,
1955
2248
  "isSealed": false,
2249
+ "visibility": "Public",
2250
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
2251
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2252
+ "isExtensionMethod": false
2253
+ },
2254
+ {
2255
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex::AddRuntimeAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
2256
+ "clrName": "AddRuntimeAnnotation",
2257
+ "metadataToken": 0,
2258
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
2259
+ "normalizedSignature": "AddRuntimeAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
2260
+ "emitScope": "ClassSurface",
2261
+ "provenance": "BaseOverload",
2262
+ "arity": 0,
2263
+ "parameterCount": 2,
2264
+ "isStatic": false,
2265
+ "isAbstract": false,
2266
+ "isVirtual": true,
2267
+ "isOverride": false,
2268
+ "isSealed": false,
2269
+ "visibility": "Protected",
1956
2270
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
1957
2271
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1958
2272
  "isExtensionMethod": false
@@ -1972,6 +2286,7 @@
1972
2286
  "isVirtual": true,
1973
2287
  "isOverride": false,
1974
2288
  "isSealed": false,
2289
+ "visibility": "Public",
1975
2290
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
1976
2291
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1977
2292
  "isExtensionMethod": false
@@ -1991,6 +2306,7 @@
1991
2306
  "isVirtual": true,
1992
2307
  "isOverride": false,
1993
2308
  "isSealed": false,
2309
+ "visibility": "Public",
1994
2310
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
1995
2311
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
1996
2312
  "isExtensionMethod": false
@@ -2010,6 +2326,7 @@
2010
2326
  "isVirtual": true,
2011
2327
  "isOverride": false,
2012
2328
  "isSealed": false,
2329
+ "visibility": "Public",
2013
2330
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
2014
2331
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2015
2332
  "isExtensionMethod": false
@@ -2029,6 +2346,7 @@
2029
2346
  "isVirtual": true,
2030
2347
  "isOverride": false,
2031
2348
  "isSealed": false,
2349
+ "visibility": "Public",
2032
2350
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
2033
2351
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2034
2352
  "isExtensionMethod": false
@@ -2048,6 +2366,7 @@
2048
2366
  "isVirtual": true,
2049
2367
  "isOverride": false,
2050
2368
  "isSealed": false,
2369
+ "visibility": "Public",
2051
2370
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
2052
2371
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2053
2372
  "isExtensionMethod": false
@@ -2067,6 +2386,7 @@
2067
2386
  "isVirtual": true,
2068
2387
  "isOverride": false,
2069
2388
  "isSealed": false,
2389
+ "visibility": "Public",
2070
2390
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
2071
2391
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2072
2392
  "isExtensionMethod": false
@@ -2086,6 +2406,7 @@
2086
2406
  "isVirtual": true,
2087
2407
  "isOverride": false,
2088
2408
  "isSealed": false,
2409
+ "visibility": "Public",
2089
2410
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
2090
2411
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2091
2412
  "isExtensionMethod": false
@@ -2105,6 +2426,7 @@
2105
2426
  "isVirtual": true,
2106
2427
  "isOverride": false,
2107
2428
  "isSealed": false,
2429
+ "visibility": "Public",
2108
2430
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
2109
2431
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2110
2432
  "isExtensionMethod": false
@@ -2124,6 +2446,7 @@
2124
2446
  "isVirtual": true,
2125
2447
  "isOverride": false,
2126
2448
  "isSealed": false,
2449
+ "visibility": "Public",
2127
2450
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
2128
2451
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2129
2452
  "isExtensionMethod": false
@@ -2143,6 +2466,7 @@
2143
2466
  "isVirtual": true,
2144
2467
  "isOverride": false,
2145
2468
  "isSealed": false,
2469
+ "visibility": "Public",
2146
2470
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
2147
2471
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2148
2472
  "isExtensionMethod": false
@@ -2162,6 +2486,7 @@
2162
2486
  "isVirtual": true,
2163
2487
  "isOverride": false,
2164
2488
  "isSealed": false,
2489
+ "visibility": "Public",
2165
2490
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
2166
2491
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2167
2492
  "isExtensionMethod": false
@@ -2181,6 +2506,27 @@
2181
2506
  "isVirtual": true,
2182
2507
  "isOverride": false,
2183
2508
  "isSealed": false,
2509
+ "visibility": "Public",
2510
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
2511
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2512
+ "isExtensionMethod": false
2513
+ },
2514
+ {
2515
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex::SetAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
2516
+ "clrName": "SetAnnotation",
2517
+ "metadataToken": 0,
2518
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
2519
+ "normalizedSignature": "SetAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
2520
+ "emitScope": "ClassSurface",
2521
+ "provenance": "BaseOverload",
2522
+ "arity": 0,
2523
+ "parameterCount": 3,
2524
+ "isStatic": false,
2525
+ "isAbstract": false,
2526
+ "isVirtual": true,
2527
+ "isOverride": false,
2528
+ "isSealed": false,
2529
+ "visibility": "Protected",
2184
2530
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
2185
2531
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2186
2532
  "isExtensionMethod": false
@@ -2202,6 +2548,7 @@
2202
2548
  "isAbstract": false,
2203
2549
  "isVirtual": true,
2204
2550
  "isOverride": false,
2551
+ "visibility": "Public",
2205
2552
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
2206
2553
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
2207
2554
  },
@@ -2220,6 +2567,7 @@
2220
2567
  "isAbstract": false,
2221
2568
  "isVirtual": true,
2222
2569
  "isOverride": false,
2570
+ "visibility": "Public",
2223
2571
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
2224
2572
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
2225
2573
  },
@@ -2238,6 +2586,7 @@
2238
2586
  "isAbstract": false,
2239
2587
  "isVirtual": true,
2240
2588
  "isOverride": false,
2589
+ "visibility": "Public",
2241
2590
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
2242
2591
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
2243
2592
  },
@@ -2256,6 +2605,7 @@
2256
2605
  "isAbstract": false,
2257
2606
  "isVirtual": true,
2258
2607
  "isOverride": false,
2608
+ "visibility": "Public",
2259
2609
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
2260
2610
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
2261
2611
  },
@@ -2274,6 +2624,7 @@
2274
2624
  "isAbstract": false,
2275
2625
  "isVirtual": true,
2276
2626
  "isOverride": false,
2627
+ "visibility": "Public",
2277
2628
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
2278
2629
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
2279
2630
  },
@@ -2292,6 +2643,7 @@
2292
2643
  "isAbstract": false,
2293
2644
  "isVirtual": true,
2294
2645
  "isOverride": false,
2646
+ "visibility": "Public",
2295
2647
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
2296
2648
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
2297
2649
  }
@@ -2306,6 +2658,7 @@
2306
2658
  "normalizedSignature": "constructor|():void|static=false",
2307
2659
  "isStatic": false,
2308
2660
  "parameterCount": 0,
2661
+ "visibility": "Public",
2309
2662
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex",
2310
2663
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
2311
2664
  }
@@ -2322,6 +2675,24 @@
2322
2675
  "isSealed": false,
2323
2676
  "isStatic": false,
2324
2677
  "arity": 0,
2678
+ "baseType": {
2679
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotatable",
2680
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.Annotatable"
2681
+ },
2682
+ "interfaces": [
2683
+ {
2684
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
2685
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
2686
+ },
2687
+ {
2688
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
2689
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
2690
+ },
2691
+ {
2692
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
2693
+ "clrName": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable"
2694
+ }
2695
+ ],
2325
2696
  "methods": [
2326
2697
  {
2327
2698
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable::FindRuntimeAnnotation(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
@@ -2338,6 +2709,7 @@
2338
2709
  "isVirtual": true,
2339
2710
  "isOverride": false,
2340
2711
  "isSealed": false,
2712
+ "visibility": "Public",
2341
2713
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
2342
2714
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2343
2715
  "isExtensionMethod": false,
@@ -2358,6 +2730,7 @@
2358
2730
  "isVirtual": true,
2359
2731
  "isOverride": false,
2360
2732
  "isSealed": false,
2733
+ "visibility": "Public",
2361
2734
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
2362
2735
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2363
2736
  "isExtensionMethod": false,
@@ -2378,6 +2751,7 @@
2378
2751
  "isVirtual": true,
2379
2752
  "isOverride": false,
2380
2753
  "isSealed": false,
2754
+ "visibility": "Public",
2381
2755
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
2382
2756
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2383
2757
  "isExtensionMethod": false,
@@ -2398,6 +2772,7 @@
2398
2772
  "isVirtual": true,
2399
2773
  "isOverride": false,
2400
2774
  "isSealed": false,
2775
+ "visibility": "Public",
2401
2776
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
2402
2777
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2403
2778
  "isExtensionMethod": false,
@@ -2418,6 +2793,7 @@
2418
2793
  "isVirtual": true,
2419
2794
  "isOverride": false,
2420
2795
  "isSealed": false,
2796
+ "visibility": "Public",
2421
2797
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
2422
2798
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2423
2799
  "isExtensionMethod": false,
@@ -2438,6 +2814,7 @@
2438
2814
  "isVirtual": true,
2439
2815
  "isOverride": false,
2440
2816
  "isSealed": false,
2817
+ "visibility": "Public",
2441
2818
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
2442
2819
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2443
2820
  "isExtensionMethod": false,
@@ -2458,6 +2835,7 @@
2458
2835
  "isVirtual": true,
2459
2836
  "isOverride": false,
2460
2837
  "isSealed": false,
2838
+ "visibility": "Public",
2461
2839
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
2462
2840
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2463
2841
  "isExtensionMethod": false,
@@ -2478,6 +2856,7 @@
2478
2856
  "isVirtual": true,
2479
2857
  "isOverride": false,
2480
2858
  "isSealed": false,
2859
+ "visibility": "Public",
2481
2860
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
2482
2861
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2483
2862
  "isExtensionMethod": false,
@@ -2498,6 +2877,7 @@
2498
2877
  "isVirtual": true,
2499
2878
  "isOverride": false,
2500
2879
  "isSealed": false,
2880
+ "visibility": "Public",
2501
2881
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
2502
2882
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2503
2883
  "isExtensionMethod": false,
@@ -2518,6 +2898,7 @@
2518
2898
  "isVirtual": true,
2519
2899
  "isOverride": false,
2520
2900
  "isSealed": false,
2901
+ "visibility": "Public",
2521
2902
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
2522
2903
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2523
2904
  "isExtensionMethod": false,
@@ -2538,6 +2919,7 @@
2538
2919
  "isVirtual": true,
2539
2920
  "isOverride": false,
2540
2921
  "isSealed": false,
2922
+ "visibility": "Public",
2541
2923
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
2542
2924
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2543
2925
  "isExtensionMethod": false,
@@ -2558,6 +2940,7 @@
2558
2940
  "isVirtual": true,
2559
2941
  "isOverride": false,
2560
2942
  "isSealed": false,
2943
+ "visibility": "Public",
2561
2944
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
2562
2945
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2563
2946
  "isExtensionMethod": false,
@@ -2578,6 +2961,7 @@
2578
2961
  "isVirtual": true,
2579
2962
  "isOverride": false,
2580
2963
  "isSealed": false,
2964
+ "visibility": "Public",
2581
2965
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2582
2966
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2583
2967
  "isExtensionMethod": false
@@ -2597,6 +2981,27 @@
2597
2981
  "isVirtual": true,
2598
2982
  "isOverride": false,
2599
2983
  "isSealed": false,
2984
+ "visibility": "Public",
2985
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2986
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2987
+ "isExtensionMethod": false
2988
+ },
2989
+ {
2990
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel::AddAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
2991
+ "clrName": "AddAnnotation",
2992
+ "metadataToken": 0,
2993
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
2994
+ "normalizedSignature": "AddAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
2995
+ "emitScope": "ClassSurface",
2996
+ "provenance": "BaseOverload",
2997
+ "arity": 0,
2998
+ "parameterCount": 2,
2999
+ "isStatic": false,
3000
+ "isAbstract": false,
3001
+ "isVirtual": true,
3002
+ "isOverride": false,
3003
+ "isSealed": false,
3004
+ "visibility": "Protected",
2600
3005
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2601
3006
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2602
3007
  "isExtensionMethod": false
@@ -2616,6 +3021,7 @@
2616
3021
  "isVirtual": true,
2617
3022
  "isOverride": false,
2618
3023
  "isSealed": false,
3024
+ "visibility": "Public",
2619
3025
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2620
3026
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2621
3027
  "isExtensionMethod": false
@@ -2635,6 +3041,7 @@
2635
3041
  "isVirtual": true,
2636
3042
  "isOverride": false,
2637
3043
  "isSealed": false,
3044
+ "visibility": "Public",
2638
3045
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2639
3046
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2640
3047
  "isExtensionMethod": false
@@ -2654,6 +3061,7 @@
2654
3061
  "isVirtual": true,
2655
3062
  "isOverride": false,
2656
3063
  "isSealed": false,
3064
+ "visibility": "Public",
2657
3065
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2658
3066
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2659
3067
  "isExtensionMethod": false
@@ -2673,6 +3081,27 @@
2673
3081
  "isVirtual": true,
2674
3082
  "isOverride": false,
2675
3083
  "isSealed": false,
3084
+ "visibility": "Public",
3085
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
3086
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3087
+ "isExtensionMethod": false
3088
+ },
3089
+ {
3090
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel::AddRuntimeAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
3091
+ "clrName": "AddRuntimeAnnotation",
3092
+ "metadataToken": 0,
3093
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
3094
+ "normalizedSignature": "AddRuntimeAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
3095
+ "emitScope": "ClassSurface",
3096
+ "provenance": "BaseOverload",
3097
+ "arity": 0,
3098
+ "parameterCount": 2,
3099
+ "isStatic": false,
3100
+ "isAbstract": false,
3101
+ "isVirtual": true,
3102
+ "isOverride": false,
3103
+ "isSealed": false,
3104
+ "visibility": "Protected",
2676
3105
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2677
3106
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2678
3107
  "isExtensionMethod": false
@@ -2692,6 +3121,7 @@
2692
3121
  "isVirtual": true,
2693
3122
  "isOverride": false,
2694
3123
  "isSealed": false,
3124
+ "visibility": "Public",
2695
3125
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2696
3126
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2697
3127
  "isExtensionMethod": false
@@ -2711,6 +3141,7 @@
2711
3141
  "isVirtual": true,
2712
3142
  "isOverride": false,
2713
3143
  "isSealed": false,
3144
+ "visibility": "Public",
2714
3145
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2715
3146
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2716
3147
  "isExtensionMethod": false
@@ -2730,6 +3161,7 @@
2730
3161
  "isVirtual": true,
2731
3162
  "isOverride": false,
2732
3163
  "isSealed": false,
3164
+ "visibility": "Public",
2733
3165
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2734
3166
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2735
3167
  "isExtensionMethod": false
@@ -2749,6 +3181,7 @@
2749
3181
  "isVirtual": true,
2750
3182
  "isOverride": false,
2751
3183
  "isSealed": false,
3184
+ "visibility": "Public",
2752
3185
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2753
3186
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2754
3187
  "isExtensionMethod": false
@@ -2768,6 +3201,7 @@
2768
3201
  "isVirtual": true,
2769
3202
  "isOverride": false,
2770
3203
  "isSealed": false,
3204
+ "visibility": "Public",
2771
3205
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2772
3206
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2773
3207
  "isExtensionMethod": false
@@ -2787,6 +3221,7 @@
2787
3221
  "isVirtual": true,
2788
3222
  "isOverride": false,
2789
3223
  "isSealed": false,
3224
+ "visibility": "Public",
2790
3225
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2791
3226
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2792
3227
  "isExtensionMethod": false
@@ -2806,6 +3241,7 @@
2806
3241
  "isVirtual": true,
2807
3242
  "isOverride": false,
2808
3243
  "isSealed": false,
3244
+ "visibility": "Public",
2809
3245
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2810
3246
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2811
3247
  "isExtensionMethod": false
@@ -2825,6 +3261,7 @@
2825
3261
  "isVirtual": true,
2826
3262
  "isOverride": false,
2827
3263
  "isSealed": false,
3264
+ "visibility": "Public",
2828
3265
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2829
3266
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2830
3267
  "isExtensionMethod": false
@@ -2844,6 +3281,7 @@
2844
3281
  "isVirtual": true,
2845
3282
  "isOverride": false,
2846
3283
  "isSealed": false,
3284
+ "visibility": "Public",
2847
3285
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2848
3286
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2849
3287
  "isExtensionMethod": false
@@ -2863,6 +3301,7 @@
2863
3301
  "isVirtual": true,
2864
3302
  "isOverride": false,
2865
3303
  "isSealed": false,
3304
+ "visibility": "Public",
2866
3305
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2867
3306
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2868
3307
  "isExtensionMethod": false
@@ -2882,6 +3321,7 @@
2882
3321
  "isVirtual": true,
2883
3322
  "isOverride": false,
2884
3323
  "isSealed": false,
3324
+ "visibility": "Public",
2885
3325
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2886
3326
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2887
3327
  "isExtensionMethod": false
@@ -2901,6 +3341,27 @@
2901
3341
  "isVirtual": true,
2902
3342
  "isOverride": false,
2903
3343
  "isSealed": false,
3344
+ "visibility": "Public",
3345
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
3346
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3347
+ "isExtensionMethod": false
3348
+ },
3349
+ {
3350
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel::SetAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
3351
+ "clrName": "SetAnnotation",
3352
+ "metadataToken": 0,
3353
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
3354
+ "normalizedSignature": "SetAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
3355
+ "emitScope": "ClassSurface",
3356
+ "provenance": "BaseOverload",
3357
+ "arity": 0,
3358
+ "parameterCount": 3,
3359
+ "isStatic": false,
3360
+ "isAbstract": false,
3361
+ "isVirtual": true,
3362
+ "isOverride": false,
3363
+ "isSealed": false,
3364
+ "visibility": "Protected",
2904
3365
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2905
3366
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2906
3367
  "isExtensionMethod": false
@@ -2922,6 +3383,7 @@
2922
3383
  "isAbstract": false,
2923
3384
  "isVirtual": true,
2924
3385
  "isOverride": false,
3386
+ "visibility": "Public",
2925
3387
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2926
3388
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
2927
3389
  },
@@ -2940,6 +3402,7 @@
2940
3402
  "isAbstract": false,
2941
3403
  "isVirtual": true,
2942
3404
  "isOverride": false,
3405
+ "visibility": "Public",
2943
3406
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2944
3407
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
2945
3408
  },
@@ -2958,6 +3421,7 @@
2958
3421
  "isAbstract": false,
2959
3422
  "isVirtual": true,
2960
3423
  "isOverride": false,
3424
+ "visibility": "Public",
2961
3425
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2962
3426
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
2963
3427
  },
@@ -2976,6 +3440,7 @@
2976
3440
  "isAbstract": false,
2977
3441
  "isVirtual": true,
2978
3442
  "isOverride": false,
3443
+ "visibility": "Public",
2979
3444
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2980
3445
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
2981
3446
  },
@@ -2994,6 +3459,7 @@
2994
3459
  "isAbstract": false,
2995
3460
  "isVirtual": true,
2996
3461
  "isOverride": false,
3462
+ "visibility": "Public",
2997
3463
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
2998
3464
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
2999
3465
  }
@@ -3008,6 +3474,7 @@
3008
3474
  "normalizedSignature": "constructor|():void|static=false",
3009
3475
  "isStatic": false,
3010
3476
  "parameterCount": 0,
3477
+ "visibility": "Public",
3011
3478
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
3012
3479
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
3013
3480
  }
@@ -3024,6 +3491,24 @@
3024
3491
  "isSealed": false,
3025
3492
  "isStatic": false,
3026
3493
  "arity": 0,
3494
+ "baseType": {
3495
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotatable",
3496
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.Annotatable"
3497
+ },
3498
+ "interfaces": [
3499
+ {
3500
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
3501
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
3502
+ },
3503
+ {
3504
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
3505
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
3506
+ },
3507
+ {
3508
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
3509
+ "clrName": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable"
3510
+ }
3511
+ ],
3027
3512
  "methods": [
3028
3513
  {
3029
3514
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey::ToString():System.String",
@@ -3040,6 +3525,7 @@
3040
3525
  "isVirtual": true,
3041
3526
  "isOverride": true,
3042
3527
  "isSealed": false,
3528
+ "visibility": "Public",
3043
3529
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3044
3530
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3045
3531
  "isExtensionMethod": false
@@ -3059,6 +3545,7 @@
3059
3545
  "isVirtual": true,
3060
3546
  "isOverride": false,
3061
3547
  "isSealed": false,
3548
+ "visibility": "Public",
3062
3549
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
3063
3550
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3064
3551
  "isExtensionMethod": false,
@@ -3079,6 +3566,7 @@
3079
3566
  "isVirtual": true,
3080
3567
  "isOverride": false,
3081
3568
  "isSealed": false,
3569
+ "visibility": "Public",
3082
3570
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
3083
3571
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3084
3572
  "isExtensionMethod": false,
@@ -3099,6 +3587,7 @@
3099
3587
  "isVirtual": true,
3100
3588
  "isOverride": false,
3101
3589
  "isSealed": false,
3590
+ "visibility": "Public",
3102
3591
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
3103
3592
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3104
3593
  "isExtensionMethod": false,
@@ -3119,6 +3608,7 @@
3119
3608
  "isVirtual": true,
3120
3609
  "isOverride": false,
3121
3610
  "isSealed": false,
3611
+ "visibility": "Public",
3122
3612
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
3123
3613
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3124
3614
  "isExtensionMethod": false,
@@ -3139,6 +3629,7 @@
3139
3629
  "isVirtual": true,
3140
3630
  "isOverride": false,
3141
3631
  "isSealed": false,
3632
+ "visibility": "Public",
3142
3633
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
3143
3634
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3144
3635
  "isExtensionMethod": false,
@@ -3159,6 +3650,7 @@
3159
3650
  "isVirtual": true,
3160
3651
  "isOverride": false,
3161
3652
  "isSealed": false,
3653
+ "visibility": "Public",
3162
3654
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
3163
3655
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3164
3656
  "isExtensionMethod": false,
@@ -3179,6 +3671,7 @@
3179
3671
  "isVirtual": true,
3180
3672
  "isOverride": false,
3181
3673
  "isSealed": false,
3674
+ "visibility": "Public",
3182
3675
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
3183
3676
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3184
3677
  "isExtensionMethod": false,
@@ -3199,6 +3692,7 @@
3199
3692
  "isVirtual": true,
3200
3693
  "isOverride": false,
3201
3694
  "isSealed": false,
3695
+ "visibility": "Public",
3202
3696
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
3203
3697
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3204
3698
  "isExtensionMethod": false,
@@ -3219,6 +3713,7 @@
3219
3713
  "isVirtual": true,
3220
3714
  "isOverride": false,
3221
3715
  "isSealed": false,
3716
+ "visibility": "Public",
3222
3717
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
3223
3718
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3224
3719
  "isExtensionMethod": false,
@@ -3239,6 +3734,7 @@
3239
3734
  "isVirtual": true,
3240
3735
  "isOverride": false,
3241
3736
  "isSealed": false,
3737
+ "visibility": "Public",
3242
3738
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
3243
3739
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3244
3740
  "isExtensionMethod": false,
@@ -3259,6 +3755,7 @@
3259
3755
  "isVirtual": true,
3260
3756
  "isOverride": false,
3261
3757
  "isSealed": false,
3758
+ "visibility": "Public",
3262
3759
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
3263
3760
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3264
3761
  "isExtensionMethod": false,
@@ -3279,6 +3776,7 @@
3279
3776
  "isVirtual": true,
3280
3777
  "isOverride": false,
3281
3778
  "isSealed": false,
3779
+ "visibility": "Public",
3282
3780
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
3283
3781
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3284
3782
  "isExtensionMethod": false,
@@ -3299,6 +3797,7 @@
3299
3797
  "isVirtual": true,
3300
3798
  "isOverride": false,
3301
3799
  "isSealed": false,
3800
+ "visibility": "Public",
3302
3801
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3303
3802
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3304
3803
  "isExtensionMethod": false
@@ -3318,6 +3817,27 @@
3318
3817
  "isVirtual": true,
3319
3818
  "isOverride": false,
3320
3819
  "isSealed": false,
3820
+ "visibility": "Public",
3821
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3822
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3823
+ "isExtensionMethod": false
3824
+ },
3825
+ {
3826
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey::AddAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
3827
+ "clrName": "AddAnnotation",
3828
+ "metadataToken": 0,
3829
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
3830
+ "normalizedSignature": "AddAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
3831
+ "emitScope": "ClassSurface",
3832
+ "provenance": "BaseOverload",
3833
+ "arity": 0,
3834
+ "parameterCount": 2,
3835
+ "isStatic": false,
3836
+ "isAbstract": false,
3837
+ "isVirtual": true,
3838
+ "isOverride": false,
3839
+ "isSealed": false,
3840
+ "visibility": "Protected",
3321
3841
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3322
3842
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3323
3843
  "isExtensionMethod": false
@@ -3337,6 +3857,7 @@
3337
3857
  "isVirtual": true,
3338
3858
  "isOverride": false,
3339
3859
  "isSealed": false,
3860
+ "visibility": "Public",
3340
3861
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3341
3862
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3342
3863
  "isExtensionMethod": false
@@ -3356,6 +3877,7 @@
3356
3877
  "isVirtual": true,
3357
3878
  "isOverride": false,
3358
3879
  "isSealed": false,
3880
+ "visibility": "Public",
3359
3881
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3360
3882
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3361
3883
  "isExtensionMethod": false
@@ -3375,6 +3897,7 @@
3375
3897
  "isVirtual": true,
3376
3898
  "isOverride": false,
3377
3899
  "isSealed": false,
3900
+ "visibility": "Public",
3378
3901
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3379
3902
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3380
3903
  "isExtensionMethod": false
@@ -3394,35 +3917,37 @@
3394
3917
  "isVirtual": true,
3395
3918
  "isOverride": false,
3396
3919
  "isSealed": false,
3920
+ "visibility": "Public",
3397
3921
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3398
3922
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3399
3923
  "isExtensionMethod": false
3400
3924
  },
3401
3925
  {
3402
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey::AnnotationsToDebugString(System.Int32):System.String",
3403
- "clrName": "AnnotationsToDebugString",
3926
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey::AddRuntimeAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
3927
+ "clrName": "AddRuntimeAnnotation",
3404
3928
  "metadataToken": 0,
3405
- "canonicalSignature": "(System.Int32):System.String",
3406
- "normalizedSignature": "AnnotationsToDebugString|(System.Int32):System.String|static=false",
3929
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
3930
+ "normalizedSignature": "AddRuntimeAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
3407
3931
  "emitScope": "ClassSurface",
3408
3932
  "provenance": "BaseOverload",
3409
3933
  "arity": 0,
3410
- "parameterCount": 1,
3934
+ "parameterCount": 2,
3411
3935
  "isStatic": false,
3412
3936
  "isAbstract": false,
3413
3937
  "isVirtual": true,
3414
3938
  "isOverride": false,
3415
3939
  "isSealed": false,
3940
+ "visibility": "Protected",
3416
3941
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3417
3942
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3418
3943
  "isExtensionMethod": false
3419
3944
  },
3420
3945
  {
3421
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey::FindAnnotation(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
3422
- "clrName": "FindAnnotation",
3946
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey::AnnotationsToDebugString(System.Int32):System.String",
3947
+ "clrName": "AnnotationsToDebugString",
3423
3948
  "metadataToken": 0,
3424
- "canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
3425
- "normalizedSignature": "FindAnnotation|(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation|static=false",
3949
+ "canonicalSignature": "(System.Int32):System.String",
3950
+ "normalizedSignature": "AnnotationsToDebugString|(System.Int32):System.String|static=false",
3426
3951
  "emitScope": "ClassSurface",
3427
3952
  "provenance": "BaseOverload",
3428
3953
  "arity": 0,
@@ -3432,6 +3957,27 @@
3432
3957
  "isVirtual": true,
3433
3958
  "isOverride": false,
3434
3959
  "isSealed": false,
3960
+ "visibility": "Public",
3961
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3962
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3963
+ "isExtensionMethod": false
3964
+ },
3965
+ {
3966
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey::FindAnnotation(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
3967
+ "clrName": "FindAnnotation",
3968
+ "metadataToken": 0,
3969
+ "canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
3970
+ "normalizedSignature": "FindAnnotation|(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation|static=false",
3971
+ "emitScope": "ClassSurface",
3972
+ "provenance": "BaseOverload",
3973
+ "arity": 0,
3974
+ "parameterCount": 1,
3975
+ "isStatic": false,
3976
+ "isAbstract": false,
3977
+ "isVirtual": true,
3978
+ "isOverride": false,
3979
+ "isSealed": false,
3980
+ "visibility": "Public",
3435
3981
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3436
3982
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3437
3983
  "isExtensionMethod": false
@@ -3451,6 +3997,7 @@
3451
3997
  "isVirtual": true,
3452
3998
  "isOverride": false,
3453
3999
  "isSealed": false,
4000
+ "visibility": "Public",
3454
4001
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3455
4002
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3456
4003
  "isExtensionMethod": false
@@ -3470,6 +4017,7 @@
3470
4017
  "isVirtual": true,
3471
4018
  "isOverride": false,
3472
4019
  "isSealed": false,
4020
+ "visibility": "Public",
3473
4021
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3474
4022
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3475
4023
  "isExtensionMethod": false
@@ -3489,6 +4037,7 @@
3489
4037
  "isVirtual": true,
3490
4038
  "isOverride": false,
3491
4039
  "isSealed": false,
4040
+ "visibility": "Public",
3492
4041
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3493
4042
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3494
4043
  "isExtensionMethod": false
@@ -3508,6 +4057,7 @@
3508
4057
  "isVirtual": true,
3509
4058
  "isOverride": false,
3510
4059
  "isSealed": false,
4060
+ "visibility": "Public",
3511
4061
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3512
4062
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3513
4063
  "isExtensionMethod": false
@@ -3527,6 +4077,7 @@
3527
4077
  "isVirtual": true,
3528
4078
  "isOverride": false,
3529
4079
  "isSealed": false,
4080
+ "visibility": "Public",
3530
4081
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3531
4082
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3532
4083
  "isExtensionMethod": false
@@ -3546,6 +4097,7 @@
3546
4097
  "isVirtual": true,
3547
4098
  "isOverride": false,
3548
4099
  "isSealed": false,
4100
+ "visibility": "Public",
3549
4101
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3550
4102
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3551
4103
  "isExtensionMethod": false
@@ -3565,6 +4117,7 @@
3565
4117
  "isVirtual": true,
3566
4118
  "isOverride": false,
3567
4119
  "isSealed": false,
4120
+ "visibility": "Public",
3568
4121
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3569
4122
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3570
4123
  "isExtensionMethod": false
@@ -3584,6 +4137,7 @@
3584
4137
  "isVirtual": true,
3585
4138
  "isOverride": false,
3586
4139
  "isSealed": false,
4140
+ "visibility": "Public",
3587
4141
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3588
4142
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3589
4143
  "isExtensionMethod": false
@@ -3603,6 +4157,7 @@
3603
4157
  "isVirtual": true,
3604
4158
  "isOverride": false,
3605
4159
  "isSealed": false,
4160
+ "visibility": "Public",
3606
4161
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3607
4162
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3608
4163
  "isExtensionMethod": false
@@ -3622,6 +4177,27 @@
3622
4177
  "isVirtual": true,
3623
4178
  "isOverride": false,
3624
4179
  "isSealed": false,
4180
+ "visibility": "Public",
4181
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
4182
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4183
+ "isExtensionMethod": false
4184
+ },
4185
+ {
4186
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey::SetAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
4187
+ "clrName": "SetAnnotation",
4188
+ "metadataToken": 0,
4189
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
4190
+ "normalizedSignature": "SetAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
4191
+ "emitScope": "ClassSurface",
4192
+ "provenance": "BaseOverload",
4193
+ "arity": 0,
4194
+ "parameterCount": 3,
4195
+ "isStatic": false,
4196
+ "isAbstract": false,
4197
+ "isVirtual": true,
4198
+ "isOverride": false,
4199
+ "isSealed": false,
4200
+ "visibility": "Protected",
3625
4201
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3626
4202
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3627
4203
  "isExtensionMethod": false
@@ -3643,6 +4219,7 @@
3643
4219
  "isAbstract": false,
3644
4220
  "isVirtual": true,
3645
4221
  "isOverride": false,
4222
+ "visibility": "Public",
3646
4223
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3647
4224
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
3648
4225
  },
@@ -3661,6 +4238,7 @@
3661
4238
  "isAbstract": false,
3662
4239
  "isVirtual": true,
3663
4240
  "isOverride": false,
4241
+ "visibility": "Public",
3664
4242
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3665
4243
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
3666
4244
  },
@@ -3679,6 +4257,7 @@
3679
4257
  "isAbstract": false,
3680
4258
  "isVirtual": true,
3681
4259
  "isOverride": false,
4260
+ "visibility": "Public",
3682
4261
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3683
4262
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
3684
4263
  }
@@ -3693,6 +4272,7 @@
3693
4272
  "normalizedSignature": "constructor|():void|static=false",
3694
4273
  "isStatic": false,
3695
4274
  "parameterCount": 0,
4275
+ "visibility": "Public",
3696
4276
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabasePrimaryKey",
3697
4277
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
3698
4278
  }
@@ -3709,6 +4289,24 @@
3709
4289
  "isSealed": false,
3710
4290
  "isStatic": false,
3711
4291
  "arity": 0,
4292
+ "baseType": {
4293
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotatable",
4294
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.Annotatable"
4295
+ },
4296
+ "interfaces": [
4297
+ {
4298
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
4299
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
4300
+ },
4301
+ {
4302
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
4303
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
4304
+ },
4305
+ {
4306
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
4307
+ "clrName": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable"
4308
+ }
4309
+ ],
3712
4310
  "methods": [
3713
4311
  {
3714
4312
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence::ToString():System.String",
@@ -3725,6 +4323,7 @@
3725
4323
  "isVirtual": true,
3726
4324
  "isOverride": true,
3727
4325
  "isSealed": false,
4326
+ "visibility": "Public",
3728
4327
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
3729
4328
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3730
4329
  "isExtensionMethod": false
@@ -3744,6 +4343,7 @@
3744
4343
  "isVirtual": true,
3745
4344
  "isOverride": false,
3746
4345
  "isSealed": false,
4346
+ "visibility": "Public",
3747
4347
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
3748
4348
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3749
4349
  "isExtensionMethod": false,
@@ -3764,6 +4364,7 @@
3764
4364
  "isVirtual": true,
3765
4365
  "isOverride": false,
3766
4366
  "isSealed": false,
4367
+ "visibility": "Public",
3767
4368
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
3768
4369
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3769
4370
  "isExtensionMethod": false,
@@ -3784,6 +4385,7 @@
3784
4385
  "isVirtual": true,
3785
4386
  "isOverride": false,
3786
4387
  "isSealed": false,
4388
+ "visibility": "Public",
3787
4389
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
3788
4390
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3789
4391
  "isExtensionMethod": false,
@@ -3804,6 +4406,7 @@
3804
4406
  "isVirtual": true,
3805
4407
  "isOverride": false,
3806
4408
  "isSealed": false,
4409
+ "visibility": "Public",
3807
4410
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
3808
4411
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3809
4412
  "isExtensionMethod": false,
@@ -3824,6 +4427,7 @@
3824
4427
  "isVirtual": true,
3825
4428
  "isOverride": false,
3826
4429
  "isSealed": false,
4430
+ "visibility": "Public",
3827
4431
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
3828
4432
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3829
4433
  "isExtensionMethod": false,
@@ -3844,6 +4448,7 @@
3844
4448
  "isVirtual": true,
3845
4449
  "isOverride": false,
3846
4450
  "isSealed": false,
4451
+ "visibility": "Public",
3847
4452
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
3848
4453
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3849
4454
  "isExtensionMethod": false,
@@ -3864,6 +4469,7 @@
3864
4469
  "isVirtual": true,
3865
4470
  "isOverride": false,
3866
4471
  "isSealed": false,
4472
+ "visibility": "Public",
3867
4473
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
3868
4474
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3869
4475
  "isExtensionMethod": false,
@@ -3884,6 +4490,7 @@
3884
4490
  "isVirtual": true,
3885
4491
  "isOverride": false,
3886
4492
  "isSealed": false,
4493
+ "visibility": "Public",
3887
4494
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
3888
4495
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3889
4496
  "isExtensionMethod": false,
@@ -3904,6 +4511,7 @@
3904
4511
  "isVirtual": true,
3905
4512
  "isOverride": false,
3906
4513
  "isSealed": false,
4514
+ "visibility": "Public",
3907
4515
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
3908
4516
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3909
4517
  "isExtensionMethod": false,
@@ -3924,6 +4532,7 @@
3924
4532
  "isVirtual": true,
3925
4533
  "isOverride": false,
3926
4534
  "isSealed": false,
4535
+ "visibility": "Public",
3927
4536
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
3928
4537
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3929
4538
  "isExtensionMethod": false,
@@ -3944,6 +4553,7 @@
3944
4553
  "isVirtual": true,
3945
4554
  "isOverride": false,
3946
4555
  "isSealed": false,
4556
+ "visibility": "Public",
3947
4557
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
3948
4558
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3949
4559
  "isExtensionMethod": false,
@@ -3964,6 +4574,7 @@
3964
4574
  "isVirtual": true,
3965
4575
  "isOverride": false,
3966
4576
  "isSealed": false,
4577
+ "visibility": "Public",
3967
4578
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
3968
4579
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3969
4580
  "isExtensionMethod": false,
@@ -3984,6 +4595,7 @@
3984
4595
  "isVirtual": true,
3985
4596
  "isOverride": false,
3986
4597
  "isSealed": false,
4598
+ "visibility": "Public",
3987
4599
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
3988
4600
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
3989
4601
  "isExtensionMethod": false
@@ -4003,6 +4615,27 @@
4003
4615
  "isVirtual": true,
4004
4616
  "isOverride": false,
4005
4617
  "isSealed": false,
4618
+ "visibility": "Public",
4619
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4620
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4621
+ "isExtensionMethod": false
4622
+ },
4623
+ {
4624
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence::AddAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
4625
+ "clrName": "AddAnnotation",
4626
+ "metadataToken": 0,
4627
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
4628
+ "normalizedSignature": "AddAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
4629
+ "emitScope": "ClassSurface",
4630
+ "provenance": "BaseOverload",
4631
+ "arity": 0,
4632
+ "parameterCount": 2,
4633
+ "isStatic": false,
4634
+ "isAbstract": false,
4635
+ "isVirtual": true,
4636
+ "isOverride": false,
4637
+ "isSealed": false,
4638
+ "visibility": "Protected",
4006
4639
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4007
4640
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4008
4641
  "isExtensionMethod": false
@@ -4022,6 +4655,7 @@
4022
4655
  "isVirtual": true,
4023
4656
  "isOverride": false,
4024
4657
  "isSealed": false,
4658
+ "visibility": "Public",
4025
4659
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4026
4660
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4027
4661
  "isExtensionMethod": false
@@ -4041,6 +4675,7 @@
4041
4675
  "isVirtual": true,
4042
4676
  "isOverride": false,
4043
4677
  "isSealed": false,
4678
+ "visibility": "Public",
4044
4679
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4045
4680
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4046
4681
  "isExtensionMethod": false
@@ -4060,6 +4695,7 @@
4060
4695
  "isVirtual": true,
4061
4696
  "isOverride": false,
4062
4697
  "isSealed": false,
4698
+ "visibility": "Public",
4063
4699
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4064
4700
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4065
4701
  "isExtensionMethod": false
@@ -4079,6 +4715,27 @@
4079
4715
  "isVirtual": true,
4080
4716
  "isOverride": false,
4081
4717
  "isSealed": false,
4718
+ "visibility": "Public",
4719
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4720
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4721
+ "isExtensionMethod": false
4722
+ },
4723
+ {
4724
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence::AddRuntimeAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
4725
+ "clrName": "AddRuntimeAnnotation",
4726
+ "metadataToken": 0,
4727
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
4728
+ "normalizedSignature": "AddRuntimeAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
4729
+ "emitScope": "ClassSurface",
4730
+ "provenance": "BaseOverload",
4731
+ "arity": 0,
4732
+ "parameterCount": 2,
4733
+ "isStatic": false,
4734
+ "isAbstract": false,
4735
+ "isVirtual": true,
4736
+ "isOverride": false,
4737
+ "isSealed": false,
4738
+ "visibility": "Protected",
4082
4739
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4083
4740
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4084
4741
  "isExtensionMethod": false
@@ -4098,6 +4755,7 @@
4098
4755
  "isVirtual": true,
4099
4756
  "isOverride": false,
4100
4757
  "isSealed": false,
4758
+ "visibility": "Public",
4101
4759
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4102
4760
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4103
4761
  "isExtensionMethod": false
@@ -4117,6 +4775,7 @@
4117
4775
  "isVirtual": true,
4118
4776
  "isOverride": false,
4119
4777
  "isSealed": false,
4778
+ "visibility": "Public",
4120
4779
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4121
4780
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4122
4781
  "isExtensionMethod": false
@@ -4136,6 +4795,7 @@
4136
4795
  "isVirtual": true,
4137
4796
  "isOverride": false,
4138
4797
  "isSealed": false,
4798
+ "visibility": "Public",
4139
4799
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4140
4800
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4141
4801
  "isExtensionMethod": false
@@ -4155,6 +4815,7 @@
4155
4815
  "isVirtual": true,
4156
4816
  "isOverride": false,
4157
4817
  "isSealed": false,
4818
+ "visibility": "Public",
4158
4819
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4159
4820
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4160
4821
  "isExtensionMethod": false
@@ -4174,6 +4835,7 @@
4174
4835
  "isVirtual": true,
4175
4836
  "isOverride": false,
4176
4837
  "isSealed": false,
4838
+ "visibility": "Public",
4177
4839
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4178
4840
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4179
4841
  "isExtensionMethod": false
@@ -4193,6 +4855,7 @@
4193
4855
  "isVirtual": true,
4194
4856
  "isOverride": false,
4195
4857
  "isSealed": false,
4858
+ "visibility": "Public",
4196
4859
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4197
4860
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4198
4861
  "isExtensionMethod": false
@@ -4212,6 +4875,7 @@
4212
4875
  "isVirtual": true,
4213
4876
  "isOverride": false,
4214
4877
  "isSealed": false,
4878
+ "visibility": "Public",
4215
4879
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4216
4880
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4217
4881
  "isExtensionMethod": false
@@ -4231,6 +4895,7 @@
4231
4895
  "isVirtual": true,
4232
4896
  "isOverride": false,
4233
4897
  "isSealed": false,
4898
+ "visibility": "Public",
4234
4899
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4235
4900
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4236
4901
  "isExtensionMethod": false
@@ -4250,6 +4915,7 @@
4250
4915
  "isVirtual": true,
4251
4916
  "isOverride": false,
4252
4917
  "isSealed": false,
4918
+ "visibility": "Public",
4253
4919
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4254
4920
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4255
4921
  "isExtensionMethod": false
@@ -4269,6 +4935,7 @@
4269
4935
  "isVirtual": true,
4270
4936
  "isOverride": false,
4271
4937
  "isSealed": false,
4938
+ "visibility": "Public",
4272
4939
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4273
4940
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4274
4941
  "isExtensionMethod": false
@@ -4288,6 +4955,7 @@
4288
4955
  "isVirtual": true,
4289
4956
  "isOverride": false,
4290
4957
  "isSealed": false,
4958
+ "visibility": "Public",
4291
4959
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4292
4960
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4293
4961
  "isExtensionMethod": false
@@ -4307,6 +4975,27 @@
4307
4975
  "isVirtual": true,
4308
4976
  "isOverride": false,
4309
4977
  "isSealed": false,
4978
+ "visibility": "Public",
4979
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4980
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4981
+ "isExtensionMethod": false
4982
+ },
4983
+ {
4984
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence::SetAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
4985
+ "clrName": "SetAnnotation",
4986
+ "metadataToken": 0,
4987
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
4988
+ "normalizedSignature": "SetAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
4989
+ "emitScope": "ClassSurface",
4990
+ "provenance": "BaseOverload",
4991
+ "arity": 0,
4992
+ "parameterCount": 3,
4993
+ "isStatic": false,
4994
+ "isAbstract": false,
4995
+ "isVirtual": true,
4996
+ "isOverride": false,
4997
+ "isSealed": false,
4998
+ "visibility": "Protected",
4310
4999
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4311
5000
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4312
5001
  "isExtensionMethod": false
@@ -4328,6 +5017,7 @@
4328
5017
  "isAbstract": false,
4329
5018
  "isVirtual": true,
4330
5019
  "isOverride": false,
5020
+ "visibility": "Public",
4331
5021
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4332
5022
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
4333
5023
  },
@@ -4346,6 +5036,7 @@
4346
5036
  "isAbstract": false,
4347
5037
  "isVirtual": true,
4348
5038
  "isOverride": false,
5039
+ "visibility": "Public",
4349
5040
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4350
5041
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
4351
5042
  },
@@ -4364,6 +5055,7 @@
4364
5055
  "isAbstract": false,
4365
5056
  "isVirtual": true,
4366
5057
  "isOverride": false,
5058
+ "visibility": "Public",
4367
5059
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4368
5060
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
4369
5061
  },
@@ -4382,6 +5074,7 @@
4382
5074
  "isAbstract": false,
4383
5075
  "isVirtual": true,
4384
5076
  "isOverride": false,
5077
+ "visibility": "Public",
4385
5078
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4386
5079
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
4387
5080
  },
@@ -4400,6 +5093,7 @@
4400
5093
  "isAbstract": false,
4401
5094
  "isVirtual": true,
4402
5095
  "isOverride": false,
5096
+ "visibility": "Public",
4403
5097
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4404
5098
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
4405
5099
  },
@@ -4418,6 +5112,7 @@
4418
5112
  "isAbstract": false,
4419
5113
  "isVirtual": true,
4420
5114
  "isOverride": false,
5115
+ "visibility": "Public",
4421
5116
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4422
5117
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
4423
5118
  },
@@ -4436,6 +5131,7 @@
4436
5131
  "isAbstract": false,
4437
5132
  "isVirtual": true,
4438
5133
  "isOverride": false,
5134
+ "visibility": "Public",
4439
5135
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4440
5136
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
4441
5137
  },
@@ -4454,6 +5150,7 @@
4454
5150
  "isAbstract": false,
4455
5151
  "isVirtual": true,
4456
5152
  "isOverride": false,
5153
+ "visibility": "Public",
4457
5154
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4458
5155
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
4459
5156
  },
@@ -4472,6 +5169,7 @@
4472
5169
  "isAbstract": false,
4473
5170
  "isVirtual": true,
4474
5171
  "isOverride": false,
5172
+ "visibility": "Public",
4475
5173
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4476
5174
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
4477
5175
  }
@@ -4486,6 +5184,7 @@
4486
5184
  "normalizedSignature": "constructor|():void|static=false",
4487
5185
  "isStatic": false,
4488
5186
  "parameterCount": 0,
5187
+ "visibility": "Public",
4489
5188
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseSequence",
4490
5189
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
4491
5190
  }
@@ -4502,6 +5201,24 @@
4502
5201
  "isSealed": false,
4503
5202
  "isStatic": false,
4504
5203
  "arity": 0,
5204
+ "baseType": {
5205
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotatable",
5206
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.Annotatable"
5207
+ },
5208
+ "interfaces": [
5209
+ {
5210
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
5211
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
5212
+ },
5213
+ {
5214
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
5215
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
5216
+ },
5217
+ {
5218
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
5219
+ "clrName": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable"
5220
+ }
5221
+ ],
4505
5222
  "methods": [
4506
5223
  {
4507
5224
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable::ToString():System.String",
@@ -4518,6 +5235,7 @@
4518
5235
  "isVirtual": true,
4519
5236
  "isOverride": true,
4520
5237
  "isSealed": false,
5238
+ "visibility": "Public",
4521
5239
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
4522
5240
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4523
5241
  "isExtensionMethod": false
@@ -4537,6 +5255,7 @@
4537
5255
  "isVirtual": true,
4538
5256
  "isOverride": false,
4539
5257
  "isSealed": false,
5258
+ "visibility": "Public",
4540
5259
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
4541
5260
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4542
5261
  "isExtensionMethod": false,
@@ -4557,6 +5276,7 @@
4557
5276
  "isVirtual": true,
4558
5277
  "isOverride": false,
4559
5278
  "isSealed": false,
5279
+ "visibility": "Public",
4560
5280
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
4561
5281
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4562
5282
  "isExtensionMethod": false,
@@ -4577,6 +5297,7 @@
4577
5297
  "isVirtual": true,
4578
5298
  "isOverride": false,
4579
5299
  "isSealed": false,
5300
+ "visibility": "Public",
4580
5301
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
4581
5302
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4582
5303
  "isExtensionMethod": false,
@@ -4597,6 +5318,7 @@
4597
5318
  "isVirtual": true,
4598
5319
  "isOverride": false,
4599
5320
  "isSealed": false,
5321
+ "visibility": "Public",
4600
5322
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
4601
5323
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4602
5324
  "isExtensionMethod": false,
@@ -4617,6 +5339,7 @@
4617
5339
  "isVirtual": true,
4618
5340
  "isOverride": false,
4619
5341
  "isSealed": false,
5342
+ "visibility": "Public",
4620
5343
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
4621
5344
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4622
5345
  "isExtensionMethod": false,
@@ -4637,6 +5360,7 @@
4637
5360
  "isVirtual": true,
4638
5361
  "isOverride": false,
4639
5362
  "isSealed": false,
5363
+ "visibility": "Public",
4640
5364
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
4641
5365
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4642
5366
  "isExtensionMethod": false,
@@ -4657,6 +5381,7 @@
4657
5381
  "isVirtual": true,
4658
5382
  "isOverride": false,
4659
5383
  "isSealed": false,
5384
+ "visibility": "Public",
4660
5385
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
4661
5386
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4662
5387
  "isExtensionMethod": false,
@@ -4677,6 +5402,7 @@
4677
5402
  "isVirtual": true,
4678
5403
  "isOverride": false,
4679
5404
  "isSealed": false,
5405
+ "visibility": "Public",
4680
5406
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
4681
5407
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4682
5408
  "isExtensionMethod": false,
@@ -4697,6 +5423,7 @@
4697
5423
  "isVirtual": true,
4698
5424
  "isOverride": false,
4699
5425
  "isSealed": false,
5426
+ "visibility": "Public",
4700
5427
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
4701
5428
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4702
5429
  "isExtensionMethod": false,
@@ -4717,6 +5444,7 @@
4717
5444
  "isVirtual": true,
4718
5445
  "isOverride": false,
4719
5446
  "isSealed": false,
5447
+ "visibility": "Public",
4720
5448
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
4721
5449
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4722
5450
  "isExtensionMethod": false,
@@ -4737,6 +5465,7 @@
4737
5465
  "isVirtual": true,
4738
5466
  "isOverride": false,
4739
5467
  "isSealed": false,
5468
+ "visibility": "Public",
4740
5469
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
4741
5470
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4742
5471
  "isExtensionMethod": false,
@@ -4757,6 +5486,7 @@
4757
5486
  "isVirtual": true,
4758
5487
  "isOverride": false,
4759
5488
  "isSealed": false,
5489
+ "visibility": "Public",
4760
5490
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
4761
5491
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4762
5492
  "isExtensionMethod": false,
@@ -4777,6 +5507,7 @@
4777
5507
  "isVirtual": true,
4778
5508
  "isOverride": false,
4779
5509
  "isSealed": false,
5510
+ "visibility": "Public",
4780
5511
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
4781
5512
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4782
5513
  "isExtensionMethod": false
@@ -4796,6 +5527,27 @@
4796
5527
  "isVirtual": true,
4797
5528
  "isOverride": false,
4798
5529
  "isSealed": false,
5530
+ "visibility": "Public",
5531
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
5532
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5533
+ "isExtensionMethod": false
5534
+ },
5535
+ {
5536
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable::AddAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
5537
+ "clrName": "AddAnnotation",
5538
+ "metadataToken": 0,
5539
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
5540
+ "normalizedSignature": "AddAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
5541
+ "emitScope": "ClassSurface",
5542
+ "provenance": "BaseOverload",
5543
+ "arity": 0,
5544
+ "parameterCount": 2,
5545
+ "isStatic": false,
5546
+ "isAbstract": false,
5547
+ "isVirtual": true,
5548
+ "isOverride": false,
5549
+ "isSealed": false,
5550
+ "visibility": "Protected",
4799
5551
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
4800
5552
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4801
5553
  "isExtensionMethod": false
@@ -4815,6 +5567,7 @@
4815
5567
  "isVirtual": true,
4816
5568
  "isOverride": false,
4817
5569
  "isSealed": false,
5570
+ "visibility": "Public",
4818
5571
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
4819
5572
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4820
5573
  "isExtensionMethod": false
@@ -4834,6 +5587,7 @@
4834
5587
  "isVirtual": true,
4835
5588
  "isOverride": false,
4836
5589
  "isSealed": false,
5590
+ "visibility": "Public",
4837
5591
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
4838
5592
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4839
5593
  "isExtensionMethod": false
@@ -4853,6 +5607,7 @@
4853
5607
  "isVirtual": true,
4854
5608
  "isOverride": false,
4855
5609
  "isSealed": false,
5610
+ "visibility": "Public",
4856
5611
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
4857
5612
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4858
5613
  "isExtensionMethod": false
@@ -4872,6 +5627,27 @@
4872
5627
  "isVirtual": true,
4873
5628
  "isOverride": false,
4874
5629
  "isSealed": false,
5630
+ "visibility": "Public",
5631
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
5632
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5633
+ "isExtensionMethod": false
5634
+ },
5635
+ {
5636
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable::AddRuntimeAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
5637
+ "clrName": "AddRuntimeAnnotation",
5638
+ "metadataToken": 0,
5639
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
5640
+ "normalizedSignature": "AddRuntimeAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
5641
+ "emitScope": "ClassSurface",
5642
+ "provenance": "BaseOverload",
5643
+ "arity": 0,
5644
+ "parameterCount": 2,
5645
+ "isStatic": false,
5646
+ "isAbstract": false,
5647
+ "isVirtual": true,
5648
+ "isOverride": false,
5649
+ "isSealed": false,
5650
+ "visibility": "Protected",
4875
5651
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
4876
5652
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4877
5653
  "isExtensionMethod": false
@@ -4891,6 +5667,7 @@
4891
5667
  "isVirtual": true,
4892
5668
  "isOverride": false,
4893
5669
  "isSealed": false,
5670
+ "visibility": "Public",
4894
5671
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
4895
5672
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4896
5673
  "isExtensionMethod": false
@@ -4910,6 +5687,7 @@
4910
5687
  "isVirtual": true,
4911
5688
  "isOverride": false,
4912
5689
  "isSealed": false,
5690
+ "visibility": "Public",
4913
5691
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
4914
5692
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4915
5693
  "isExtensionMethod": false
@@ -4929,6 +5707,7 @@
4929
5707
  "isVirtual": true,
4930
5708
  "isOverride": false,
4931
5709
  "isSealed": false,
5710
+ "visibility": "Public",
4932
5711
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
4933
5712
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4934
5713
  "isExtensionMethod": false
@@ -4948,6 +5727,7 @@
4948
5727
  "isVirtual": true,
4949
5728
  "isOverride": false,
4950
5729
  "isSealed": false,
5730
+ "visibility": "Public",
4951
5731
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
4952
5732
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4953
5733
  "isExtensionMethod": false
@@ -4967,6 +5747,7 @@
4967
5747
  "isVirtual": true,
4968
5748
  "isOverride": false,
4969
5749
  "isSealed": false,
5750
+ "visibility": "Public",
4970
5751
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
4971
5752
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4972
5753
  "isExtensionMethod": false
@@ -4986,6 +5767,7 @@
4986
5767
  "isVirtual": true,
4987
5768
  "isOverride": false,
4988
5769
  "isSealed": false,
5770
+ "visibility": "Public",
4989
5771
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
4990
5772
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4991
5773
  "isExtensionMethod": false
@@ -5005,6 +5787,7 @@
5005
5787
  "isVirtual": true,
5006
5788
  "isOverride": false,
5007
5789
  "isSealed": false,
5790
+ "visibility": "Public",
5008
5791
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
5009
5792
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5010
5793
  "isExtensionMethod": false
@@ -5024,6 +5807,7 @@
5024
5807
  "isVirtual": true,
5025
5808
  "isOverride": false,
5026
5809
  "isSealed": false,
5810
+ "visibility": "Public",
5027
5811
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
5028
5812
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5029
5813
  "isExtensionMethod": false
@@ -5043,6 +5827,7 @@
5043
5827
  "isVirtual": true,
5044
5828
  "isOverride": false,
5045
5829
  "isSealed": false,
5830
+ "visibility": "Public",
5046
5831
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
5047
5832
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5048
5833
  "isExtensionMethod": false
@@ -5062,6 +5847,7 @@
5062
5847
  "isVirtual": true,
5063
5848
  "isOverride": false,
5064
5849
  "isSealed": false,
5850
+ "visibility": "Public",
5065
5851
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
5066
5852
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5067
5853
  "isExtensionMethod": false
@@ -5081,6 +5867,7 @@
5081
5867
  "isVirtual": true,
5082
5868
  "isOverride": false,
5083
5869
  "isSealed": false,
5870
+ "visibility": "Public",
5084
5871
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
5085
5872
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5086
5873
  "isExtensionMethod": false
@@ -5100,6 +5887,27 @@
5100
5887
  "isVirtual": true,
5101
5888
  "isOverride": false,
5102
5889
  "isSealed": false,
5890
+ "visibility": "Public",
5891
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
5892
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5893
+ "isExtensionMethod": false
5894
+ },
5895
+ {
5896
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable::SetAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
5897
+ "clrName": "SetAnnotation",
5898
+ "metadataToken": 0,
5899
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
5900
+ "normalizedSignature": "SetAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
5901
+ "emitScope": "ClassSurface",
5902
+ "provenance": "BaseOverload",
5903
+ "arity": 0,
5904
+ "parameterCount": 3,
5905
+ "isStatic": false,
5906
+ "isAbstract": false,
5907
+ "isVirtual": true,
5908
+ "isOverride": false,
5909
+ "isSealed": false,
5910
+ "visibility": "Protected",
5103
5911
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
5104
5912
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5105
5913
  "isExtensionMethod": false
@@ -5121,6 +5929,7 @@
5121
5929
  "isAbstract": false,
5122
5930
  "isVirtual": true,
5123
5931
  "isOverride": false,
5932
+ "visibility": "Public",
5124
5933
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
5125
5934
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
5126
5935
  },
@@ -5139,6 +5948,7 @@
5139
5948
  "isAbstract": false,
5140
5949
  "isVirtual": true,
5141
5950
  "isOverride": false,
5951
+ "visibility": "Public",
5142
5952
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
5143
5953
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
5144
5954
  },
@@ -5157,6 +5967,7 @@
5157
5967
  "isAbstract": false,
5158
5968
  "isVirtual": true,
5159
5969
  "isOverride": false,
5970
+ "visibility": "Public",
5160
5971
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
5161
5972
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
5162
5973
  },
@@ -5175,6 +5986,7 @@
5175
5986
  "isAbstract": false,
5176
5987
  "isVirtual": true,
5177
5988
  "isOverride": false,
5989
+ "visibility": "Public",
5178
5990
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
5179
5991
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
5180
5992
  },
@@ -5193,6 +6005,7 @@
5193
6005
  "isAbstract": false,
5194
6006
  "isVirtual": true,
5195
6007
  "isOverride": false,
6008
+ "visibility": "Public",
5196
6009
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
5197
6010
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
5198
6011
  },
@@ -5211,6 +6024,7 @@
5211
6024
  "isAbstract": false,
5212
6025
  "isVirtual": true,
5213
6026
  "isOverride": false,
6027
+ "visibility": "Public",
5214
6028
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
5215
6029
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
5216
6030
  },
@@ -5229,6 +6043,7 @@
5229
6043
  "isAbstract": false,
5230
6044
  "isVirtual": true,
5231
6045
  "isOverride": false,
6046
+ "visibility": "Public",
5232
6047
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
5233
6048
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
5234
6049
  },
@@ -5247,6 +6062,7 @@
5247
6062
  "isAbstract": false,
5248
6063
  "isVirtual": true,
5249
6064
  "isOverride": false,
6065
+ "visibility": "Public",
5250
6066
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
5251
6067
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
5252
6068
  },
@@ -5265,6 +6081,7 @@
5265
6081
  "isAbstract": false,
5266
6082
  "isVirtual": true,
5267
6083
  "isOverride": false,
6084
+ "visibility": "Public",
5268
6085
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
5269
6086
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
5270
6087
  },
@@ -5283,6 +6100,7 @@
5283
6100
  "isAbstract": false,
5284
6101
  "isVirtual": true,
5285
6102
  "isOverride": false,
6103
+ "visibility": "Public",
5286
6104
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
5287
6105
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
5288
6106
  }
@@ -5297,6 +6115,7 @@
5297
6115
  "normalizedSignature": "constructor|():void|static=false",
5298
6116
  "isStatic": false,
5299
6117
  "parameterCount": 0,
6118
+ "visibility": "Public",
5300
6119
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
5301
6120
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
5302
6121
  }
@@ -5313,6 +6132,24 @@
5313
6132
  "isSealed": false,
5314
6133
  "isStatic": false,
5315
6134
  "arity": 0,
6135
+ "baseType": {
6136
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotatable",
6137
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.Annotatable"
6138
+ },
6139
+ "interfaces": [
6140
+ {
6141
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
6142
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
6143
+ },
6144
+ {
6145
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
6146
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
6147
+ },
6148
+ {
6149
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
6150
+ "clrName": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable"
6151
+ }
6152
+ ],
5316
6153
  "methods": [
5317
6154
  {
5318
6155
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable::FindRuntimeAnnotation(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
@@ -5329,6 +6166,7 @@
5329
6166
  "isVirtual": true,
5330
6167
  "isOverride": false,
5331
6168
  "isSealed": false,
6169
+ "visibility": "Public",
5332
6170
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
5333
6171
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5334
6172
  "isExtensionMethod": false,
@@ -5349,6 +6187,7 @@
5349
6187
  "isVirtual": true,
5350
6188
  "isOverride": false,
5351
6189
  "isSealed": false,
6190
+ "visibility": "Public",
5352
6191
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
5353
6192
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5354
6193
  "isExtensionMethod": false,
@@ -5369,6 +6208,7 @@
5369
6208
  "isVirtual": true,
5370
6209
  "isOverride": false,
5371
6210
  "isSealed": false,
6211
+ "visibility": "Public",
5372
6212
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
5373
6213
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5374
6214
  "isExtensionMethod": false,
@@ -5389,6 +6229,7 @@
5389
6229
  "isVirtual": true,
5390
6230
  "isOverride": false,
5391
6231
  "isSealed": false,
6232
+ "visibility": "Public",
5392
6233
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
5393
6234
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5394
6235
  "isExtensionMethod": false,
@@ -5409,6 +6250,7 @@
5409
6250
  "isVirtual": true,
5410
6251
  "isOverride": false,
5411
6252
  "isSealed": false,
6253
+ "visibility": "Public",
5412
6254
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
5413
6255
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5414
6256
  "isExtensionMethod": false,
@@ -5429,6 +6271,7 @@
5429
6271
  "isVirtual": true,
5430
6272
  "isOverride": false,
5431
6273
  "isSealed": false,
6274
+ "visibility": "Public",
5432
6275
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
5433
6276
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5434
6277
  "isExtensionMethod": false,
@@ -5449,6 +6292,7 @@
5449
6292
  "isVirtual": true,
5450
6293
  "isOverride": false,
5451
6294
  "isSealed": false,
6295
+ "visibility": "Public",
5452
6296
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
5453
6297
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5454
6298
  "isExtensionMethod": false,
@@ -5469,6 +6313,7 @@
5469
6313
  "isVirtual": true,
5470
6314
  "isOverride": false,
5471
6315
  "isSealed": false,
6316
+ "visibility": "Public",
5472
6317
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
5473
6318
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5474
6319
  "isExtensionMethod": false,
@@ -5489,6 +6334,7 @@
5489
6334
  "isVirtual": true,
5490
6335
  "isOverride": false,
5491
6336
  "isSealed": false,
6337
+ "visibility": "Public",
5492
6338
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
5493
6339
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5494
6340
  "isExtensionMethod": false,
@@ -5509,6 +6355,7 @@
5509
6355
  "isVirtual": true,
5510
6356
  "isOverride": false,
5511
6357
  "isSealed": false,
6358
+ "visibility": "Public",
5512
6359
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
5513
6360
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5514
6361
  "isExtensionMethod": false,
@@ -5529,6 +6376,7 @@
5529
6376
  "isVirtual": true,
5530
6377
  "isOverride": false,
5531
6378
  "isSealed": false,
6379
+ "visibility": "Public",
5532
6380
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
5533
6381
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5534
6382
  "isExtensionMethod": false,
@@ -5549,6 +6397,7 @@
5549
6397
  "isVirtual": true,
5550
6398
  "isOverride": false,
5551
6399
  "isSealed": false,
6400
+ "visibility": "Public",
5552
6401
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
5553
6402
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5554
6403
  "isExtensionMethod": false,
@@ -5569,6 +6418,7 @@
5569
6418
  "isVirtual": true,
5570
6419
  "isOverride": false,
5571
6420
  "isSealed": false,
6421
+ "visibility": "Public",
5572
6422
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger",
5573
6423
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5574
6424
  "isExtensionMethod": false
@@ -5588,6 +6438,27 @@
5588
6438
  "isVirtual": true,
5589
6439
  "isOverride": false,
5590
6440
  "isSealed": false,
6441
+ "visibility": "Public",
6442
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger",
6443
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6444
+ "isExtensionMethod": false
6445
+ },
6446
+ {
6447
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger::AddAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
6448
+ "clrName": "AddAnnotation",
6449
+ "metadataToken": 0,
6450
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
6451
+ "normalizedSignature": "AddAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
6452
+ "emitScope": "ClassSurface",
6453
+ "provenance": "BaseOverload",
6454
+ "arity": 0,
6455
+ "parameterCount": 2,
6456
+ "isStatic": false,
6457
+ "isAbstract": false,
6458
+ "isVirtual": true,
6459
+ "isOverride": false,
6460
+ "isSealed": false,
6461
+ "visibility": "Protected",
5591
6462
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger",
5592
6463
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5593
6464
  "isExtensionMethod": false
@@ -5607,6 +6478,7 @@
5607
6478
  "isVirtual": true,
5608
6479
  "isOverride": false,
5609
6480
  "isSealed": false,
6481
+ "visibility": "Public",
5610
6482
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger",
5611
6483
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5612
6484
  "isExtensionMethod": false
@@ -5626,6 +6498,7 @@
5626
6498
  "isVirtual": true,
5627
6499
  "isOverride": false,
5628
6500
  "isSealed": false,
6501
+ "visibility": "Public",
5629
6502
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger",
5630
6503
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5631
6504
  "isExtensionMethod": false
@@ -5645,6 +6518,7 @@
5645
6518
  "isVirtual": true,
5646
6519
  "isOverride": false,
5647
6520
  "isSealed": false,
6521
+ "visibility": "Public",
5648
6522
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger",
5649
6523
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5650
6524
  "isExtensionMethod": false
@@ -5664,6 +6538,27 @@
5664
6538
  "isVirtual": true,
5665
6539
  "isOverride": false,
5666
6540
  "isSealed": false,
6541
+ "visibility": "Public",
6542
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger",
6543
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6544
+ "isExtensionMethod": false
6545
+ },
6546
+ {
6547
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger::AddRuntimeAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
6548
+ "clrName": "AddRuntimeAnnotation",
6549
+ "metadataToken": 0,
6550
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
6551
+ "normalizedSignature": "AddRuntimeAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
6552
+ "emitScope": "ClassSurface",
6553
+ "provenance": "BaseOverload",
6554
+ "arity": 0,
6555
+ "parameterCount": 2,
6556
+ "isStatic": false,
6557
+ "isAbstract": false,
6558
+ "isVirtual": true,
6559
+ "isOverride": false,
6560
+ "isSealed": false,
6561
+ "visibility": "Protected",
5667
6562
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger",
5668
6563
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5669
6564
  "isExtensionMethod": false
@@ -5683,6 +6578,7 @@
5683
6578
  "isVirtual": true,
5684
6579
  "isOverride": false,
5685
6580
  "isSealed": false,
6581
+ "visibility": "Public",
5686
6582
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger",
5687
6583
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5688
6584
  "isExtensionMethod": false
@@ -5702,6 +6598,7 @@
5702
6598
  "isVirtual": true,
5703
6599
  "isOverride": false,
5704
6600
  "isSealed": false,
6601
+ "visibility": "Public",
5705
6602
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger",
5706
6603
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5707
6604
  "isExtensionMethod": false
@@ -5721,6 +6618,7 @@
5721
6618
  "isVirtual": true,
5722
6619
  "isOverride": false,
5723
6620
  "isSealed": false,
6621
+ "visibility": "Public",
5724
6622
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger",
5725
6623
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5726
6624
  "isExtensionMethod": false
@@ -5740,6 +6638,7 @@
5740
6638
  "isVirtual": true,
5741
6639
  "isOverride": false,
5742
6640
  "isSealed": false,
6641
+ "visibility": "Public",
5743
6642
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger",
5744
6643
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5745
6644
  "isExtensionMethod": false
@@ -5759,6 +6658,7 @@
5759
6658
  "isVirtual": true,
5760
6659
  "isOverride": false,
5761
6660
  "isSealed": false,
6661
+ "visibility": "Public",
5762
6662
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger",
5763
6663
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5764
6664
  "isExtensionMethod": false
@@ -5778,6 +6678,7 @@
5778
6678
  "isVirtual": true,
5779
6679
  "isOverride": false,
5780
6680
  "isSealed": false,
6681
+ "visibility": "Public",
5781
6682
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger",
5782
6683
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5783
6684
  "isExtensionMethod": false
@@ -5797,6 +6698,7 @@
5797
6698
  "isVirtual": true,
5798
6699
  "isOverride": false,
5799
6700
  "isSealed": false,
6701
+ "visibility": "Public",
5800
6702
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger",
5801
6703
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5802
6704
  "isExtensionMethod": false
@@ -5816,6 +6718,7 @@
5816
6718
  "isVirtual": true,
5817
6719
  "isOverride": false,
5818
6720
  "isSealed": false,
6721
+ "visibility": "Public",
5819
6722
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger",
5820
6723
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5821
6724
  "isExtensionMethod": false
@@ -5835,6 +6738,7 @@
5835
6738
  "isVirtual": true,
5836
6739
  "isOverride": false,
5837
6740
  "isSealed": false,
6741
+ "visibility": "Public",
5838
6742
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger",
5839
6743
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5840
6744
  "isExtensionMethod": false
@@ -5854,6 +6758,7 @@
5854
6758
  "isVirtual": true,
5855
6759
  "isOverride": false,
5856
6760
  "isSealed": false,
6761
+ "visibility": "Public",
5857
6762
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger",
5858
6763
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5859
6764
  "isExtensionMethod": false
@@ -5873,6 +6778,7 @@
5873
6778
  "isVirtual": true,
5874
6779
  "isOverride": false,
5875
6780
  "isSealed": false,
6781
+ "visibility": "Public",
5876
6782
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger",
5877
6783
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5878
6784
  "isExtensionMethod": false
@@ -5892,6 +6798,27 @@
5892
6798
  "isVirtual": true,
5893
6799
  "isOverride": false,
5894
6800
  "isSealed": false,
6801
+ "visibility": "Public",
6802
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger",
6803
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6804
+ "isExtensionMethod": false
6805
+ },
6806
+ {
6807
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger::SetAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
6808
+ "clrName": "SetAnnotation",
6809
+ "metadataToken": 0,
6810
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
6811
+ "normalizedSignature": "SetAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
6812
+ "emitScope": "ClassSurface",
6813
+ "provenance": "BaseOverload",
6814
+ "arity": 0,
6815
+ "parameterCount": 3,
6816
+ "isStatic": false,
6817
+ "isAbstract": false,
6818
+ "isVirtual": true,
6819
+ "isOverride": false,
6820
+ "isSealed": false,
6821
+ "visibility": "Protected",
5895
6822
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger",
5896
6823
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5897
6824
  "isExtensionMethod": false
@@ -5913,6 +6840,7 @@
5913
6840
  "isAbstract": false,
5914
6841
  "isVirtual": true,
5915
6842
  "isOverride": false,
6843
+ "visibility": "Public",
5916
6844
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger",
5917
6845
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
5918
6846
  }
@@ -5927,6 +6855,7 @@
5927
6855
  "normalizedSignature": "constructor|():void|static=false",
5928
6856
  "isStatic": false,
5929
6857
  "parameterCount": 0,
6858
+ "visibility": "Public",
5930
6859
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTrigger",
5931
6860
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
5932
6861
  }
@@ -5943,6 +6872,24 @@
5943
6872
  "isSealed": false,
5944
6873
  "isStatic": false,
5945
6874
  "arity": 0,
6875
+ "baseType": {
6876
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotatable",
6877
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.Annotatable"
6878
+ },
6879
+ "interfaces": [
6880
+ {
6881
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
6882
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
6883
+ },
6884
+ {
6885
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
6886
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
6887
+ },
6888
+ {
6889
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
6890
+ "clrName": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable"
6891
+ }
6892
+ ],
5946
6893
  "methods": [
5947
6894
  {
5948
6895
  "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint::ToString():System.String",
@@ -5959,6 +6906,7 @@
5959
6906
  "isVirtual": true,
5960
6907
  "isOverride": true,
5961
6908
  "isSealed": false,
6909
+ "visibility": "Public",
5962
6910
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
5963
6911
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5964
6912
  "isExtensionMethod": false
@@ -5978,6 +6926,7 @@
5978
6926
  "isVirtual": true,
5979
6927
  "isOverride": false,
5980
6928
  "isSealed": false,
6929
+ "visibility": "Public",
5981
6930
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
5982
6931
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5983
6932
  "isExtensionMethod": false,
@@ -5998,6 +6947,7 @@
5998
6947
  "isVirtual": true,
5999
6948
  "isOverride": false,
6000
6949
  "isSealed": false,
6950
+ "visibility": "Public",
6001
6951
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
6002
6952
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
6003
6953
  "isExtensionMethod": false,
@@ -6018,6 +6968,7 @@
6018
6968
  "isVirtual": true,
6019
6969
  "isOverride": false,
6020
6970
  "isSealed": false,
6971
+ "visibility": "Public",
6021
6972
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
6022
6973
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
6023
6974
  "isExtensionMethod": false,
@@ -6038,6 +6989,7 @@
6038
6989
  "isVirtual": true,
6039
6990
  "isOverride": false,
6040
6991
  "isSealed": false,
6992
+ "visibility": "Public",
6041
6993
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
6042
6994
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
6043
6995
  "isExtensionMethod": false,
@@ -6058,6 +7010,7 @@
6058
7010
  "isVirtual": true,
6059
7011
  "isOverride": false,
6060
7012
  "isSealed": false,
7013
+ "visibility": "Public",
6061
7014
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
6062
7015
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
6063
7016
  "isExtensionMethod": false,
@@ -6078,6 +7031,7 @@
6078
7031
  "isVirtual": true,
6079
7032
  "isOverride": false,
6080
7033
  "isSealed": false,
7034
+ "visibility": "Public",
6081
7035
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
6082
7036
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
6083
7037
  "isExtensionMethod": false,
@@ -6098,6 +7052,7 @@
6098
7052
  "isVirtual": true,
6099
7053
  "isOverride": false,
6100
7054
  "isSealed": false,
7055
+ "visibility": "Public",
6101
7056
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
6102
7057
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
6103
7058
  "isExtensionMethod": false,
@@ -6118,6 +7073,7 @@
6118
7073
  "isVirtual": true,
6119
7074
  "isOverride": false,
6120
7075
  "isSealed": false,
7076
+ "visibility": "Public",
6121
7077
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
6122
7078
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
6123
7079
  "isExtensionMethod": false,
@@ -6138,6 +7094,7 @@
6138
7094
  "isVirtual": true,
6139
7095
  "isOverride": false,
6140
7096
  "isSealed": false,
7097
+ "visibility": "Public",
6141
7098
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
6142
7099
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
6143
7100
  "isExtensionMethod": false,
@@ -6158,6 +7115,7 @@
6158
7115
  "isVirtual": true,
6159
7116
  "isOverride": false,
6160
7117
  "isSealed": false,
7118
+ "visibility": "Public",
6161
7119
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
6162
7120
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
6163
7121
  "isExtensionMethod": false,
@@ -6178,6 +7136,7 @@
6178
7136
  "isVirtual": true,
6179
7137
  "isOverride": false,
6180
7138
  "isSealed": false,
7139
+ "visibility": "Public",
6181
7140
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
6182
7141
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
6183
7142
  "isExtensionMethod": false,
@@ -6198,6 +7157,7 @@
6198
7157
  "isVirtual": true,
6199
7158
  "isOverride": false,
6200
7159
  "isSealed": false,
7160
+ "visibility": "Public",
6201
7161
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
6202
7162
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
6203
7163
  "isExtensionMethod": false,
@@ -6218,6 +7178,7 @@
6218
7178
  "isVirtual": true,
6219
7179
  "isOverride": false,
6220
7180
  "isSealed": false,
7181
+ "visibility": "Public",
6221
7182
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
6222
7183
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6223
7184
  "isExtensionMethod": false
@@ -6237,6 +7198,27 @@
6237
7198
  "isVirtual": true,
6238
7199
  "isOverride": false,
6239
7200
  "isSealed": false,
7201
+ "visibility": "Public",
7202
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
7203
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7204
+ "isExtensionMethod": false
7205
+ },
7206
+ {
7207
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint::AddAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
7208
+ "clrName": "AddAnnotation",
7209
+ "metadataToken": 0,
7210
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
7211
+ "normalizedSignature": "AddAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
7212
+ "emitScope": "ClassSurface",
7213
+ "provenance": "BaseOverload",
7214
+ "arity": 0,
7215
+ "parameterCount": 2,
7216
+ "isStatic": false,
7217
+ "isAbstract": false,
7218
+ "isVirtual": true,
7219
+ "isOverride": false,
7220
+ "isSealed": false,
7221
+ "visibility": "Protected",
6240
7222
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
6241
7223
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6242
7224
  "isExtensionMethod": false
@@ -6256,6 +7238,7 @@
6256
7238
  "isVirtual": true,
6257
7239
  "isOverride": false,
6258
7240
  "isSealed": false,
7241
+ "visibility": "Public",
6259
7242
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
6260
7243
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6261
7244
  "isExtensionMethod": false
@@ -6275,6 +7258,7 @@
6275
7258
  "isVirtual": true,
6276
7259
  "isOverride": false,
6277
7260
  "isSealed": false,
7261
+ "visibility": "Public",
6278
7262
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
6279
7263
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6280
7264
  "isExtensionMethod": false
@@ -6294,6 +7278,7 @@
6294
7278
  "isVirtual": true,
6295
7279
  "isOverride": false,
6296
7280
  "isSealed": false,
7281
+ "visibility": "Public",
6297
7282
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
6298
7283
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6299
7284
  "isExtensionMethod": false
@@ -6313,6 +7298,27 @@
6313
7298
  "isVirtual": true,
6314
7299
  "isOverride": false,
6315
7300
  "isSealed": false,
7301
+ "visibility": "Public",
7302
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
7303
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7304
+ "isExtensionMethod": false
7305
+ },
7306
+ {
7307
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint::AddRuntimeAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
7308
+ "clrName": "AddRuntimeAnnotation",
7309
+ "metadataToken": 0,
7310
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
7311
+ "normalizedSignature": "AddRuntimeAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
7312
+ "emitScope": "ClassSurface",
7313
+ "provenance": "BaseOverload",
7314
+ "arity": 0,
7315
+ "parameterCount": 2,
7316
+ "isStatic": false,
7317
+ "isAbstract": false,
7318
+ "isVirtual": true,
7319
+ "isOverride": false,
7320
+ "isSealed": false,
7321
+ "visibility": "Protected",
6316
7322
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
6317
7323
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6318
7324
  "isExtensionMethod": false
@@ -6332,6 +7338,7 @@
6332
7338
  "isVirtual": true,
6333
7339
  "isOverride": false,
6334
7340
  "isSealed": false,
7341
+ "visibility": "Public",
6335
7342
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
6336
7343
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6337
7344
  "isExtensionMethod": false
@@ -6351,6 +7358,7 @@
6351
7358
  "isVirtual": true,
6352
7359
  "isOverride": false,
6353
7360
  "isSealed": false,
7361
+ "visibility": "Public",
6354
7362
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
6355
7363
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6356
7364
  "isExtensionMethod": false
@@ -6370,6 +7378,7 @@
6370
7378
  "isVirtual": true,
6371
7379
  "isOverride": false,
6372
7380
  "isSealed": false,
7381
+ "visibility": "Public",
6373
7382
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
6374
7383
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6375
7384
  "isExtensionMethod": false
@@ -6389,6 +7398,7 @@
6389
7398
  "isVirtual": true,
6390
7399
  "isOverride": false,
6391
7400
  "isSealed": false,
7401
+ "visibility": "Public",
6392
7402
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
6393
7403
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6394
7404
  "isExtensionMethod": false
@@ -6408,6 +7418,7 @@
6408
7418
  "isVirtual": true,
6409
7419
  "isOverride": false,
6410
7420
  "isSealed": false,
7421
+ "visibility": "Public",
6411
7422
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
6412
7423
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6413
7424
  "isExtensionMethod": false
@@ -6427,6 +7438,7 @@
6427
7438
  "isVirtual": true,
6428
7439
  "isOverride": false,
6429
7440
  "isSealed": false,
7441
+ "visibility": "Public",
6430
7442
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
6431
7443
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6432
7444
  "isExtensionMethod": false
@@ -6446,6 +7458,7 @@
6446
7458
  "isVirtual": true,
6447
7459
  "isOverride": false,
6448
7460
  "isSealed": false,
7461
+ "visibility": "Public",
6449
7462
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
6450
7463
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6451
7464
  "isExtensionMethod": false
@@ -6465,6 +7478,7 @@
6465
7478
  "isVirtual": true,
6466
7479
  "isOverride": false,
6467
7480
  "isSealed": false,
7481
+ "visibility": "Public",
6468
7482
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
6469
7483
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6470
7484
  "isExtensionMethod": false
@@ -6484,6 +7498,7 @@
6484
7498
  "isVirtual": true,
6485
7499
  "isOverride": false,
6486
7500
  "isSealed": false,
7501
+ "visibility": "Public",
6487
7502
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
6488
7503
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6489
7504
  "isExtensionMethod": false
@@ -6503,6 +7518,7 @@
6503
7518
  "isVirtual": true,
6504
7519
  "isOverride": false,
6505
7520
  "isSealed": false,
7521
+ "visibility": "Public",
6506
7522
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
6507
7523
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6508
7524
  "isExtensionMethod": false
@@ -6522,6 +7538,7 @@
6522
7538
  "isVirtual": true,
6523
7539
  "isOverride": false,
6524
7540
  "isSealed": false,
7541
+ "visibility": "Public",
6525
7542
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
6526
7543
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6527
7544
  "isExtensionMethod": false
@@ -6541,6 +7558,27 @@
6541
7558
  "isVirtual": true,
6542
7559
  "isOverride": false,
6543
7560
  "isSealed": false,
7561
+ "visibility": "Public",
7562
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
7563
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7564
+ "isExtensionMethod": false
7565
+ },
7566
+ {
7567
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint::SetAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
7568
+ "clrName": "SetAnnotation",
7569
+ "metadataToken": 0,
7570
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
7571
+ "normalizedSignature": "SetAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
7572
+ "emitScope": "ClassSurface",
7573
+ "provenance": "BaseOverload",
7574
+ "arity": 0,
7575
+ "parameterCount": 3,
7576
+ "isStatic": false,
7577
+ "isAbstract": false,
7578
+ "isVirtual": true,
7579
+ "isOverride": false,
7580
+ "isSealed": false,
7581
+ "visibility": "Protected",
6544
7582
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
6545
7583
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6546
7584
  "isExtensionMethod": false
@@ -6562,6 +7600,7 @@
6562
7600
  "isAbstract": false,
6563
7601
  "isVirtual": true,
6564
7602
  "isOverride": false,
7603
+ "visibility": "Public",
6565
7604
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
6566
7605
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
6567
7606
  },
@@ -6580,6 +7619,7 @@
6580
7619
  "isAbstract": false,
6581
7620
  "isVirtual": true,
6582
7621
  "isOverride": false,
7622
+ "visibility": "Public",
6583
7623
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
6584
7624
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
6585
7625
  },
@@ -6598,6 +7638,7 @@
6598
7638
  "isAbstract": false,
6599
7639
  "isVirtual": true,
6600
7640
  "isOverride": false,
7641
+ "visibility": "Public",
6601
7642
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
6602
7643
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
6603
7644
  }
@@ -6612,6 +7653,7 @@
6612
7653
  "normalizedSignature": "constructor|():void|static=false",
6613
7654
  "isStatic": false,
6614
7655
  "parameterCount": 0,
7656
+ "visibility": "Public",
6615
7657
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseUniqueConstraint",
6616
7658
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
6617
7659
  }
@@ -6628,6 +7670,24 @@
6628
7670
  "isSealed": false,
6629
7671
  "isStatic": false,
6630
7672
  "arity": 0,
7673
+ "baseType": {
7674
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable",
7675
+ "clrName": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseTable"
7676
+ },
7677
+ "interfaces": [
7678
+ {
7679
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
7680
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
7681
+ },
7682
+ {
7683
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
7684
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
7685
+ },
7686
+ {
7687
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
7688
+ "clrName": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable"
7689
+ }
7690
+ ],
6631
7691
  "methods": [
6632
7692
  {
6633
7693
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable::FindRuntimeAnnotation(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
@@ -6644,6 +7704,7 @@
6644
7704
  "isVirtual": true,
6645
7705
  "isOverride": false,
6646
7706
  "isSealed": false,
7707
+ "visibility": "Public",
6647
7708
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
6648
7709
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
6649
7710
  "isExtensionMethod": false,
@@ -6664,6 +7725,7 @@
6664
7725
  "isVirtual": true,
6665
7726
  "isOverride": false,
6666
7727
  "isSealed": false,
7728
+ "visibility": "Public",
6667
7729
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
6668
7730
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
6669
7731
  "isExtensionMethod": false,
@@ -6684,6 +7746,7 @@
6684
7746
  "isVirtual": true,
6685
7747
  "isOverride": false,
6686
7748
  "isSealed": false,
7749
+ "visibility": "Public",
6687
7750
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
6688
7751
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
6689
7752
  "isExtensionMethod": false,
@@ -6704,6 +7767,7 @@
6704
7767
  "isVirtual": true,
6705
7768
  "isOverride": false,
6706
7769
  "isSealed": false,
7770
+ "visibility": "Public",
6707
7771
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
6708
7772
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
6709
7773
  "isExtensionMethod": false,
@@ -6724,6 +7788,7 @@
6724
7788
  "isVirtual": true,
6725
7789
  "isOverride": false,
6726
7790
  "isSealed": false,
7791
+ "visibility": "Public",
6727
7792
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
6728
7793
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
6729
7794
  "isExtensionMethod": false,
@@ -6744,6 +7809,7 @@
6744
7809
  "isVirtual": true,
6745
7810
  "isOverride": false,
6746
7811
  "isSealed": false,
7812
+ "visibility": "Public",
6747
7813
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
6748
7814
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
6749
7815
  "isExtensionMethod": false,
@@ -6764,6 +7830,7 @@
6764
7830
  "isVirtual": true,
6765
7831
  "isOverride": false,
6766
7832
  "isSealed": false,
7833
+ "visibility": "Public",
6767
7834
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
6768
7835
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
6769
7836
  "isExtensionMethod": false,
@@ -6784,6 +7851,7 @@
6784
7851
  "isVirtual": true,
6785
7852
  "isOverride": false,
6786
7853
  "isSealed": false,
7854
+ "visibility": "Public",
6787
7855
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
6788
7856
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
6789
7857
  "isExtensionMethod": false,
@@ -6804,6 +7872,7 @@
6804
7872
  "isVirtual": true,
6805
7873
  "isOverride": false,
6806
7874
  "isSealed": false,
7875
+ "visibility": "Public",
6807
7876
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
6808
7877
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
6809
7878
  "isExtensionMethod": false,
@@ -6824,6 +7893,7 @@
6824
7893
  "isVirtual": true,
6825
7894
  "isOverride": false,
6826
7895
  "isSealed": false,
7896
+ "visibility": "Public",
6827
7897
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
6828
7898
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
6829
7899
  "isExtensionMethod": false,
@@ -6844,6 +7914,7 @@
6844
7914
  "isVirtual": true,
6845
7915
  "isOverride": false,
6846
7916
  "isSealed": false,
7917
+ "visibility": "Public",
6847
7918
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
6848
7919
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
6849
7920
  "isExtensionMethod": false,
@@ -6864,6 +7935,7 @@
6864
7935
  "isVirtual": true,
6865
7936
  "isOverride": false,
6866
7937
  "isSealed": false,
7938
+ "visibility": "Public",
6867
7939
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
6868
7940
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
6869
7941
  "isExtensionMethod": false,
@@ -6884,6 +7956,7 @@
6884
7956
  "isVirtual": true,
6885
7957
  "isOverride": false,
6886
7958
  "isSealed": false,
7959
+ "visibility": "Public",
6887
7960
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView",
6888
7961
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6889
7962
  "isExtensionMethod": false
@@ -6903,6 +7976,27 @@
6903
7976
  "isVirtual": true,
6904
7977
  "isOverride": false,
6905
7978
  "isSealed": false,
7979
+ "visibility": "Public",
7980
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView",
7981
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7982
+ "isExtensionMethod": false
7983
+ },
7984
+ {
7985
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView::AddAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
7986
+ "clrName": "AddAnnotation",
7987
+ "metadataToken": 0,
7988
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
7989
+ "normalizedSignature": "AddAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
7990
+ "emitScope": "ClassSurface",
7991
+ "provenance": "BaseOverload",
7992
+ "arity": 0,
7993
+ "parameterCount": 2,
7994
+ "isStatic": false,
7995
+ "isAbstract": false,
7996
+ "isVirtual": true,
7997
+ "isOverride": false,
7998
+ "isSealed": false,
7999
+ "visibility": "Protected",
6906
8000
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView",
6907
8001
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6908
8002
  "isExtensionMethod": false
@@ -6922,6 +8016,7 @@
6922
8016
  "isVirtual": true,
6923
8017
  "isOverride": false,
6924
8018
  "isSealed": false,
8019
+ "visibility": "Public",
6925
8020
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView",
6926
8021
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6927
8022
  "isExtensionMethod": false
@@ -6941,6 +8036,7 @@
6941
8036
  "isVirtual": true,
6942
8037
  "isOverride": false,
6943
8038
  "isSealed": false,
8039
+ "visibility": "Public",
6944
8040
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView",
6945
8041
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6946
8042
  "isExtensionMethod": false
@@ -6960,6 +8056,7 @@
6960
8056
  "isVirtual": true,
6961
8057
  "isOverride": false,
6962
8058
  "isSealed": false,
8059
+ "visibility": "Public",
6963
8060
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView",
6964
8061
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6965
8062
  "isExtensionMethod": false
@@ -6979,6 +8076,27 @@
6979
8076
  "isVirtual": true,
6980
8077
  "isOverride": false,
6981
8078
  "isSealed": false,
8079
+ "visibility": "Public",
8080
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView",
8081
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
8082
+ "isExtensionMethod": false
8083
+ },
8084
+ {
8085
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView::AddRuntimeAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
8086
+ "clrName": "AddRuntimeAnnotation",
8087
+ "metadataToken": 0,
8088
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
8089
+ "normalizedSignature": "AddRuntimeAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
8090
+ "emitScope": "ClassSurface",
8091
+ "provenance": "BaseOverload",
8092
+ "arity": 0,
8093
+ "parameterCount": 2,
8094
+ "isStatic": false,
8095
+ "isAbstract": false,
8096
+ "isVirtual": true,
8097
+ "isOverride": false,
8098
+ "isSealed": false,
8099
+ "visibility": "Protected",
6982
8100
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView",
6983
8101
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6984
8102
  "isExtensionMethod": false
@@ -6998,6 +8116,7 @@
6998
8116
  "isVirtual": true,
6999
8117
  "isOverride": false,
7000
8118
  "isSealed": false,
8119
+ "visibility": "Public",
7001
8120
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView",
7002
8121
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7003
8122
  "isExtensionMethod": false
@@ -7017,6 +8136,7 @@
7017
8136
  "isVirtual": true,
7018
8137
  "isOverride": false,
7019
8138
  "isSealed": false,
8139
+ "visibility": "Public",
7020
8140
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView",
7021
8141
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7022
8142
  "isExtensionMethod": false
@@ -7036,6 +8156,7 @@
7036
8156
  "isVirtual": true,
7037
8157
  "isOverride": false,
7038
8158
  "isSealed": false,
8159
+ "visibility": "Public",
7039
8160
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView",
7040
8161
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7041
8162
  "isExtensionMethod": false
@@ -7055,6 +8176,7 @@
7055
8176
  "isVirtual": true,
7056
8177
  "isOverride": false,
7057
8178
  "isSealed": false,
8179
+ "visibility": "Public",
7058
8180
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView",
7059
8181
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7060
8182
  "isExtensionMethod": false
@@ -7074,6 +8196,7 @@
7074
8196
  "isVirtual": true,
7075
8197
  "isOverride": false,
7076
8198
  "isSealed": false,
8199
+ "visibility": "Public",
7077
8200
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView",
7078
8201
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7079
8202
  "isExtensionMethod": false
@@ -7093,6 +8216,7 @@
7093
8216
  "isVirtual": true,
7094
8217
  "isOverride": false,
7095
8218
  "isSealed": false,
8219
+ "visibility": "Public",
7096
8220
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView",
7097
8221
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7098
8222
  "isExtensionMethod": false
@@ -7112,6 +8236,7 @@
7112
8236
  "isVirtual": true,
7113
8237
  "isOverride": false,
7114
8238
  "isSealed": false,
8239
+ "visibility": "Public",
7115
8240
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView",
7116
8241
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7117
8242
  "isExtensionMethod": false
@@ -7131,6 +8256,7 @@
7131
8256
  "isVirtual": true,
7132
8257
  "isOverride": false,
7133
8258
  "isSealed": false,
8259
+ "visibility": "Public",
7134
8260
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView",
7135
8261
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7136
8262
  "isExtensionMethod": false
@@ -7150,6 +8276,7 @@
7150
8276
  "isVirtual": true,
7151
8277
  "isOverride": false,
7152
8278
  "isSealed": false,
8279
+ "visibility": "Public",
7153
8280
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView",
7154
8281
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7155
8282
  "isExtensionMethod": false
@@ -7169,6 +8296,7 @@
7169
8296
  "isVirtual": true,
7170
8297
  "isOverride": false,
7171
8298
  "isSealed": false,
8299
+ "visibility": "Public",
7172
8300
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView",
7173
8301
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7174
8302
  "isExtensionMethod": false
@@ -7188,6 +8316,7 @@
7188
8316
  "isVirtual": true,
7189
8317
  "isOverride": false,
7190
8318
  "isSealed": false,
8319
+ "visibility": "Public",
7191
8320
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView",
7192
8321
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7193
8322
  "isExtensionMethod": false
@@ -7207,6 +8336,27 @@
7207
8336
  "isVirtual": true,
7208
8337
  "isOverride": false,
7209
8338
  "isSealed": false,
8339
+ "visibility": "Public",
8340
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView",
8341
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
8342
+ "isExtensionMethod": false
8343
+ },
8344
+ {
8345
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView::SetAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
8346
+ "clrName": "SetAnnotation",
8347
+ "metadataToken": 0,
8348
+ "canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
8349
+ "normalizedSignature": "SetAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
8350
+ "emitScope": "ClassSurface",
8351
+ "provenance": "BaseOverload",
8352
+ "arity": 0,
8353
+ "parameterCount": 3,
8354
+ "isStatic": false,
8355
+ "isAbstract": false,
8356
+ "isVirtual": true,
8357
+ "isOverride": false,
8358
+ "isSealed": false,
8359
+ "visibility": "Protected",
7210
8360
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView",
7211
8361
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
7212
8362
  "isExtensionMethod": false
@@ -7223,6 +8373,7 @@
7223
8373
  "normalizedSignature": "constructor|():void|static=false",
7224
8374
  "isStatic": false,
7225
8375
  "parameterCount": 0,
8376
+ "visibility": "Public",
7226
8377
  "declaringClrType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseView",
7227
8378
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational"
7228
8379
  }