@tsonic/efcore 10.0.12 → 10.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +0 -500
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +22 -5
  3. package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +0 -480
  4. package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +16 -12
  5. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +981 -2411
  6. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +1 -70
  7. package/Microsoft.EntityFrameworkCore.Design/bindings.json +0 -40
  8. package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +0 -2
  9. package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +2 -22
  10. package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +1 -1
  11. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +0 -528
  12. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +14 -18
  13. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +900 -1800
  14. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +6 -46
  15. package/Microsoft.EntityFrameworkCore.Internal/bindings.json +0 -260
  16. package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +0 -13
  17. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +9011 -16771
  18. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +1 -376
  19. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +7901 -14241
  20. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +361 -47
  21. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +350 -2250
  22. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +51 -91
  23. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +44938 -86844
  24. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +15 -2065
  25. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +5234 -20354
  26. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +0 -756
  27. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +0 -40
  28. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +2 -0
  29. package/Microsoft.EntityFrameworkCore.Query/bindings.json +3 -183
  30. package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +3 -4
  31. package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +0 -160
  32. package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +2 -3
  33. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +14 -794
  34. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +26 -9
  35. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1610 -5810
  36. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +0 -210
  37. package/Microsoft.EntityFrameworkCore.Storage/bindings.json +129 -309
  38. package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +2 -6
  39. package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +12 -52
  40. package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +1 -3
  41. package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +26 -1406
  42. package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +10 -0
  43. package/Microsoft.EntityFrameworkCore.Update/bindings.json +0 -86
  44. package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +0 -4
  45. package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +0 -512
  46. package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +0 -18
  47. package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +6 -272
  48. package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +10 -13
  49. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +0 -660
  50. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +32 -33
  51. package/README.md +119 -2
  52. package/package.json +4 -4
@@ -2142,174 +2142,6 @@
2142
2142
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2143
2143
  "isExtensionMethod": false,
2144
2144
  "sourceInterface": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory"
