@tsonic/efcore-sqlserver 10.0.2 → 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/internal/index.d.ts +33 -41
- package/Azure.Core/internal/index.d.ts +55 -48
- package/Azure.Core.Cryptography/internal/index.d.ts +4 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +4 -6
- package/Azure.Core.Extensions/internal/index.d.ts +8 -0
- package/Azure.Core.GeoJson/internal/index.d.ts +43 -7
- package/Azure.Core.Pipeline/internal/index.d.ts +22 -30
- package/Azure.Core.Serialization/internal/index.d.ts +8 -3
- package/Azure.Identity/internal/index.d.ts +69 -28
- package/Azure.Messaging/internal/index.d.ts +7 -11
- package/Microsoft.Data/internal/index.d.ts +2 -1
- package/Microsoft.Data.SqlClient/internal/index.d.ts +133 -123
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +90 -15
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +2 -0
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +4 -6
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +11 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +86 -73
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +47 -49
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +8 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +24 -22
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +10 -6
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +189 -194
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +4 -5
- 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/internal/index.d.ts +115 -191
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +31 -32
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +19 -12
- package/Microsoft.EntityFrameworkCore.d.ts +3 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/internal/index.d.ts +108 -108
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +4 -4
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -2
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +0 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +13 -7
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +8 -10
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +7 -6
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +17 -2
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +2 -1
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +19 -18
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -0
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +119 -118
- package/Microsoft.IdentityModel.Tokens.d.ts +3 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +4 -1
- package/System.ClientModel/internal/index.d.ts +19 -26
- package/System.ClientModel.Primitives/internal/index.d.ts +99 -124
- package/System.ClientModel.Primitives.d.ts +3 -0
- package/System.Configuration/internal/index.d.ts +293 -332
- package/System.Configuration.Internal/internal/index.d.ts +23 -2
- package/System.Configuration.Provider/internal/index.d.ts +7 -4
- package/System.Drawing.Configuration/internal/index.d.ts +2 -6
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +38 -16
- 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;
|
|
@@ -14,6 +14,8 @@ import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
|
14
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";
|
|
15
15
|
|
|
16
16
|
export interface SqlDataRecord$instance {
|
|
17
|
+
readonly __tsonic_iface_System_Data_IDataRecord: never;
|
|
18
|
+
|
|
17
19
|
readonly FieldCount: int;
|
|
18
20
|
get_Item(ordinal: int): unknown;
|
|
19
21
|
get_Item(name: string): unknown;
|
|
@@ -15,6 +15,8 @@ import type { AsyncCallback, Boolean as ClrBoolean, Byte, IAsyncDisposable, IAsy
|
|
|
15
15
|
import type { JsonDocument } from "@tsonic/dotnet/System.Text.Json.js";
|
|
16
16
|
|
|
17
17
|
export interface SqlVector_1$instance<T extends unknown> {
|
|
18
|
+
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
19
|
+
|
|
18
20
|
readonly IsNull: boolean;
|
|
19
21
|
readonly Length: int;
|
|
20
22
|
readonly Memory: ReadOnlyMemory<T>;
|
|
@@ -31,6 +33,9 @@ export const SqlVector_1: {
|
|
|
31
33
|
export type SqlVector_1<T> = SqlVector_1$instance<T>;
|
|
32
34
|
|
|
33
35
|
export interface SqlFileStream$instance extends Stream {
|
|
36
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
37
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
38
|
+
|
|
34
39
|
readonly CanRead: boolean;
|
|
35
40
|
readonly CanSeek: boolean;
|
|
36
41
|
readonly CanTimeout: boolean;
|
|
@@ -64,9 +69,11 @@ export const SqlFileStream: {
|
|
|
64
69
|
export type SqlFileStream = SqlFileStream$instance;
|
|
65
70
|
|
|
66
71
|
export interface SqlJson$instance {
|
|
72
|
+
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
73
|
+
|
|
67
74
|
readonly IsNull: boolean;
|
|
68
75
|
readonly Value: string;
|
|
69
|
-
ToString(): string
|
|
76
|
+
ToString(): string;
|
|
70
77
|
}
|
|
71
78
|
|
|
72
79
|
|
|
@@ -33,14 +33,12 @@ export enum DataCompressionType {
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
export
|
|
37
|
-
|
|
38
|
-
protected ShouldRetryOn(exception: Exception): boolean;
|
|
39
|
-
}
|
|
40
|
-
|
|
36
|
+
export interface SqlServerRetryingExecutionStrategy$instance extends ExecutionStrategy {
|
|
37
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_IExecutionStrategy: never;
|
|
41
38
|
|
|
42
|
-
export interface SqlServerRetryingExecutionStrategy$instance extends SqlServerRetryingExecutionStrategy$protected, ExecutionStrategy {
|
|
43
39
|
readonly AdditionalErrorNumbers: IEnumerable<System_Internal.Int32> | undefined;
|
|
40
|
+
GetNextDelay(lastException: Exception): Nullable<TimeSpan>;
|
|
41
|
+
ShouldRetryOn(exception: Exception): boolean;
|
|
44
42
|
}
|
|
45
43
|
|
|
46
44
|
|
|
@@ -16,6 +16,8 @@ import type { IRelationalDbContextOptionsBuilderInfrastructure, RelationalDbCont
|
|
|
16
16
|
import type { DbContextOptionsBuilder } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.js";
|
|
17
17
|
|
|
18
18
|
export interface AzureSqlDbContextOptionsBuilder$instance extends SqlEngineDbContextOptionsBuilderBase_1<AzureSqlDbContextOptionsBuilder> {
|
|
19
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IRelationalDbContextOptionsBuilderInfrastructure: never;
|
|
20
|
+
|
|
19
21
|
EnableRetryOnFailure(): AzureSqlDbContextOptionsBuilder;
|
|
20
22
|
EnableRetryOnFailure(maxRetryCount: int): AzureSqlDbContextOptionsBuilder;
|
|
21
23
|
EnableRetryOnFailure(errorNumbersToAdd: ICollection<System_Internal.Int32>): AzureSqlDbContextOptionsBuilder;
|
|
@@ -32,6 +34,8 @@ export const AzureSqlDbContextOptionsBuilder: {
|
|
|
32
34
|
export type AzureSqlDbContextOptionsBuilder = AzureSqlDbContextOptionsBuilder$instance;
|
|
33
35
|
|
|
34
36
|
export interface AzureSynapseDbContextOptionsBuilder$instance extends SqlEngineDbContextOptionsBuilderBase_1<AzureSynapseDbContextOptionsBuilder> {
|
|
37
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IRelationalDbContextOptionsBuilderInfrastructure: never;
|
|
38
|
+
|
|
35
39
|
EnableRetryOnFailure(): AzureSynapseDbContextOptionsBuilder;
|
|
36
40
|
EnableRetryOnFailure(maxRetryCount: int): AzureSynapseDbContextOptionsBuilder;
|
|
37
41
|
EnableRetryOnFailure(errorNumbersToAdd: ICollection<System_Internal.Int32>): AzureSynapseDbContextOptionsBuilder;
|
|
@@ -48,6 +52,8 @@ export const AzureSynapseDbContextOptionsBuilder: {
|
|
|
48
52
|
export type AzureSynapseDbContextOptionsBuilder = AzureSynapseDbContextOptionsBuilder$instance;
|
|
49
53
|
|
|
50
54
|
export interface SqlEngineDbContextOptionsBuilder$instance extends SqlEngineDbContextOptionsBuilderBase_1<SqlEngineDbContextOptionsBuilder> {
|
|
55
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IRelationalDbContextOptionsBuilderInfrastructure: never;
|
|
56
|
+
|
|
51
57
|
EnableRetryOnFailure(): SqlEngineDbContextOptionsBuilder;
|
|
52
58
|
EnableRetryOnFailure(maxRetryCount: int): SqlEngineDbContextOptionsBuilder;
|
|
53
59
|
EnableRetryOnFailure(errorNumbersToAdd: ICollection<System_Internal.Int32>): SqlEngineDbContextOptionsBuilder;
|
|
@@ -64,17 +70,20 @@ export const SqlEngineDbContextOptionsBuilder: {
|
|
|
64
70
|
export type SqlEngineDbContextOptionsBuilder = SqlEngineDbContextOptionsBuilder$instance;
|
|
65
71
|
|
|
66
72
|
export interface SqlEngineDbContextOptionsBuilderBase_1$instance<TSelf extends SqlEngineDbContextOptionsBuilderBase_1<TSelf>> extends RelationalDbContextOptionsBuilder<TSelf, SqlServerOptionsExtension> {
|
|
73
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IRelationalDbContextOptionsBuilderInfrastructure: never;
|
|
74
|
+
|
|
67
75
|
}
|
|
68
76
|
|
|
69
77
|
|
|
70
|
-
export const SqlEngineDbContextOptionsBuilderBase_1: {
|
|
71
|
-
new<TSelf extends SqlEngineDbContextOptionsBuilderBase_1<TSelf>>(optionsBuilder: DbContextOptionsBuilder): SqlEngineDbContextOptionsBuilderBase_1<TSelf>;
|
|
78
|
+
export const SqlEngineDbContextOptionsBuilderBase_1: (abstract new<TSelf extends SqlEngineDbContextOptionsBuilderBase_1<TSelf>>(optionsBuilder: DbContextOptionsBuilder) => SqlEngineDbContextOptionsBuilderBase_1<TSelf>) & {
|
|
72
79
|
};
|
|
73
80
|
|
|
74
81
|
|
|
75
82
|
export type SqlEngineDbContextOptionsBuilderBase_1<TSelf extends SqlEngineDbContextOptionsBuilderBase_1<TSelf>> = SqlEngineDbContextOptionsBuilderBase_1$instance<TSelf>;
|
|
76
83
|
|
|
77
84
|
export interface SqlServerDbContextOptionsBuilder$instance extends SqlEngineDbContextOptionsBuilderBase_1<SqlServerDbContextOptionsBuilder> {
|
|
85
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IRelationalDbContextOptionsBuilderInfrastructure: never;
|
|
86
|
+
|
|
78
87
|
EnableRetryOnFailure(): SqlServerDbContextOptionsBuilder;
|
|
79
88
|
EnableRetryOnFailure(maxRetryCount: int): SqlServerDbContextOptionsBuilder;
|
|
80
89
|
EnableRetryOnFailure(errorNumbersToAdd: ICollection<System_Internal.Int32>): SqlServerDbContextOptionsBuilder;
|
|
@@ -63,6 +63,8 @@ export const OwnedNavigationTemporalTableBuilder_2: {
|
|
|
63
63
|
export type OwnedNavigationTemporalTableBuilder_2<TOwnerEntity, TDependentEntity> = OwnedNavigationTemporalTableBuilder_2$instance<TOwnerEntity, TDependentEntity>;
|
|
64
64
|
|
|
65
65
|
export interface TemporalPeriodPropertyBuilder$instance {
|
|
66
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
67
|
+
|
|
66
68
|
Equals(obj: unknown): boolean;
|
|
67
69
|
GetHashCode(): int;
|
|
68
70
|
HasColumnName(name: string): TemporalPeriodPropertyBuilder;
|
|
@@ -22,6 +22,8 @@ import type { IConventionAnnotation, IConventionEntityType, IConventionForeignKe
|
|
|
22
22
|
import type { ISqlGenerationHelper } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
|
|
23
23
|
|
|
24
24
|
export interface SqlServerConventionSetBuilder$instance extends RelationalConventionSetBuilder {
|
|
25
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_Infrastructure_IProviderConventionSetBuilder: never;
|
|
26
|
+
|
|
25
27
|
CreateConventionSet(): ConventionSet;
|
|
26
28
|
}
|
|
27
29
|
|
|
@@ -35,13 +37,12 @@ export const SqlServerConventionSetBuilder: {
|
|
|
35
37
|
|
|
36
38
|
export type SqlServerConventionSetBuilder = SqlServerConventionSetBuilder$instance;
|
|
37
39
|
|
|
38
|
-
export
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
}
|
|
42
|
-
|
|
40
|
+
export interface SqlServerDbFunctionConvention$instance {
|
|
41
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IConvention: never;
|
|
42
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IModelFinalizingConvention: never;
|
|
43
43
|
|
|
44
|
-
|
|
44
|
+
readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
45
|
+
readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
45
46
|
ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext<IConventionModelBuilder>): void;
|
|
46
47
|
}
|
|
47
48
|
|
|
@@ -53,13 +54,17 @@ export const SqlServerDbFunctionConvention: {
|
|
|
53
54
|
|
|
54
55
|
export type SqlServerDbFunctionConvention = SqlServerDbFunctionConvention$instance;
|
|
55
56
|
|
|
56
|
-
export
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
57
|
+
export interface SqlServerIndexConvention$instance {
|
|
58
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IConvention: never;
|
|
59
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IEntityTypeBaseTypeChangedConvention: never;
|
|
60
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IIndexAddedConvention: never;
|
|
61
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IIndexAnnotationChangedConvention: never;
|
|
62
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IIndexUniquenessChangedConvention: never;
|
|
63
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IPropertyAnnotationChangedConvention: never;
|
|
64
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IPropertyNullabilityChangedConvention: never;
|
|
65
|
+
|
|
66
|
+
readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
67
|
+
readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
63
68
|
ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext<IConventionEntityType>): void;
|
|
64
69
|
ProcessIndexAdded(indexBuilder: IConventionIndexBuilder, context: IConventionContext<IConventionIndexBuilder>): void;
|
|
65
70
|
ProcessIndexAnnotationChanged(indexBuilder: IConventionIndexBuilder, name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation, context: IConventionContext<IConventionAnnotation>): void;
|
|
@@ -76,13 +81,14 @@ export const SqlServerIndexConvention: {
|
|
|
76
81
|
|
|
77
82
|
export type SqlServerIndexConvention = SqlServerIndexConvention$instance;
|
|
78
83
|
|
|
79
|
-
export
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
84
|
+
export interface SqlServerMemoryOptimizedTablesConvention$instance {
|
|
85
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IConvention: never;
|
|
86
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IEntityTypeAnnotationChangedConvention: never;
|
|
87
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IIndexAddedConvention: never;
|
|
88
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IKeyAddedConvention: never;
|
|
83
89
|
|
|
84
|
-
|
|
85
|
-
|
|
90
|
+
readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
91
|
+
readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
86
92
|
ProcessEntityTypeAnnotationChanged(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation, context: IConventionContext<IConventionAnnotation>): void;
|
|
87
93
|
ProcessIndexAdded(indexBuilder: IConventionIndexBuilder, context: IConventionContext<IConventionIndexBuilder>): void;
|
|
88
94
|
ProcessKeyAdded(keyBuilder: IConventionKeyBuilder, context: IConventionContext<IConventionKeyBuilder>): void;
|
|
@@ -96,13 +102,15 @@ export const SqlServerMemoryOptimizedTablesConvention: {
|
|
|
96
102
|
|
|
97
103
|
export type SqlServerMemoryOptimizedTablesConvention = SqlServerMemoryOptimizedTablesConvention$instance;
|
|
98
104
|
|
|
99
|
-
export
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
105
|
+
export interface SqlServerOnDeleteConvention$instance extends CascadeDeleteConvention {
|
|
106
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IConvention: never;
|
|
107
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IEntityTypeAnnotationChangedConvention: never;
|
|
108
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IForeignKeyAddedConvention: never;
|
|
109
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IForeignKeyRequirednessChangedConvention: never;
|
|
110
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_ISkipNavigationForeignKeyChangedConvention: never;
|
|
104
111
|
|
|
105
|
-
|
|
112
|
+
readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
113
|
+
GetTargetDeleteBehavior(foreignKey: IConventionForeignKey): DeleteBehavior;
|
|
106
114
|
ProcessEntityTypeAnnotationChanged(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation, context: IConventionContext<IConventionAnnotation>): void;
|
|
107
115
|
ProcessSkipNavigationForeignKeyChanged(skipNavigationBuilder: IConventionSkipNavigationBuilder, foreignKey: IConventionForeignKey, oldForeignKey: IConventionForeignKey, context: IConventionContext<IConventionForeignKey>): void;
|
|
108
116
|
}
|
|
@@ -115,13 +123,13 @@ export const SqlServerOnDeleteConvention: {
|
|
|
115
123
|
|
|
116
124
|
export type SqlServerOnDeleteConvention = SqlServerOnDeleteConvention$instance;
|
|
117
125
|
|
|
118
|
-
export
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
126
|
+
export interface SqlServerOutputClauseConvention$instance {
|
|
127
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IConvention: never;
|
|
128
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_ITriggerAddedConvention: never;
|
|
129
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_ITriggerRemovedConvention: never;
|
|
123
130
|
|
|
124
|
-
|
|
131
|
+
readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
132
|
+
readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
125
133
|
ProcessTriggerAdded(triggerBuilder: IConventionTriggerBuilder, context: IConventionContext<IConventionTriggerBuilder>): void;
|
|
126
134
|
ProcessTriggerRemoved(entityTypeBuilder: IConventionEntityTypeBuilder, trigger: IConventionTrigger, context: IConventionContext<IConventionTrigger>): void;
|
|
127
135
|
}
|
|
@@ -134,17 +142,16 @@ export const SqlServerOutputClauseConvention: {
|
|
|
134
142
|
|
|
135
143
|
export type SqlServerOutputClauseConvention = SqlServerOutputClauseConvention$instance;
|
|
136
144
|
|
|
137
|
-
export
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
protected ProcessKeyAnnotations(annotations: Dictionary<System_Internal.String, unknown>, key: IKey, runtimeKey: RuntimeKey, runtime: boolean): void;
|
|
141
|
-
protected ProcessModelAnnotations(annotations: Dictionary<System_Internal.String, unknown>, model: IModel, runtimeModel: RuntimeModel, runtime: boolean): void;
|
|
142
|
-
protected ProcessPropertyAnnotations(annotations: Dictionary<System_Internal.String, unknown>, property: IProperty, runtimeProperty: RuntimeProperty, runtime: boolean): void;
|
|
143
|
-
protected ProcessPropertyOverridesAnnotations(annotations: Dictionary<System_Internal.String, unknown>, propertyOverrides: IRelationalPropertyOverrides, runtimePropertyOverrides: RuntimeRelationalPropertyOverrides, runtime: boolean): void;
|
|
144
|
-
}
|
|
145
|
+
export interface SqlServerRuntimeModelConvention$instance extends RelationalRuntimeModelConvention {
|
|
146
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IConvention: never;
|
|
147
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IModelFinalizedConvention: never;
|
|
145
148
|
|
|
146
|
-
|
|
147
|
-
|
|
149
|
+
ProcessEntityTypeAnnotations(annotations: Dictionary<System_Internal.String, unknown>, entityType: IEntityType, runtimeEntityType: RuntimeEntityType, runtime: boolean): void;
|
|
150
|
+
ProcessIndexAnnotations(annotations: Dictionary<System_Internal.String, unknown>, index: IIndex, runtimeIndex: RuntimeIndex, runtime: boolean): void;
|
|
151
|
+
ProcessKeyAnnotations(annotations: Dictionary<System_Internal.String, unknown>, key: IKey, runtimeKey: RuntimeKey, runtime: boolean): void;
|
|
152
|
+
ProcessModelAnnotations(annotations: Dictionary<System_Internal.String, unknown>, model: IModel, runtimeModel: RuntimeModel, runtime: boolean): void;
|
|
153
|
+
ProcessPropertyAnnotations(annotations: Dictionary<System_Internal.String, unknown>, property: IProperty, runtimeProperty: RuntimeProperty, runtime: boolean): void;
|
|
154
|
+
ProcessPropertyOverridesAnnotations(annotations: Dictionary<System_Internal.String, unknown>, propertyOverrides: IRelationalPropertyOverrides, runtimePropertyOverrides: RuntimeRelationalPropertyOverrides, runtime: boolean): void;
|
|
148
155
|
}
|
|
149
156
|
|
|
150
157
|
|
|
@@ -155,15 +162,14 @@ export const SqlServerRuntimeModelConvention: {
|
|
|
155
162
|
|
|
156
163
|
export type SqlServerRuntimeModelConvention = SqlServerRuntimeModelConvention$instance;
|
|
157
164
|
|
|
158
|
-
export
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
protected AreCompatible(key: IReadOnlyKey, duplicateKey: IReadOnlyKey, storeObject: StoreObjectIdentifier): boolean;
|
|
162
|
-
protected AreCompatible(index: IReadOnlyIndex, duplicateIndex: IReadOnlyIndex, storeObject: StoreObjectIdentifier): boolean;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
+
export interface SqlServerSharedTableConvention$instance extends SharedTableConvention {
|
|
166
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IConvention: never;
|
|
167
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IModelFinalizingConvention: never;
|
|
165
168
|
|
|
166
|
-
|
|
169
|
+
readonly DefaultConstraintsUniqueAcrossTables: boolean;
|
|
170
|
+
readonly IndexesUniqueAcrossTables: boolean;
|
|
171
|
+
AreCompatible(key: IReadOnlyKey, duplicateKey: IReadOnlyKey, storeObject: StoreObjectIdentifier): boolean;
|
|
172
|
+
AreCompatible(index: IReadOnlyIndex, duplicateIndex: IReadOnlyIndex, storeObject: StoreObjectIdentifier): boolean;
|
|
167
173
|
}
|
|
168
174
|
|
|
169
175
|
|
|
@@ -174,13 +180,13 @@ export const SqlServerSharedTableConvention: {
|
|
|
174
180
|
|
|
175
181
|
export type SqlServerSharedTableConvention = SqlServerSharedTableConvention$instance;
|
|
176
182
|
|
|
177
|
-
export
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
183
|
+
export interface SqlServerStoreGenerationConvention$instance extends StoreGenerationConvention {
|
|
184
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IConvention: never;
|
|
185
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IModelFinalizingConvention: never;
|
|
186
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IPropertyAnnotationChangedConvention: never;
|
|
181
187
|
|
|
182
|
-
export interface SqlServerStoreGenerationConvention$instance extends SqlServerStoreGenerationConvention$protected, StoreGenerationConvention {
|
|
183
188
|
ProcessPropertyAnnotationChanged(propertyBuilder: IConventionPropertyBuilder, name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation, context: IConventionContext<IConventionAnnotation>): void;
|
|
189
|
+
Validate(property: IConventionProperty, storeObject: StoreObjectIdentifier): void;
|
|
184
190
|
}
|
|
185
191
|
|
|
186
192
|
|
|
@@ -191,13 +197,14 @@ export const SqlServerStoreGenerationConvention: {
|
|
|
191
197
|
|
|
192
198
|
export type SqlServerStoreGenerationConvention = SqlServerStoreGenerationConvention$instance;
|
|
193
199
|
|
|
194
|
-
export
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
200
|
+
export interface SqlServerTemporalConvention$instance {
|
|
201
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IConvention: never;
|
|
202
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IEntityTypeAnnotationChangedConvention: never;
|
|
203
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IModelFinalizingConvention: never;
|
|
204
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_ISkipNavigationForeignKeyChangedConvention: never;
|
|
199
205
|
|
|
200
|
-
|
|
206
|
+
readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
207
|
+
readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
201
208
|
ProcessEntityTypeAnnotationChanged(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation, context: IConventionContext<IConventionAnnotation>): void;
|
|
202
209
|
ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext<IConventionModelBuilder>): void;
|
|
203
210
|
ProcessSkipNavigationForeignKeyChanged(skipNavigationBuilder: IConventionSkipNavigationBuilder, foreignKey: IConventionForeignKey, oldForeignKey: IConventionForeignKey, context: IConventionContext<IConventionForeignKey>): void;
|
|
@@ -211,13 +218,19 @@ export const SqlServerTemporalConvention: {
|
|
|
211
218
|
|
|
212
219
|
export type SqlServerTemporalConvention = SqlServerTemporalConvention$instance;
|
|
213
220
|
|
|
214
|
-
export
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
+
export interface SqlServerValueGenerationConvention$instance extends RelationalValueGenerationConvention {
|
|
222
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IConvention: never;
|
|
223
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IEntityTypeAnnotationChangedConvention: never;
|
|
224
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IEntityTypeBaseTypeChangedConvention: never;
|
|
225
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IEntityTypePrimaryKeyChangedConvention: never;
|
|
226
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IForeignKeyAddedConvention: never;
|
|
227
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IForeignKeyOwnershipChangedConvention: never;
|
|
228
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IForeignKeyPropertiesChangedConvention: never;
|
|
229
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IForeignKeyRemovedConvention: never;
|
|
230
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IPropertyAnnotationChangedConvention: never;
|
|
231
|
+
|
|
232
|
+
GetValueGenerated(property: IConventionProperty): Nullable<ValueGenerated>;
|
|
233
|
+
MappingStrategyAllowsValueGeneration(property: IConventionProperty, mappingStrategy: string): boolean;
|
|
221
234
|
ProcessEntityTypeAnnotationChanged(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation, context: IConventionContext<IConventionAnnotation>): void;
|
|
222
235
|
ProcessPropertyAnnotationChanged(propertyBuilder: IConventionPropertyBuilder, name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation, context: IConventionContext<IConventionAnnotation>): void;
|
|
223
236
|
}
|
|
@@ -231,13 +244,13 @@ export const SqlServerValueGenerationConvention: {
|
|
|
231
244
|
|
|
232
245
|
export type SqlServerValueGenerationConvention = SqlServerValueGenerationConvention$instance;
|
|
233
246
|
|
|
234
|
-
export
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
247
|
+
export interface SqlServerValueGenerationStrategyConvention$instance {
|
|
248
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IConvention: never;
|
|
249
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IModelFinalizingConvention: never;
|
|
250
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_Conventions_IModelInitializedConvention: never;
|
|
239
251
|
|
|
240
|
-
|
|
252
|
+
readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
253
|
+
readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
241
254
|
ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext<IConventionModelBuilder>): void;
|
|
242
255
|
ProcessModelInitialized(modelBuilder: IConventionModelBuilder, context: IConventionContext<IConventionModelBuilder>): void;
|
|
243
256
|
}
|
|
@@ -12,3 +12,6 @@ import type { IReadOnlyIndex, IReadOnlyKey, StoreObjectIdentifier } from '@tsoni
|
|
|
12
12
|
// Public API exports (curated - no internal $instance/$views leakage)
|
|
13
13
|
export { SqlServerIndexExtensions$instance as SqlServerIndexExtensions } from './Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.js';
|
|
14
14
|
export { SqlServerKeyExtensions$instance as SqlServerKeyExtensions } from './Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.js';
|
|
15
|
+
// Extension methods (C# using semantics)
|
|
16
|
+
export type { ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal as ExtensionMethods } from './__internal/extensions/index.js';
|
|
17
|
+
|