@tsonic/efcore 10.0.2 → 10.0.5

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 (37) hide show
  1. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +52 -34
  2. package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +131 -65
  3. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +350 -252
  4. package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +58 -54
  5. package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +20 -14
  6. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +115 -45
  7. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +40 -43
  8. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +264 -236
  9. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +27 -9
  10. package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +100 -7
  11. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +763 -381
  12. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +311 -241
  13. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +704 -539
  14. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +18 -13
  15. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/internal/index.d.ts +11 -1
  16. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1041 -691
  17. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +125 -114
  18. package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +65 -63
  19. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +367 -311
  20. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +7 -5
  21. package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +647 -685
  22. package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +294 -283
  23. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +233 -294
  24. package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +17 -9
  25. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +103 -92
  26. package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +372 -435
  27. package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +46 -45
  28. package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +3 -0
  29. package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +19 -31
  30. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +8 -8
  31. package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +155 -130
  32. package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +94 -39
  33. package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +34 -46
  34. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +5 -14
  35. package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
  36. package/__internal/extensions/index.d.ts +860 -595
  37. package/package.json +1 -1
@@ -54,6 +54,8 @@ export enum TypeConfigurationType {
54
54
 
55
55
 
56
56
  export interface IMemberClassifier$instance {
57
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IMemberClassifier: never;
58
+
57
59
  FindCandidateNavigationPropertyType(memberInfo: MemberInfo, model: IConventionModel, useAttributes: boolean, shouldBeOwned: Nullable<System_Internal.Boolean>): Type | undefined;
58
60
  FindServicePropertyCandidateBindingFactory(memberInfo: MemberInfo, model: IConventionModel, useAttributes: boolean): IParameterBindingFactory | undefined;
59
61
  GetInverseCandidateTypes(entityType: IConventionEntityType, useAttributes: boolean): IReadOnlyCollection<Type>;
@@ -66,6 +68,8 @@ export interface IMemberClassifier$instance {
66
68
  export type IMemberClassifier = IMemberClassifier$instance;
67
69
 
68
70
  export interface IReferenceRoot_1$instance<T> {
71
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IReferenceRoot_1: never;
72
+
69
73
  Release(reference: Reference_1<T>): void;
70
74
  Track(object: T): Reference_1<T>;
71
75
  }
@@ -74,6 +78,8 @@ export interface IReferenceRoot_1$instance<T> {
74
78
  export type IReferenceRoot_1<T> = IReferenceRoot_1$instance<T>;
75
79
 
76
80
  export interface IRuntimeComplexProperty$instance extends IComplexProperty, IReadOnlyComplexProperty, IReadOnlyPropertyBase, IReadOnlyAnnotatable, IPropertyBase, IAnnotatable {
81
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeComplexProperty: never;
82
+
77
83
  readonly ComplexType: IComplexType;
78
84
  readonly IsNullable: boolean;
79
85
  readonly Name: string;
@@ -83,7 +89,7 @@ export interface IRuntimeComplexProperty$instance extends IComplexProperty, IRea
83
89
  readonly IsCollection: boolean;
84
90
  readonly PropertyInfo: PropertyInfo | undefined;
85
91
  readonly FieldInfo: FieldInfo | undefined;
86
- readonly Item: unknown | undefined;
92
+ readonly [name: string]: unknown | undefined;
87
93
  readonly MaterializationSetter: IClrPropertySetter;
88
94
  readonly Accessors: PropertyAccessors;
89
95
  PropertyIndexes: PropertyIndexes;
@@ -112,6 +118,8 @@ export interface IRuntimeComplexProperty$instance extends IComplexProperty, IRea
112
118
  export type IRuntimeComplexProperty = IRuntimeComplexProperty$instance;
113
119
 
114
120
  export interface IRuntimeComplexType$instance extends IComplexType, IReadOnlyComplexType, IReadOnlyTypeBase, IReadOnlyAnnotatable, ITypeBase, IAnnotatable {
121
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeComplexType: never;
122
+
115
123
  readonly CollectionDepth: int;
116
124
  readonly ComplexProperty: IComplexProperty;
117
125
  readonly BaseType: IComplexType | undefined;
@@ -121,7 +129,7 @@ export interface IRuntimeComplexType$instance extends IComplexType, IReadOnlyCom
121
129
  readonly ClrType: Type;
122
130
  readonly HasSharedClrType: boolean;
123
131
  readonly IsPropertyBag: boolean;
124
- readonly Item: unknown | undefined;
132
+ readonly [name: string]: unknown | undefined;
125
133
  readonly ConstructorBinding: InstantiationBinding | undefined;
126
134
  readonly ContainingEntryType: IRuntimeTypeBase;
127
135
  readonly OriginalValueCount: int;
@@ -194,22 +202,24 @@ export interface IRuntimeComplexType$instance extends IComplexType, IReadOnlyCom
194
202
  export type IRuntimeComplexType = IRuntimeComplexType$instance;
195
203
 
196
204
  export interface IRuntimeDbFunction$instance extends IDbFunction, IReadOnlyDbFunction, IReadOnlyAnnotatable, IAnnotatable {
205
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeDbFunction: never;
206
+
197
207
  StoreFunction: IStoreFunction;
198
208
  readonly Model: IModel;
199
209
  readonly Parameters: IReadOnlyList<IDbFunctionParameter>;
200
210
  readonly Name: string;
201
- readonly Schema: string;
211
+ readonly Schema: string | undefined;
202
212
  readonly ModelName: string;
203
213
  readonly MethodInfo: MethodInfo | undefined;
204
214
  readonly IsBuiltIn: boolean;
205
215
  readonly IsScalar: boolean;
206
216
  readonly IsAggregate: boolean;
207
217
  readonly IsNullable: boolean;
208
- readonly StoreType: string;
218
+ readonly StoreType: string | undefined;
209
219
  readonly ReturnType: Type;
210
- readonly TypeMapping: RelationalTypeMapping;
220
+ readonly TypeMapping: RelationalTypeMapping | undefined;
211
221
  readonly Translation: Func<IReadOnlyList<SqlExpression>, SqlExpression> | undefined;
212
- readonly Item: unknown | undefined;
222
+ readonly [name: string]: unknown | undefined;
213
223
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
214
224
  AnnotationsToDebugString(indent?: int): string;
215
225
  FindAnnotation(name: string): IAnnotation | undefined;
@@ -225,14 +235,16 @@ export interface IRuntimeDbFunction$instance extends IDbFunction, IReadOnlyDbFun
225
235
  export type IRuntimeDbFunction = IRuntimeDbFunction$instance;
226
236
 
227
237
  export interface IRuntimeDbFunctionParameter$instance extends IDbFunctionParameter, IReadOnlyDbFunctionParameter, IReadOnlyAnnotatable, IAnnotatable {
238
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeDbFunctionParameter: never;
239
+
228
240
  StoreFunctionParameter: IStoreFunctionParameter;
229
241
  readonly StoreType: string;
230
242
  readonly Function: IDbFunction;
231
243
  readonly Name: string;
232
244
  readonly ClrType: Type;
233
245
  readonly PropagatesNullability: boolean;
234
- readonly TypeMapping: RelationalTypeMapping;
235
- readonly Item: unknown | undefined;
246
+ readonly TypeMapping: RelationalTypeMapping | undefined;
247
+ readonly [name: string]: unknown | undefined;
236
248
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
237
249
  AnnotationsToDebugString(indent?: int): string;
238
250
  FindAnnotation(name: string): IAnnotation | undefined;
@@ -248,6 +260,8 @@ export interface IRuntimeDbFunctionParameter$instance extends IDbFunctionParamet
248
260
  export type IRuntimeDbFunctionParameter = IRuntimeDbFunctionParameter$instance;
249
261
 
250
262
  export interface IRuntimeEntityType$instance extends IEntityType, IReadOnlyEntityType, IReadOnlyTypeBase, IReadOnlyAnnotatable, ITypeBase, IAnnotatable {
263
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeEntityType: never;
264
+
251
265
  readonly BaseType: IRuntimeEntityType | undefined;
252
266
  readonly RelationshipSnapshotFactory: Func<IInternalEntry, ISnapshot>;
253
267
  readonly ServiceOnlyConstructorBinding: InstantiationBinding | undefined;
@@ -257,7 +271,7 @@ export interface IRuntimeEntityType$instance extends IEntityType, IReadOnlyEntit
257
271
  readonly ClrType: Type;
258
272
  readonly HasSharedClrType: boolean;
259
273
  readonly IsPropertyBag: boolean;
260
- readonly Item: unknown | undefined;
274
+ readonly [name: string]: unknown | undefined;
261
275
  readonly ConstructorBinding: InstantiationBinding | undefined;
262
276
  readonly ContainingEntryType: IRuntimeTypeBase;
263
277
  readonly OriginalValueCount: int;
@@ -391,6 +405,8 @@ export interface IRuntimeEntityType$instance extends IEntityType, IReadOnlyEntit
391
405
  export type IRuntimeEntityType = IRuntimeEntityType$instance;
392
406
 
393
407
  export interface IRuntimeForeignKey$instance extends IForeignKey, IReadOnlyForeignKey, IReadOnlyAnnotatable, IAnnotatable {
408
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeForeignKey: never;
409
+
394
410
  DependentKeyValueFactory: IDependentKeyValueFactory;
395
411
  DependentsMapFactory: Func<IDependentsMap>;
396
412
  readonly Properties: IReadOnlyList<IProperty>;
@@ -404,7 +420,7 @@ export interface IRuntimeForeignKey$instance extends IForeignKey, IReadOnlyForei
404
420
  readonly IsRequiredDependent: boolean;
405
421
  readonly IsOwnership: boolean;
406
422
  readonly DeleteBehavior: DeleteBehavior;
407
- readonly Item: unknown | undefined;
423
+ readonly [name: string]: unknown | undefined;
408
424
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
409
425
  AnnotationsToDebugString(indent?: int): string;
410
426
  FindAnnotation(name: string): IAnnotation | undefined;
@@ -431,9 +447,11 @@ export interface IRuntimeForeignKey$instance extends IForeignKey, IReadOnlyForei
431
447
  export type IRuntimeForeignKey = IRuntimeForeignKey$instance;
432
448
 
433
449
  export interface IRuntimeKey$instance extends IKey, IReadOnlyKey, IReadOnlyAnnotatable, IAnnotatable {
450
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeKey: never;
451
+
434
452
  readonly Properties: IReadOnlyList<IProperty>;
435
453
  readonly DeclaringEntityType: IEntityType;
436
- readonly Item: unknown | undefined;
454
+ readonly [name: string]: unknown | undefined;
437
455
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
438
456
  AnnotationsToDebugString(indent?: int): string;
439
457
  FindAnnotation(name: string): IAnnotation | undefined;
@@ -456,12 +474,14 @@ export interface IRuntimeKey$instance extends IKey, IReadOnlyKey, IReadOnlyAnnot
456
474
  export type IRuntimeKey = IRuntimeKey$instance;
457
475
 
458
476
  export interface IRuntimeModel$instance extends IModel, IReadOnlyModel, IReadOnlyAnnotatable, IAnnotatable {
477
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeModel: never;
478
+
459
479
  readonly SkipDetectChanges: boolean;
460
480
  readonly RelationalModel: unknown | undefined;
461
481
  get ModelDependencies(): RuntimeModelDependencies | undefined;
462
- set ModelDependencies(value: RuntimeModelDependencies);
482
+ set ModelDependencies(value: RuntimeModelDependencies | undefined);
463
483
  readonly ModelId: Guid;
464
- readonly Item: unknown | undefined;
484
+ readonly [name: string]: unknown | undefined;
465
485
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
466
486
  AnnotationsToDebugString(indent?: int): string;
467
487
  FindAnnotation(name: string): IAnnotation | undefined;
@@ -500,6 +520,8 @@ export interface IRuntimeModel$instance extends IModel, IReadOnlyModel, IReadOnl
500
520
  export type IRuntimeModel = IRuntimeModel$instance;
501
521
 
502
522
  export interface IRuntimeNavigation$instance extends INavigation, IReadOnlyNavigation, IReadOnlyNavigationBase, IReadOnlyPropertyBase, IReadOnlyAnnotatable, INavigationBase, IPropertyBase, IAnnotatable {
523
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeNavigation: never;
524
+
503
525
  readonly DeclaringEntityType: IEntityType;
504
526
  readonly TargetEntityType: IEntityType;
505
527
  readonly ForeignKey: IForeignKey;
@@ -514,7 +536,7 @@ export interface IRuntimeNavigation$instance extends INavigation, IReadOnlyNavig
514
536
  readonly IsCollection: boolean;
515
537
  readonly PropertyInfo: PropertyInfo | undefined;
516
538
  readonly FieldInfo: FieldInfo | undefined;
517
- readonly Item: unknown | undefined;
539
+ readonly [name: string]: unknown | undefined;
518
540
  readonly MaterializationSetter: IClrPropertySetter;
519
541
  readonly Accessors: PropertyAccessors;
520
542
  PropertyIndexes: PropertyIndexes;
@@ -544,6 +566,8 @@ export interface IRuntimeNavigation$instance extends INavigation, IReadOnlyNavig
544
566
  export type IRuntimeNavigation = IRuntimeNavigation$instance;
545
567
 
546
568
  export interface IRuntimeNavigationBase$instance extends INavigationBase, IReadOnlyNavigationBase, IReadOnlyPropertyBase, IReadOnlyAnnotatable, IPropertyBase, IAnnotatable {
569
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeNavigationBase: never;
570
+
547
571
  readonly DeclaringEntityType: IEntityType;
548
572
  readonly TargetEntityType: IEntityType;
549
573
  readonly Inverse: INavigationBase;
@@ -556,7 +580,7 @@ export interface IRuntimeNavigationBase$instance extends INavigationBase, IReadO
556
580
  readonly IsCollection: boolean;
557
581
  readonly PropertyInfo: PropertyInfo | undefined;
558
582
  readonly FieldInfo: FieldInfo | undefined;
559
- readonly Item: unknown | undefined;
583
+ readonly [name: string]: unknown | undefined;
560
584
  readonly MaterializationSetter: IClrPropertySetter;
561
585
  readonly Accessors: PropertyAccessors;
562
586
  PropertyIndexes: PropertyIndexes;
@@ -585,6 +609,8 @@ export interface IRuntimeNavigationBase$instance extends INavigationBase, IReadO
585
609
  export type IRuntimeNavigationBase = IRuntimeNavigationBase$instance;
586
610
 
587
611
  export interface IRuntimeProperty$instance extends IProperty, IReadOnlyProperty, IReadOnlyPropertyBase, IReadOnlyAnnotatable, IPropertyBase, IAnnotatable {
612
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeProperty: never;
613
+
588
614
  readonly DeclaringEntityType: IEntityType;
589
615
  readonly IsNullable: boolean;
590
616
  readonly ValueGenerated: ValueGenerated;
@@ -597,7 +623,7 @@ export interface IRuntimeProperty$instance extends IProperty, IReadOnlyProperty,
597
623
  readonly IsCollection: boolean;
598
624
  readonly PropertyInfo: PropertyInfo | undefined;
599
625
  readonly FieldInfo: FieldInfo | undefined;
600
- readonly Item: unknown | undefined;
626
+ readonly [name: string]: unknown | undefined;
601
627
  readonly MaterializationSetter: IClrPropertySetter;
602
628
  readonly Accessors: PropertyAccessors;
603
629
  PropertyIndexes: PropertyIndexes;
@@ -649,6 +675,8 @@ export interface IRuntimeProperty$instance extends IProperty, IReadOnlyProperty,
649
675
  export type IRuntimeProperty = IRuntimeProperty$instance;
650
676
 
651
677
  export interface IRuntimePropertyBase$instance extends IPropertyBase, IReadOnlyPropertyBase, IReadOnlyAnnotatable, IAnnotatable {
678
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimePropertyBase: never;
679
+
652
680
  readonly MaterializationSetter: IClrPropertySetter;
653
681
  readonly Accessors: PropertyAccessors;
654
682
  PropertyIndexes: PropertyIndexes;
@@ -659,7 +687,7 @@ export interface IRuntimePropertyBase$instance extends IPropertyBase, IReadOnlyP
659
687
  readonly IsCollection: boolean;
660
688
  readonly PropertyInfo: PropertyInfo | undefined;
661
689
  readonly FieldInfo: FieldInfo | undefined;
662
- readonly Item: unknown | undefined;
690
+ readonly [name: string]: unknown | undefined;
663
691
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
664
692
  AnnotationsToDebugString(indent?: int): string;
665
693
  FindAnnotation(name: string): IAnnotation | undefined;
@@ -685,6 +713,8 @@ export interface IRuntimePropertyBase$instance extends IPropertyBase, IReadOnlyP
685
713
  export type IRuntimePropertyBase = IRuntimePropertyBase$instance;
686
714
 
687
715
  export interface IRuntimeServiceProperty$instance extends IServiceProperty, IReadOnlyServiceProperty, IReadOnlyPropertyBase, IReadOnlyAnnotatable, IPropertyBase, IAnnotatable {
716
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeServiceProperty: never;
717
+
688
718
  readonly DeclaringEntityType: IEntityType;
689
719
  readonly ParameterBinding: ServiceParameterBinding;
690
720
  readonly Name: string;
@@ -694,7 +724,7 @@ export interface IRuntimeServiceProperty$instance extends IServiceProperty, IRea
694
724
  readonly IsCollection: boolean;
695
725
  readonly PropertyInfo: PropertyInfo | undefined;
696
726
  readonly FieldInfo: FieldInfo | undefined;
697
- readonly Item: unknown | undefined;
727
+ readonly [name: string]: unknown | undefined;
698
728
  readonly MaterializationSetter: IClrPropertySetter;
699
729
  readonly Accessors: PropertyAccessors;
700
730
  PropertyIndexes: PropertyIndexes;
@@ -723,6 +753,8 @@ export interface IRuntimeServiceProperty$instance extends IServiceProperty, IRea
723
753
  export type IRuntimeServiceProperty = IRuntimeServiceProperty$instance;
724
754
 
725
755
  export interface IRuntimeSkipNavigation$instance extends ISkipNavigation, IReadOnlySkipNavigation, IReadOnlyNavigationBase, IReadOnlyPropertyBase, IReadOnlyAnnotatable, INavigationBase, IPropertyBase, IAnnotatable {
756
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeSkipNavigation: never;
757
+
726
758
  readonly DeclaringEntityType: IEntityType;
727
759
  readonly TargetEntityType: IEntityType;
728
760
  readonly JoinEntityType: IEntityType;
@@ -738,7 +770,7 @@ export interface IRuntimeSkipNavigation$instance extends ISkipNavigation, IReadO
738
770
  readonly IsCollection: boolean;
739
771
  readonly PropertyInfo: PropertyInfo | undefined;
740
772
  readonly FieldInfo: FieldInfo | undefined;
741
- readonly Item: unknown | undefined;
773
+ readonly [name: string]: unknown | undefined;
742
774
  readonly MaterializationSetter: IClrPropertySetter;
743
775
  readonly Accessors: PropertyAccessors;
744
776
  PropertyIndexes: PropertyIndexes;
@@ -769,14 +801,16 @@ export interface IRuntimeSkipNavigation$instance extends ISkipNavigation, IReadO
769
801
  export type IRuntimeSkipNavigation = IRuntimeSkipNavigation$instance;
770
802
 
771
803
  export interface IRuntimeStoredProcedure$instance extends IStoredProcedure, IReadOnlyStoredProcedure, IReadOnlyAnnotatable, IAnnotatable {
804
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeStoredProcedure: never;
805
+
772
806
  StoreStoredProcedure: IStoreStoredProcedure;
773
807
  readonly Name: string;
774
808
  readonly EntityType: IEntityType;
775
809
  readonly Parameters: IReadOnlyList<IStoredProcedureParameter>;
776
810
  readonly ResultColumns: IReadOnlyList<IStoredProcedureResultColumn>;
777
- readonly Schema: string;
811
+ readonly Schema: string | undefined;
778
812
  readonly IsRowsAffectedReturned: boolean;
779
- readonly Item: unknown | undefined;
813
+ readonly [name: string]: unknown | undefined;
780
814
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
781
815
  AnnotationsToDebugString(indent?: int): string;
782
816
  FindAnnotation(name: string): IAnnotation | undefined;
@@ -808,14 +842,16 @@ export interface IRuntimeStoredProcedure$instance extends IStoredProcedure, IRea
808
842
  export type IRuntimeStoredProcedure = IRuntimeStoredProcedure$instance;
809
843
 
810
844
  export interface IRuntimeStoredProcedureParameter$instance extends IStoredProcedureParameter, IReadOnlyStoredProcedureParameter, IReadOnlyAnnotatable, IAnnotatable {
845
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeStoredProcedureParameter: never;
846
+
811
847
  StoreParameter: IStoreStoredProcedureParameter;
812
848
  readonly StoredProcedure: IStoredProcedure;
813
849
  readonly Name: string;
814
- readonly PropertyName: string;
850
+ readonly PropertyName: string | undefined;
815
851
  readonly Direction: ParameterDirection;
816
852
  readonly ForOriginalValue: Nullable<System_Internal.Boolean>;
817
853
  readonly ForRowsAffected: boolean;
818
- readonly Item: unknown | undefined;
854
+ readonly [name: string]: unknown | undefined;
819
855
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
820
856
  AnnotationsToDebugString(indent?: int): string;
821
857
  FindAnnotation(name: string): IAnnotation | undefined;
@@ -831,12 +867,14 @@ export interface IRuntimeStoredProcedureParameter$instance extends IStoredProced
831
867
  export type IRuntimeStoredProcedureParameter = IRuntimeStoredProcedureParameter$instance;
832
868
 
833
869
  export interface IRuntimeStoredProcedureResultColumn$instance extends IStoredProcedureResultColumn, IReadOnlyStoredProcedureResultColumn, IReadOnlyAnnotatable, IAnnotatable {
870
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeStoredProcedureResultColumn: never;
871
+
834
872
  StoreResultColumn: IStoreStoredProcedureResultColumn;
835
873
  readonly StoredProcedure: IStoredProcedure;
836
874
  readonly Name: string;
837
- readonly PropertyName: string;
875
+ readonly PropertyName: string | undefined;
838
876
  readonly ForRowsAffected: boolean;
839
- readonly Item: unknown | undefined;
877
+ readonly [name: string]: unknown | undefined;
840
878
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
841
879
  AnnotationsToDebugString(indent?: int): string;
842
880
  FindAnnotation(name: string): IAnnotation | undefined;
@@ -852,6 +890,8 @@ export interface IRuntimeStoredProcedureResultColumn$instance extends IStoredPro
852
890
  export type IRuntimeStoredProcedureResultColumn = IRuntimeStoredProcedureResultColumn$instance;
853
891
 
854
892
  export interface IRuntimeTypeBase$instance extends ITypeBase, IReadOnlyTypeBase, IReadOnlyAnnotatable, IAnnotatable {
893
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeTypeBase: never;
894
+
855
895
  readonly ContainingEntryType: IRuntimeTypeBase;
856
896
  readonly OriginalValueCount: int;
857
897
  readonly PropertyCount: int;
@@ -874,7 +914,7 @@ export interface IRuntimeTypeBase$instance extends ITypeBase, IReadOnlyTypeBase,
874
914
  readonly ClrType: Type;
875
915
  readonly HasSharedClrType: boolean;
876
916
  readonly IsPropertyBag: boolean;
877
- readonly Item: unknown | undefined;
917
+ readonly [name: string]: unknown | undefined;
878
918
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
879
919
  AnnotationsToDebugString(indent?: int): string;
880
920
  CalculateCounts(): PropertyCounts;
@@ -925,9 +965,11 @@ export interface IRuntimeTypeBase$instance extends ITypeBase, IReadOnlyTypeBase,
925
965
  export type IRuntimeTypeBase = IRuntimeTypeBase$instance;
926
966
 
927
967
  export interface TypeIdentity$instance {
968
+ readonly __tsonic_iface_System_IEquatable_1: never;
969
+
928
970
  readonly IsNamed: boolean;
929
971
  readonly Name: string;
930
- readonly Type: Type;
972
+ readonly Type: Type | undefined;
931
973
  Equals(obj: unknown): boolean;
932
974
  Equals(other: TypeIdentity): boolean;
933
975
  GetHashCode(): int;
@@ -943,30 +985,35 @@ export const TypeIdentity: {
943
985
 
944
986
  export type TypeIdentity = TypeIdentity$instance;
945
987
 
946
- export abstract class CheckConstraint$protected {
947
- protected AddAnnotation11(name: string, annotation: Annotation): Annotation;
948
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
949
- protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
950
- }
951
-
988
+ export interface CheckConstraint$instance extends ConventionAnnotatable {
989
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
990
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
991
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ICheckConstraint: never;
992
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
993
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionCheckConstraint: never;
994
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
995
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableCheckConstraint: never;
996
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyCheckConstraint: never;
952
997
 
953
- export interface CheckConstraint$instance extends CheckConstraint$protected, ConventionAnnotatable {
954
998
  readonly DebugView: DebugView;
955
999
  readonly EntityType: IReadOnlyEntityType;
956
1000
  readonly IsInModel: boolean;
957
1001
  readonly IsReadOnly: boolean;
958
1002
  readonly ModelName: string;
959
- Name: string;
1003
+ get Name(): string | undefined;
1004
+ set Name(value: string | undefined);
960
1005
  readonly Sql: string;
961
1006
  AddAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation;
962
1007
  AddAnnotation(name: string, value: unknown, fromDataAnnotation?: boolean): IConventionAnnotation;
963
1008
  AddAnnotation(name: string, value: unknown): IAnnotation;
964
1009
  AddAnnotation(name: string, value: unknown): Annotation;
1010
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
965
1011
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
966
1012
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
967
1013
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
968
1014
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
969
1015
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
1016
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
970
1017
  AnnotationsToDebugString(indent?: int): string;
971
1018
  FindAnnotation(name: string): ConventionAnnotation | undefined;
972
1019
  FindAnnotation(name: string): IConventionAnnotation | undefined;
@@ -985,7 +1032,8 @@ export interface CheckConstraint$instance extends CheckConstraint$protected, Con
985
1032
  RemoveAnnotation(name: string): Annotation | undefined;
986
1033
  SetAnnotation(name: string, value: unknown): void;
987
1034
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
988
- SetName(name: string, configurationSource: ConfigurationSource): string;
1035
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
1036
+ SetName(name: string, configurationSource: ConfigurationSource): string | undefined;
989
1037
  SetRemovedFromModel(): void;
990
1038
  ToString(): string;
991
1039
  UpdateConfigurationSource(configurationSource: ConfigurationSource): void;
@@ -1019,28 +1067,25 @@ export interface __CheckConstraint$views {
1019
1067
  export type CheckConstraint = CheckConstraint$instance & __CheckConstraint$views;
1020
1068
 
1021
1069
 
1022
- export abstract class ClrAccessorFactory_1$protected<TAccessor> {
1023
- protected CreateBase(memberInfo: MemberInfo): TAccessor;
1024
- protected CreateBase(propertyBase: IPropertyBase): TAccessor;
1025
- protected abstract CreateGeneric<TEntity, TDeclaring, TValue>(memberInfo: MemberInfo, propertyBase: IPropertyBase): TAccessor;
1026
- protected abstract GetMemberInfo(propertyBase: IPropertyBase): MemberInfo;
1027
- }
1028
-
1029
-
1030
- export interface ClrAccessorFactory_1$instance<TAccessor> extends ClrAccessorFactory_1$protected<TAccessor> {
1070
+ export interface ClrAccessorFactory_1$instance<TAccessor> {
1031
1071
  Create(property: IPropertyBase): TAccessor;
1032
1072
  Create(memberInfo: MemberInfo): TAccessor;
1073
+ CreateBase(memberInfo: MemberInfo): TAccessor;
1074
+ CreateBase(propertyBase: IPropertyBase): TAccessor;
1075
+ CreateGeneric<TEntity, TDeclaring, TValue>(memberInfo: MemberInfo, propertyBase: IPropertyBase): TAccessor;
1076
+ GetMemberInfo(propertyBase: IPropertyBase): MemberInfo;
1033
1077
  }
1034
1078
 
1035
1079
 
1036
- export const ClrAccessorFactory_1: {
1037
- new<TAccessor>(): ClrAccessorFactory_1<TAccessor>;
1080
+ export const ClrAccessorFactory_1: (abstract new<TAccessor>() => ClrAccessorFactory_1<TAccessor>) & {
1038
1081
  };
1039
1082
 
1040
1083
 
1041
1084
  export type ClrAccessorFactory_1<TAccessor> = ClrAccessorFactory_1$instance<TAccessor>;
1042
1085
 
1043
1086
  export interface ClrCollectionAccessor_3$instance<TStructural, TCollection extends IEnumerable__System_Collections_Generic<TElement>, TElement> {
1087
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IClrCollectionAccessor: never;
1088
+
1044
1089
  readonly CollectionType: Type;
1045
1090
  Add(entity: unknown, value: unknown, forMaterialization: boolean): boolean;
1046
1091
  AddStandalone(collection: unknown, value: unknown): boolean;
@@ -1068,13 +1113,12 @@ export type ClrCollectionAccessor_3<TStructural, TCollection extends IEnumerable
1068
1113
 
1069
1114
 
1070
1115
  export interface ClrCollectionAccessorFactory$instance {
1071
- Create(structuralProperty: IPropertyBase): IClrCollectionAccessor;
1116
+ Create(structuralProperty: IPropertyBase): IClrCollectionAccessor | undefined;
1072
1117
  Create(navigation: INavigationBase, entityType: Type, propertyType: Type, elementType: Type, getCollection: Expression, setCollection: Expression, setCollectionForMaterialization: Expression, createAndSetCollection: Expression, createCollection: Expression): void;
1073
1118
  }
1074
1119
 
1075
1120
 
1076
1121
  export const ClrCollectionAccessorFactory: {
1077
- new(): ClrCollectionAccessorFactory;
1078
1122
  readonly Instance: ClrCollectionAccessorFactory;
1079
1123
  CreateAndSet<TStructural, TCollection, TConcreteCollection extends TCollection>(entity: TStructural, setterDelegate: Action<TStructural, TCollection>): TCollection;
1080
1124
  CreateAndSetHashSet<TStructural, TCollection, TElement>(entity: TStructural, setterDelegate: Action<TStructural, TCollection>): TCollection;
@@ -1085,6 +1129,8 @@ export const ClrCollectionAccessorFactory: {
1085
1129
  export type ClrCollectionAccessorFactory = ClrCollectionAccessorFactory$instance;
1086
1130
 
1087
1131
  export interface ClrIndexedCollectionAccessor_3$instance<TStructural, TCollection extends IList<TElement>, TElement> {
1132
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IClrIndexedCollectionAccessor: never;
1133
+
1088
1134
  Create(capacity: int): unknown;
1089
1135
  Get(entity: unknown, index: int): unknown | undefined;
1090
1136
  Get(entity: TStructural, index: int): TElement | undefined;
@@ -1108,13 +1154,12 @@ export type ClrIndexedCollectionAccessor_3<TStructural, TCollection extends ILis
1108
1154
 
1109
1155
 
1110
1156
  export interface ClrIndexedCollectionAccessorFactory$instance {
1111
- Create(collection: IPropertyBase): IClrIndexedCollectionAccessor;
1157
+ Create(collection: IPropertyBase): IClrIndexedCollectionAccessor | undefined;
1112
1158
  Create(collection: IPropertyBase, entityType: Type, propertyType: Type, elementType: Type, get: Expression, set: Expression, setForMaterialization: Expression, createCollection: Expression): void;
1113
1159
  }
1114
1160
 
1115
1161
 
1116
1162
  export const ClrIndexedCollectionAccessorFactory: {
1117
- new(): ClrIndexedCollectionAccessorFactory;
1118
1163
  readonly Instance: ClrIndexedCollectionAccessorFactory;
1119
1164
  };
1120
1165
 
@@ -1122,6 +1167,8 @@ export const ClrIndexedCollectionAccessorFactory: {
1122
1167
  export type ClrIndexedCollectionAccessorFactory = ClrIndexedCollectionAccessorFactory$instance;
1123
1168
 
1124
1169
  export interface ClrPropertyGetter_3$instance<TEntity, TStructural, TValue> {
1170
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IClrPropertyGetter: never;
1171
+
1125
1172
  GetClrValue(structuralObject: unknown): unknown | undefined;
1126
1173
  GetClrValue(structuralObject: TStructural): TValue;
1127
1174
  GetClrValueUsingContainingEntity(entity: unknown, indices: IReadOnlyList<System_Internal.Int32>): unknown | undefined;
@@ -1145,45 +1192,36 @@ export interface __ClrPropertyGetter_3$views<TEntity, TStructural, TValue> {
1145
1192
  export type ClrPropertyGetter_3<TEntity, TStructural, TValue> = ClrPropertyGetter_3$instance<TEntity, TStructural, TValue> & __ClrPropertyGetter_3$views<TEntity, TStructural, TValue>;
1146
1193
 
1147
1194
 
1148
- export abstract class ClrPropertyGetterFactory$protected {
1149
- protected CreateGeneric2<TRoot, TDeclaring, TValue>(memberInfo: MemberInfo, propertyBase: IPropertyBase): IClrPropertyGetter;
1150
- protected abstract CreateGeneric<TEntity, TDeclaring, TValue>(memberInfo: MemberInfo, propertyBase: IPropertyBase): unknown;
1151
- protected GetMemberInfo(propertyBase: IPropertyBase): MemberInfo;
1152
- }
1153
-
1154
-
1155
- export interface ClrPropertyGetterFactory$instance extends ClrPropertyGetterFactory$protected, ClrAccessorFactory_1<IClrPropertyGetter> {
1195
+ export interface ClrPropertyGetterFactory$instance extends ClrAccessorFactory_1<IClrPropertyGetter> {
1156
1196
  Create(property: IPropertyBase): IClrPropertyGetter;
1157
1197
  Create(propertyBase: IPropertyBase, getClrValueUsingContainingEntityExpression: Expression, hasSentinelValueUsingContainingEntityExpression: Expression, getClrValueExpression: Expression, hasSentinelValueExpression: Expression): void;
1158
1198
  Create(memberInfo: MemberInfo): IClrPropertyGetter;
1199
+ CreateGeneric<TRoot, TDeclaring, TValue>(memberInfo: MemberInfo, propertyBase: IPropertyBase): IClrPropertyGetter;
1200
+ GetMemberInfo(propertyBase: IPropertyBase): MemberInfo;
1159
1201
  }
1160
1202
 
1161
1203
 
1162
1204
  export const ClrPropertyGetterFactory: {
1163
- new(): ClrPropertyGetterFactory;
1164
1205
  readonly Instance: ClrPropertyGetterFactory;
1165
1206
  };
1166
1207
 
1167
1208
 
1168
1209
  export type ClrPropertyGetterFactory = ClrPropertyGetterFactory$instance;
1169
1210
 
1170
- export abstract class ClrPropertyMaterializationSetterFactory$protected {
1171
- protected GetMemberInfo(propertyBase: IPropertyBase): MemberInfo;
1172
- }
1173
-
1174
-
1175
- export interface ClrPropertyMaterializationSetterFactory$instance extends ClrPropertyMaterializationSetterFactory$protected, ClrPropertySetterFactory {
1211
+ export interface ClrPropertyMaterializationSetterFactory$instance extends ClrPropertySetterFactory {
1212
+ GetMemberInfo(propertyBase: IPropertyBase): MemberInfo;
1176
1213
  }
1177
1214
 
1178
1215
 
1179
1216
  export const ClrPropertyMaterializationSetterFactory: {
1180
- new(): ClrPropertyMaterializationSetterFactory;
1181
1217
  };
1182
1218
 
1183
1219
 
1184
1220
  export type ClrPropertyMaterializationSetterFactory = ClrPropertyMaterializationSetterFactory$instance;
1185
1221
 
1186
1222
  export interface ClrPropertySetter_3$instance<TEntity, TStructural, TValue> {
1223
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IClrPropertySetter: never;
1224
+
1187
1225
  SetClrValue(instance: unknown, value: unknown): unknown;
1188
1226
  SetClrValueUsingContainingEntity(entity: unknown, indices: IReadOnlyList<System_Internal.Int32>, value: unknown): void;
1189
1227
  SetClrValueUsingContainingEntity(entity: TEntity, indices: IReadOnlyList<System_Internal.Int32>, value: TValue): void;
@@ -1203,22 +1241,16 @@ export interface __ClrPropertySetter_3$views<TEntity, TStructural, TValue> {
1203
1241
  export type ClrPropertySetter_3<TEntity, TStructural, TValue> = ClrPropertySetter_3$instance<TEntity, TStructural, TValue> & __ClrPropertySetter_3$views<TEntity, TStructural, TValue>;
1204
1242
 
1205
1243
 
1206
- export abstract class ClrPropertySetterFactory$protected {
1207
- protected CreateGeneric2<TRoot, TDeclaring, TValue>(memberInfo: MemberInfo, propertyBase: IPropertyBase): IClrPropertySetter;
1208
- protected abstract CreateGeneric<TEntity, TDeclaring, TValue>(memberInfo: MemberInfo, propertyBase: IPropertyBase): unknown;
1209
- protected GetMemberInfo(propertyBase: IPropertyBase): MemberInfo;
1210
- }
1211
-
1212
-
1213
- export interface ClrPropertySetterFactory$instance extends ClrPropertySetterFactory$protected, ClrAccessorFactory_1<IClrPropertySetter> {
1244
+ export interface ClrPropertySetterFactory$instance extends ClrAccessorFactory_1<IClrPropertySetter> {
1214
1245
  Create(property: IPropertyBase): IClrPropertySetter;
1215
1246
  Create(propertyBase: IPropertyBase, setterUsingContainingEntityExpression: Expression, setterExpression: Expression): void;
1216
1247
  Create(memberInfo: MemberInfo): IClrPropertySetter;
1248
+ CreateGeneric<TRoot, TDeclaring, TValue>(memberInfo: MemberInfo, propertyBase: IPropertyBase): IClrPropertySetter;
1249
+ GetMemberInfo(propertyBase: IPropertyBase): MemberInfo;
1217
1250
  }
1218
1251
 
1219
1252
 
1220
- export const ClrPropertySetterFactory: {
1221
- new(): ClrPropertySetterFactory;
1253
+ export const ClrPropertySetterFactory: (abstract new() => ClrPropertySetterFactory) & {
1222
1254
  readonly Instance: ClrPropertySetterFactory;
1223
1255
  };
1224
1256
 
@@ -1230,29 +1262,29 @@ export interface CollectionTypeFactory$instance {
1230
1262
  }
1231
1263
 
1232
1264
 
1233
- export const CollectionTypeFactory: {
1234
- new(): CollectionTypeFactory;
1265
+ export const CollectionTypeFactory: (abstract new() => CollectionTypeFactory) & {
1235
1266
  readonly Instance: CollectionTypeFactory;
1236
1267
  };
1237
1268
 
1238
1269
 
1239
1270
  export type CollectionTypeFactory = CollectionTypeFactory$instance;
1240
1271
 
1241
- export abstract class Column$protected {
1242
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
1243
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
1244
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
1245
- }
1272
+ export interface Column$instance extends ColumnBase_1$instance<ColumnMapping> {
1273
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
1274
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
1275
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IColumn: never;
1276
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IColumnBase: never;
1277
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
1246
1278
 
1247
-
1248
- export interface Column$instance extends Column$protected, ColumnBase_1$instance<ColumnMapping> {
1249
1279
  Accessors: ColumnAccessors;
1250
1280
  AddAnnotation(name: string, value: unknown): IAnnotation;
1251
1281
  AddAnnotation(name: string, value: unknown): Annotation;
1282
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
1252
1283
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
1253
1284
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
1254
1285
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
1255
1286
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
1287
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
1256
1288
  AnnotationsToDebugString(indent?: int): string;
1257
1289
  FindAnnotation(name: string): IAnnotation | undefined;
1258
1290
  FindAnnotation(name: string): Annotation | undefined;
@@ -1266,6 +1298,7 @@ export interface Column$instance extends Column$protected, ColumnBase_1$instance
1266
1298
  RemoveAnnotation(name: string): IAnnotation | undefined;
1267
1299
  RemoveAnnotation(name: string): Annotation | undefined;
1268
1300
  SetAnnotation(name: string, value: unknown): void;
1301
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
1269
1302
  ToDebugString(options?: MetadataDebugStringOptions, indent?: int): string;
1270
1303
  ToString(): string;
1271
1304
  }
@@ -1287,30 +1320,29 @@ export interface __Column$views {
1287
1320
  export type Column = Column$instance & __Column$views;
1288
1321
 
1289
1322
 
1290
- export abstract class ColumnBase_1$protected<TColumnMappingBase extends IColumnMappingBase> {
1291
- protected readonly PropertyMappings: List<TColumnMappingBase>;
1292
- protected AddAnnotation5(name: string, annotation: Annotation): Annotation;
1293
- protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
1294
- protected GetDefaultStoreTypeMapping(): RelationalTypeMapping;
1295
- protected SetAnnotation3(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
1296
- }
1297
-
1323
+ export interface ColumnBase_1$instance<TColumnMappingBase extends IColumnMappingBase> extends Annotatable {
1324
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
1325
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
1326
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IColumnBase: never;
1327
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
1298
1328
 
1299
- export interface ColumnBase_1$instance<TColumnMappingBase extends IColumnMappingBase> extends ColumnBase_1$protected<TColumnMappingBase>, Annotatable {
1300
1329
  IsNullable: boolean;
1301
1330
  readonly IsReadOnly: boolean;
1302
1331
  readonly Name: string;
1332
+ readonly PropertyMappings: List<TColumnMappingBase>;
1303
1333
  readonly ProviderClrType: Type;
1304
1334
  readonly StoreType: string;
1305
1335
  readonly StoreTypeMapping: RelationalTypeMapping;
1306
1336
  readonly Table: Table | TableBase;
1307
1337
  AddAnnotation(name: string, value: unknown): IAnnotation;
1308
1338
  AddAnnotation(name: string, value: unknown): Annotation;
1339
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
1309
1340
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
1310
1341
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
1311
1342
  AddPropertyMapping(columnMapping: TColumnMappingBase): boolean;
1312
1343
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
1313
1344
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
1345
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
1314
1346
  AnnotationsToDebugString(indent?: int): string;
1315
1347
  FindAnnotation(name: string): IAnnotation | undefined;
1316
1348
  FindAnnotation(name: string): Annotation | undefined;
@@ -1318,12 +1350,14 @@ export interface ColumnBase_1$instance<TColumnMappingBase extends IColumnMapping
1318
1350
  FindRuntimeAnnotation(name: string): Annotation | undefined;
1319
1351
  FindRuntimeAnnotationValue(name: string): unknown | undefined;
1320
1352
  GetAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
1353
+ GetDefaultStoreTypeMapping(): RelationalTypeMapping;
1321
1354
  GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory: Func<TArg, TValue>, factoryArgument: TArg): TValue;
1322
1355
  GetRuntimeAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
1323
1356
  RemoveAnnotation(name: string): IAnnotation | undefined;
1324
1357
  RemoveAnnotation(name: string): Annotation | undefined;
1325
1358
  RemovePropertyMapping(columnMapping: TColumnMappingBase): void;
1326
1359
  SetAnnotation(name: string, value: unknown): void;
1360
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
1327
1361
  ToString(): string;
1328
1362
  }
1329
1363
 
@@ -1345,6 +1379,9 @@ export type ColumnBase_1<TColumnMappingBase extends IColumnMappingBase> = Column
1345
1379
 
1346
1380
 
1347
1381
  export interface ColumnListComparer$instance {
1382
+ readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
1383
+ readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
1384
+
1348
1385
  Compare(x: IReadOnlyList<IColumn>, y: IReadOnlyList<IColumn>): int;
1349
1386
  Equals(x: IReadOnlyList<IColumn>, y: IReadOnlyList<IColumn>): boolean;
1350
1387
  GetHashCode(obj: IReadOnlyList<IColumn>): int;
@@ -1352,28 +1389,27 @@ export interface ColumnListComparer$instance {
1352
1389
 
1353
1390
 
1354
1391
  export const ColumnListComparer: {
1355
- new(): ColumnListComparer;
1356
1392
  readonly Instance: ColumnListComparer;
1357
1393
  };
1358
1394
 
1359
1395
 
1360
1396
  export type ColumnListComparer = ColumnListComparer$instance;
1361
1397
 
1362
- export abstract class ColumnMapping$protected {
1363
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
1364
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
1365
- protected GetTypeMapping(): RelationalTypeMapping;
1366
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
1367
- }
1368
-
1398
+ export interface ColumnMapping$instance extends ColumnMappingBase$instance {
1399
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
1400
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
1401
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IColumnMapping: never;
1402
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IColumnMappingBase: never;
1403
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
1369
1404
 
1370
- export interface ColumnMapping$instance extends ColumnMapping$protected, ColumnMappingBase$instance {
1371
1405
  AddAnnotation(name: string, value: unknown): IAnnotation;
1372
1406
  AddAnnotation(name: string, value: unknown): Annotation;
1407
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
1373
1408
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
1374
1409
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
1375
1410
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
1376
1411
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
1412
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
1377
1413
  AnnotationsToDebugString(indent?: int): string;
1378
1414
  FindAnnotation(name: string): IAnnotation | undefined;
1379
1415
  FindAnnotation(name: string): Annotation | undefined;
@@ -1383,9 +1419,11 @@ export interface ColumnMapping$instance extends ColumnMapping$protected, ColumnM
1383
1419
  GetAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
1384
1420
  GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory: Func<TArg, TValue>, factoryArgument: TArg): TValue;
1385
1421
  GetRuntimeAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
1422
+ GetTypeMapping(): RelationalTypeMapping;
1386
1423
  RemoveAnnotation(name: string): IAnnotation | undefined;
1387
1424
  RemoveAnnotation(name: string): Annotation | undefined;
1388
1425
  SetAnnotation(name: string, value: unknown): void;
1426
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
1389
1427
  ToString(): string;
1390
1428
  }
1391
1429
 
@@ -1406,15 +1444,12 @@ export interface __ColumnMapping$views {
1406
1444
  export type ColumnMapping = ColumnMapping$instance & __ColumnMapping$views;
1407
1445
 
1408
1446
 
1409
- export abstract class ColumnMappingBase$protected {
1410
- protected AddAnnotation5(name: string, annotation: Annotation): Annotation;
1411
- protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
1412
- protected GetTypeMapping(): RelationalTypeMapping;
1413
- protected SetAnnotation3(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
1414
- }
1415
-
1447
+ export interface ColumnMappingBase$instance extends Annotatable {
1448
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
1449
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
1450
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IColumnMappingBase: never;
1451
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
1416
1452
 
1417
- export interface ColumnMappingBase$instance extends ColumnMappingBase$protected, Annotatable {
1418
1453
  readonly Column: IColumnBase;
1419
1454
  readonly IsReadOnly: boolean;
1420
1455
  readonly Property: IProperty;
@@ -1422,10 +1457,12 @@ export interface ColumnMappingBase$instance extends ColumnMappingBase$protected,
1422
1457
  readonly TypeMapping: RelationalTypeMapping;
1423
1458
  AddAnnotation(name: string, value: unknown): IAnnotation;
1424
1459
  AddAnnotation(name: string, value: unknown): Annotation;
1460
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
1425
1461
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
1426
1462
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
1427
1463
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
1428
1464
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
1465
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
1429
1466
  AnnotationsToDebugString(indent?: int): string;
1430
1467
  FindAnnotation(name: string): IAnnotation | undefined;
1431
1468
  FindAnnotation(name: string): Annotation | undefined;
@@ -1435,9 +1472,11 @@ export interface ColumnMappingBase$instance extends ColumnMappingBase$protected,
1435
1472
  GetAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
1436
1473
  GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory: Func<TArg, TValue>, factoryArgument: TArg): TValue;
1437
1474
  GetRuntimeAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
1475
+ GetTypeMapping(): RelationalTypeMapping;
1438
1476
  RemoveAnnotation(name: string): IAnnotation | undefined;
1439
1477
  RemoveAnnotation(name: string): Annotation | undefined;
1440
1478
  SetAnnotation(name: string, value: unknown): void;
1479
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
1441
1480
  }
1442
1481
 
1443
1482
 
@@ -1457,6 +1496,9 @@ export type ColumnMappingBase = ColumnMappingBase$instance & __ColumnMappingBase
1457
1496
 
1458
1497
 
1459
1498
  export interface ColumnMappingBaseComparer$instance {
1499
+ readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
1500
+ readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
1501
+
1460
1502
  Compare(x: IColumnMappingBase, y: IColumnMappingBase): int;
1461
1503
  Equals(x: IColumnMappingBase, y: IColumnMappingBase): boolean;
1462
1504
  GetHashCode(obj: IColumnMappingBase): int;
@@ -1464,7 +1506,6 @@ export interface ColumnMappingBaseComparer$instance {
1464
1506
 
1465
1507
 
1466
1508
  export const ColumnMappingBaseComparer: {
1467
- new(): ColumnMappingBaseComparer;
1468
1509
  readonly Instance: ColumnMappingBaseComparer;
1469
1510
  };
1470
1511
 
@@ -1472,6 +1513,8 @@ export const ColumnMappingBaseComparer: {
1472
1513
  export type ColumnMappingBaseComparer = ColumnMappingBaseComparer$instance;
1473
1514
 
1474
1515
  export interface ColumnNameComparer$instance {
1516
+ readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
1517
+
1475
1518
  Compare(x: string, y: string): int;
1476
1519
  }
1477
1520
 
@@ -1483,18 +1526,21 @@ export const ColumnNameComparer: {
1483
1526
 
1484
1527
  export type ColumnNameComparer = ColumnNameComparer$instance;
1485
1528
 
1486
- export abstract class ComplexProperty$protected {
1487
- protected AddAnnotation16(name: string, annotation: Annotation): Annotation;
1488
- protected AddRuntimeAnnotation9(name: string, annotation: Annotation): Annotation;
1489
- protected OnAnnotationSet2(name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation): IConventionAnnotation | undefined;
1490
- protected OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
1491
- protected OnFieldInfoSet(newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo): FieldInfo | undefined;
1492
- protected OnPropertyNullableChanged(): Nullable<System_Internal.Boolean>;
1493
- protected SetAnnotation7(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
1494
- }
1529
+ export interface ComplexProperty$instance extends PropertyBase$instance {
1530
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
1531
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
1532
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IComplexProperty: never;
1533
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
1534
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionComplexProperty: never;
1535
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionPropertyBase: never;
1536
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
1537
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableComplexProperty: never;
1538
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutablePropertyBase: never;
1539
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IPropertyBase: never;
1540
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyComplexProperty: never;
1541
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyPropertyBase: never;
1542
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimePropertyBase: never;
1495
1543
 
1496
-
1497
- export interface ComplexProperty$instance extends ComplexProperty$protected, PropertyBase$instance {
1498
1544
  readonly ClrType: Type;
1499
1545
  readonly CollectionAccessor: IClrCollectionAccessor | undefined;
1500
1546
  readonly ComplexType: ComplexType;
@@ -1507,11 +1553,13 @@ export interface ComplexProperty$instance extends ComplexProperty$protected, Pro
1507
1553
  AddAnnotation(name: string, value: unknown): IAnnotation;
1508
1554
  AddAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation;
1509
1555
  AddAnnotation(name: string, value: unknown): Annotation;
1556
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
1510
1557
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
1511
1558
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
1512
1559
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
1513
1560
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
1514
1561
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
1562
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
1515
1563
  AnnotationsToDebugString(indent?: int): string;
1516
1564
  FindAnnotation(name: string): IConventionAnnotation | undefined;
1517
1565
  FindAnnotation(name: string): IAnnotation | undefined;
@@ -1537,10 +1585,15 @@ export interface ComplexProperty$instance extends ComplexProperty$protected, Pro
1537
1585
  GetSetter(): IClrPropertySetter;
1538
1586
  GetShadowIndex(): int;
1539
1587
  IsShadowProperty(): boolean;
1588
+ OnAnnotationSet(name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation): IConventionAnnotation | undefined;
1589
+ OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
1590
+ OnFieldInfoSet(newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo): FieldInfo | undefined;
1591
+ OnPropertyNullableChanged(): Nullable<System_Internal.Boolean>;
1540
1592
  RemoveAnnotation(name: string): IAnnotation | undefined;
1541
1593
  RemoveAnnotation(name: string): Annotation | undefined;
1542
1594
  SetAnnotation(name: string, value: unknown): void;
1543
1595
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
1596
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
1544
1597
  SetField(fieldName: string, configurationSource: ConfigurationSource): FieldInfo | undefined;
1545
1598
  SetField(fieldName: string): void;
1546
1599
  SetField(fieldName: string, fromDataAnnotation?: boolean): FieldInfo | undefined;
@@ -1579,14 +1632,13 @@ export interface __ComplexProperty$views {
1579
1632
  export type ComplexProperty = ComplexProperty$instance & __ComplexProperty$views;
1580
1633
 
1581
1634
 
1582
- export abstract class ComplexPropertyConfiguration$protected {
1583
- protected AddRuntimeAnnotation2(name: string, annotation: Annotation): Annotation;
1584
- }
1585
-
1635
+ export interface ComplexPropertyConfiguration$instance extends AnnotatableBase {
1636
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
1637
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
1586
1638
 
1587
- export interface ComplexPropertyConfiguration$instance extends ComplexPropertyConfiguration$protected, AnnotatableBase {
1588
1639
  readonly ClrType: Type;
1589
1640
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
1641
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
1590
1642
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
1591
1643
  AnnotationsToDebugString(indent?: int): string;
1592
1644
  Apply(property: IMutableComplexProperty): void;
@@ -1628,17 +1680,22 @@ export const ComplexPropertySnapshot: {
1628
1680
 
1629
1681
  export type ComplexPropertySnapshot = ComplexPropertySnapshot$instance;
1630
1682
 
1631
- export abstract class ComplexType$protected {
1632
- protected readonly BaseBuilder: InternalTypeBaseBuilder;
1633
- protected AddAnnotation16(name: string, annotation: Annotation): Annotation;
1634
- protected AddRuntimeAnnotation9(name: string, annotation: Annotation): Annotation;
1635
- protected OnAnnotationSet2(name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation): IConventionAnnotation | undefined;
1636
- protected OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
1637
- protected SetAnnotation7(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
1638
- }
1639
-
1640
-
1641
- export interface ComplexType$instance extends ComplexType$protected, TypeBase$instance {
1683
+ export interface ComplexType$instance extends TypeBase$instance {
1684
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
1685
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
1686
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IComplexType: never;
1687
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
1688
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionComplexType: never;
1689
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionTypeBase: never;
1690
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
1691
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableComplexType: never;
1692
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableTypeBase: never;
1693
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyComplexType: never;
1694
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyTypeBase: never;
1695
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ITypeBase: never;
1696
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeTypeBase: never;
1697
+
1698
+ readonly BaseBuilder: InternalTypeBaseBuilder;
1642
1699
  readonly ComplexProperty: ComplexProperty;
1643
1700
  readonly DebugView: DebugView;
1644
1701
  readonly IsInModel: boolean;
@@ -1646,6 +1703,7 @@ export interface ComplexType$instance extends ComplexType$protected, TypeBase$in
1646
1703
  AddAnnotation(name: string, value: unknown): IAnnotation;
1647
1704
  AddAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation;
1648
1705
  AddAnnotation(name: string, value: unknown): Annotation;
1706
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
1649
1707
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
1650
1708
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
1651
1709
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
@@ -1662,7 +1720,7 @@ export interface ComplexType$instance extends ComplexType$protected, TypeBase$in
1662
1720
  AddComplexProperty(name: string, propertyType: Type, complexType: Type, complexTypeName?: string, collection?: boolean, fromDataAnnotation?: boolean): IConventionComplexProperty | undefined;
1663
1721
  AddComplexProperty(name: string, propertyType: Type, memberInfo: MemberInfo, complexType: Type, complexTypeName?: string, collection?: boolean, fromDataAnnotation?: boolean): IConventionComplexProperty | undefined;
1664
1722
  AddIgnored(name: string, configurationSource: ConfigurationSource): string | undefined;
1665
- AddIgnored(memberName: string): string;
1723
+ AddIgnored(memberName: string): string | undefined;
1666
1724
  AddIgnored(memberName: string, fromDataAnnotation?: boolean): string | undefined;
1667
1725
  AddProperty(name: string, propertyType: Type, typeConfigurationSource: Nullable<ConfigurationSource>, configurationSource: ConfigurationSource): Property | undefined;
1668
1726
  AddProperty(memberInfo: MemberInfo, configurationSource: ConfigurationSource): Property | undefined;
@@ -1678,6 +1736,7 @@ export interface ComplexType$instance extends ComplexType$protected, TypeBase$in
1678
1736
  AddProperty(name: string, propertyType: Type, memberInfo: MemberInfo, setTypeConfigurationSource?: boolean, fromDataAnnotation?: boolean): IConventionProperty | undefined;
1679
1737
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
1680
1738
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
1739
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
1681
1740
  AnnotationsToDebugString(indent?: int): string;
1682
1741
  CalculateCounts(): PropertyCounts;
1683
1742
  DisplayName(): string;
@@ -1740,6 +1799,8 @@ export interface ComplexType$instance extends ComplexType$protected, TypeBase$in
1740
1799
  IsAssignableFrom(derivedType: TypeBase): boolean;
1741
1800
  IsAssignableFrom(derivedType: IReadOnlyTypeBase): boolean;
1742
1801
  IsIgnored(name: string): boolean;
1802
+ OnAnnotationSet(name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation): IConventionAnnotation | undefined;
1803
+ OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
1743
1804
  OnTypeMemberIgnored(name: string): string | undefined;
1744
1805
  RemoveAnnotation(name: string): IAnnotation | undefined;
1745
1806
  RemoveAnnotation(name: string): Annotation | undefined;
@@ -1756,6 +1817,7 @@ export interface ComplexType$instance extends ComplexType$protected, TypeBase$in
1756
1817
  RemoveProperty(property: IReadOnlyProperty): IConventionProperty | undefined;
1757
1818
  SetAnnotation(name: string, value: unknown): void;
1758
1819
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
1820
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
1759
1821
  SetBaseType(newBaseType: TypeBase, configurationSource: ConfigurationSource): TypeBase | undefined;
1760
1822
  SetBaseType(structuralType: IConventionTypeBase, fromDataAnnotation?: boolean): IConventionTypeBase | undefined;
1761
1823
  SetChangeTrackingStrategy(changeTrackingStrategy: Nullable<ChangeTrackingStrategy>, configurationSource: ConfigurationSource): Nullable<ChangeTrackingStrategy>;
@@ -1797,6 +1859,8 @@ export type ComplexType = ComplexType$instance & __ComplexType$views;
1797
1859
 
1798
1860
 
1799
1861
  export interface ConstructorBindingFactory$instance {
1862
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConstructorBindingFactory: never;
1863
+
1800
1864
  GetBindings(entityType: IConventionEntityType, constructorBinding: InstantiationBinding, serviceOnlyBinding: InstantiationBinding): void;
1801
1865
  GetBindings(entityType: IMutableEntityType, constructorBinding: InstantiationBinding, serviceOnlyBinding: InstantiationBinding): void;
1802
1866
  GetBindings(entityType: IReadOnlyEntityType, constructorBinding: InstantiationBinding, serviceOnlyBinding: InstantiationBinding): void;
@@ -1819,6 +1883,8 @@ export type ConstructorBindingFactory = ConstructorBindingFactory$instance & __C
1819
1883
 
1820
1884
 
1821
1885
  export interface ContextParameterBindingFactory$instance {
1886
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IParameterBindingFactory: never;
1887
+
1822
1888
  Bind(entityType: IMutableEntityType, parameterType: Type, parameterName: string): ParameterBinding;
1823
1889
  Bind(entityType: IConventionEntityType, parameterType: Type, parameterName: string): ParameterBinding;
1824
1890
  Bind(entityType: IReadOnlyEntityType, parameterType: Type, parameterName: string): ParameterBinding;
@@ -1839,6 +1905,9 @@ export type ContextParameterBindingFactory = ContextParameterBindingFactory$inst
1839
1905
 
1840
1906
 
1841
1907
  export interface ConventionAnnotation$instance extends Annotation {
1908
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotation: never;
1909
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotation: never;
1910
+
1842
1911
  GetConfigurationSource(): ConfigurationSource;
1843
1912
  UpdateConfigurationSource(configurationSource: ConfigurationSource): ConfigurationSource;
1844
1913
  }
@@ -1859,14 +1928,16 @@ export interface ConventionAnnotation$instance extends Microsoft_EntityFramework
1859
1928
  export type ConventionAnnotation = ConventionAnnotation$instance & __ConventionAnnotation$views;
1860
1929
 
1861
1930
 
1862
- export abstract class DbFunction$protected {
1863
- protected AddAnnotation11(name: string, annotation: Annotation): Annotation;
1864
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
1865
- protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
1866
- }
1867
-
1931
+ export interface DbFunction$instance extends ConventionAnnotatable {
1932
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
1933
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
1934
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
1935
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionDbFunction: never;
1936
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IDbFunction: never;
1937
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
1938
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableDbFunction: never;
1939
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyDbFunction: never;
1868
1940
 
1869
- export interface DbFunction$instance extends DbFunction$protected, ConventionAnnotatable {
1870
1941
  readonly DebugView: DebugView;
1871
1942
  readonly IsAggregate: boolean;
1872
1943
  IsBuiltIn: boolean;
@@ -1880,21 +1951,26 @@ export interface DbFunction$instance extends DbFunction$protected, ConventionAnn
1880
1951
  Name: string;
1881
1952
  readonly Parameters: IReadOnlyList<DbFunctionParameter>;
1882
1953
  readonly ReturnType: Type;
1883
- Schema: string;
1954
+ get Schema(): string | undefined;
1955
+ set Schema(value: string | undefined);
1884
1956
  readonly StoreFunction: IStoreFunction;
1885
- StoreType: string;
1957
+ get StoreType(): string | undefined;
1958
+ set StoreType(value: string | undefined);
1886
1959
  get Translation(): Func<IReadOnlyList<SqlExpression>, SqlExpression> | undefined;
1887
- set Translation(value: Func<IReadOnlyList<SqlExpression>, SqlExpression>);
1888
- TypeMapping: RelationalTypeMapping;
1960
+ set Translation(value: Func<IReadOnlyList<SqlExpression>, SqlExpression> | undefined);
1961
+ get TypeMapping(): RelationalTypeMapping | undefined;
1962
+ set TypeMapping(value: RelationalTypeMapping | undefined);
1889
1963
  AddAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation;
1890
1964
  AddAnnotation(name: string, value: unknown, fromDataAnnotation?: boolean): IConventionAnnotation;
1891
1965
  AddAnnotation(name: string, value: unknown): IAnnotation;
1892
1966
  AddAnnotation(name: string, value: unknown): Annotation;
1967
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
1893
1968
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
1894
1969
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
1895
1970
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
1896
1971
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
1897
1972
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
1973
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
1898
1974
  AnnotationsToDebugString(indent?: int): string;
1899
1975
  FindAnnotation(name: string): ConventionAnnotation | undefined;
1900
1976
  FindAnnotation(name: string): IConventionAnnotation | undefined;
@@ -1919,9 +1995,10 @@ export interface DbFunction$instance extends DbFunction$protected, ConventionAnn
1919
1995
  RemoveAnnotation(name: string): Annotation | undefined;
1920
1996
  SetAnnotation(name: string, value: unknown): void;
1921
1997
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
1998
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
1922
1999
  SetIsBuiltIn(builtIn: boolean, configurationSource: ConfigurationSource): boolean;
1923
2000
  SetIsNullable(nullable: boolean, configurationSource: ConfigurationSource): boolean;
1924
- SetName(name: string, configurationSource: ConfigurationSource): string;
2001
+ SetName(name: string, configurationSource: ConfigurationSource): string | undefined;
1925
2002
  SetRemovedFromModel(): void;
1926
2003
  SetSchema(schema: string, configurationSource: ConfigurationSource): string | undefined;
1927
2004
  SetStoreType(storeType: string, configurationSource: ConfigurationSource): string | undefined;
@@ -1960,14 +2037,16 @@ export interface __DbFunction$views {
1960
2037
  export type DbFunction = DbFunction$instance & __DbFunction$views;
1961
2038
 
1962
2039
 
1963
- export abstract class DbFunctionParameter$protected {
1964
- protected AddAnnotation11(name: string, annotation: Annotation): Annotation;
1965
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
1966
- protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
1967
- }
1968
-
2040
+ export interface DbFunctionParameter$instance extends ConventionAnnotatable {
2041
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
2042
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
2043
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
2044
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionDbFunctionParameter: never;
2045
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IDbFunctionParameter: never;
2046
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
2047
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableDbFunctionParameter: never;
2048
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyDbFunctionParameter: never;
1969
2049
 
1970
- export interface DbFunctionParameter$instance extends DbFunctionParameter$protected, ConventionAnnotatable {
1971
2050
  readonly ClrType: Type;
1972
2051
  readonly Function: DbFunction;
1973
2052
  readonly IsInModel: boolean;
@@ -1975,16 +2054,19 @@ export interface DbFunctionParameter$instance extends DbFunctionParameter$protec
1975
2054
  readonly Name: string;
1976
2055
  PropagatesNullability: boolean;
1977
2056
  StoreType: string;
1978
- TypeMapping: RelationalTypeMapping;
2057
+ get TypeMapping(): RelationalTypeMapping | undefined;
2058
+ set TypeMapping(value: RelationalTypeMapping | undefined);
1979
2059
  AddAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation;
1980
2060
  AddAnnotation(name: string, value: unknown, fromDataAnnotation?: boolean): IConventionAnnotation;
1981
2061
  AddAnnotation(name: string, value: unknown): IAnnotation;
1982
2062
  AddAnnotation(name: string, value: unknown): Annotation;
2063
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
1983
2064
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
1984
2065
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
1985
2066
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
1986
2067
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
1987
2068
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
2069
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
1988
2070
  AnnotationsToDebugString(indent?: int): string;
1989
2071
  FindAnnotation(name: string): ConventionAnnotation | undefined;
1990
2072
  FindAnnotation(name: string): IConventionAnnotation | undefined;
@@ -2004,6 +2086,7 @@ export interface DbFunctionParameter$instance extends DbFunctionParameter$protec
2004
2086
  RemoveAnnotation(name: string): Annotation | undefined;
2005
2087
  SetAnnotation(name: string, value: unknown): void;
2006
2088
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
2089
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2007
2090
  SetPropagatesNullability(propagatesNullability: boolean, configurationSource: ConfigurationSource): boolean;
2008
2091
  SetRemovedFromModel(): void;
2009
2092
  SetStoreType(storeType: string, configurationSource: ConfigurationSource): string | undefined;
@@ -2032,6 +2115,8 @@ export type DbFunctionParameter = DbFunctionParameter$instance & __DbFunctionPar
2032
2115
 
2033
2116
 
2034
2117
  export interface DesignTimeModel$instance {
2118
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IDesignTimeModel: never;
2119
+
2035
2120
  readonly Model: IModel;
2036
2121
  }
2037
2122
 
@@ -2050,33 +2135,35 @@ export interface DesignTimeModel$instance extends Microsoft_EntityFrameworkCore_
2050
2135
  export type DesignTimeModel = DesignTimeModel$instance & __DesignTimeModel$views;
2051
2136
 
2052
2137
 
2053
- export abstract class ElementType$protected {
2054
- protected AddAnnotation11(name: string, annotation: Annotation): Annotation;
2055
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
2056
- protected OnAnnotationSet2(name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation): IConventionAnnotation | undefined;
2057
- protected OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2058
- protected OnElementTypeNullableChanged(): Nullable<System_Internal.Boolean>;
2059
- protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2060
- }
2061
-
2138
+ export interface ElementType$instance extends ConventionAnnotatable {
2139
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
2140
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
2141
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
2142
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionElementType: never;
2143
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IElementType: never;
2144
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
2145
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableElementType: never;
2146
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyElementType: never;
2062
2147
 
2063
- export interface ElementType$instance extends ElementType$protected, ConventionAnnotatable {
2064
2148
  readonly ClrType: Type;
2065
2149
  readonly CollectionProperty: Property;
2066
2150
  readonly DebugView: DebugView;
2067
2151
  readonly IsInModel: boolean;
2068
2152
  IsNullable: boolean;
2069
2153
  readonly IsReadOnly: boolean;
2070
- TypeMapping: CoreTypeMapping;
2154
+ get TypeMapping(): CoreTypeMapping | undefined;
2155
+ set TypeMapping(value: CoreTypeMapping | undefined);
2071
2156
  AddAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation;
2072
2157
  AddAnnotation(name: string, value: unknown, fromDataAnnotation?: boolean): IConventionAnnotation;
2073
2158
  AddAnnotation(name: string, value: unknown): IAnnotation;
2074
2159
  AddAnnotation(name: string, value: unknown): Annotation;
2160
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
2075
2161
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
2076
2162
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
2077
2163
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
2078
2164
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
2079
2165
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
2166
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
2080
2167
  AnnotationsToDebugString(indent?: int): string;
2081
2168
  CheckValueComparer(comparer: ValueComparer): string | undefined;
2082
2169
  CheckValueConverter(converter: ValueConverter): string | undefined;
@@ -2109,10 +2196,14 @@ export interface ElementType$instance extends ElementType$protected, ConventionA
2109
2196
  GetValueConverter(): ValueConverter | undefined;
2110
2197
  GetValueConverterConfigurationSource(): Nullable<ConfigurationSource>;
2111
2198
  IsUnicode(): Nullable<System_Internal.Boolean>;
2199
+ OnAnnotationSet(name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation): IConventionAnnotation | undefined;
2200
+ OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2201
+ OnElementTypeNullableChanged(): Nullable<System_Internal.Boolean>;
2112
2202
  RemoveAnnotation(name: string): IAnnotation | undefined;
2113
2203
  RemoveAnnotation(name: string): Annotation | undefined;
2114
2204
  SetAnnotation(name: string, value: unknown): void;
2115
2205
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
2206
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2116
2207
  SetConfigurationSource(configurationSource: ConfigurationSource): void;
2117
2208
  SetIsNullable(nullable: Nullable<System_Internal.Boolean>, configurationSource: ConfigurationSource): Nullable<System_Internal.Boolean>;
2118
2209
  SetIsUnicode(unicode: Nullable<System_Internal.Boolean>, configurationSource: ConfigurationSource): Nullable<System_Internal.Boolean>;
@@ -2151,17 +2242,23 @@ export interface __ElementType$views {
2151
2242
  export type ElementType = ElementType$instance & __ElementType$views;
2152
2243
 
2153
2244
 
2154
- export abstract class EntityType$protected {
2155
- protected readonly BaseBuilder: InternalTypeBaseBuilder;
2156
- protected AddAnnotation16(name: string, annotation: Annotation): Annotation;
2157
- protected AddRuntimeAnnotation9(name: string, annotation: Annotation): Annotation;
2158
- protected OnAnnotationSet2(name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation): IConventionAnnotation | undefined;
2159
- protected OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2160
- protected SetAnnotation7(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2161
- }
2162
-
2163
-
2164
- export interface EntityType$instance extends EntityType$protected, TypeBase$instance {
2245
+ export interface EntityType$instance extends TypeBase$instance {
2246
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
2247
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
2248
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
2249
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionEntityType: never;
2250
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionTypeBase: never;
2251
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IEntityType: never;
2252
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
2253
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableEntityType: never;
2254
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableTypeBase: never;
2255
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyEntityType: never;
2256
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyTypeBase: never;
2257
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ITypeBase: never;
2258
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeEntityType: never;
2259
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeTypeBase: never;
2260
+
2261
+ readonly BaseBuilder: InternalTypeBaseBuilder;
2165
2262
  readonly DebugView: DebugView;
2166
2263
  readonly ForeignKeyProperties: IReadOnlyList<IProperty>;
2167
2264
  readonly IsImplicitlyCreatedJoinEntityType: boolean;
@@ -2173,6 +2270,7 @@ export interface EntityType$instance extends EntityType$protected, TypeBase$inst
2173
2270
  AddAnnotation(name: string, value: unknown): IAnnotation;
2174
2271
  AddAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation;
2175
2272
  AddAnnotation(name: string, value: unknown): Annotation;
2273
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
2176
2274
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
2177
2275
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
2178
2276
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
@@ -2192,7 +2290,7 @@ export interface EntityType$instance extends EntityType$protected, TypeBase$inst
2192
2290
  AddForeignKey(property: Property, principalKey: Key, principalEntityType: EntityType, componentConfigurationSource: Nullable<ConfigurationSource>, configurationSource: ConfigurationSource): ForeignKey | undefined;
2193
2291
  AddForeignKey(properties: IReadOnlyList<Property>, principalKey: Key, principalEntityType: EntityType, componentConfigurationSource: Nullable<ConfigurationSource>, configurationSource: ConfigurationSource): ForeignKey | undefined;
2194
2292
  AddIgnored(name: string, configurationSource: ConfigurationSource): string | undefined;
2195
- AddIgnored(memberName: string): string;
2293
+ AddIgnored(memberName: string): string | undefined;
2196
2294
  AddIgnored(memberName: string, fromDataAnnotation?: boolean): string | undefined;
2197
2295
  AddIndex(property: Property, configurationSource: ConfigurationSource): Index | undefined;
2198
2296
  AddIndex(property: Property, name: string, configurationSource: ConfigurationSource): Index | undefined;
@@ -2217,6 +2315,7 @@ export interface EntityType$instance extends EntityType$protected, TypeBase$inst
2217
2315
  AddProperty(name: string, propertyType: Type, memberInfo: MemberInfo, setTypeConfigurationSource?: boolean, fromDataAnnotation?: boolean): IConventionProperty | undefined;
2218
2316
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
2219
2317
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
2318
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
2220
2319
  AddServiceProperty(memberInfo: MemberInfo, serviceType: Type, configurationSource: ConfigurationSource): ServiceProperty;
2221
2320
  AddSkipNavigation(name: string, navigationType: Type, memberInfo: MemberInfo, targetEntityType: EntityType, collection: boolean, onDependent: boolean, configurationSource: ConfigurationSource): SkipNavigation | undefined;
2222
2321
  AddTrigger(modelName: string, configurationSource: ConfigurationSource): Trigger | undefined;
@@ -2366,6 +2465,8 @@ export interface EntityType$instance extends EntityType$protected, TypeBase$inst
2366
2465
  IsAssignableFrom(derivedType: IReadOnlyTypeBase): boolean;
2367
2466
  IsIgnored(name: string): boolean;
2368
2467
  IsOwned(): boolean;
2468
+ OnAnnotationSet(name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation): IConventionAnnotation | undefined;
2469
+ OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2369
2470
  OnForeignKeyUpdated(foreignKey: ForeignKey): void;
2370
2471
  OnForeignKeyUpdating(foreignKey: ForeignKey): void;
2371
2472
  OnTypeMemberIgnored(name: string): string | undefined;
@@ -2397,6 +2498,7 @@ export interface EntityType$instance extends EntityType$protected, TypeBase$inst
2397
2498
  RemoveTrigger(modelName: string): Trigger | undefined;
2398
2499
  SetAnnotation(name: string, value: unknown): void;
2399
2500
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
2501
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2400
2502
  SetBaseType(newBaseType: TypeBase, configurationSource: ConfigurationSource): TypeBase | undefined;
2401
2503
  SetBaseType(structuralType: IConventionTypeBase, fromDataAnnotation?: boolean): IConventionTypeBase | undefined;
2402
2504
  SetChangeTrackingStrategy(changeTrackingStrategy: Nullable<ChangeTrackingStrategy>, configurationSource: ConfigurationSource): Nullable<ChangeTrackingStrategy>;
@@ -2456,14 +2558,16 @@ export const EntityType_Snapshot: {
2456
2558
 
2457
2559
  export type EntityType_Snapshot = EntityType_Snapshot$instance;
2458
2560
 
2459
- export abstract class EntityTypeMappingFragment$protected {
2460
- protected AddAnnotation11(name: string, annotation: Annotation): Annotation;
2461
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
2462
- protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2463
- }
2464
-
2561
+ export interface EntityTypeMappingFragment$instance extends ConventionAnnotatable {
2562
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
2563
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
2564
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
2565
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionEntityTypeMappingFragment: never;
2566
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IEntityTypeMappingFragment: never;
2567
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
2568
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableEntityTypeMappingFragment: never;
2569
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyEntityTypeMappingFragment: never;
2465
2570
 
2466
- export interface EntityTypeMappingFragment$instance extends EntityTypeMappingFragment$protected, ConventionAnnotatable {
2467
2571
  readonly DebugView: DebugView;
2468
2572
  readonly EntityType: IReadOnlyEntityType;
2469
2573
  readonly IsInModel: boolean;
@@ -2474,11 +2578,13 @@ export interface EntityTypeMappingFragment$instance extends EntityTypeMappingFra
2474
2578
  AddAnnotation(name: string, value: unknown, fromDataAnnotation?: boolean): IConventionAnnotation;
2475
2579
  AddAnnotation(name: string, value: unknown): IAnnotation;
2476
2580
  AddAnnotation(name: string, value: unknown): Annotation;
2581
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
2477
2582
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
2478
2583
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
2479
2584
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
2480
2585
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
2481
2586
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
2587
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
2482
2588
  AnnotationsToDebugString(indent?: int): string;
2483
2589
  FindAnnotation(name: string): ConventionAnnotation | undefined;
2484
2590
  FindAnnotation(name: string): IConventionAnnotation | undefined;
@@ -2496,6 +2602,7 @@ export interface EntityTypeMappingFragment$instance extends EntityTypeMappingFra
2496
2602
  RemoveAnnotation(name: string): Annotation | undefined;
2497
2603
  SetAnnotation(name: string, value: unknown): void;
2498
2604
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
2605
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2499
2606
  SetIsTableExcludedFromMigrations(excluded: Nullable<System_Internal.Boolean>, configurationSource: ConfigurationSource): Nullable<System_Internal.Boolean>;
2500
2607
  SetRemovedFromModel(): void;
2501
2608
  ToString(): string;
@@ -2529,6 +2636,8 @@ export type EntityTypeMappingFragment = EntityTypeMappingFragment$instance & __E
2529
2636
 
2530
2637
 
2531
2638
  export interface EntityTypeParameterBindingFactory$instance {
2639
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IParameterBindingFactory: never;
2640
+
2532
2641
  Bind(entityType: IMutableEntityType, parameterType: Type, parameterName: string): ParameterBinding;
2533
2642
  Bind(entityType: IConventionEntityType, parameterType: Type, parameterName: string): ParameterBinding;
2534
2643
  Bind(entityType: IReadOnlyEntityType, parameterType: Type, parameterName: string): ParameterBinding;
@@ -2548,23 +2657,24 @@ export interface __EntityTypeParameterBindingFactory$views {
2548
2657
  export type EntityTypeParameterBindingFactory = EntityTypeParameterBindingFactory$instance & __EntityTypeParameterBindingFactory$views;
2549
2658
 
2550
2659
 
2551
- export abstract class ForeignKey$protected {
2552
- protected AddAnnotation11(name: string, annotation: Annotation): Annotation;
2553
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
2554
- protected OnAnnotationSet2(name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation): IConventionAnnotation | undefined;
2555
- protected OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2556
- protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2557
- }
2558
-
2660
+ export interface ForeignKey$instance extends ConventionAnnotatable {
2661
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
2662
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
2663
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
2664
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionForeignKey: never;
2665
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IForeignKey: never;
2666
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
2667
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableForeignKey: never;
2668
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyForeignKey: never;
2669
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeForeignKey: never;
2559
2670
 
2560
- export interface ForeignKey$instance extends ForeignKey$protected, ConventionAnnotatable {
2561
2671
  readonly DebugView: DebugView;
2562
2672
  readonly DeclaringEntityType: EntityType;
2563
2673
  DeleteBehavior: DeleteBehavior;
2564
2674
  DependentKeyValueFactory: IDependentKeyValueFactory;
2565
2675
  DependentsMapFactory: Func<IDependentsMap>;
2566
2676
  get DependentToPrincipal(): Navigation | undefined;
2567
- set DependentToPrincipal(value: Navigation);
2677
+ set DependentToPrincipal(value: Navigation | undefined);
2568
2678
  readonly IsInModel: boolean;
2569
2679
  IsOwnership: boolean;
2570
2680
  readonly IsReadOnly: boolean;
@@ -2574,19 +2684,21 @@ export interface ForeignKey$instance extends ForeignKey$protected, ConventionAnn
2574
2684
  readonly PrincipalEntityType: EntityType;
2575
2685
  PrincipalKey: Key;
2576
2686
  get PrincipalToDependent(): Navigation | undefined;
2577
- set PrincipalToDependent(value: Navigation);
2687
+ set PrincipalToDependent(value: Navigation | undefined);
2578
2688
  Properties: IReadOnlyList<Property>;
2579
2689
  get ReferencingSkipNavigations(): ISet<SkipNavigation> | undefined;
2580
- set ReferencingSkipNavigations(value: ISet<SkipNavigation>);
2690
+ set ReferencingSkipNavigations(value: ISet<SkipNavigation> | undefined);
2581
2691
  AddAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation;
2582
2692
  AddAnnotation(name: string, value: unknown, fromDataAnnotation?: boolean): IConventionAnnotation;
2583
2693
  AddAnnotation(name: string, value: unknown): IAnnotation;
2584
2694
  AddAnnotation(name: string, value: unknown): Annotation;
2695
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
2585
2696
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
2586
2697
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
2587
2698
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
2588
2699
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
2589
2700
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
2701
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
2590
2702
  AnnotationsToDebugString(indent?: int): string;
2591
2703
  FindAnnotation(name: string): ConventionAnnotation | undefined;
2592
2704
  FindAnnotation(name: string): IConventionAnnotation | undefined;
@@ -2612,11 +2724,14 @@ export interface ForeignKey$instance extends ForeignKey$protected, ConventionAnn
2612
2724
  GetPropertiesConfigurationSource(): Nullable<ConfigurationSource>;
2613
2725
  GetReferencingSkipNavigations(): IEnumerable__System_Collections_Generic<SkipNavigation>;
2614
2726
  GetRuntimeAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
2727
+ OnAnnotationSet(name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation): IConventionAnnotation | undefined;
2728
+ OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2615
2729
  RemoveAnnotation(name: string): IAnnotation | undefined;
2616
2730
  RemoveAnnotation(name: string): Annotation | undefined;
2617
2731
  ResolveOtherEntityType(entityType: EntityType): EntityType;
2618
2732
  SetAnnotation(name: string, value: unknown): void;
2619
2733
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
2734
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2620
2735
  SetDeleteBehavior(deleteBehavior: Nullable<DeleteBehavior>, configurationSource: ConfigurationSource): Nullable<DeleteBehavior>;
2621
2736
  SetDependentToPrincipal(name: string, configurationSource: ConfigurationSource): Navigation | undefined;
2622
2737
  SetDependentToPrincipal(property: MemberInfo, configurationSource: ConfigurationSource): Navigation | undefined;
@@ -2669,14 +2784,12 @@ export interface __ForeignKey$views {
2669
2784
  export type ForeignKey = ForeignKey$instance & __ForeignKey$views;
2670
2785
 
2671
2786
 
2672
- export abstract class ForeignKeyConstraint$protected {
2673
- protected AddAnnotation5(name: string, annotation: Annotation): Annotation;
2674
- protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
2675
- protected SetAnnotation3(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2676
- }
2677
-
2787
+ export interface ForeignKeyConstraint$instance extends Annotatable {
2788
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
2789
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
2790
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IForeignKeyConstraint: never;
2791
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
2678
2792
 
2679
- export interface ForeignKeyConstraint$instance extends ForeignKeyConstraint$protected, Annotatable {
2680
2793
  readonly Columns: IReadOnlyList<Column>;
2681
2794
  readonly IsReadOnly: boolean;
2682
2795
  readonly MappedForeignKeys: SortedSet<IForeignKey>;
@@ -2688,10 +2801,12 @@ export interface ForeignKeyConstraint$instance extends ForeignKeyConstraint$prot
2688
2801
  readonly Table: Table;
2689
2802
  AddAnnotation(name: string, value: unknown): IAnnotation;
2690
2803
  AddAnnotation(name: string, value: unknown): Annotation;
2804
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
2691
2805
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
2692
2806
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
2693
2807
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
2694
2808
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
2809
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
2695
2810
  AnnotationsToDebugString(indent?: int): string;
2696
2811
  FindAnnotation(name: string): IAnnotation | undefined;
2697
2812
  FindAnnotation(name: string): Annotation | undefined;
@@ -2705,6 +2820,7 @@ export interface ForeignKeyConstraint$instance extends ForeignKeyConstraint$prot
2705
2820
  RemoveAnnotation(name: string): IAnnotation | undefined;
2706
2821
  RemoveAnnotation(name: string): Annotation | undefined;
2707
2822
  SetAnnotation(name: string, value: unknown): void;
2823
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2708
2824
  SetRowForeignKeyValueFactory(factory: IRowForeignKeyValueFactory): void;
2709
2825
  ToString(): string;
2710
2826
  }
@@ -2726,6 +2842,9 @@ export type ForeignKeyConstraint = ForeignKeyConstraint$instance & __ForeignKeyC
2726
2842
 
2727
2843
 
2728
2844
  export interface ForeignKeyConstraintComparer$instance {
2845
+ readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
2846
+ readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
2847
+
2729
2848
  Compare(x: IForeignKeyConstraint, y: IForeignKeyConstraint): int;
2730
2849
  Equals(x: IForeignKeyConstraint, y: IForeignKeyConstraint): boolean;
2731
2850
  GetHashCode(obj: IForeignKeyConstraint): int;
@@ -2733,28 +2852,28 @@ export interface ForeignKeyConstraintComparer$instance {
2733
2852
 
2734
2853
 
2735
2854
  export const ForeignKeyConstraintComparer: {
2736
- new(): ForeignKeyConstraintComparer;
2737
2855
  readonly Instance: ForeignKeyConstraintComparer;
2738
2856
  };
2739
2857
 
2740
2858
 
2741
2859
  export type ForeignKeyConstraintComparer = ForeignKeyConstraintComparer$instance;
2742
2860
 
2743
- export abstract class FunctionColumn$protected {
2744
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
2745
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
2746
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2747
- }
2861
+ export interface FunctionColumn$instance extends ColumnBase_1$instance<FunctionColumnMapping> {
2862
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
2863
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
2864
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IColumnBase: never;
2865
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IFunctionColumn: never;
2866
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
2748
2867
 
2749
-
2750
- export interface FunctionColumn$instance extends FunctionColumn$protected, ColumnBase_1$instance<FunctionColumnMapping> {
2751
2868
  readonly Function: StoreFunction;
2752
2869
  AddAnnotation(name: string, value: unknown): IAnnotation;
2753
2870
  AddAnnotation(name: string, value: unknown): Annotation;
2871
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
2754
2872
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
2755
2873
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
2756
2874
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
2757
2875
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
2876
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
2758
2877
  AnnotationsToDebugString(indent?: int): string;
2759
2878
  FindAnnotation(name: string): IAnnotation | undefined;
2760
2879
  FindAnnotation(name: string): Annotation | undefined;
@@ -2768,6 +2887,7 @@ export interface FunctionColumn$instance extends FunctionColumn$protected, Colum
2768
2887
  RemoveAnnotation(name: string): IAnnotation | undefined;
2769
2888
  RemoveAnnotation(name: string): Annotation | undefined;
2770
2889
  SetAnnotation(name: string, value: unknown): void;
2890
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2771
2891
  ToDebugString(options?: MetadataDebugStringOptions, indent?: int): string;
2772
2892
  ToString(): string;
2773
2893
  }
@@ -2789,22 +2909,22 @@ export interface __FunctionColumn$views {
2789
2909
  export type FunctionColumn = FunctionColumn$instance & __FunctionColumn$views;
2790
2910
 
2791
2911
 
2792
- export abstract class FunctionColumnMapping$protected {
2793
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
2794
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
2795
- protected GetTypeMapping(): RelationalTypeMapping;
2796
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2797
- }
2798
-
2912
+ export interface FunctionColumnMapping$instance extends ColumnMappingBase$instance {
2913
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
2914
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
2915
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IColumnMappingBase: never;
2916
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IFunctionColumnMapping: never;
2917
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
2799
2918
 
2800
- export interface FunctionColumnMapping$instance extends FunctionColumnMapping$protected, ColumnMappingBase$instance {
2801
2919
  readonly FunctionMapping: IFunctionMapping;
2802
2920
  AddAnnotation(name: string, value: unknown): IAnnotation;
2803
2921
  AddAnnotation(name: string, value: unknown): Annotation;
2922
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
2804
2923
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
2805
2924
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
2806
2925
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
2807
2926
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
2927
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
2808
2928
  AnnotationsToDebugString(indent?: int): string;
2809
2929
  FindAnnotation(name: string): IAnnotation | undefined;
2810
2930
  FindAnnotation(name: string): Annotation | undefined;
@@ -2814,9 +2934,11 @@ export interface FunctionColumnMapping$instance extends FunctionColumnMapping$pr
2814
2934
  GetAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
2815
2935
  GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory: Func<TArg, TValue>, factoryArgument: TArg): TValue;
2816
2936
  GetRuntimeAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
2937
+ GetTypeMapping(): RelationalTypeMapping;
2817
2938
  RemoveAnnotation(name: string): IAnnotation | undefined;
2818
2939
  RemoveAnnotation(name: string): Annotation | undefined;
2819
2940
  SetAnnotation(name: string, value: unknown): void;
2941
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2820
2942
  ToString(): string;
2821
2943
  }
2822
2944
 
@@ -2837,23 +2959,24 @@ export interface __FunctionColumnMapping$views {
2837
2959
  export type FunctionColumnMapping = FunctionColumnMapping$instance & __FunctionColumnMapping$views;
2838
2960
 
2839
2961
 
2840
- export abstract class FunctionMapping$protected {
2841
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
2842
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
2843
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2844
- }
2845
-
2962
+ export interface FunctionMapping$instance extends TableMappingBase_1$instance<FunctionColumnMapping> {
2963
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
2964
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
2965
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IFunctionMapping: never;
2966
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
2967
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ITableMappingBase: never;
2846
2968
 
2847
- export interface FunctionMapping$instance extends FunctionMapping$protected, TableMappingBase_1$instance<FunctionColumnMapping> {
2848
2969
  readonly DbFunction: IDbFunction;
2849
2970
  IsDefaultFunctionMapping: boolean;
2850
2971
  readonly StoreFunction: IStoreFunction;
2851
2972
  AddAnnotation(name: string, value: unknown): IAnnotation;
2852
2973
  AddAnnotation(name: string, value: unknown): Annotation;
2974
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
2853
2975
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
2854
2976
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
2855
2977
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
2856
2978
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
2979
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
2857
2980
  AnnotationsToDebugString(indent?: int): string;
2858
2981
  FindAnnotation(name: string): IAnnotation | undefined;
2859
2982
  FindAnnotation(name: string): Annotation | undefined;
@@ -2866,6 +2989,7 @@ export interface FunctionMapping$instance extends FunctionMapping$protected, Tab
2866
2989
  RemoveAnnotation(name: string): IAnnotation | undefined;
2867
2990
  RemoveAnnotation(name: string): Annotation | undefined;
2868
2991
  SetAnnotation(name: string, value: unknown): void;
2992
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2869
2993
  ToDebugString(options?: MetadataDebugStringOptions, indent?: int): string;
2870
2994
  ToString(): string;
2871
2995
  }
@@ -2887,33 +3011,36 @@ export interface __FunctionMapping$views {
2887
3011
  export type FunctionMapping = FunctionMapping$instance & __FunctionMapping$views;
2888
3012
 
2889
3013
 
2890
- export abstract class Index$protected {
2891
- protected AddAnnotation11(name: string, annotation: Annotation): Annotation;
2892
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
2893
- protected OnAnnotationSet2(name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation): IConventionAnnotation | undefined;
2894
- protected OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2895
- protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2896
- }
2897
-
3014
+ export interface Index$instance extends ConventionAnnotatable {
3015
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
3016
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
3017
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
3018
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionIndex: never;
3019
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IIndex: never;
3020
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
3021
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableIndex: never;
3022
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyIndex: never;
2898
3023
 
2899
- export interface Index$instance extends Index$protected, ConventionAnnotatable {
2900
3024
  readonly DebugView: DebugView;
2901
3025
  readonly DeclaringEntityType: EntityType;
2902
- IsDescending: IReadOnlyList<System_Internal.Boolean>;
3026
+ get IsDescending(): IReadOnlyList<System_Internal.Boolean> | undefined;
3027
+ set IsDescending(value: IReadOnlyList<System_Internal.Boolean> | undefined);
2903
3028
  readonly IsInModel: boolean;
2904
3029
  readonly IsReadOnly: boolean;
2905
3030
  IsUnique: boolean;
2906
- readonly Name: string;
3031
+ readonly Name: string | undefined;
2907
3032
  readonly Properties: IReadOnlyList<Property>;
2908
3033
  AddAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation;
2909
3034
  AddAnnotation(name: string, value: unknown, fromDataAnnotation?: boolean): IConventionAnnotation;
2910
3035
  AddAnnotation(name: string, value: unknown): IAnnotation;
2911
3036
  AddAnnotation(name: string, value: unknown): Annotation;
3037
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
2912
3038
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
2913
3039
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
2914
3040
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
2915
3041
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
2916
3042
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
3043
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
2917
3044
  AnnotationsToDebugString(indent?: int): string;
2918
3045
  DisplayName(): string;
2919
3046
  FindAnnotation(name: string): ConventionAnnotation | undefined;
@@ -2930,10 +3057,13 @@ export interface Index$instance extends Index$protected, ConventionAnnotatable {
2930
3057
  GetNullableValueFactory<TKey>(): IDependentKeyValueFactory_1<TKey>;
2931
3058
  GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory: Func<TArg, TValue>, factoryArgument: TArg): TValue;
2932
3059
  GetRuntimeAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
3060
+ OnAnnotationSet(name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation): IConventionAnnotation | undefined;
3061
+ OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2933
3062
  RemoveAnnotation(name: string): IAnnotation | undefined;
2934
3063
  RemoveAnnotation(name: string): Annotation | undefined;
2935
3064
  SetAnnotation(name: string, value: unknown): void;
2936
3065
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
3066
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
2937
3067
  SetIsDescending(descending: IReadOnlyList<System_Internal.Boolean>, configurationSource: ConfigurationSource): IReadOnlyList<System_Internal.Boolean> | undefined;
2938
3068
  SetIsUnique(unique: Nullable<System_Internal.Boolean>, configurationSource: ConfigurationSource): Nullable<System_Internal.Boolean>;
2939
3069
  SetRemovedFromModel(): void;
@@ -2963,6 +3093,9 @@ export type Index = Index$instance & __Index$views;
2963
3093
 
2964
3094
 
2965
3095
  export interface InternalCheckConstraintBuilder$instance extends AnnotatableBuilder_2<CheckConstraint, IConventionModelBuilder> {
3096
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
3097
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionCheckConstraintBuilder: never;
3098
+
2966
3099
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
2967
3100
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
2968
3101
  CanSetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): boolean;
@@ -2991,12 +3124,11 @@ export interface __InternalCheckConstraintBuilder$views {
2991
3124
  export type InternalCheckConstraintBuilder = InternalCheckConstraintBuilder$instance & __InternalCheckConstraintBuilder$views;
2992
3125
 
2993
3126
 
2994
- export abstract class InternalComplexPropertyBuilder$protected {
2995
- protected readonly This: InternalComplexPropertyBuilder;
2996
- }
2997
-
3127
+ export interface InternalComplexPropertyBuilder$instance extends InternalPropertyBaseBuilder_2$instance<IConventionComplexPropertyBuilder, ComplexProperty> {
3128
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
3129
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionComplexPropertyBuilder: never;
3130
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionPropertyBaseBuilder_1: never;
2998
3131
 
2999
- export interface InternalComplexPropertyBuilder$instance extends InternalComplexPropertyBuilder$protected, InternalPropertyBaseBuilder_2$instance<IConventionComplexPropertyBuilder, ComplexProperty> {
3000
3132
  readonly ComplexTypeBuilder: InternalComplexTypeBuilder;
3001
3133
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
3002
3134
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
@@ -3032,21 +3164,20 @@ export interface __InternalComplexPropertyBuilder$views {
3032
3164
  export type InternalComplexPropertyBuilder = InternalComplexPropertyBuilder$instance & __InternalComplexPropertyBuilder$views;
3033
3165
 
3034
3166
 
3035
- export abstract class InternalComplexTypeBuilder$protected {
3036
- protected CanAddProperty(propertyType: Type, propertyName: string, configurationSource: ConfigurationSource, checkClrProperty: boolean, skipTypeCheck: boolean): boolean;
3037
- protected CanIgnore2(name: string, configurationSource: ConfigurationSource, shouldThrow: boolean): boolean;
3038
- protected Property5(propertyType: Type, propertyName: string, memberInfo: MemberInfo, typeConfigurationSource: Nullable<ConfigurationSource>, configurationSource: Nullable<ConfigurationSource>, skipTypeCheck?: boolean): InternalPropertyBuilder | undefined;
3039
- }
3040
-
3167
+ export interface InternalComplexTypeBuilder$instance extends InternalTypeBaseBuilder$instance {
3168
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
3169
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionComplexTypeBuilder: never;
3170
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionTypeBaseBuilder: never;
3041
3171
 
3042
- export interface InternalComplexTypeBuilder$instance extends InternalComplexTypeBuilder$protected, InternalTypeBaseBuilder$instance {
3043
3172
  CanAddComplexProperty(propertyName: string, propertyType: Type, targetType: Type, collection: Nullable<System_Internal.Boolean>, configurationSource: ConfigurationSource, checkClrProperty?: boolean): boolean;
3173
+ CanAddProperty(propertyType: Type, propertyName: string, configurationSource: ConfigurationSource, checkClrProperty: boolean, skipTypeCheck: boolean): boolean;
3044
3174
  CanHaveComplexProperty(propertyType: Type, propertyName: string, memberInfo: MemberInfo, complexType: Type, collection: Nullable<System_Internal.Boolean>, configurationSource: Nullable<ConfigurationSource>): boolean;
3045
3175
  CanHaveComplexProperty(propertyType: Type, propertyName: string, complexType?: Type, fromDataAnnotation?: boolean): boolean;
3046
3176
  CanHaveComplexProperty(memberInfo: MemberInfo, complexType?: Type, fromDataAnnotation?: boolean): boolean;
3047
3177
  CanHaveProperty(propertyType: Type, propertyName: string, memberInfo: MemberInfo, typeConfigurationSource: Nullable<ConfigurationSource>, configurationSource: Nullable<ConfigurationSource>, checkClrProperty?: boolean): boolean;
3048
3178
  CanHaveProperty(propertyType: Type, propertyName: string, fromDataAnnotation?: boolean): boolean;
3049
3179
  CanHaveProperty(memberInfo: MemberInfo, fromDataAnnotation?: boolean): boolean;
3180
+ CanIgnore(name: string, configurationSource: ConfigurationSource, shouldThrow: boolean): boolean;
3050
3181
  CanIgnore(name: string, configurationSource: ConfigurationSource): boolean;
3051
3182
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
3052
3183
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
@@ -3102,6 +3233,7 @@ export interface InternalComplexTypeBuilder$instance extends InternalComplexType
3102
3233
  Property(propertyType: Type, propertyName: string, typeConfigurationSource: Nullable<ConfigurationSource>, configurationSource: Nullable<ConfigurationSource>, skipTypeCheck?: boolean): InternalPropertyBuilder | undefined;
3103
3234
  Property(propertyName: string, configurationSource: Nullable<ConfigurationSource>): InternalPropertyBuilder | undefined;
3104
3235
  Property(memberInfo: MemberInfo, configurationSource: Nullable<ConfigurationSource>): InternalPropertyBuilder | undefined;
3236
+ Property(propertyType: Type, propertyName: string, memberInfo: MemberInfo, typeConfigurationSource: Nullable<ConfigurationSource>, configurationSource: Nullable<ConfigurationSource>, skipTypeCheck?: boolean): InternalPropertyBuilder | undefined;
3105
3237
  Property(propertyType: Type, propertyName: string, setTypeConfigurationSource?: boolean, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
3106
3238
  Property(memberInfo: MemberInfo, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
3107
3239
  RemoveUnusedImplicitProperties(properties: IReadOnlyList<IConventionProperty>): InternalTypeBaseBuilder;
@@ -3124,6 +3256,9 @@ export type InternalComplexTypeBuilder = InternalComplexTypeBuilder$instance & _
3124
3256
 
3125
3257
 
3126
3258
  export interface InternalDbFunctionBuilder$instance extends AnnotatableBuilder_2<DbFunction, IConventionModelBuilder> {
3259
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
3260
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionDbFunctionBuilder: never;
3261
+
3127
3262
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
3128
3263
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
3129
3264
  CanSetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): boolean;
@@ -3164,6 +3299,9 @@ export type InternalDbFunctionBuilder = InternalDbFunctionBuilder$instance & __I
3164
3299
 
3165
3300
 
3166
3301
  export interface InternalDbFunctionParameterBuilder$instance extends AnnotatableBuilder_2<DbFunctionParameter, IConventionModelBuilder> {
3302
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
3303
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionDbFunctionParameterBuilder: never;
3304
+
3167
3305
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
3168
3306
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
3169
3307
  CanSetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): boolean;
@@ -3194,12 +3332,11 @@ export interface __InternalDbFunctionParameterBuilder$views {
3194
3332
  export type InternalDbFunctionParameterBuilder = InternalDbFunctionParameterBuilder$instance & __InternalDbFunctionParameterBuilder$views;
3195
3333
 
3196
3334
 
3197
- export abstract class InternalElementTypeBuilder$protected {
3198
- protected readonly This: IConventionElementTypeBuilder;
3199
- }
3200
-
3335
+ export interface InternalElementTypeBuilder$instance extends AnnotatableBuilder_2<ElementType, InternalModelBuilder> {
3336
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
3337
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionElementTypeBuilder: never;
3201
3338
 
3202
- export interface InternalElementTypeBuilder$instance extends InternalElementTypeBuilder$protected, AnnotatableBuilder_2<ElementType, InternalModelBuilder> {
3339
+ readonly This: IConventionElementTypeBuilder;
3203
3340
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
3204
3341
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
3205
3342
  CanSetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): boolean;
@@ -3246,16 +3383,14 @@ export interface __InternalElementTypeBuilder$views {
3246
3383
  export type InternalElementTypeBuilder = InternalElementTypeBuilder$instance & __InternalElementTypeBuilder$views;
3247
3384
 
3248
3385
 
3249
- export abstract class InternalEntityTypeBuilder$protected {
3250
- protected CanAddProperty(propertyType: Type, propertyName: string, configurationSource: ConfigurationSource, checkClrProperty: boolean, skipTypeCheck: boolean): boolean;
3251
- protected CanIgnore2(name: string, configurationSource: ConfigurationSource, shouldThrow: boolean): boolean;
3252
- protected Property5(propertyType: Type, propertyName: string, memberInfo: MemberInfo, typeConfigurationSource: Nullable<ConfigurationSource>, configurationSource: Nullable<ConfigurationSource>, skipTypeCheck?: boolean): InternalPropertyBuilder | undefined;
3253
- }
3386
+ export interface InternalEntityTypeBuilder$instance extends InternalTypeBaseBuilder$instance {
3387
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
3388
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionEntityTypeBuilder: never;
3389
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionTypeBaseBuilder: never;
3254
3390
 
3255
-
3256
- export interface InternalEntityTypeBuilder$instance extends InternalEntityTypeBuilder$protected, InternalTypeBaseBuilder$instance {
3257
3391
  CanAddComplexProperty(propertyName: string, propertyType: Type, targetType: Type, collection: Nullable<System_Internal.Boolean>, configurationSource: ConfigurationSource, checkClrProperty?: boolean): boolean;
3258
3392
  CanAddNavigation(navigationName: string, type: Type, configurationSource: ConfigurationSource): boolean;
3393
+ CanAddProperty(propertyType: Type, propertyName: string, configurationSource: ConfigurationSource, checkClrProperty: boolean, skipTypeCheck: boolean): boolean;
3259
3394
  CanHaveComplexProperty(propertyType: Type, propertyName: string, memberInfo: MemberInfo, complexType: Type, collection: Nullable<System_Internal.Boolean>, configurationSource: Nullable<ConfigurationSource>): boolean;
3260
3395
  CanHaveComplexProperty(propertyType: Type, propertyName: string, complexType?: Type, fromDataAnnotation?: boolean): boolean;
3261
3396
  CanHaveComplexProperty(memberInfo: MemberInfo, complexType?: Type, fromDataAnnotation?: boolean): boolean;
@@ -3266,6 +3401,7 @@ export interface InternalEntityTypeBuilder$instance extends InternalEntityTypeBu
3266
3401
  CanHaveProperty(memberInfo: MemberInfo, fromDataAnnotation?: boolean): boolean;
3267
3402
  CanHaveServiceProperty(memberInfo: MemberInfo, configurationSource: Nullable<ConfigurationSource>): boolean;
3268
3403
  CanHaveSkipNavigation(skipNavigationName: string, type: Type, configurationSource: Nullable<ConfigurationSource>): boolean;
3404
+ CanIgnore(name: string, configurationSource: ConfigurationSource, shouldThrow: boolean): boolean;
3269
3405
  CanIgnore(name: string, configurationSource: ConfigurationSource): boolean;
3270
3406
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
3271
3407
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
@@ -3387,6 +3523,7 @@ export interface InternalEntityTypeBuilder$instance extends InternalEntityTypeBu
3387
3523
  Property(propertyType: Type, propertyName: string, typeConfigurationSource: Nullable<ConfigurationSource>, configurationSource: Nullable<ConfigurationSource>, skipTypeCheck?: boolean): InternalPropertyBuilder | undefined;
3388
3524
  Property(propertyName: string, configurationSource: Nullable<ConfigurationSource>): InternalPropertyBuilder | undefined;
3389
3525
  Property(memberInfo: MemberInfo, configurationSource: Nullable<ConfigurationSource>): InternalPropertyBuilder | undefined;
3526
+ Property(propertyType: Type, propertyName: string, memberInfo: MemberInfo, typeConfigurationSource: Nullable<ConfigurationSource>, configurationSource: Nullable<ConfigurationSource>, skipTypeCheck?: boolean): InternalPropertyBuilder | undefined;
3390
3527
  Property(propertyType: Type, propertyName: string, setTypeConfigurationSource?: boolean, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
3391
3528
  Property(memberInfo: MemberInfo, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
3392
3529
  RemoveMembersInHierarchy(propertyName: string, configurationSource: ConfigurationSource): void;
@@ -3421,6 +3558,9 @@ export type InternalEntityTypeBuilder = InternalEntityTypeBuilder$instance & __I
3421
3558
 
3422
3559
 
3423
3560
  export interface InternalEntityTypeMappingFragmentBuilder$instance extends AnnotatableBuilder_2<EntityTypeMappingFragment, IConventionModelBuilder> {
3561
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
3562
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionEntityTypeMappingFragmentBuilder: never;
3563
+
3424
3564
  CanExcludeTableFromMigrations(excludedFromMigrations: Nullable<System_Internal.Boolean>, configurationSource: ConfigurationSource): boolean;
3425
3565
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
3426
3566
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
@@ -3448,6 +3588,9 @@ export type InternalEntityTypeMappingFragmentBuilder = InternalEntityTypeMapping
3448
3588
 
3449
3589
 
3450
3590
  export interface InternalForeignKeyBuilder$instance extends AnnotatableBuilder_2<ForeignKey, InternalModelBuilder> {
3591
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
3592
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionForeignKeyBuilder: never;
3593
+
3451
3594
  Attach(entityTypeBuilder: InternalEntityTypeBuilder): InternalForeignKeyBuilder | undefined;
3452
3595
  CanInvert(newForeignKeyProperties: IReadOnlyList<Property>, configurationSource: Nullable<ConfigurationSource>): boolean;
3453
3596
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
@@ -3522,6 +3665,9 @@ export type InternalForeignKeyBuilder = InternalForeignKeyBuilder$instance & __I
3522
3665
 
3523
3666
 
3524
3667
  export interface InternalIndexBuilder$instance extends AnnotatableBuilder_2<Index, InternalModelBuilder> {
3668
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
3669
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionIndexBuilder: never;
3670
+
3525
3671
  Attach(entityTypeBuilder: InternalEntityTypeBuilder): InternalIndexBuilder | undefined;
3526
3672
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
3527
3673
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
@@ -3552,6 +3698,9 @@ export type InternalIndexBuilder = InternalIndexBuilder$instance & __InternalInd
3552
3698
 
3553
3699
 
3554
3700
  export interface InternalKeyBuilder$instance extends AnnotatableBuilder_2<Key, InternalModelBuilder> {
3701
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
3702
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionKeyBuilder: never;
3703
+
3555
3704
  Attach(entityTypeBuilder: InternalEntityTypeBuilder, primaryKeyConfigurationSource: Nullable<ConfigurationSource>): InternalKeyBuilder | undefined;
3556
3705
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
3557
3706
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
@@ -3578,6 +3727,9 @@ export type InternalKeyBuilder = InternalKeyBuilder$instance & __InternalKeyBuil
3578
3727
 
3579
3728
 
3580
3729
  export interface InternalModelBuilder$instance extends AnnotatableBuilder_2<Model, InternalModelBuilder> {
3730
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
3731
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionModelBuilder: never;
3732
+
3581
3733
  CanBeConfigured(type: Type, configurationType: TypeConfigurationType, configurationSource: ConfigurationSource): boolean;
3582
3734
  CanHaveEntity(type: TypeIdentity, configurationSource: ConfigurationSource, shouldBeOwned: Nullable<System_Internal.Boolean>, shouldThrow?: boolean): boolean;
3583
3735
  CanIgnore(type: Type, configurationSource: ConfigurationSource): boolean;
@@ -3626,12 +3778,11 @@ export interface __InternalModelBuilder$views {
3626
3778
  export type InternalModelBuilder = InternalModelBuilder$instance & __InternalModelBuilder$views;
3627
3779
 
3628
3780
 
3629
- export abstract class InternalNavigationBuilder$protected {
3630
- protected readonly This: IConventionNavigationBuilder;
3631
- }
3632
-
3781
+ export interface InternalNavigationBuilder$instance extends InternalPropertyBaseBuilder_2$instance<IConventionNavigationBuilder, Navigation> {
3782
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
3783
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionNavigationBuilder: never;
3784
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionPropertyBaseBuilder_1: never;
3633
3785
 
3634
- export interface InternalNavigationBuilder$instance extends InternalNavigationBuilder$protected, InternalPropertyBaseBuilder_2$instance<IConventionNavigationBuilder, Navigation> {
3635
3786
  AutoInclude(autoInclude: Nullable<System_Internal.Boolean>, configurationSource: ConfigurationSource): InternalNavigationBuilder | undefined;
3636
3787
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
3637
3788
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
@@ -3671,6 +3822,8 @@ export type InternalNavigationBuilder = InternalNavigationBuilder$instance & __I
3671
3822
 
3672
3823
 
3673
3824
  export interface InternalOwnedEntityTypeBuilder$instance extends IConventionOwnedEntityTypeBuilder {
3825
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionOwnedEntityTypeBuilder: never;
3826
+
3674
3827
  }
3675
3828
 
3676
3829
 
@@ -3681,12 +3834,10 @@ export const InternalOwnedEntityTypeBuilder: {
3681
3834
 
3682
3835
  export type InternalOwnedEntityTypeBuilder = InternalOwnedEntityTypeBuilder$instance;
3683
3836
 
3684
- export abstract class InternalPropertyBaseBuilder_2$protected<TBuilder extends IConventionPropertyBaseBuilder_1<TBuilder>, TPropertyBase extends PropertyBase> {
3685
- protected readonly This: TBuilder;
3686
- }
3687
-
3837
+ export interface InternalPropertyBaseBuilder_2$instance<TBuilder extends IConventionPropertyBaseBuilder_1<TBuilder>, TPropertyBase extends PropertyBase> extends AnnotatableBuilder_2<TPropertyBase, InternalModelBuilder> {
3838
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
3688
3839
 
3689
- export interface InternalPropertyBaseBuilder_2$instance<TBuilder extends IConventionPropertyBaseBuilder_1<TBuilder>, TPropertyBase extends PropertyBase> extends InternalPropertyBaseBuilder_2$protected<TBuilder, TPropertyBase>, AnnotatableBuilder_2<TPropertyBase, InternalModelBuilder> {
3840
+ readonly This: IConventionServicePropertyBuilder | TBuilder;
3690
3841
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
3691
3842
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
3692
3843
  CanSetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): boolean;
@@ -3704,8 +3855,7 @@ export interface InternalPropertyBaseBuilder_2$instance<TBuilder extends IConven
3704
3855
  }
3705
3856
 
3706
3857
 
3707
- export const InternalPropertyBaseBuilder_2: {
3708
- new<TBuilder extends IConventionPropertyBaseBuilder_1<TBuilder>, TPropertyBase extends PropertyBase>(metadata: TPropertyBase, modelBuilder: InternalModelBuilder): InternalPropertyBaseBuilder_2<TBuilder, TPropertyBase>;
3858
+ export const InternalPropertyBaseBuilder_2: (abstract new<TBuilder extends IConventionPropertyBaseBuilder_1<TBuilder>, TPropertyBase extends PropertyBase>(metadata: TPropertyBase, modelBuilder: InternalModelBuilder) => InternalPropertyBaseBuilder_2<TBuilder, TPropertyBase>) & {
3709
3859
  };
3710
3860
 
3711
3861
 
@@ -3716,12 +3866,11 @@ export interface __InternalPropertyBaseBuilder_2$views<TBuilder extends IConvent
3716
3866
  export type InternalPropertyBaseBuilder_2<TBuilder extends IConventionPropertyBaseBuilder_1<TBuilder>, TPropertyBase extends PropertyBase> = InternalPropertyBaseBuilder_2$instance<TBuilder, TPropertyBase> & __InternalPropertyBaseBuilder_2$views<TBuilder, TPropertyBase>;
3717
3867
 
3718
3868
 
3719
- export abstract class InternalPropertyBuilder$protected {
3720
- protected readonly This: IConventionPropertyBuilder;
3721
- }
3722
-
3869
+ export interface InternalPropertyBuilder$instance extends InternalPropertyBaseBuilder_2$instance<IConventionPropertyBuilder, Property> {
3870
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
3871
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionPropertyBaseBuilder_1: never;
3872
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionPropertyBuilder: never;
3723
3873
 
3724
- export interface InternalPropertyBuilder$instance extends InternalPropertyBuilder$protected, InternalPropertyBaseBuilder_2$instance<IConventionPropertyBuilder, Property> {
3725
3874
  AfterSave(behavior: Nullable<PropertySaveBehavior>, configurationSource: ConfigurationSource): InternalPropertyBuilder | undefined;
3726
3875
  Attach(typeBaseBuilder: InternalTypeBaseBuilder): InternalPropertyBuilder | undefined;
3727
3876
  BeforeSave(behavior: Nullable<PropertySaveBehavior>, configurationSource: ConfigurationSource): InternalPropertyBuilder | undefined;
@@ -3799,6 +3948,9 @@ export type InternalPropertyBuilder = InternalPropertyBuilder$instance & __Inter
3799
3948
 
3800
3949
 
3801
3950
  export interface InternalRelationalPropertyOverridesBuilder$instance extends AnnotatableBuilder_2<RelationalPropertyOverrides, IConventionModelBuilder> {
3951
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
3952
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionRelationalPropertyOverridesBuilder: never;
3953
+
3802
3954
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
3803
3955
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
3804
3956
  CanSetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): boolean;
@@ -3826,6 +3978,9 @@ export type InternalRelationalPropertyOverridesBuilder = InternalRelationalPrope
3826
3978
 
3827
3979
 
3828
3980
  export interface InternalSequenceBuilder$instance extends AnnotatableBuilder_2<Sequence, IConventionModelBuilder> {
3981
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
3982
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionSequenceBuilder: never;
3983
+
3829
3984
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
3830
3985
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
3831
3986
  CanSetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): boolean;
@@ -3862,12 +4017,11 @@ export interface __InternalSequenceBuilder$views {
3862
4017
  export type InternalSequenceBuilder = InternalSequenceBuilder$instance & __InternalSequenceBuilder$views;
3863
4018
 
3864
4019
 
3865
- export abstract class InternalServicePropertyBuilder$protected {
3866
- protected readonly This: IConventionServicePropertyBuilder;
3867
- }
3868
-
4020
+ export interface InternalServicePropertyBuilder$instance extends InternalPropertyBaseBuilder_2$instance<IConventionServicePropertyBuilder, ServiceProperty> {
4021
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
4022
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionPropertyBaseBuilder_1: never;
4023
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionServicePropertyBuilder: never;
3869
4024
 
3870
- export interface InternalServicePropertyBuilder$instance extends InternalServicePropertyBuilder$protected, InternalPropertyBaseBuilder_2$instance<IConventionServicePropertyBuilder, ServiceProperty> {
3871
4025
  Attach(entityTypeBuilder: InternalEntityTypeBuilder): InternalServicePropertyBuilder | undefined;
3872
4026
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
3873
4027
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
@@ -3903,12 +4057,11 @@ export interface __InternalServicePropertyBuilder$views {
3903
4057
  export type InternalServicePropertyBuilder = InternalServicePropertyBuilder$instance & __InternalServicePropertyBuilder$views;
3904
4058
 
3905
4059
 
3906
- export abstract class InternalSkipNavigationBuilder$protected {
3907
- protected readonly This: InternalSkipNavigationBuilder;
3908
- }
3909
-
4060
+ export interface InternalSkipNavigationBuilder$instance extends InternalPropertyBaseBuilder_2$instance<IConventionSkipNavigationBuilder, SkipNavigation> {
4061
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
4062
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionPropertyBaseBuilder_1: never;
4063
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionSkipNavigationBuilder: never;
3910
4064
 
3911
- export interface InternalSkipNavigationBuilder$instance extends InternalSkipNavigationBuilder$protected, InternalPropertyBaseBuilder_2$instance<IConventionSkipNavigationBuilder, SkipNavigation> {
3912
4065
  Attach(entityTypeBuilder?: InternalEntityTypeBuilder, targetEntityType?: EntityType, inverseBuilder?: InternalSkipNavigationBuilder): InternalSkipNavigationBuilder | undefined;
3913
4066
  AutoInclude(autoInclude: Nullable<System_Internal.Boolean>, configurationSource: ConfigurationSource): InternalSkipNavigationBuilder | undefined;
3914
4067
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
@@ -3950,6 +4103,9 @@ export type InternalSkipNavigationBuilder = InternalSkipNavigationBuilder$instan
3950
4103
 
3951
4104
 
3952
4105
  export interface InternalStoredProcedureBuilder$instance extends AnnotatableBuilder_2<StoredProcedure, IConventionModelBuilder> {
4106
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
4107
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionStoredProcedureBuilder: never;
4108
+
3953
4109
  CanHaveOriginalValueParameter(propertyName: string, configurationSource: ConfigurationSource): boolean;
3954
4110
  CanHaveParameter(propertyName: string, configurationSource: ConfigurationSource): boolean;
3955
4111
  CanHaveResultColumn(propertyName: string, configurationSource: ConfigurationSource): boolean;
@@ -3970,7 +4126,7 @@ export interface InternalStoredProcedureBuilder$instance extends AnnotatableBuil
3970
4126
  HasNoAnnotation(name: string, fromDataAnnotation?: boolean): IConventionAnnotatableBuilder | undefined;
3971
4127
  HasOriginalValueParameter(propertyName: string, configurationSource: ConfigurationSource): InternalStoredProcedureParameterBuilder | undefined;
3972
4128
  HasOriginalValueParameter<TDerivedEntity, TProperty>(propertyExpression: Expression<Func<TDerivedEntity, TProperty>>, configurationSource: ConfigurationSource): InternalStoredProcedureParameterBuilder | undefined;
3973
- HasParameter(propertyName: string, configurationSource: ConfigurationSource): InternalStoredProcedureParameterBuilder;
4129
+ HasParameter(propertyName: string, configurationSource: ConfigurationSource): InternalStoredProcedureParameterBuilder | undefined;
3974
4130
  HasParameter<TDerivedEntity, TProperty>(propertyExpression: Expression<Func<TDerivedEntity, TProperty>>, configurationSource: ConfigurationSource): InternalStoredProcedureParameterBuilder | undefined;
3975
4131
  HasResultColumn(propertyName: string, configurationSource: ConfigurationSource): InternalStoredProcedureResultColumnBuilder | undefined;
3976
4132
  HasResultColumn<TDerivedEntity, TProperty>(propertyExpression: Expression<Func<TDerivedEntity, TProperty>>, configurationSource: ConfigurationSource): InternalStoredProcedureResultColumnBuilder | undefined;
@@ -3997,6 +4153,9 @@ export type InternalStoredProcedureBuilder = InternalStoredProcedureBuilder$inst
3997
4153
 
3998
4154
 
3999
4155
  export interface InternalStoredProcedureParameterBuilder$instance extends AnnotatableBuilder_2<StoredProcedureParameter, IConventionModelBuilder> {
4156
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
4157
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionStoredProcedureParameterBuilder: never;
4158
+
4000
4159
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
4001
4160
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
4002
4161
  CanSetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): boolean;
@@ -4026,6 +4185,9 @@ export type InternalStoredProcedureParameterBuilder = InternalStoredProcedurePar
4026
4185
 
4027
4186
 
4028
4187
  export interface InternalStoredProcedureResultColumnBuilder$instance extends AnnotatableBuilder_2<StoredProcedureResultColumn, IConventionModelBuilder> {
4188
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
4189
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionStoredProcedureResultColumnBuilder: never;
4190
+
4029
4191
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
4030
4192
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
4031
4193
  CanSetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): boolean;
@@ -4053,6 +4215,9 @@ export type InternalStoredProcedureResultColumnBuilder = InternalStoredProcedure
4053
4215
 
4054
4216
 
4055
4217
  export interface InternalTriggerBuilder$instance extends AnnotatableBuilder_2<Trigger, IConventionModelBuilder> {
4218
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
4219
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionTriggerBuilder: never;
4220
+
4056
4221
  Attach(entityTypeBuilder: InternalEntityTypeBuilder): InternalTriggerBuilder | undefined;
4057
4222
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
4058
4223
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
@@ -4078,22 +4243,16 @@ export interface __InternalTriggerBuilder$views {
4078
4243
  export type InternalTriggerBuilder = InternalTriggerBuilder$instance & __InternalTriggerBuilder$views;
4079
4244
 
4080
4245
 
4081
- export abstract class InternalTypeBaseBuilder$protected {
4082
- protected abstract CanAddProperty(propertyType: Type, propertyName: string, configurationSource: ConfigurationSource, checkClrProperty?: boolean, skipTypeCheck?: boolean): boolean;
4083
- protected abstract CanIgnore(name: string, configurationSource: ConfigurationSource, shouldThrow: boolean): boolean;
4084
- protected GetOrCreateDiscriminatorProperty(type: Type, name: string, memberInfo: MemberInfo, configurationSource: ConfigurationSource): InternalPropertyBuilder | undefined;
4085
- protected PrimitiveCollection(propertyType: Type, propertyName: string, memberInfo: MemberInfo, typeConfigurationSource: Nullable<ConfigurationSource>, configurationSource: Nullable<ConfigurationSource>): InternalPropertyBuilder | undefined;
4086
- protected Property(propertyType: Type, propertyName: string, memberInfo: MemberInfo, typeConfigurationSource: Nullable<ConfigurationSource>, configurationSource: Nullable<ConfigurationSource>, skipTypeCheck?: boolean): InternalPropertyBuilder | undefined;
4087
- protected RemoveIncompatibleDiscriminatorValues(structuralType: TypeBase, newDiscriminatorProperty: Property, configurationSource: ConfigurationSource): void;
4088
- protected RemovePropertyIfUnused(property: Property, configurationSource: ConfigurationSource): void;
4089
- }
4090
-
4246
+ export interface InternalTypeBaseBuilder$instance extends AnnotatableBuilder_2<TypeBase, InternalModelBuilder> {
4247
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionAnnotatableBuilder: never;
4248
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Builders_IConventionTypeBaseBuilder: never;
4091
4249
 
4092
- export interface InternalTypeBaseBuilder$instance extends InternalTypeBaseBuilder$protected, AnnotatableBuilder_2<TypeBase, InternalModelBuilder> {
4093
4250
  CanAddComplexProperty(propertyName: string, propertyType: Type, targetType: Type, collection: Nullable<System_Internal.Boolean>, configurationSource: ConfigurationSource, checkClrProperty?: boolean): boolean;
4251
+ CanAddProperty(propertyType: Type, propertyName: string, configurationSource: ConfigurationSource, checkClrProperty?: boolean, skipTypeCheck?: boolean): boolean;
4094
4252
  CanHaveComplexProperty(propertyType: Type, propertyName: string, memberInfo: MemberInfo, complexType: Type, collection: Nullable<System_Internal.Boolean>, configurationSource: Nullable<ConfigurationSource>): boolean;
4095
4253
  CanHaveProperty(propertyType: Type, propertyName: string, memberInfo: MemberInfo, typeConfigurationSource: Nullable<ConfigurationSource>, configurationSource: Nullable<ConfigurationSource>, checkClrProperty?: boolean): boolean;
4096
4254
  CanIgnore(name: string, configurationSource: ConfigurationSource): boolean;
4255
+ CanIgnore(name: string, configurationSource: ConfigurationSource, shouldThrow: boolean): boolean;
4097
4256
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
4098
4257
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
4099
4258
  CanRemoveComplexProperty(complexProperty: ComplexProperty, configurationSource: ConfigurationSource): boolean;
@@ -4114,6 +4273,7 @@ export interface InternalTypeBaseBuilder$instance extends InternalTypeBaseBuilde
4114
4273
  CreateUniqueProperties(principalProperties: IReadOnlyList<Property>, isRequired: boolean, baseName: string, checkTypes?: boolean): IReadOnlyList<Property> | undefined;
4115
4274
  CreateUniqueProperty(propertyType: Type, propertyName: string, required: boolean, checkType?: boolean): InternalPropertyBuilder | undefined;
4116
4275
  GetActualProperties(properties: IReadOnlyList<Property>, configurationSource: Nullable<ConfigurationSource>): IReadOnlyList<Property> | undefined;
4276
+ GetOrCreateDiscriminatorProperty(type: Type, name: string, memberInfo: MemberInfo, configurationSource: ConfigurationSource): InternalPropertyBuilder | undefined;
4117
4277
  GetOrCreateProperties(propertyNames: IReadOnlyList<System_Internal.String>, configurationSource: Nullable<ConfigurationSource>, referencedProperties?: IReadOnlyList<Property>, required?: boolean, useDefaultType?: boolean): IReadOnlyList<Property> | undefined;
4118
4278
  GetOrCreateProperties(clrMembers: IEnumerable__System_Collections_Generic<MemberInfo>, configurationSource: Nullable<ConfigurationSource>): IReadOnlyList<Property> | undefined;
4119
4279
  HasAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): AnnotatableBuilder_2<TypeBase, InternalModelBuilder>;
@@ -4130,20 +4290,23 @@ export interface InternalTypeBaseBuilder$instance extends InternalTypeBaseBuilde
4130
4290
  PrimitiveCollection(propertyType: Type, propertyName: string, typeConfigurationSource: Nullable<ConfigurationSource>, configurationSource: Nullable<ConfigurationSource>): InternalPropertyBuilder | undefined;
4131
4291
  PrimitiveCollection(propertyName: string, configurationSource: Nullable<ConfigurationSource>): InternalPropertyBuilder | undefined;
4132
4292
  PrimitiveCollection(memberInfo: MemberInfo, configurationSource: Nullable<ConfigurationSource>): InternalPropertyBuilder | undefined;
4293
+ PrimitiveCollection(propertyType: Type, propertyName: string, memberInfo: MemberInfo, typeConfigurationSource: Nullable<ConfigurationSource>, configurationSource: Nullable<ConfigurationSource>): InternalPropertyBuilder | undefined;
4133
4294
  Property(propertyType: Type, propertyName: string, configurationSource: Nullable<ConfigurationSource>, skipTypeCheck?: boolean): InternalPropertyBuilder | undefined;
4134
4295
  Property(propertyType: Type, propertyName: string, typeConfigurationSource: Nullable<ConfigurationSource>, configurationSource: Nullable<ConfigurationSource>, skipTypeCheck?: boolean): InternalPropertyBuilder | undefined;
4135
4296
  Property(propertyName: string, configurationSource: Nullable<ConfigurationSource>): InternalPropertyBuilder | undefined;
4136
4297
  Property(memberInfo: MemberInfo, configurationSource: Nullable<ConfigurationSource>): InternalPropertyBuilder | undefined;
4298
+ Property(propertyType: Type, propertyName: string, memberInfo: MemberInfo, typeConfigurationSource: Nullable<ConfigurationSource>, configurationSource: Nullable<ConfigurationSource>, skipTypeCheck?: boolean): InternalPropertyBuilder | undefined;
4299
+ RemoveIncompatibleDiscriminatorValues(structuralType: TypeBase, newDiscriminatorProperty: Property, configurationSource: ConfigurationSource): void;
4137
4300
  RemoveMembersInHierarchy(propertyName: string, configurationSource: ConfigurationSource): void;
4138
4301
  RemoveProperty(property: Property, configurationSource: ConfigurationSource, canOverrideSameSource?: boolean): Nullable<ConfigurationSource>;
4302
+ RemovePropertyIfUnused(property: Property, configurationSource: ConfigurationSource): void;
4139
4303
  RemoveUnusedImplicitProperties(properties: IReadOnlyList<IConventionProperty>): InternalTypeBaseBuilder;
4140
4304
  TryCreateUniqueProperties(propertyCount: int, currentProperties: IReadOnlyList<Property>, principalPropertyTypes: IEnumerable__System_Collections_Generic<Type>, principalPropertyNames: IEnumerable__System_Collections_Generic<System_Internal.String>, isRequired: boolean, baseName: string, checkTypes?: boolean): ValueTuple<System_Internal.Boolean, IReadOnlyList<Property>>;
4141
4305
  UsePropertyAccessMode(propertyAccessMode: Nullable<PropertyAccessMode>, configurationSource: ConfigurationSource): InternalTypeBaseBuilder | undefined;
4142
4306
  }
4143
4307
 
4144
4308
 
4145
- export const InternalTypeBaseBuilder: {
4146
- new(metadata: TypeBase, modelBuilder: InternalModelBuilder): InternalTypeBaseBuilder;
4309
+ export const InternalTypeBaseBuilder: (abstract new(metadata: TypeBase, modelBuilder: InternalModelBuilder) => InternalTypeBaseBuilder) & {
4147
4310
  DetachProperties(propertiesToDetach: IReadOnlyList<ComplexProperty>): List<ComplexPropertySnapshot> | undefined;
4148
4311
  DetachProperties(propertiesToDetach: IReadOnlyList<Property>): PropertiesSnapshot | undefined;
4149
4312
  IsCompatible(newMemberInfo: MemberInfo, existingProperty: PropertyBase): boolean;
@@ -4158,21 +4321,21 @@ export interface __InternalTypeBaseBuilder$views {
4158
4321
  export type InternalTypeBaseBuilder = InternalTypeBaseBuilder$instance & __InternalTypeBaseBuilder$views;
4159
4322
 
4160
4323
 
4161
- export abstract class JsonColumn$protected {
4162
- protected AddAnnotation9(name: string, annotation: Annotation): Annotation;
4163
- protected AddRuntimeAnnotation9(name: string, annotation: Annotation): Annotation;
4164
- protected GetDefaultStoreTypeMapping(): RelationalTypeMapping;
4165
- protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
4166
- }
4324
+ export interface JsonColumn$instance extends Column$instance {
4325
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
4326
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
4327
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IColumn: never;
4328
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IColumnBase: never;
4329
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
4167
4330
 
4168
-
4169
- export interface JsonColumn$instance extends JsonColumn$protected, Column$instance {
4170
4331
  AddAnnotation(name: string, value: unknown): IAnnotation;
4171
4332
  AddAnnotation(name: string, value: unknown): Annotation;
4333
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
4172
4334
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
4173
4335
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
4174
4336
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
4175
4337
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
4338
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
4176
4339
  AnnotationsToDebugString(indent?: int): string;
4177
4340
  FindAnnotation(name: string): IAnnotation | undefined;
4178
4341
  FindAnnotation(name: string): Annotation | undefined;
@@ -4182,11 +4345,13 @@ export interface JsonColumn$instance extends JsonColumn$protected, Column$instan
4182
4345
  FindRuntimeAnnotation(name: string): Annotation | undefined;
4183
4346
  FindRuntimeAnnotationValue(name: string): unknown | undefined;
4184
4347
  GetAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
4348
+ GetDefaultStoreTypeMapping(): RelationalTypeMapping;
4185
4349
  GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory: Func<TArg, TValue>, factoryArgument: TArg): TValue;
4186
4350
  GetRuntimeAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
4187
4351
  RemoveAnnotation(name: string): IAnnotation | undefined;
4188
4352
  RemoveAnnotation(name: string): Annotation | undefined;
4189
4353
  SetAnnotation(name: string, value: unknown): void;
4354
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
4190
4355
  ToDebugString(options?: MetadataDebugStringOptions, indent?: int): string;
4191
4356
  TryGetDefaultValue(defaultValue: unknown): boolean;
4192
4357
  }
@@ -4208,21 +4373,20 @@ export interface __JsonColumn$views {
4208
4373
  export type JsonColumn = JsonColumn$instance & __JsonColumn$views;
4209
4374
 
4210
4375
 
4211
- export abstract class JsonColumnBase$protected {
4212
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
4213
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
4214
- protected GetDefaultStoreTypeMapping(): RelationalTypeMapping;
4215
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
4216
- }
4217
-
4376
+ export interface JsonColumnBase$instance extends ColumnBase_1$instance<ColumnMappingBase> {
4377
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
4378
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
4379
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IColumnBase: never;
4380
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
4218
4381
 
4219
- export interface JsonColumnBase$instance extends JsonColumnBase$protected, ColumnBase_1$instance<ColumnMappingBase> {
4220
4382
  AddAnnotation(name: string, value: unknown): IAnnotation;
4221
4383
  AddAnnotation(name: string, value: unknown): Annotation;
4384
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
4222
4385
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
4223
4386
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
4224
4387
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
4225
4388
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
4389
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
4226
4390
  AnnotationsToDebugString(indent?: int): string;
4227
4391
  FindAnnotation(name: string): IAnnotation | undefined;
4228
4392
  FindAnnotation(name: string): Annotation | undefined;
@@ -4231,11 +4395,13 @@ export interface JsonColumnBase$instance extends JsonColumnBase$protected, Colum
4231
4395
  FindRuntimeAnnotation(name: string): Annotation | undefined;
4232
4396
  FindRuntimeAnnotationValue(name: string): unknown | undefined;
4233
4397
  GetAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
4398
+ GetDefaultStoreTypeMapping(): RelationalTypeMapping;
4234
4399
  GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory: Func<TArg, TValue>, factoryArgument: TArg): TValue;
4235
4400
  GetRuntimeAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
4236
4401
  RemoveAnnotation(name: string): IAnnotation | undefined;
4237
4402
  RemoveAnnotation(name: string): Annotation | undefined;
4238
4403
  SetAnnotation(name: string, value: unknown): void;
4404
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
4239
4405
  ToDebugString(options?: MetadataDebugStringOptions, indent?: int): string;
4240
4406
  }
4241
4407
 
@@ -4255,21 +4421,21 @@ export interface __JsonColumnBase$views {
4255
4421
  export type JsonColumnBase = JsonColumnBase$instance & __JsonColumnBase$views;
4256
4422
 
4257
4423
 
4258
- export abstract class JsonViewColumn$protected {
4259
- protected AddAnnotation9(name: string, annotation: Annotation): Annotation;
4260
- protected AddRuntimeAnnotation9(name: string, annotation: Annotation): Annotation;
4261
- protected GetDefaultStoreTypeMapping(): RelationalTypeMapping;
4262
- protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
4263
- }
4264
-
4424
+ export interface JsonViewColumn$instance extends ViewColumn$instance {
4425
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
4426
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
4427
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IColumnBase: never;
4428
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
4429
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IViewColumn: never;
4265
4430
 
4266
- export interface JsonViewColumn$instance extends JsonViewColumn$protected, ViewColumn$instance {
4267
4431
  AddAnnotation(name: string, value: unknown): IAnnotation;
4268
4432
  AddAnnotation(name: string, value: unknown): Annotation;
4433
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
4269
4434
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
4270
4435
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
4271
4436
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
4272
4437
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
4438
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
4273
4439
  AnnotationsToDebugString(indent?: int): string;
4274
4440
  FindAnnotation(name: string): IAnnotation | undefined;
4275
4441
  FindAnnotation(name: string): Annotation | undefined;
@@ -4279,11 +4445,13 @@ export interface JsonViewColumn$instance extends JsonViewColumn$protected, ViewC
4279
4445
  FindRuntimeAnnotation(name: string): Annotation | undefined;
4280
4446
  FindRuntimeAnnotationValue(name: string): unknown | undefined;
4281
4447
  GetAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
4448
+ GetDefaultStoreTypeMapping(): RelationalTypeMapping;
4282
4449
  GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory: Func<TArg, TValue>, factoryArgument: TArg): TValue;
4283
4450
  GetRuntimeAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
4284
4451
  RemoveAnnotation(name: string): IAnnotation | undefined;
4285
4452
  RemoveAnnotation(name: string): Annotation | undefined;
4286
4453
  SetAnnotation(name: string, value: unknown): void;
4454
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
4287
4455
  ToDebugString(options?: MetadataDebugStringOptions, indent?: int): string;
4288
4456
  }
4289
4457
 
@@ -4304,16 +4472,17 @@ export interface __JsonViewColumn$views {
4304
4472
  export type JsonViewColumn = JsonViewColumn$instance & __JsonViewColumn$views;
4305
4473
 
4306
4474
 
4307
- export abstract class Key$protected {
4308
- protected AddAnnotation11(name: string, annotation: Annotation): Annotation;
4309
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
4310
- protected OnAnnotationSet2(name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation): IConventionAnnotation | undefined;
4311
- protected OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
4312
- protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
4313
- }
4314
-
4475
+ export interface Key$instance extends ConventionAnnotatable {
4476
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
4477
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
4478
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
4479
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionKey: never;
4480
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IKey: never;
4481
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
4482
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableKey: never;
4483
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyKey: never;
4484
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeKey: never;
4315
4485
 
4316
- export interface Key$instance extends Key$protected, ConventionAnnotatable {
4317
4486
  readonly DebugView: DebugView;
4318
4487
  readonly DeclaringEntityType: EntityType;
4319
4488
  readonly IdentityMapFactory: Func<System_Internal.Boolean, IIdentityMap>;
@@ -4321,16 +4490,18 @@ export interface Key$instance extends Key$protected, ConventionAnnotatable {
4321
4490
  readonly IsReadOnly: boolean;
4322
4491
  readonly Properties: IReadOnlyList<Property>;
4323
4492
  get ReferencingForeignKeys(): ISet<ForeignKey> | undefined;
4324
- set ReferencingForeignKeys(value: ISet<ForeignKey>);
4493
+ set ReferencingForeignKeys(value: ISet<ForeignKey> | undefined);
4325
4494
  AddAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation;
4326
4495
  AddAnnotation(name: string, value: unknown, fromDataAnnotation?: boolean): IConventionAnnotation;
4327
4496
  AddAnnotation(name: string, value: unknown): IAnnotation;
4328
4497
  AddAnnotation(name: string, value: unknown): Annotation;
4498
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
4329
4499
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
4330
4500
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
4331
4501
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
4332
4502
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
4333
4503
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
4504
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
4334
4505
  AnnotationsToDebugString(indent?: int): string;
4335
4506
  FindAnnotation(name: string): ConventionAnnotation | undefined;
4336
4507
  FindAnnotation(name: string): IConventionAnnotation | undefined;
@@ -4344,10 +4515,13 @@ export interface Key$instance extends Key$protected, ConventionAnnotatable {
4344
4515
  GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory: Func<TArg, TValue>, factoryArgument: TArg): TValue;
4345
4516
  GetReferencingForeignKeys(): IEnumerable__System_Collections_Generic<ForeignKey>;
4346
4517
  GetRuntimeAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
4518
+ OnAnnotationSet(name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation): IConventionAnnotation | undefined;
4519
+ OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
4347
4520
  RemoveAnnotation(name: string): IAnnotation | undefined;
4348
4521
  RemoveAnnotation(name: string): Annotation | undefined;
4349
4522
  SetAnnotation(name: string, value: unknown): void;
4350
4523
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
4524
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
4351
4525
  SetRemovedFromModel(): void;
4352
4526
  ToString(): string;
4353
4527
  UpdateConfigurationSource(configurationSource: ConfigurationSource): void;
@@ -4375,6 +4549,8 @@ export type Key = Key$instance & __Key$views;
4375
4549
 
4376
4550
 
4377
4551
  export interface MemberClassifier$instance {
4552
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IMemberClassifier: never;
4553
+
4378
4554
  FindCandidateNavigationPropertyType(memberInfo: MemberInfo, model: IConventionModel, useAttributes: boolean, shouldBeOwned: Nullable<System_Internal.Boolean>): Type | undefined;
4379
4555
  FindServicePropertyCandidateBindingFactory(memberInfo: MemberInfo, model: IConventionModel, useAttributes: boolean): IParameterBindingFactory | undefined;
4380
4556
  GetInverseCandidateTypes(entityType: IConventionEntityType, useAttributes: boolean): IReadOnlyCollection<Type>;
@@ -4398,29 +4574,31 @@ export interface MemberClassifier$instance extends IMemberClassifier$instance {}
4398
4574
  export type MemberClassifier = MemberClassifier$instance & __MemberClassifier$views;
4399
4575
 
4400
4576
 
4401
- export abstract class Model$protected {
4402
- protected AddAnnotation11(name: string, annotation: Annotation): Annotation;
4403
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
4404
- protected OnAnnotationSet2(name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation): IConventionAnnotation | undefined;
4405
- protected OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
4406
- protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
4407
- }
4408
-
4577
+ export interface Model$instance extends ConventionAnnotatable {
4578
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
4579
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
4580
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
4581
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionModel: never;
4582
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IModel: never;
4583
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
4584
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableModel: never;
4585
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyModel: never;
4586
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeModel: never;
4409
4587
 
4410
- export interface Model$instance extends Model$protected, ConventionAnnotatable {
4411
- readonly Configuration: ModelConfiguration;
4588
+ readonly Configuration: ModelConfiguration | undefined;
4412
4589
  readonly ConventionDispatcher: ConventionDispatcher;
4413
4590
  readonly DebugView: DebugView;
4414
4591
  readonly IsReadOnly: boolean;
4415
4592
  ModelId: Guid;
4416
4593
  readonly RelationalModel: unknown | undefined;
4417
4594
  get ScopedModelDependencies(): ModelDependencies | undefined;
4418
- set ScopedModelDependencies(value: ModelDependencies);
4595
+ set ScopedModelDependencies(value: ModelDependencies | undefined);
4419
4596
  SkipDetectChanges: boolean;
4420
4597
  AddAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation;
4421
4598
  AddAnnotation(name: string, value: unknown, fromDataAnnotation?: boolean): IConventionAnnotation;
4422
4599
  AddAnnotation(name: string, value: unknown): IAnnotation;
4423
4600
  AddAnnotation(name: string, value: unknown): Annotation;
4601
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
4424
4602
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
4425
4603
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
4426
4604
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
@@ -4438,6 +4616,7 @@ export interface Model$instance extends Model$protected, ConventionAnnotatable {
4438
4616
  AddProperty(property: Property): void;
4439
4617
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
4440
4618
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
4619
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
4441
4620
  AddShared(type: Type, configurationSource: ConfigurationSource): void;
4442
4621
  AnnotationsToDebugString(indent?: int): string;
4443
4622
  DelayConventions(): IConventionBatch;
@@ -4484,6 +4663,8 @@ export interface Model$instance extends Model$protected, ConventionAnnotatable {
4484
4663
  IsIndexerMethod(methodInfo: MethodInfo): boolean;
4485
4664
  IsOwned(type: Type): boolean;
4486
4665
  IsShared(type: Type): boolean;
4666
+ OnAnnotationSet(name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation): IConventionAnnotation | undefined;
4667
+ OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
4487
4668
  OnModelFinalized(): IModel;
4488
4669
  RemoveAnnotation(name: string): IAnnotation | undefined;
4489
4670
  RemoveAnnotation(name: string): Annotation | undefined;
@@ -4500,6 +4681,7 @@ export interface Model$instance extends Model$protected, ConventionAnnotatable {
4500
4681
  RemoveShared(type: Type): Type | undefined;
4501
4682
  SetAnnotation(name: string, value: unknown): void;
4502
4683
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
4684
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
4503
4685
  SetChangeTrackingStrategy(changeTrackingStrategy: Nullable<ChangeTrackingStrategy>, configurationSource: ConfigurationSource): Nullable<ChangeTrackingStrategy>;
4504
4686
  SetEmbeddedDiscriminatorName(name: string, configurationSource: ConfigurationSource): string | undefined;
4505
4687
  SetPropertyAccessMode(propertyAccessMode: Nullable<PropertyAccessMode>, configurationSource: ConfigurationSource): Nullable<PropertyAccessMode>;
@@ -4562,6 +4744,9 @@ export const ModelConfiguration: {
4562
4744
  export type ModelConfiguration = ModelConfiguration$instance;
4563
4745
 
4564
4746
  export interface NamedListComparer$instance {
4747
+ readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
4748
+ readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
4749
+
4565
4750
  Compare(x: ValueTuple<System_Internal.String, System_Internal.String, IReadOnlyList<System_Internal.String>>, y: ValueTuple<System_Internal.String, System_Internal.String, IReadOnlyList<System_Internal.String>>): int;
4566
4751
  Equals(x: ValueTuple<System_Internal.String, System_Internal.String, IReadOnlyList<System_Internal.String>>, y: ValueTuple<System_Internal.String, System_Internal.String, IReadOnlyList<System_Internal.String>>): boolean;
4567
4752
  GetHashCode(obj: ValueTuple<System_Internal.String, System_Internal.String, IReadOnlyList<System_Internal.String>>): int;
@@ -4569,23 +4754,31 @@ export interface NamedListComparer$instance {
4569
4754
 
4570
4755
 
4571
4756
  export const NamedListComparer: {
4572
- new(): NamedListComparer;
4573
4757
  readonly Instance: NamedListComparer;
4574
4758
  };
4575
4759
 
4576
4760
 
4577
4761
  export type NamedListComparer = NamedListComparer$instance;
4578
4762
 
4579
- export abstract class Navigation$protected {
4580
- protected AddAnnotation16(name: string, annotation: Annotation): Annotation;
4581
- protected AddRuntimeAnnotation9(name: string, annotation: Annotation): Annotation;
4582
- protected OnAnnotationSet2(name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation): IConventionAnnotation | undefined;
4583
- protected OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
4584
- protected SetAnnotation7(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
4585
- }
4586
-
4763
+ export interface Navigation$instance extends PropertyBase$instance {
4764
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
4765
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
4766
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
4767
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionNavigation: never;
4768
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionNavigationBase: never;
4769
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionPropertyBase: never;
4770
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
4771
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableNavigation: never;
4772
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableNavigationBase: never;
4773
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutablePropertyBase: never;
4774
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_INavigation: never;
4775
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_INavigationBase: never;
4776
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IPropertyBase: never;
4777
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyNavigation: never;
4778
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyNavigationBase: never;
4779
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyPropertyBase: never;
4780
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimePropertyBase: never;
4587
4781
 
4588
- export interface Navigation$instance extends Navigation$protected, PropertyBase$instance {
4589
4782
  readonly ClrType: Type;
4590
4783
  readonly CollectionAccessor: IClrCollectionAccessor | undefined;
4591
4784
  readonly DebugView: DebugView;
@@ -4602,11 +4795,13 @@ export interface Navigation$instance extends Navigation$protected, PropertyBase$
4602
4795
  AddAnnotation(name: string, value: unknown): IAnnotation;
4603
4796
  AddAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation;
4604
4797
  AddAnnotation(name: string, value: unknown): Annotation;
4798
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
4605
4799
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
4606
4800
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
4607
4801
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
4608
4802
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
4609
4803
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
4804
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
4610
4805
  AnnotationsToDebugString(indent?: int): string;
4611
4806
  FindAnnotation(name: string): IConventionAnnotation | undefined;
4612
4807
  FindAnnotation(name: string): IAnnotation | undefined;
@@ -4632,10 +4827,13 @@ export interface Navigation$instance extends Navigation$protected, PropertyBase$
4632
4827
  GetSetter(): IClrPropertySetter;
4633
4828
  GetShadowIndex(): int;
4634
4829
  IsShadowProperty(): boolean;
4830
+ OnAnnotationSet(name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation): IConventionAnnotation | undefined;
4831
+ OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
4635
4832
  RemoveAnnotation(name: string): IAnnotation | undefined;
4636
4833
  RemoveAnnotation(name: string): Annotation | undefined;
4637
4834
  SetAnnotation(name: string, value: unknown): void;
4638
4835
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
4836
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
4639
4837
  SetField(fieldName: string, configurationSource: ConfigurationSource): FieldInfo | undefined;
4640
4838
  SetField(fieldName: string): void;
4641
4839
  SetField(fieldName: string, fromDataAnnotation?: boolean): FieldInfo | undefined;
@@ -4680,6 +4878,8 @@ export type Navigation = Navigation$instance & __Navigation$views;
4680
4878
 
4681
4879
 
4682
4880
  export interface ParameterBindingFactories$instance {
4881
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IParameterBindingFactories: never;
4882
+
4683
4883
  FindFactory(parameterType: Type, parameterName: string): IParameterBindingFactory | undefined;
4684
4884
  }
4685
4885
 
@@ -4713,46 +4913,53 @@ export const PropertiesSnapshot: {
4713
4913
 
4714
4914
  export type PropertiesSnapshot = PropertiesSnapshot$instance;
4715
4915
 
4716
- export abstract class Property$protected {
4717
- protected AddAnnotation16(name: string, annotation: Annotation): Annotation;
4718
- protected AddRuntimeAnnotation9(name: string, annotation: Annotation): Annotation;
4719
- protected OnAnnotationSet2(name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation): IConventionAnnotation | undefined;
4720
- protected OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
4721
- protected OnElementTypeSet(newElementType: IElementType, oldElementType: IElementType): IElementType | undefined;
4722
- protected OnFieldInfoSet(newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo): FieldInfo | undefined;
4723
- protected OnPropertyNullableChanged(): Nullable<System_Internal.Boolean>;
4724
- protected SetAnnotation7(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
4725
- }
4916
+ export interface Property$instance extends PropertyBase$instance {
4917
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
4918
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
4919
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
4920
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionProperty: never;
4921
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionPropertyBase: never;
4922
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
4923
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableProperty: never;
4924
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutablePropertyBase: never;
4925
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IProperty: never;
4926
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IPropertyBase: never;
4927
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyProperty: never;
4928
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyPropertyBase: never;
4929
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimePropertyBase: never;
4726
4930
 
4727
-
4728
- export interface Property$instance extends Property$protected, PropertyBase$instance {
4729
4931
  readonly ClrType: Type;
4730
4932
  readonly DebugView: DebugView;
4731
4933
  readonly DeclaringType: TypeBase;
4732
- ForeignKeys: List<ForeignKey>;
4733
- Indexes: List<Index>;
4934
+ get ForeignKeys(): List<ForeignKey> | undefined;
4935
+ set ForeignKeys(value: List<ForeignKey> | undefined);
4936
+ get Indexes(): List<Index> | undefined;
4937
+ set Indexes(value: List<Index> | undefined);
4734
4938
  readonly IsCollection: boolean;
4735
4939
  IsConcurrencyToken: boolean;
4736
4940
  readonly IsInModel: boolean;
4737
4941
  IsNullable: boolean;
4738
4942
  readonly IsPrimitiveCollection: boolean;
4739
4943
  get Keys(): List<Key> | undefined;
4740
- set Keys(value: List<Key>);
4944
+ set Keys(value: List<Key> | undefined);
4741
4945
  get PrimaryKey(): IReadOnlyKey | undefined;
4742
- set PrimaryKey(value: IReadOnlyKey);
4946
+ set PrimaryKey(value: IReadOnlyKey | undefined);
4743
4947
  get Sentinel(): unknown | undefined;
4744
- set Sentinel(value: unknown);
4745
- TypeMapping: CoreTypeMapping;
4948
+ set Sentinel(value: unknown | undefined);
4949
+ get TypeMapping(): CoreTypeMapping | undefined;
4950
+ set TypeMapping(value: CoreTypeMapping | undefined);
4746
4951
  ValueGenerated: ValueGenerated;
4747
4952
  AddAnnotation(name: string, value: unknown, fromDataAnnotation?: boolean): IConventionAnnotation;
4748
4953
  AddAnnotation(name: string, value: unknown): IAnnotation;
4749
4954
  AddAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation;
4750
4955
  AddAnnotation(name: string, value: unknown): Annotation;
4956
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
4751
4957
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
4752
4958
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
4753
4959
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
4754
4960
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
4755
4961
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
4962
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
4756
4963
  AnnotationsToDebugString(indent?: int): string;
4757
4964
  CheckAfterSaveBehavior(behavior: PropertySaveBehavior): string | undefined;
4758
4965
  CheckValueComparer(comparer: ValueComparer): string | undefined;
@@ -4788,7 +4995,7 @@ export interface Property$instance extends Property$protected, PropertyBase$inst
4788
4995
  GetIsUnicodeConfigurationSource(): Nullable<ConfigurationSource>;
4789
4996
  GetJsonValueReaderWriter(): JsonValueReaderWriter | undefined;
4790
4997
  GetJsonValueReaderWriterTypeConfigurationSource(): Nullable<ConfigurationSource>;
4791
- GetKeyValueComparer(): ValueComparer;
4998
+ GetKeyValueComparer(): ValueComparer | undefined;
4792
4999
  GetMaxLength(): Nullable<System_Internal.Int32>;
4793
5000
  GetMaxLengthConfigurationSource(): Nullable<ConfigurationSource>;
4794
5001
  GetMemberInfo(forMaterialization: boolean, forSet: boolean): MemberInfo;
@@ -4820,11 +5027,17 @@ export interface Property$instance extends Property$protected, PropertyBase$inst
4820
5027
  IsKey(): boolean;
4821
5028
  IsShadowProperty(): boolean;
4822
5029
  IsUnicode(): Nullable<System_Internal.Boolean>;
5030
+ OnAnnotationSet(name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation): IConventionAnnotation | undefined;
5031
+ OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
5032
+ OnElementTypeSet(newElementType: IElementType, oldElementType: IElementType): IElementType | undefined;
5033
+ OnFieldInfoSet(newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo): FieldInfo | undefined;
5034
+ OnPropertyNullableChanged(): Nullable<System_Internal.Boolean>;
4823
5035
  RemoveAnnotation(name: string): IAnnotation | undefined;
4824
5036
  RemoveAnnotation(name: string): Annotation | undefined;
4825
5037
  SetAfterSaveBehavior(afterSaveBehavior: Nullable<PropertySaveBehavior>, configurationSource: ConfigurationSource): Nullable<PropertySaveBehavior>;
4826
5038
  SetAnnotation(name: string, value: unknown): void;
4827
5039
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
5040
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
4828
5041
  SetBeforeSaveBehavior(beforeSaveBehavior: Nullable<PropertySaveBehavior>, configurationSource: ConfigurationSource): Nullable<PropertySaveBehavior>;
4829
5042
  SetElementType(elementType: Type, configurationSource: ConfigurationSource): ElementType | undefined;
4830
5043
  SetField(fieldName: string, configurationSource: ConfigurationSource): FieldInfo | undefined;
@@ -4888,7 +5101,7 @@ export type Property = Property$instance & __Property$views;
4888
5101
 
4889
5102
  export interface PropertyAccessors$instance {
4890
5103
  readonly CurrentValueGetter: Function;
4891
- readonly OriginalValueGetter: Function;
5104
+ readonly OriginalValueGetter: Function | undefined;
4892
5105
  readonly PreStoreGeneratedCurrentValueGetter: Function;
4893
5106
  readonly Property: IPropertyBase;
4894
5107
  readonly RelationshipSnapshotGetter: Function;
@@ -4913,7 +5126,6 @@ export interface PropertyAccessorsFactory$instance {
4913
5126
 
4914
5127
 
4915
5128
  export const PropertyAccessorsFactory: {
4916
- new(): PropertyAccessorsFactory;
4917
5129
  readonly Instance: PropertyAccessorsFactory;
4918
5130
  readonly GetOrdinalsMethod: MethodInfo;
4919
5131
  readonly ContainsKeyMethod: MethodInfo;
@@ -4925,20 +5137,21 @@ export const PropertyAccessorsFactory: {
4925
5137
 
4926
5138
  export type PropertyAccessorsFactory = PropertyAccessorsFactory$instance;
4927
5139
 
4928
- export abstract class PropertyBase$protected {
4929
- protected AddAnnotation11(name: string, annotation: Annotation): Annotation;
4930
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
4931
- protected OnFieldInfoSet(newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo): FieldInfo | undefined;
4932
- protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
4933
- }
4934
-
5140
+ export interface PropertyBase$instance extends ConventionAnnotatable {
5141
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
5142
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
5143
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
5144
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionPropertyBase: never;
5145
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
5146
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutablePropertyBase: never;
5147
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IPropertyBase: never;
5148
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyPropertyBase: never;
4935
5149
 
4936
- export interface PropertyBase$instance extends PropertyBase$protected, ConventionAnnotatable {
4937
5150
  readonly Accessors: PropertyAccessors;
4938
5151
  readonly ClrType: Type;
4939
5152
  readonly DeclaringType: TypeBase;
4940
5153
  get FieldInfo(): FieldInfo | undefined;
4941
- set FieldInfo(value: FieldInfo);
5154
+ set FieldInfo(value: FieldInfo | undefined);
4942
5155
  readonly Getter: IClrPropertyGetter;
4943
5156
  readonly IsCollection: boolean;
4944
5157
  readonly IsReadOnly: boolean;
@@ -4950,11 +5163,13 @@ export interface PropertyBase$instance extends PropertyBase$protected, Conventio
4950
5163
  AddAnnotation(name: string, value: unknown, fromDataAnnotation?: boolean): IConventionAnnotation;
4951
5164
  AddAnnotation(name: string, value: unknown): IAnnotation;
4952
5165
  AddAnnotation(name: string, value: unknown): Annotation;
5166
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
4953
5167
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
4954
5168
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
4955
5169
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
4956
5170
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
4957
5171
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
5172
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
4958
5173
  AnnotationsToDebugString(indent?: int): string;
4959
5174
  FindAnnotation(name: string): ConventionAnnotation | undefined;
4960
5175
  FindAnnotation(name: string): IConventionAnnotation | undefined;
@@ -4973,10 +5188,12 @@ export interface PropertyBase$instance extends PropertyBase$protected, Conventio
4973
5188
  GetPropertyAccessModeConfigurationSource(): Nullable<ConfigurationSource>;
4974
5189
  GetRuntimeAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
4975
5190
  GetSetter(): IClrPropertySetter;
5191
+ OnFieldInfoSet(newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo): FieldInfo | undefined;
4976
5192
  RemoveAnnotation(name: string): IAnnotation | undefined;
4977
5193
  RemoveAnnotation(name: string): Annotation | undefined;
4978
5194
  SetAnnotation(name: string, value: unknown): void;
4979
5195
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
5196
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
4980
5197
  SetConfigurationSource(configurationSource: ConfigurationSource): void;
4981
5198
  SetCurrentValueComparer(comparer: IComparer<IUpdateEntry>): void;
4982
5199
  SetField(fieldName: string, configurationSource: ConfigurationSource): FieldInfo | undefined;
@@ -4986,8 +5203,7 @@ export interface PropertyBase$instance extends PropertyBase$protected, Conventio
4986
5203
  }
4987
5204
 
4988
5205
 
4989
- export const PropertyBase: {
4990
- new(name: string, propertyInfo: PropertyInfo, fieldInfo: FieldInfo, configurationSource: ConfigurationSource): PropertyBase;
5206
+ export const PropertyBase: (abstract new(name: string, propertyInfo: PropertyInfo, fieldInfo: FieldInfo, configurationSource: ConfigurationSource) => PropertyBase) & {
4991
5207
  GetFieldInfo(fieldName: string, type: TypeBase, propertyName: string, shouldThrow: boolean): FieldInfo | undefined;
4992
5208
  IsCompatible(fieldInfo: FieldInfo, propertyType: Type, entityType: Type, propertyName: string, shouldThrow: boolean): boolean;
4993
5209
  };
@@ -5007,14 +5223,14 @@ export interface __PropertyBase$views {
5007
5223
  export type PropertyBase = PropertyBase$instance & __PropertyBase$views;
5008
5224
 
5009
5225
 
5010
- export abstract class PropertyConfiguration$protected {
5011
- protected AddRuntimeAnnotation2(name: string, annotation: Annotation): Annotation;
5012
- }
5013
-
5226
+ export interface PropertyConfiguration$instance extends AnnotatableBase {
5227
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
5228
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
5229
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ITypeMappingConfiguration: never;
5014
5230
 
5015
- export interface PropertyConfiguration$instance extends PropertyConfiguration$protected, AnnotatableBase {
5016
5231
  readonly ClrType: Type;
5017
5232
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
5233
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
5018
5234
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
5019
5235
  AnnotationsToDebugString(indent?: int): string;
5020
5236
  Apply(property: IMutableProperty): void;
@@ -5094,6 +5310,9 @@ export const PropertyIndexes: {
5094
5310
  export type PropertyIndexes = PropertyIndexes$instance;
5095
5311
 
5096
5312
  export interface PropertyListComparer$instance {
5313
+ readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
5314
+ readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
5315
+
5097
5316
  Compare(x: IReadOnlyList<IReadOnlyProperty>, y: IReadOnlyList<IReadOnlyProperty>): int;
5098
5317
  Equals(x: IReadOnlyList<IReadOnlyProperty>, y: IReadOnlyList<IReadOnlyProperty>): boolean;
5099
5318
  GetHashCode(obj: IReadOnlyList<IReadOnlyProperty>): int;
@@ -5101,7 +5320,6 @@ export interface PropertyListComparer$instance {
5101
5320
 
5102
5321
 
5103
5322
  export const PropertyListComparer: {
5104
- new(): PropertyListComparer;
5105
5323
  readonly Instance: PropertyListComparer;
5106
5324
  };
5107
5325
 
@@ -5109,6 +5327,9 @@ export const PropertyListComparer: {
5109
5327
  export type PropertyListComparer = PropertyListComparer$instance;
5110
5328
 
5111
5329
  export interface PropertyNameComparer$instance {
5330
+ readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
5331
+ readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
5332
+
5112
5333
  Compare(x: string, y: string): int;
5113
5334
  Equals(x: string, y: string): boolean;
5114
5335
  GetHashCode(obj: string): int;
@@ -5123,6 +5344,8 @@ export const PropertyNameComparer: {
5123
5344
  export type PropertyNameComparer = PropertyNameComparer$instance;
5124
5345
 
5125
5346
  export interface PropertyParameterBindingFactory$instance {
5347
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IPropertyParameterBindingFactory: never;
5348
+
5126
5349
  FindParameter(entityType: IEntityType, parameterType: Type, parameterName: string): ParameterBinding | undefined;
5127
5350
  FindParameter(complexType: IComplexType, parameterType: Type, parameterName: string): ParameterBinding | undefined;
5128
5351
  }
@@ -5141,9 +5364,11 @@ export type PropertyParameterBindingFactory = PropertyParameterBindingFactory$in
5141
5364
 
5142
5365
 
5143
5366
  export interface QueryFilter$instance {
5367
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IQueryFilter: never;
5368
+
5144
5369
  ConfigurationSource: Nullable<ConfigurationSource>;
5145
5370
  readonly Expression: LambdaExpression;
5146
- readonly Key: string;
5371
+ readonly Key: string | undefined;
5147
5372
  }
5148
5373
 
5149
5374
 
@@ -5167,8 +5392,12 @@ export type QueryFilter = QueryFilter$instance & __QueryFilter$views;
5167
5392
 
5168
5393
 
5169
5394
  export interface QueryFilterCollection$instance {
5395
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
5396
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
5397
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
5398
+
5170
5399
  readonly Count: int;
5171
- readonly Item: IQueryFilter | undefined;
5400
+ readonly [filterKey: string]: IQueryFilter | undefined;
5172
5401
  GetEnumerator(): IEnumerator<IQueryFilter>;
5173
5402
  Set(filter: IQueryFilter): IQueryFilter | undefined;
5174
5403
  SetRange(newFilters: IEnumerable__System_Collections_Generic<IQueryFilter>): void;
@@ -5184,6 +5413,9 @@ export const QueryFilterCollection: {
5184
5413
  export type QueryFilterCollection = QueryFilterCollection$instance;
5185
5414
 
5186
5415
  export interface Reference_1$instance<T> {
5416
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMetadataReference_1: never;
5417
+ readonly __tsonic_iface_System_IDisposable: never;
5418
+
5187
5419
  Object: T;
5188
5420
  Dispose(): void;
5189
5421
  IncreaseReferenceCount(): void;
@@ -5203,14 +5435,12 @@ export interface __Reference_1$views<T> {
5203
5435
  export type Reference_1<T> = Reference_1$instance<T> & __Reference_1$views<T>;
5204
5436
 
5205
5437
 
5206
- export abstract class RelationalModel$protected {
5207
- protected AddAnnotation5(name: string, annotation: Annotation): Annotation;
5208
- protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
5209
- protected SetAnnotation3(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
5210
- }
5211
-
5438
+ export interface RelationalModel$instance extends Annotatable {
5439
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
5440
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
5441
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
5442
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IRelationalModel: never;
5212
5443
 
5213
- export interface RelationalModel$instance extends RelationalModel$protected, Annotatable {
5214
5444
  readonly DebugView: DebugView;
5215
5445
  readonly DefaultTables: Dictionary<System_Internal.String, TableBase>;
5216
5446
  readonly Functions: Dictionary<ValueTuple<System_Internal.String, System_Internal.String, IReadOnlyList<System_Internal.String>>, StoreFunction>;
@@ -5222,10 +5452,12 @@ export interface RelationalModel$instance extends RelationalModel$protected, Ann
5222
5452
  readonly Views: Dictionary<ValueTuple<System_Internal.String, System_Internal.String>, View>;
5223
5453
  AddAnnotation(name: string, value: unknown): IAnnotation;
5224
5454
  AddAnnotation(name: string, value: unknown): Annotation;
5455
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
5225
5456
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
5226
5457
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
5227
5458
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
5228
5459
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
5460
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
5229
5461
  AnnotationsToDebugString(indent?: int): string;
5230
5462
  FindAnnotation(name: string): IAnnotation | undefined;
5231
5463
  FindAnnotation(name: string): Annotation | undefined;
@@ -5245,6 +5477,7 @@ export interface RelationalModel$instance extends RelationalModel$protected, Ann
5245
5477
  RemoveAnnotation(name: string): IAnnotation | undefined;
5246
5478
  RemoveAnnotation(name: string): Annotation | undefined;
5247
5479
  SetAnnotation(name: string, value: unknown): void;
5480
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
5248
5481
  }
5249
5482
 
5250
5483
 
@@ -5279,15 +5512,18 @@ export interface __RelationalModel$views {
5279
5512
  export type RelationalModel = RelationalModel$instance & __RelationalModel$views;
5280
5513
 
5281
5514
 
5282
- export abstract class RelationalPropertyOverrides$protected {
5283
- protected AddAnnotation11(name: string, annotation: Annotation): Annotation;
5284
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
5285
- protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
5286
- }
5287
-
5515
+ export interface RelationalPropertyOverrides$instance extends ConventionAnnotatable {
5516
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
5517
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
5518
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
5519
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionRelationalPropertyOverrides: never;
5520
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
5521
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableRelationalPropertyOverrides: never;
5522
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyRelationalPropertyOverrides: never;
5523
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IRelationalPropertyOverrides: never;
5288
5524
 
5289
- export interface RelationalPropertyOverrides$instance extends RelationalPropertyOverrides$protected, ConventionAnnotatable {
5290
- ColumnName: string;
5525
+ get ColumnName(): string | undefined;
5526
+ set ColumnName(value: string | undefined);
5291
5527
  readonly DebugView: DebugView;
5292
5528
  readonly IsColumnNameOverridden: boolean;
5293
5529
  readonly IsInModel: boolean;
@@ -5298,11 +5534,13 @@ export interface RelationalPropertyOverrides$instance extends RelationalProperty
5298
5534
  AddAnnotation(name: string, value: unknown, fromDataAnnotation?: boolean): IConventionAnnotation;
5299
5535
  AddAnnotation(name: string, value: unknown): IAnnotation;
5300
5536
  AddAnnotation(name: string, value: unknown): Annotation;
5537
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
5301
5538
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
5302
5539
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
5303
5540
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
5304
5541
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
5305
5542
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
5543
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
5306
5544
  AnnotationsToDebugString(indent?: int): string;
5307
5545
  FindAnnotation(name: string): ConventionAnnotation | undefined;
5308
5546
  FindAnnotation(name: string): IConventionAnnotation | undefined;
@@ -5320,6 +5558,7 @@ export interface RelationalPropertyOverrides$instance extends RelationalProperty
5320
5558
  RemoveAnnotation(name: string): Annotation | undefined;
5321
5559
  SetAnnotation(name: string, value: unknown): void;
5322
5560
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
5561
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
5323
5562
  SetColumnName(columnName: string, configurationSource: ConfigurationSource): string | undefined;
5324
5563
  SetRemovedFromModel(): void;
5325
5564
  ToString(): string;
@@ -5369,8 +5608,10 @@ export const RelationshipSnapshot: {
5369
5608
  export type RelationshipSnapshot = RelationshipSnapshot$instance;
5370
5609
 
5371
5610
  export interface RuntimeQueryFilter$instance {
5611
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IQueryFilter: never;
5612
+
5372
5613
  readonly Expression: LambdaExpression;
5373
- readonly Key: string;
5614
+ readonly Key: string | undefined;
5374
5615
  }
5375
5616
 
5376
5617
 
@@ -5388,15 +5629,16 @@ export interface RuntimeQueryFilter$instance extends Microsoft_EntityFrameworkCo
5388
5629
  export type RuntimeQueryFilter = RuntimeQueryFilter$instance & __RuntimeQueryFilter$views;
5389
5630
 
5390
5631
 
5391
- export abstract class RuntimeStoredProcedureParameter$protected {
5392
- protected AddRuntimeAnnotation2(name: string, annotation: Annotation): Annotation;
5393
- }
5394
-
5632
+ export interface RuntimeStoredProcedureParameter$instance extends AnnotatableBase {
5633
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
5634
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
5635
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyStoredProcedureParameter: never;
5636
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IStoredProcedureParameter: never;
5395
5637
 
5396
- export interface RuntimeStoredProcedureParameter$instance extends RuntimeStoredProcedureParameter$protected, AnnotatableBase {
5397
5638
  readonly DebugView: DebugView;
5398
5639
  readonly StoredProcedure: RuntimeStoredProcedure;
5399
5640
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
5641
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
5400
5642
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
5401
5643
  AnnotationsToDebugString(indent?: int): string;
5402
5644
  FindAnnotation(name: string): Annotation | undefined;
@@ -5426,15 +5668,16 @@ export interface __RuntimeStoredProcedureParameter$views {
5426
5668
  export type RuntimeStoredProcedureParameter = RuntimeStoredProcedureParameter$instance & __RuntimeStoredProcedureParameter$views;
5427
5669
 
5428
5670
 
5429
- export abstract class RuntimeStoredProcedureResultColumn$protected {
5430
- protected AddRuntimeAnnotation2(name: string, annotation: Annotation): Annotation;
5431
- }
5432
-
5671
+ export interface RuntimeStoredProcedureResultColumn$instance extends AnnotatableBase {
5672
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
5673
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
5674
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyStoredProcedureResultColumn: never;
5675
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IStoredProcedureResultColumn: never;
5433
5676
 
5434
- export interface RuntimeStoredProcedureResultColumn$instance extends RuntimeStoredProcedureResultColumn$protected, AnnotatableBase {
5435
5677
  readonly DebugView: DebugView;
5436
5678
  readonly StoredProcedure: RuntimeStoredProcedure;
5437
5679
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
5680
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
5438
5681
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
5439
5682
  AnnotationsToDebugString(indent?: int): string;
5440
5683
  FindAnnotation(name: string): Annotation | undefined;
@@ -5464,14 +5707,16 @@ export interface __RuntimeStoredProcedureResultColumn$views {
5464
5707
  export type RuntimeStoredProcedureResultColumn = RuntimeStoredProcedureResultColumn$instance & __RuntimeStoredProcedureResultColumn$views;
5465
5708
 
5466
5709
 
5467
- export abstract class Sequence$protected {
5468
- protected AddAnnotation11(name: string, annotation: Annotation): Annotation;
5469
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
5470
- protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
5471
- }
5472
-
5710
+ export interface Sequence$instance extends ConventionAnnotatable {
5711
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
5712
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
5713
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
5714
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionSequence: never;
5715
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
5716
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableSequence: never;
5717
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlySequence: never;
5718
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ISequence: never;
5473
5719
 
5474
- export interface Sequence$instance extends Sequence$protected, ConventionAnnotatable {
5475
5720
  IncrementBy: int;
5476
5721
  IsCyclic: boolean;
5477
5722
  readonly IsInModel: boolean;
@@ -5481,18 +5726,20 @@ export interface Sequence$instance extends Sequence$protected, ConventionAnnotat
5481
5726
  readonly Model: IReadOnlyModel;
5482
5727
  readonly ModelSchema: string | undefined;
5483
5728
  Name: string;
5484
- readonly Schema: string;
5729
+ readonly Schema: string | undefined;
5485
5730
  StartValue: long;
5486
5731
  Type: Type;
5487
5732
  AddAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation;
5488
5733
  AddAnnotation(name: string, value: unknown, fromDataAnnotation?: boolean): IConventionAnnotation;
5489
5734
  AddAnnotation(name: string, value: unknown): IAnnotation;
5490
5735
  AddAnnotation(name: string, value: unknown): Annotation;
5736
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
5491
5737
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
5492
5738
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
5493
5739
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
5494
5740
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
5495
5741
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
5742
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
5496
5743
  AnnotationsToDebugString(indent?: int): string;
5497
5744
  FindAnnotation(name: string): ConventionAnnotation | undefined;
5498
5745
  FindAnnotation(name: string): IConventionAnnotation | undefined;
@@ -5515,6 +5762,7 @@ export interface Sequence$instance extends Sequence$protected, ConventionAnnotat
5515
5762
  RemoveAnnotation(name: string): Annotation | undefined;
5516
5763
  SetAnnotation(name: string, value: unknown): void;
5517
5764
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
5765
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
5518
5766
  SetIncrementBy(incrementBy: Nullable<System_Internal.Int32>, configurationSource: ConfigurationSource): Nullable<System_Internal.Int32>;
5519
5767
  SetIsCyclic(cyclic: Nullable<System_Internal.Boolean>, configurationSource: ConfigurationSource): Nullable<System_Internal.Boolean>;
5520
5768
  SetMaxValue(maxValue: Nullable<System_Internal.Int64>, configurationSource: ConfigurationSource): Nullable<System_Internal.Int64>;
@@ -5559,14 +5807,21 @@ export interface __Sequence$views {
5559
5807
  export type Sequence = Sequence$instance & __Sequence$views;
5560
5808
 
5561
5809
 
5562
- export abstract class ServiceProperty$protected {
5563
- protected AddAnnotation16(name: string, annotation: Annotation): Annotation;
5564
- protected AddRuntimeAnnotation9(name: string, annotation: Annotation): Annotation;
5565
- protected SetAnnotation7(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
5566
- }
5567
-
5810
+ export interface ServiceProperty$instance extends PropertyBase$instance {
5811
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
5812
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
5813
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
5814
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionPropertyBase: never;
5815
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionServiceProperty: never;
5816
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
5817
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutablePropertyBase: never;
5818
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableServiceProperty: never;
5819
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IPropertyBase: never;
5820
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyPropertyBase: never;
5821
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyServiceProperty: never;
5822
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IServiceProperty: never;
5823
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimePropertyBase: never;
5568
5824
 
5569
- export interface ServiceProperty$instance extends ServiceProperty$protected, PropertyBase$instance {
5570
5825
  readonly ClrType: Type;
5571
5826
  readonly DebugView: DebugView;
5572
5827
  readonly DeclaringEntityType: EntityType;
@@ -5579,11 +5834,13 @@ export interface ServiceProperty$instance extends ServiceProperty$protected, Pro
5579
5834
  AddAnnotation(name: string, value: unknown): IAnnotation;
5580
5835
  AddAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation;
5581
5836
  AddAnnotation(name: string, value: unknown): Annotation;
5837
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
5582
5838
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
5583
5839
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
5584
5840
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
5585
5841
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
5586
5842
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
5843
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
5587
5844
  AnnotationsToDebugString(indent?: int): string;
5588
5845
  FindAnnotation(name: string): IConventionAnnotation | undefined;
5589
5846
  FindAnnotation(name: string): IAnnotation | undefined;
@@ -5613,6 +5870,7 @@ export interface ServiceProperty$instance extends ServiceProperty$protected, Pro
5613
5870
  RemoveAnnotation(name: string): Annotation | undefined;
5614
5871
  SetAnnotation(name: string, value: unknown): void;
5615
5872
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
5873
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
5616
5874
  SetField(fieldName: string, configurationSource: ConfigurationSource): FieldInfo | undefined;
5617
5875
  SetField(fieldName: string): void;
5618
5876
  SetField(fieldName: string, fromDataAnnotation?: boolean): FieldInfo | undefined;
@@ -5651,16 +5909,26 @@ export interface __ServiceProperty$views {
5651
5909
  export type ServiceProperty = ServiceProperty$instance & __ServiceProperty$views;
5652
5910
 
5653
5911
 
5654
- export abstract class SkipNavigation$protected {
5655
- protected AddAnnotation16(name: string, annotation: Annotation): Annotation;
5656
- protected AddRuntimeAnnotation9(name: string, annotation: Annotation): Annotation;
5657
- protected OnAnnotationSet2(name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation): IConventionAnnotation | undefined;
5658
- protected OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
5659
- protected SetAnnotation7(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
5660
- }
5661
-
5912
+ export interface SkipNavigation$instance extends PropertyBase$instance {
5913
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
5914
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
5915
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
5916
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionNavigationBase: never;
5917
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionPropertyBase: never;
5918
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionSkipNavigation: never;
5919
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
5920
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableNavigationBase: never;
5921
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutablePropertyBase: never;
5922
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableSkipNavigation: never;
5923
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_INavigationBase: never;
5924
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IPropertyBase: never;
5925
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyNavigationBase: never;
5926
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyPropertyBase: never;
5927
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlySkipNavigation: never;
5928
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ISkipNavigation: never;
5929
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimePropertyBase: never;
5930
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeSkipNavigation: never;
5662
5931
 
5663
- export interface SkipNavigation$instance extends SkipNavigation$protected, PropertyBase$instance {
5664
5932
  readonly ClrType: Type;
5665
5933
  readonly CollectionAccessor: IClrCollectionAccessor | undefined;
5666
5934
  readonly DebugView: DebugView;
@@ -5679,11 +5947,13 @@ export interface SkipNavigation$instance extends SkipNavigation$protected, Prope
5679
5947
  AddAnnotation(name: string, value: unknown): IAnnotation;
5680
5948
  AddAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation;
5681
5949
  AddAnnotation(name: string, value: unknown): Annotation;
5950
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
5682
5951
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
5683
5952
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
5684
5953
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
5685
5954
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
5686
5955
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
5956
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
5687
5957
  AnnotationsToDebugString(indent?: int): string;
5688
5958
  FindAnnotation(name: string): IConventionAnnotation | undefined;
5689
5959
  FindAnnotation(name: string): IAnnotation | undefined;
@@ -5710,10 +5980,13 @@ export interface SkipNavigation$instance extends SkipNavigation$protected, Prope
5710
5980
  GetSetter(): IClrPropertySetter;
5711
5981
  GetShadowIndex(): int;
5712
5982
  IsShadowProperty(): boolean;
5983
+ OnAnnotationSet(name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation): IConventionAnnotation | undefined;
5984
+ OnAnnotationSet(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
5713
5985
  RemoveAnnotation(name: string): IAnnotation | undefined;
5714
5986
  RemoveAnnotation(name: string): Annotation | undefined;
5715
5987
  SetAnnotation(name: string, value: unknown): void;
5716
5988
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
5989
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
5717
5990
  SetField(fieldName: string, configurationSource: ConfigurationSource): FieldInfo | undefined;
5718
5991
  SetField(fieldName: string): void;
5719
5992
  SetField(fieldName: string, fromDataAnnotation?: boolean): FieldInfo | undefined;
@@ -5760,33 +6033,35 @@ export type SkipNavigation = SkipNavigation$instance & __SkipNavigation$views;
5760
6033
 
5761
6034
 
5762
6035
  export interface SkipNavigationComparer$instance {
6036
+ readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
6037
+
5763
6038
  Compare(x: IReadOnlySkipNavigation, y: IReadOnlySkipNavigation): int;
5764
6039
  }
5765
6040
 
5766
6041
 
5767
6042
  export const SkipNavigationComparer: {
5768
- new(): SkipNavigationComparer;
5769
6043
  readonly Instance: SkipNavigationComparer;
5770
6044
  };
5771
6045
 
5772
6046
 
5773
6047
  export type SkipNavigationComparer = SkipNavigationComparer$instance;
5774
6048
 
5775
- export abstract class SqlQuery$protected {
5776
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
5777
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
5778
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
5779
- }
5780
-
6049
+ export interface SqlQuery$instance extends TableBase$instance {
6050
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
6051
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
6052
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
6053
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ISqlQuery: never;
6054
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ITableBase: never;
5781
6055
 
5782
- export interface SqlQuery$instance extends SqlQuery$protected, TableBase$instance {
5783
6056
  Sql: string;
5784
6057
  AddAnnotation(name: string, value: unknown): IAnnotation;
5785
6058
  AddAnnotation(name: string, value: unknown): Annotation;
6059
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
5786
6060
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
5787
6061
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
5788
6062
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
5789
6063
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
6064
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
5790
6065
  AnnotationsToDebugString(indent?: int): string;
5791
6066
  FindAnnotation(name: string): IAnnotation | undefined;
5792
6067
  FindAnnotation(name: string): Annotation | undefined;
@@ -5804,6 +6079,7 @@ export interface SqlQuery$instance extends SqlQuery$protected, TableBase$instanc
5804
6079
  RemoveAnnotation(name: string): IAnnotation | undefined;
5805
6080
  RemoveAnnotation(name: string): Annotation | undefined;
5806
6081
  SetAnnotation(name: string, value: unknown): void;
6082
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
5807
6083
  ToDebugString(options?: MetadataDebugStringOptions, indent?: int): string;
5808
6084
  ToString(): string;
5809
6085
  }
@@ -5825,21 +6101,22 @@ export interface __SqlQuery$views {
5825
6101
  export type SqlQuery = SqlQuery$instance & __SqlQuery$views;
5826
6102
 
5827
6103
 
5828
- export abstract class SqlQueryColumn$protected {
5829
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
5830
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
5831
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
5832
- }
5833
-
6104
+ export interface SqlQueryColumn$instance extends ColumnBase_1$instance<SqlQueryColumnMapping> {
6105
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
6106
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
6107
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IColumnBase: never;
6108
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
6109
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ISqlQueryColumn: never;
5834
6110
 
5835
- export interface SqlQueryColumn$instance extends SqlQueryColumn$protected, ColumnBase_1$instance<SqlQueryColumnMapping> {
5836
6111
  readonly SqlQuery: SqlQuery;
5837
6112
  AddAnnotation(name: string, value: unknown): IAnnotation;
5838
6113
  AddAnnotation(name: string, value: unknown): Annotation;
6114
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
5839
6115
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
5840
6116
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
5841
6117
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
5842
6118
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
6119
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
5843
6120
  AnnotationsToDebugString(indent?: int): string;
5844
6121
  FindAnnotation(name: string): IAnnotation | undefined;
5845
6122
  FindAnnotation(name: string): Annotation | undefined;
@@ -5853,6 +6130,7 @@ export interface SqlQueryColumn$instance extends SqlQueryColumn$protected, Colum
5853
6130
  RemoveAnnotation(name: string): IAnnotation | undefined;
5854
6131
  RemoveAnnotation(name: string): Annotation | undefined;
5855
6132
  SetAnnotation(name: string, value: unknown): void;
6133
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
5856
6134
  ToDebugString(options?: MetadataDebugStringOptions, indent?: int): string;
5857
6135
  ToString(): string;
5858
6136
  }
@@ -5874,22 +6152,22 @@ export interface __SqlQueryColumn$views {
5874
6152
  export type SqlQueryColumn = SqlQueryColumn$instance & __SqlQueryColumn$views;
5875
6153
 
5876
6154
 
5877
- export abstract class SqlQueryColumnMapping$protected {
5878
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
5879
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
5880
- protected GetTypeMapping(): RelationalTypeMapping;
5881
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
5882
- }
6155
+ export interface SqlQueryColumnMapping$instance extends ColumnMappingBase$instance {
6156
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
6157
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
6158
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IColumnMappingBase: never;
6159
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
6160
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ISqlQueryColumnMapping: never;
5883
6161
 
5884
-
5885
- export interface SqlQueryColumnMapping$instance extends SqlQueryColumnMapping$protected, ColumnMappingBase$instance {
5886
6162
  readonly SqlQueryMapping: ISqlQueryMapping;
5887
6163
  AddAnnotation(name: string, value: unknown): IAnnotation;
5888
6164
  AddAnnotation(name: string, value: unknown): Annotation;
6165
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
5889
6166
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
5890
6167
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
5891
6168
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
5892
6169
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
6170
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
5893
6171
  AnnotationsToDebugString(indent?: int): string;
5894
6172
  FindAnnotation(name: string): IAnnotation | undefined;
5895
6173
  FindAnnotation(name: string): Annotation | undefined;
@@ -5899,9 +6177,11 @@ export interface SqlQueryColumnMapping$instance extends SqlQueryColumnMapping$pr
5899
6177
  GetAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
5900
6178
  GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory: Func<TArg, TValue>, factoryArgument: TArg): TValue;
5901
6179
  GetRuntimeAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
6180
+ GetTypeMapping(): RelationalTypeMapping;
5902
6181
  RemoveAnnotation(name: string): IAnnotation | undefined;
5903
6182
  RemoveAnnotation(name: string): Annotation | undefined;
5904
6183
  SetAnnotation(name: string, value: unknown): void;
6184
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
5905
6185
  ToString(): string;
5906
6186
  }
5907
6187
 
@@ -5922,22 +6202,23 @@ export interface __SqlQueryColumnMapping$views {
5922
6202
  export type SqlQueryColumnMapping = SqlQueryColumnMapping$instance & __SqlQueryColumnMapping$views;
5923
6203
 
5924
6204
 
5925
- export abstract class SqlQueryMapping$protected {
5926
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
5927
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
5928
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
5929
- }
5930
-
6205
+ export interface SqlQueryMapping$instance extends TableMappingBase_1$instance<SqlQueryColumnMapping> {
6206
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
6207
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
6208
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
6209
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ISqlQueryMapping: never;
6210
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ITableMappingBase: never;
5931
6211
 
5932
- export interface SqlQueryMapping$instance extends SqlQueryMapping$protected, TableMappingBase_1$instance<SqlQueryColumnMapping> {
5933
6212
  IsDefaultSqlQueryMapping: boolean;
5934
6213
  readonly SqlQuery: ISqlQuery;
5935
6214
  AddAnnotation(name: string, value: unknown): IAnnotation;
5936
6215
  AddAnnotation(name: string, value: unknown): Annotation;
6216
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
5937
6217
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
5938
6218
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
5939
6219
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
5940
6220
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
6221
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
5941
6222
  AnnotationsToDebugString(indent?: int): string;
5942
6223
  FindAnnotation(name: string): IAnnotation | undefined;
5943
6224
  FindAnnotation(name: string): Annotation | undefined;
@@ -5950,6 +6231,7 @@ export interface SqlQueryMapping$instance extends SqlQueryMapping$protected, Tab
5950
6231
  RemoveAnnotation(name: string): IAnnotation | undefined;
5951
6232
  RemoveAnnotation(name: string): Annotation | undefined;
5952
6233
  SetAnnotation(name: string, value: unknown): void;
6234
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
5953
6235
  ToDebugString(options?: MetadataDebugStringOptions, indent?: int): string;
5954
6236
  ToString(): string;
5955
6237
  }
@@ -5971,14 +6253,16 @@ export interface __SqlQueryMapping$views {
5971
6253
  export type SqlQueryMapping = SqlQueryMapping$instance & __SqlQueryMapping$views;
5972
6254
 
5973
6255
 
5974
- export abstract class StoredProcedure$protected {
5975
- protected AddAnnotation11(name: string, annotation: Annotation): Annotation;
5976
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
5977
- protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
5978
- }
5979
-
6256
+ export interface StoredProcedure$instance extends ConventionAnnotatable {
6257
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
6258
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
6259
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
6260
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionStoredProcedure: never;
6261
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
6262
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableStoredProcedure: never;
6263
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyStoredProcedure: never;
6264
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IStoredProcedure: never;
5980
6265
 
5981
- export interface StoredProcedure$instance extends StoredProcedure$protected, ConventionAnnotatable {
5982
6266
  readonly DebugView: DebugView;
5983
6267
  EntityType: IMutableEntityType;
5984
6268
  readonly IsInModel: boolean;
@@ -5987,11 +6271,13 @@ export interface StoredProcedure$instance extends StoredProcedure$protected, Con
5987
6271
  Name: string;
5988
6272
  readonly Parameters: IReadOnlyList<StoredProcedureParameter>;
5989
6273
  readonly ResultColumns: IReadOnlyList<StoredProcedureResultColumn>;
5990
- Schema: string;
6274
+ get Schema(): string | undefined;
6275
+ set Schema(value: string | undefined);
5991
6276
  AddAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation;
5992
6277
  AddAnnotation(name: string, value: unknown, fromDataAnnotation?: boolean): IConventionAnnotation;
5993
6278
  AddAnnotation(name: string, value: unknown): IAnnotation;
5994
6279
  AddAnnotation(name: string, value: unknown): Annotation;
6280
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
5995
6281
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
5996
6282
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
5997
6283
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
@@ -6002,6 +6288,7 @@ export interface StoredProcedure$instance extends StoredProcedure$protected, Con
6002
6288
  AddRowsAffectedResultColumn(): StoredProcedureResultColumn;
6003
6289
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
6004
6290
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
6291
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
6005
6292
  AnnotationsToDebugString(indent?: int): string;
6006
6293
  FindAnnotation(name: string): ConventionAnnotation | undefined;
6007
6294
  FindAnnotation(name: string): IConventionAnnotation | undefined;
@@ -6025,8 +6312,9 @@ export interface StoredProcedure$instance extends StoredProcedure$protected, Con
6025
6312
  RemoveAnnotation(name: string): Annotation | undefined;
6026
6313
  SetAnnotation(name: string, value: unknown): void;
6027
6314
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
6315
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6028
6316
  SetIsRowsAffectedReturned(rowsAffectedReturned: boolean): boolean;
6029
- SetName(name: string, configurationSource: ConfigurationSource): string;
6317
+ SetName(name: string, configurationSource: ConfigurationSource): string | undefined;
6030
6318
  SetName(name: string, schema: string, configurationSource: ConfigurationSource, skipOverrides?: boolean): void;
6031
6319
  SetRemovedFromModel(): void;
6032
6320
  SetSchema(schema: string, configurationSource: ConfigurationSource): string | undefined;
@@ -6064,6 +6352,9 @@ export type StoredProcedure = StoredProcedure$instance & __StoredProcedure$views
6064
6352
 
6065
6353
 
6066
6354
  export interface StoredProcedureComparer$instance {
6355
+ readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
6356
+ readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
6357
+
6067
6358
  Compare(x: IStoredProcedure, y: IStoredProcedure): int;
6068
6359
  Equals(x: IStoredProcedure, y: IStoredProcedure): boolean;
6069
6360
  GetHashCode(obj: IStoredProcedure): int;
@@ -6071,34 +6362,34 @@ export interface StoredProcedureComparer$instance {
6071
6362
 
6072
6363
 
6073
6364
  export const StoredProcedureComparer: {
6074
- new(): StoredProcedureComparer;
6075
6365
  readonly Instance: StoredProcedureComparer;
6076
6366
  };
6077
6367
 
6078
6368
 
6079
6369
  export type StoredProcedureComparer = StoredProcedureComparer$instance;
6080
6370
 
6081
- export abstract class StoredProcedureMapping$protected {
6082
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
6083
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
6084
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6085
- }
6371
+ export interface StoredProcedureMapping$instance extends TableMappingBase_1$instance<IStoredProcedureResultColumnMapping> {
6372
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
6373
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
6374
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
6375
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IStoredProcedureMapping: never;
6376
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ITableMappingBase: never;
6086
6377
 
6087
-
6088
- export interface StoredProcedureMapping$instance extends StoredProcedureMapping$protected, TableMappingBase_1$instance<IStoredProcedureResultColumnMapping> {
6089
6378
  readonly DebugView: DebugView;
6090
6379
  readonly ParameterMappings: List<IStoredProcedureParameterMapping>;
6091
6380
  readonly StoredProcedure: IStoredProcedure;
6092
6381
  readonly StoredProcedureIdentifier: StoreObjectIdentifier;
6093
6382
  readonly StoreStoredProcedure: IStoreStoredProcedure;
6094
- readonly TableMapping: ITableMapping;
6383
+ readonly TableMapping: ITableMapping | undefined;
6095
6384
  AddAnnotation(name: string, value: unknown): IAnnotation;
6096
6385
  AddAnnotation(name: string, value: unknown): Annotation;
6386
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
6097
6387
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
6098
6388
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
6099
6389
  AddParameterMapping(parameterMapping: IStoredProcedureParameterMapping): boolean;
6100
6390
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
6101
6391
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
6392
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
6102
6393
  AnnotationsToDebugString(indent?: int): string;
6103
6394
  FindAnnotation(name: string): IAnnotation | undefined;
6104
6395
  FindAnnotation(name: string): Annotation | undefined;
@@ -6111,6 +6402,7 @@ export interface StoredProcedureMapping$instance extends StoredProcedureMapping$
6111
6402
  RemoveAnnotation(name: string): IAnnotation | undefined;
6112
6403
  RemoveAnnotation(name: string): Annotation | undefined;
6113
6404
  SetAnnotation(name: string, value: unknown): void;
6405
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6114
6406
  ToDebugString(options?: MetadataDebugStringOptions, indent?: int): string;
6115
6407
  ToString(): string;
6116
6408
  }
@@ -6132,14 +6424,16 @@ export interface __StoredProcedureMapping$views {
6132
6424
  export type StoredProcedureMapping = StoredProcedureMapping$instance & __StoredProcedureMapping$views;
6133
6425
 
6134
6426
 
6135
- export abstract class StoredProcedureParameter$protected {
6136
- protected AddAnnotation11(name: string, annotation: Annotation): Annotation;
6137
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
6138
- protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6139
- }
6140
-
6427
+ export interface StoredProcedureParameter$instance extends ConventionAnnotatable {
6428
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
6429
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
6430
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
6431
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionStoredProcedureParameter: never;
6432
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
6433
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableStoredProcedureParameter: never;
6434
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyStoredProcedureParameter: never;
6435
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IStoredProcedureParameter: never;
6141
6436
 
6142
- export interface StoredProcedureParameter$instance extends StoredProcedureParameter$protected, ConventionAnnotatable {
6143
6437
  readonly DebugView: DebugView;
6144
6438
  Direction: ParameterDirection;
6145
6439
  readonly ForOriginalValue: Nullable<System_Internal.Boolean>;
@@ -6147,18 +6441,20 @@ export interface StoredProcedureParameter$instance extends StoredProcedureParame
6147
6441
  readonly IsInModel: boolean;
6148
6442
  readonly IsReadOnly: boolean;
6149
6443
  Name: string;
6150
- readonly PropertyName: string;
6444
+ readonly PropertyName: string | undefined;
6151
6445
  readonly StoredProcedure: StoredProcedure;
6152
6446
  StoreParameter: IStoreStoredProcedureParameter;
6153
6447
  AddAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation;
6154
6448
  AddAnnotation(name: string, value: unknown, fromDataAnnotation?: boolean): IConventionAnnotation;
6155
6449
  AddAnnotation(name: string, value: unknown): IAnnotation;
6156
6450
  AddAnnotation(name: string, value: unknown): Annotation;
6451
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
6157
6452
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
6158
6453
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
6159
6454
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
6160
6455
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
6161
6456
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
6457
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
6162
6458
  AnnotationsToDebugString(indent?: int): string;
6163
6459
  FindAnnotation(name: string): ConventionAnnotation | undefined;
6164
6460
  FindAnnotation(name: string): IConventionAnnotation | undefined;
@@ -6177,6 +6473,7 @@ export interface StoredProcedureParameter$instance extends StoredProcedureParame
6177
6473
  RemoveAnnotation(name: string): Annotation | undefined;
6178
6474
  SetAnnotation(name: string, value: unknown): void;
6179
6475
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
6476
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6180
6477
  SetDirection(direction: ParameterDirection, configurationSource: ConfigurationSource): ParameterDirection;
6181
6478
  SetName(name: string, configurationSource: ConfigurationSource): string;
6182
6479
  SetRemovedFromModel(): void;
@@ -6203,24 +6500,24 @@ export interface __StoredProcedureParameter$views {
6203
6500
  export type StoredProcedureParameter = StoredProcedureParameter$instance & __StoredProcedureParameter$views;
6204
6501
 
6205
6502
 
6206
- export abstract class StoredProcedureParameterMapping$protected {
6207
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
6208
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
6209
- protected GetTypeMapping(): RelationalTypeMapping;
6210
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6211
- }
6503
+ export interface StoredProcedureParameterMapping$instance extends ColumnMappingBase$instance {
6504
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
6505
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
6506
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IColumnMappingBase: never;
6507
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
6508
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IStoredProcedureParameterMapping: never;
6212
6509
 
6213
-
6214
- export interface StoredProcedureParameterMapping$instance extends StoredProcedureParameterMapping$protected, ColumnMappingBase$instance {
6215
6510
  readonly DebugView: DebugView;
6216
6511
  readonly Parameter: IStoredProcedureParameter;
6217
6512
  readonly StoredProcedureMapping: IStoredProcedureMapping;
6218
6513
  AddAnnotation(name: string, value: unknown): IAnnotation;
6219
6514
  AddAnnotation(name: string, value: unknown): Annotation;
6515
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
6220
6516
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
6221
6517
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
6222
6518
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
6223
6519
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
6520
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
6224
6521
  AnnotationsToDebugString(indent?: int): string;
6225
6522
  FindAnnotation(name: string): IAnnotation | undefined;
6226
6523
  FindAnnotation(name: string): Annotation | undefined;
@@ -6230,9 +6527,11 @@ export interface StoredProcedureParameterMapping$instance extends StoredProcedur
6230
6527
  GetAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
6231
6528
  GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory: Func<TArg, TValue>, factoryArgument: TArg): TValue;
6232
6529
  GetRuntimeAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
6530
+ GetTypeMapping(): RelationalTypeMapping;
6233
6531
  RemoveAnnotation(name: string): IAnnotation | undefined;
6234
6532
  RemoveAnnotation(name: string): Annotation | undefined;
6235
6533
  SetAnnotation(name: string, value: unknown): void;
6534
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6236
6535
  ToString(): string;
6237
6536
  }
6238
6537
 
@@ -6253,31 +6552,35 @@ export interface __StoredProcedureParameterMapping$views {
6253
6552
  export type StoredProcedureParameterMapping = StoredProcedureParameterMapping$instance & __StoredProcedureParameterMapping$views;
6254
6553
 
6255
6554
 
6256
- export abstract class StoredProcedureResultColumn$protected {
6257
- protected AddAnnotation11(name: string, annotation: Annotation): Annotation;
6258
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
6259
- protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6260
- }
6261
-
6555
+ export interface StoredProcedureResultColumn$instance extends ConventionAnnotatable {
6556
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
6557
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
6558
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
6559
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionStoredProcedureResultColumn: never;
6560
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
6561
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableStoredProcedureResultColumn: never;
6562
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyStoredProcedureResultColumn: never;
6563
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IStoredProcedureResultColumn: never;
6262
6564
 
6263
- export interface StoredProcedureResultColumn$instance extends StoredProcedureResultColumn$protected, ConventionAnnotatable {
6264
6565
  readonly DebugView: DebugView;
6265
6566
  readonly ForRowsAffected: boolean;
6266
6567
  readonly IsInModel: boolean;
6267
6568
  readonly IsReadOnly: boolean;
6268
6569
  Name: string;
6269
- readonly PropertyName: string;
6570
+ readonly PropertyName: string | undefined;
6270
6571
  readonly StoredProcedure: StoredProcedure;
6271
6572
  StoreResultColumn: IStoreStoredProcedureResultColumn;
6272
6573
  AddAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation;
6273
6574
  AddAnnotation(name: string, value: unknown, fromDataAnnotation?: boolean): IConventionAnnotation;
6274
6575
  AddAnnotation(name: string, value: unknown): IAnnotation;
6275
6576
  AddAnnotation(name: string, value: unknown): Annotation;
6577
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
6276
6578
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
6277
6579
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
6278
6580
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
6279
6581
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
6280
6582
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
6583
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
6281
6584
  AnnotationsToDebugString(indent?: int): string;
6282
6585
  FindAnnotation(name: string): ConventionAnnotation | undefined;
6283
6586
  FindAnnotation(name: string): IConventionAnnotation | undefined;
@@ -6294,7 +6597,8 @@ export interface StoredProcedureResultColumn$instance extends StoredProcedureRes
6294
6597
  RemoveAnnotation(name: string): Annotation | undefined;
6295
6598
  SetAnnotation(name: string, value: unknown): void;
6296
6599
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
6297
- SetName(name: string, configurationSource: ConfigurationSource): string;
6600
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6601
+ SetName(name: string, configurationSource: ConfigurationSource): string | undefined;
6298
6602
  SetRemovedFromModel(): void;
6299
6603
  ToString(): string;
6300
6604
  }
@@ -6319,24 +6623,24 @@ export interface __StoredProcedureResultColumn$views {
6319
6623
  export type StoredProcedureResultColumn = StoredProcedureResultColumn$instance & __StoredProcedureResultColumn$views;
6320
6624
 
6321
6625
 
6322
- export abstract class StoredProcedureResultColumnMapping$protected {
6323
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
6324
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
6325
- protected GetTypeMapping(): RelationalTypeMapping;
6326
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6327
- }
6328
-
6626
+ export interface StoredProcedureResultColumnMapping$instance extends ColumnMappingBase$instance {
6627
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
6628
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
6629
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IColumnMappingBase: never;
6630
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
6631
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IStoredProcedureResultColumnMapping: never;
6329
6632
 
6330
- export interface StoredProcedureResultColumnMapping$instance extends StoredProcedureResultColumnMapping$protected, ColumnMappingBase$instance {
6331
6633
  readonly DebugView: DebugView;
6332
6634
  readonly ResultColumn: IStoredProcedureResultColumn;
6333
6635
  readonly StoredProcedureMapping: IStoredProcedureMapping;
6334
6636
  AddAnnotation(name: string, value: unknown): IAnnotation;
6335
6637
  AddAnnotation(name: string, value: unknown): Annotation;
6638
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
6336
6639
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
6337
6640
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
6338
6641
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
6339
6642
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
6643
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
6340
6644
  AnnotationsToDebugString(indent?: int): string;
6341
6645
  FindAnnotation(name: string): IAnnotation | undefined;
6342
6646
  FindAnnotation(name: string): Annotation | undefined;
@@ -6346,9 +6650,11 @@ export interface StoredProcedureResultColumnMapping$instance extends StoredProce
6346
6650
  GetAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
6347
6651
  GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory: Func<TArg, TValue>, factoryArgument: TArg): TValue;
6348
6652
  GetRuntimeAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
6653
+ GetTypeMapping(): RelationalTypeMapping;
6349
6654
  RemoveAnnotation(name: string): IAnnotation | undefined;
6350
6655
  RemoveAnnotation(name: string): Annotation | undefined;
6351
6656
  SetAnnotation(name: string, value: unknown): void;
6657
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6352
6658
  ToString(): string;
6353
6659
  }
6354
6660
 
@@ -6369,25 +6675,26 @@ export interface __StoredProcedureResultColumnMapping$views {
6369
6675
  export type StoredProcedureResultColumnMapping = StoredProcedureResultColumnMapping$instance & __StoredProcedureResultColumnMapping$views;
6370
6676
 
6371
6677
 
6372
- export abstract class StoreFunction$protected {
6373
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
6374
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
6375
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6376
- }
6678
+ export interface StoreFunction$instance extends TableBase$instance {
6679
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
6680
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
6681
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
6682
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IStoreFunction: never;
6683
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ITableBase: never;
6377
6684
 
6378
-
6379
- export interface StoreFunction$instance extends StoreFunction$protected, TableBase$instance {
6380
6685
  readonly DbFunctions: SortedDictionary<System_Internal.String, IDbFunction>;
6381
6686
  readonly IsBuiltIn: boolean;
6382
6687
  readonly Parameters: StoreFunctionParameter[];
6383
- readonly ReturnType: string;
6688
+ readonly ReturnType: string | undefined;
6384
6689
  AddAnnotation(name: string, value: unknown): IAnnotation;
6385
6690
  AddAnnotation(name: string, value: unknown): Annotation;
6691
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
6386
6692
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
6387
6693
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
6388
6694
  AddDbFunction(dbFunction: IRuntimeDbFunction): void;
6389
6695
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
6390
6696
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
6697
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
6391
6698
  AnnotationsToDebugString(indent?: int): string;
6392
6699
  FindAnnotation(name: string): IAnnotation | undefined;
6393
6700
  FindAnnotation(name: string): Annotation | undefined;
@@ -6406,6 +6713,7 @@ export interface StoreFunction$instance extends StoreFunction$protected, TableBa
6406
6713
  RemoveAnnotation(name: string): IAnnotation | undefined;
6407
6714
  RemoveAnnotation(name: string): Annotation | undefined;
6408
6715
  SetAnnotation(name: string, value: unknown): void;
6716
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6409
6717
  ToDebugString(options?: MetadataDebugStringOptions, indent?: int): string;
6410
6718
  ToString(): string;
6411
6719
  }
@@ -6427,14 +6735,12 @@ export interface __StoreFunction$views {
6427
6735
  export type StoreFunction = StoreFunction$instance & __StoreFunction$views;
6428
6736
 
6429
6737
 
6430
- export abstract class StoreFunctionParameter$protected {
6431
- protected AddAnnotation5(name: string, annotation: Annotation): Annotation;
6432
- protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
6433
- protected SetAnnotation3(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6434
- }
6435
-
6738
+ export interface StoreFunctionParameter$instance extends Annotatable {
6739
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
6740
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
6741
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
6742
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IStoreFunctionParameter: never;
6436
6743
 
6437
- export interface StoreFunctionParameter$instance extends StoreFunctionParameter$protected, Annotatable {
6438
6744
  readonly DbFunctionParameters: List<IDbFunctionParameter>;
6439
6745
  readonly Function: StoreFunction;
6440
6746
  readonly IsReadOnly: boolean;
@@ -6442,10 +6748,12 @@ export interface StoreFunctionParameter$instance extends StoreFunctionParameter$
6442
6748
  readonly StoreType: string;
6443
6749
  AddAnnotation(name: string, value: unknown): IAnnotation;
6444
6750
  AddAnnotation(name: string, value: unknown): Annotation;
6751
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
6445
6752
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
6446
6753
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
6447
6754
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
6448
6755
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
6756
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
6449
6757
  AnnotationsToDebugString(indent?: int): string;
6450
6758
  FindAnnotation(name: string): IAnnotation | undefined;
6451
6759
  FindAnnotation(name: string): Annotation | undefined;
@@ -6458,6 +6766,7 @@ export interface StoreFunctionParameter$instance extends StoreFunctionParameter$
6458
6766
  RemoveAnnotation(name: string): IAnnotation | undefined;
6459
6767
  RemoveAnnotation(name: string): Annotation | undefined;
6460
6768
  SetAnnotation(name: string, value: unknown): void;
6769
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6461
6770
  ToString(): string;
6462
6771
  }
6463
6772
 
@@ -6477,28 +6786,29 @@ export interface __StoreFunctionParameter$views {
6477
6786
  export type StoreFunctionParameter = StoreFunctionParameter$instance & __StoreFunctionParameter$views;
6478
6787
 
6479
6788
 
6480
- export abstract class StoreStoredProcedure$protected {
6481
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
6482
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
6483
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6484
- }
6485
-
6789
+ export interface StoreStoredProcedure$instance extends TableBase$instance {
6790
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
6791
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
6792
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
6793
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IStoreStoredProcedure: never;
6794
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ITableBase: never;
6486
6795
 
6487
- export interface StoreStoredProcedure$instance extends StoreStoredProcedure$protected, TableBase$instance {
6488
6796
  readonly DebugView: DebugView;
6489
6797
  Parameters: List<IStoreStoredProcedureParameter>;
6490
6798
  ResultColumns: List<IStoreStoredProcedureResultColumn>;
6491
6799
  get ReturnValue(): IStoreStoredProcedureReturnValue | undefined;
6492
- set ReturnValue(value: IStoreStoredProcedureReturnValue);
6800
+ set ReturnValue(value: IStoreStoredProcedureReturnValue | undefined);
6493
6801
  readonly StoredProcedures: SortedSet<IStoredProcedure>;
6494
6802
  AddAnnotation(name: string, value: unknown): IAnnotation;
6495
6803
  AddAnnotation(name: string, value: unknown): Annotation;
6804
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
6496
6805
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
6497
6806
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
6498
6807
  AddParameter(parameter: IStoreStoredProcedureParameter): void;
6499
6808
  AddResultColumn(column: IStoreStoredProcedureResultColumn): void;
6500
6809
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
6501
6810
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
6811
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
6502
6812
  AddStoredProcedure(storedProcedure: IRuntimeStoredProcedure): void;
6503
6813
  AnnotationsToDebugString(indent?: int): string;
6504
6814
  FindAnnotation(name: string): IAnnotation | undefined;
@@ -6520,6 +6830,7 @@ export interface StoreStoredProcedure$instance extends StoreStoredProcedure$prot
6520
6830
  RemoveAnnotation(name: string): IAnnotation | undefined;
6521
6831
  RemoveAnnotation(name: string): Annotation | undefined;
6522
6832
  SetAnnotation(name: string, value: unknown): void;
6833
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6523
6834
  ToDebugString(options?: MetadataDebugStringOptions, indent?: int): string;
6524
6835
  ToString(): string;
6525
6836
  }
@@ -6541,25 +6852,25 @@ export interface __StoreStoredProcedure$views {
6541
6852
  export type StoreStoredProcedure = StoreStoredProcedure$instance & __StoreStoredProcedure$views;
6542
6853
 
6543
6854
 
6544
- export abstract class StoreStoredProcedureParameter$protected {
6545
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
6546
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
6547
- protected GetDefaultStoreTypeMapping(): RelationalTypeMapping;
6548
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6549
- }
6550
-
6855
+ export interface StoreStoredProcedureParameter$instance extends ColumnBase_1$instance<StoredProcedureParameterMapping> {
6856
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
6857
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
6858
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IColumnBase: never;
6859
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
6860
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IStoreStoredProcedureParameter: never;
6551
6861
 
6552
- export interface StoreStoredProcedureParameter$instance extends StoreStoredProcedureParameter$protected, ColumnBase_1$instance<StoredProcedureParameterMapping> {
6553
6862
  readonly DebugView: DebugView;
6554
6863
  readonly Direction: ParameterDirection;
6555
6864
  readonly Position: int;
6556
6865
  readonly StoredProcedure: StoreStoredProcedure;
6557
6866
  AddAnnotation(name: string, value: unknown): IAnnotation;
6558
6867
  AddAnnotation(name: string, value: unknown): Annotation;
6868
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
6559
6869
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
6560
6870
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
6561
6871
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
6562
6872
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
6873
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
6563
6874
  AnnotationsToDebugString(indent?: int): string;
6564
6875
  FindAnnotation(name: string): IAnnotation | undefined;
6565
6876
  FindAnnotation(name: string): Annotation | undefined;
@@ -6568,11 +6879,13 @@ export interface StoreStoredProcedureParameter$instance extends StoreStoredProce
6568
6879
  FindRuntimeAnnotation(name: string): Annotation | undefined;
6569
6880
  FindRuntimeAnnotationValue(name: string): unknown | undefined;
6570
6881
  GetAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
6882
+ GetDefaultStoreTypeMapping(): RelationalTypeMapping;
6571
6883
  GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory: Func<TArg, TValue>, factoryArgument: TArg): TValue;
6572
6884
  GetRuntimeAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
6573
6885
  RemoveAnnotation(name: string): IAnnotation | undefined;
6574
6886
  RemoveAnnotation(name: string): Annotation | undefined;
6575
6887
  SetAnnotation(name: string, value: unknown): void;
6888
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6576
6889
  ToDebugString(options?: MetadataDebugStringOptions, indent?: int): string;
6577
6890
  ToString(): string;
6578
6891
  }
@@ -6594,24 +6907,24 @@ export interface __StoreStoredProcedureParameter$views {
6594
6907
  export type StoreStoredProcedureParameter = StoreStoredProcedureParameter$instance & __StoreStoredProcedureParameter$views;
6595
6908
 
6596
6909
 
6597
- export abstract class StoreStoredProcedureResultColumn$protected {
6598
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
6599
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
6600
- protected GetDefaultStoreTypeMapping(): RelationalTypeMapping;
6601
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6602
- }
6603
-
6910
+ export interface StoreStoredProcedureResultColumn$instance extends ColumnBase_1$instance<StoredProcedureResultColumnMapping> {
6911
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
6912
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
6913
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IColumnBase: never;
6914
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
6915
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IStoreStoredProcedureResultColumn: never;
6604
6916
 
6605
- export interface StoreStoredProcedureResultColumn$instance extends StoreStoredProcedureResultColumn$protected, ColumnBase_1$instance<StoredProcedureResultColumnMapping> {
6606
6917
  readonly DebugView: DebugView;
6607
6918
  readonly Position: int;
6608
6919
  readonly StoredProcedure: StoreStoredProcedure;
6609
6920
  AddAnnotation(name: string, value: unknown): IAnnotation;
6610
6921
  AddAnnotation(name: string, value: unknown): Annotation;
6922
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
6611
6923
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
6612
6924
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
6613
6925
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
6614
6926
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
6927
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
6615
6928
  AnnotationsToDebugString(indent?: int): string;
6616
6929
  FindAnnotation(name: string): IAnnotation | undefined;
6617
6930
  FindAnnotation(name: string): Annotation | undefined;
@@ -6620,11 +6933,13 @@ export interface StoreStoredProcedureResultColumn$instance extends StoreStoredPr
6620
6933
  FindRuntimeAnnotation(name: string): Annotation | undefined;
6621
6934
  FindRuntimeAnnotationValue(name: string): unknown | undefined;
6622
6935
  GetAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
6936
+ GetDefaultStoreTypeMapping(): RelationalTypeMapping;
6623
6937
  GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory: Func<TArg, TValue>, factoryArgument: TArg): TValue;
6624
6938
  GetRuntimeAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
6625
6939
  RemoveAnnotation(name: string): IAnnotation | undefined;
6626
6940
  RemoveAnnotation(name: string): Annotation | undefined;
6627
6941
  SetAnnotation(name: string, value: unknown): void;
6942
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6628
6943
  ToDebugString(options?: MetadataDebugStringOptions, indent?: int): string;
6629
6944
  ToString(): string;
6630
6945
  }
@@ -6646,23 +6961,23 @@ export interface __StoreStoredProcedureResultColumn$views {
6646
6961
  export type StoreStoredProcedureResultColumn = StoreStoredProcedureResultColumn$instance & __StoreStoredProcedureResultColumn$views;
6647
6962
 
6648
6963
 
6649
- export abstract class StoreStoredProcedureReturnValue$protected {
6650
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
6651
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
6652
- protected GetDefaultStoreTypeMapping(): RelationalTypeMapping;
6653
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6654
- }
6655
-
6964
+ export interface StoreStoredProcedureReturnValue$instance extends ColumnBase_1$instance<ColumnMappingBase> {
6965
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
6966
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
6967
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IColumnBase: never;
6968
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
6969
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IStoreStoredProcedureReturnValue: never;
6656
6970
 
6657
- export interface StoreStoredProcedureReturnValue$instance extends StoreStoredProcedureReturnValue$protected, ColumnBase_1$instance<ColumnMappingBase> {
6658
6971
  readonly DebugView: DebugView;
6659
6972
  readonly StoredProcedure: StoreStoredProcedure;
6660
6973
  AddAnnotation(name: string, value: unknown): IAnnotation;
6661
6974
  AddAnnotation(name: string, value: unknown): Annotation;
6975
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
6662
6976
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
6663
6977
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
6664
6978
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
6665
6979
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
6980
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
6666
6981
  AnnotationsToDebugString(indent?: int): string;
6667
6982
  FindAnnotation(name: string): IAnnotation | undefined;
6668
6983
  FindAnnotation(name: string): Annotation | undefined;
@@ -6671,11 +6986,13 @@ export interface StoreStoredProcedureReturnValue$instance extends StoreStoredPro
6671
6986
  FindRuntimeAnnotation(name: string): Annotation | undefined;
6672
6987
  FindRuntimeAnnotationValue(name: string): unknown | undefined;
6673
6988
  GetAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
6989
+ GetDefaultStoreTypeMapping(): RelationalTypeMapping;
6674
6990
  GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory: Func<TArg, TValue>, factoryArgument: TArg): TValue;
6675
6991
  GetRuntimeAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
6676
6992
  RemoveAnnotation(name: string): IAnnotation | undefined;
6677
6993
  RemoveAnnotation(name: string): Annotation | undefined;
6678
6994
  SetAnnotation(name: string, value: unknown): void;
6995
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6679
6996
  ToDebugString(options?: MetadataDebugStringOptions, indent?: int): string;
6680
6997
  ToString(): string;
6681
6998
  }
@@ -6697,29 +7014,30 @@ export interface __StoreStoredProcedureReturnValue$views {
6697
7014
  export type StoreStoredProcedureReturnValue = StoreStoredProcedureReturnValue$instance & __StoreStoredProcedureReturnValue$views;
6698
7015
 
6699
7016
 
6700
- export abstract class Table$protected {
6701
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
6702
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
6703
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6704
- }
6705
-
7017
+ export interface Table$instance extends TableBase$instance {
7018
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
7019
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
7020
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
7021
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ITable: never;
7022
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ITableBase: never;
6706
7023
 
6707
- export interface Table$instance extends Table$protected, TableBase$instance {
6708
7024
  readonly CheckConstraints: SortedDictionary<System_Internal.String, CheckConstraint>;
6709
7025
  readonly ForeignKeyConstraints: SortedSet<ForeignKeyConstraint>;
6710
7026
  readonly Indexes: SortedDictionary<System_Internal.String, TableIndex>;
6711
7027
  readonly IsExcludedFromMigrations: boolean;
6712
7028
  get PrimaryKey(): UniqueConstraint | undefined;
6713
- set PrimaryKey(value: UniqueConstraint);
7029
+ set PrimaryKey(value: UniqueConstraint | undefined);
6714
7030
  readonly ReferencingForeignKeyConstraints: SortedSet<ForeignKeyConstraint>;
6715
7031
  readonly Triggers: SortedDictionary<System_Internal.String, ITrigger>;
6716
7032
  readonly UniqueConstraints: SortedDictionary<System_Internal.String, UniqueConstraint>;
6717
7033
  AddAnnotation(name: string, value: unknown): IAnnotation;
6718
7034
  AddAnnotation(name: string, value: unknown): Annotation;
7035
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
6719
7036
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
6720
7037
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
6721
7038
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
6722
7039
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
7040
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
6723
7041
  AnnotationsToDebugString(indent?: int): string;
6724
7042
  FindAnnotation(name: string): IAnnotation | undefined;
6725
7043
  FindAnnotation(name: string): Annotation | undefined;
@@ -6738,6 +7056,7 @@ export interface Table$instance extends Table$protected, TableBase$instance {
6738
7056
  RemoveAnnotation(name: string): IAnnotation | undefined;
6739
7057
  RemoveAnnotation(name: string): Annotation | undefined;
6740
7058
  SetAnnotation(name: string, value: unknown): void;
7059
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6741
7060
  ToDebugString(options?: MetadataDebugStringOptions, indent?: int): string;
6742
7061
  ToString(): string;
6743
7062
  }
@@ -6759,14 +7078,12 @@ export interface __Table$views {
6759
7078
  export type Table = Table$instance & __Table$views;
6760
7079
 
6761
7080
 
6762
- export abstract class TableBase$protected {
6763
- protected AddAnnotation5(name: string, annotation: Annotation): Annotation;
6764
- protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
6765
- protected SetAnnotation3(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6766
- }
6767
-
7081
+ export interface TableBase$instance extends Annotatable {
7082
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
7083
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
7084
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
7085
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ITableBase: never;
6768
7086
 
6769
- export interface TableBase$instance extends TableBase$protected, Annotatable {
6770
7087
  Columns: SortedDictionary<System_Internal.String, IColumnBase>;
6771
7088
  readonly ComplexTypeMappings: SortedSet<ITableMappingBase>;
6772
7089
  readonly EntityTypeMappings: SortedSet<ITableMappingBase>;
@@ -6775,19 +7092,21 @@ export interface TableBase$instance extends TableBase$protected, Annotatable {
6775
7092
  readonly Model: RelationalModel;
6776
7093
  readonly Name: string;
6777
7094
  get OptionalTypes(): Dictionary<ITypeBase, System_Internal.Boolean> | undefined;
6778
- set OptionalTypes(value: Dictionary<ITypeBase, System_Internal.Boolean>);
7095
+ set OptionalTypes(value: Dictionary<ITypeBase, System_Internal.Boolean> | undefined);
6779
7096
  get ReferencingRowInternalForeignKeys(): SortedDictionary<IEntityType, IEnumerable__System_Collections_Generic<IForeignKey>> | undefined;
6780
- set ReferencingRowInternalForeignKeys(value: SortedDictionary<IEntityType, IEnumerable__System_Collections_Generic<IForeignKey>>);
7097
+ set ReferencingRowInternalForeignKeys(value: SortedDictionary<IEntityType, IEnumerable__System_Collections_Generic<IForeignKey>> | undefined);
6781
7098
  get RowInternalForeignKeys(): SortedDictionary<IEntityType, IEnumerable__System_Collections_Generic<IForeignKey>> | undefined;
6782
- set RowInternalForeignKeys(value: SortedDictionary<IEntityType, IEnumerable__System_Collections_Generic<IForeignKey>>);
6783
- readonly Schema: string;
7099
+ set RowInternalForeignKeys(value: SortedDictionary<IEntityType, IEnumerable__System_Collections_Generic<IForeignKey>> | undefined);
7100
+ readonly Schema: string | undefined;
6784
7101
  AddAnnotation(name: string, value: unknown): IAnnotation;
6785
7102
  AddAnnotation(name: string, value: unknown): Annotation;
7103
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
6786
7104
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
6787
7105
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
6788
7106
  AddRowInternalForeignKey(entityType: IEntityType, foreignKey: IForeignKey): void;
6789
7107
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
6790
7108
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
7109
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
6791
7110
  AddTypeMapping(tableMapping: ITableMappingBase, optional: Nullable<System_Internal.Boolean>): void;
6792
7111
  AnnotationsToDebugString(indent?: int): string;
6793
7112
  FindAnnotation(name: string): IAnnotation | undefined;
@@ -6804,6 +7123,7 @@ export interface TableBase$instance extends TableBase$protected, Annotatable {
6804
7123
  RemoveAnnotation(name: string): IAnnotation | undefined;
6805
7124
  RemoveAnnotation(name: string): Annotation | undefined;
6806
7125
  SetAnnotation(name: string, value: unknown): void;
7126
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6807
7127
  ToString(): string;
6808
7128
  }
6809
7129
 
@@ -6824,30 +7144,29 @@ export type TableBase = TableBase$instance & __TableBase$views;
6824
7144
 
6825
7145
 
6826
7146
  export interface TableBaseIdentityComparer$instance {
7147
+ readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
7148
+
6827
7149
  Equals(x: ITableBase, y: ITableBase): boolean;
6828
7150
  GetHashCode(obj: ITableBase): int;
6829
7151
  }
6830
7152
 
6831
7153
 
6832
7154
  export const TableBaseIdentityComparer: {
6833
- new(): TableBaseIdentityComparer;
6834
7155
  readonly Instance: TableBaseIdentityComparer;
6835
7156
  };
6836
7157
 
6837
7158
 
6838
7159
  export type TableBaseIdentityComparer = TableBaseIdentityComparer$instance;
6839
7160
 
6840
- export abstract class TableIndex$protected {
6841
- protected AddAnnotation5(name: string, annotation: Annotation): Annotation;
6842
- protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
6843
- protected SetAnnotation3(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6844
- }
6845
-
7161
+ export interface TableIndex$instance extends Annotatable {
7162
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
7163
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
7164
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
7165
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ITableIndex: never;
6846
7166
 
6847
- export interface TableIndex$instance extends TableIndex$protected, Annotatable {
6848
7167
  readonly Columns: IReadOnlyList<Column>;
6849
7168
  readonly Filter: string | undefined;
6850
- readonly IsDescending: IReadOnlyList<System_Internal.Boolean>;
7169
+ readonly IsDescending: IReadOnlyList<System_Internal.Boolean> | undefined;
6851
7170
  readonly IsReadOnly: boolean;
6852
7171
  readonly IsUnique: boolean;
6853
7172
  readonly MappedIndexes: SortedSet<IIndex>;
@@ -6855,10 +7174,12 @@ export interface TableIndex$instance extends TableIndex$protected, Annotatable {
6855
7174
  readonly Table: Table;
6856
7175
  AddAnnotation(name: string, value: unknown): IAnnotation;
6857
7176
  AddAnnotation(name: string, value: unknown): Annotation;
7177
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
6858
7178
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
6859
7179
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
6860
7180
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
6861
7181
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
7182
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
6862
7183
  AnnotationsToDebugString(indent?: int): string;
6863
7184
  FindAnnotation(name: string): IAnnotation | undefined;
6864
7185
  FindAnnotation(name: string): Annotation | undefined;
@@ -6872,6 +7193,7 @@ export interface TableIndex$instance extends TableIndex$protected, Annotatable {
6872
7193
  RemoveAnnotation(name: string): IAnnotation | undefined;
6873
7194
  RemoveAnnotation(name: string): Annotation | undefined;
6874
7195
  SetAnnotation(name: string, value: unknown): void;
7196
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6875
7197
  SetRowIndexValueFactory(factory: IRowIndexValueFactory): void;
6876
7198
  ToString(): string;
6877
7199
  }
@@ -6893,6 +7215,9 @@ export type TableIndex = TableIndex$instance & __TableIndex$views;
6893
7215
 
6894
7216
 
6895
7217
  export interface TableIndexComparer$instance {
7218
+ readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
7219
+ readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
7220
+
6896
7221
  Compare(x: ITableIndex, y: ITableIndex): int;
6897
7222
  Equals(x: ITableIndex, y: ITableIndex): boolean;
6898
7223
  GetHashCode(obj: ITableIndex): int;
@@ -6900,33 +7225,33 @@ export interface TableIndexComparer$instance {
6900
7225
 
6901
7226
 
6902
7227
  export const TableIndexComparer: {
6903
- new(): TableIndexComparer;
6904
7228
  readonly Instance: TableIndexComparer;
6905
7229
  };
6906
7230
 
6907
7231
 
6908
7232
  export type TableIndexComparer = TableIndexComparer$instance;
6909
7233
 
6910
- export abstract class TableMapping$protected {
6911
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
6912
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
6913
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6914
- }
6915
-
7234
+ export interface TableMapping$instance extends TableMappingBase_1$instance<ColumnMapping> {
7235
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
7236
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
7237
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
7238
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ITableMapping: never;
7239
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ITableMappingBase: never;
6916
7240
 
6917
- export interface TableMapping$instance extends TableMapping$protected, TableMappingBase_1$instance<ColumnMapping> {
6918
7241
  get DeleteStoredProcedureMapping(): IStoredProcedureMapping | undefined;
6919
- set DeleteStoredProcedureMapping(value: IStoredProcedureMapping);
7242
+ set DeleteStoredProcedureMapping(value: IStoredProcedureMapping | undefined);
6920
7243
  get InsertStoredProcedureMapping(): IStoredProcedureMapping | undefined;
6921
- set InsertStoredProcedureMapping(value: IStoredProcedureMapping);
7244
+ set InsertStoredProcedureMapping(value: IStoredProcedureMapping | undefined);
6922
7245
  get UpdateStoredProcedureMapping(): IStoredProcedureMapping | undefined;
6923
- set UpdateStoredProcedureMapping(value: IStoredProcedureMapping);
7246
+ set UpdateStoredProcedureMapping(value: IStoredProcedureMapping | undefined);
6924
7247
  AddAnnotation(name: string, value: unknown): IAnnotation;
6925
7248
  AddAnnotation(name: string, value: unknown): Annotation;
7249
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
6926
7250
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
6927
7251
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
6928
7252
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
6929
7253
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
7254
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
6930
7255
  AnnotationsToDebugString(indent?: int): string;
6931
7256
  FindAnnotation(name: string): IAnnotation | undefined;
6932
7257
  FindAnnotation(name: string): Annotation | undefined;
@@ -6939,6 +7264,7 @@ export interface TableMapping$instance extends TableMapping$protected, TableMapp
6939
7264
  RemoveAnnotation(name: string): IAnnotation | undefined;
6940
7265
  RemoveAnnotation(name: string): Annotation | undefined;
6941
7266
  SetAnnotation(name: string, value: unknown): void;
7267
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6942
7268
  SetIsSharedTablePrincipal(isSharedTablePrincipal: boolean): void;
6943
7269
  ToDebugString(options?: MetadataDebugStringOptions, indent?: int): string;
6944
7270
  ToString(): string;
@@ -6961,15 +7287,13 @@ export interface __TableMapping$views {
6961
7287
  export type TableMapping = TableMapping$instance & __TableMapping$views;
6962
7288
 
6963
7289
 
6964
- export abstract class TableMappingBase_1$protected<TColumnMapping extends IColumnMappingBase> {
6965
- protected readonly ColumnMappings: List<TColumnMapping>;
6966
- protected AddAnnotation5(name: string, annotation: Annotation): Annotation;
6967
- protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
6968
- protected SetAnnotation3(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6969
- }
7290
+ export interface TableMappingBase_1$instance<TColumnMapping extends IColumnMappingBase> extends Annotatable {
7291
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
7292
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
7293
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
7294
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ITableMappingBase: never;
6970
7295
 
6971
-
6972
- export interface TableMappingBase_1$instance<TColumnMapping extends IColumnMappingBase> extends TableMappingBase_1$protected<TColumnMapping>, Annotatable {
7296
+ readonly ColumnMappings: List<TColumnMapping>;
6973
7297
  readonly IncludesDerivedTypes: Nullable<System_Internal.Boolean>;
6974
7298
  readonly IsReadOnly: boolean;
6975
7299
  IsSharedTablePrincipal: Nullable<System_Internal.Boolean>;
@@ -6978,11 +7302,13 @@ export interface TableMappingBase_1$instance<TColumnMapping extends IColumnMappi
6978
7302
  readonly TypeBase: ITypeBase;
6979
7303
  AddAnnotation(name: string, value: unknown): IAnnotation;
6980
7304
  AddAnnotation(name: string, value: unknown): Annotation;
7305
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
6981
7306
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
6982
7307
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
6983
7308
  AddColumnMapping(columnMapping: TColumnMapping): boolean;
6984
7309
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
6985
7310
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
7311
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
6986
7312
  AnnotationsToDebugString(indent?: int): string;
6987
7313
  FindAnnotation(name: string): IAnnotation | undefined;
6988
7314
  FindAnnotation(name: string): Annotation | undefined;
@@ -6995,6 +7321,7 @@ export interface TableMappingBase_1$instance<TColumnMapping extends IColumnMappi
6995
7321
  RemoveAnnotation(name: string): IAnnotation | undefined;
6996
7322
  RemoveAnnotation(name: string): Annotation | undefined;
6997
7323
  SetAnnotation(name: string, value: unknown): void;
7324
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
6998
7325
  SetIsSharedTablePrincipal(isSharedTablePrincipal: boolean): void;
6999
7326
  ToString(): string;
7000
7327
  }
@@ -7016,6 +7343,9 @@ export type TableMappingBase_1<TColumnMapping extends IColumnMappingBase> = Tabl
7016
7343
 
7017
7344
 
7018
7345
  export interface TableMappingBaseComparer$instance {
7346
+ readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
7347
+ readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
7348
+
7019
7349
  Compare(x: ITableMappingBase, y: ITableMappingBase): int;
7020
7350
  Equals(x: ITableMappingBase, y: ITableMappingBase): boolean;
7021
7351
  GetHashCode(obj: ITableMappingBase): int;
@@ -7023,21 +7353,22 @@ export interface TableMappingBaseComparer$instance {
7023
7353
 
7024
7354
 
7025
7355
  export const TableMappingBaseComparer: {
7026
- new(): TableMappingBaseComparer;
7027
7356
  readonly Instance: TableMappingBaseComparer;
7028
7357
  };
7029
7358
 
7030
7359
 
7031
7360
  export type TableMappingBaseComparer = TableMappingBaseComparer$instance;
7032
7361
 
7033
- export abstract class Trigger$protected {
7034
- protected AddAnnotation11(name: string, annotation: Annotation): Annotation;
7035
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
7036
- protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
7037
- }
7362
+ export interface Trigger$instance extends ConventionAnnotatable {
7363
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
7364
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
7365
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
7366
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionTrigger: never;
7367
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
7368
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableTrigger: never;
7369
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyTrigger: never;
7370
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ITrigger: never;
7038
7371
 
7039
-
7040
- export interface Trigger$instance extends Trigger$protected, ConventionAnnotatable {
7041
7372
  readonly DebugView: DebugView;
7042
7373
  readonly EntityType: EntityType;
7043
7374
  readonly IsInModel: boolean;
@@ -7046,11 +7377,13 @@ export interface Trigger$instance extends Trigger$protected, ConventionAnnotatab
7046
7377
  AddAnnotation(name: string, value: unknown, fromDataAnnotation?: boolean): IConventionAnnotation;
7047
7378
  AddAnnotation(name: string, value: unknown): IAnnotation;
7048
7379
  AddAnnotation(name: string, value: unknown): Annotation;
7380
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
7049
7381
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
7050
7382
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
7051
7383
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
7052
7384
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
7053
7385
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
7386
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
7054
7387
  AnnotationsToDebugString(indent?: int): string;
7055
7388
  FindAnnotation(name: string): ConventionAnnotation | undefined;
7056
7389
  FindAnnotation(name: string): IConventionAnnotation | undefined;
@@ -7067,6 +7400,7 @@ export interface Trigger$instance extends Trigger$protected, ConventionAnnotatab
7067
7400
  RemoveAnnotation(name: string): Annotation | undefined;
7068
7401
  SetAnnotation(name: string, value: unknown): void;
7069
7402
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
7403
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
7070
7404
  SetRemovedFromModel(): void;
7071
7405
  ToString(): string;
7072
7406
  UpdateConfigurationSource(configurationSource: ConfigurationSource): void;
@@ -7092,23 +7426,23 @@ export interface __Trigger$views {
7092
7426
  export type Trigger = Trigger$instance & __Trigger$views;
7093
7427
 
7094
7428
 
7095
- export abstract class TypeBase$protected {
7096
- protected readonly BaseBuilder: InternalTypeBaseBuilder;
7097
- protected readonly Properties: SortedDictionary<System_Internal.String, Property>;
7098
- protected AddAnnotation11(name: string, annotation: Annotation): Annotation;
7099
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
7100
- protected GetDerivedTypes<T extends TypeBase>(): IEnumerable__System_Collections_Generic<T>;
7101
- protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
7102
- protected ValidateClrMember(name: string, memberInfo: MemberInfo, throwOnNameMismatch?: boolean): Type | undefined;
7103
- }
7104
-
7429
+ export interface TypeBase$instance extends ConventionAnnotatable {
7430
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
7431
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
7432
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionAnnotatable: never;
7433
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IConventionTypeBase: never;
7434
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
7435
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableTypeBase: never;
7436
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IReadOnlyTypeBase: never;
7437
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ITypeBase: never;
7438
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeTypeBase: never;
7105
7439
 
7106
- export interface TypeBase$instance extends TypeBase$protected, ConventionAnnotatable {
7440
+ readonly BaseBuilder: InternalTypeBaseBuilder;
7107
7441
  get BaseType(): ComplexType | undefined | TypeBase | undefined;
7108
- set BaseType(value: TypeBase);
7442
+ set BaseType(value: ComplexType | undefined | TypeBase | undefined);
7109
7443
  readonly ClrType: Type;
7110
7444
  get ConstructorBinding(): InstantiationBinding | undefined;
7111
- set ConstructorBinding(value: InstantiationBinding);
7445
+ set ConstructorBinding(value: InstantiationBinding | undefined);
7112
7446
  readonly DirectlyDerivedTypes: SortedSet<TypeBase>;
7113
7447
  readonly EmptyShadowValuesFactory: Func<ISnapshot>;
7114
7448
  readonly HasSharedClrType: boolean;
@@ -7118,8 +7452,9 @@ export interface TypeBase$instance extends TypeBase$protected, ConventionAnnotat
7118
7452
  readonly Model: Model;
7119
7453
  readonly Name: string;
7120
7454
  readonly OriginalValuesFactory: Func<IInternalEntry, ISnapshot>;
7455
+ readonly Properties: SortedDictionary<System_Internal.String, Property>;
7121
7456
  get ServiceOnlyConstructorBinding(): InstantiationBinding | undefined;
7122
- set ServiceOnlyConstructorBinding(value: InstantiationBinding);
7457
+ set ServiceOnlyConstructorBinding(value: InstantiationBinding | undefined);
7123
7458
  readonly ShadowValuesFactory: Func<IDictionary<System_Internal.String, unknown | undefined>, ISnapshot>;
7124
7459
  readonly StoreGeneratedValuesFactory: Func<ISnapshot>;
7125
7460
  readonly TemporaryValuesFactory: Func<IInternalEntry, ISnapshot>;
@@ -7127,6 +7462,7 @@ export interface TypeBase$instance extends TypeBase$protected, ConventionAnnotat
7127
7462
  AddAnnotation(name: string, value: unknown, fromDataAnnotation?: boolean): IConventionAnnotation;
7128
7463
  AddAnnotation(name: string, value: unknown): IAnnotation;
7129
7464
  AddAnnotation(name: string, value: unknown): Annotation;
7465
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
7130
7466
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
7131
7467
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IConventionAnnotation>, fromDataAnnotation?: boolean): void;
7132
7468
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
@@ -7141,6 +7477,7 @@ export interface TypeBase$instance extends TypeBase$protected, ConventionAnnotat
7141
7477
  AddProperty(name: string, propertyType: Type, memberInfo: MemberInfo, typeConfigurationSource: Nullable<ConfigurationSource>, configurationSource: ConfigurationSource): Property | undefined;
7142
7478
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
7143
7479
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
7480
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
7144
7481
  AnnotationsToDebugString(indent?: int): string;
7145
7482
  CalculateCounts(): PropertyCounts;
7146
7483
  FindAnnotation(name: string): ConventionAnnotation | undefined;
@@ -7179,6 +7516,7 @@ export interface TypeBase$instance extends TypeBase$protected, ConventionAnnotat
7179
7516
  GetDerivedComplexProperties(): IEnumerable__System_Collections_Generic<ComplexProperty>;
7180
7517
  GetDerivedProperties(): IEnumerable__System_Collections_Generic<Property>;
7181
7518
  GetDerivedTypes(): IEnumerable__System_Collections_Generic<TypeBase>;
7519
+ GetDerivedTypes<T extends TypeBase>(): IEnumerable__System_Collections_Generic<T>;
7182
7520
  GetDerivedTypesInclusive(): IEnumerable__System_Collections_Generic<TypeBase>;
7183
7521
  GetDiscriminatorPropertyConfigurationSource(): Nullable<ConfigurationSource>;
7184
7522
  GetDiscriminatorPropertyName(): string | undefined;
@@ -7211,6 +7549,7 @@ export interface TypeBase$instance extends TypeBase$protected, ConventionAnnotat
7211
7549
  RemoveProperty(property: Property): Property | undefined;
7212
7550
  SetAnnotation(name: string, value: unknown): void;
7213
7551
  SetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation | undefined;
7552
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
7214
7553
  SetBaseType(newBaseType: TypeBase, configurationSource: ConfigurationSource): TypeBase | undefined;
7215
7554
  SetChangeTrackingStrategy(changeTrackingStrategy: Nullable<ChangeTrackingStrategy>, configurationSource: ConfigurationSource): Nullable<ChangeTrackingStrategy>;
7216
7555
  SetConstructorBinding(constructorBinding: InstantiationBinding, configurationSource: ConfigurationSource): InstantiationBinding | undefined;
@@ -7218,12 +7557,11 @@ export interface TypeBase$instance extends TypeBase$protected, ConventionAnnotat
7218
7557
  SetPropertyAccessMode(propertyAccessMode: Nullable<PropertyAccessMode>, configurationSource: ConfigurationSource): Nullable<PropertyAccessMode>;
7219
7558
  SetServiceOnlyConstructorBinding(constructorBinding: InstantiationBinding, configurationSource: ConfigurationSource): InstantiationBinding | undefined;
7220
7559
  UpdateConfigurationSource(configurationSource: ConfigurationSource): void;
7560
+ ValidateClrMember(name: string, memberInfo: MemberInfo, throwOnNameMismatch?: boolean): Type | undefined;
7221
7561
  }
7222
7562
 
7223
7563
 
7224
- export const TypeBase: {
7225
- new(type: Type, model: Model, configurationSource: ConfigurationSource): TypeBase;
7226
- new(name: string, type: Type, model: Model, configurationSource: ConfigurationSource): TypeBase;
7564
+ export const TypeBase: (abstract new(type: Type, model: Model, configurationSource: ConfigurationSource) => TypeBase) & (abstract new(name: string, type: Type, model: Model, configurationSource: ConfigurationSource) => TypeBase) & {
7227
7565
  CheckChangeTrackingStrategy(structuralType: IReadOnlyTypeBase, value: ChangeTrackingStrategy, requireFullNotifications: boolean): string | undefined;
7228
7566
  ToEnumerable<T>(element: T): IEnumerable__System_Collections_Generic<T>;
7229
7567
  };
@@ -7244,14 +7582,13 @@ export interface __TypeBase$views {
7244
7582
  export type TypeBase = TypeBase$instance & __TypeBase$views;
7245
7583
 
7246
7584
 
7247
- export abstract class UniqueConstraint$protected {
7248
- protected AddAnnotation5(name: string, annotation: Annotation): Annotation;
7249
- protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
7250
- protected SetAnnotation3(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
7251
- }
7585
+ export interface UniqueConstraint$instance extends Annotatable {
7586
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
7587
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
7588
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
7589
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IPrimaryKeyConstraint: never;
7590
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IUniqueConstraint: never;
7252
7591
 
7253
-
7254
- export interface UniqueConstraint$instance extends UniqueConstraint$protected, Annotatable {
7255
7592
  readonly Columns: IReadOnlyList<Column>;
7256
7593
  readonly IsReadOnly: boolean;
7257
7594
  readonly MappedKeys: SortedSet<IKey>;
@@ -7259,10 +7596,12 @@ export interface UniqueConstraint$instance extends UniqueConstraint$protected, A
7259
7596
  readonly Table: Table;
7260
7597
  AddAnnotation(name: string, value: unknown): IAnnotation;
7261
7598
  AddAnnotation(name: string, value: unknown): Annotation;
7599
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
7262
7600
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
7263
7601
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
7264
7602
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
7265
7603
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
7604
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
7266
7605
  AnnotationsToDebugString(indent?: int): string;
7267
7606
  FindAnnotation(name: string): IAnnotation | undefined;
7268
7607
  FindAnnotation(name: string): Annotation | undefined;
@@ -7276,6 +7615,7 @@ export interface UniqueConstraint$instance extends UniqueConstraint$protected, A
7276
7615
  RemoveAnnotation(name: string): IAnnotation | undefined;
7277
7616
  RemoveAnnotation(name: string): Annotation | undefined;
7278
7617
  SetAnnotation(name: string, value: unknown): void;
7618
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
7279
7619
  SetRowKeyValueFactory(factory: IRowKeyValueFactory): void;
7280
7620
  ToString(): string;
7281
7621
  }
@@ -7297,6 +7637,9 @@ export type UniqueConstraint = UniqueConstraint$instance & __UniqueConstraint$vi
7297
7637
 
7298
7638
 
7299
7639
  export interface UniqueConstraintComparer$instance {
7640
+ readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
7641
+ readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
7642
+
7300
7643
  Compare(x: IUniqueConstraint, y: IUniqueConstraint): int;
7301
7644
  Equals(x: IUniqueConstraint, y: IUniqueConstraint): boolean;
7302
7645
  GetHashCode(obj: IUniqueConstraint): int;
@@ -7304,28 +7647,28 @@ export interface UniqueConstraintComparer$instance {
7304
7647
 
7305
7648
 
7306
7649
  export const UniqueConstraintComparer: {
7307
- new(): UniqueConstraintComparer;
7308
7650
  readonly Instance: UniqueConstraintComparer;
7309
7651
  };
7310
7652
 
7311
7653
 
7312
7654
  export type UniqueConstraintComparer = UniqueConstraintComparer$instance;
7313
7655
 
7314
- export abstract class View$protected {
7315
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
7316
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
7317
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
7318
- }
7319
-
7656
+ export interface View$instance extends TableBase$instance {
7657
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
7658
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
7659
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
7660
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ITableBase: never;
7661
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IView: never;
7320
7662
 
7321
- export interface View$instance extends View$protected, TableBase$instance {
7322
7663
  readonly ViewDefinitionSql: string | undefined;
7323
7664
  AddAnnotation(name: string, value: unknown): IAnnotation;
7324
7665
  AddAnnotation(name: string, value: unknown): Annotation;
7666
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
7325
7667
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
7326
7668
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
7327
7669
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
7328
7670
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
7671
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
7329
7672
  AnnotationsToDebugString(indent?: int): string;
7330
7673
  FindAnnotation(name: string): IAnnotation | undefined;
7331
7674
  FindAnnotation(name: string): Annotation | undefined;
@@ -7343,6 +7686,7 @@ export interface View$instance extends View$protected, TableBase$instance {
7343
7686
  RemoveAnnotation(name: string): IAnnotation | undefined;
7344
7687
  RemoveAnnotation(name: string): Annotation | undefined;
7345
7688
  SetAnnotation(name: string, value: unknown): void;
7689
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
7346
7690
  ToDebugString(options?: MetadataDebugStringOptions, indent?: int): string;
7347
7691
  ToString(): string;
7348
7692
  }
@@ -7364,21 +7708,22 @@ export interface __View$views {
7364
7708
  export type View = View$instance & __View$views;
7365
7709
 
7366
7710
 
7367
- export abstract class ViewColumn$protected {
7368
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
7369
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
7370
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
7371
- }
7372
-
7711
+ export interface ViewColumn$instance extends ColumnBase_1$instance<ViewColumnMapping> {
7712
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
7713
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
7714
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IColumnBase: never;
7715
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
7716
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IViewColumn: never;
7373
7717
 
7374
- export interface ViewColumn$instance extends ViewColumn$protected, ColumnBase_1$instance<ViewColumnMapping> {
7375
7718
  readonly View: View;
7376
7719
  AddAnnotation(name: string, value: unknown): IAnnotation;
7377
7720
  AddAnnotation(name: string, value: unknown): Annotation;
7721
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
7378
7722
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
7379
7723
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
7380
7724
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
7381
7725
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
7726
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
7382
7727
  AnnotationsToDebugString(indent?: int): string;
7383
7728
  FindAnnotation(name: string): IAnnotation | undefined;
7384
7729
  FindAnnotation(name: string): Annotation | undefined;
@@ -7392,6 +7737,7 @@ export interface ViewColumn$instance extends ViewColumn$protected, ColumnBase_1$
7392
7737
  RemoveAnnotation(name: string): IAnnotation | undefined;
7393
7738
  RemoveAnnotation(name: string): Annotation | undefined;
7394
7739
  SetAnnotation(name: string, value: unknown): void;
7740
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
7395
7741
  ToDebugString(options?: MetadataDebugStringOptions, indent?: int): string;
7396
7742
  ToString(): string;
7397
7743
  }
@@ -7413,22 +7759,22 @@ export interface __ViewColumn$views {
7413
7759
  export type ViewColumn = ViewColumn$instance & __ViewColumn$views;
7414
7760
 
7415
7761
 
7416
- export abstract class ViewColumnMapping$protected {
7417
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
7418
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
7419
- protected GetTypeMapping(): RelationalTypeMapping;
7420
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
7421
- }
7762
+ export interface ViewColumnMapping$instance extends ColumnMappingBase$instance {
7763
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
7764
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
7765
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IColumnMappingBase: never;
7766
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
7767
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IViewColumnMapping: never;
7422
7768
 
7423
-
7424
- export interface ViewColumnMapping$instance extends ViewColumnMapping$protected, ColumnMappingBase$instance {
7425
7769
  readonly ViewMapping: IViewMapping;
7426
7770
  AddAnnotation(name: string, value: unknown): IAnnotation;
7427
7771
  AddAnnotation(name: string, value: unknown): Annotation;
7772
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
7428
7773
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
7429
7774
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
7430
7775
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
7431
7776
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
7777
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
7432
7778
  AnnotationsToDebugString(indent?: int): string;
7433
7779
  FindAnnotation(name: string): IAnnotation | undefined;
7434
7780
  FindAnnotation(name: string): Annotation | undefined;
@@ -7438,9 +7784,11 @@ export interface ViewColumnMapping$instance extends ViewColumnMapping$protected,
7438
7784
  GetAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
7439
7785
  GetOrAddRuntimeAnnotationValue<TValue, TArg>(name: string, valueFactory: Func<TArg, TValue>, factoryArgument: TArg): TValue;
7440
7786
  GetRuntimeAnnotations(): IEnumerable__System_Collections_Generic<IAnnotation>;
7787
+ GetTypeMapping(): RelationalTypeMapping;
7441
7788
  RemoveAnnotation(name: string): IAnnotation | undefined;
7442
7789
  RemoveAnnotation(name: string): Annotation | undefined;
7443
7790
  SetAnnotation(name: string, value: unknown): void;
7791
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
7444
7792
  ToString(): string;
7445
7793
  }
7446
7794
 
@@ -7461,21 +7809,22 @@ export interface __ViewColumnMapping$views {
7461
7809
  export type ViewColumnMapping = ViewColumnMapping$instance & __ViewColumnMapping$views;
7462
7810
 
7463
7811
 
7464
- export abstract class ViewMapping$protected {
7465
- protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
7466
- protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
7467
- protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
7468
- }
7469
-
7812
+ export interface ViewMapping$instance extends TableMappingBase_1$instance<ViewColumnMapping> {
7813
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IAnnotatable: never;
7814
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IReadOnlyAnnotatable: never;
7815
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IMutableAnnotatable: never;
7816
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_ITableMappingBase: never;
7817
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IViewMapping: never;
7470
7818
 
7471
- export interface ViewMapping$instance extends ViewMapping$protected, TableMappingBase_1$instance<ViewColumnMapping> {
7472
7819
  readonly View: IView;
7473
7820
  AddAnnotation(name: string, value: unknown): IAnnotation;
7474
7821
  AddAnnotation(name: string, value: unknown): Annotation;
7822
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
7475
7823
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
7476
7824
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
7477
7825
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
7478
7826
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
7827
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
7479
7828
  AnnotationsToDebugString(indent?: int): string;
7480
7829
  FindAnnotation(name: string): IAnnotation | undefined;
7481
7830
  FindAnnotation(name: string): Annotation | undefined;
@@ -7488,6 +7837,7 @@ export interface ViewMapping$instance extends ViewMapping$protected, TableMappin
7488
7837
  RemoveAnnotation(name: string): IAnnotation | undefined;
7489
7838
  RemoveAnnotation(name: string): Annotation | undefined;
7490
7839
  SetAnnotation(name: string, value: unknown): void;
7840
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
7491
7841
  SetIsSharedTablePrincipal(isSharedTablePrincipal: boolean): void;
7492
7842
  ToDebugString(options?: MetadataDebugStringOptions, indent?: int): string;
7493
7843
  ToString(): string;