2145
- },
2146
- {
2147
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory::TryCreateDependentKeyValue(System.Object[],System.Object[]\u0026):System.Boolean",
2148
- "clrName": "TryCreateDependentKeyValue",
2149
- "metadataToken": 0,
2150
- "canonicalSignature": "(System.Object[],System.Object[]\u0026):System.Boolean",
2151
- "normalizedSignature": "TryCreateDependentKeyValue|(System.Object[],System.Object[]\u0026):System.Boolean|static=false",
2152
- "emitScope": "ClassSurface",
2153
- "provenance": "BaseOverload",
2154
- "arity": 0,
2155
- "parameterCount": 2,
2156
- "isStatic": false,
2157
- "isAbstract": false,
2158
- "isVirtual": true,
2159
- "isOverride": false,
2160
- "isSealed": false,
2161
- "visibility": "Public",
2162
- "declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory",
2163
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2164
- "isExtensionMethod": false,
2165
- "parameterModifiers": [
2166
- {
2167
- "index": 1,
2168
- "modifier": "out"
2169
- }
2170
- ]
2171
- },
2172
- {
2173
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory::TryCreateDependentKeyValue(System.Object[],System.Object[]\u0026,System.Boolean\u0026):System.Boolean",
2174
- "clrName": "TryCreateDependentKeyValue",
2175
- "metadataToken": 0,
2176
- "canonicalSignature": "(System.Object[],System.Object[]\u0026,System.Boolean\u0026):System.Boolean",
2177
- "normalizedSignature": "TryCreateDependentKeyValue|(System.Object[],System.Object[]\u0026,System.Boolean\u0026):System.Boolean|static=false",
2178
- "emitScope": "ClassSurface",
2179
- "provenance": "BaseOverload",
2180
- "arity": 0,
2181
- "parameterCount": 3,
2182
- "isStatic": false,
2183
- "isAbstract": false,
2184
- "isVirtual": true,
2185
- "isOverride": false,
2186
- "isSealed": false,
2187
- "visibility": "Protected",
2188
- "declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory",
2189
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2190
- "isExtensionMethod": false,
2191
- "parameterModifiers": [
2192
- {
2193
- "index": 1,
2194
- "modifier": "out"
2195
- },
2196
- {
2197
- "index": 2,
2198
- "modifier": "out"
2199
- }
2200
- ]
2201
- },
2202
- {
2203
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory::TryCreateDependentKeyValue(System.Collections.Generic.IDictionary_2,System.Object[]\u0026):System.Boolean",
2204
- "clrName": "TryCreateDependentKeyValue",
2205
- "metadataToken": 0,
2206
- "canonicalSignature": "(System.Collections.Generic.IDictionary_2,System.Object[]\u0026):System.Boolean",
2207
- "normalizedSignature": "TryCreateDependentKeyValue|(System.Collections.Generic.IDictionary_2,System.Object[]\u0026):System.Boolean|static=false",
2208
- "emitScope": "ClassSurface",
2209
- "provenance": "BaseOverload",
2210
- "arity": 0,
2211
- "parameterCount": 2,
2212
- "isStatic": false,
2213
- "isAbstract": false,
2214
- "isVirtual": true,
2215
- "isOverride": false,
2216
- "isSealed": false,
2217
- "visibility": "Public",
2218
- "declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory",
2219
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2220
- "isExtensionMethod": false,
2221
- "parameterModifiers": [
2222
- {
2223
- "index": 1,
2224
- "modifier": "out"
2225
- }
2226
- ]
2227
- },
2228
- {
2229
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory::TryCreateDependentKeyValue(System.Collections.Generic.IDictionary_2,System.Object[]\u0026,System.Boolean\u0026):System.Boolean",
2230
- "clrName": "TryCreateDependentKeyValue",
2231
- "metadataToken": 0,
2232
- "canonicalSignature": "(System.Collections.Generic.IDictionary_2,System.Object[]\u0026,System.Boolean\u0026):System.Boolean",
2233
- "normalizedSignature": "TryCreateDependentKeyValue|(System.Collections.Generic.IDictionary_2,System.Object[]\u0026,System.Boolean\u0026):System.Boolean|static=false",
2234
- "emitScope": "ClassSurface",
2235
- "provenance": "BaseOverload",
2236
- "arity": 0,
2237
- "parameterCount": 3,
2238
- "isStatic": false,
2239
- "isAbstract": false,
2240
- "isVirtual": true,
2241
- "isOverride": false,
2242
- "isSealed": false,
2243
- "visibility": "Protected",
2244
- "declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory",
2245
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2246
- "isExtensionMethod": false,
2247
- "parameterModifiers": [
2248
- {
2249
- "index": 1,
2250
- "modifier": "out"
2251
- },
2252
- {
2253
- "index": 2,
2254
- "modifier": "out"
2255
- }
2256
- ]
2257
- },
2258
- {
2259
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory::TryCreateDependentKeyValue(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean,System.Object[]\u0026):System.Boolean",
2260
- "clrName": "TryCreateDependentKeyValue",
2261
- "metadataToken": 0,
2262
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean,System.Object[]\u0026):System.Boolean",
2263
- "normalizedSignature": "TryCreateDependentKeyValue|(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean,System.Object[]\u0026):System.Boolean|static=false",
2264
- "emitScope": "ClassSurface",
2265
- "provenance": "BaseOverload",
2266
- "arity": 0,
2267
- "parameterCount": 3,
2268
- "isStatic": false,
2269
- "isAbstract": false,
2270
- "isVirtual": true,
2271
- "isOverride": false,
2272
- "isSealed": false,
2273
- "visibility": "Public",
2274
- "declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory",
2275
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2276
- "isExtensionMethod": false,
2277
- "parameterModifiers": [
2278
- {
2279
- "index": 2,
2280
- "modifier": "out"
2281
- }
2282
- ]
2283
- },
2284
- {
2285
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory::TryCreateDependentKeyValue(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean,System.Object[]\u0026,System.Boolean\u0026):System.Boolean",
2286
- "clrName": "TryCreateDependentKeyValue",
2287
- "metadataToken": 0,
2288
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean,System.Object[]\u0026,System.Boolean\u0026):System.Boolean",
2289
- "normalizedSignature": "TryCreateDependentKeyValue|(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean,System.Object[]\u0026,System.Boolean\u0026):System.Boolean|static=false",
2290
- "emitScope": "ClassSurface",
2291
- "provenance": "BaseOverload",
2292
- "arity": 0,
2293
- "parameterCount": 4,
2294
- "isStatic": false,
2295
- "isAbstract": false,
2296
- "isVirtual": true,
2297
- "isOverride": false,
2298
- "isSealed": false,
2299
- "visibility": "Protected",
2300
- "declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.CompositeRowForeignKeyValueFactory",
2301
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
2302
- "isExtensionMethod": false,
2303
- "parameterModifiers": [
2304
- {
2305
- "index": 2,
2306
- "modifier": "out"
2307
- },
2308
- {
2309
- "index": 3,
2310
- "modifier": "out"
2311
- }
2312
- ]
2313
2145
  }
