@tsonic/efcore 10.0.12 → 10.0.16

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 (52) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +0 -500
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +22 -5
  3. package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +0 -480
  4. package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +16 -12
  5. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +981 -2411
  6. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +1 -70
  7. package/Microsoft.EntityFrameworkCore.Design/bindings.json +0 -40
  8. package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +0 -2
  9. package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +2 -22
  10. package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +1 -1
  11. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +0 -528
  12. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +14 -18
  13. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +900 -1800
  14. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +6 -46
  15. package/Microsoft.EntityFrameworkCore.Internal/bindings.json +0 -260
  16. package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +0 -13
  17. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +9011 -16771
  18. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +1 -376
  19. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +7901 -14241
  20. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +361 -47
  21. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +350 -2250
  22. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +51 -91
  23. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +44938 -86844
  24. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +15 -2065
  25. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +5234 -20354
  26. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +0 -756
  27. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +0 -40
  28. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +2 -0
  29. package/Microsoft.EntityFrameworkCore.Query/bindings.json +3 -183
  30. package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +3 -4
  31. package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +0 -160
  32. package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +2 -3
  33. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +14 -794
  34. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +26 -9
  35. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1610 -5810
  36. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +0 -210
  37. package/Microsoft.EntityFrameworkCore.Storage/bindings.json +129 -309
  38. package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +2 -6
  39. package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +12 -52
  40. package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +1 -3
  41. package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +26 -1406
  42. package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +10 -0
  43. package/Microsoft.EntityFrameworkCore.Update/bindings.json +0 -86
  44. package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +0 -4
  45. package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +0 -512
  46. package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +0 -18
  47. package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +6 -272
  48. package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +10 -13
  49. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +0 -660
  50. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +32 -33
  51. package/README.md +119 -2
  52. package/package.json +4 -4
@@ -1651,26 +1651,6 @@
1651
1651
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1652
1652
  "isExtensionMethod": false
1653
1653
  },
1654
- {
1655
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.CollectionEntry\u00602::FindEntry(System.Object):Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry",
1656
- "clrName": "FindEntry",
1657
- "metadataToken": 0,
1658
- "canonicalSignature": "(System.Object):Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry",
1659
- "normalizedSignature": "FindEntry|(System.Object):Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry|static=false",
1660
- "emitScope": "ClassSurface",
1661
- "provenance": "BaseOverload",
1662
- "arity": 0,
1663
- "parameterCount": 1,
1664
- "isStatic": false,
1665
- "isAbstract": false,
1666
- "isVirtual": true,
1667
- "isOverride": false,
1668
- "isSealed": false,
1669
- "visibility": "Public",
1670
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.CollectionEntry\u00602",
1671
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
1672
- "isExtensionMethod": false
1673
- },
1674
1654
  {
1675
1655
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.CollectionEntry\u00602::Query():System.Linq.IQueryable",
1676
1656
  "clrName": "Query",
@@ -2007,26 +1987,6 @@
2007
1987
  "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.ComplexCollectionEntry\u00602",
2008
1988
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2009
1989
  "isExtensionMethod": false
2010
- },
2011
- {
2012
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.ComplexCollectionEntry\u00602::GetOriginalEntry(System.Int32):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry",
2013
- "clrName": "GetOriginalEntry",
2014
- "metadataToken": 0,
2015
- "canonicalSignature": "(System.Int32):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry",
2016
- "normalizedSignature": "GetOriginalEntry|(System.Int32):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry|static=false",
2017
- "emitScope": "ClassSurface",
2018
- "provenance": "BaseOverload",
2019
- "arity": 0,
2020
- "parameterCount": 1,
2021
- "isStatic": false,
2022
- "isAbstract": false,
2023
- "isVirtual": true,
2024
- "isOverride": false,
2025
- "isSealed": false,
2026
- "visibility": "Public",
2027
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.ComplexCollectionEntry\u00602",
2028
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2029
- "isExtensionMethod": false
2030
1990
  }
