@tsonic/efcore 10.0.1 → 10.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +2247 -5
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +30 -5
  3. package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +1707 -6
  4. package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +74 -14
  5. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +4784 -172
  6. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +210 -25
  7. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal.d.ts +1 -1
  8. package/Microsoft.EntityFrameworkCore.ChangeTracking.d.ts +3 -3
  9. package/Microsoft.EntityFrameworkCore.Design/bindings.json +1175 -171
  10. package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +52 -3
  11. package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +306 -2
  12. package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +15 -2
  13. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +2919 -10
  14. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +28 -3
  15. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +1027 -77
  16. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +53 -17
  17. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +4386 -655
  18. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +229 -23
  19. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/bindings.json +251 -7
  20. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +11 -4
  21. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +3 -2
  22. package/Microsoft.EntityFrameworkCore.Internal/bindings.json +754 -2
  23. package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +1 -1
  24. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +8776 -125
  25. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +174 -27
  26. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +5621 -147
  27. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +255 -33
  28. package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +1 -1
  29. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +8740 -1109
  30. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +604 -79
  31. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/bindings.json +152 -3
  32. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +15 -2
  33. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.d.ts +1 -0
  34. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/bindings.json +144 -0
  35. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +7 -5
  36. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +16619 -30
  37. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +673 -91
  38. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +2197 -67
  39. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +119 -11
  40. package/Microsoft.EntityFrameworkCore.Migrations.Internal/bindings.json +1304 -119
  41. package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +70 -5
  42. package/Microsoft.EntityFrameworkCore.Migrations.Internal.d.ts +3 -3
  43. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +4318 -46
  44. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +293 -36
  45. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +102 -0
  46. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +6 -1
  47. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +5 -4
  48. package/Microsoft.EntityFrameworkCore.Query/bindings.json +17431 -7313
  49. package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +721 -85
  50. package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +3807 -228
  51. package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +299 -49
  52. package/Microsoft.EntityFrameworkCore.Query.Internal.d.ts +3 -3
  53. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +3589 -953
  54. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +327 -127
  55. package/Microsoft.EntityFrameworkCore.Query.d.ts +6 -5
  56. package/Microsoft.EntityFrameworkCore.Scaffolding/bindings.json +125 -3
  57. package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +8 -1
  58. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1160 -9
  59. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +80 -10
  60. package/Microsoft.EntityFrameworkCore.Storage/bindings.json +5813 -272
  61. package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +432 -55
  62. package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +534 -6
  63. package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +50 -7
  64. package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +2 -1
  65. package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +570 -2
  66. package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +7 -1
  67. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/bindings.json +652 -2
  68. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +9 -1
  69. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/bindings.json +663 -16
  70. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +28 -1
  71. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.d.ts +1 -1
  72. package/Microsoft.EntityFrameworkCore.Storage.d.ts +4 -4
  73. package/Microsoft.EntityFrameworkCore.Update/bindings.json +2027 -340
  74. package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +89 -8
  75. package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +1074 -6
  76. package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +44 -8
  77. package/Microsoft.EntityFrameworkCore.Update.Internal.d.ts +1 -1
  78. package/Microsoft.EntityFrameworkCore.Update.d.ts +2 -2
  79. package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +479 -5
  80. package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +46 -7
  81. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +262 -2
  82. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +13 -2
  83. package/Microsoft.EntityFrameworkCore.ValueGeneration.d.ts +1 -1
  84. package/Microsoft.EntityFrameworkCore.d.ts +2 -1
  85. package/Microsoft.Extensions.DependencyInjection/bindings.json +15 -0
  86. package/System.Transactions/bindings.json +6 -0
  87. package/package.json +1 -1