2314
2146
  ],
2315
2147
  "properties": [
@@ -4898,92 +4730,6 @@
4898
4730
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4899
4731
  "isExtensionMethod": false,
4900
4732
  "sourceInterface": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory"
4901
- },
4902
- {
4903
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SimpleFullyNullableRowForeignKeyValueFactory\u00602::CreateDependentKeyValue(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]",
4904
- "clrName": "CreateDependentKeyValue",
4905
- "metadataToken": 0,
4906
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]",
4907
- "normalizedSignature": "CreateDependentKeyValue|(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]|static=false",
4908
- "emitScope": "ClassSurface",
4909
- "provenance": "BaseOverload",
4910
- "arity": 0,
4911
- "parameterCount": 2,
4912
- "isStatic": false,
4913
- "isAbstract": false,
4914
- "isVirtual": true,
4915
- "isOverride": false,
4916
- "isSealed": false,
4917
- "visibility": "Public",
4918
- "declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleFullyNullableRowForeignKeyValueFactory\u00602",
4919
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4920
- "isExtensionMethod": false
4921
- },
4922
- {
4923
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SimpleFullyNullableRowForeignKeyValueFactory\u00602::CreatePrincipalEquatableKeyValue(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object",
4924
- "clrName": "CreatePrincipalEquatableKeyValue",
4925
- "metadataToken": 0,
4926
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object",
4927
- "normalizedSignature": "CreatePrincipalEquatableKeyValue|(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object|static=false",
4928
- "emitScope": "ClassSurface",
4929
- "provenance": "BaseOverload",
4930
- "arity": 0,
4931
- "parameterCount": 2,
4932
- "isStatic": false,
4933
- "isAbstract": false,
4934
- "isVirtual": true,
4935
- "isOverride": false,
4936
- "isSealed": false,
4937
- "visibility": "Public",
4938
- "declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleFullyNullableRowForeignKeyValueFactory\u00602",
4939
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4940
- "isExtensionMethod": false
4941
- },
4942
- {
4943
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SimpleFullyNullableRowForeignKeyValueFactory\u00602::CreatePrincipalKeyValue(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]",
4944
- "clrName": "CreatePrincipalKeyValue",
4945
- "metadataToken": 0,
4946
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]",
4947
- "normalizedSignature": "CreatePrincipalKeyValue|(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]|static=false",
4948
- "emitScope": "ClassSurface",
4949
- "provenance": "BaseOverload",
4950
- "arity": 0,
4951
- "parameterCount": 2,
4952
- "isStatic": false,
4953
- "isAbstract": false,
4954
- "isVirtual": true,
4955
- "isOverride": false,
4956
- "isSealed": false,
4957
- "visibility": "Public",
4958
- "declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleFullyNullableRowForeignKeyValueFactory\u00602",
4959
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4960
- "isExtensionMethod": false
4961
- },
4962
- {
4963
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SimpleFullyNullableRowForeignKeyValueFactory\u00602::TryCreateDependentKeyValue(System.Collections.Generic.IDictionary_2,TKey\u0026):System.Boolean",
4964
- "clrName": "TryCreateDependentKeyValue",
4965
- "metadataToken": 0,
4966
- "canonicalSignature": "(System.Collections.Generic.IDictionary_2,TKey\u0026):System.Boolean",
4967
- "normalizedSignature": "TryCreateDependentKeyValue|(System.Collections.Generic.IDictionary_2,TKey\u0026):System.Boolean|static=false",
4968
- "emitScope": "ClassSurface",
4969
- "provenance": "BaseOverload",
4970
- "arity": 0,
4971
- "parameterCount": 2,
4972
- "isStatic": false,
4973
- "isAbstract": true,
4974
- "isVirtual": true,
4975
- "isOverride": false,
4976
- "isSealed": false,
4977
- "visibility": "Public",
4978
- "declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleFullyNullableRowForeignKeyValueFactory\u00602",
4979
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
4980
- "isExtensionMethod": false,
4981
- "parameterModifiers": [
4982
- {
4983
- "index": 1,
4984
- "modifier": "out"
4985
- }
4986
- ]
4987
4733
  }
