@tsonic/efcore-sqlserver 10.0.5 → 10.0.7

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 (80) hide show
  1. package/Azure/internal/index.d.ts +91 -49
  2. package/Azure.Core/internal/index.d.ts +102 -50
  3. package/Azure.Core.Cryptography/internal/index.d.ts +6 -6
  4. package/Azure.Core.Diagnostics/internal/index.d.ts +8 -6
  5. package/Azure.Core.Extensions/internal/index.d.ts +4 -4
  6. package/Azure.Core.GeoJson/internal/index.d.ts +59 -35
  7. package/Azure.Core.Pipeline/internal/index.d.ts +56 -32
  8. package/Azure.Core.Serialization/internal/index.d.ts +21 -17
  9. package/Azure.Identity/internal/index.d.ts +199 -93
  10. package/Azure.Messaging/internal/index.d.ts +11 -7
  11. package/Microsoft.Data/internal/index.d.ts +7 -5
  12. package/Microsoft.Data.Sql/internal/index.d.ts +9 -5
  13. package/Microsoft.Data.SqlClient/internal/index.d.ts +153 -63
  14. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +20 -10
  15. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +82 -52
  16. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +9 -5
  17. package/Microsoft.Data.SqlTypes/internal/index.d.ts +15 -9
  18. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +331 -329
  19. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +9 -7
  20. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +24 -14
  21. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
  22. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +18 -6
  23. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +65 -41
  24. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +3 -3
  25. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +14 -12
  26. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +11 -7
  27. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +19 -13
  28. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +4 -2
  29. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +28 -28
  30. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +31 -25
  31. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +22 -22
  32. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +13 -11
  33. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +22 -16
  34. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +182 -60
  35. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +12 -10
  36. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +15 -11
  37. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +98 -46
  38. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +27 -17
  39. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +23 -17
  40. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +7 -7
  41. package/Microsoft.Identity.Client/internal/index.d.ts +281 -167
  42. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -4
  43. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +7 -3
  44. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +3 -3
  45. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +1 -1
  46. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +4 -2
  47. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +25 -17
  48. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +30 -14
  49. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +4 -2
  50. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +2 -2
  51. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +4 -2
  52. package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -3
  53. package/Microsoft.Identity.Client.Region/internal/index.d.ts +2 -2
  54. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
  55. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +4 -2
  56. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -4
  57. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
  58. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +16 -12
  59. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +34 -24
  60. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +19 -11
  61. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +42 -30
  62. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +10 -6
  63. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +65 -47
  64. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +4 -4
  65. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +206 -82
  66. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +7 -5
  67. package/Microsoft.SqlServer.Server/internal/index.d.ts +17 -5
  68. package/System/internal/index.d.ts +19 -17
  69. package/System.ClientModel/internal/index.d.ts +39 -21
  70. package/System.ClientModel.Primitives/internal/index.d.ts +133 -65
  71. package/System.Configuration/internal/index.d.ts +268 -40
  72. package/System.Configuration.Internal/internal/index.d.ts +10 -6
  73. package/System.Configuration.Provider/internal/index.d.ts +14 -8
  74. package/System.Diagnostics/internal/index.d.ts +2 -2
  75. package/System.Drawing.Configuration/internal/index.d.ts +6 -4
  76. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +68 -56
  77. package/System.Security.Cryptography/internal/index.d.ts +2 -2
  78. package/System.Text.Json.Serialization/internal/index.d.ts +7 -5
  79. package/__internal/extensions/index.d.ts +745 -695
  80. package/package.json +5 -5
@@ -9,22 +9,22 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
9
9
  import type { ptr } from "@tsonic/core/types.js";
10
10
 
11
11
  // Import types from other namespaces
