@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
@@ -4708,7 +4708,12 @@ export const StoreObjectIdentifier: {
4708
4708
 
4709
4709
  export type StoreObjectIdentifier = StoreObjectIdentifier$instance;
4710
4710
 
4711
- export interface AdHocMapper$instance {
4711
+ export abstract class AdHocMapper$protected {
4712
+ protected readonly Dependencies: AdHocMapperDependencies;
4713
+ }
4714
+
4715
+
4716
+ export interface AdHocMapper$instance extends AdHocMapper$protected {
4712
4717
  BuildConventionSet(): ConventionSet;
4713
4718
  GetOrAddEntityType(clrType: Type): RuntimeEntityType;
4714
4719
  }
@@ -4903,6 +4908,7 @@ export interface InstantiationBinding$instance {
4903
4908
 
4904
4909
 
4905
4910
  export const InstantiationBinding: {
4911
+ new(parameterBindings: IReadOnlyList<ParameterBinding>): InstantiationBinding;
4906
4912
  };
4907
4913
 
4908
4914
 
@@ -4923,7 +4929,12 @@ export const KeyComparer: {
4923
4929
 
4924
4930
  export type KeyComparer = KeyComparer$instance;
4925
4931
 
4926
- export interface LazyLoaderParameterBindingFactory$instance extends ServiceParameterBindingFactory$instance {
4932
+ export abstract class LazyLoaderParameterBindingFactory$protected {
4933
+ protected readonly Dependencies: LazyLoaderParameterBindingFactoryDependencies;
4934
+ }
4935
+
4936
+
4937
+ export interface LazyLoaderParameterBindingFactory$instance extends LazyLoaderParameterBindingFactory$protected, ServiceParameterBindingFactory$instance {
4927
4938
  Bind(entityType: IMutableEntityType, parameterType: Type, parameterName: string): ParameterBinding;
4928
4939
  Bind(entityType: IConventionEntityType, parameterType: Type, parameterName: string): ParameterBinding;
4929
4940
  Bind(entityType: IReadOnlyEntityType, parameterType: Type, parameterName: string): ParameterBinding;
@@ -4981,6 +4992,7 @@ export interface ParameterBinding$instance {
4981
4992
 
4982
4993
 
4983
4994
  export const ParameterBinding: {
4995
+ new(parameterType: Type, consumedProperties: IPropertyBase[]): ParameterBinding;
4984
4996
  };
4985
4997
 
4986
4998
 
@@ -4999,7 +5011,12 @@ export const PropertyParameterBinding: {
4999
5011
 
5000
5012
  export type PropertyParameterBinding = PropertyParameterBinding$instance;
5001
5013
 
5002
- export interface RelationalAdHocMapper$instance extends AdHocMapper$instance {
5014
+ export abstract class RelationalAdHocMapper$protected {
5015
+ protected readonly RelationalDependencies: RelationalAdHocMapperDependencies;
5016
+ }
5017
+
5018
+
5019
+ export interface RelationalAdHocMapper$instance extends RelationalAdHocMapper$protected, AdHocMapper$instance {
5003
5020
  BuildConventionSet(): ConventionSet;
5004
5021
  GetOrAddEntityType(clrType: Type): RuntimeEntityType;
5005
5022
  }
@@ -5033,7 +5050,12 @@ export const RelationalAdHocMapperDependencies: {
5033
5050
 
5034
5051
  export type RelationalAdHocMapperDependencies = RelationalAdHocMapperDependencies$instance;
5035
5052
 
5036
- export interface RelationalAnnotationProvider$instance {
5053
+ export abstract class RelationalAnnotationProvider$protected {
5054
+ protected readonly Dependencies: RelationalAnnotationProviderDependencies;
5055
+ }
5056
+
5057
+
5058
+ export interface RelationalAnnotationProvider$instance extends RelationalAnnotationProvider$protected {
5037
5059
  For(model: IRelationalModel, designTime: boolean): IEnumerable<IAnnotation>;
5038
5060
  For(table: ITable, designTime: boolean): IEnumerable<IAnnotation>;
5039
5061
  For(column: IColumn, designTime: boolean): IEnumerable<IAnnotation>;
@@ -5084,7 +5106,13 @@ export const RelationalAnnotationProviderDependencies: {
5084
5106
 
5085
5107
  export type RelationalAnnotationProviderDependencies = RelationalAnnotationProviderDependencies$instance;
5086
5108
 
5087
- export interface RuntimeComplexProperty$instance extends RuntimePropertyBase$instance {
5109
+ export abstract class RuntimeComplexProperty$protected {
5110
+ protected readonly ClrType: Type;
5111
+ protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
5112
+ }
5113
+
5114
+
5115
+ export interface RuntimeComplexProperty$instance extends RuntimeComplexProperty$protected, RuntimePropertyBase$instance {
5088
5116
  readonly ComplexType: RuntimeComplexType;
5089
5117
  readonly DebugView: DebugView;
5090
5118
  readonly DeclaringType: RuntimeTypeBase;
@@ -5134,7 +5162,12 @@ export interface __RuntimeComplexProperty$views {
5134
5162
  export type RuntimeComplexProperty = RuntimeComplexProperty$instance & __RuntimeComplexProperty$views;
5135
5163
 
5136
5164
 
5137
- export interface RuntimeComplexType$instance extends RuntimeTypeBase$instance {
5165
+ export abstract class RuntimeComplexType$protected {
5166
+ protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
5167
+ }
5168
+
5169
+
5170
+ export interface RuntimeComplexType$instance extends RuntimeComplexType$protected, RuntimeTypeBase$instance {
5138
5171
  readonly ComplexProperty: RuntimeComplexProperty;
5139
5172
  get ConstructorBinding(): InstantiationBinding | undefined;
5140
5173
  set ConstructorBinding(value: InstantiationBinding);
@@ -5209,7 +5242,12 @@ export interface __RuntimeComplexType$views {
5209
5242
  export type RuntimeComplexType = RuntimeComplexType$instance & __RuntimeComplexType$views;
5210
5243
 
5211
5244
 
5212
- export interface RuntimeDbFunction$instance extends AnnotatableBase {
5245
+ export abstract class RuntimeDbFunction$protected {
5246
+ protected AddRuntimeAnnotation2(name: string, annotation: Annotation): Annotation;
5247
+ }
5248
+
5249
+
5250
+ export interface RuntimeDbFunction$instance extends RuntimeDbFunction$protected, AnnotatableBase {
5213
5251
  readonly DebugView: DebugView;
5214
5252
  readonly Model: RuntimeModel;
5215
5253
  readonly ModelName: string;
@@ -5246,7 +5284,12 @@ export interface __RuntimeDbFunction$views {
5246
5284
  export type RuntimeDbFunction = RuntimeDbFunction$instance & __RuntimeDbFunction$views;
5247
5285
 
5248
5286
 
5249
- export interface RuntimeDbFunctionParameter$instance extends AnnotatableBase {
5287
+ export abstract class RuntimeDbFunctionParameter$protected {
5288
+ protected AddRuntimeAnnotation2(name: string, annotation: Annotation): Annotation;
5289
+ }
5290
+
5291
+
5292
+ export interface RuntimeDbFunctionParameter$instance extends RuntimeDbFunctionParameter$protected, AnnotatableBase {
5250
5293
  readonly DebugView: DebugView;
5251
5294
  readonly Function: RuntimeDbFunction;
5252
5295
  readonly Name: string;
@@ -5281,7 +5324,12 @@ export interface __RuntimeDbFunctionParameter$views {
5281
5324
  export type RuntimeDbFunctionParameter = RuntimeDbFunctionParameter$instance & __RuntimeDbFunctionParameter$views;
5282
5325
 
5283
5326
 
5284
- export interface RuntimeElementType$instance extends RuntimeAnnotatableBase {
5327
+ export abstract class RuntimeElementType$protected {
5328
+ protected AddRuntimeAnnotation2(name: string, annotation: Annotation): Annotation;
5329
+ }
5330
+
5331
+
5332
+ export interface RuntimeElementType$instance extends RuntimeElementType$protected, RuntimeAnnotatableBase {
5285
5333
  readonly ClrType: Type;
5286
5334
  readonly CollectionProperty: IProperty;
5287
5335
  readonly DebugView: DebugView;
@@ -5328,7 +5376,12 @@ export interface __RuntimeElementType$views {
5328
5376
  export type RuntimeElementType = RuntimeElementType$instance & __RuntimeElementType$views;
5329
5377
 
5330
5378
 
5331
- export interface RuntimeEntityType$instance extends RuntimeTypeBase$instance {
5379
+ export abstract class RuntimeEntityType$protected {
5380
+ protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
5381
+ }
5382
+
5383
+
5384
+ export interface RuntimeEntityType$instance extends RuntimeEntityType$protected, RuntimeTypeBase$instance {
5332
5385
  get ConstructorBinding(): InstantiationBinding | undefined;
5333
5386
  set ConstructorBinding(value: InstantiationBinding);
5334
5387
  readonly DebugView: DebugView;
@@ -5433,7 +5486,12 @@ export interface __RuntimeEntityType$views {
5433
5486
  export type RuntimeEntityType = RuntimeEntityType$instance & __RuntimeEntityType$views;
5434
5487
 
5435
5488
 
5436
- export interface RuntimeEntityTypeMappingFragment$instance extends AnnotatableBase {
5489
+ export abstract class RuntimeEntityTypeMappingFragment$protected {
5490
+ protected AddRuntimeAnnotation2(name: string, annotation: Annotation): Annotation;
5491
+ }
5492
+
5493
+
5494
+ export interface RuntimeEntityTypeMappingFragment$instance extends RuntimeEntityTypeMappingFragment$protected, AnnotatableBase {
5437
5495
  readonly DebugView: DebugView;
5438
5496
  readonly EntityType: RuntimeEntityType;
5439
5497
  readonly IsTableExcludedFromMigrations: Nullable<System_Internal.Boolean>;
@@ -5468,7 +5526,12 @@ export interface __RuntimeEntityTypeMappingFragment$views {
5468
5526
  export type RuntimeEntityTypeMappingFragment = RuntimeEntityTypeMappingFragment$instance & __RuntimeEntityTypeMappingFragment$views;
5469
5527
 
5470
5528
 
5471
- export interface RuntimeForeignKey$instance extends RuntimeAnnotatableBase {
5529
+ export abstract class RuntimeForeignKey$protected {
5530
+ protected AddRuntimeAnnotation2(name: string, annotation: Annotation): Annotation;
5531
+ }
5532
+
5533
+
5534
+ export interface RuntimeForeignKey$instance extends RuntimeForeignKey$protected, RuntimeAnnotatableBase {
5472
5535
  readonly DebugView: DebugView;
5473
5536
  readonly DeclaringEntityType: RuntimeEntityType;
5474
5537
  readonly PrincipalEntityType: RuntimeEntityType;
@@ -5508,7 +5571,12 @@ export interface __RuntimeForeignKey$views {
5508
5571
  export type RuntimeForeignKey = RuntimeForeignKey$instance & __RuntimeForeignKey$views;
5509
5572
 
5510
5573
 
5511
- export interface RuntimeIndex$instance extends RuntimeAnnotatableBase {
5574
+ export abstract class RuntimeIndex$protected {
5575
+ protected AddRuntimeAnnotation2(name: string, annotation: Annotation): Annotation;
5576
+ }
5577
+
5578
+
5579
+ export interface RuntimeIndex$instance extends RuntimeIndex$protected, RuntimeAnnotatableBase {
5512
5580
  readonly DebugView: DebugView;
5513
5581
  readonly DeclaringEntityType: RuntimeEntityType;
5514
5582
  readonly Name: string;
@@ -5543,7 +5611,12 @@ export interface __RuntimeIndex$views {
5543
5611
  export type RuntimeIndex = RuntimeIndex$instance & __RuntimeIndex$views;
5544
5612
 
5545
5613
 
5546
- export interface RuntimeKey$instance extends RuntimeAnnotatableBase {
5614
+ export abstract class RuntimeKey$protected {
5615
+ protected AddRuntimeAnnotation2(name: string, annotation: Annotation): Annotation;
5616
+ }
5617
+
5618
+
5619
+ export interface RuntimeKey$instance extends RuntimeKey$protected, RuntimeAnnotatableBase {
5547
5620
  readonly DebugView: DebugView;
5548
5621
  readonly DeclaringEntityType: RuntimeEntityType;
5549
5622
  readonly Properties: IReadOnlyList<RuntimeProperty>;
@@ -5582,7 +5655,12 @@ export interface __RuntimeKey$views {
5582
5655
  export type RuntimeKey = RuntimeKey$instance & __RuntimeKey$views;
5583
5656
 
5584
5657
 
5585
- export interface RuntimeModel$instance extends RuntimeAnnotatableBase {
5658
+ export abstract class RuntimeModel$protected {
5659
+ protected AddRuntimeAnnotation2(name: string, annotation: Annotation): Annotation;
5660
+ }
5661
+
5662
+
5663
+ export interface RuntimeModel$instance extends RuntimeModel$protected, RuntimeAnnotatableBase {
5586
5664
  readonly DebugView: DebugView;
5587
5665
  ModelId: Guid;
5588
5666
  AddEntityType(name: string, type: Type, baseType?: RuntimeEntityType, sharedClrType?: boolean, changeTrackingStrategy?: ChangeTrackingStrategy, indexerPropertyInfo?: PropertyInfo, propertyBag?: boolean, discriminatorProperty?: string, discriminatorValue?: unknown, derivedTypesCount?: int, propertyCount?: int, complexPropertyCount?: int, navigationCount?: int, skipNavigationCount?: int, servicePropertyCount?: int, foreignKeyCount?: int, unnamedIndexCount?: int, namedIndexCount?: int, keyCount?: int, triggerCount?: int): RuntimeEntityType;
@@ -5624,7 +5702,13 @@ export interface __RuntimeModel$views {
5624
5702
  export type RuntimeModel = RuntimeModel$instance & __RuntimeModel$views;
5625
5703
 
5626
5704
 
5627
- export interface RuntimeNavigation$instance extends RuntimePropertyBase$instance {
5705
+ export abstract class RuntimeNavigation$protected {
5706
+ protected readonly ClrType: Type;
5707
+ protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
5708
+ }
5709
+
5710
+
5711
+ export interface RuntimeNavigation$instance extends RuntimeNavigation$protected, RuntimePropertyBase$instance {
5628
5712
  readonly DebugView: DebugView;
5629
5713
  readonly DeclaringEntityType: RuntimeEntityType;
5630
5714
  readonly DeclaringType: RuntimeTypeBase;
@@ -5678,13 +5762,19 @@ export interface __RuntimeNavigation$views {
5678
5762
  export type RuntimeNavigation = RuntimeNavigation$instance & __RuntimeNavigation$views;
5679
5763
 
5680
5764
 
5681
- export interface RuntimeProperty$instance extends RuntimePropertyBase$instance {
5765
+ export abstract class RuntimeProperty$protected {
5766
+ protected readonly ClrType: Type;
5767
+ protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
5768
+ }
5769
+
5770
+
5771
+ export interface RuntimeProperty$instance extends RuntimeProperty$protected, RuntimePropertyBase$instance {
5682
5772
  readonly DebugView: DebugView;
5683
5773
  readonly DeclaringType: RuntimeTypeBase;
5684
5774
  ForeignKeys: ISet<RuntimeForeignKey>;
5685
5775
  Indexes: List<RuntimeIndex>;
5686
5776
  readonly IsCollection: boolean;
5687
- readonly IsPrimitiveCollection: boolean;
5777
+ IsPrimitiveCollection: boolean;
5688
5778
  get Keys(): List<RuntimeKey> | undefined;
5689
5779
  set Keys(value: List<RuntimeKey>);
5690
5780
  get PrimaryKey(): RuntimeKey | undefined;
@@ -5745,7 +5835,13 @@ export interface __RuntimeProperty$views {
5745
5835
  export type RuntimeProperty = RuntimeProperty$instance & __RuntimeProperty$views;
5746
5836
 
5747
5837
 
5748
- export interface RuntimePropertyBase$instance extends RuntimeAnnotatableBase {
5838
+ export abstract class RuntimePropertyBase$protected {
5839
+ protected readonly ClrType: Type;
5840
+ protected AddRuntimeAnnotation2(name: string, annotation: Annotation): Annotation;
5841
+ }
5842
+
5843
+
5844
+ export interface RuntimePropertyBase$instance extends RuntimePropertyBase$protected, RuntimeAnnotatableBase {
5749
5845
  readonly DeclaringType: RuntimeTypeBase;
5750
5846
  readonly IsCollection: boolean;
5751
5847
  readonly Name: string;
@@ -5775,6 +5871,7 @@ export interface RuntimePropertyBase$instance extends RuntimeAnnotatableBase {
5775
5871
 
5776
5872
 
5777
5873
  export const RuntimePropertyBase: {
5874
+ new(name: string, propertyInfo: PropertyInfo, fieldInfo: FieldInfo, propertyAccessMode: PropertyAccessMode): RuntimePropertyBase;
5778
5875
  };
5779
5876
 
5780
5877
 
@@ -5789,7 +5886,12 @@ export interface __RuntimePropertyBase$views {
5789
5886
  export type RuntimePropertyBase = RuntimePropertyBase$instance & __RuntimePropertyBase$views;
5790
5887
 
5791
5888
 
5792
- export interface RuntimeRelationalPropertyOverrides$instance extends AnnotatableBase {
5889
+ export abstract class RuntimeRelationalPropertyOverrides$protected {
5890
+ protected AddRuntimeAnnotation2(name: string, annotation: Annotation): Annotation;
5891
+ }
5892
+
5893
+
5894
+ export interface RuntimeRelationalPropertyOverrides$instance extends RuntimeRelationalPropertyOverrides$protected, AnnotatableBase {
5793
5895
  readonly DebugView: DebugView;
5794
5896
  readonly Property: RuntimeProperty;
5795
5897
  readonly StoreObject: StoreObjectIdentifier;
@@ -5823,7 +5925,12 @@ export interface __RuntimeRelationalPropertyOverrides$views {
5823
5925
  export type RuntimeRelationalPropertyOverrides = RuntimeRelationalPropertyOverrides$instance & __RuntimeRelationalPropertyOverrides$views;
5824
5926
 
5825
5927
 
5826
- export interface RuntimeSequence$instance extends AnnotatableBase {
5928
+ export abstract class RuntimeSequence$protected {
5929
+ protected AddRuntimeAnnotation2(name: string, annotation: Annotation): Annotation;
5930
+ }
5931
+
5932
+
5933
+ export interface RuntimeSequence$instance extends RuntimeSequence$protected, AnnotatableBase {
5827
5934
  readonly DebugView: DebugView;
5828
5935
  readonly Model: RuntimeModel;
5829
5936
  readonly ModelSchema: string | undefined;
@@ -5859,7 +5966,13 @@ export interface __RuntimeSequence$views {
5859
5966
  export type RuntimeSequence = RuntimeSequence$instance & __RuntimeSequence$views;
5860
5967
 
5861
5968
 
5862
- export interface RuntimeServiceProperty$instance extends RuntimePropertyBase$instance {
5969
+ export abstract class RuntimeServiceProperty$protected {
5970
+ protected readonly ClrType: Type;
5971
+ protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
5972
+ }
5973
+
5974
+
5975
+ export interface RuntimeServiceProperty$instance extends RuntimeServiceProperty$protected, RuntimePropertyBase$instance {
5863
5976
  readonly DebugView: DebugView;
5864
5977
  readonly DeclaringEntityType: RuntimeEntityType;
5865
5978
  readonly DeclaringType: RuntimeTypeBase;
@@ -5910,7 +6023,13 @@ export interface __RuntimeServiceProperty$views {
5910
6023
  export type RuntimeServiceProperty = RuntimeServiceProperty$instance & __RuntimeServiceProperty$views;
5911
6024
 
5912
6025
 
5913
- export interface RuntimeSkipNavigation$instance extends RuntimePropertyBase$instance {
6026
+ export abstract class RuntimeSkipNavigation$protected {
6027
+ protected readonly ClrType: Type;
6028
+ protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
6029
+ }
6030
+
6031
+
6032
+ export interface RuntimeSkipNavigation$instance extends RuntimeSkipNavigation$protected, RuntimePropertyBase$instance {
5914
6033
  readonly DebugView: DebugView;
5915
6034
  readonly DeclaringEntityType: RuntimeEntityType;
5916
6035
  readonly DeclaringType: RuntimeTypeBase;
@@ -5966,7 +6085,12 @@ export interface __RuntimeSkipNavigation$views {
5966
6085
  export type RuntimeSkipNavigation = RuntimeSkipNavigation$instance & __RuntimeSkipNavigation$views;
5967
6086
 
5968
6087
 
5969
- export interface RuntimeStoredProcedure$instance extends AnnotatableBase {
6088
+ export abstract class RuntimeStoredProcedure$protected {
6089
+ protected AddRuntimeAnnotation2(name: string, annotation: Annotation): Annotation;
6090
+ }
6091
+
6092
+
6093
+ export interface RuntimeStoredProcedure$instance extends RuntimeStoredProcedure$protected, AnnotatableBase {
5970
6094
  readonly DebugView: DebugView;
5971
6095
  EntityType: RuntimeEntityType;
5972
6096
  AddParameter(name: string, direction: ParameterDirection, forRowsAffected: boolean, propertyName: string, forOriginalValue: Nullable<System_Internal.Boolean>): RuntimeStoredProcedureParameter;
@@ -6001,7 +6125,12 @@ export interface __RuntimeStoredProcedure$views {
6001
6125
  export type RuntimeStoredProcedure = RuntimeStoredProcedure$instance & __RuntimeStoredProcedure$views;
6002
6126
 
6003
6127
 
6004
- export interface RuntimeTrigger$instance extends RuntimeAnnotatableBase {
6128
+ export abstract class RuntimeTrigger$protected {
6129
+ protected AddRuntimeAnnotation2(name: string, annotation: Annotation): Annotation;
6130
+ }
6131
+
6132
+
6133
+ export interface RuntimeTrigger$instance extends RuntimeTrigger$protected, RuntimeAnnotatableBase {
6005
6134
  readonly DebugView: DebugView;
6006
6135
  readonly EntityType: IEntityType;
6007
6136
  readonly ModelName: string;
@@ -6035,7 +6164,17 @@ export interface __RuntimeTrigger$views {
6035
6164
  export type RuntimeTrigger = RuntimeTrigger$instance & __RuntimeTrigger$views;
6036
6165
 
6037
6166
 
6038
- export interface RuntimeTypeBase$instance extends RuntimeAnnotatableBase {
6167
+ export abstract class RuntimeTypeBase$protected {
6168
+ protected readonly DirectlyDerivedTypes: IEnumerable<RuntimeTypeBase>;
6169
+ protected readonly HasDirectlyDerivedTypes: boolean;
6170
+ protected AddRuntimeAnnotation2(name: string, annotation: Annotation): Annotation;
6171
+ protected FindDeclaredProperty(name: string): RuntimeProperty | undefined;
6172
+ protected GetDerivedTypes<T extends RuntimeTypeBase>(): IEnumerable<T>;
6173
+ protected GetProperties(): IEnumerable<RuntimeProperty>;
6174
+ }
6175
+
6176
+
6177
+ export interface RuntimeTypeBase$instance extends RuntimeTypeBase$protected, RuntimeAnnotatableBase {
6039
6178
  readonly BaseType: RuntimeTypeBase | undefined;
6040
6179
  readonly ClrType: Type;
6041
6180
  get ConstructorBinding(): InstantiationBinding | undefined;
@@ -6092,7 +6231,9 @@ export interface RuntimeTypeBase$instance extends RuntimeAnnotatableBase {
6092
6231
 
6093
6232
 
6094
6233
  export const RuntimeTypeBase: {
6234
+ new(name: string, type: Type, model: RuntimeModel, baseType: RuntimeTypeBase, changeTrackingStrategy: ChangeTrackingStrategy, indexerPropertyInfo: PropertyInfo, propertyBag: boolean, discriminatorProperty: string, discriminatorValue: unknown, derivedTypesCount: int, propertyCount: int, complexPropertyCount: int): RuntimeTypeBase;
6095
6235
  FindIndexerProperty(type: Type): PropertyInfo | undefined;
6236
+ ToEnumerable<T>(element: T): IEnumerable<T>;
6096
6237
  };
6097
6238
 
6098
6239
 
@@ -6107,7 +6248,12 @@ export interface __RuntimeTypeBase$views {
6107
6248
  export type RuntimeTypeBase = RuntimeTypeBase$instance & __RuntimeTypeBase$views;
6108
6249
 
6109
6250
 
6110
- export interface RuntimeTypeMappingConfiguration$instance extends RuntimeAnnotatableBase {
6251
+ export abstract class RuntimeTypeMappingConfiguration$protected {
6252
+ protected AddRuntimeAnnotation2(name: string, annotation: Annotation): Annotation;
6253
+ }
6254
+
6255
+
6256
+ export interface RuntimeTypeMappingConfiguration$instance extends RuntimeTypeMappingConfiguration$protected, RuntimeAnnotatableBase {
6111
6257
  readonly ClrType: Type;
6112
6258
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
6113
6259
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
@@ -6146,6 +6292,7 @@ export interface ServiceParameterBinding$instance extends ParameterBinding {
6146
6292
 
6147
6293
 
6148
6294
  export const ServiceParameterBinding: {
6295
+ new(parameterType: Type, serviceType: Type, serviceProperties: IPropertyBase[]): ServiceParameterBinding;
6149
6296
  };
6150
6297
 
6151
6298