4988
4734
  ],
4989
4735
  "properties": [
@@ -5282,92 +5028,6 @@
5282
5028
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5283
5029
  "isExtensionMethod": false,
5284
5030
  "sourceInterface": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory"
5285
- },
5286
- {
5287
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SimpleNonNullableRowForeignKeyValueFactory\u00602::CreateDependentKeyValue(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]",
5288
- "clrName": "CreateDependentKeyValue",
5289
- "metadataToken": 0,
5290
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]",
5291
- "normalizedSignature": "CreateDependentKeyValue|(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]|static=false",
5292
- "emitScope": "ClassSurface",
5293
- "provenance": "BaseOverload",
5294
- "arity": 0,
5295
- "parameterCount": 2,
5296
- "isStatic": false,
5297
- "isAbstract": false,
5298
- "isVirtual": true,
5299
- "isOverride": false,
5300
- "isSealed": false,
5301
- "visibility": "Public",
5302
- "declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNonNullableRowForeignKeyValueFactory\u00602",
5303
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5304
- "isExtensionMethod": false
5305
- },
5306
- {
5307
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SimpleNonNullableRowForeignKeyValueFactory\u00602::CreatePrincipalEquatableKeyValue(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object",
5308
- "clrName": "CreatePrincipalEquatableKeyValue",
5309
- "metadataToken": 0,
5310
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object",
5311
- "normalizedSignature": "CreatePrincipalEquatableKeyValue|(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object|static=false",
5312
- "emitScope": "ClassSurface",
5313
- "provenance": "BaseOverload",
5314
- "arity": 0,
5315
- "parameterCount": 2,
5316
- "isStatic": false,
5317
- "isAbstract": false,
5318
- "isVirtual": true,
5319
- "isOverride": false,
5320
- "isSealed": false,
5321
- "visibility": "Public",
5322
- "declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNonNullableRowForeignKeyValueFactory\u00602",
5323
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5324
- "isExtensionMethod": false
5325
- },
5326
- {
5327
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SimpleNonNullableRowForeignKeyValueFactory\u00602::CreatePrincipalKeyValue(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]",
5328
- "clrName": "CreatePrincipalKeyValue",
5329
- "metadataToken": 0,
5330
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]",
5331
- "normalizedSignature": "CreatePrincipalKeyValue|(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]|static=false",
5332
- "emitScope": "ClassSurface",
5333
- "provenance": "BaseOverload",
5334
- "arity": 0,
5335
- "parameterCount": 2,
5336
- "isStatic": false,
5337
- "isAbstract": false,
5338
- "isVirtual": true,
5339
- "isOverride": false,
5340
- "isSealed": false,
5341
- "visibility": "Public",
5342
- "declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNonNullableRowForeignKeyValueFactory\u00602",
5343
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5344
- "isExtensionMethod": false
5345
- },
5346
- {
5347
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SimpleNonNullableRowForeignKeyValueFactory\u00602::TryCreateDependentKeyValue(System.Collections.Generic.IDictionary_2,TKey\u0026):System.Boolean",
5348
- "clrName": "TryCreateDependentKeyValue",
5349
- "metadataToken": 0,
5350
- "canonicalSignature": "(System.Collections.Generic.IDictionary_2,TKey\u0026):System.Boolean",
5351
- "normalizedSignature": "TryCreateDependentKeyValue|(System.Collections.Generic.IDictionary_2,TKey\u0026):System.Boolean|static=false",
5352
- "emitScope": "ClassSurface",
5353
- "provenance": "BaseOverload",
5354
- "arity": 0,
5355
- "parameterCount": 2,
5356
- "isStatic": false,
5357
- "isAbstract": true,
5358
- "isVirtual": true,
5359
- "isOverride": false,
5360
- "isSealed": false,
5361
- "visibility": "Public",
5362
- "declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNonNullableRowForeignKeyValueFactory\u00602",
5363
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5364
- "isExtensionMethod": false,
5365
- "parameterModifiers": [
5366
- {
5367
- "index": 1,
5368
- "modifier": "out"
5369
- }
5370
- ]
5371
5031
  }