12
- import type { IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
13
- import * as System_Internal 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
- import type { StringBuilder } from "@tsonic/dotnet/System.Text.js";
16
- import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
17
- import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
18
- import type { IDbContextOptions } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js";
19
- import type { IRelationalConnection, ISqlGenerationHelper } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
20
- import * as Microsoft_EntityFrameworkCore_Update_Internal 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";
12
+ import type { IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
13
+ import type { StringBuilder } from "@tsonic/dotnet/System.Text/internal/index.js";
14
+ import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
15
+ import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
16
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
17
+ import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
18
+ import type { IDbContextOptions } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js";
19
+ import type { IRelationalConnection, ISqlGenerationHelper } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage/internal/index.js";
20
+ import * as Microsoft_EntityFrameworkCore_Update_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Update/internal/index.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/internal/index.js";
22
22
 
23
23
  export interface ISqlServerUpdateSqlGenerator$instance extends IUpdateSqlGenerator {
24
24
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_SqlServer_Update_Internal_ISqlServerUpdateSqlGenerator: never;
25
25
 
26
- AppendBulkInsertOperation(commandStringBuilder: StringBuilder, modificationCommands: IReadOnlyList<IReadOnlyModificationCommand>, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
27
- AppendBulkInsertOperation(commandStringBuilder: StringBuilder, modificationCommands: IReadOnlyList<IReadOnlyModificationCommand>, commandPosition: int): ResultSetMapping;
26
+ AppendBulkInsertOperation(commandStringBuilder: StringBuilder, modificationCommands: IReadOnlyList_1<IReadOnlyModificationCommand>, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
27
+ AppendBulkInsertOperation(commandStringBuilder: StringBuilder, modificationCommands: IReadOnlyList_1<IReadOnlyModificationCommand>, commandPosition: int): ResultSetMapping;
28
28
  }
29
29
 
30
30
 
@@ -33,6 +33,8 @@ export interface ISqlServerUpdateSqlGenerator$instance extends Microsoft_EntityF
33
33
  export type ISqlServerUpdateSqlGenerator = ISqlServerUpdateSqlGenerator$instance;
34
34
 
35
35
  export interface SqlServerModificationCommand$instance extends ModificationCommand {
36
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Update_Internal_SqlServerModificationCommand: never;
37
+
36
38
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_IModificationCommand: never;
37
39
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_INonTrackedModificationCommand: never;
38
40
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_IReadOnlyModificationCommand: never;
@@ -50,6 +52,8 @@ export const SqlServerModificationCommand: {
50
52
  export type SqlServerModificationCommand = SqlServerModificationCommand$instance;
51
53
 
52
54
  export interface SqlServerModificationCommandBatch$instance extends AffectedCountModificationCommandBatch {
55
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Update_Internal_SqlServerModificationCommandBatch: never;
56
+
53
57
  readonly UpdateSqlGenerator: ISqlServerUpdateSqlGenerator;
54
58
  AddCommand(modificationCommand: IReadOnlyModificationCommand): void;
55
59
  Complete(moreBatchesExpected: boolean): void;
@@ -69,6 +73,8 @@ export const SqlServerModificationCommandBatch: {
69
73
  export type SqlServerModificationCommandBatch = SqlServerModificationCommandBatch$instance;
70
74
 
71
75
  export interface SqlServerModificationCommandBatchFactory$instance {
76
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Update_Internal_SqlServerModificationCommandBatchFactory: never;
77
+
72
78
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_IModificationCommandBatchFactory: never;
73
79
 
74
80
  readonly Dependencies: ModificationCommandBatchFactoryDependencies;
@@ -84,6 +90,8 @@ export const SqlServerModificationCommandBatchFactory: {
84
90
  export type SqlServerModificationCommandBatchFactory = SqlServerModificationCommandBatchFactory$instance;
85
91
 
86
92
  export interface SqlServerModificationCommandFactory$instance {
93
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Update_Internal_SqlServerModificationCommandFactory: never;
94
+
87
95
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_IModificationCommandFactory: never;
88
96
 
89
97
  CreateModificationCommand(modificationCommandParameters: ModificationCommandParameters): IModificationCommand;
@@ -99,23 +107,25 @@ export const SqlServerModificationCommandFactory: {
99
107
  export type SqlServerModificationCommandFactory = SqlServerModificationCommandFactory$instance;
100
108
 
101
109
  export interface SqlServerUpdateSqlGenerator$instance extends UpdateAndSelectSqlGenerator {
110
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Update_Internal_SqlServerUpdateSqlGenerator: never;
111
+
102
112
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_SqlServer_Update_Internal_ISqlServerUpdateSqlGenerator: never;
103
113
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_IUpdateSqlGenerator: never;
104
114
 
105
115
  readonly MergeIntoMinimumThreshold: int;
106
116
  AppendBatchHeader(commandStringBuilder: StringBuilder): void;
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;
117
+ AppendBulkInsertOperation(commandStringBuilder: StringBuilder, modificationCommands: IReadOnlyList_1<IReadOnlyModificationCommand>, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
118
+ AppendDeleteCommand(commandStringBuilder: StringBuilder, name: string, schema: string, readOperations: IReadOnlyList_1<IColumnModification>, conditionOperations: IReadOnlyList_1<IColumnModification>, appendReturningOneClause?: boolean): void;
109
119
  AppendDeleteOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
110
120
  AppendIdentityWhereCondition(commandStringBuilder: StringBuilder, columnModification: IColumnModification): void;
111
- AppendInsertCommand(commandStringBuilder: StringBuilder, name: string, schema: string, writeOperations: IReadOnlyList<IColumnModification>, readOperations: IReadOnlyList<IColumnModification>): void;
121
+ AppendInsertCommand(commandStringBuilder: StringBuilder, name: string, schema: string, writeOperations: IReadOnlyList_1<IColumnModification>, readOperations: IReadOnlyList_1<IColumnModification>): void;
112
122
  AppendInsertOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
113
- AppendReturningClause(commandStringBuilder: StringBuilder, operations: IReadOnlyList<IColumnModification>, additionalValues?: string): void;
123
+ AppendReturningClause(commandStringBuilder: StringBuilder, operations: IReadOnlyList_1<IColumnModification>, additionalValues?: string): void;
114
124
  AppendRowsAffectedWhereCondition(commandStringBuilder: StringBuilder, expectedRowsAffected: int): void;
115
125
  AppendSelectAffectedCountCommand(commandStringBuilder: StringBuilder, name: string, schema: string, commandPosition: int): ResultSetMapping;
116
126
  AppendStoredProcedureCall(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
117
127
  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;
128
+ AppendUpdateCommand(commandStringBuilder: StringBuilder, name: string, schema: string, writeOperations: IReadOnlyList_1<IColumnModification>, readOperations: IReadOnlyList_1<IColumnModification>, conditionOperations: IReadOnlyList_1<IColumnModification>, appendReturningOneClause?: boolean): void;
119
129
  AppendUpdateOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
120
130
  PrependEnsureAutocommit(commandStringBuilder: StringBuilder): void;
121
131
  }
@@ -11,15 +11,15 @@ import type { ptr } from "@tsonic/core/types.js";
11
11
  // Import types from other namespaces
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
- import * as System_Internal 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";
18
- import type { IRelationalCommandDiagnosticsLogger } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js";
19
- import type { IProperty, ISequence, ITypeBase } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
20
- import type { IRawSqlCommandBuilder, IRelationalConnection } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
21
- import * as Microsoft_EntityFrameworkCore_ValueGeneration_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.ValueGeneration.js";
22
- import type { HiLoValueGenerator, HiLoValueGeneratorState, IValueGeneratorCache, IValueGeneratorSelector, RelationalValueGeneratorSelector, ValueGenerator, ValueGeneratorCache, ValueGeneratorCacheDependencies, ValueGeneratorSelectorDependencies } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.ValueGeneration.js";
14
+ import type { Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
15
+ import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
16
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
17
+ import type { Boolean as ClrBoolean, IDisposable, Int64, Object as ClrObject, Type } from "@tsonic/dotnet/System/internal/index.js";
18
+ import type { IRelationalCommandDiagnosticsLogger } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.js";
19
+ import type { IProperty, ISequence, ITypeBase } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata/internal/index.js";
20
+ import type { IRawSqlCommandBuilder, IRelationalConnection } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage/internal/index.js";
21
+ import * as Microsoft_EntityFrameworkCore_ValueGeneration_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.js";
22
+ import type { HiLoValueGenerator_1, HiLoValueGeneratorState, IValueGeneratorCache, IValueGeneratorSelector, RelationalValueGeneratorSelector, ValueGenerator, ValueGeneratorCache, ValueGeneratorCacheDependencies, ValueGeneratorSelectorDependencies } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.js";
23
23
 
24
24
  export interface ISqlServerSequenceValueGeneratorFactory$instance {
25
25
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_SqlServer_ValueGeneration_Internal_ISqlServerSequenceValueGeneratorFactory: never;
@@ -41,10 +41,12 @@ export interface ISqlServerValueGeneratorCache$instance extends Microsoft_Entity
41
41
 
42
42
  export type ISqlServerValueGeneratorCache = ISqlServerValueGeneratorCache$instance;
43
43
 
44
- export interface SqlServerSequenceHiLoValueGenerator_1$instance<TValue> extends HiLoValueGenerator<TValue> {
44
+ export interface SqlServerSequenceHiLoValueGenerator_1$instance<TValue> extends HiLoValueGenerator_1<TValue> {
45
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_ValueGeneration_Internal_SqlServerSequenceHiLoValueGenerator_1: never;
46
+
45
47
  readonly GeneratesTemporaryValues: boolean;
46
48
  GetNewLowValue(): long;
47
- GetNewLowValueAsync(cancellationToken?: CancellationToken): Task<System_Internal.Int64>;
49
+ GetNewLowValueAsync(cancellationToken?: CancellationToken): Task_1<System_Internal.Int64>;
48
50
  }
49
51
 
50
52
 
@@ -55,7 +57,9 @@ export const SqlServerSequenceHiLoValueGenerator_1: {
55
57
 
56
58
  export type SqlServerSequenceHiLoValueGenerator_1<TValue> = SqlServerSequenceHiLoValueGenerator_1$instance<TValue>;
57
59
 
58
- export interface SqlServerSequenceValueGeneratorFactory$instance {
60
+ export interface SqlServerSequenceValueGeneratorFactory$instance extends ISqlServerSequenceValueGeneratorFactory$instance {
61
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_ValueGeneration_Internal_SqlServerSequenceValueGeneratorFactory: never;
62
+
59
63
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_SqlServer_ValueGeneration_Internal_ISqlServerSequenceValueGeneratorFactory: never;
60
64
 
61
65
  TryCreate(property: IProperty, type: Type, generatorState: SqlServerSequenceValueGeneratorState, connection: ISqlServerConnection, rawSqlCommandBuilder: IRawSqlCommandBuilder, commandLogger: IRelationalCommandDiagnosticsLogger): ValueGenerator | undefined;
@@ -71,12 +75,12 @@ export interface __SqlServerSequenceValueGeneratorFactory$views {
71
75
  As_ISqlServerSequenceValueGeneratorFactory(): ISqlServerSequenceValueGeneratorFactory$instance;
72
76
  }
73
77
 
74
- export interface SqlServerSequenceValueGeneratorFactory$instance extends ISqlServerSequenceValueGeneratorFactory$instance {}
75
-
76
78
  export type SqlServerSequenceValueGeneratorFactory = SqlServerSequenceValueGeneratorFactory$instance & __SqlServerSequenceValueGeneratorFactory$views;
77
79
 
78
80
 
79
81
  export interface SqlServerSequenceValueGeneratorState$instance extends HiLoValueGeneratorState {
82
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_ValueGeneration_Internal_SqlServerSequenceValueGeneratorState: never;
83
+
80
84
  readonly __tsonic_iface_System_IDisposable: never;
81
85
 
82
86
  readonly Sequence: ISequence;
@@ -90,7 +94,9 @@ export const SqlServerSequenceValueGeneratorState: {
90
94
 
91
95
  export type SqlServerSequenceValueGeneratorState = SqlServerSequenceValueGeneratorState$instance;
92
96
 
93
- export interface SqlServerValueGeneratorCache$instance extends ValueGeneratorCache {
97
+ export interface SqlServerValueGeneratorCache$instance extends ValueGeneratorCache, ISqlServerValueGeneratorCache$instance {
98
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_ValueGeneration_Internal_SqlServerValueGeneratorCache: never;
99
+
94
100
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_SqlServer_ValueGeneration_Internal_ISqlServerValueGeneratorCache: never;
95
101
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ValueGeneration_IValueGeneratorCache: never;
96
102
 
@@ -107,12 +113,12 @@ export interface __SqlServerValueGeneratorCache$views {
107
113
  As_ISqlServerValueGeneratorCache(): ISqlServerValueGeneratorCache$instance;
108
114
  }
109
115
 
110
- export interface SqlServerValueGeneratorCache$instance extends ISqlServerValueGeneratorCache$instance {}
111
-
112
116
  export type SqlServerValueGeneratorCache = SqlServerValueGeneratorCache$instance & __SqlServerValueGeneratorCache$views;
113
117
 
114
118
 
115
119
  export interface SqlServerValueGeneratorSelector$instance extends RelationalValueGeneratorSelector {
120
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_ValueGeneration_Internal_SqlServerValueGeneratorSelector: never;
121
+
116
122
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ValueGeneration_IValueGeneratorSelector: never;
117
123
 
118
124
  readonly Cache: ISqlServerValueGeneratorCache;
@@ -7,18 +7,18 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
7
7
 
8
8
  // Import types from other namespaces
9
9
  import type { AzureSqlDbContextOptionsBuilder, AzureSynapseDbContextOptionsBuilder, SqlServerDbContextOptionsBuilder } from "../../Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js";
10
- import * as System_Internal from "@tsonic/dotnet/System.js";
11
- import type { Action, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
12
- import type { DbContext, DbContextOptionsBuilder } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.js";
13
- import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
10
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
11
+ import type { Action_1, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
12
+ import type { DbContext, DbContextOptionsBuilder } from "@tsonic/efcore/Microsoft.EntityFrameworkCore/internal/index.js";
13
+ import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection/internal/index.js";
14
14
 
15
15
  export abstract class SqlServerServiceCollectionExtensions$instance {
16
- static AddAzureSql<TContext extends DbContext>(serviceCollection: IServiceCollection, connectionString: string, azureSqlOptionsAction?: Action<AzureSqlDbContextOptionsBuilder>, optionsAction?: Action<DbContextOptionsBuilder>): IServiceCollection;
17
- static AddAzureSynapse<TContext extends DbContext>(serviceCollection: IServiceCollection, connectionString: string, azureSynapseOptionsAction?: Action<AzureSynapseDbContextOptionsBuilder>, optionsAction?: Action<DbContextOptionsBuilder>): IServiceCollection;
16
+ static AddAzureSql<TContext extends DbContext>(serviceCollection: IServiceCollection, connectionString: string, azureSqlOptionsAction?: Action_1<AzureSqlDbContextOptionsBuilder>, optionsAction?: Action_1<DbContextOptionsBuilder>): IServiceCollection;
17
+ static AddAzureSynapse<TContext extends DbContext>(serviceCollection: IServiceCollection, connectionString: string, azureSynapseOptionsAction?: Action_1<AzureSynapseDbContextOptionsBuilder>, optionsAction?: Action_1<DbContextOptionsBuilder>): IServiceCollection;
18
18
  static AddEntityFrameworkAzureSql(serviceCollection: IServiceCollection): IServiceCollection;
19
19
  static AddEntityFrameworkAzureSynapse(serviceCollection: IServiceCollection): IServiceCollection;
20
20
  static AddEntityFrameworkSqlServer(serviceCollection: IServiceCollection): IServiceCollection;
21
- static AddSqlServer<TContext extends DbContext>(serviceCollection: IServiceCollection, connectionString: string, sqlServerOptionsAction?: Action<SqlServerDbContextOptionsBuilder>, optionsAction?: Action<DbContextOptionsBuilder>): IServiceCollection;
21
+ static AddSqlServer<TContext extends DbContext>(serviceCollection: IServiceCollection, connectionString: string, sqlServerOptionsAction?: Action_1<SqlServerDbContextOptionsBuilder>, optionsAction?: Action_1<DbContextOptionsBuilder>): IServiceCollection;
22
22
  }
23
23
 
24
24