@tsonic/efcore-sqlserver 10.0.1 → 10.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (166) hide show
  1. package/Azure/bindings.json +686 -17
  2. package/Azure/internal/index.d.ts +37 -15
  3. package/Azure.Core/bindings.json +1048 -19
  4. package/Azure.Core/internal/index.d.ts +61 -23
  5. package/Azure.Core.Cryptography/bindings.json +5 -0
  6. package/Azure.Core.Cryptography/internal/index.d.ts +4 -0
  7. package/Azure.Core.Diagnostics/bindings.json +56 -0
  8. package/Azure.Core.Diagnostics/internal/index.d.ts +6 -2
  9. package/Azure.Core.Diagnostics.d.ts +2 -2
  10. package/Azure.Core.Extensions/bindings.json +17 -0
  11. package/Azure.Core.Extensions/internal/index.d.ts +8 -0
  12. package/Azure.Core.GeoJson/bindings.json +362 -0
  13. package/Azure.Core.GeoJson/internal/index.d.ts +43 -7
  14. package/Azure.Core.Pipeline/bindings.json +450 -3
  15. package/Azure.Core.Pipeline/internal/index.d.ts +24 -9
  16. package/Azure.Core.Pipeline.d.ts +2 -2
  17. package/Azure.Core.Serialization/bindings.json +89 -1
  18. package/Azure.Core.Serialization/internal/index.d.ts +8 -2
  19. package/Azure.Core.d.ts +1 -1
  20. package/Azure.Identity/bindings.json +1039 -58
  21. package/Azure.Identity/internal/index.d.ts +97 -35
  22. package/Azure.Identity.d.ts +1 -1
  23. package/Azure.Messaging/bindings.json +69 -0
  24. package/Azure.Messaging/internal/index.d.ts +6 -5
  25. package/Azure.d.ts +1 -1
  26. package/Microsoft.Data/bindings.json +16 -0
  27. package/Microsoft.Data/internal/index.d.ts +2 -1
  28. package/Microsoft.Data.Sql/bindings.json +16 -0
  29. package/Microsoft.Data.SqlClient/bindings.json +2482 -38
  30. package/Microsoft.Data.SqlClient/internal/index.d.ts +140 -38
  31. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
  32. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
  33. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +90 -15
  34. package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
  35. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +2 -0
  36. package/Microsoft.Data.SqlTypes/bindings.json +73 -0
  37. package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -1
  38. package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
  39. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +6 -1
  40. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
  41. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
  42. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +11 -1
  43. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
  44. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
  45. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +2 -0
  46. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
  47. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +87 -2
  48. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
  49. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
  50. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
  51. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
  52. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +53 -5
  53. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
  54. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +9 -1
  55. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +9 -5
  56. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
  57. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +9 -1
  58. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
  59. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
  60. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
  61. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
  62. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
  63. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -8
  64. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
  65. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
  66. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
  67. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +2 -0
  68. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
  69. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +11 -1
  70. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
  71. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
  72. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +183 -9
  73. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
  74. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +6 -2
  75. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
  76. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
  77. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
  78. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +4 -0
  79. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
  80. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
  81. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +102 -8
  82. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
  83. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
  84. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +33 -3
  85. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
  86. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
  87. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +21 -1
  88. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
  89. package/Microsoft.EntityFrameworkCore.d.ts +4 -1
  90. package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
  91. package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
  92. package/Microsoft.Identity.Client/bindings.json +1941 -39
  93. package/Microsoft.Identity.Client/internal/index.d.ts +113 -47
  94. package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
  95. package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
  96. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +0 -1
  97. package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
  98. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +2 -0
  99. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
  100. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +2 -0
  101. package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
  102. package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
  103. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +7 -5
  104. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
  105. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +5 -4
  106. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
  107. package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
  108. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +1 -1
  109. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
  110. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
  111. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -1
  112. package/Microsoft.Identity.Client.RP/bindings.json +10 -0
  113. package/Microsoft.Identity.Client.Region/bindings.json +29 -0
  114. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
  115. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
  116. package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
  117. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +0 -1
  118. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
  119. package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
  120. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +13 -6
  121. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
  122. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +11 -6
  123. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
  124. package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
  125. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +9 -3
  126. package/Microsoft.IdentityModel.Logging.d.ts +1 -1
  127. package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
  128. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +17 -1
  129. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
  130. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -1
  131. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
  132. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
  133. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +19 -3
  134. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
  135. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -0
  136. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
  137. package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
  138. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +145 -44
  139. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
  140. package/Microsoft.IdentityModel.Tokens.d.ts +4 -1
  141. package/Microsoft.SqlServer.Server/bindings.json +144 -0
  142. package/Microsoft.SqlServer.Server/internal/index.d.ts +4 -1
  143. package/System/bindings.json +63 -0
  144. package/System.ClientModel/bindings.json +256 -11
  145. package/System.ClientModel/internal/index.d.ts +21 -12
  146. package/System.ClientModel.Primitives/bindings.json +1673 -120
  147. package/System.ClientModel.Primitives/internal/index.d.ts +101 -32
  148. package/System.ClientModel.Primitives.d.ts +5 -2
  149. package/System.Configuration/bindings.json +5382 -321
  150. package/System.Configuration/internal/index.d.ts +292 -59
  151. package/System.Configuration.Internal/bindings.json +193 -1
  152. package/System.Configuration.Internal/internal/index.d.ts +23 -2
  153. package/System.Configuration.Provider/bindings.json +69 -1
  154. package/System.Configuration.Provider/internal/index.d.ts +8 -3
  155. package/System.Configuration.Provider.d.ts +1 -1
  156. package/System.Configuration.d.ts +3 -3
  157. package/System.Diagnostics/bindings.json +5 -0
  158. package/System.Drawing.Configuration/bindings.json +25 -0
  159. package/System.Drawing.Configuration/internal/index.d.ts +6 -2
  160. package/System.Drawing.Configuration.d.ts +5 -2
  161. package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
  162. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +56 -20
  163. package/System.Security.Cryptography/bindings.json +31 -0
  164. package/System.Text.Json.Serialization/bindings.json +10 -0
  165. package/__internal/extensions/index.d.ts +915 -14
  166. package/package.json +1 -1