2031
1991
  ],
2032
1992
  "properties": [
@@ -2687,126 +2647,6 @@
2687
2647
  "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry\u00602",
2688
2648
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2689
2649
  "isExtensionMethod": false
2690
- },
2691
- {
2692
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry\u00602::ComplexCollection(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexCollectionEntry",
2693
- "clrName": "ComplexCollection",
2694
- "metadataToken": 0,
2695
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexCollectionEntry",
2696
- "normalizedSignature": "ComplexCollection|(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexCollectionEntry|static=false",
2697
- "emitScope": "ClassSurface",
2698
- "provenance": "BaseOverload",
2699
- "arity": 0,
2700
- "parameterCount": 1,
2701
- "isStatic": false,
2702
- "isAbstract": false,
2703
- "isVirtual": true,
2704
- "isOverride": false,
2705
- "isSealed": false,
2706
- "visibility": "Public",
2707
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry\u00602",
2708
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2709
- "isExtensionMethod": false
2710
- },
2711
- {
2712
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry\u00602::ComplexCollection(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexCollectionEntry",
2713
- "clrName": "ComplexCollection",
2714
- "metadataToken": 0,
2715
- "canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexCollectionEntry",
2716
- "normalizedSignature": "ComplexCollection|(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexCollectionEntry|static=false",
2717
- "emitScope": "ClassSurface",
2718
- "provenance": "BaseOverload",
2719
- "arity": 0,
2720
- "parameterCount": 1,
2721
- "isStatic": false,
2722
- "isAbstract": false,
2723
- "isVirtual": true,
2724
- "isOverride": false,
2725
- "isSealed": false,
2726
- "visibility": "Public",
2727
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry\u00602",
2728
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2729
- "isExtensionMethod": false
2730
- },
2731
- {
2732
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry\u00602::ComplexProperty(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry",
2733
- "clrName": "ComplexProperty",
2734
- "metadataToken": 0,
2735
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry",
2736
- "normalizedSignature": "ComplexProperty|(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry|static=false",
2737
- "emitScope": "ClassSurface",
2738
- "provenance": "BaseOverload",
2739
- "arity": 0,
2740
- "parameterCount": 1,
2741
- "isStatic": false,
2742
- "isAbstract": false,
2743
- "isVirtual": true,
2744
- "isOverride": false,
2745
- "isSealed": false,
2746
- "visibility": "Public",
2747
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry\u00602",
2748
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2749
- "isExtensionMethod": false
2750
- },
2751
- {
2752
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry\u00602::ComplexProperty(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry",
2753
- "clrName": "ComplexProperty",
2754
- "metadataToken": 0,
2755
- "canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry",
2756
- "normalizedSignature": "ComplexProperty|(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry|static=false",
2757
- "emitScope": "ClassSurface",
2758
- "provenance": "BaseOverload",
2759
- "arity": 0,
2760
- "parameterCount": 1,
2761
- "isStatic": false,
2762
- "isAbstract": false,
2763
- "isVirtual": true,
2764
- "isOverride": false,
2765
- "isSealed": false,
2766
- "visibility": "Public",
2767
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry\u00602",
2768
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2769
- "isExtensionMethod": false
2770
- },
2771
- {
2772
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry\u00602::Property(Microsoft.EntityFrameworkCore.Metadata.IProperty):Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry",
2773
- "clrName": "Property",
2774
- "metadataToken": 0,
2775
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty):Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry",
2776
- "normalizedSignature": "Property|(Microsoft.EntityFrameworkCore.Metadata.IProperty):Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry|static=false",
2777
- "emitScope": "ClassSurface",
2778
- "provenance": "BaseOverload",
2779
- "arity": 0,
2780
- "parameterCount": 1,
2781
- "isStatic": false,
2782
- "isAbstract": false,
2783
- "isVirtual": true,
2784
- "isOverride": false,
2785
- "isSealed": false,
2786
- "visibility": "Public",
2787
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry\u00602",
2788
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2789
- "isExtensionMethod": false
2790
- },
2791
- {
2792
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry\u00602::Property(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry",
2793
- "clrName": "Property",
2794
- "metadataToken": 0,
2795
- "canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry",
2796
- "normalizedSignature": "Property|(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry|static=false",
2797
- "emitScope": "ClassSurface",
2798
- "provenance": "BaseOverload",
2799
- "arity": 0,
2800
- "parameterCount": 1,
2801
- "isStatic": false,
2802
- "isAbstract": false,
2803
- "isVirtual": true,
2804
- "isOverride": false,
2805
- "isSealed": false,
2806
- "visibility": "Public",
2807
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry\u00602",
2808
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
2809
- "isExtensionMethod": false
2810
2650
  }
2811
2651
  ],
2812
2652
  "properties": [
@@ -3372,126 +3212,6 @@
3372
3212
  "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry\u00602",
3373
3213
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3374
3214
  "isExtensionMethod": false
3375
- },
3376
- {
3377
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry\u00602::ComplexCollection(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexCollectionEntry",
3378
- "clrName": "ComplexCollection",
3379
- "metadataToken": 0,
3380
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexCollectionEntry",
3381
- "normalizedSignature": "ComplexCollection|(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexCollectionEntry|static=false",
3382
- "emitScope": "ClassSurface",
3383
- "provenance": "BaseOverload",
3384
- "arity": 0,
3385
- "parameterCount": 1,
3386
- "isStatic": false,
3387
- "isAbstract": false,
3388
- "isVirtual": true,
3389
- "isOverride": false,
3390
- "isSealed": false,
3391
- "visibility": "Public",
3392
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry\u00602",
3393
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3394
- "isExtensionMethod": false
3395
- },
3396
- {
3397
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry\u00602::ComplexCollection(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexCollectionEntry",
3398
- "clrName": "ComplexCollection",
3399
- "metadataToken": 0,
3400
- "canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexCollectionEntry",
3401
- "normalizedSignature": "ComplexCollection|(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexCollectionEntry|static=false",
3402
- "emitScope": "ClassSurface",
3403
- "provenance": "BaseOverload",
3404
- "arity": 0,
3405
- "parameterCount": 1,
3406
- "isStatic": false,
3407
- "isAbstract": false,
3408
- "isVirtual": true,
3409
- "isOverride": false,
3410
- "isSealed": false,
3411
- "visibility": "Public",
3412
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry\u00602",
3413
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3414
- "isExtensionMethod": false
3415
- },
3416
- {
3417
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry\u00602::ComplexProperty(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry",
3418
- "clrName": "ComplexProperty",
3419
- "metadataToken": 0,
3420
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry",
3421
- "normalizedSignature": "ComplexProperty|(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry|static=false",
3422
- "emitScope": "ClassSurface",
3423
- "provenance": "BaseOverload",
3424
- "arity": 0,
3425
- "parameterCount": 1,
3426
- "isStatic": false,
3427
- "isAbstract": false,
3428
- "isVirtual": true,
3429
- "isOverride": false,
3430
- "isSealed": false,
3431
- "visibility": "Public",
3432
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry\u00602",
3433
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3434
- "isExtensionMethod": false
3435
- },
3436
- {
3437
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry\u00602::ComplexProperty(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry",
3438
- "clrName": "ComplexProperty",
3439
- "metadataToken": 0,
3440
- "canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry",
3441
- "normalizedSignature": "ComplexProperty|(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry|static=false",
3442
- "emitScope": "ClassSurface",
3443
- "provenance": "BaseOverload",
3444
- "arity": 0,
3445
- "parameterCount": 1,
3446
- "isStatic": false,
3447
- "isAbstract": false,
3448
- "isVirtual": true,
3449
- "isOverride": false,
3450
- "isSealed": false,
3451
- "visibility": "Public",
3452
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry\u00602",
3453
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3454
- "isExtensionMethod": false
3455
- },
3456
- {
3457
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry\u00602::Property(Microsoft.EntityFrameworkCore.Metadata.IProperty):Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry",
3458
- "clrName": "Property",
3459
- "metadataToken": 0,
3460
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty):Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry",
3461
- "normalizedSignature": "Property|(Microsoft.EntityFrameworkCore.Metadata.IProperty):Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry|static=false",
3462
- "emitScope": "ClassSurface",
3463
- "provenance": "BaseOverload",
3464
- "arity": 0,
3465
- "parameterCount": 1,
3466
- "isStatic": false,
3467
- "isAbstract": false,
3468
- "isVirtual": true,
3469
- "isOverride": false,
3470
- "isSealed": false,
3471
- "visibility": "Public",
3472
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry\u00602",
3473
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3474
- "isExtensionMethod": false
3475
- },
3476
- {
3477
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry\u00602::Property(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry",
3478
- "clrName": "Property",
3479
- "metadataToken": 0,
3480
- "canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry",
3481
- "normalizedSignature": "Property|(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry|static=false",
3482
- "emitScope": "ClassSurface",
3483
- "provenance": "BaseOverload",
3484
- "arity": 0,
3485
- "parameterCount": 1,
3486
- "isStatic": false,
3487
- "isAbstract": false,
3488
- "isVirtual": true,
3489
- "isOverride": false,
3490
- "isSealed": false,
3491
- "visibility": "Public",
3492
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry\u00602",
3493
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
3494
- "isExtensionMethod": false
3495
3215
  }
3496
3216
  ],
3497
3217
  "properties": [
@@ -4897,206 +4617,6 @@
4897
4617
  "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry\u00601",
4898
4618
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4899
4619
  "isExtensionMethod": false
4900
- },
4901
- {
4902
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry\u00601::Collection(Microsoft.EntityFrameworkCore.Metadata.INavigationBase):Microsoft.EntityFrameworkCore.ChangeTracking.CollectionEntry",
4903
- "clrName": "Collection",
4904
- "metadataToken": 0,
4905
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.INavigationBase):Microsoft.EntityFrameworkCore.ChangeTracking.CollectionEntry",
4906
- "normalizedSignature": "Collection|(Microsoft.EntityFrameworkCore.Metadata.INavigationBase):Microsoft.EntityFrameworkCore.ChangeTracking.CollectionEntry|static=false",
4907
- "emitScope": "ClassSurface",
4908
- "provenance": "BaseOverload",
4909
- "arity": 0,
4910
- "parameterCount": 1,
4911
- "isStatic": false,
4912
- "isAbstract": false,
4913
- "isVirtual": true,
4914
- "isOverride": false,
4915
- "isSealed": false,
4916
- "visibility": "Public",
4917
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry\u00601",
4918
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4919
- "isExtensionMethod": false
4920
- },
4921
- {
4922
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry\u00601::Collection(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.CollectionEntry",
4923
- "clrName": "Collection",
4924
- "metadataToken": 0,
4925
- "canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.CollectionEntry",
4926
- "normalizedSignature": "Collection|(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.CollectionEntry|static=false",
4927
- "emitScope": "ClassSurface",
4928
- "provenance": "BaseOverload",
4929
- "arity": 0,
4930
- "parameterCount": 1,
4931
- "isStatic": false,
4932
- "isAbstract": false,
4933
- "isVirtual": true,
4934
- "isOverride": false,
4935
- "isSealed": false,
4936
- "visibility": "Public",
4937
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry\u00601",
4938
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4939
- "isExtensionMethod": false
4940
- },
4941
- {
4942
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry\u00601::ComplexCollection(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexCollectionEntry",
4943
- "clrName": "ComplexCollection",
4944
- "metadataToken": 0,
4945
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexCollectionEntry",
4946
- "normalizedSignature": "ComplexCollection|(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexCollectionEntry|static=false",
4947
- "emitScope": "ClassSurface",
4948
- "provenance": "BaseOverload",
4949
- "arity": 0,
4950
- "parameterCount": 1,
4951
- "isStatic": false,
4952
- "isAbstract": false,
4953
- "isVirtual": true,
4954
- "isOverride": false,
4955
- "isSealed": false,
4956
- "visibility": "Public",
4957
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry\u00601",
4958
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4959
- "isExtensionMethod": false
4960
- },
4961
- {
4962
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry\u00601::ComplexCollection(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexCollectionEntry",
4963
- "clrName": "ComplexCollection",
4964
- "metadataToken": 0,
4965
- "canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexCollectionEntry",
4966
- "normalizedSignature": "ComplexCollection|(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexCollectionEntry|static=false",
4967
- "emitScope": "ClassSurface",
4968
- "provenance": "BaseOverload",
4969
- "arity": 0,
4970
- "parameterCount": 1,
4971
- "isStatic": false,
4972
- "isAbstract": false,
4973
- "isVirtual": true,
4974
- "isOverride": false,
4975
- "isSealed": false,
4976
- "visibility": "Public",
4977
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry\u00601",
4978
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4979
- "isExtensionMethod": false
4980
- },
4981
- {
4982
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry\u00601::ComplexProperty(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry",
4983
- "clrName": "ComplexProperty",
4984
- "metadataToken": 0,
4985
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry",
4986
- "normalizedSignature": "ComplexProperty|(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry|static=false",
4987
- "emitScope": "ClassSurface",
4988
- "provenance": "BaseOverload",
4989
- "arity": 0,
4990
- "parameterCount": 1,
4991
- "isStatic": false,
4992
- "isAbstract": false,
4993
- "isVirtual": true,
4994
- "isOverride": false,
4995
- "isSealed": false,
4996
- "visibility": "Public",
4997
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry\u00601",
4998
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
4999
- "isExtensionMethod": false
5000
- },
5001
- {
5002
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry\u00601::ComplexProperty(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry",
5003
- "clrName": "ComplexProperty",
5004
- "metadataToken": 0,
5005
- "canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry",
5006
- "normalizedSignature": "ComplexProperty|(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry|static=false",
5007
- "emitScope": "ClassSurface",
5008
- "provenance": "BaseOverload",
5009
- "arity": 0,
5010
- "parameterCount": 1,
5011
- "isStatic": false,
5012
- "isAbstract": false,
5013
- "isVirtual": true,
5014
- "isOverride": false,
5015
- "isSealed": false,
5016
- "visibility": "Public",
5017
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry\u00601",
5018
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5019
- "isExtensionMethod": false
5020
- },
5021
- {
5022
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry\u00601::Property(Microsoft.EntityFrameworkCore.Metadata.IProperty):Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry",
5023
- "clrName": "Property",
5024
- "metadataToken": 0,
5025
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty):Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry",
5026
- "normalizedSignature": "Property|(Microsoft.EntityFrameworkCore.Metadata.IProperty):Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry|static=false",
5027
- "emitScope": "ClassSurface",
5028
- "provenance": "BaseOverload",
5029
- "arity": 0,
5030
- "parameterCount": 1,
5031
- "isStatic": false,
5032
- "isAbstract": false,
5033
- "isVirtual": true,
5034
- "isOverride": false,
5035
- "isSealed": false,
5036
- "visibility": "Public",
5037
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry\u00601",
5038
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5039
- "isExtensionMethod": false
5040
- },
5041
- {
5042
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry\u00601::Property(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry",
5043
- "clrName": "Property",
5044
- "metadataToken": 0,
5045
- "canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry",
5046
- "normalizedSignature": "Property|(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.PropertyEntry|static=false",
5047
- "emitScope": "ClassSurface",
5048
- "provenance": "BaseOverload",
5049
- "arity": 0,
5050
- "parameterCount": 1,
5051
- "isStatic": false,
5052
- "isAbstract": false,
5053
- "isVirtual": true,
5054
- "isOverride": false,
5055
- "isSealed": false,
5056
- "visibility": "Public",
5057
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry\u00601",
5058
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5059
- "isExtensionMethod": false
5060
- },
5061
- {
5062
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry\u00601::Reference(Microsoft.EntityFrameworkCore.Metadata.INavigationBase):Microsoft.EntityFrameworkCore.ChangeTracking.ReferenceEntry",
5063
- "clrName": "Reference",
5064
- "metadataToken": 0,
5065
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.INavigationBase):Microsoft.EntityFrameworkCore.ChangeTracking.ReferenceEntry",
5066
- "normalizedSignature": "Reference|(Microsoft.EntityFrameworkCore.Metadata.INavigationBase):Microsoft.EntityFrameworkCore.ChangeTracking.ReferenceEntry|static=false",
5067
- "emitScope": "ClassSurface",
5068
- "provenance": "BaseOverload",
5069
- "arity": 0,
5070
- "parameterCount": 1,
5071
- "isStatic": false,
5072
- "isAbstract": false,
5073
- "isVirtual": true,
5074
- "isOverride": false,
5075
- "isSealed": false,
5076
- "visibility": "Public",
5077
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry\u00601",
5078
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5079
- "isExtensionMethod": false
5080
- },
5081
- {
5082
- "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry\u00601::Reference(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.ReferenceEntry",
5083
- "clrName": "Reference",
5084
- "metadataToken": 0,
5085
- "canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.ReferenceEntry",
5086
- "normalizedSignature": "Reference|(System.String):Microsoft.EntityFrameworkCore.ChangeTracking.ReferenceEntry|static=false",
5087
- "emitScope": "ClassSurface",
5088
- "provenance": "BaseOverload",
5089
- "arity": 0,
5090
- "parameterCount": 1,
5091
- "isStatic": false,
5092
- "isAbstract": false,
5093
- "isVirtual": true,
5094
- "isOverride": false,
5095
- "isSealed": false,
5096
- "visibility": "Public",
5097
- "declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry\u00601",
5098
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
5099
- "isExtensionMethod": false
5100
4620
  }
5101
4621
  ],
5102
4622
  "properties": [
@@ -221,7 +221,9 @@ export interface CollectionEntry_2$instance<TEntity, TRelatedEntity> extends Col
221
221
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
222
222
 
223
223
  readonly EntityEntry: EntityEntry_1<TEntity>;
224
+ FindEntry(entity: unknown): EntityEntry_1<TRelatedEntity> | undefined;
224
225
  FindEntry(entity: unknown): EntityEntry | undefined;
226
+ Query(): IQueryable_1<TRelatedEntity>;
225
227
  Query(): IQueryable;
226
228
  }
227
229
 
@@ -268,6 +270,7 @@ export interface ComplexCollectionEntry_2$instance<TEntity, TElement> extends Co
268
270
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
269
271
 
270
272
  readonly EntityEntry: EntityEntry_1<TEntity>;
273
+ GetOriginalEntry(ordinal: int): ComplexElementEntry_2<TEntity, TElement>;
271
274
  GetOriginalEntry(ordinal: int): ComplexElementEntry;
272
275
  }
273
276
 
@@ -324,18 +327,18 @@ export interface ComplexElementEntry_2$instance<TEntity, TComplexProperty> exten
324
327
 
325
328
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
326
329
 
330
+ ComplexCollection<TElement>(propertyExpression: Expression_1<Func_2<TComplexProperty, IEnumerable_1<TElement>>>): ComplexCollectionEntry_2<TEntity, TElement>;
327
331
  ComplexCollection<TElement>(property: IComplexProperty): ComplexCollectionEntry_2<TEntity, TElement>;
328
332
  ComplexCollection<TElement>(propertyName: string): ComplexCollectionEntry_2<TEntity, TElement>;
329
333
  ComplexCollection(property: IComplexProperty): ComplexCollectionEntry;
330
- ComplexCollection(propertyName: string): ComplexCollectionEntry;
334
+ ComplexProperty<TNestedComplexProperty>(propertyExpression: Expression_1<Func_2<TComplexProperty, TNestedComplexProperty>>): ComplexPropertyEntry_2<TEntity, TNestedComplexProperty>;
331
335
  ComplexProperty<TNestedComplexProperty>(complexProperty: IComplexProperty): ComplexPropertyEntry_2<TEntity, TNestedComplexProperty>;
332
336
  ComplexProperty<TNestedComplexProperty>(propertyName: string): ComplexPropertyEntry_2<TEntity, TNestedComplexProperty>;
333
337
  ComplexProperty(property: IComplexProperty): ComplexPropertyEntry;
334
- ComplexProperty(propertyName: string): ComplexPropertyEntry;
338
+ Property<TProperty>(propertyExpression: Expression_1<Func_2<TComplexProperty, TProperty>>): PropertyEntry_2<TEntity, TProperty>;
335
339
  Property<TProperty>(property: IProperty): PropertyEntry_2<TEntity, TProperty>;
336
340
  Property<TProperty>(propertyName: string): PropertyEntry_2<TEntity, TProperty>;
337
341
  Property(property: IProperty): PropertyEntry;
338
- Property(propertyName: string): PropertyEntry;
339
342
  }
340
343
 
341
344
 
@@ -388,18 +391,18 @@ export interface ComplexPropertyEntry_2$instance<TEntity, TComplexProperty> exte
388
391
 
389
392
  CurrentValue: TComplexProperty;
390
393
  readonly EntityEntry: EntityEntry_1<TEntity>;
394
+ ComplexCollection<TElement>(propertyExpression: Expression_1<Func_2<TComplexProperty, IEnumerable_1<TElement>>>): ComplexCollectionEntry_2<TEntity, TElement>;
391
395
  ComplexCollection<TElement>(property: IComplexProperty): ComplexCollectionEntry_2<TEntity, TElement>;
392
396
  ComplexCollection<TElement>(propertyName: string): ComplexCollectionEntry_2<TEntity, TElement>;
393
397
  ComplexCollection(property: IComplexProperty): ComplexCollectionEntry;
394
- ComplexCollection(propertyName: string): ComplexCollectionEntry;
398
+ ComplexProperty<TNestedComplexProperty>(propertyExpression: Expression_1<Func_2<TComplexProperty, TNestedComplexProperty>>): ComplexPropertyEntry_2<TEntity, TNestedComplexProperty>;
395
399
  ComplexProperty<TNestedComplexProperty>(complexProperty: IComplexProperty): ComplexPropertyEntry_2<TEntity, TNestedComplexProperty>;
396
400
  ComplexProperty<TNestedComplexProperty>(propertyName: string): ComplexPropertyEntry_2<TEntity, TNestedComplexProperty>;
397
401
  ComplexProperty(property: IComplexProperty): ComplexPropertyEntry;
398
- ComplexProperty(propertyName: string): ComplexPropertyEntry;
402
+ Property<TProperty>(propertyExpression: Expression_1<Func_2<TComplexProperty, TProperty>>): PropertyEntry_2<TEntity, TProperty>;
399
403
  Property<TProperty>(property: IProperty): PropertyEntry_2<TEntity, TProperty>;
400
404
  Property<TProperty>(propertyName: string): PropertyEntry_2<TEntity, TProperty>;
401
405
  Property(property: IProperty): PropertyEntry;
402
- Property(propertyName: string): PropertyEntry;
403
406
  }
404
407
 
405
408
 
@@ -533,26 +536,26 @@ export interface EntityEntry_1$instance<TEntity> extends EntityEntry$instance, M
533
536
 
534
537
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
535
538
 
539
+ Collection<TProperty>(propertyExpression: Expression_1<Func_2<TEntity, IEnumerable_1<TProperty>>>): CollectionEntry_2<TEntity, TProperty>;
536
540
  Collection<TProperty>(navigation: INavigationBase): CollectionEntry_2<TEntity, TProperty>;
537
541
  Collection<TProperty>(propertyName: string): CollectionEntry_2<TEntity, TProperty>;
538
542
  Collection(navigation: INavigationBase): CollectionEntry;
539
- Collection(propertyName: string): CollectionEntry;
543
+ ComplexCollection<TElement>(propertyExpression: Expression_1<Func_2<TEntity, IEnumerable_1<TElement>>>): ComplexCollectionEntry_2<TEntity, TElement>;
540
544
  ComplexCollection<TElement>(complexProperty: IComplexProperty): ComplexCollectionEntry_2<TEntity, TElement>;
541
545
  ComplexCollection<TElement>(propertyName: string): ComplexCollectionEntry_2<TEntity, TElement>;
542
546
  ComplexCollection(property: IComplexProperty): ComplexCollectionEntry;
543
- ComplexCollection(propertyName: string): ComplexCollectionEntry;
547
+ ComplexProperty<TProperty>(propertyExpression: Expression_1<Func_2<TEntity, TProperty>>): ComplexPropertyEntry_2<TEntity, TProperty>;
544
548
  ComplexProperty<TProperty>(complexProperty: IComplexProperty): ComplexPropertyEntry_2<TEntity, TProperty>;
545
549
  ComplexProperty<TProperty>(propertyName: string): ComplexPropertyEntry_2<TEntity, TProperty>;
546
550
  ComplexProperty(property: IComplexProperty): ComplexPropertyEntry;
547
- ComplexProperty(propertyName: string): ComplexPropertyEntry;
551
+ Property<TProperty>(propertyExpression: Expression_1<Func_2<TEntity, TProperty>>): PropertyEntry_2<TEntity, TProperty>;
548
552
  Property<TProperty>(property: IProperty): PropertyEntry_2<TEntity, TProperty>;
549
553
  Property<TProperty>(propertyName: string): PropertyEntry_2<TEntity, TProperty>;
550
554
  Property(property: IProperty): PropertyEntry;
551
- Property(propertyName: string): PropertyEntry;
555
+ Reference<TProperty>(propertyExpression: Expression_1<Func_2<TEntity, TProperty>>): ReferenceEntry_2<TEntity, TProperty>;
552
556
  Reference<TProperty>(navigation: INavigationBase): ReferenceEntry_2<TEntity, TProperty>;
553
557
  Reference<TProperty>(propertyName: string): ReferenceEntry_2<TEntity, TProperty>;
554
558
  Reference(navigation: INavigationBase): ReferenceEntry;
555
- Reference(propertyName: string): ReferenceEntry;
556
559
  }
557
560
 
558
561
 
@@ -846,7 +849,7 @@ export interface MemberEntry$instance extends Microsoft_EntityFrameworkCore_Infr
846
849
  readonly EntityEntry: EntityEntry;
847
850
  readonly InternalEntry: IInternalEntry;
848
851
  IsModified: boolean;
849
- readonly Metadata: IComplexProperty | IPropertyBase;
852
+ readonly Metadata: INavigationBase | IPropertyBase;
850
853
  Equals(obj: unknown): boolean;
851
854
  GetHashCode(): int;
852
855
  ToString(): string | undefined;
@@ -1082,6 +1085,7 @@ export interface ReferenceEntry_2$instance<TEntity, TProperty> extends Reference
1082
1085
 
1083
1086
  CurrentValue: TProperty;
1084
1087
  readonly EntityEntry: EntityEntry_1<TEntity>;
1088
+ Query(): IQueryable_1<TProperty>;
1085
1089
  Query(): IQueryable;
1086
1090
  }
1087
1091