5372
5032
  ],
5373
5033
  "properties": [
@@ -5666,92 +5326,6 @@
5666
5326
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5667
5327
  "isExtensionMethod": false,
5668
5328
  "sourceInterface": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory"
5669
- },
5670
- {
5671
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullablePrincipalRowForeignKeyValueFactory\u00602::CreateDependentKeyValue(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]",
5672
- "clrName": "CreateDependentKeyValue",
5673
- "metadataToken": 0,
5674
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]",
5675
- "normalizedSignature": "CreateDependentKeyValue|(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]|static=false",
5676
- "emitScope": "ClassSurface",
5677
- "provenance": "BaseOverload",
5678
- "arity": 0,
5679
- "parameterCount": 2,
5680
- "isStatic": false,
5681
- "isAbstract": false,
5682
- "isVirtual": true,
5683
- "isOverride": false,
5684
- "isSealed": false,
5685
- "visibility": "Public",
5686
- "declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullablePrincipalRowForeignKeyValueFactory\u00602",
5687
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5688
- "isExtensionMethod": false
5689
- },
5690
- {
5691
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullablePrincipalRowForeignKeyValueFactory\u00602::CreatePrincipalEquatableKeyValue(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object",
5692
- "clrName": "CreatePrincipalEquatableKeyValue",
5693
- "metadataToken": 0,
5694
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object",
5695
- "normalizedSignature": "CreatePrincipalEquatableKeyValue|(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object|static=false",
5696
- "emitScope": "ClassSurface",
5697
- "provenance": "BaseOverload",
5698
- "arity": 0,
5699
- "parameterCount": 2,
5700
- "isStatic": false,
5701
- "isAbstract": false,
5702
- "isVirtual": true,
5703
- "isOverride": false,
5704
- "isSealed": false,
5705
- "visibility": "Public",
5706
- "declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullablePrincipalRowForeignKeyValueFactory\u00602",
5707
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5708
- "isExtensionMethod": false
5709
- },
5710
- {
5711
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullablePrincipalRowForeignKeyValueFactory\u00602::CreatePrincipalKeyValue(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]",
5712
- "clrName": "CreatePrincipalKeyValue",
5713
- "metadataToken": 0,
5714
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]",
5715
- "normalizedSignature": "CreatePrincipalKeyValue|(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]|static=false",
5716
- "emitScope": "ClassSurface",
5717
- "provenance": "BaseOverload",
5718
- "arity": 0,
5719
- "parameterCount": 2,
5720
- "isStatic": false,
5721
- "isAbstract": false,
5722
- "isVirtual": true,
5723
- "isOverride": false,
5724
- "isSealed": false,
5725
- "visibility": "Public",
5726
- "declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullablePrincipalRowForeignKeyValueFactory\u00602",
5727
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5728
- "isExtensionMethod": false
5729
- },
5730
- {
5731
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullablePrincipalRowForeignKeyValueFactory\u00602::TryCreateDependentKeyValue(System.Collections.Generic.IDictionary_2,TKey\u0026):System.Boolean",
5732
- "clrName": "TryCreateDependentKeyValue",
5733
- "metadataToken": 0,
5734
- "canonicalSignature": "(System.Collections.Generic.IDictionary_2,TKey\u0026):System.Boolean",
5735
- "normalizedSignature": "TryCreateDependentKeyValue|(System.Collections.Generic.IDictionary_2,TKey\u0026):System.Boolean|static=false",
5736
- "emitScope": "ClassSurface",
5737
- "provenance": "BaseOverload",
5738
- "arity": 0,
5739
- "parameterCount": 2,
5740
- "isStatic": false,
5741
- "isAbstract": true,
5742
- "isVirtual": true,
5743
- "isOverride": false,
5744
- "isSealed": false,
5745
- "visibility": "Public",
5746
- "declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullablePrincipalRowForeignKeyValueFactory\u00602",
5747
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
5748
- "isExtensionMethod": false,
5749
- "parameterModifiers": [
5750
- {
5751
- "index": 1,
5752
- "modifier": "out"
5753
- }
5754
- ]
5755
5329
  }