@@ -943,7 +943,14 @@ export const TypeIdentity: {
943
943
 
944
944
  export type TypeIdentity = TypeIdentity$instance;
945
945
 
946
- export interface CheckConstraint$instance extends ConventionAnnotatable {
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
+
952
+
953
+ export interface CheckConstraint$instance extends CheckConstraint$protected, ConventionAnnotatable {
947
954
  readonly DebugView: DebugView;
948
955
  readonly EntityType: IReadOnlyEntityType;
949
956
  readonly IsInModel: boolean;
@@ -1012,13 +1019,22 @@ export interface __CheckConstraint$views {
1012
1019
  export type CheckConstraint = CheckConstraint$instance & __CheckConstraint$views;
1013
1020
 
1014
1021
 
1015
- export interface ClrAccessorFactory_1$instance<TAccessor> {
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> {
1016
1031
  Create(property: IPropertyBase): TAccessor;
1017
1032
  Create(memberInfo: MemberInfo): TAccessor;
1018
1033
  }
1019
1034
 
1020
1035
 
1021
1036
  export const ClrAccessorFactory_1: {
1037
+ new<TAccessor>(): ClrAccessorFactory_1<TAccessor>;
1022
1038
  };
1023
1039
 
1024
1040
 
@@ -1129,7 +1145,14 @@ export interface __ClrPropertyGetter_3$views<TEntity, TStructural, TValue> {
1129
1145
  export type ClrPropertyGetter_3<TEntity, TStructural, TValue> = ClrPropertyGetter_3$instance<TEntity, TStructural, TValue> & __ClrPropertyGetter_3$views<TEntity, TStructural, TValue>;
1130
1146
 
1131
1147
 
1132
- export interface ClrPropertyGetterFactory$instance extends ClrAccessorFactory_1<IClrPropertyGetter> {
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> {
1133
1156
  Create(property: IPropertyBase): IClrPropertyGetter;
1134
1157
  Create(propertyBase: IPropertyBase, getClrValueUsingContainingEntityExpression: Expression, hasSentinelValueUsingContainingEntityExpression: Expression, getClrValueExpression: Expression, hasSentinelValueExpression: Expression): void;
1135
1158
  Create(memberInfo: MemberInfo): IClrPropertyGetter;
@@ -1144,7 +1167,12 @@ export const ClrPropertyGetterFactory: {
1144
1167
 
1145
1168
  export type ClrPropertyGetterFactory = ClrPropertyGetterFactory$instance;
1146
1169
 
1147
- export interface ClrPropertyMaterializationSetterFactory$instance extends ClrPropertySetterFactory {
1170
+ export abstract class ClrPropertyMaterializationSetterFactory$protected {
1171
+ protected GetMemberInfo(propertyBase: IPropertyBase): MemberInfo;
1172
+ }
1173
+
1174
+
1175
+ export interface ClrPropertyMaterializationSetterFactory$instance extends ClrPropertyMaterializationSetterFactory$protected, ClrPropertySetterFactory {
1148
1176
  }
1149
1177
 
1150
1178
 
@@ -1175,7 +1203,14 @@ export interface __ClrPropertySetter_3$views<TEntity, TStructural, TValue> {
1175
1203
  export type ClrPropertySetter_3<TEntity, TStructural, TValue> = ClrPropertySetter_3$instance<TEntity, TStructural, TValue> & __ClrPropertySetter_3$views<TEntity, TStructural, TValue>;
1176
1204
 
1177
1205
 
1178
- export interface ClrPropertySetterFactory$instance extends ClrAccessorFactory_1<IClrPropertySetter> {
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> {
1179
1214
  Create(property: IPropertyBase): IClrPropertySetter;
1180
1215
  Create(propertyBase: IPropertyBase, setterUsingContainingEntityExpression: Expression, setterExpression: Expression): void;
1181
1216
  Create(memberInfo: MemberInfo): IClrPropertySetter;
@@ -1203,7 +1238,14 @@ export const CollectionTypeFactory: {
1203
1238
 
1204
1239
  export type CollectionTypeFactory = CollectionTypeFactory$instance;
1205
1240
 
1206
- export interface Column$instance extends ColumnBase_1$instance<ColumnMapping> {
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
+ }
1246
+
1247
+
1248
+ export interface Column$instance extends Column$protected, ColumnBase_1$instance<ColumnMapping> {
1207
1249
  Accessors: ColumnAccessors;
1208
1250
  AddAnnotation(name: string, value: unknown): IAnnotation;
1209
1251
  AddAnnotation(name: string, value: unknown): Annotation;
@@ -1245,7 +1287,16 @@ export interface __Column$views {
1245
1287
  export type Column = Column$instance & __Column$views;
1246
1288
 
1247
1289
 
1248
- export interface ColumnBase_1$instance<TColumnMappingBase extends IColumnMappingBase> extends Annotatable {
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
+
1298
+
1299
+ export interface ColumnBase_1$instance<TColumnMappingBase extends IColumnMappingBase> extends ColumnBase_1$protected<TColumnMappingBase>, Annotatable {
1249
1300
  IsNullable: boolean;
1250
1301
  readonly IsReadOnly: boolean;
1251
1302
  readonly Name: string;
@@ -1308,7 +1359,15 @@ export const ColumnListComparer: {
1308
1359
 
1309
1360
  export type ColumnListComparer = ColumnListComparer$instance;
1310
1361
 
1311
- export interface ColumnMapping$instance extends ColumnMappingBase$instance {
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
+
1369
+
1370
+ export interface ColumnMapping$instance extends ColumnMapping$protected, ColumnMappingBase$instance {
1312
1371
  AddAnnotation(name: string, value: unknown): IAnnotation;
1313
1372
  AddAnnotation(name: string, value: unknown): Annotation;
1314
1373
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
@@ -1347,7 +1406,15 @@ export interface __ColumnMapping$views {
1347
1406
  export type ColumnMapping = ColumnMapping$instance & __ColumnMapping$views;
1348
1407
 
1349
1408
 
1350
- export interface ColumnMappingBase$instance extends Annotatable {
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
+
1416
+
1417
+ export interface ColumnMappingBase$instance extends ColumnMappingBase$protected, Annotatable {
1351
1418
  readonly Column: IColumnBase;
1352
1419
  readonly IsReadOnly: boolean;
1353
1420
  readonly Property: IProperty;
@@ -1416,7 +1483,18 @@ export const ColumnNameComparer: {
1416
1483
 
1417
1484
  export type ColumnNameComparer = ColumnNameComparer$instance;
1418
1485
 
1419
- export interface ComplexProperty$instance extends PropertyBase$instance {
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
+ }
1495
+
1496
+
1497
+ export interface ComplexProperty$instance extends ComplexProperty$protected, PropertyBase$instance {
1420
1498
  readonly ClrType: Type;
1421
1499
  readonly CollectionAccessor: IClrCollectionAccessor | undefined;
1422
1500
  readonly ComplexType: ComplexType;
@@ -1501,7 +1579,12 @@ export interface __ComplexProperty$views {
1501
1579
  export type ComplexProperty = ComplexProperty$instance & __ComplexProperty$views;
1502
1580
 
1503
1581
 
1504
- export interface ComplexPropertyConfiguration$instance extends AnnotatableBase {
1582
+ export abstract class ComplexPropertyConfiguration$protected {
1583
+ protected AddRuntimeAnnotation2(name: string, annotation: Annotation): Annotation;
1584
+ }
1585
+
1586
+
1587
+ export interface ComplexPropertyConfiguration$instance extends ComplexPropertyConfiguration$protected, AnnotatableBase {
1505
1588
  readonly ClrType: Type;
1506
1589
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
1507
1590
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
@@ -1545,7 +1628,17 @@ export const ComplexPropertySnapshot: {
1545
1628
 
1546
1629
  export type ComplexPropertySnapshot = ComplexPropertySnapshot$instance;
1547
1630
 
1548
- export interface ComplexType$instance extends TypeBase$instance {
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 {
1549
1642
  readonly ComplexProperty: ComplexProperty;
1550
1643
  readonly DebugView: DebugView;
1551
1644
  readonly IsInModel: boolean;
@@ -1766,7 +1859,14 @@ export interface ConventionAnnotation$instance extends Microsoft_EntityFramework
1766
1859
  export type ConventionAnnotation = ConventionAnnotation$instance & __ConventionAnnotation$views;
1767
1860
 
1768
1861
 
1769
- export interface DbFunction$instance extends ConventionAnnotatable {
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
+
1868
+
1869
+ export interface DbFunction$instance extends DbFunction$protected, ConventionAnnotatable {
1770
1870
  readonly DebugView: DebugView;
1771
1871
  readonly IsAggregate: boolean;
1772
1872
  IsBuiltIn: boolean;
@@ -1860,7 +1960,14 @@ export interface __DbFunction$views {
1860
1960
  export type DbFunction = DbFunction$instance & __DbFunction$views;
1861
1961
 
1862
1962
 
1863
- export interface DbFunctionParameter$instance extends ConventionAnnotatable {
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
+
1969
+
1970
+ export interface DbFunctionParameter$instance extends DbFunctionParameter$protected, ConventionAnnotatable {
1864
1971
  readonly ClrType: Type;
1865
1972
  readonly Function: DbFunction;
1866
1973
  readonly IsInModel: boolean;
@@ -1943,7 +2050,17 @@ export interface DesignTimeModel$instance extends Microsoft_EntityFrameworkCore_
1943
2050
  export type DesignTimeModel = DesignTimeModel$instance & __DesignTimeModel$views;
1944
2051
 
1945
2052
 
1946
- export interface ElementType$instance extends ConventionAnnotatable {
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
+
2062
+
2063
+ export interface ElementType$instance extends ElementType$protected, ConventionAnnotatable {
1947
2064
  readonly ClrType: Type;
1948
2065
  readonly CollectionProperty: Property;
1949
2066
  readonly DebugView: DebugView;
@@ -2034,7 +2151,17 @@ export interface __ElementType$views {
2034
2151
  export type ElementType = ElementType$instance & __ElementType$views;
2035
2152
 
2036
2153
 
2037
- export interface EntityType$instance extends TypeBase$instance {
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 {
2038
2165
  readonly DebugView: DebugView;
2039
2166
  readonly ForeignKeyProperties: IReadOnlyList<IProperty>;
2040
2167
  readonly IsImplicitlyCreatedJoinEntityType: boolean;
@@ -2329,7 +2456,14 @@ export const EntityType_Snapshot: {
2329
2456
 
2330
2457
  export type EntityType_Snapshot = EntityType_Snapshot$instance;
2331
2458
 
2332
- export interface EntityTypeMappingFragment$instance extends ConventionAnnotatable {
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
+
2465
+
2466
+ export interface EntityTypeMappingFragment$instance extends EntityTypeMappingFragment$protected, ConventionAnnotatable {
2333
2467
  readonly DebugView: DebugView;
2334
2468
  readonly EntityType: IReadOnlyEntityType;
2335
2469
  readonly IsInModel: boolean;
@@ -2414,13 +2548,23 @@ export interface __EntityTypeParameterBindingFactory$views {
2414
2548
  export type EntityTypeParameterBindingFactory = EntityTypeParameterBindingFactory$instance & __EntityTypeParameterBindingFactory$views;
2415
2549
 
2416
2550
 
2417
- export interface ForeignKey$instance extends ConventionAnnotatable {
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
+
2559
+
2560
+ export interface ForeignKey$instance extends ForeignKey$protected, ConventionAnnotatable {
2418
2561
  readonly DebugView: DebugView;
2419
2562
  readonly DeclaringEntityType: EntityType;
2420
2563
  DeleteBehavior: DeleteBehavior;
2421
2564
  DependentKeyValueFactory: IDependentKeyValueFactory;
2422
2565
  DependentsMapFactory: Func<IDependentsMap>;
2423
- readonly DependentToPrincipal: Navigation | undefined;
2566
+ get DependentToPrincipal(): Navigation | undefined;
2567
+ set DependentToPrincipal(value: Navigation);
2424
2568
  readonly IsInModel: boolean;
2425
2569
  IsOwnership: boolean;
2426
2570
  readonly IsReadOnly: boolean;
@@ -2428,9 +2572,10 @@ export interface ForeignKey$instance extends ConventionAnnotatable {
2428
2572
  IsRequiredDependent: boolean;
2429
2573
  IsUnique: boolean;
2430
2574
  readonly PrincipalEntityType: EntityType;
2431
- readonly PrincipalKey: Key;
2432
- readonly PrincipalToDependent: Navigation | undefined;
2433
- readonly Properties: IReadOnlyList<Property>;
2575
+ PrincipalKey: Key;
2576
+ get PrincipalToDependent(): Navigation | undefined;
2577
+ set PrincipalToDependent(value: Navigation);
2578
+ Properties: IReadOnlyList<Property>;
2434
2579
  get ReferencingSkipNavigations(): ISet<SkipNavigation> | undefined;
2435
2580
  set ReferencingSkipNavigations(value: ISet<SkipNavigation>);
2436
2581
  AddAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): ConventionAnnotation;
@@ -2524,7 +2669,14 @@ export interface __ForeignKey$views {
2524
2669
  export type ForeignKey = ForeignKey$instance & __ForeignKey$views;
2525
2670
 
2526
2671
 
2527
- export interface ForeignKeyConstraint$instance extends Annotatable {
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
+
2678
+
2679
+ export interface ForeignKeyConstraint$instance extends ForeignKeyConstraint$protected, Annotatable {
2528
2680
  readonly Columns: IReadOnlyList<Column>;
2529
2681
  readonly IsReadOnly: boolean;
2530
2682
  readonly MappedForeignKeys: SortedSet<IForeignKey>;
@@ -2588,7 +2740,14 @@ export const ForeignKeyConstraintComparer: {
2588
2740
 
2589
2741
  export type ForeignKeyConstraintComparer = ForeignKeyConstraintComparer$instance;
2590
2742
 
2591
- export interface FunctionColumn$instance extends ColumnBase_1$instance<FunctionColumnMapping> {
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
+ }
2748
+
2749
+
2750
+ export interface FunctionColumn$instance extends FunctionColumn$protected, ColumnBase_1$instance<FunctionColumnMapping> {
2592
2751
  readonly Function: StoreFunction;
2593
2752
  AddAnnotation(name: string, value: unknown): IAnnotation;
2594
2753
  AddAnnotation(name: string, value: unknown): Annotation;
@@ -2630,7 +2789,15 @@ export interface __FunctionColumn$views {
2630
2789
  export type FunctionColumn = FunctionColumn$instance & __FunctionColumn$views;
2631
2790
 
2632
2791
 
2633
- export interface FunctionColumnMapping$instance extends ColumnMappingBase$instance {
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
+
2799
+
2800
+ export interface FunctionColumnMapping$instance extends FunctionColumnMapping$protected, ColumnMappingBase$instance {
2634
2801
  readonly FunctionMapping: IFunctionMapping;
2635
2802
  AddAnnotation(name: string, value: unknown): IAnnotation;
2636
2803
  AddAnnotation(name: string, value: unknown): Annotation;
@@ -2670,7 +2837,14 @@ export interface __FunctionColumnMapping$views {
2670
2837
  export type FunctionColumnMapping = FunctionColumnMapping$instance & __FunctionColumnMapping$views;
2671
2838
 
2672
2839
 
2673
- export interface FunctionMapping$instance extends TableMappingBase_1$instance<FunctionColumnMapping> {
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
+
2846
+
2847
+ export interface FunctionMapping$instance extends FunctionMapping$protected, TableMappingBase_1$instance<FunctionColumnMapping> {
2674
2848
  readonly DbFunction: IDbFunction;
2675
2849
  IsDefaultFunctionMapping: boolean;
2676
2850
  readonly StoreFunction: IStoreFunction;
@@ -2713,7 +2887,16 @@ export interface __FunctionMapping$views {
2713
2887
  export type FunctionMapping = FunctionMapping$instance & __FunctionMapping$views;
2714
2888
 
2715
2889
 
2716
- export interface Index$instance extends ConventionAnnotatable {
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
+
2898
+
2899
+ export interface Index$instance extends Index$protected, ConventionAnnotatable {
2717
2900
  readonly DebugView: DebugView;
2718
2901
  readonly DeclaringEntityType: EntityType;
2719
2902
  IsDescending: IReadOnlyList<System_Internal.Boolean>;
@@ -2808,7 +2991,12 @@ export interface __InternalCheckConstraintBuilder$views {
2808
2991
  export type InternalCheckConstraintBuilder = InternalCheckConstraintBuilder$instance & __InternalCheckConstraintBuilder$views;
2809
2992
 
2810
2993
 
2811
- export interface InternalComplexPropertyBuilder$instance extends InternalPropertyBaseBuilder_2$instance<IConventionComplexPropertyBuilder, ComplexProperty> {
2994
+ export abstract class InternalComplexPropertyBuilder$protected {
2995
+ protected readonly This: InternalComplexPropertyBuilder;
2996
+ }
2997
+
2998
+
2999
+ export interface InternalComplexPropertyBuilder$instance extends InternalComplexPropertyBuilder$protected, InternalPropertyBaseBuilder_2$instance<IConventionComplexPropertyBuilder, ComplexProperty> {
2812
3000
  readonly ComplexTypeBuilder: InternalComplexTypeBuilder;
2813
3001
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
2814
3002
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
@@ -2844,7 +3032,14 @@ export interface __InternalComplexPropertyBuilder$views {
2844
3032
  export type InternalComplexPropertyBuilder = InternalComplexPropertyBuilder$instance & __InternalComplexPropertyBuilder$views;
2845
3033
 
2846
3034
 
2847
- export interface InternalComplexTypeBuilder$instance extends InternalTypeBaseBuilder$instance {
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
+
3041
+
3042
+ export interface InternalComplexTypeBuilder$instance extends InternalComplexTypeBuilder$protected, InternalTypeBaseBuilder$instance {
2848
3043
  CanAddComplexProperty(propertyName: string, propertyType: Type, targetType: Type, collection: Nullable<System_Internal.Boolean>, configurationSource: ConfigurationSource, checkClrProperty?: boolean): boolean;
2849
3044
  CanHaveComplexProperty(propertyType: Type, propertyName: string, memberInfo: MemberInfo, complexType: Type, collection: Nullable<System_Internal.Boolean>, configurationSource: Nullable<ConfigurationSource>): boolean;
2850
3045
  CanHaveComplexProperty(propertyType: Type, propertyName: string, complexType?: Type, fromDataAnnotation?: boolean): boolean;
@@ -2852,6 +3047,7 @@ export interface InternalComplexTypeBuilder$instance extends InternalTypeBaseBui
2852
3047
  CanHaveProperty(propertyType: Type, propertyName: string, memberInfo: MemberInfo, typeConfigurationSource: Nullable<ConfigurationSource>, configurationSource: Nullable<ConfigurationSource>, checkClrProperty?: boolean): boolean;
2853
3048
  CanHaveProperty(propertyType: Type, propertyName: string, fromDataAnnotation?: boolean): boolean;
2854
3049
  CanHaveProperty(memberInfo: MemberInfo, fromDataAnnotation?: boolean): boolean;
3050
+ CanIgnore(name: string, configurationSource: ConfigurationSource): boolean;
2855
3051
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
2856
3052
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
2857
3053
  CanRemoveComplexProperty(complexProperty: ComplexProperty, configurationSource: ConfigurationSource): boolean;
@@ -2998,7 +3194,12 @@ export interface __InternalDbFunctionParameterBuilder$views {
2998
3194
  export type InternalDbFunctionParameterBuilder = InternalDbFunctionParameterBuilder$instance & __InternalDbFunctionParameterBuilder$views;
2999
3195
 
3000
3196
 
3001
- export interface InternalElementTypeBuilder$instance extends AnnotatableBuilder_2<ElementType, InternalModelBuilder> {
3197
+ export abstract class InternalElementTypeBuilder$protected {
3198
+ protected readonly This: IConventionElementTypeBuilder;
3199
+ }
3200
+
3201
+
3202
+ export interface InternalElementTypeBuilder$instance extends InternalElementTypeBuilder$protected, AnnotatableBuilder_2<ElementType, InternalModelBuilder> {
3002
3203
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
3003
3204
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
3004
3205
  CanSetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): boolean;
@@ -3045,7 +3246,14 @@ export interface __InternalElementTypeBuilder$views {
3045
3246
  export type InternalElementTypeBuilder = InternalElementTypeBuilder$instance & __InternalElementTypeBuilder$views;
3046
3247
 
3047
3248
 
3048
- export interface InternalEntityTypeBuilder$instance extends InternalTypeBaseBuilder$instance {
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
+ }
3254
+
3255
+
3256
+ export interface InternalEntityTypeBuilder$instance extends InternalEntityTypeBuilder$protected, InternalTypeBaseBuilder$instance {
3049
3257
  CanAddComplexProperty(propertyName: string, propertyType: Type, targetType: Type, collection: Nullable<System_Internal.Boolean>, configurationSource: ConfigurationSource, checkClrProperty?: boolean): boolean;
3050
3258
  CanAddNavigation(navigationName: string, type: Type, configurationSource: ConfigurationSource): boolean;
3051
3259
  CanHaveComplexProperty(propertyType: Type, propertyName: string, memberInfo: MemberInfo, complexType: Type, collection: Nullable<System_Internal.Boolean>, configurationSource: Nullable<ConfigurationSource>): boolean;
@@ -3058,6 +3266,7 @@ export interface InternalEntityTypeBuilder$instance extends InternalTypeBaseBuil
3058
3266
  CanHaveProperty(memberInfo: MemberInfo, fromDataAnnotation?: boolean): boolean;
3059
3267
  CanHaveServiceProperty(memberInfo: MemberInfo, configurationSource: Nullable<ConfigurationSource>): boolean;
3060
3268
  CanHaveSkipNavigation(skipNavigationName: string, type: Type, configurationSource: Nullable<ConfigurationSource>): boolean;
3269
+ CanIgnore(name: string, configurationSource: ConfigurationSource): boolean;
3061
3270
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
3062
3271
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
3063
3272
  CanRemoveComplexProperty(complexProperty: ComplexProperty, configurationSource: ConfigurationSource): boolean;
@@ -3417,7 +3626,12 @@ export interface __InternalModelBuilder$views {
3417
3626
  export type InternalModelBuilder = InternalModelBuilder$instance & __InternalModelBuilder$views;
3418
3627
 
3419
3628
 
3420
- export interface InternalNavigationBuilder$instance extends InternalPropertyBaseBuilder_2$instance<IConventionNavigationBuilder, Navigation> {
3629
+ export abstract class InternalNavigationBuilder$protected {
3630
+ protected readonly This: IConventionNavigationBuilder;
3631
+ }
3632
+
3633
+
3634
+ export interface InternalNavigationBuilder$instance extends InternalNavigationBuilder$protected, InternalPropertyBaseBuilder_2$instance<IConventionNavigationBuilder, Navigation> {
3421
3635
  AutoInclude(autoInclude: Nullable<System_Internal.Boolean>, configurationSource: ConfigurationSource): InternalNavigationBuilder | undefined;
3422
3636
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
3423
3637
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
@@ -3467,7 +3681,12 @@ export const InternalOwnedEntityTypeBuilder: {
3467
3681
 
3468
3682
  export type InternalOwnedEntityTypeBuilder = InternalOwnedEntityTypeBuilder$instance;
3469
3683
 
3470
- export interface InternalPropertyBaseBuilder_2$instance<TBuilder extends IConventionPropertyBaseBuilder_1<TBuilder>, TPropertyBase extends PropertyBase> extends AnnotatableBuilder_2<TPropertyBase, InternalModelBuilder> {
3684
+ export abstract class InternalPropertyBaseBuilder_2$protected<TBuilder extends IConventionPropertyBaseBuilder_1<TBuilder>, TPropertyBase extends PropertyBase> {
3685
+ protected readonly This: TBuilder;
3686
+ }
3687
+
3688
+
3689
+ export interface InternalPropertyBaseBuilder_2$instance<TBuilder extends IConventionPropertyBaseBuilder_1<TBuilder>, TPropertyBase extends PropertyBase> extends InternalPropertyBaseBuilder_2$protected<TBuilder, TPropertyBase>, AnnotatableBuilder_2<TPropertyBase, InternalModelBuilder> {
3471
3690
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
3472
3691
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
3473
3692
  CanSetAnnotation(name: string, value: unknown, configurationSource: ConfigurationSource): boolean;
@@ -3497,7 +3716,12 @@ export interface __InternalPropertyBaseBuilder_2$views<TBuilder extends IConvent
3497
3716
  export type InternalPropertyBaseBuilder_2<TBuilder extends IConventionPropertyBaseBuilder_1<TBuilder>, TPropertyBase extends PropertyBase> = InternalPropertyBaseBuilder_2$instance<TBuilder, TPropertyBase> & __InternalPropertyBaseBuilder_2$views<TBuilder, TPropertyBase>;
3498
3717
 
3499
3718
 
3500
- export interface InternalPropertyBuilder$instance extends InternalPropertyBaseBuilder_2$instance<IConventionPropertyBuilder, Property> {
3719
+ export abstract class InternalPropertyBuilder$protected {
3720
+ protected readonly This: IConventionPropertyBuilder;
3721
+ }
3722
+
3723
+
3724
+ export interface InternalPropertyBuilder$instance extends InternalPropertyBuilder$protected, InternalPropertyBaseBuilder_2$instance<IConventionPropertyBuilder, Property> {
3501
3725
  AfterSave(behavior: Nullable<PropertySaveBehavior>, configurationSource: ConfigurationSource): InternalPropertyBuilder | undefined;
3502
3726
  Attach(typeBaseBuilder: InternalTypeBaseBuilder): InternalPropertyBuilder | undefined;
3503
3727
  BeforeSave(behavior: Nullable<PropertySaveBehavior>, configurationSource: ConfigurationSource): InternalPropertyBuilder | undefined;
@@ -3638,7 +3862,12 @@ export interface __InternalSequenceBuilder$views {
3638
3862
  export type InternalSequenceBuilder = InternalSequenceBuilder$instance & __InternalSequenceBuilder$views;
3639
3863
 
3640
3864
 
3641
- export interface InternalServicePropertyBuilder$instance extends InternalPropertyBaseBuilder_2$instance<IConventionServicePropertyBuilder, ServiceProperty> {
3865
+ export abstract class InternalServicePropertyBuilder$protected {
3866
+ protected readonly This: IConventionServicePropertyBuilder;
3867
+ }
3868
+
3869
+
3870
+ export interface InternalServicePropertyBuilder$instance extends InternalServicePropertyBuilder$protected, InternalPropertyBaseBuilder_2$instance<IConventionServicePropertyBuilder, ServiceProperty> {
3642
3871
  Attach(entityTypeBuilder: InternalEntityTypeBuilder): InternalServicePropertyBuilder | undefined;
3643
3872
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
3644
3873
  CanRemoveAnnotation(name: string, configurationSource: ConfigurationSource): boolean;
@@ -3674,7 +3903,12 @@ export interface __InternalServicePropertyBuilder$views {
3674
3903
  export type InternalServicePropertyBuilder = InternalServicePropertyBuilder$instance & __InternalServicePropertyBuilder$views;
3675
3904
 
3676
3905
 
3677
- export interface InternalSkipNavigationBuilder$instance extends InternalPropertyBaseBuilder_2$instance<IConventionSkipNavigationBuilder, SkipNavigation> {
3906
+ export abstract class InternalSkipNavigationBuilder$protected {
3907
+ protected readonly This: InternalSkipNavigationBuilder;
3908
+ }
3909
+
3910
+
3911
+ export interface InternalSkipNavigationBuilder$instance extends InternalSkipNavigationBuilder$protected, InternalPropertyBaseBuilder_2$instance<IConventionSkipNavigationBuilder, SkipNavigation> {
3678
3912
  Attach(entityTypeBuilder?: InternalEntityTypeBuilder, targetEntityType?: EntityType, inverseBuilder?: InternalSkipNavigationBuilder): InternalSkipNavigationBuilder | undefined;
3679
3913
  AutoInclude(autoInclude: Nullable<System_Internal.Boolean>, configurationSource: ConfigurationSource): InternalSkipNavigationBuilder | undefined;
3680
3914
  CanRemoveAnnotation(name: string, fromDataAnnotation?: boolean): boolean;
@@ -3844,7 +4078,18 @@ export interface __InternalTriggerBuilder$views {
3844
4078
  export type InternalTriggerBuilder = InternalTriggerBuilder$instance & __InternalTriggerBuilder$views;
3845
4079
 
3846
4080
 
3847
- export interface InternalTypeBaseBuilder$instance extends AnnotatableBuilder_2<TypeBase, InternalModelBuilder> {
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
+
4091
+
4092
+ export interface InternalTypeBaseBuilder$instance extends InternalTypeBaseBuilder$protected, AnnotatableBuilder_2<TypeBase, InternalModelBuilder> {
3848
4093
  CanAddComplexProperty(propertyName: string, propertyType: Type, targetType: Type, collection: Nullable<System_Internal.Boolean>, configurationSource: ConfigurationSource, checkClrProperty?: boolean): boolean;
3849
4094
  CanHaveComplexProperty(propertyType: Type, propertyName: string, memberInfo: MemberInfo, complexType: Type, collection: Nullable<System_Internal.Boolean>, configurationSource: Nullable<ConfigurationSource>): boolean;
3850
4095
  CanHaveProperty(propertyType: Type, propertyName: string, memberInfo: MemberInfo, typeConfigurationSource: Nullable<ConfigurationSource>, configurationSource: Nullable<ConfigurationSource>, checkClrProperty?: boolean): boolean;
@@ -3913,7 +4158,15 @@ export interface __InternalTypeBaseBuilder$views {
3913
4158
  export type InternalTypeBaseBuilder = InternalTypeBaseBuilder$instance & __InternalTypeBaseBuilder$views;
3914
4159
 
3915
4160
 
3916
- export interface JsonColumn$instance extends Column$instance {
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
+ }
4167
+
4168
+
4169
+ export interface JsonColumn$instance extends JsonColumn$protected, Column$instance {
3917
4170
  AddAnnotation(name: string, value: unknown): IAnnotation;
3918
4171
  AddAnnotation(name: string, value: unknown): Annotation;
3919
4172
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
@@ -3955,7 +4208,15 @@ export interface __JsonColumn$views {
3955
4208
  export type JsonColumn = JsonColumn$instance & __JsonColumn$views;
3956
4209
 
3957
4210
 
3958
- export interface JsonColumnBase$instance extends ColumnBase_1$instance<ColumnMappingBase> {
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
+
4218
+
4219
+ export interface JsonColumnBase$instance extends JsonColumnBase$protected, ColumnBase_1$instance<ColumnMappingBase> {
3959
4220
  AddAnnotation(name: string, value: unknown): IAnnotation;
3960
4221
  AddAnnotation(name: string, value: unknown): Annotation;
3961
4222
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
@@ -3994,7 +4255,15 @@ export interface __JsonColumnBase$views {
3994
4255
  export type JsonColumnBase = JsonColumnBase$instance & __JsonColumnBase$views;
3995
4256
 
3996
4257
 
3997
- export interface JsonViewColumn$instance extends ViewColumn$instance {
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
+
4265
+
4266
+ export interface JsonViewColumn$instance extends JsonViewColumn$protected, ViewColumn$instance {
3998
4267
  AddAnnotation(name: string, value: unknown): IAnnotation;
3999
4268
  AddAnnotation(name: string, value: unknown): Annotation;
4000
4269
  AddAnnotations(annotations: IEnumerable__System_Collections_Generic<IAnnotation>): void;
@@ -4035,7 +4304,16 @@ export interface __JsonViewColumn$views {
4035
4304
  export type JsonViewColumn = JsonViewColumn$instance & __JsonViewColumn$views;
4036
4305
 
4037
4306
 
4038
- export interface Key$instance extends ConventionAnnotatable {
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
+
4315
+
4316
+ export interface Key$instance extends Key$protected, ConventionAnnotatable {
4039
4317
  readonly DebugView: DebugView;
4040
4318
  readonly DeclaringEntityType: EntityType;
4041
4319
  readonly IdentityMapFactory: Func<System_Internal.Boolean, IIdentityMap>;
@@ -4120,8 +4398,17 @@ export interface MemberClassifier$instance extends IMemberClassifier$instance {}
4120
4398
  export type MemberClassifier = MemberClassifier$instance & __MemberClassifier$views;
4121
4399
 
4122
4400
 
4123
- export interface Model$instance extends ConventionAnnotatable {
4124
- readonly Configuration: ModelConfiguration | undefined;
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
+
4409
+
4410
+ export interface Model$instance extends Model$protected, ConventionAnnotatable {
4411
+ readonly Configuration: ModelConfiguration;
4125
4412
  readonly ConventionDispatcher: ConventionDispatcher;
4126
4413
  readonly DebugView: DebugView;
4127
4414
  readonly IsReadOnly: boolean;
@@ -4289,7 +4576,16 @@ export const NamedListComparer: {
4289
4576
 
4290
4577
  export type NamedListComparer = NamedListComparer$instance;
4291
4578
 
4292
- export interface Navigation$instance extends PropertyBase$instance {
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
+
4587
+
4588
+ export interface Navigation$instance extends Navigation$protected, PropertyBase$instance {
4293
4589
  readonly ClrType: Type;
4294
4590
  readonly CollectionAccessor: IClrCollectionAccessor | undefined;
4295
4591
  readonly DebugView: DebugView;
@@ -4417,7 +4713,19 @@ export const PropertiesSnapshot: {
4417
4713
 
4418
4714
  export type PropertiesSnapshot = PropertiesSnapshot$instance;
4419
4715
 
4420
- export interface Property$instance extends PropertyBase$instance {
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
+ }
4726
+
4727
+
4728
+ export interface Property$instance extends Property$protected, PropertyBase$instance {
4421
4729
  readonly ClrType: Type;
4422
4730
  readonly DebugView: DebugView;
4423
4731
  readonly DeclaringType: TypeBase;
@@ -4617,7 +4925,15 @@ export const PropertyAccessorsFactory: {
4617
4925
 
4618
4926
  export type PropertyAccessorsFactory = PropertyAccessorsFactory$instance;
4619
4927
 
4620
- export interface PropertyBase$instance extends ConventionAnnotatable {
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
+
4935
+
4936
+ export interface PropertyBase$instance extends PropertyBase$protected, ConventionAnnotatable {
4621
4937
  readonly Accessors: PropertyAccessors;
4622
4938
  readonly ClrType: Type;
4623
4939
  readonly DeclaringType: TypeBase;
@@ -4671,6 +4987,7 @@ export interface PropertyBase$instance extends ConventionAnnotatable {
4671
4987
 
4672
4988
 
4673
4989
  export const PropertyBase: {
4990
+ new(name: string, propertyInfo: PropertyInfo, fieldInfo: FieldInfo, configurationSource: ConfigurationSource): PropertyBase;
4674
4991
  GetFieldInfo(fieldName: string, type: TypeBase, propertyName: string, shouldThrow: boolean): FieldInfo | undefined;
4675
4992
  IsCompatible(fieldInfo: FieldInfo, propertyType: Type, entityType: Type, propertyName: string, shouldThrow: boolean): boolean;
4676
4993
  };
@@ -4690,7 +5007,12 @@ export interface __PropertyBase$views {
4690
5007
  export type PropertyBase = PropertyBase$instance & __PropertyBase$views;
4691
5008
 
4692
5009
 
4693
- export interface PropertyConfiguration$instance extends AnnotatableBase {
5010
+ export abstract class PropertyConfiguration$protected {
5011
+ protected AddRuntimeAnnotation2(name: string, annotation: Annotation): Annotation;
5012
+ }
5013
+
5014
+
5015
+ export interface PropertyConfiguration$instance extends PropertyConfiguration$protected, AnnotatableBase {
4694
5016
  readonly ClrType: Type;
4695
5017
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
4696
5018
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
@@ -4881,7 +5203,14 @@ export interface __Reference_1$views<T> {
4881
5203
  export type Reference_1<T> = Reference_1$instance<T> & __Reference_1$views<T>;
4882
5204
 
4883
5205
 
4884
- export interface RelationalModel$instance extends Annotatable {
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
+
5212
+
5213
+ export interface RelationalModel$instance extends RelationalModel$protected, Annotatable {
4885
5214
  readonly DebugView: DebugView;
4886
5215
  readonly DefaultTables: Dictionary<System_Internal.String, TableBase>;
4887
5216
  readonly Functions: Dictionary<ValueTuple<System_Internal.String, System_Internal.String, IReadOnlyList<System_Internal.String>>, StoreFunction>;
@@ -4950,7 +5279,14 @@ export interface __RelationalModel$views {
4950
5279
  export type RelationalModel = RelationalModel$instance & __RelationalModel$views;
4951
5280
 
4952
5281
 
4953
- export interface RelationalPropertyOverrides$instance extends ConventionAnnotatable {
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
+
5288
+
5289
+ export interface RelationalPropertyOverrides$instance extends RelationalPropertyOverrides$protected, ConventionAnnotatable {
4954
5290
  ColumnName: string;
4955
5291
  readonly DebugView: DebugView;
4956
5292
  readonly IsColumnNameOverridden: boolean;
@@ -5052,7 +5388,12 @@ export interface RuntimeQueryFilter$instance extends Microsoft_EntityFrameworkCo
5052
5388
  export type RuntimeQueryFilter = RuntimeQueryFilter$instance & __RuntimeQueryFilter$views;
5053
5389
 
5054
5390
 
5055
- export interface RuntimeStoredProcedureParameter$instance extends AnnotatableBase {
5391
+ export abstract class RuntimeStoredProcedureParameter$protected {
5392
+ protected AddRuntimeAnnotation2(name: string, annotation: Annotation): Annotation;
5393
+ }
5394
+
5395
+
5396
+ export interface RuntimeStoredProcedureParameter$instance extends RuntimeStoredProcedureParameter$protected, AnnotatableBase {
5056
5397
  readonly DebugView: DebugView;
5057
5398
  readonly StoredProcedure: RuntimeStoredProcedure;
5058
5399
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
@@ -5085,7 +5426,12 @@ export interface __RuntimeStoredProcedureParameter$views {
5085
5426
  export type RuntimeStoredProcedureParameter = RuntimeStoredProcedureParameter$instance & __RuntimeStoredProcedureParameter$views;
5086
5427
 
5087
5428
 
5088
- export interface RuntimeStoredProcedureResultColumn$instance extends AnnotatableBase {
5429
+ export abstract class RuntimeStoredProcedureResultColumn$protected {
5430
+ protected AddRuntimeAnnotation2(name: string, annotation: Annotation): Annotation;
5431
+ }
5432
+
5433
+
5434
+ export interface RuntimeStoredProcedureResultColumn$instance extends RuntimeStoredProcedureResultColumn$protected, AnnotatableBase {
5089
5435
  readonly DebugView: DebugView;
5090
5436
  readonly StoredProcedure: RuntimeStoredProcedure;
5091
5437
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
@@ -5118,7 +5464,14 @@ export interface __RuntimeStoredProcedureResultColumn$views {
5118
5464
  export type RuntimeStoredProcedureResultColumn = RuntimeStoredProcedureResultColumn$instance & __RuntimeStoredProcedureResultColumn$views;
5119
5465
 
5120
5466
 
5121
- export interface Sequence$instance extends ConventionAnnotatable {
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
+
5473
+
5474
+ export interface Sequence$instance extends Sequence$protected, ConventionAnnotatable {
5122
5475
  IncrementBy: int;
5123
5476
  IsCyclic: boolean;
5124
5477
  readonly IsInModel: boolean;
@@ -5206,7 +5559,14 @@ export interface __Sequence$views {
5206
5559
  export type Sequence = Sequence$instance & __Sequence$views;
5207
5560
 
5208
5561
 
5209
- export interface ServiceProperty$instance extends PropertyBase$instance {
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
+
5568
+
5569
+ export interface ServiceProperty$instance extends ServiceProperty$protected, PropertyBase$instance {
5210
5570
  readonly ClrType: Type;
5211
5571
  readonly DebugView: DebugView;
5212
5572
  readonly DeclaringEntityType: EntityType;
@@ -5291,14 +5651,23 @@ export interface __ServiceProperty$views {
5291
5651
  export type ServiceProperty = ServiceProperty$instance & __ServiceProperty$views;
5292
5652
 
5293
5653
 
5294
- export interface SkipNavigation$instance extends PropertyBase$instance {
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
+
5662
+
5663
+ export interface SkipNavigation$instance extends SkipNavigation$protected, PropertyBase$instance {
5295
5664
  readonly ClrType: Type;
5296
5665
  readonly CollectionAccessor: IClrCollectionAccessor | undefined;
5297
5666
  readonly DebugView: DebugView;
5298
5667
  readonly DeclaringEntityType: EntityType;
5299
5668
  readonly DeclaringType: TypeBase;
5300
- readonly ForeignKey: ForeignKey;
5301
- readonly Inverse: SkipNavigation;
5669
+ ForeignKey: ForeignKey;
5670
+ Inverse: SkipNavigation;
5302
5671
  readonly IsCollection: boolean;
5303
5672
  readonly IsInModel: boolean;
5304
5673
  readonly IsOnDependent: boolean;
@@ -5403,7 +5772,14 @@ export const SkipNavigationComparer: {
5403
5772
 
5404
5773
  export type SkipNavigationComparer = SkipNavigationComparer$instance;
5405
5774
 
5406
- export interface SqlQuery$instance extends TableBase$instance {
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
+
5781
+
5782
+ export interface SqlQuery$instance extends SqlQuery$protected, TableBase$instance {
5407
5783
  Sql: string;
5408
5784
  AddAnnotation(name: string, value: unknown): IAnnotation;
5409
5785
  AddAnnotation(name: string, value: unknown): Annotation;
@@ -5449,7 +5825,14 @@ export interface __SqlQuery$views {
5449
5825
  export type SqlQuery = SqlQuery$instance & __SqlQuery$views;
5450
5826
 
5451
5827
 
5452
- export interface SqlQueryColumn$instance extends ColumnBase_1$instance<SqlQueryColumnMapping> {
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
+
5834
+
5835
+ export interface SqlQueryColumn$instance extends SqlQueryColumn$protected, ColumnBase_1$instance<SqlQueryColumnMapping> {
5453
5836
  readonly SqlQuery: SqlQuery;
5454
5837
  AddAnnotation(name: string, value: unknown): IAnnotation;
5455
5838
  AddAnnotation(name: string, value: unknown): Annotation;
@@ -5491,7 +5874,15 @@ export interface __SqlQueryColumn$views {
5491
5874
  export type SqlQueryColumn = SqlQueryColumn$instance & __SqlQueryColumn$views;
5492
5875
 
5493
5876
 
5494
- export interface SqlQueryColumnMapping$instance extends ColumnMappingBase$instance {
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
+ }
5883
+
5884
+
5885
+ export interface SqlQueryColumnMapping$instance extends SqlQueryColumnMapping$protected, ColumnMappingBase$instance {
5495
5886
  readonly SqlQueryMapping: ISqlQueryMapping;
5496
5887
  AddAnnotation(name: string, value: unknown): IAnnotation;
5497
5888
  AddAnnotation(name: string, value: unknown): Annotation;
@@ -5531,7 +5922,14 @@ export interface __SqlQueryColumnMapping$views {
5531
5922
  export type SqlQueryColumnMapping = SqlQueryColumnMapping$instance & __SqlQueryColumnMapping$views;
5532
5923
 
5533
5924
 
5534
- export interface SqlQueryMapping$instance extends TableMappingBase_1$instance<SqlQueryColumnMapping> {
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
+
5931
+
5932
+ export interface SqlQueryMapping$instance extends SqlQueryMapping$protected, TableMappingBase_1$instance<SqlQueryColumnMapping> {
5535
5933
  IsDefaultSqlQueryMapping: boolean;
5536
5934
  readonly SqlQuery: ISqlQuery;
5537
5935
  AddAnnotation(name: string, value: unknown): IAnnotation;
@@ -5573,7 +5971,14 @@ export interface __SqlQueryMapping$views {
5573
5971
  export type SqlQueryMapping = SqlQueryMapping$instance & __SqlQueryMapping$views;
5574
5972
 
5575
5973
 
5576
- export interface StoredProcedure$instance extends ConventionAnnotatable {
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
+
5980
+
5981
+ export interface StoredProcedure$instance extends StoredProcedure$protected, ConventionAnnotatable {
5577
5982
  readonly DebugView: DebugView;
5578
5983
  EntityType: IMutableEntityType;
5579
5984
  readonly IsInModel: boolean;
@@ -5673,7 +6078,14 @@ export const StoredProcedureComparer: {
5673
6078
 
5674
6079
  export type StoredProcedureComparer = StoredProcedureComparer$instance;
5675
6080
 
5676
- export interface StoredProcedureMapping$instance extends TableMappingBase_1$instance<IStoredProcedureResultColumnMapping> {
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
+ }
6086
+
6087
+
6088
+ export interface StoredProcedureMapping$instance extends StoredProcedureMapping$protected, TableMappingBase_1$instance<IStoredProcedureResultColumnMapping> {
5677
6089
  readonly DebugView: DebugView;
5678
6090
  readonly ParameterMappings: List<IStoredProcedureParameterMapping>;
5679
6091
  readonly StoredProcedure: IStoredProcedure;
@@ -5720,7 +6132,14 @@ export interface __StoredProcedureMapping$views {
5720
6132
  export type StoredProcedureMapping = StoredProcedureMapping$instance & __StoredProcedureMapping$views;
5721
6133
 
5722
6134
 
5723
- export interface StoredProcedureParameter$instance extends ConventionAnnotatable {
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
+
6141
+
6142
+ export interface StoredProcedureParameter$instance extends StoredProcedureParameter$protected, ConventionAnnotatable {
5724
6143
  readonly DebugView: DebugView;
5725
6144
  Direction: ParameterDirection;
5726
6145
  readonly ForOriginalValue: Nullable<System_Internal.Boolean>;
@@ -5784,7 +6203,15 @@ export interface __StoredProcedureParameter$views {
5784
6203
  export type StoredProcedureParameter = StoredProcedureParameter$instance & __StoredProcedureParameter$views;
5785
6204
 
5786
6205
 
5787
- export interface StoredProcedureParameterMapping$instance extends ColumnMappingBase$instance {
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
+ }
6212
+
6213
+
6214
+ export interface StoredProcedureParameterMapping$instance extends StoredProcedureParameterMapping$protected, ColumnMappingBase$instance {
5788
6215
  readonly DebugView: DebugView;
5789
6216
  readonly Parameter: IStoredProcedureParameter;
5790
6217
  readonly StoredProcedureMapping: IStoredProcedureMapping;
@@ -5826,7 +6253,14 @@ export interface __StoredProcedureParameterMapping$views {
5826
6253
  export type StoredProcedureParameterMapping = StoredProcedureParameterMapping$instance & __StoredProcedureParameterMapping$views;
5827
6254
 
5828
6255
 
5829
- export interface StoredProcedureResultColumn$instance extends ConventionAnnotatable {
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
+
6262
+
6263
+ export interface StoredProcedureResultColumn$instance extends StoredProcedureResultColumn$protected, ConventionAnnotatable {
5830
6264
  readonly DebugView: DebugView;
5831
6265
  readonly ForRowsAffected: boolean;
5832
6266
  readonly IsInModel: boolean;
@@ -5885,7 +6319,15 @@ export interface __StoredProcedureResultColumn$views {
5885
6319
  export type StoredProcedureResultColumn = StoredProcedureResultColumn$instance & __StoredProcedureResultColumn$views;
5886
6320
 
5887
6321
 
5888
- export interface StoredProcedureResultColumnMapping$instance extends ColumnMappingBase$instance {
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
+
6329
+
6330
+ export interface StoredProcedureResultColumnMapping$instance extends StoredProcedureResultColumnMapping$protected, ColumnMappingBase$instance {
5889
6331
  readonly DebugView: DebugView;
5890
6332
  readonly ResultColumn: IStoredProcedureResultColumn;
5891
6333
  readonly StoredProcedureMapping: IStoredProcedureMapping;
@@ -5927,7 +6369,14 @@ export interface __StoredProcedureResultColumnMapping$views {
5927
6369
  export type StoredProcedureResultColumnMapping = StoredProcedureResultColumnMapping$instance & __StoredProcedureResultColumnMapping$views;
5928
6370
 
5929
6371
 
5930
- export interface StoreFunction$instance extends TableBase$instance {
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
+ }
6377
+
6378
+
6379
+ export interface StoreFunction$instance extends StoreFunction$protected, TableBase$instance {
5931
6380
  readonly DbFunctions: SortedDictionary<System_Internal.String, IDbFunction>;
5932
6381
  readonly IsBuiltIn: boolean;
5933
6382
  readonly Parameters: StoreFunctionParameter[];
@@ -5978,7 +6427,14 @@ export interface __StoreFunction$views {
5978
6427
  export type StoreFunction = StoreFunction$instance & __StoreFunction$views;
5979
6428
 
5980
6429
 
5981
- export interface StoreFunctionParameter$instance extends Annotatable {
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
+
6436
+
6437
+ export interface StoreFunctionParameter$instance extends StoreFunctionParameter$protected, Annotatable {
5982
6438
  readonly DbFunctionParameters: List<IDbFunctionParameter>;
5983
6439
  readonly Function: StoreFunction;
5984
6440
  readonly IsReadOnly: boolean;
@@ -6021,10 +6477,17 @@ export interface __StoreFunctionParameter$views {
6021
6477
  export type StoreFunctionParameter = StoreFunctionParameter$instance & __StoreFunctionParameter$views;
6022
6478
 
6023
6479
 
6024
- export interface StoreStoredProcedure$instance extends TableBase$instance {
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
+
6486
+
6487
+ export interface StoreStoredProcedure$instance extends StoreStoredProcedure$protected, TableBase$instance {
6025
6488
  readonly DebugView: DebugView;
6026
- readonly Parameters: List<IStoreStoredProcedureParameter>;
6027
- readonly ResultColumns: List<IStoreStoredProcedureResultColumn>;
6489
+ Parameters: List<IStoreStoredProcedureParameter>;
6490
+ ResultColumns: List<IStoreStoredProcedureResultColumn>;
6028
6491
  get ReturnValue(): IStoreStoredProcedureReturnValue | undefined;
6029
6492
  set ReturnValue(value: IStoreStoredProcedureReturnValue);
6030
6493
  readonly StoredProcedures: SortedSet<IStoredProcedure>;
@@ -6078,7 +6541,15 @@ export interface __StoreStoredProcedure$views {
6078
6541
  export type StoreStoredProcedure = StoreStoredProcedure$instance & __StoreStoredProcedure$views;
6079
6542
 
6080
6543
 
6081
- export interface StoreStoredProcedureParameter$instance extends ColumnBase_1$instance<StoredProcedureParameterMapping> {
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
+
6551
+
6552
+ export interface StoreStoredProcedureParameter$instance extends StoreStoredProcedureParameter$protected, ColumnBase_1$instance<StoredProcedureParameterMapping> {
6082
6553
  readonly DebugView: DebugView;
6083
6554
  readonly Direction: ParameterDirection;
6084
6555
  readonly Position: int;
@@ -6123,7 +6594,15 @@ export interface __StoreStoredProcedureParameter$views {
6123
6594
  export type StoreStoredProcedureParameter = StoreStoredProcedureParameter$instance & __StoreStoredProcedureParameter$views;
6124
6595
 
6125
6596
 
6126
- export interface StoreStoredProcedureResultColumn$instance extends ColumnBase_1$instance<StoredProcedureResultColumnMapping> {
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
+
6604
+
6605
+ export interface StoreStoredProcedureResultColumn$instance extends StoreStoredProcedureResultColumn$protected, ColumnBase_1$instance<StoredProcedureResultColumnMapping> {
6127
6606
  readonly DebugView: DebugView;
6128
6607
  readonly Position: int;
6129
6608
  readonly StoredProcedure: StoreStoredProcedure;
@@ -6167,7 +6646,15 @@ export interface __StoreStoredProcedureResultColumn$views {
6167
6646
  export type StoreStoredProcedureResultColumn = StoreStoredProcedureResultColumn$instance & __StoreStoredProcedureResultColumn$views;
6168
6647
 
6169
6648
 
6170
- export interface StoreStoredProcedureReturnValue$instance extends ColumnBase_1$instance<ColumnMappingBase> {
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
+
6656
+
6657
+ export interface StoreStoredProcedureReturnValue$instance extends StoreStoredProcedureReturnValue$protected, ColumnBase_1$instance<ColumnMappingBase> {
6171
6658
  readonly DebugView: DebugView;
6172
6659
  readonly StoredProcedure: StoreStoredProcedure;
6173
6660
  AddAnnotation(name: string, value: unknown): IAnnotation;
@@ -6210,7 +6697,14 @@ export interface __StoreStoredProcedureReturnValue$views {
6210
6697
  export type StoreStoredProcedureReturnValue = StoreStoredProcedureReturnValue$instance & __StoreStoredProcedureReturnValue$views;
6211
6698
 
6212
6699
 
6213
- export interface Table$instance extends TableBase$instance {
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
+
6706
+
6707
+ export interface Table$instance extends Table$protected, TableBase$instance {
6214
6708
  readonly CheckConstraints: SortedDictionary<System_Internal.String, CheckConstraint>;
6215
6709
  readonly ForeignKeyConstraints: SortedSet<ForeignKeyConstraint>;
6216
6710
  readonly Indexes: SortedDictionary<System_Internal.String, TableIndex>;
@@ -6265,18 +6759,27 @@ export interface __Table$views {
6265
6759
  export type Table = Table$instance & __Table$views;
6266
6760
 
6267
6761
 
6268
- export interface TableBase$instance extends Annotatable {
6269
- readonly Columns: SortedDictionary<System_Internal.String, IColumnBase>;
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
+
6768
+
6769
+ export interface TableBase$instance extends TableBase$protected, Annotatable {
6770
+ Columns: SortedDictionary<System_Internal.String, IColumnBase>;
6270
6771
  readonly ComplexTypeMappings: SortedSet<ITableMappingBase>;
6271
6772
  readonly EntityTypeMappings: SortedSet<ITableMappingBase>;
6272
6773
  readonly IsReadOnly: boolean;
6273
- readonly IsShared: boolean;
6774
+ IsShared: boolean;
6274
6775
  readonly Model: RelationalModel;
6275
6776
  readonly Name: string;
6276
6777
  get OptionalTypes(): Dictionary<ITypeBase, System_Internal.Boolean> | undefined;
6277
6778
  set OptionalTypes(value: Dictionary<ITypeBase, System_Internal.Boolean>);
6278
- readonly ReferencingRowInternalForeignKeys: SortedDictionary<IEntityType, IEnumerable__System_Collections_Generic<IForeignKey>> | undefined;
6279
- readonly RowInternalForeignKeys: SortedDictionary<IEntityType, IEnumerable__System_Collections_Generic<IForeignKey>> | undefined;
6779
+ get ReferencingRowInternalForeignKeys(): SortedDictionary<IEntityType, IEnumerable__System_Collections_Generic<IForeignKey>> | undefined;
6780
+ set ReferencingRowInternalForeignKeys(value: SortedDictionary<IEntityType, IEnumerable__System_Collections_Generic<IForeignKey>>);
6781
+ get RowInternalForeignKeys(): SortedDictionary<IEntityType, IEnumerable__System_Collections_Generic<IForeignKey>> | undefined;
6782
+ set RowInternalForeignKeys(value: SortedDictionary<IEntityType, IEnumerable__System_Collections_Generic<IForeignKey>>);
6280
6783
  readonly Schema: string;
6281
6784
  AddAnnotation(name: string, value: unknown): IAnnotation;
6282
6785
  AddAnnotation(name: string, value: unknown): Annotation;
@@ -6334,7 +6837,14 @@ export const TableBaseIdentityComparer: {
6334
6837
 
6335
6838
  export type TableBaseIdentityComparer = TableBaseIdentityComparer$instance;
6336
6839
 
6337
- export interface TableIndex$instance extends Annotatable {
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
+
6846
+
6847
+ export interface TableIndex$instance extends TableIndex$protected, Annotatable {
6338
6848
  readonly Columns: IReadOnlyList<Column>;
6339
6849
  readonly Filter: string | undefined;
6340
6850
  readonly IsDescending: IReadOnlyList<System_Internal.Boolean>;
@@ -6397,7 +6907,14 @@ export const TableIndexComparer: {
6397
6907
 
6398
6908
  export type TableIndexComparer = TableIndexComparer$instance;
6399
6909
 
6400
- export interface TableMapping$instance extends TableMappingBase_1$instance<ColumnMapping> {
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
+
6916
+
6917
+ export interface TableMapping$instance extends TableMapping$protected, TableMappingBase_1$instance<ColumnMapping> {
6401
6918
  get DeleteStoredProcedureMapping(): IStoredProcedureMapping | undefined;
6402
6919
  set DeleteStoredProcedureMapping(value: IStoredProcedureMapping);
6403
6920
  get InsertStoredProcedureMapping(): IStoredProcedureMapping | undefined;
@@ -6444,7 +6961,15 @@ export interface __TableMapping$views {
6444
6961
  export type TableMapping = TableMapping$instance & __TableMapping$views;
6445
6962
 
6446
6963
 
6447
- export interface TableMappingBase_1$instance<TColumnMapping extends IColumnMappingBase> extends Annotatable {
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
+ }
6970
+
6971
+
6972
+ export interface TableMappingBase_1$instance<TColumnMapping extends IColumnMappingBase> extends TableMappingBase_1$protected<TColumnMapping>, Annotatable {
6448
6973
  readonly IncludesDerivedTypes: Nullable<System_Internal.Boolean>;
6449
6974
  readonly IsReadOnly: boolean;
6450
6975
  IsSharedTablePrincipal: Nullable<System_Internal.Boolean>;
@@ -6505,7 +7030,14 @@ export const TableMappingBaseComparer: {
6505
7030
 
6506
7031
  export type TableMappingBaseComparer = TableMappingBaseComparer$instance;
6507
7032
 
6508
- export interface Trigger$instance extends ConventionAnnotatable {
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
+ }
7038
+
7039
+
7040
+ export interface Trigger$instance extends Trigger$protected, ConventionAnnotatable {
6509
7041
  readonly DebugView: DebugView;
6510
7042
  readonly EntityType: EntityType;
6511
7043
  readonly IsInModel: boolean;
@@ -6560,8 +7092,19 @@ export interface __Trigger$views {
6560
7092
  export type Trigger = Trigger$instance & __Trigger$views;
6561
7093
 
6562
7094
 
6563
- export interface TypeBase$instance extends ConventionAnnotatable {
6564
- get BaseType(): EntityType | undefined | TypeBase | undefined;
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
+
7105
+
7106
+ export interface TypeBase$instance extends TypeBase$protected, ConventionAnnotatable {
7107
+ get BaseType(): ComplexType | undefined | TypeBase | undefined;
6565
7108
  set BaseType(value: TypeBase);
6566
7109
  readonly ClrType: Type;
6567
7110
  get ConstructorBinding(): InstantiationBinding | undefined;
@@ -6679,7 +7222,10 @@ export interface TypeBase$instance extends ConventionAnnotatable {
6679
7222
 
6680
7223
 
6681
7224
  export const TypeBase: {
7225
+ new(type: Type, model: Model, configurationSource: ConfigurationSource): TypeBase;
7226
+ new(name: string, type: Type, model: Model, configurationSource: ConfigurationSource): TypeBase;
6682
7227
  CheckChangeTrackingStrategy(structuralType: IReadOnlyTypeBase, value: ChangeTrackingStrategy, requireFullNotifications: boolean): string | undefined;
7228
+ ToEnumerable<T>(element: T): IEnumerable__System_Collections_Generic<T>;
6683
7229
  };
6684
7230
 
6685
7231
 
@@ -6698,7 +7244,14 @@ export interface __TypeBase$views {
6698
7244
  export type TypeBase = TypeBase$instance & __TypeBase$views;
6699
7245
 
6700
7246
 
6701
- export interface UniqueConstraint$instance extends Annotatable {
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
+ }
7252
+
7253
+
7254
+ export interface UniqueConstraint$instance extends UniqueConstraint$protected, Annotatable {
6702
7255
  readonly Columns: IReadOnlyList<Column>;
6703
7256
  readonly IsReadOnly: boolean;
6704
7257
  readonly MappedKeys: SortedSet<IKey>;
@@ -6758,7 +7311,14 @@ export const UniqueConstraintComparer: {
6758
7311
 
6759
7312
  export type UniqueConstraintComparer = UniqueConstraintComparer$instance;
6760
7313
 
6761
- export interface View$instance extends TableBase$instance {
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
+
7320
+
7321
+ export interface View$instance extends View$protected, TableBase$instance {
6762
7322
  readonly ViewDefinitionSql: string | undefined;
6763
7323
  AddAnnotation(name: string, value: unknown): IAnnotation;
6764
7324
  AddAnnotation(name: string, value: unknown): Annotation;
@@ -6804,7 +7364,14 @@ export interface __View$views {
6804
7364
  export type View = View$instance & __View$views;
6805
7365
 
6806
7366
 
6807
- export interface ViewColumn$instance extends ColumnBase_1$instance<ViewColumnMapping> {
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
+
7373
+
7374
+ export interface ViewColumn$instance extends ViewColumn$protected, ColumnBase_1$instance<ViewColumnMapping> {
6808
7375
  readonly View: View;
6809
7376
  AddAnnotation(name: string, value: unknown): IAnnotation;
6810
7377
  AddAnnotation(name: string, value: unknown): Annotation;
@@ -6846,7 +7413,15 @@ export interface __ViewColumn$views {
6846
7413
  export type ViewColumn = ViewColumn$instance & __ViewColumn$views;
6847
7414
 
6848
7415
 
6849
- export interface ViewColumnMapping$instance extends ColumnMappingBase$instance {
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
+ }
7422
+
7423
+
7424
+ export interface ViewColumnMapping$instance extends ViewColumnMapping$protected, ColumnMappingBase$instance {
6850
7425
  readonly ViewMapping: IViewMapping;
6851
7426
  AddAnnotation(name: string, value: unknown): IAnnotation;
6852
7427
  AddAnnotation(name: string, value: unknown): Annotation;
@@ -6886,7 +7461,14 @@ export interface __ViewColumnMapping$views {
6886
7461
  export type ViewColumnMapping = ViewColumnMapping$instance & __ViewColumnMapping$views;
6887
7462
 
6888
7463
 
6889
- export interface ViewMapping$instance extends TableMappingBase_1$instance<ViewColumnMapping> {
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
+
7470
+
7471
+ export interface ViewMapping$instance extends ViewMapping$protected, TableMappingBase_1$instance<ViewColumnMapping> {
6890
7472
  readonly View: IView;
6891
7473
  AddAnnotation(name: string, value: unknown): IAnnotation;
6892
7474
  AddAnnotation(name: string, value: unknown): Annotation;