@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
@@ -6,10 +6,10 @@
6
6
  import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
  // Import types from other namespaces
9
- import type { IList } from "@tsonic/dotnet/System.Collections.Generic.js";
10
- import type { ReadOnlyCollection } from "@tsonic/dotnet/System.Collections.ObjectModel.js";
11
- import * as System_Internal from "@tsonic/dotnet/System.js";
12
- import type { Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
9
+ import type { IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
10
+ import type { ReadOnlyCollection_1 } from "@tsonic/dotnet/System.Collections.ObjectModel/internal/index.js";
11
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
12
+ import type { Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
13
13
 
14
14
  export enum SensitivityRank {
15
15
  NOT_DEFINED = -1,
@@ -22,18 +22,22 @@ export enum SensitivityRank {
22
22
 
23
23
 
24
24
  export interface ColumnSensitivity$instance {
25
- readonly SensitivityProperties: ReadOnlyCollection<SensitivityProperty>;
25
+ readonly __tsonic_type_Microsoft_Data_SqlClient_DataClassification_ColumnSensitivity: never;
26
+
27
+ readonly SensitivityProperties: ReadOnlyCollection_1<SensitivityProperty>;
26
28
  }
27
29
 
28
30
 
29
31
  export const ColumnSensitivity: {
30
- new(sensitivityProperties: IList<SensitivityProperty>): ColumnSensitivity;
32
+ new(sensitivityProperties: IList_1<SensitivityProperty>): ColumnSensitivity;
31
33
  };
32
34
 
33
35
 
34
36
  export type ColumnSensitivity = ColumnSensitivity$instance;
35
37
 
36
38
  export interface InformationType$instance {
39
+ readonly __tsonic_type_Microsoft_Data_SqlClient_DataClassification_InformationType: never;
40
+
37
41
  readonly Id: string;
38
42
  readonly Name: string;
39
43
  }
@@ -47,6 +51,8 @@ export const InformationType: {
47
51
  export type InformationType = InformationType$instance;
48
52
 
49
53
  export interface Label$instance {
54
+ readonly __tsonic_type_Microsoft_Data_SqlClient_DataClassification_Label: never;
55
+
50
56
  readonly Id: string;
51
57
  readonly Name: string;
52
58
  }
@@ -60,21 +66,25 @@ export const Label: {
60
66
  export type Label = Label$instance;
61
67
 
62
68
  export interface SensitivityClassification$instance {
63
- readonly ColumnSensitivities: ReadOnlyCollection<ColumnSensitivity>;
64
- readonly InformationTypes: ReadOnlyCollection<InformationType>;
65
- readonly Labels: ReadOnlyCollection<Label>;
69
+ readonly __tsonic_type_Microsoft_Data_SqlClient_DataClassification_SensitivityClassification: never;
70
+
71
+ readonly ColumnSensitivities: ReadOnlyCollection_1<ColumnSensitivity>;
72
+ readonly InformationTypes: ReadOnlyCollection_1<InformationType>;
73
+ readonly Labels: ReadOnlyCollection_1<Label>;
66
74
  readonly SensitivityRank: SensitivityRank;
67
75
  }
68
76
 
69
77
 
70
78
  export const SensitivityClassification: {
71
- new(labels: IList<Label>, informationTypes: IList<InformationType>, columnSensitivity: IList<ColumnSensitivity>, sensitivityRank: SensitivityRank): SensitivityClassification;
79
+ new(labels: IList_1<Label>, informationTypes: IList_1<InformationType>, columnSensitivity: IList_1<ColumnSensitivity>, sensitivityRank: SensitivityRank): SensitivityClassification;
72
80
  };
73
81
 
74
82
 
75
83
  export type SensitivityClassification = SensitivityClassification$instance;
76
84
 
77
85
  export interface SensitivityProperty$instance {
86
+ readonly __tsonic_type_Microsoft_Data_SqlClient_DataClassification_SensitivityProperty: never;
87
+
78
88
  readonly InformationType: InformationType;
79
89
  readonly Label: Label;
80
90
  readonly SensitivityRank: SensitivityRank;
@@ -7,30 +7,32 @@ 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 { SqlCommand, SqlConnection } from "../../Microsoft.Data.SqlClient/internal/index.js";
10
- import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
11
- import type { IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator, IReadOnlyCollection, IReadOnlyList, KeyValuePair } from "@tsonic/dotnet/System.Collections.Generic.js";
12
- import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
13
- import type { IDictionary, IEnumerable } from "@tsonic/dotnet/System.Collections.js";
14
- import type { IsolationLevel } from "@tsonic/dotnet/System.Data.js";
15
- import * as System_Internal from "@tsonic/dotnet/System.js";
16
- import type { Exception, Guid, Int32, Int64, Nullable, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
10
+ import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
11
+ import type { IEnumerable_1, IEnumerator_1, IReadOnlyCollection_1, IReadOnlyList_1, KeyValuePair_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
12
+ import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
13
+ import type { IDictionary, IEnumerable } from "@tsonic/dotnet/System.Collections/internal/index.js";
14
+ import type { IsolationLevel } from "@tsonic/dotnet/System.Data/internal/index.js";
15
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
16
+ import type { Exception, Guid, Int32, Int64, Nullable_1, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
17
17
 
18
18
  export interface SqlClientCommandAfter$instance {
19
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientCommandAfter: never;
20
+
19
21
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
20
22
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
21
23
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
22
24
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
23
25
 
24
26
  readonly Command: SqlCommand;
25
- readonly ConnectionId: Nullable<Guid>;
27
+ readonly ConnectionId: Nullable_1<Guid>;
26
28
  readonly Count: int;
27
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
29
+ readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
28
30
  readonly Operation: string;
29
31
  readonly OperationId: Guid;
30
32
  readonly Statistics: IDictionary;
31
33
  readonly Timestamp: long;
32
- readonly TransactionId: Nullable<System_Internal.Int64>;
33
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
34
+ readonly TransactionId: Nullable_1<System_Internal.Int64>;
35
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
34
36
  }
35
37
 
36
38
 
@@ -43,20 +45,22 @@ export const SqlClientCommandAfter: {
43
45
  export type SqlClientCommandAfter = SqlClientCommandAfter$instance;
44
46
 
45
47
  export interface SqlClientCommandBefore$instance {
48
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientCommandBefore: never;
49
+
46
50
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
47
51
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
48
52
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
49
53
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
50
54
 
51
55
  readonly Command: SqlCommand;
52
- readonly ConnectionId: Nullable<Guid>;
56
+ readonly ConnectionId: Nullable_1<Guid>;
53
57
  readonly Count: int;
54
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
58
+ readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
55
59
  readonly Operation: string;
56
60
  readonly OperationId: Guid;
57
61
  readonly Timestamp: long;
58
- readonly TransactionId: Nullable<System_Internal.Int64>;
59
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
62
+ readonly TransactionId: Nullable_1<System_Internal.Int64>;
63
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
60
64
  }
61
65
 
62
66
 
@@ -69,21 +73,23 @@ export const SqlClientCommandBefore: {
69
73
  export type SqlClientCommandBefore = SqlClientCommandBefore$instance;
70
74
 
71
75
  export interface SqlClientCommandError$instance {
76
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientCommandError: never;
77
+
72
78
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
73
79
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
74
80
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
75
81
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
76
82
 
77
83
  readonly Command: SqlCommand;
78
- readonly ConnectionId: Nullable<Guid>;
84
+ readonly ConnectionId: Nullable_1<Guid>;
79
85
  readonly Count: int;
80
86
  readonly Exception: Exception;
81
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
87
+ readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
82
88
  readonly Operation: string;
83
89
  readonly OperationId: Guid;
84
90
  readonly Timestamp: long;
85
- readonly TransactionId: Nullable<System_Internal.Int64>;
86
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
91
+ readonly TransactionId: Nullable_1<System_Internal.Int64>;
92
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
87
93
  }
88
94
 
89
95
 
@@ -96,20 +102,22 @@ export const SqlClientCommandError: {
96
102
  export type SqlClientCommandError = SqlClientCommandError$instance;
97
103
 
98
104
  export interface SqlClientConnectionCloseAfter$instance {
105
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientConnectionCloseAfter: never;
106
+
99
107
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
100
108
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
101
109
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
102
110
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
103
111
 
104
112
  readonly Connection: SqlConnection;
105
- readonly ConnectionId: Nullable<Guid>;
113
+ readonly ConnectionId: Nullable_1<Guid>;
106
114
  readonly Count: int;
107
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
115
+ readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
108
116
  readonly Operation: string;
109
117
  readonly OperationId: Guid;
110
118
  readonly Statistics: IDictionary;
111
119
  readonly Timestamp: long;
112
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
120
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
113
121
  }
114
122
 
115
123
 
@@ -122,20 +130,22 @@ export const SqlClientConnectionCloseAfter: {
122
130
  export type SqlClientConnectionCloseAfter = SqlClientConnectionCloseAfter$instance;
123
131
 
124
132
  export interface SqlClientConnectionCloseBefore$instance {
133
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientConnectionCloseBefore: never;
134
+
125
135
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
126
136
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
127
137
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
128
138
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
129
139
 
130
140
  readonly Connection: SqlConnection;
131
- readonly ConnectionId: Nullable<Guid>;
141
+ readonly ConnectionId: Nullable_1<Guid>;
132
142
  readonly Count: int;
133
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
143
+ readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
134
144
  readonly Operation: string;
135
145
  readonly OperationId: Guid;
136
146
  readonly Statistics: IDictionary;
137
147
  readonly Timestamp: long;
138
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
148
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
139
149
  }
140
150
 
141
151
 
@@ -148,21 +158,23 @@ export const SqlClientConnectionCloseBefore: {
148
158
  export type SqlClientConnectionCloseBefore = SqlClientConnectionCloseBefore$instance;
149
159
 
150
160
  export interface SqlClientConnectionCloseError$instance {
161
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientConnectionCloseError: never;
162
+
151
163
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
152
164
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
153
165
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
154
166
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
155
167
 
156
168
  readonly Connection: SqlConnection;
157
- readonly ConnectionId: Nullable<Guid>;
169
+ readonly ConnectionId: Nullable_1<Guid>;
158
170
  readonly Count: int;
159
171
  readonly Exception: Exception;
160
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
172
+ readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
161
173
  readonly Operation: string;
162
174
  readonly OperationId: Guid;
163
175
  readonly Statistics: IDictionary;
164
176
  readonly Timestamp: long;
165
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
177
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
166
178
  }
167
179
 
168
180
 
@@ -175,6 +187,8 @@ export const SqlClientConnectionCloseError: {
175
187
  export type SqlClientConnectionCloseError = SqlClientConnectionCloseError$instance;
176
188
 
177
189
  export interface SqlClientConnectionOpenAfter$instance {
190
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientConnectionOpenAfter: never;
191
+
178
192
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
179
193
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
180
194
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -184,12 +198,12 @@ export interface SqlClientConnectionOpenAfter$instance {
184
198
  readonly Connection: SqlConnection;
185
199
  readonly ConnectionId: Guid;
186
200
  readonly Count: int;
187
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
201
+ readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
188
202
  readonly Operation: string;
189
203
  readonly OperationId: Guid;
190
204
  readonly Statistics: IDictionary;
191
205
  readonly Timestamp: long;
192
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
206
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
193
207
  }
194
208
 
195
209
 
@@ -202,6 +216,8 @@ export const SqlClientConnectionOpenAfter: {
202
216
  export type SqlClientConnectionOpenAfter = SqlClientConnectionOpenAfter$instance;
203
217
 
204
218
  export interface SqlClientConnectionOpenBefore$instance {
219
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientConnectionOpenBefore: never;
220
+
205
221
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
206
222
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
207
223
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -210,11 +226,11 @@ export interface SqlClientConnectionOpenBefore$instance {
210
226
  readonly ClientVersion: string;
211
227
  readonly Connection: SqlConnection;
212
228
  readonly Count: int;
213
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
229
+ readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
214
230
  readonly Operation: string;
215
231
  readonly OperationId: Guid;
216
232
  readonly Timestamp: long;
217
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
233
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
218
234
  }
219
235
 
220
236
 
@@ -227,6 +243,8 @@ export const SqlClientConnectionOpenBefore: {
227
243
  export type SqlClientConnectionOpenBefore = SqlClientConnectionOpenBefore$instance;
228
244
 
229
245
  export interface SqlClientConnectionOpenError$instance {
246
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientConnectionOpenError: never;
247
+
230
248
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
231
249
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
232
250
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -237,11 +255,11 @@ export interface SqlClientConnectionOpenError$instance {
237
255
  readonly ConnectionId: Guid;
238
256
  readonly Count: int;
239
257
  readonly Exception: Exception;
240
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
258
+ readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
241
259
  readonly Operation: string;
242
260
  readonly OperationId: Guid;
243
261
  readonly Timestamp: long;
244
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
262
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
245
263
  }
246
264
 
247
265
 
@@ -254,6 +272,8 @@ export const SqlClientConnectionOpenError: {
254
272
  export type SqlClientConnectionOpenError = SqlClientConnectionOpenError$instance;
255
273
 
256
274
  export interface SqlClientTransactionCommitAfter$instance {
275
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientTransactionCommitAfter: never;
276
+
257
277
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
258
278
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
259
279
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -262,12 +282,12 @@ export interface SqlClientTransactionCommitAfter$instance {
262
282
  readonly Connection: SqlConnection;
263
283
  readonly Count: int;
264
284
  readonly IsolationLevel: IsolationLevel;
265
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
285
+ readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
266
286
  readonly Operation: string;
267
287
  readonly OperationId: Guid;
268
288
  readonly Timestamp: long;
269
- readonly TransactionId: Nullable<System_Internal.Int64>;
270
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
289
+ readonly TransactionId: Nullable_1<System_Internal.Int64>;
290
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
271
291
  }
272
292
 
273
293
 
@@ -280,6 +300,8 @@ export const SqlClientTransactionCommitAfter: {
280
300
  export type SqlClientTransactionCommitAfter = SqlClientTransactionCommitAfter$instance;
281
301
 
282
302
  export interface SqlClientTransactionCommitBefore$instance {
303
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientTransactionCommitBefore: never;
304
+
283
305
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
284
306
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
285
307
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -288,12 +310,12 @@ export interface SqlClientTransactionCommitBefore$instance {
288
310
  readonly Connection: SqlConnection;
289
311
  readonly Count: int;
290
312
  readonly IsolationLevel: IsolationLevel;
291
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
313
+ readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
292
314
  readonly Operation: string;
293
315
  readonly OperationId: Guid;
294
316
  readonly Timestamp: long;
295
- readonly TransactionId: Nullable<System_Internal.Int64>;
296
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
317
+ readonly TransactionId: Nullable_1<System_Internal.Int64>;
318
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
297
319
  }
298
320
 
299
321
 
@@ -306,6 +328,8 @@ export const SqlClientTransactionCommitBefore: {
306
328
  export type SqlClientTransactionCommitBefore = SqlClientTransactionCommitBefore$instance;
307
329
 
308
330
  export interface SqlClientTransactionCommitError$instance {
331
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientTransactionCommitError: never;
332
+
309
333
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
310
334
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
311
335
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -315,12 +339,12 @@ export interface SqlClientTransactionCommitError$instance {
315
339
  readonly Count: int;
316
340
  readonly Exception: Exception;
317
341
  readonly IsolationLevel: IsolationLevel;
318
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
342
+ readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
319
343
  readonly Operation: string;
320
344
  readonly OperationId: Guid;
321
345
  readonly Timestamp: long;
322
- readonly TransactionId: Nullable<System_Internal.Int64>;
323
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
346
+ readonly TransactionId: Nullable_1<System_Internal.Int64>;
347
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
324
348
  }
325
349
 
326
350
 
@@ -333,6 +357,8 @@ export const SqlClientTransactionCommitError: {
333
357
  export type SqlClientTransactionCommitError = SqlClientTransactionCommitError$instance;
334
358
 
335
359
  export interface SqlClientTransactionRollbackAfter$instance {
360
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientTransactionRollbackAfter: never;
361
+
336
362
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
337
363
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
338
364
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -341,13 +367,13 @@ export interface SqlClientTransactionRollbackAfter$instance {
341
367
  readonly Connection: SqlConnection;
342
368
  readonly Count: int;
343
369
  readonly IsolationLevel: IsolationLevel;
344
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
370
+ readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
345
371
  readonly Operation: string;
346
372
  readonly OperationId: Guid;
347
373
  readonly Timestamp: long;
348
- readonly TransactionId: Nullable<System_Internal.Int64>;
374
+ readonly TransactionId: Nullable_1<System_Internal.Int64>;
349
375
  readonly TransactionName: string;
350
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
376
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
351
377
  }
352
378
 
353
379
 
@@ -360,6 +386,8 @@ export const SqlClientTransactionRollbackAfter: {
360
386
  export type SqlClientTransactionRollbackAfter = SqlClientTransactionRollbackAfter$instance;
361
387
 
362
388
  export interface SqlClientTransactionRollbackBefore$instance {
389
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientTransactionRollbackBefore: never;
390
+
363
391
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
364
392
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
365
393
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -368,13 +396,13 @@ export interface SqlClientTransactionRollbackBefore$instance {
368
396
  readonly Connection: SqlConnection;
369
397
  readonly Count: int;
370
398
  readonly IsolationLevel: IsolationLevel;
371
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
399
+ readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
372
400
  readonly Operation: string;
373
401
  readonly OperationId: Guid;
374
402
  readonly Timestamp: long;
375
- readonly TransactionId: Nullable<System_Internal.Int64>;
403
+ readonly TransactionId: Nullable_1<System_Internal.Int64>;
376
404
  readonly TransactionName: string;
377
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
405
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
378
406
  }
379
407
 
380
408
 
@@ -387,6 +415,8 @@ export const SqlClientTransactionRollbackBefore: {
387
415
  export type SqlClientTransactionRollbackBefore = SqlClientTransactionRollbackBefore$instance;
388
416
 
389
417
  export interface SqlClientTransactionRollbackError$instance {
418
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientTransactionRollbackError: never;
419
+
390
420
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
391
421
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
392
422
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -396,13 +426,13 @@ export interface SqlClientTransactionRollbackError$instance {
396
426
  readonly Count: int;
397
427
  readonly Exception: Exception;
398
428
  readonly IsolationLevel: IsolationLevel;
399
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
429
+ readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
400
430
  readonly Operation: string;
401
431
  readonly OperationId: Guid;
402
432
  readonly Timestamp: long;
403
- readonly TransactionId: Nullable<System_Internal.Int64>;
433
+ readonly TransactionId: Nullable_1<System_Internal.Int64>;
404
434
  readonly TransactionName: string;
405
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
435
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
406
436
  }
407
437
 
408
438
 
@@ -7,13 +7,15 @@ 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 { SortOrder } from "../../Microsoft.Data.SqlClient/internal/index.js";
10
- import * as System_Data_Internal from "@tsonic/dotnet/System.Data.js";
11
- import type { DbType, IDataRecord, SqlDbType } from "@tsonic/dotnet/System.Data.js";
12
- import type { SqlBinary, SqlBoolean, SqlByte, SqlBytes, SqlChars, SqlCompareOptions, SqlDateTime, SqlDecimal, SqlDouble, SqlGuid, SqlInt16, SqlInt32, SqlInt64, SqlMoney, SqlSingle, SqlString, SqlXml } from "@tsonic/dotnet/System.Data.SqlTypes.js";
13
- import * as System_Internal from "@tsonic/dotnet/System.js";
14
- import type { Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Decimal, Double, Guid, Int16, Int32, Int64, Object as ClrObject, Single, String as ClrString, TimeSpan, Type, Void } from "@tsonic/dotnet/System.js";
10
+ import type { SqlBinary, SqlBoolean, SqlByte, SqlBytes, SqlChars, SqlCompareOptions, SqlDateTime, SqlDecimal, SqlDouble, SqlGuid, SqlInt16, SqlInt32, SqlInt64, SqlMoney, SqlSingle, SqlString, SqlXml } from "@tsonic/dotnet/System.Data.SqlTypes/internal/index.js";
11
+ import * as System_Data_Internal from "@tsonic/dotnet/System.Data/internal/index.js";
12
+ import type { DbType, IDataRecord, SqlDbType } from "@tsonic/dotnet/System.Data/internal/index.js";
13
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
14
+ import type { Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Decimal, Double, Guid, Int16, Int32, Int64, Object as ClrObject, Single, String as ClrString, TimeSpan, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
15
15
 
16
16
  export interface SqlDataRecord$instance {
17
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Server_SqlDataRecord: never;
18
+
17
19
  readonly __tsonic_iface_System_Data_IDataRecord: never;
18
20
 
19
21
  readonly FieldCount: int;
@@ -108,6 +110,8 @@ export const SqlDataRecord: {
108
110
  export type SqlDataRecord = SqlDataRecord$instance;
109
111
 
110
112
  export interface SqlMetaData$instance {
113
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Server_SqlMetaData: never;
114
+
111
115
  readonly CompareOptions: SqlCompareOptions;
112
116
  readonly DbType: DbType;
113
117
  readonly IsUniqueKey: boolean;
@@ -6,25 +6,27 @@
6
6
  import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
  // Import types from other namespaces
9
- import * as System_Data_SqlTypes_Internal from "@tsonic/dotnet/System.Data.SqlTypes.js";
10
- import type { INullable } from "@tsonic/dotnet/System.Data.SqlTypes.js";
11
- import * as System_IO_Internal from "@tsonic/dotnet/System.IO.js";
12
- import type { FileAccess, FileOptions, SeekOrigin, Stream } from "@tsonic/dotnet/System.IO.js";
13
- import * as System_Internal from "@tsonic/dotnet/System.js";
14
- import type { AsyncCallback, Boolean as ClrBoolean, Byte, IAsyncDisposable, IAsyncResult, IDisposable, Int32, Int64, Nullable, Object as ClrObject, ReadOnlyMemory, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System.js";
15
- import type { JsonDocument } from "@tsonic/dotnet/System.Text.Json.js";
9
+ import * as System_Data_SqlTypes_Internal from "@tsonic/dotnet/System.Data.SqlTypes/internal/index.js";
10
+ import type { INullable } from "@tsonic/dotnet/System.Data.SqlTypes/internal/index.js";
11
+ import * as System_IO_Internal from "@tsonic/dotnet/System.IO/internal/index.js";
12
+ import type { FileAccess, FileOptions, SeekOrigin, Stream } from "@tsonic/dotnet/System.IO/internal/index.js";
13
+ import type { JsonDocument } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
14
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
15
+ import type { AsyncCallback, Boolean as ClrBoolean, Byte, IAsyncDisposable, IAsyncResult, IDisposable, Int32, Int64, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
16
16
 
17
17
  export interface SqlVector_1$instance<T extends unknown> {
18
+ readonly __tsonic_type_Microsoft_Data_SqlTypes_SqlVector_1: never;
19
+
18
20
  readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
19
21
 
20
22
  readonly IsNull: boolean;
21
23
  readonly Length: int;
22
- readonly Memory: ReadOnlyMemory<T>;
24
+ readonly Memory: ReadOnlyMemory_1<T>;
23
25
  }
24
26
 
25
27
 
26
28
  export const SqlVector_1: {
27
- new<T extends unknown>(memory: ReadOnlyMemory<T>): SqlVector_1<T>;
29
+ new<T extends unknown>(memory: ReadOnlyMemory_1<T>): SqlVector_1<T>;
28
30
  readonly Null: unknown;
29
31
  CreateNull<T extends unknown>(length: int): SqlVector_1<T>;
30
32
  };
@@ -33,6 +35,8 @@ export const SqlVector_1: {
33
35
  export type SqlVector_1<T> = SqlVector_1$instance<T>;
34
36
 
35
37
  export interface SqlFileStream$instance extends Stream {
38
+ readonly __tsonic_type_Microsoft_Data_SqlTypes_SqlFileStream: never;
39
+
36
40
  readonly __tsonic_iface_System_IAsyncDisposable: never;
37
41
  readonly __tsonic_iface_System_IDisposable: never;
38
42
 
@@ -69,6 +73,8 @@ export const SqlFileStream: {
69
73
  export type SqlFileStream = SqlFileStream$instance;
70
74
 
71
75
  export interface SqlJson$instance {
76
+ readonly __tsonic_type_Microsoft_Data_SqlTypes_SqlJson: never;
77
+
72
78
  readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
73
79
 
74
80
  readonly IsNull: boolean;