5756
5330
  ],
5757
5331
  "properties": [
@@ -6050,92 +5624,6 @@
6050
5624
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6051
5625
  "isExtensionMethod": false,
6052
5626
  "sourceInterface": "Microsoft.EntityFrameworkCore.Update.Internal.IRowForeignKeyValueFactory"
6053
- },
6054
- {
6055
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullableRowForeignKeyValueFactory\u00602::CreateDependentKeyValue(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]",
6056
- "clrName": "CreateDependentKeyValue",
6057
- "metadataToken": 0,
6058
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]",
6059
- "normalizedSignature": "CreateDependentKeyValue|(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]|static=false",
6060
- "emitScope": "ClassSurface",
6061
- "provenance": "BaseOverload",
6062
- "arity": 0,
6063
- "parameterCount": 2,
6064
- "isStatic": false,
6065
- "isAbstract": false,
6066
- "isVirtual": true,
6067
- "isOverride": false,
6068
- "isSealed": false,
6069
- "visibility": "Public",
6070
- "declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullableRowForeignKeyValueFactory\u00602",
6071
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6072
- "isExtensionMethod": false
6073
- },
6074
- {
6075
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullableRowForeignKeyValueFactory\u00602::CreatePrincipalEquatableKeyValue(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object",
6076
- "clrName": "CreatePrincipalEquatableKeyValue",
6077
- "metadataToken": 0,
6078
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object",
6079
- "normalizedSignature": "CreatePrincipalEquatableKeyValue|(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object|static=false",
6080
- "emitScope": "ClassSurface",
6081
- "provenance": "BaseOverload",
6082
- "arity": 0,
6083
- "parameterCount": 2,
6084
- "isStatic": false,
6085
- "isAbstract": false,
6086
- "isVirtual": true,
6087
- "isOverride": false,
6088
- "isSealed": false,
6089
- "visibility": "Public",
6090
- "declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullableRowForeignKeyValueFactory\u00602",
6091
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6092
- "isExtensionMethod": false
6093
- },
6094
- {
6095
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullableRowForeignKeyValueFactory\u00602::CreatePrincipalKeyValue(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]",
6096
- "clrName": "CreatePrincipalKeyValue",
6097
- "metadataToken": 0,
6098
- "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]",
6099
- "normalizedSignature": "CreatePrincipalKeyValue|(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Boolean):System.Object[]|static=false",
6100
- "emitScope": "ClassSurface",
6101
- "provenance": "BaseOverload",
6102
- "arity": 0,
6103
- "parameterCount": 2,
6104
- "isStatic": false,
6105
- "isAbstract": false,
6106
- "isVirtual": true,
6107
- "isOverride": false,
6108
- "isSealed": false,
6109
- "visibility": "Public",
6110
- "declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullableRowForeignKeyValueFactory\u00602",
6111
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6112
- "isExtensionMethod": false
6113
- },
6114
- {
6115
- "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullableRowForeignKeyValueFactory\u00602::TryCreateDependentKeyValue(System.Collections.Generic.IDictionary_2,TKey\u0026):System.Boolean",
6116
- "clrName": "TryCreateDependentKeyValue",
6117
- "metadataToken": 0,
6118
- "canonicalSignature": "(System.Collections.Generic.IDictionary_2,TKey\u0026):System.Boolean",
6119
- "normalizedSignature": "TryCreateDependentKeyValue|(System.Collections.Generic.IDictionary_2,TKey\u0026):System.Boolean|static=false",
6120
- "emitScope": "ClassSurface",
6121
- "provenance": "BaseOverload",
6122
- "arity": 0,
6123
- "parameterCount": 2,
6124
- "isStatic": false,
6125
- "isAbstract": true,
6126
- "isVirtual": true,
6127
- "isOverride": false,
6128
- "isSealed": false,
6129
- "visibility": "Public",
6130
- "declaringClrType": "Microsoft.EntityFrameworkCore.Update.Internal.SimpleNullableRowForeignKeyValueFactory\u00602",
6131
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
6132
- "isExtensionMethod": false,
6133
- "parameterModifiers": [
6134
- {
6135
- "index": 1,
6136
- "modifier": "out"
6137
- }
6138
- ]
6139
5627
  }
6140
5628
  ],
