@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
|
@@ -202,7 +202,7 @@ export interface SqlAuthenticationInitializer$instance {
|
|
|
202
202
|
}
|
|
203
203
|
|
|
204
204
|
|
|
205
|
-
export const SqlAuthenticationInitializer: {
|
|
205
|
+
export const SqlAuthenticationInitializer: (abstract new() => SqlAuthenticationInitializer) & {
|
|
206
206
|
};
|
|
207
207
|
|
|
208
208
|
|
|
@@ -221,8 +221,7 @@ export interface SqlAuthenticationParameters$instance {
|
|
|
221
221
|
}
|
|
222
222
|
|
|
223
223
|
|
|
224
|
-
export const SqlAuthenticationParameters: {
|
|
225
|
-
new(): SqlAuthenticationParameters;
|
|
224
|
+
export const SqlAuthenticationParameters: (abstract new(authenticationMethod: SqlAuthenticationMethod, serverName: string, databaseName: string, resource: string, authority: string, userId: string, password: string, connectionId: Guid, connectionTimeout: int) => SqlAuthenticationParameters) & {
|
|
226
225
|
};
|
|
227
226
|
|
|
228
227
|
|
|
@@ -236,7 +235,7 @@ export interface SqlAuthenticationProvider$instance {
|
|
|
236
235
|
}
|
|
237
236
|
|
|
238
237
|
|
|
239
|
-
export const SqlAuthenticationProvider: {
|
|
238
|
+
export const SqlAuthenticationProvider: (abstract new() => SqlAuthenticationProvider) & {
|
|
240
239
|
GetProvider(authenticationMethod: SqlAuthenticationMethod): SqlAuthenticationProvider;
|
|
241
240
|
SetProvider(authenticationMethod: SqlAuthenticationMethod, provider: SqlAuthenticationProvider): boolean;
|
|
242
241
|
};
|
|
@@ -258,13 +257,22 @@ export const SqlAuthenticationToken: {
|
|
|
258
257
|
export type SqlAuthenticationToken = SqlAuthenticationToken$instance;
|
|
259
258
|
|
|
260
259
|
export interface SqlBatch$instance extends DbBatch {
|
|
260
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
261
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
262
|
+
|
|
261
263
|
readonly BatchCommands: SqlBatchCommandCollection;
|
|
262
264
|
readonly Commands: List<SqlBatchCommand>;
|
|
263
265
|
Connection: SqlConnection;
|
|
266
|
+
readonly DbBatchCommands: DbBatchCommandCollection;
|
|
267
|
+
DbConnection: DbConnection;
|
|
268
|
+
DbTransaction: DbTransaction;
|
|
264
269
|
Timeout: int;
|
|
265
270
|
Transaction: SqlTransaction;
|
|
266
271
|
Cancel(): void;
|
|
272
|
+
CreateDbBatchCommand(): DbBatchCommand;
|
|
267
273
|
Dispose(): void;
|
|
274
|
+
ExecuteDbDataReader(behavior: CommandBehavior): DbDataReader;
|
|
275
|
+
ExecuteDbDataReaderAsync(behavior: CommandBehavior, cancellationToken: CancellationToken): Task<DbDataReader>;
|
|
268
276
|
ExecuteNonQuery(): int;
|
|
269
277
|
ExecuteNonQueryAsync(cancellationToken?: CancellationToken): Task<System_Internal.Int32>;
|
|
270
278
|
ExecuteReader(): SqlDataReader;
|
|
@@ -289,6 +297,7 @@ export interface SqlBatchCommand$instance extends DbBatchCommand {
|
|
|
289
297
|
CommandBehavior: CommandBehavior;
|
|
290
298
|
CommandText: string;
|
|
291
299
|
CommandType: CommandType;
|
|
300
|
+
readonly DbParameterCollection: DbParameterCollection;
|
|
292
301
|
readonly Parameters: SqlParameterCollection;
|
|
293
302
|
readonly RecordsAffected: int;
|
|
294
303
|
}
|
|
@@ -303,9 +312,14 @@ export const SqlBatchCommand: {
|
|
|
303
312
|
export type SqlBatchCommand = SqlBatchCommand$instance;
|
|
304
313
|
|
|
305
314
|
export interface SqlBatchCommandCollection$instance extends DbBatchCommandCollection {
|
|
315
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
316
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
317
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
318
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
319
|
+
|
|
306
320
|
readonly Count: int;
|
|
307
321
|
readonly IsReadOnly: boolean;
|
|
308
|
-
|
|
322
|
+
[index: number]: SqlBatchCommand;
|
|
309
323
|
Add(item: SqlBatchCommand): void;
|
|
310
324
|
Add(item: DbBatchCommand): void;
|
|
311
325
|
Clear(): void;
|
|
@@ -313,6 +327,7 @@ export interface SqlBatchCommandCollection$instance extends DbBatchCommandCollec
|
|
|
313
327
|
Contains(item: DbBatchCommand): boolean;
|
|
314
328
|
CopyTo(array: SqlBatchCommand[], arrayIndex: int): void;
|
|
315
329
|
CopyTo(array: DbBatchCommand[], arrayIndex: int): void;
|
|
330
|
+
GetBatchCommand(index: int): DbBatchCommand;
|
|
316
331
|
GetEnumerator(): IEnumerator__System_Collections_Generic<DbBatchCommand>;
|
|
317
332
|
IndexOf(item: SqlBatchCommand): int;
|
|
318
333
|
IndexOf(item: DbBatchCommand): int;
|
|
@@ -321,6 +336,7 @@ export interface SqlBatchCommandCollection$instance extends DbBatchCommandCollec
|
|
|
321
336
|
Remove(item: SqlBatchCommand): boolean;
|
|
322
337
|
Remove(item: DbBatchCommand): boolean;
|
|
323
338
|
RemoveAt(index: int): void;
|
|
339
|
+
SetBatchCommand(index: int, batchCommand: DbBatchCommand): void;
|
|
324
340
|
}
|
|
325
341
|
|
|
326
342
|
|
|
@@ -332,6 +348,8 @@ export const SqlBatchCommandCollection: {
|
|
|
332
348
|
export type SqlBatchCommandCollection = SqlBatchCommandCollection$instance;
|
|
333
349
|
|
|
334
350
|
export interface SqlBulkCopy$instance {
|
|
351
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
352
|
+
|
|
335
353
|
BatchSize: int;
|
|
336
354
|
BulkCopyTimeout: int;
|
|
337
355
|
readonly ColumnMappings: SqlBulkCopyColumnMappingCollection;
|
|
@@ -390,7 +408,11 @@ export const SqlBulkCopyColumnMapping: {
|
|
|
390
408
|
export type SqlBulkCopyColumnMapping = SqlBulkCopyColumnMapping$instance;
|
|
391
409
|
|
|
392
410
|
export interface SqlBulkCopyColumnMappingCollection$instance extends CollectionBase {
|
|
393
|
-
readonly
|
|
411
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
412
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
413
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
414
|
+
|
|
415
|
+
readonly [index: number]: SqlBulkCopyColumnMapping;
|
|
394
416
|
Add(bulkCopyColumnMapping: SqlBulkCopyColumnMapping): SqlBulkCopyColumnMapping;
|
|
395
417
|
Add(sourceColumnIndex: int, destinationColumnIndex: int): SqlBulkCopyColumnMapping;
|
|
396
418
|
Add(sourceColumnIndex: int, destinationColumn: string): SqlBulkCopyColumnMapping;
|
|
@@ -407,7 +429,6 @@ export interface SqlBulkCopyColumnMappingCollection$instance extends CollectionB
|
|
|
407
429
|
|
|
408
430
|
|
|
409
431
|
export const SqlBulkCopyColumnMappingCollection: {
|
|
410
|
-
new(): SqlBulkCopyColumnMappingCollection;
|
|
411
432
|
};
|
|
412
433
|
|
|
413
434
|
|
|
@@ -427,7 +448,11 @@ export const SqlBulkCopyColumnOrderHint: {
|
|
|
427
448
|
export type SqlBulkCopyColumnOrderHint = SqlBulkCopyColumnOrderHint$instance;
|
|
428
449
|
|
|
429
450
|
export interface SqlBulkCopyColumnOrderHintCollection$instance extends CollectionBase {
|
|
430
|
-
readonly
|
|
451
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
452
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
453
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
454
|
+
|
|
455
|
+
readonly [index: number]: SqlBulkCopyColumnOrderHint;
|
|
431
456
|
Add(columnOrderHint: SqlBulkCopyColumnOrderHint): SqlBulkCopyColumnOrderHint;
|
|
432
457
|
Add(column: string, sortOrder: SortOrder): SqlBulkCopyColumnOrderHint;
|
|
433
458
|
Clear(): void;
|
|
@@ -462,7 +487,6 @@ export interface SqlClientFactory$instance extends DbProviderFactory {
|
|
|
462
487
|
|
|
463
488
|
|
|
464
489
|
export const SqlClientFactory: {
|
|
465
|
-
new(): SqlClientFactory;
|
|
466
490
|
readonly Instance: SqlClientFactory;
|
|
467
491
|
};
|
|
468
492
|
|
|
@@ -542,18 +566,27 @@ export interface SqlColumnEncryptionKeyStoreProvider$instance {
|
|
|
542
566
|
}
|
|
543
567
|
|
|
544
568
|
|
|
545
|
-
export const SqlColumnEncryptionKeyStoreProvider: {
|
|
569
|
+
export const SqlColumnEncryptionKeyStoreProvider: (abstract new() => SqlColumnEncryptionKeyStoreProvider) & {
|
|
546
570
|
};
|
|
547
571
|
|
|
548
572
|
|
|
549
573
|
export type SqlColumnEncryptionKeyStoreProvider = SqlColumnEncryptionKeyStoreProvider$instance;
|
|
550
574
|
|
|
551
575
|
export interface SqlCommand$instance extends DbCommand {
|
|
576
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
577
|
+
readonly __tsonic_iface_System_Data_IDbCommand: never;
|
|
578
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
579
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
580
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
581
|
+
|
|
552
582
|
readonly ColumnEncryptionSetting: SqlCommandColumnEncryptionSetting;
|
|
553
583
|
CommandText: string;
|
|
554
584
|
CommandTimeout: int;
|
|
555
585
|
CommandType: CommandType;
|
|
556
586
|
Connection: SqlConnection;
|
|
587
|
+
DbConnection: DbConnection;
|
|
588
|
+
readonly DbParameterCollection: DbParameterCollection;
|
|
589
|
+
DbTransaction: DbTransaction;
|
|
557
590
|
DesignTimeVisible: boolean;
|
|
558
591
|
EnableOptimizedParameterBinding: boolean;
|
|
559
592
|
Notification: SqlNotificationRequest;
|
|
@@ -571,10 +604,14 @@ export interface SqlCommand$instance extends DbCommand {
|
|
|
571
604
|
BeginExecuteXmlReader(callback: AsyncCallback, stateObject: unknown): IAsyncResult;
|
|
572
605
|
Cancel(): void;
|
|
573
606
|
Clone(): SqlCommand;
|
|
607
|
+
CreateDbParameter(): DbParameter;
|
|
574
608
|
CreateParameter(): SqlParameter;
|
|
609
|
+
Dispose(disposing: boolean): void;
|
|
575
610
|
EndExecuteNonQuery(asyncResult: IAsyncResult): int;
|
|
576
611
|
EndExecuteReader(asyncResult: IAsyncResult): SqlDataReader;
|
|
577
612
|
EndExecuteXmlReader(asyncResult: IAsyncResult): XmlReader;
|
|
613
|
+
ExecuteDbDataReader(behavior: CommandBehavior): DbDataReader;
|
|
614
|
+
ExecuteDbDataReaderAsync(behavior: CommandBehavior, cancellationToken: CancellationToken): Task<DbDataReader>;
|
|
578
615
|
ExecuteNonQuery(): int;
|
|
579
616
|
ExecuteNonQueryAsync(cancellationToken: CancellationToken): Task<System_Internal.Int32>;
|
|
580
617
|
ExecuteReader(): SqlDataReader;
|
|
@@ -606,19 +643,29 @@ export const SqlCommand: {
|
|
|
606
643
|
export type SqlCommand = SqlCommand$instance;
|
|
607
644
|
|
|
608
645
|
export interface SqlCommandBuilder$instance extends DbCommandBuilder {
|
|
646
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
647
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
648
|
+
|
|
609
649
|
CatalogLocation: CatalogLocation;
|
|
610
650
|
CatalogSeparator: string;
|
|
611
651
|
DataAdapter: SqlDataAdapter;
|
|
612
652
|
QuotePrefix: string;
|
|
613
653
|
QuoteSuffix: string;
|
|
614
654
|
SchemaSeparator: string;
|
|
655
|
+
ApplyParameterInfo(parameter: DbParameter, datarow: DataRow, statementType: StatementType, whereClause: boolean): void;
|
|
615
656
|
GetDeleteCommand(): SqlCommand;
|
|
616
657
|
GetDeleteCommand(useColumnsForParameterNames: boolean): SqlCommand;
|
|
617
658
|
GetInsertCommand(): SqlCommand;
|
|
618
659
|
GetInsertCommand(useColumnsForParameterNames: boolean): SqlCommand;
|
|
660
|
+
GetParameterName(parameterOrdinal: int): string;
|
|
661
|
+
GetParameterName(parameterName: string): string;
|
|
662
|
+
GetParameterPlaceholder(parameterOrdinal: int): string;
|
|
663
|
+
GetSchemaTable(srcCommand: DbCommand): DataTable;
|
|
619
664
|
GetUpdateCommand(): SqlCommand;
|
|
620
665
|
GetUpdateCommand(useColumnsForParameterNames: boolean): SqlCommand;
|
|
666
|
+
InitializeCommand(command: DbCommand): DbCommand;
|
|
621
667
|
QuoteIdentifier(unquotedIdentifier: string): string;
|
|
668
|
+
SetRowUpdatingHandler(adapter: DbDataAdapter): void;
|
|
622
669
|
UnquoteIdentifier(quotedIdentifier: string): string;
|
|
623
670
|
}
|
|
624
671
|
|
|
@@ -648,13 +695,18 @@ export const SqlConfigurableRetryFactory: {
|
|
|
648
695
|
export type SqlConfigurableRetryFactory = SqlConfigurableRetryFactory$instance;
|
|
649
696
|
|
|
650
697
|
export interface SqlConnection$instance extends DbConnection {
|
|
698
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
699
|
+
readonly __tsonic_iface_System_Data_IDbConnection: never;
|
|
700
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
701
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
702
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
703
|
+
|
|
651
704
|
AccessToken: string;
|
|
652
705
|
AccessTokenCallback: Func<SqlAuthenticationParameters, CancellationToken, Task<SqlAuthenticationToken>>;
|
|
653
706
|
readonly CanCreateBatch: boolean;
|
|
654
707
|
readonly ClientConnectionId: Guid;
|
|
655
708
|
readonly CommandTimeout: int;
|
|
656
|
-
|
|
657
|
-
set ConnectionString(value: string);
|
|
709
|
+
ConnectionString: string;
|
|
658
710
|
readonly ConnectionTimeout: int;
|
|
659
711
|
Credential: SqlCredential;
|
|
660
712
|
readonly Database: string;
|
|
@@ -667,6 +719,7 @@ export interface SqlConnection$instance extends DbConnection {
|
|
|
667
719
|
readonly State: ConnectionState;
|
|
668
720
|
StatisticsEnabled: boolean;
|
|
669
721
|
readonly WorkstationId: string;
|
|
722
|
+
BeginDbTransaction(isolationLevel: IsolationLevel): DbTransaction;
|
|
670
723
|
BeginTransaction(): SqlTransaction;
|
|
671
724
|
BeginTransaction(iso: IsolationLevel): SqlTransaction;
|
|
672
725
|
BeginTransaction(iso: IsolationLevel, transactionName: string): SqlTransaction;
|
|
@@ -674,6 +727,9 @@ export interface SqlConnection$instance extends DbConnection {
|
|
|
674
727
|
ChangeDatabase(database: string): void;
|
|
675
728
|
Close(): void;
|
|
676
729
|
CreateCommand(): SqlCommand;
|
|
730
|
+
CreateDbBatch(): DbBatch;
|
|
731
|
+
CreateDbCommand(): DbCommand;
|
|
732
|
+
Dispose(disposing: boolean): void;
|
|
677
733
|
GetSchema(): DataTable;
|
|
678
734
|
GetSchema(collectionName: string): DataTable;
|
|
679
735
|
GetSchema(collectionName: string, restrictionValues: string[]): DataTable;
|
|
@@ -708,7 +764,7 @@ export type SqlConnection = SqlConnection$instance;
|
|
|
708
764
|
export interface SqlConnectionEncryptOption$instance {
|
|
709
765
|
Equals(obj: unknown): boolean;
|
|
710
766
|
GetHashCode(): int;
|
|
711
|
-
ToString(): string
|
|
767
|
+
ToString(): string;
|
|
712
768
|
}
|
|
713
769
|
|
|
714
770
|
|
|
@@ -725,6 +781,11 @@ export const SqlConnectionEncryptOption: {
|
|
|
725
781
|
export type SqlConnectionEncryptOption = SqlConnectionEncryptOption$instance;
|
|
726
782
|
|
|
727
783
|
export interface SqlConnectionStringBuilder$instance extends DbConnectionStringBuilder {
|
|
784
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
785
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
786
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
787
|
+
readonly __tsonic_iface_System_ComponentModel_ICustomTypeDescriptor: never;
|
|
788
|
+
|
|
728
789
|
ApplicationIntent: ApplicationIntent;
|
|
729
790
|
ApplicationName: string;
|
|
730
791
|
AttachDBFilename: string;
|
|
@@ -747,7 +808,7 @@ export interface SqlConnectionStringBuilder$instance extends DbConnectionStringB
|
|
|
747
808
|
IntegratedSecurity: boolean;
|
|
748
809
|
IPAddressPreference: SqlConnectionIPAddressPreference;
|
|
749
810
|
readonly IsFixedSize: boolean;
|
|
750
|
-
|
|
811
|
+
[keyword: string]: unknown;
|
|
751
812
|
readonly Keys: ICollection;
|
|
752
813
|
LoadBalanceTimeout: int;
|
|
753
814
|
MaxPoolSize: int;
|
|
@@ -799,11 +860,19 @@ export const SqlCredential: {
|
|
|
799
860
|
export type SqlCredential = SqlCredential$instance;
|
|
800
861
|
|
|
801
862
|
export interface SqlDataAdapter$instance extends DbDataAdapter {
|
|
863
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
864
|
+
readonly __tsonic_iface_System_Data_IDataAdapter: never;
|
|
865
|
+
readonly __tsonic_iface_System_Data_IDbDataAdapter: never;
|
|
866
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
867
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
868
|
+
|
|
802
869
|
DeleteCommand: SqlCommand;
|
|
803
870
|
InsertCommand: SqlCommand;
|
|
804
871
|
SelectCommand: SqlCommand;
|
|
805
872
|
UpdateBatchSize: int;
|
|
806
873
|
UpdateCommand: SqlCommand;
|
|
874
|
+
OnRowUpdated(value: RowUpdatedEventArgs): void;
|
|
875
|
+
OnRowUpdating(value: RowUpdatingEventArgs): void;
|
|
807
876
|
}
|
|
808
877
|
|
|
809
878
|
|
|
@@ -818,6 +887,13 @@ export const SqlDataAdapter: {
|
|
|
818
887
|
export type SqlDataAdapter = SqlDataAdapter$instance;
|
|
819
888
|
|
|
820
889
|
export interface SqlDataReader$instance extends DbDataReader {
|
|
890
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
891
|
+
readonly __tsonic_iface_System_Data_Common_IDbColumnSchemaGenerator: never;
|
|
892
|
+
readonly __tsonic_iface_System_Data_IDataReader: never;
|
|
893
|
+
readonly __tsonic_iface_System_Data_IDataRecord: never;
|
|
894
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
895
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
896
|
+
|
|
821
897
|
readonly Depth: int;
|
|
822
898
|
readonly FieldCount: int;
|
|
823
899
|
readonly HasRows: boolean;
|
|
@@ -891,7 +967,6 @@ export interface SqlDataReader$instance extends DbDataReader {
|
|
|
891
967
|
|
|
892
968
|
|
|
893
969
|
export const SqlDataReader: {
|
|
894
|
-
new(): SqlDataReader;
|
|
895
970
|
};
|
|
896
971
|
|
|
897
972
|
|
|
@@ -920,26 +995,28 @@ export type SqlDependency = SqlDependency$instance;
|
|
|
920
995
|
export interface SqlError$instance {
|
|
921
996
|
readonly Class: byte;
|
|
922
997
|
readonly LineNumber: int;
|
|
923
|
-
readonly Message: string
|
|
998
|
+
readonly Message: string;
|
|
924
999
|
readonly Number: int;
|
|
925
1000
|
readonly Procedure: string;
|
|
926
1001
|
readonly Server: string;
|
|
927
1002
|
readonly Source: string;
|
|
928
1003
|
readonly State: byte;
|
|
929
|
-
ToString(): string
|
|
1004
|
+
ToString(): string;
|
|
930
1005
|
}
|
|
931
1006
|
|
|
932
1007
|
|
|
933
1008
|
export const SqlError: {
|
|
934
|
-
new(): SqlError;
|
|
935
1009
|
};
|
|
936
1010
|
|
|
937
1011
|
|
|
938
1012
|
export type SqlError = SqlError$instance;
|
|
939
1013
|
|
|
940
1014
|
export interface SqlErrorCollection$instance {
|
|
1015
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1016
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1017
|
+
|
|
941
1018
|
readonly Count: int;
|
|
942
|
-
readonly
|
|
1019
|
+
readonly [index: number]: SqlError;
|
|
943
1020
|
CopyTo(array: SqlError[], index: int): void;
|
|
944
1021
|
CopyTo(array: ClrArray, index: int): void;
|
|
945
1022
|
GetEnumerator(): IEnumerator;
|
|
@@ -947,16 +1024,18 @@ export interface SqlErrorCollection$instance {
|
|
|
947
1024
|
|
|
948
1025
|
|
|
949
1026
|
export const SqlErrorCollection: {
|
|
950
|
-
new(): SqlErrorCollection;
|
|
951
1027
|
};
|
|
952
1028
|
|
|
953
1029
|
|
|
954
1030
|
export type SqlErrorCollection = SqlErrorCollection$instance;
|
|
955
1031
|
|
|
956
1032
|
export interface SqlException$instance extends DbException {
|
|
1033
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1034
|
+
|
|
957
1035
|
readonly BatchCommand: SqlBatchCommand;
|
|
958
1036
|
readonly Class: byte;
|
|
959
1037
|
readonly ClientConnectionId: Guid;
|
|
1038
|
+
readonly DbBatchCommand: DbBatchCommand;
|
|
960
1039
|
readonly Errors: SqlErrorCollection;
|
|
961
1040
|
readonly LineNumber: int;
|
|
962
1041
|
readonly Number: int;
|
|
@@ -970,7 +1049,6 @@ export interface SqlException$instance extends DbException {
|
|
|
970
1049
|
|
|
971
1050
|
|
|
972
1051
|
export const SqlException: {
|
|
973
|
-
new(): SqlException;
|
|
974
1052
|
};
|
|
975
1053
|
|
|
976
1054
|
|
|
@@ -985,7 +1063,6 @@ export interface SqlInfoMessageEventArgs$instance extends EventArgs {
|
|
|
985
1063
|
|
|
986
1064
|
|
|
987
1065
|
export const SqlInfoMessageEventArgs: {
|
|
988
|
-
new(): SqlInfoMessageEventArgs;
|
|
989
1066
|
};
|
|
990
1067
|
|
|
991
1068
|
|
|
@@ -1006,6 +1083,10 @@ export const SqlNotificationEventArgs: {
|
|
|
1006
1083
|
export type SqlNotificationEventArgs = SqlNotificationEventArgs$instance;
|
|
1007
1084
|
|
|
1008
1085
|
export interface SqlParameter$instance extends DbParameter {
|
|
1086
|
+
readonly __tsonic_iface_System_Data_IDataParameter: never;
|
|
1087
|
+
readonly __tsonic_iface_System_Data_IDbDataParameter: never;
|
|
1088
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1089
|
+
|
|
1009
1090
|
CompareInfo: SqlCompareOptions;
|
|
1010
1091
|
DbType: DbType;
|
|
1011
1092
|
Direction: ParameterDirection;
|
|
@@ -1048,6 +1129,11 @@ export const SqlParameter: {
|
|
|
1048
1129
|
export type SqlParameter = SqlParameter$instance;
|
|
1049
1130
|
|
|
1050
1131
|
export interface SqlParameterCollection$instance extends DbParameterCollection {
|
|
1132
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1133
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1134
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
1135
|
+
readonly __tsonic_iface_System_Data_IDataParameterCollection: never;
|
|
1136
|
+
|
|
1051
1137
|
readonly Count: int;
|
|
1052
1138
|
readonly IsFixedSize: boolean;
|
|
1053
1139
|
readonly IsReadOnly: boolean;
|
|
@@ -1069,6 +1155,8 @@ export interface SqlParameterCollection$instance extends DbParameterCollection {
|
|
|
1069
1155
|
get_Item(index: int): SqlParameter;
|
|
1070
1156
|
get_Item(parameterName: string): SqlParameter;
|
|
1071
1157
|
GetEnumerator(): IEnumerator;
|
|
1158
|
+
GetParameter(index: int): DbParameter;
|
|
1159
|
+
GetParameter(parameterName: string): DbParameter;
|
|
1072
1160
|
IndexOf(value: SqlParameter): int;
|
|
1073
1161
|
IndexOf(value: unknown): int;
|
|
1074
1162
|
IndexOf(parameterName: string): int;
|
|
@@ -1080,11 +1168,12 @@ export interface SqlParameterCollection$instance extends DbParameterCollection {
|
|
|
1080
1168
|
RemoveAt(parameterName: string): void;
|
|
1081
1169
|
set_Item(index: int, value: SqlParameter): void;
|
|
1082
1170
|
set_Item(parameterName: string, value: SqlParameter): void;
|
|
1171
|
+
SetParameter(index: int, value: DbParameter): void;
|
|
1172
|
+
SetParameter(parameterName: string, value: DbParameter): void;
|
|
1083
1173
|
}
|
|
1084
1174
|
|
|
1085
1175
|
|
|
1086
1176
|
export const SqlParameterCollection: {
|
|
1087
|
-
new(): SqlParameterCollection;
|
|
1088
1177
|
};
|
|
1089
1178
|
|
|
1090
1179
|
|
|
@@ -1106,30 +1195,37 @@ export const SqlRetryingEventArgs: {
|
|
|
1106
1195
|
export type SqlRetryingEventArgs = SqlRetryingEventArgs$instance;
|
|
1107
1196
|
|
|
1108
1197
|
export interface SqlRetryIntervalBaseEnumerator$instance {
|
|
1109
|
-
readonly
|
|
1110
|
-
readonly
|
|
1111
|
-
readonly
|
|
1112
|
-
readonly
|
|
1198
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
1199
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1200
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1201
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1202
|
+
|
|
1203
|
+
Current: TimeSpan;
|
|
1204
|
+
GapTimeInterval: TimeSpan;
|
|
1205
|
+
MaxTimeInterval: TimeSpan;
|
|
1206
|
+
MinTimeInterval: TimeSpan;
|
|
1113
1207
|
Clone(): unknown;
|
|
1114
1208
|
Dispose(): void;
|
|
1209
|
+
GetNextInterval(): TimeSpan;
|
|
1115
1210
|
MoveNext(): boolean;
|
|
1116
1211
|
Reset(): void;
|
|
1212
|
+
Validate(timeInterval: TimeSpan, maxTimeInterval: TimeSpan, minTimeInterval: TimeSpan): void;
|
|
1117
1213
|
}
|
|
1118
1214
|
|
|
1119
1215
|
|
|
1120
|
-
export const SqlRetryIntervalBaseEnumerator: {
|
|
1121
|
-
new(): SqlRetryIntervalBaseEnumerator;
|
|
1122
|
-
new(timeInterval: TimeSpan, maxTime: TimeSpan, minTime: TimeSpan): SqlRetryIntervalBaseEnumerator;
|
|
1216
|
+
export const SqlRetryIntervalBaseEnumerator: (abstract new() => SqlRetryIntervalBaseEnumerator) & (abstract new(timeInterval: TimeSpan, maxTime: TimeSpan, minTime: TimeSpan) => SqlRetryIntervalBaseEnumerator) & {
|
|
1123
1217
|
};
|
|
1124
1218
|
|
|
1125
1219
|
|
|
1126
1220
|
export type SqlRetryIntervalBaseEnumerator = SqlRetryIntervalBaseEnumerator$instance;
|
|
1127
1221
|
|
|
1128
1222
|
export interface SqlRetryLogicBase$instance {
|
|
1129
|
-
readonly
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1223
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1224
|
+
|
|
1225
|
+
Current: int;
|
|
1226
|
+
NumberOfTries: int;
|
|
1227
|
+
RetryIntervalEnumerator: SqlRetryIntervalBaseEnumerator;
|
|
1228
|
+
TransientPredicate: Predicate<Exception>;
|
|
1133
1229
|
Clone(): unknown;
|
|
1134
1230
|
Reset(): void;
|
|
1135
1231
|
RetryCondition(sender: unknown): boolean;
|
|
@@ -1137,7 +1233,7 @@ export interface SqlRetryLogicBase$instance {
|
|
|
1137
1233
|
}
|
|
1138
1234
|
|
|
1139
1235
|
|
|
1140
|
-
export const SqlRetryLogicBase: {
|
|
1236
|
+
export const SqlRetryLogicBase: (abstract new() => SqlRetryLogicBase) & {
|
|
1141
1237
|
};
|
|
1142
1238
|
|
|
1143
1239
|
|
|
@@ -1145,14 +1241,14 @@ export type SqlRetryLogicBase = SqlRetryLogicBase$instance;
|
|
|
1145
1241
|
|
|
1146
1242
|
export interface SqlRetryLogicBaseProvider$instance {
|
|
1147
1243
|
Retrying: EventHandler<SqlRetryingEventArgs>;
|
|
1148
|
-
|
|
1244
|
+
RetryLogic: SqlRetryLogicBase;
|
|
1149
1245
|
Execute<TResult>(sender: unknown, function_: Func<TResult>): TResult;
|
|
1150
1246
|
ExecuteAsync(sender: unknown, function_: Func<Task>, cancellationToken?: CancellationToken): Task;
|
|
1151
1247
|
ExecuteAsync<TResult>(sender: unknown, function_: Func<Task<TResult>>, cancellationToken?: CancellationToken): Task<TResult>;
|
|
1152
1248
|
}
|
|
1153
1249
|
|
|
1154
1250
|
|
|
1155
|
-
export const SqlRetryLogicBaseProvider: {
|
|
1251
|
+
export const SqlRetryLogicBaseProvider: (abstract new() => SqlRetryLogicBaseProvider) & {
|
|
1156
1252
|
};
|
|
1157
1253
|
|
|
1158
1254
|
|
|
@@ -1201,6 +1297,7 @@ export const SqlRowUpdatedEventArgs: {
|
|
|
1201
1297
|
export type SqlRowUpdatedEventArgs = SqlRowUpdatedEventArgs$instance;
|
|
1202
1298
|
|
|
1203
1299
|
export interface SqlRowUpdatingEventArgs$instance extends RowUpdatingEventArgs {
|
|
1300
|
+
BaseCommand: IDbCommand;
|
|
1204
1301
|
Command: SqlCommand;
|
|
1205
1302
|
}
|
|
1206
1303
|
|
|
@@ -1213,9 +1310,15 @@ export const SqlRowUpdatingEventArgs: {
|
|
|
1213
1310
|
export type SqlRowUpdatingEventArgs = SqlRowUpdatingEventArgs$instance;
|
|
1214
1311
|
|
|
1215
1312
|
export interface SqlTransaction$instance extends DbTransaction {
|
|
1313
|
+
readonly __tsonic_iface_System_Data_IDbTransaction: never;
|
|
1314
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
1315
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1316
|
+
|
|
1216
1317
|
readonly Connection: SqlConnection;
|
|
1318
|
+
readonly DbConnection: DbConnection;
|
|
1217
1319
|
readonly IsolationLevel: IsolationLevel;
|
|
1218
1320
|
Commit(): void;
|
|
1321
|
+
Dispose(disposing: boolean): void;
|
|
1219
1322
|
Rollback(): void;
|
|
1220
1323
|
Rollback(transactionName: string): void;
|
|
1221
1324
|
Save(savePointName: string): void;
|
|
@@ -1223,7 +1326,6 @@ export interface SqlTransaction$instance extends DbTransaction {
|
|
|
1223
1326
|
|
|
1224
1327
|
|
|
1225
1328
|
export const SqlTransaction: {
|
|
1226
|
-
new(): SqlTransaction;
|
|
1227
1329
|
};
|
|
1228
1330
|
|
|
1229
1331
|
|