@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.
- package/Azure/bindings.json +686 -17
- package/Azure/internal/index.d.ts +37 -15
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +61 -23
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Cryptography/internal/index.d.ts +4 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +6 -2
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.Extensions/internal/index.d.ts +8 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.GeoJson/internal/index.d.ts +43 -7
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +24 -9
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +8 -2
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +97 -35
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -5
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data/internal/index.d.ts +2 -1
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +140 -38
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +90 -15
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +2 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +87 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +53 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +9 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +183 -9
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +102 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +33 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +21 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +4 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +113 -47
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +7 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.RP/bindings.json +10 -0
- package/Microsoft.Identity.Client.Region/bindings.json +29 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +13 -6
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +11 -6
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +9 -3
- package/Microsoft.IdentityModel.Logging.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +17 -1
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -1
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +19 -3
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
- package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +145 -44
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +4 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +4 -1
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +21 -12
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +101 -32
- package/System.ClientModel.Primitives.d.ts +5 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +292 -59
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Internal/internal/index.d.ts +23 -2
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +8 -3
- package/System.Configuration.Provider.d.ts +1 -1
- package/System.Configuration.d.ts +3 -3
- package/System.Diagnostics/bindings.json +5 -0
- package/System.Drawing.Configuration/bindings.json +25 -0
- package/System.Drawing.Configuration/internal/index.d.ts +6 -2
- package/System.Drawing.Configuration.d.ts +5 -2
- package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +56 -20
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/__internal/extensions/index.d.ts +915 -14
- package/package.json +1 -1
|
@@ -16,10 +16,15 @@ import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
|
16
16
|
import type { Exception, Guid, Int32, Int64, Nullable, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
|
|
17
17
|
|
|
18
18
|
export interface SqlClientCommandAfter$instance {
|
|
19
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
20
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
21
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
22
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
23
|
+
|
|
19
24
|
readonly Command: SqlCommand;
|
|
20
25
|
readonly ConnectionId: Nullable<Guid>;
|
|
21
26
|
readonly Count: int;
|
|
22
|
-
readonly
|
|
27
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
23
28
|
readonly Operation: string;
|
|
24
29
|
readonly OperationId: Guid;
|
|
25
30
|
readonly Statistics: IDictionary;
|
|
@@ -38,10 +43,15 @@ export const SqlClientCommandAfter: {
|
|
|
38
43
|
export type SqlClientCommandAfter = SqlClientCommandAfter$instance;
|
|
39
44
|
|
|
40
45
|
export interface SqlClientCommandBefore$instance {
|
|
46
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
47
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
48
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
49
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
50
|
+
|
|
41
51
|
readonly Command: SqlCommand;
|
|
42
52
|
readonly ConnectionId: Nullable<Guid>;
|
|
43
53
|
readonly Count: int;
|
|
44
|
-
readonly
|
|
54
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
45
55
|
readonly Operation: string;
|
|
46
56
|
readonly OperationId: Guid;
|
|
47
57
|
readonly Timestamp: long;
|
|
@@ -59,11 +69,16 @@ export const SqlClientCommandBefore: {
|
|
|
59
69
|
export type SqlClientCommandBefore = SqlClientCommandBefore$instance;
|
|
60
70
|
|
|
61
71
|
export interface SqlClientCommandError$instance {
|
|
72
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
73
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
74
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
75
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
76
|
+
|
|
62
77
|
readonly Command: SqlCommand;
|
|
63
78
|
readonly ConnectionId: Nullable<Guid>;
|
|
64
79
|
readonly Count: int;
|
|
65
80
|
readonly Exception: Exception;
|
|
66
|
-
readonly
|
|
81
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
67
82
|
readonly Operation: string;
|
|
68
83
|
readonly OperationId: Guid;
|
|
69
84
|
readonly Timestamp: long;
|
|
@@ -81,10 +96,15 @@ export const SqlClientCommandError: {
|
|
|
81
96
|
export type SqlClientCommandError = SqlClientCommandError$instance;
|
|
82
97
|
|
|
83
98
|
export interface SqlClientConnectionCloseAfter$instance {
|
|
99
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
100
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
101
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
102
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
103
|
+
|
|
84
104
|
readonly Connection: SqlConnection;
|
|
85
105
|
readonly ConnectionId: Nullable<Guid>;
|
|
86
106
|
readonly Count: int;
|
|
87
|
-
readonly
|
|
107
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
88
108
|
readonly Operation: string;
|
|
89
109
|
readonly OperationId: Guid;
|
|
90
110
|
readonly Statistics: IDictionary;
|
|
@@ -102,10 +122,15 @@ export const SqlClientConnectionCloseAfter: {
|
|
|
102
122
|
export type SqlClientConnectionCloseAfter = SqlClientConnectionCloseAfter$instance;
|
|
103
123
|
|
|
104
124
|
export interface SqlClientConnectionCloseBefore$instance {
|
|
125
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
126
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
127
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
128
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
129
|
+
|
|
105
130
|
readonly Connection: SqlConnection;
|
|
106
131
|
readonly ConnectionId: Nullable<Guid>;
|
|
107
132
|
readonly Count: int;
|
|
108
|
-
readonly
|
|
133
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
109
134
|
readonly Operation: string;
|
|
110
135
|
readonly OperationId: Guid;
|
|
111
136
|
readonly Statistics: IDictionary;
|
|
@@ -123,11 +148,16 @@ export const SqlClientConnectionCloseBefore: {
|
|
|
123
148
|
export type SqlClientConnectionCloseBefore = SqlClientConnectionCloseBefore$instance;
|
|
124
149
|
|
|
125
150
|
export interface SqlClientConnectionCloseError$instance {
|
|
151
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
152
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
153
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
154
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
155
|
+
|
|
126
156
|
readonly Connection: SqlConnection;
|
|
127
157
|
readonly ConnectionId: Nullable<Guid>;
|
|
128
158
|
readonly Count: int;
|
|
129
159
|
readonly Exception: Exception;
|
|
130
|
-
readonly
|
|
160
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
131
161
|
readonly Operation: string;
|
|
132
162
|
readonly OperationId: Guid;
|
|
133
163
|
readonly Statistics: IDictionary;
|
|
@@ -145,11 +175,16 @@ export const SqlClientConnectionCloseError: {
|
|
|
145
175
|
export type SqlClientConnectionCloseError = SqlClientConnectionCloseError$instance;
|
|
146
176
|
|
|
147
177
|
export interface SqlClientConnectionOpenAfter$instance {
|
|
178
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
179
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
180
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
181
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
182
|
+
|
|
148
183
|
readonly ClientVersion: string;
|
|
149
184
|
readonly Connection: SqlConnection;
|
|
150
185
|
readonly ConnectionId: Guid;
|
|
151
186
|
readonly Count: int;
|
|
152
|
-
readonly
|
|
187
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
153
188
|
readonly Operation: string;
|
|
154
189
|
readonly OperationId: Guid;
|
|
155
190
|
readonly Statistics: IDictionary;
|
|
@@ -167,10 +202,15 @@ export const SqlClientConnectionOpenAfter: {
|
|
|
167
202
|
export type SqlClientConnectionOpenAfter = SqlClientConnectionOpenAfter$instance;
|
|
168
203
|
|
|
169
204
|
export interface SqlClientConnectionOpenBefore$instance {
|
|
205
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
206
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
207
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
208
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
209
|
+
|
|
170
210
|
readonly ClientVersion: string;
|
|
171
211
|
readonly Connection: SqlConnection;
|
|
172
212
|
readonly Count: int;
|
|
173
|
-
readonly
|
|
213
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
174
214
|
readonly Operation: string;
|
|
175
215
|
readonly OperationId: Guid;
|
|
176
216
|
readonly Timestamp: long;
|
|
@@ -187,12 +227,17 @@ export const SqlClientConnectionOpenBefore: {
|
|
|
187
227
|
export type SqlClientConnectionOpenBefore = SqlClientConnectionOpenBefore$instance;
|
|
188
228
|
|
|
189
229
|
export interface SqlClientConnectionOpenError$instance {
|
|
230
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
231
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
232
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
233
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
234
|
+
|
|
190
235
|
readonly ClientVersion: string;
|
|
191
236
|
readonly Connection: SqlConnection;
|
|
192
237
|
readonly ConnectionId: Guid;
|
|
193
238
|
readonly Count: int;
|
|
194
239
|
readonly Exception: Exception;
|
|
195
|
-
readonly
|
|
240
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
196
241
|
readonly Operation: string;
|
|
197
242
|
readonly OperationId: Guid;
|
|
198
243
|
readonly Timestamp: long;
|
|
@@ -209,10 +254,15 @@ export const SqlClientConnectionOpenError: {
|
|
|
209
254
|
export type SqlClientConnectionOpenError = SqlClientConnectionOpenError$instance;
|
|
210
255
|
|
|
211
256
|
export interface SqlClientTransactionCommitAfter$instance {
|
|
257
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
258
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
259
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
260
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
261
|
+
|
|
212
262
|
readonly Connection: SqlConnection;
|
|
213
263
|
readonly Count: int;
|
|
214
264
|
readonly IsolationLevel: IsolationLevel;
|
|
215
|
-
readonly
|
|
265
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
216
266
|
readonly Operation: string;
|
|
217
267
|
readonly OperationId: Guid;
|
|
218
268
|
readonly Timestamp: long;
|
|
@@ -230,10 +280,15 @@ export const SqlClientTransactionCommitAfter: {
|
|
|
230
280
|
export type SqlClientTransactionCommitAfter = SqlClientTransactionCommitAfter$instance;
|
|
231
281
|
|
|
232
282
|
export interface SqlClientTransactionCommitBefore$instance {
|
|
283
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
284
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
285
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
286
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
287
|
+
|
|
233
288
|
readonly Connection: SqlConnection;
|
|
234
289
|
readonly Count: int;
|
|
235
290
|
readonly IsolationLevel: IsolationLevel;
|
|
236
|
-
readonly
|
|
291
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
237
292
|
readonly Operation: string;
|
|
238
293
|
readonly OperationId: Guid;
|
|
239
294
|
readonly Timestamp: long;
|
|
@@ -251,11 +306,16 @@ export const SqlClientTransactionCommitBefore: {
|
|
|
251
306
|
export type SqlClientTransactionCommitBefore = SqlClientTransactionCommitBefore$instance;
|
|
252
307
|
|
|
253
308
|
export interface SqlClientTransactionCommitError$instance {
|
|
309
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
310
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
311
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
312
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
313
|
+
|
|
254
314
|
readonly Connection: SqlConnection;
|
|
255
315
|
readonly Count: int;
|
|
256
316
|
readonly Exception: Exception;
|
|
257
317
|
readonly IsolationLevel: IsolationLevel;
|
|
258
|
-
readonly
|
|
318
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
259
319
|
readonly Operation: string;
|
|
260
320
|
readonly OperationId: Guid;
|
|
261
321
|
readonly Timestamp: long;
|
|
@@ -273,10 +333,15 @@ export const SqlClientTransactionCommitError: {
|
|
|
273
333
|
export type SqlClientTransactionCommitError = SqlClientTransactionCommitError$instance;
|
|
274
334
|
|
|
275
335
|
export interface SqlClientTransactionRollbackAfter$instance {
|
|
336
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
337
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
338
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
339
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
340
|
+
|
|
276
341
|
readonly Connection: SqlConnection;
|
|
277
342
|
readonly Count: int;
|
|
278
343
|
readonly IsolationLevel: IsolationLevel;
|
|
279
|
-
readonly
|
|
344
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
280
345
|
readonly Operation: string;
|
|
281
346
|
readonly OperationId: Guid;
|
|
282
347
|
readonly Timestamp: long;
|
|
@@ -295,10 +360,15 @@ export const SqlClientTransactionRollbackAfter: {
|
|
|
295
360
|
export type SqlClientTransactionRollbackAfter = SqlClientTransactionRollbackAfter$instance;
|
|
296
361
|
|
|
297
362
|
export interface SqlClientTransactionRollbackBefore$instance {
|
|
363
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
364
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
365
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
366
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
367
|
+
|
|
298
368
|
readonly Connection: SqlConnection;
|
|
299
369
|
readonly Count: int;
|
|
300
370
|
readonly IsolationLevel: IsolationLevel;
|
|
301
|
-
readonly
|
|
371
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
302
372
|
readonly Operation: string;
|
|
303
373
|
readonly OperationId: Guid;
|
|
304
374
|
readonly Timestamp: long;
|
|
@@ -317,11 +387,16 @@ export const SqlClientTransactionRollbackBefore: {
|
|
|
317
387
|
export type SqlClientTransactionRollbackBefore = SqlClientTransactionRollbackBefore$instance;
|
|
318
388
|
|
|
319
389
|
export interface SqlClientTransactionRollbackError$instance {
|
|
390
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
391
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
392
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
393
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
394
|
+
|
|
320
395
|
readonly Connection: SqlConnection;
|
|
321
396
|
readonly Count: int;
|
|
322
397
|
readonly Exception: Exception;
|
|
323
398
|
readonly IsolationLevel: IsolationLevel;
|
|
324
|
-
readonly
|
|
399
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
325
400
|
readonly Operation: string;
|
|
326
401
|
readonly OperationId: Guid;
|
|
327
402
|
readonly Timestamp: long;
|