6141
5629
  "properties": [
@@ -265,12 +265,6 @@ export interface CompositeRowForeignKeyValueFactory$instance extends CompositeRo
265
265
  CreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[] | undefined;
266
266
  CreatePrincipalEquatableKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown;
267
267
  CreatePrincipalKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[];
268
- TryCreateDependentKeyValue(keyValues: unknown[], key: unknown[]): boolean;
269
- TryCreateDependentKeyValue(keyValues: unknown[], key: unknown[], hasNullValue: boolean): boolean;
270
- TryCreateDependentKeyValue(keyValues: IDictionary_2<System_Internal.String, unknown>, key: unknown[]): boolean;
271
- TryCreateDependentKeyValue(keyValues: IDictionary_2<System_Internal.String, unknown>, key: unknown[], hasNullValue: boolean): boolean;
272
- TryCreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues: boolean, key: unknown[]): boolean;
273
- TryCreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues: boolean, key: unknown[], hasNullValue: boolean): boolean;
274
268
  }
275
269
 
276
270
 
@@ -567,9 +561,6 @@ export interface SimpleFullyNullableRowForeignKeyValueFactory_2$instance<TKey, T
567
561
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactory: never;
568
562
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactory_1: never;
569
563
 
570
- CreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[] | undefined;
571
- CreatePrincipalEquatableKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown;
572
- CreatePrincipalKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[];
573
564
  TryCreateDependentKeyValue(keyValues: unknown[], key: TKey): boolean;
574
565
  TryCreateDependentKeyValue(keyPropertyValues: IDictionary_2<System_Internal.String, unknown>, key: TKey): boolean;
575
566
  TryCreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues: boolean, key: TKey): boolean;
@@ -595,9 +586,6 @@ export interface SimpleNonNullableRowForeignKeyValueFactory_2$instance<TKey, TFo
595
586
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactory: never;
596
587
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactory_1: never;
597
588
 
598
- CreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[] | undefined;
599
- CreatePrincipalEquatableKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown;
600
- CreatePrincipalKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[];
601
589
  TryCreateDependentKeyValue(keyValues: unknown[], key: TKey): boolean;
602
590
  TryCreateDependentKeyValue(keyPropertyValues: IDictionary_2<System_Internal.String, unknown>, key: TKey): boolean;
603
591
  TryCreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues: boolean, key: TKey): boolean;
@@ -623,9 +611,6 @@ export interface SimpleNullablePrincipalRowForeignKeyValueFactory_2$instance<TKe
623
611
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactory: never;
624
612
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactory_1: never;
625
613
 
626
- CreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[] | undefined;
627
- CreatePrincipalEquatableKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown;
628
- CreatePrincipalKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[];
629
614
  TryCreateDependentKeyValue(keyValues: unknown[], key: TKey): boolean;
630
615
  TryCreateDependentKeyValue(keyPropertyValues: IDictionary_2<System_Internal.String, unknown>, key: TKey): boolean;
631
616
  TryCreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues: boolean, key: TKey): boolean;
@@ -651,9 +636,6 @@ export interface SimpleNullableRowForeignKeyValueFactory_2$instance<TKey extends
651
636
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactory: never;
652
637
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactory_1: never;
653
638
 
654
- CreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[] | undefined;
655
- CreatePrincipalEquatableKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown;
656
- CreatePrincipalKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[];
657
639
  TryCreateDependentKeyValue(keyValues: unknown[], key: TKey): boolean;
658
640
  TryCreateDependentKeyValue(keyPropertyValues: IDictionary_2<System_Internal.String, unknown>, key: TKey): boolean;
659
641
  TryCreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues: boolean, key: TKey): boolean;