@@ -11,24 +11,33 @@ import type { ptr } from "@tsonic/core/types.js";
11
11
  // Import types from other namespaces
12
12
  import type { IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
13
13
  import * as System_Internal from "@tsonic/dotnet/System.js";
14
- import type { Boolean as ClrBoolean, Int32, Object as ClrObject, Void } from "@tsonic/dotnet/System.js";
14
+ import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System.js";
15
15
  import type { StringBuilder } from "@tsonic/dotnet/System.Text.js";
16
16
  import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
17
17
  import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
18
18
  import type { IDbContextOptions } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js";
19
- import type { IRelationalConnection } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
19
+ import type { IRelationalConnection, ISqlGenerationHelper } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
20
20
  import * as Microsoft_EntityFrameworkCore_Update_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Update.js";
21
- import type { AffectedCountModificationCommandBatch, IModificationCommand, IModificationCommandBatchFactory, IModificationCommandFactory, INonTrackedModificationCommand, IReadOnlyModificationCommand, IUpdateSqlGenerator, ModificationCommand, ModificationCommandBatch, ModificationCommandBatchFactoryDependencies, ModificationCommandParameters, NonTrackedModificationCommandParameters, ResultSetMapping, UpdateAndSelectSqlGenerator, UpdateSqlGeneratorDependencies } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Update.js";
21
+ import type { AffectedCountModificationCommandBatch, ColumnModificationParameters, IColumnModification, IModificationCommand, IModificationCommandBatchFactory, IModificationCommandFactory, INonTrackedModificationCommand, IReadOnlyModificationCommand, IUpdateSqlGenerator, ModificationCommand, ModificationCommandBatch, ModificationCommandBatchFactoryDependencies, ModificationCommandParameters, NonTrackedModificationCommandParameters, ResultSetMapping, UpdateAndSelectSqlGenerator, UpdateSqlGeneratorDependencies } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Update.js";
22
22
 
23
23
  export interface ISqlServerUpdateSqlGenerator$instance extends IUpdateSqlGenerator {
24
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_SqlServer_Update_Internal_ISqlServerUpdateSqlGenerator: never;
25
+
24
26
  AppendBulkInsertOperation(commandStringBuilder: StringBuilder, modificationCommands: IReadOnlyList<IReadOnlyModificationCommand>, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
25
27
  AppendBulkInsertOperation(commandStringBuilder: StringBuilder, modificationCommands: IReadOnlyList<IReadOnlyModificationCommand>, commandPosition: int): ResultSetMapping;
26
28
  }
27
29
 
28
30
 
31
+ export interface ISqlServerUpdateSqlGenerator$instance extends Microsoft_EntityFrameworkCore_Update_Internal.IUpdateSqlGenerator {}
32
+
29
33
  export type ISqlServerUpdateSqlGenerator = ISqlServerUpdateSqlGenerator$instance;
30
34
 
31
35
  export interface SqlServerModificationCommand$instance extends ModificationCommand {
36
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_IModificationCommand: never;
37
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_INonTrackedModificationCommand: never;
38
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_IReadOnlyModificationCommand: never;
39
+
40
+ ProcessSinglePropertyJsonUpdate(parameters: ColumnModificationParameters): void;
32
41
  }
33
42
 
34
43
 
@@ -41,9 +50,13 @@ export const SqlServerModificationCommand: {
41
50
  export type SqlServerModificationCommand = SqlServerModificationCommand$instance;
42
51
 
43
52
  export interface SqlServerModificationCommandBatch$instance extends AffectedCountModificationCommandBatch {
53
+ readonly UpdateSqlGenerator: ISqlServerUpdateSqlGenerator;
54
+ AddCommand(modificationCommand: IReadOnlyModificationCommand): void;
44
55
  Complete(moreBatchesExpected: boolean): void;
45
56
  Execute(connection: IRelationalConnection): void;
46
57
  ExecuteAsync(connection: IRelationalConnection, cancellationToken?: CancellationToken): Task;
58
+ IsValid(): boolean;
59
+ RollbackLastCommand(modificationCommand: IReadOnlyModificationCommand): void;
47
60
  TryAddCommand(modificationCommand: IReadOnlyModificationCommand): boolean;
48
61
  }
49
62
 
@@ -56,6 +69,9 @@ export const SqlServerModificationCommandBatch: {
56
69
  export type SqlServerModificationCommandBatch = SqlServerModificationCommandBatch$instance;
57
70
 
58
71
  export interface SqlServerModificationCommandBatchFactory$instance {
72
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_IModificationCommandBatchFactory: never;
73
+
74
+ readonly Dependencies: ModificationCommandBatchFactoryDependencies;
59
75
  Create(): ModificationCommandBatch;
60
76
  }
61
77
 
@@ -68,6 +84,8 @@ export const SqlServerModificationCommandBatchFactory: {
68
84
  export type SqlServerModificationCommandBatchFactory = SqlServerModificationCommandBatchFactory$instance;
69
85
 
70
86
  export interface SqlServerModificationCommandFactory$instance {
87
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_IModificationCommandFactory: never;
88
+
71
89
  CreateModificationCommand(modificationCommandParameters: ModificationCommandParameters): IModificationCommand;
72
90
  CreateNonTrackedModificationCommand(modificationCommandParameters: NonTrackedModificationCommandParameters): INonTrackedModificationCommand;
73
91
  }
@@ -81,11 +99,23 @@ export const SqlServerModificationCommandFactory: {
81
99
  export type SqlServerModificationCommandFactory = SqlServerModificationCommandFactory$instance;
82
100
 
83
101
  export interface SqlServerUpdateSqlGenerator$instance extends UpdateAndSelectSqlGenerator {
102
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_SqlServer_Update_Internal_ISqlServerUpdateSqlGenerator: never;
103
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_IUpdateSqlGenerator: never;
104
+
105
+ readonly MergeIntoMinimumThreshold: int;
84
106
  AppendBatchHeader(commandStringBuilder: StringBuilder): void;
85
107
  AppendBulkInsertOperation(commandStringBuilder: StringBuilder, modificationCommands: IReadOnlyList<IReadOnlyModificationCommand>, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
108
+ AppendDeleteCommand(commandStringBuilder: StringBuilder, name: string, schema: string, readOperations: IReadOnlyList<IColumnModification>, conditionOperations: IReadOnlyList<IColumnModification>, appendReturningOneClause?: boolean): void;
86
109
  AppendDeleteOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
110
+ AppendIdentityWhereCondition(commandStringBuilder: StringBuilder, columnModification: IColumnModification): void;
111
+ AppendInsertCommand(commandStringBuilder: StringBuilder, name: string, schema: string, writeOperations: IReadOnlyList<IColumnModification>, readOperations: IReadOnlyList<IColumnModification>): void;
87
112
  AppendInsertOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
113
+ AppendReturningClause(commandStringBuilder: StringBuilder, operations: IReadOnlyList<IColumnModification>, additionalValues?: string): void;
114
+ AppendRowsAffectedWhereCondition(commandStringBuilder: StringBuilder, expectedRowsAffected: int): void;
115
+ AppendSelectAffectedCountCommand(commandStringBuilder: StringBuilder, name: string, schema: string, commandPosition: int): ResultSetMapping;
88
116
  AppendStoredProcedureCall(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
117
+ AppendUpdateColumnValue(updateSqlGeneratorHelper: ISqlGenerationHelper, columnModification: IColumnModification, stringBuilder: StringBuilder, name: string, schema: string): void;
118
+ AppendUpdateCommand(commandStringBuilder: StringBuilder, name: string, schema: string, writeOperations: IReadOnlyList<IColumnModification>, readOperations: IReadOnlyList<IColumnModification>, conditionOperations: IReadOnlyList<IColumnModification>, appendReturningOneClause?: boolean): void;
89
119
  AppendUpdateOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
90
120
  PrependEnsureAutocommit(commandStringBuilder: StringBuilder): void;
91
121
  }
@@ -7,13 +7,13 @@ import * as Internal from './Microsoft.EntityFrameworkCore.SqlServer.Update.Inte
7
7
 
8
8
  // Cross-namespace type imports for constraints
9
9
  import type { IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
10
- import type { Boolean as ClrBoolean, Int32, Object as ClrObject, Void } from '@tsonic/dotnet/System.js';
10
+ import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js';
11
11
  import type { StringBuilder } from '@tsonic/dotnet/System.Text.js';
12
12
  import type { CancellationToken } from '@tsonic/dotnet/System.Threading.js';
13
13
  import type { Task } from '@tsonic/dotnet/System.Threading.Tasks.js';
14
14
  import type { IDbContextOptions } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js';
15
- import type { IRelationalConnection } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js';
16
- import type { AffectedCountModificationCommandBatch, IModificationCommand, IModificationCommandBatchFactory, IModificationCommandFactory, INonTrackedModificationCommand, IReadOnlyModificationCommand, IUpdateSqlGenerator, ModificationCommand, ModificationCommandBatch, ModificationCommandBatchFactoryDependencies, ModificationCommandParameters, NonTrackedModificationCommandParameters, ResultSetMapping, UpdateAndSelectSqlGenerator, UpdateSqlGeneratorDependencies } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Update.js';
15
+ import type { IRelationalConnection, ISqlGenerationHelper } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js';
16
+ import type { AffectedCountModificationCommandBatch, ColumnModificationParameters, IColumnModification, IModificationCommand, IModificationCommandBatchFactory, IModificationCommandFactory, INonTrackedModificationCommand, IReadOnlyModificationCommand, IUpdateSqlGenerator, ModificationCommand, ModificationCommandBatch, ModificationCommandBatchFactoryDependencies, ModificationCommandParameters, NonTrackedModificationCommandParameters, ResultSetMapping, UpdateAndSelectSqlGenerator, UpdateSqlGeneratorDependencies } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Update.js';
17
17
 
18
18
  // Public API exports (curated - no internal $instance/$views leakage)
19
19
  export type ISqlServerUpdateSqlGenerator = Internal.ISqlServerUpdateSqlGenerator;
@@ -31,6 +31,7 @@
31
31
  "isVirtual": true,
32
32
  "isOverride": false,
33
33
  "isSealed": false,
34
+ "visibility": "Public",
34
35
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.ISqlServerSequenceValueGeneratorFactory",
35
36
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
36
37
  "isExtensionMethod": false
@@ -52,6 +53,12 @@
52
53
  "isSealed": false,
53
54
  "isStatic": false,
54
55
  "arity": 0,
56
+ "interfaces": [
57
+ {
58
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorCache",
59
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorCache"
60
+ }
61
+ ],
55
62
  "methods": [
56
63
  {
57
64
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.ISqlServerValueGeneratorCache::GetOrAddSequenceState(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Storage.IRelationalConnection):Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerSequenceValueGeneratorState",
@@ -68,6 +75,7 @@
68
75
  "isVirtual": true,
69
76
  "isOverride": false,
70
77
  "isSealed": false,
78
+ "visibility": "Public",
71
79
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.ISqlServerValueGeneratorCache",
72
80
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
73
81
  "isExtensionMethod": false
@@ -89,7 +97,58 @@
89
97
  "isSealed": false,
90
98
  "isStatic": false,
91
99
  "arity": 1,
92
- "methods": [],
100
+ "baseType": {
101
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGenerator\u00601",
102
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGenerator\u00601",
103
+ "typeArguments": [
104
+ "TValue"
105
+ ]
106
+ },
107
+ "typeParameters": [
108
+ "TValue"
109
+ ],
110
+ "methods": [
111
+ {
112
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerSequenceHiLoValueGenerator\u00601::GetNewLowValue():System.Int64",
113
+ "clrName": "GetNewLowValue",
114
+ "metadataToken": 100664432,
115
+ "canonicalSignature": "():System.Int64",
116
+ "normalizedSignature": "GetNewLowValue|():System.Int64|static=false",
117
+ "emitScope": "ClassSurface",
118
+ "provenance": "Original",
119
+ "arity": 0,
120
+ "parameterCount": 0,
121
+ "isStatic": false,
122
+ "isAbstract": false,
123
+ "isVirtual": true,
124
+ "isOverride": true,
125
+ "isSealed": false,
126
+ "visibility": "Protected",
127
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerSequenceHiLoValueGenerator\u00601",
128
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
129
+ "isExtensionMethod": false
130
+ },
131
+ {
132
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerSequenceHiLoValueGenerator\u00601::GetNewLowValueAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
133
+ "clrName": "GetNewLowValueAsync",
134
+ "metadataToken": 100664433,
135
+ "canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
136
+ "normalizedSignature": "GetNewLowValueAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
137
+ "emitScope": "ClassSurface",
138
+ "provenance": "Original",
139
+ "arity": 0,
140
+ "parameterCount": 1,
141
+ "isStatic": false,
142
+ "isAbstract": false,
143
+ "isVirtual": true,
144
+ "isOverride": true,
145
+ "isSealed": false,
146
+ "visibility": "Protected",
147
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerSequenceHiLoValueGenerator\u00601",
148
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
149
+ "isExtensionMethod": false
150
+ }
151
+ ],
93
152
  "properties": [
94
153
  {
95
154
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerSequenceHiLoValueGenerator\u00601::GeneratesTemporaryValues:System.Boolean",
@@ -106,6 +165,7 @@
106
165
  "isAbstract": false,
107
166
  "isVirtual": true,
108
167
  "isOverride": true,
168
+ "visibility": "Public",
109
169
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerSequenceHiLoValueGenerator\u00601",
110
170
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
111
171
  }
@@ -120,6 +180,7 @@
120
180
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder,Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator,Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerSequenceValueGeneratorState,Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection,Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger):void|static=false",
121
181
  "isStatic": false,
122
182
  "parameterCount": 5,
183
+ "visibility": "Public",
123
184
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerSequenceHiLoValueGenerator\u00601",
124
185
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
125
186
  }
@@ -136,6 +197,16 @@
136
197
  "isSealed": false,
137
198
  "isStatic": false,
138
199
  "arity": 0,
200
+ "baseType": {
201
+ "stableId": "System.Private.CoreLib:System.Object",
202
+ "clrName": "System.Object"
203
+ },
204
+ "interfaces": [
205
+ {
206
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.ISqlServerSequenceValueGeneratorFactory",
207
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.ISqlServerSequenceValueGeneratorFactory"
208
+ }
209
+ ],
139
210
  "methods": [
140
211
  {
141
212
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerSequenceValueGeneratorFactory::TryCreate(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Type,Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerSequenceValueGeneratorState,Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection,Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder,Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger):Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
@@ -152,6 +223,7 @@
152
223
  "isVirtual": true,
153
224
  "isOverride": false,
154
225
  "isSealed": false,
226
+ "visibility": "Public",
155
227
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerSequenceValueGeneratorFactory",
156
228
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
157
229
  "isExtensionMethod": false
@@ -171,6 +243,7 @@
171
243
  "isVirtual": true,
172
244
  "isOverride": false,
173
245
  "isSealed": false,
246
+ "visibility": "Public",
174
247
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.ISqlServerSequenceValueGeneratorFactory",
175
248
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
176
249
  "isExtensionMethod": false,
@@ -188,6 +261,7 @@
188
261
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator):void|static=false",
189
262
  "isStatic": false,
190
263
  "parameterCount": 1,
264
+ "visibility": "Public",
191
265
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerSequenceValueGeneratorFactory",
192
266
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
193
267
  }
@@ -204,6 +278,16 @@
204
278
  "isSealed": false,
205
279
  "isStatic": false,
206
280
  "arity": 0,
281
+ "baseType": {
282
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGeneratorState",
283
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGeneratorState"
284
+ },
285
+ "interfaces": [
286
+ {
287
+ "stableId": "System.Private.CoreLib:System.IDisposable",
288
+ "clrName": "System.IDisposable"
289
+ }
290
+ ],
207
291
  "methods": [],
208
292
  "properties": [
209
293
  {
@@ -221,6 +305,7 @@
221
305
  "isAbstract": false,
222
306
  "isVirtual": true,
223
307
  "isOverride": false,
308
+ "visibility": "Public",
224
309
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerSequenceValueGeneratorState",
225
310
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
226
311
  }
@@ -235,6 +320,7 @@
235
320
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.ISequence):void|static=false",
236
321
  "isStatic": false,
237
322
  "parameterCount": 1,
323
+ "visibility": "Public",
238
324
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerSequenceValueGeneratorState",
239
325
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
240
326
  }
@@ -251,6 +337,20 @@
251
337
  "isSealed": false,
252
338
  "isStatic": false,
253
339
  "arity": 0,
340
+ "baseType": {
341
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCache",
342
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCache"
343
+ },
344
+ "interfaces": [
345
+ {
346
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorCache",
347
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorCache"
348
+ },
349
+ {
350
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.ISqlServerValueGeneratorCache",
351
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.ISqlServerValueGeneratorCache"
352
+ }
353
+ ],
254
354
  "methods": [
255
355
  {
256
356
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerValueGeneratorCache::GetOrAddSequenceState(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Storage.IRelationalConnection):Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerSequenceValueGeneratorState",
@@ -267,6 +367,7 @@
267
367
  "isVirtual": true,
268
368
  "isOverride": false,
269
369
  "isSealed": false,
370
+ "visibility": "Public",
270
371
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerValueGeneratorCache",
271
372
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
272
373
  "isExtensionMethod": false
@@ -286,6 +387,7 @@
286
387
  "isVirtual": true,
287
388
  "isOverride": false,
288
389
  "isSealed": false,
390
+ "visibility": "Public",
289
391
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.ISqlServerValueGeneratorCache",
290
392
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
291
393
  "isExtensionMethod": false,
@@ -303,6 +405,7 @@
303
405
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCacheDependencies):void|static=false",
304
406
  "isStatic": false,
305
407
  "parameterCount": 1,
408
+ "visibility": "Public",
306
409
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerValueGeneratorCache",
307
410
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
308
411
  }
@@ -319,6 +422,16 @@
319
422
  "isSealed": false,
320
423
  "isStatic": false,
321
424
  "arity": 0,
425
+ "baseType": {
426
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.ValueGeneration.RelationalValueGeneratorSelector",
427
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.RelationalValueGeneratorSelector"
428
+ },
429
+ "interfaces": [
430
+ {
431
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorSelector",
432
+ "clrName": "Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorSelector"
433
+ }
434
+ ],
322
435
  "methods": [
323
436
  {
324
437
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerValueGeneratorSelector::Select(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase):Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
@@ -335,6 +448,7 @@
335
448
  "isVirtual": true,
336
449
  "isOverride": true,
337
450
  "isSealed": false,
451
+ "visibility": "Public",
338
452
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerValueGeneratorSelector",
339
453
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
340
454
  "isExtensionMethod": false
@@ -354,6 +468,7 @@
354
468
  "isVirtual": true,
355
469
  "isOverride": true,
356
470
  "isSealed": false,
471
+ "visibility": "Public",
357
472
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerValueGeneratorSelector",
358
473
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
359
474
  "isExtensionMethod": false,
@@ -363,6 +478,26 @@
363
478
  "modifier": "out"
364
479
  }
365
480
  ]
481
+ },
482
+ {
483
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerValueGeneratorSelector::FindForType(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase,System.Type):Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
484
+ "clrName": "FindForType",
485
+ "metadataToken": 100664446,
486
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase,System.Type):Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
487
+ "normalizedSignature": "FindForType|(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.ITypeBase,System.Type):Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator|static=false",
488
+ "emitScope": "ClassSurface",
489
+ "provenance": "Original",
490
+ "arity": 0,
491
+ "parameterCount": 3,
492
+ "isStatic": false,
493
+ "isAbstract": false,
494
+ "isVirtual": true,
495
+ "isOverride": true,
496
+ "isSealed": false,
497
+ "visibility": "Protected",
498
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerValueGeneratorSelector",
499
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
500
+ "isExtensionMethod": false
366
501
  }
367
502
  ],
368
503
  "properties": [
@@ -381,6 +516,7 @@
381
516
  "isAbstract": false,
382
517
  "isVirtual": true,
383
518
  "isOverride": false,
519
+ "visibility": "Public",
384
520
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerValueGeneratorSelector",
385
521
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
386
522
  }
@@ -395,6 +531,7 @@
395
531
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelectorDependencies,Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.ISqlServerSequenceValueGeneratorFactory,Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection,Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder,Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger):void|static=false",
396
532
  "isStatic": false,
397
533
  "parameterCount": 5,
534
+ "visibility": "Public",
398
535
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.SqlServerValueGeneratorSelector",
399
536
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
400
537
  }
@@ -12,7 +12,9 @@ import type { ptr } from "@tsonic/core/types.js";
12
12
  import type { ISqlServerConnection } from "../../Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.js";
13
13
  import type { ISqlServerUpdateSqlGenerator } from "../../Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.js";
14
14
  import * as System_Internal from "@tsonic/dotnet/System.js";
15
- import type { Boolean as ClrBoolean, IDisposable, Object as ClrObject, Type } from "@tsonic/dotnet/System.js";
15
+ import type { Boolean as ClrBoolean, IDisposable, Int64, Object as ClrObject, Type } from "@tsonic/dotnet/System.js";
16
+ import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
17
+ import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
16
18
  import type { IRelationalCommandDiagnosticsLogger } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js";
17
19
  import type { IProperty, ISequence, ITypeBase } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
18
20
  import type { IRawSqlCommandBuilder, IRelationalConnection } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
@@ -20,6 +22,8 @@ import * as Microsoft_EntityFrameworkCore_ValueGeneration_Internal from "@tsonic
20
22
  import type { HiLoValueGenerator, HiLoValueGeneratorState, IValueGeneratorCache, IValueGeneratorSelector, RelationalValueGeneratorSelector, ValueGenerator, ValueGeneratorCache, ValueGeneratorCacheDependencies, ValueGeneratorSelectorDependencies } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.ValueGeneration.js";
21
23
 
22
24
  export interface ISqlServerSequenceValueGeneratorFactory$instance {
25
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_SqlServer_ValueGeneration_Internal_ISqlServerSequenceValueGeneratorFactory: never;
26
+
23
27
  TryCreate(property: IProperty, clrType: Type, generatorState: SqlServerSequenceValueGeneratorState, connection: ISqlServerConnection, rawSqlCommandBuilder: IRawSqlCommandBuilder, commandLogger: IRelationalCommandDiagnosticsLogger): ValueGenerator | undefined;
24
28
  }
25
29
 
@@ -27,14 +31,20 @@ export interface ISqlServerSequenceValueGeneratorFactory$instance {
27
31
  export type ISqlServerSequenceValueGeneratorFactory = ISqlServerSequenceValueGeneratorFactory$instance;
28
32
 
29
33
  export interface ISqlServerValueGeneratorCache$instance extends IValueGeneratorCache {
34
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_SqlServer_ValueGeneration_Internal_ISqlServerValueGeneratorCache: never;
35
+
30
36
  GetOrAddSequenceState(property: IProperty, connection: IRelationalConnection): SqlServerSequenceValueGeneratorState;
31
37
  }
32
38
 
33
39
 
40
+ export interface ISqlServerValueGeneratorCache$instance extends Microsoft_EntityFrameworkCore_ValueGeneration_Internal.IValueGeneratorCache {}
41
+
34
42
  export type ISqlServerValueGeneratorCache = ISqlServerValueGeneratorCache$instance;
35
43
 
36
44
  export interface SqlServerSequenceHiLoValueGenerator_1$instance<TValue> extends HiLoValueGenerator<TValue> {
37
45
  readonly GeneratesTemporaryValues: boolean;
46
+ GetNewLowValue(): long;
47
+ GetNewLowValueAsync(cancellationToken?: CancellationToken): Task<System_Internal.Int64>;
38
48
  }
39
49
 
40
50
 
@@ -46,6 +56,8 @@ export const SqlServerSequenceHiLoValueGenerator_1: {
46
56
  export type SqlServerSequenceHiLoValueGenerator_1<TValue> = SqlServerSequenceHiLoValueGenerator_1$instance<TValue>;
47
57
 
48
58
  export interface SqlServerSequenceValueGeneratorFactory$instance {
59
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_SqlServer_ValueGeneration_Internal_ISqlServerSequenceValueGeneratorFactory: never;
60
+
49
61
  TryCreate(property: IProperty, type: Type, generatorState: SqlServerSequenceValueGeneratorState, connection: ISqlServerConnection, rawSqlCommandBuilder: IRawSqlCommandBuilder, commandLogger: IRelationalCommandDiagnosticsLogger): ValueGenerator | undefined;
50
62
  }
51
63
 
@@ -65,6 +77,8 @@ export type SqlServerSequenceValueGeneratorFactory = SqlServerSequenceValueGener
65
77
 
66
78
 
67
79
  export interface SqlServerSequenceValueGeneratorState$instance extends HiLoValueGeneratorState {
80
+ readonly __tsonic_iface_System_IDisposable: never;
81
+
68
82
  readonly Sequence: ISequence;
69
83
  }
70
84
 
@@ -77,6 +91,9 @@ export const SqlServerSequenceValueGeneratorState: {
77
91
  export type SqlServerSequenceValueGeneratorState = SqlServerSequenceValueGeneratorState$instance;
78
92
 
79
93
  export interface SqlServerValueGeneratorCache$instance extends ValueGeneratorCache {
94
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_SqlServer_ValueGeneration_Internal_ISqlServerValueGeneratorCache: never;
95
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ValueGeneration_IValueGeneratorCache: never;
96
+
80
97
  GetOrAddSequenceState(property: IProperty, connection: IRelationalConnection): SqlServerSequenceValueGeneratorState;
81
98
  }
82
99
 
@@ -96,7 +113,10 @@ export type SqlServerValueGeneratorCache = SqlServerValueGeneratorCache$instance
96
113
 
97
114
 
98
115
  export interface SqlServerValueGeneratorSelector$instance extends RelationalValueGeneratorSelector {
116
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ValueGeneration_IValueGeneratorSelector: never;
117
+
99
118
  readonly Cache: ISqlServerValueGeneratorCache;
119
+ FindForType(property: IProperty, typeBase: ITypeBase, clrType: Type): ValueGenerator | undefined;
100
120
  Select(property: IProperty, typeBase: ITypeBase): ValueGenerator | undefined;
101
121
  TrySelect(property: IProperty, typeBase: ITypeBase, valueGenerator: ValueGenerator): boolean;
102
122
  }
@@ -8,7 +8,9 @@ import * as Internal from './Microsoft.EntityFrameworkCore.SqlServer.ValueGenera
8
8
  // Cross-namespace type imports for constraints
9
9
  import type { ISqlServerConnection } from './Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.js';
10
10
  import type { ISqlServerUpdateSqlGenerator } from './Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.js';
11
- import type { Boolean as ClrBoolean, IDisposable, Object as ClrObject, Type } from '@tsonic/dotnet/System.js';
11
+ import type { Boolean as ClrBoolean, IDisposable, Int64, Object as ClrObject, Type } from '@tsonic/dotnet/System.js';
12
+ import type { CancellationToken } from '@tsonic/dotnet/System.Threading.js';
13
+ import type { Task } from '@tsonic/dotnet/System.Threading.Tasks.js';
12
14
  import type { IRelationalCommandDiagnosticsLogger } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js';
13
15
  import type { IProperty, ISequence, ITypeBase } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js';
14
16
  import type { IRawSqlCommandBuilder, IRelationalConnection } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js';
@@ -12,7 +12,7 @@ import type { OwnedNavigationTemporalTableBuilder, OwnedNavigationTemporalTableB
12
12
  import type { SqlServerValueGenerationStrategy } from './Microsoft.EntityFrameworkCore.Metadata/internal/index.js';
13
13
  import type { IEnumerable, IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
14
14
  import type { DbConnection } from '@tsonic/dotnet/System.Data.Common.js';
15
- import type { Action, Boolean as ClrBoolean, Byte, DateOnly, DateTime, DateTimeOffset, Decimal, Double, Enum, Func, Guid, IComparable, IConvertible, IFormattable, Int16, Int32, Int64, ISpanFormattable, Nullable, Object as ClrObject, Single, String as ClrString, TimeOnly, TimeSpan, ValueType, Void } from '@tsonic/dotnet/System.js';
15
+ import type { Action, Boolean as ClrBoolean, Byte, DateOnly, DateTime, DateTimeOffset, Decimal, Double, Enum, Exception, Func, Guid, IComparable, IConvertible, IFormattable, Int16, Int32, Int64, ISpanFormattable, Nullable, Object as ClrObject, Single, String as ClrString, TimeOnly, TimeSpan, ValueType, Void } from '@tsonic/dotnet/System.js';
16
16
  import type { Expression } from '@tsonic/dotnet/System.Linq.Expressions.js';
17
17
  import type { IQueryable } from '@tsonic/dotnet/System.Linq.js';
18
18
  import type { DatabaseFacade } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js';
@@ -44,3 +44,6 @@ export { SqlServerPropertyExtensions$instance as SqlServerPropertyExtensions } f
44
44
  export { SqlServerTableBuilderExtensions$instance as SqlServerTableBuilderExtensions } from './Microsoft.EntityFrameworkCore/internal/index.js';
45
45
  export { SqlServerTableExtensions$instance as SqlServerTableExtensions } from './Microsoft.EntityFrameworkCore/internal/index.js';
46
46
  export { SqlServerRetryingExecutionStrategy as SqlServerRetryingExecutionStrategy } from './Microsoft.EntityFrameworkCore/internal/index.js';
47
+ // Extension methods (C# using semantics)
48
+ export type { ExtensionMethods_Microsoft_EntityFrameworkCore as ExtensionMethods } from './__internal/extensions/index.js';
49
+
@@ -21,6 +21,10 @@
21
21
  "isSealed": true,
22
22
  "isStatic": true,
23
23
  "arity": 0,
24
+ "baseType": {
25
+ "stableId": "System.Private.CoreLib:System.Object",
26
+ "clrName": "System.Object"
27
+ },
24
28
  "methods": [
25
29
  {
26
30
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.Extensions.DependencyInjection.SqlServerServiceCollectionExtensions::AddSqlServer(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.SqlServer,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Action_1[[Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.Extensions.DependencyInjection.IServiceCollection",
@@ -37,6 +41,7 @@
37
41
  "isVirtual": false,
38
42
  "isOverride": false,
39
43
  "isSealed": false,
44
+ "visibility": "Public",
40
45
  "declaringClrType": "Microsoft.Extensions.DependencyInjection.SqlServerServiceCollectionExtensions",
41
46
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
42
47
  "isExtensionMethod": true
@@ -56,6 +61,7 @@
56
61
  "isVirtual": false,
57
62
  "isOverride": false,
58
63
  "isSealed": false,
64
+ "visibility": "Public",
59
65
  "declaringClrType": "Microsoft.Extensions.DependencyInjection.SqlServerServiceCollectionExtensions",
60
66
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
61
67
  "isExtensionMethod": true
@@ -75,6 +81,7 @@
75
81
  "isVirtual": false,
76
82
  "isOverride": false,
77
83
  "isSealed": false,
84
+ "visibility": "Public",
78
85
  "declaringClrType": "Microsoft.Extensions.DependencyInjection.SqlServerServiceCollectionExtensions",
79
86
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
80
87
  "isExtensionMethod": true
@@ -94,6 +101,7 @@
94
101
  "isVirtual": false,
95
102
  "isOverride": false,
96
103
  "isSealed": false,
104
+ "visibility": "Public",
97
105
  "declaringClrType": "Microsoft.Extensions.DependencyInjection.SqlServerServiceCollectionExtensions",
98
106
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
99
107
  "isExtensionMethod": true
@@ -113,6 +121,7 @@
113
121
  "isVirtual": false,
114
122
  "isOverride": false,
115
123
  "isSealed": false,
124
+ "visibility": "Public",
116
125
  "declaringClrType": "Microsoft.Extensions.DependencyInjection.SqlServerServiceCollectionExtensions",
117
126
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
118
127
  "isExtensionMethod": true
@@ -132,6 +141,7 @@
132
141
  "isVirtual": false,
133
142
  "isOverride": false,
134
143
  "isSealed": false,
144
+ "visibility": "Public",
135
145
  "declaringClrType": "Microsoft.Extensions.DependencyInjection.SqlServerServiceCollectionExtensions",
136
146
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
137
147
  "isExtensionMethod": true
@@ -13,3 +13,6 @@ import type { IServiceCollection } from '@tsonic/microsoft-extensions/Microsoft.
13
13
 
14
14
  // Public API exports (curated - no internal $instance/$views leakage)
15
15
  export { SqlServerServiceCollectionExtensions$instance as SqlServerServiceCollectionExtensions } from './Microsoft.Extensions.DependencyInjection/internal/index.js';
16
+ // Extension methods (C# using semantics)
17
+ export type { ExtensionMethods_Microsoft_Extensions_DependencyInjection as ExtensionMethods } from './__internal/extensions/index.js';
18
+