@tsonic/dotnet 10.0.5 → 10.0.10
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/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +6 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +58 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -0
- package/Microsoft.Win32/internal/index.d.ts +3 -3
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +447 -196
- package/System.Buffers/internal/index.d.ts +24 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +4 -0
- package/System.Collections/internal/index.d.ts +37 -26
- package/System.Collections.Concurrent/internal/index.d.ts +17 -3
- package/System.Collections.Frozen/internal/index.d.ts +12 -0
- package/System.Collections.Generic/internal/index.d.ts +126 -43
- package/System.Collections.Immutable/internal/index.d.ts +51 -14
- package/System.Collections.ObjectModel/internal/index.d.ts +22 -10
- package/System.Collections.Specialized/internal/index.d.ts +33 -12
- package/System.ComponentModel/internal/index.d.ts +275 -33
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +73 -3
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
- package/System.ComponentModel.Design/internal/index.d.ts +49 -7
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +22 -0
- package/System.Data/internal/index.d.ts +111 -21
- package/System.Data.Common/internal/index.d.ts +67 -36
- package/System.Data.SqlTypes/internal/index.d.ts +59 -52
- package/System.Diagnostics/internal/index.d.ts +147 -17
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
- package/System.Diagnostics.Contracts/internal/index.d.ts +26 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +31 -3
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +8 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +40 -6
- package/System.Drawing/internal/index.d.ts +24 -0
- package/System.Dynamic/internal/index.d.ts +38 -6
- package/System.Formats.Asn1/internal/index.d.ts +13 -3
- package/System.Formats.Tar/internal/index.d.ts +20 -6
- package/System.Globalization/internal/index.d.ts +64 -18
- package/System.IO/internal/index.d.ts +74 -18
- package/System.IO.Compression/internal/index.d.ts +25 -9
- package/System.IO.Enumeration/internal/index.d.ts +6 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -3
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -0
- package/System.IO.Pipelines/internal/index.d.ts +19 -3
- package/System.IO.Pipes/internal/index.d.ts +16 -0
- package/System.Linq/internal/index.d.ts +17 -3
- package/System.Linq.Expressions/internal/index.d.ts +86 -18
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
- package/System.Net/internal/index.d.ts +112 -23
- package/System.Net.Cache/internal/index.d.ts +4 -0
- package/System.Net.Http/internal/index.d.ts +50 -0
- package/System.Net.Http.Headers/internal/index.d.ts +79 -62
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +31 -9
- package/System.Net.Mime/internal/index.d.ts +4 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +67 -10
- package/System.Net.Quic/internal/index.d.ts +22 -6
- package/System.Net.Security/internal/index.d.ts +27 -3
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
- package/System.Net.Sockets/internal/index.d.ts +38 -6
- package/System.Net.WebSockets/internal/index.d.ts +23 -3
- package/System.Numerics/internal/index.d.ts +29 -16
- package/System.Reflection/internal/index.d.ts +135 -32
- package/System.Reflection.Emit/internal/index.d.ts +45 -9
- package/System.Reflection.Metadata/internal/index.d.ts +324 -10
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +76 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +37 -3
- package/System.Resources/internal/index.d.ts +16 -0
- package/System.Runtime/internal/index.d.ts +12 -6
- package/System.Runtime.CompilerServices/internal/index.d.ts +278 -39
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +6 -0
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices/internal/index.d.ts +175 -15
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +40 -0
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +55 -3
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +57 -12
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -0
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +8 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +13 -17
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +40 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -0
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +148 -0
- package/System.Runtime.Loader/internal/index.d.ts +7 -3
- package/System.Runtime.Remoting/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +75 -9
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +26 -0
- package/System.Security/internal/index.d.ts +28 -6
- package/System.Security.AccessControl/internal/index.d.ts +98 -8
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +9 -3
- package/System.Security.Claims/internal/index.d.ts +8 -6
- package/System.Security.Cryptography/internal/index.d.ts +299 -44
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +72 -14
- package/System.Security.Permissions/internal/index.d.ts +6 -0
- package/System.Security.Policy/internal/index.d.ts +4 -0
- package/System.Security.Principal/internal/index.d.ts +21 -8
- package/System.Text/internal/index.d.ts +70 -11
- package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
- package/System.Text.Json/internal/index.d.ts +33 -8
- package/System.Text.Json.Nodes/internal/index.d.ts +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +54 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +23 -3
- package/System.Text.RegularExpressions/internal/index.d.ts +35 -7
- package/System.Text.Unicode/internal/index.d.ts +4 -0
- package/System.Threading/internal/index.d.ts +108 -24
- package/System.Threading.Channels/internal/index.d.ts +18 -0
- package/System.Threading.Tasks/internal/index.d.ts +49 -13
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +2 -0
- package/System.Timers/internal/index.d.ts +7 -3
- package/System.Transactions/internal/index.d.ts +37 -15
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Markup/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +107 -20
- package/System.Xml.Linq/internal/index.d.ts +42 -18
- package/System.Xml.Resolvers/internal/index.d.ts +2 -0
- package/System.Xml.Schema/internal/index.d.ts +150 -4
- package/System.Xml.Serialization/internal/index.d.ts +120 -8
- package/System.Xml.XPath/internal/index.d.ts +14 -6
- package/System.Xml.Xsl/internal/index.d.ts +16 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +89 -2
- package/__internal/extensions/index.d.ts +2143 -1955
- package/package.json +2 -2
|
@@ -72,6 +72,8 @@ export interface IDbColumnSchemaGenerator$instance {
|
|
|
72
72
|
export type IDbColumnSchemaGenerator = IDbColumnSchemaGenerator$instance;
|
|
73
73
|
|
|
74
74
|
export interface DataAdapter$instance extends Component {
|
|
75
|
+
readonly __tsonic_type_System_Data_Common_DataAdapter: never;
|
|
76
|
+
|
|
75
77
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
76
78
|
readonly __tsonic_iface_System_Data_IDataAdapter: never;
|
|
77
79
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -118,7 +120,9 @@ export interface __DataAdapter$views {
|
|
|
118
120
|
export type DataAdapter = DataAdapter$instance & __DataAdapter$views;
|
|
119
121
|
|
|
120
122
|
|
|
121
|
-
export interface DataColumnMapping$instance extends MarshalByRefObject {
|
|
123
|
+
export interface DataColumnMapping$instance extends MarshalByRefObject, System_Data_Internal.IColumnMapping$instance, System_Internal.ICloneable$instance {
|
|
124
|
+
readonly __tsonic_type_System_Data_Common_DataColumnMapping: never;
|
|
125
|
+
|
|
122
126
|
readonly __tsonic_iface_System_Data_IColumnMapping: never;
|
|
123
127
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
124
128
|
|
|
@@ -141,12 +145,12 @@ export interface __DataColumnMapping$views {
|
|
|
141
145
|
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
142
146
|
}
|
|
143
147
|
|
|
144
|
-
export interface DataColumnMapping$instance extends System_Data_Internal.IColumnMapping$instance, System_Internal.ICloneable$instance {}
|
|
145
|
-
|
|
146
148
|
export type DataColumnMapping = DataColumnMapping$instance & __DataColumnMapping$views;
|
|
147
149
|
|
|
148
150
|
|
|
149
151
|
export interface DataColumnMappingCollection$instance extends MarshalByRefObject {
|
|
152
|
+
readonly __tsonic_type_System_Data_Common_DataColumnMappingCollection: never;
|
|
153
|
+
|
|
150
154
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
151
155
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
152
156
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
@@ -197,7 +201,9 @@ export interface __DataColumnMappingCollection$views {
|
|
|
197
201
|
export type DataColumnMappingCollection = DataColumnMappingCollection$instance & __DataColumnMappingCollection$views;
|
|
198
202
|
|
|
199
203
|
|
|
200
|
-
export interface DataTableMapping$instance extends MarshalByRefObject {
|
|
204
|
+
export interface DataTableMapping$instance extends MarshalByRefObject, System_Internal.ICloneable$instance {
|
|
205
|
+
readonly __tsonic_type_System_Data_Common_DataTableMapping: never;
|
|
206
|
+
|
|
201
207
|
readonly __tsonic_iface_System_Data_ITableMapping: never;
|
|
202
208
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
203
209
|
|
|
@@ -223,12 +229,12 @@ export interface __DataTableMapping$views {
|
|
|
223
229
|
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
224
230
|
}
|
|
225
231
|
|
|
226
|
-
export interface DataTableMapping$instance extends System_Internal.ICloneable$instance {}
|
|
227
|
-
|
|
228
232
|
export type DataTableMapping = DataTableMapping$instance & __DataTableMapping$views;
|
|
229
233
|
|
|
230
234
|
|
|
231
235
|
export interface DataTableMappingCollection$instance extends MarshalByRefObject {
|
|
236
|
+
readonly __tsonic_type_System_Data_Common_DataTableMappingCollection: never;
|
|
237
|
+
|
|
232
238
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
233
239
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
234
240
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
@@ -278,7 +284,9 @@ export interface __DataTableMappingCollection$views {
|
|
|
278
284
|
export type DataTableMappingCollection = DataTableMappingCollection$instance & __DataTableMappingCollection$views;
|
|
279
285
|
|
|
280
286
|
|
|
281
|
-
export interface DbBatch$instance {
|
|
287
|
+
export interface DbBatch$instance extends System_Internal.IAsyncDisposable$instance, System_Internal.IDisposable$instance {
|
|
288
|
+
readonly __tsonic_type_System_Data_Common_DbBatch: never;
|
|
289
|
+
|
|
282
290
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
283
291
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
284
292
|
|
|
@@ -321,12 +329,12 @@ export interface __DbBatch$views {
|
|
|
321
329
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
322
330
|
}
|
|
323
331
|
|
|
324
|
-
export interface DbBatch$instance extends System_Internal.IAsyncDisposable$instance, System_Internal.IDisposable$instance {}
|
|
325
|
-
|
|
326
332
|
export type DbBatch = DbBatch$instance & __DbBatch$views;
|
|
327
333
|
|
|
328
334
|
|
|
329
335
|
export interface DbBatchCommand$instance {
|
|
336
|
+
readonly __tsonic_type_System_Data_Common_DbBatchCommand: never;
|
|
337
|
+
|
|
330
338
|
readonly CanCreateParameter: boolean;
|
|
331
339
|
CommandText: string;
|
|
332
340
|
CommandType: CommandType;
|
|
@@ -344,6 +352,8 @@ export const DbBatchCommand: (abstract new() => DbBatchCommand) & {
|
|
|
344
352
|
export type DbBatchCommand = DbBatchCommand$instance;
|
|
345
353
|
|
|
346
354
|
export interface DbBatchCommandCollection$instance {
|
|
355
|
+
readonly __tsonic_type_System_Data_Common_DbBatchCommandCollection: never;
|
|
356
|
+
|
|
347
357
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
348
358
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
349
359
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -351,7 +361,6 @@ export interface DbBatchCommandCollection$instance {
|
|
|
351
361
|
|
|
352
362
|
readonly Count: int;
|
|
353
363
|
readonly IsReadOnly: boolean;
|
|
354
|
-
[index: number]: DbBatchCommand;
|
|
355
364
|
Add(item: DbBatchCommand): void;
|
|
356
365
|
Clear(): void;
|
|
357
366
|
Contains(item: DbBatchCommand): boolean;
|
|
@@ -377,10 +386,12 @@ export interface __DbBatchCommandCollection$views {
|
|
|
377
386
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
378
387
|
}
|
|
379
388
|
|
|
380
|
-
export type DbBatchCommandCollection = DbBatchCommandCollection$instance & __DbBatchCommandCollection$views;
|
|
389
|
+
export type DbBatchCommandCollection = DbBatchCommandCollection$instance & __DbBatchCommandCollection$views & { [index: number]: DbBatchCommand; };
|
|
381
390
|
|
|
382
391
|
|
|
383
392
|
export interface DbColumn$instance {
|
|
393
|
+
readonly __tsonic_type_System_Data_Common_DbColumn: never;
|
|
394
|
+
|
|
384
395
|
AllowDBNull: Nullable_1<System_Internal.Boolean>;
|
|
385
396
|
get BaseCatalogName(): string | undefined;
|
|
386
397
|
set BaseCatalogName(value: string | undefined);
|
|
@@ -408,7 +419,6 @@ export interface DbColumn$instance {
|
|
|
408
419
|
IsLong: Nullable_1<System_Internal.Boolean>;
|
|
409
420
|
IsReadOnly: Nullable_1<System_Internal.Boolean>;
|
|
410
421
|
IsUnique: Nullable_1<System_Internal.Boolean>;
|
|
411
|
-
readonly [property: string]: unknown | undefined;
|
|
412
422
|
NumericPrecision: Nullable_1<System_Internal.Int32>;
|
|
413
423
|
NumericScale: Nullable_1<System_Internal.Int32>;
|
|
414
424
|
get UdtAssemblyQualifiedName(): string | undefined;
|
|
@@ -420,9 +430,11 @@ export const DbColumn: (abstract new() => DbColumn) & {
|
|
|
420
430
|
};
|
|
421
431
|
|
|
422
432
|
|
|
423
|
-
export type DbColumn = DbColumn$instance;
|
|
433
|
+
export type DbColumn = DbColumn$instance & { readonly [property: string]: unknown | undefined; };
|
|
434
|
+
|
|
435
|
+
export interface DbCommand$instance extends Component, System_Internal.IAsyncDisposable$instance {
|
|
436
|
+
readonly __tsonic_type_System_Data_Common_DbCommand: never;
|
|
424
437
|
|
|
425
|
-
export interface DbCommand$instance extends Component {
|
|
426
438
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
427
439
|
readonly __tsonic_iface_System_Data_IDbCommand: never;
|
|
428
440
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
@@ -479,12 +491,12 @@ export interface __DbCommand$views {
|
|
|
479
491
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
480
492
|
}
|
|
481
493
|
|
|
482
|
-
export interface DbCommand$instance extends System_Internal.IAsyncDisposable$instance {}
|
|
483
|
-
|
|
484
494
|
export type DbCommand = DbCommand$instance & __DbCommand$views;
|
|
485
495
|
|
|
486
496
|
|
|
487
497
|
export interface DbCommandBuilder$instance extends Component {
|
|
498
|
+
readonly __tsonic_type_System_Data_Common_DbCommandBuilder: never;
|
|
499
|
+
|
|
488
500
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
489
501
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
490
502
|
|
|
@@ -530,7 +542,9 @@ export interface __DbCommandBuilder$views {
|
|
|
530
542
|
export type DbCommandBuilder = DbCommandBuilder$instance & __DbCommandBuilder$views;
|
|
531
543
|
|
|
532
544
|
|
|
533
|
-
export interface DbConnection$instance extends Component {
|
|
545
|
+
export interface DbConnection$instance extends Component, System_Internal.IAsyncDisposable$instance {
|
|
546
|
+
readonly __tsonic_type_System_Data_Common_DbConnection: never;
|
|
547
|
+
|
|
534
548
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
535
549
|
readonly __tsonic_iface_System_Data_IDbConnection: never;
|
|
536
550
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
@@ -586,12 +600,12 @@ export interface __DbConnection$views {
|
|
|
586
600
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
587
601
|
}
|
|
588
602
|
|
|
589
|
-
export interface DbConnection$instance extends System_Internal.IAsyncDisposable$instance {}
|
|
590
|
-
|
|
591
603
|
export type DbConnection = DbConnection$instance & __DbConnection$views;
|
|
592
604
|
|
|
593
605
|
|
|
594
606
|
export interface DbConnectionStringBuilder$instance {
|
|
607
|
+
readonly __tsonic_type_System_Data_Common_DbConnectionStringBuilder: never;
|
|
608
|
+
|
|
595
609
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
596
610
|
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
597
611
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -602,7 +616,6 @@ export interface DbConnectionStringBuilder$instance {
|
|
|
602
616
|
readonly Count: int;
|
|
603
617
|
readonly IsFixedSize: boolean;
|
|
604
618
|
readonly IsReadOnly: boolean;
|
|
605
|
-
[keyword: string]: unknown;
|
|
606
619
|
readonly Keys: ICollection;
|
|
607
620
|
readonly Values: ICollection;
|
|
608
621
|
Add(keyword: string, value: unknown): void;
|
|
@@ -632,10 +645,12 @@ export interface __DbConnectionStringBuilder$views {
|
|
|
632
645
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
633
646
|
}
|
|
634
647
|
|
|
635
|
-
export type DbConnectionStringBuilder = DbConnectionStringBuilder$instance & __DbConnectionStringBuilder$views;
|
|
648
|
+
export type DbConnectionStringBuilder = DbConnectionStringBuilder$instance & __DbConnectionStringBuilder$views & { [keyword: string]: unknown; };
|
|
649
|
+
|
|
636
650
|
|
|
651
|
+
export interface DbDataAdapter$instance extends DataAdapter$instance, System_Internal.ICloneable$instance {
|
|
652
|
+
readonly __tsonic_type_System_Data_Common_DbDataAdapter: never;
|
|
637
653
|
|
|
638
|
-
export interface DbDataAdapter$instance extends DataAdapter$instance {
|
|
639
654
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
640
655
|
readonly __tsonic_iface_System_Data_IDataAdapter: never;
|
|
641
656
|
readonly __tsonic_iface_System_Data_IDbDataAdapter: never;
|
|
@@ -694,12 +709,12 @@ export interface __DbDataAdapter$views {
|
|
|
694
709
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
695
710
|
}
|
|
696
711
|
|
|
697
|
-
export interface DbDataAdapter$instance extends System_Internal.ICloneable$instance {}
|
|
698
|
-
|
|
699
712
|
export type DbDataAdapter = DbDataAdapter$instance & __DbDataAdapter$views;
|
|
700
713
|
|
|
701
714
|
|
|
702
|
-
export interface DbDataReader$instance extends MarshalByRefObject {
|
|
715
|
+
export interface DbDataReader$instance extends MarshalByRefObject, System_Internal.IAsyncDisposable$instance {
|
|
716
|
+
readonly __tsonic_type_System_Data_Common_DbDataReader: never;
|
|
717
|
+
|
|
703
718
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
704
719
|
readonly __tsonic_iface_System_Data_IDataReader: never;
|
|
705
720
|
readonly __tsonic_iface_System_Data_IDataRecord: never;
|
|
@@ -777,12 +792,12 @@ export interface __DbDataReader$views {
|
|
|
777
792
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
778
793
|
}
|
|
779
794
|
|
|
780
|
-
export interface DbDataReader$instance extends System_Internal.IAsyncDisposable$instance {}
|
|
781
|
-
|
|
782
795
|
export type DbDataReader = DbDataReader$instance & __DbDataReader$views;
|
|
783
796
|
|
|
784
797
|
|
|
785
|
-
export interface DbDataRecord$instance {
|
|
798
|
+
export interface DbDataRecord$instance extends System_ComponentModel_Internal.ICustomTypeDescriptor$instance, System_Data_Internal.IDataRecord$instance {
|
|
799
|
+
readonly __tsonic_type_System_Data_Common_DbDataRecord: never;
|
|
800
|
+
|
|
786
801
|
readonly __tsonic_iface_System_ComponentModel_ICustomTypeDescriptor: never;
|
|
787
802
|
readonly __tsonic_iface_System_Data_IDataRecord: never;
|
|
788
803
|
|
|
@@ -824,12 +839,12 @@ export interface __DbDataRecord$views {
|
|
|
824
839
|
As_IDataRecord(): System_Data_Internal.IDataRecord$instance;
|
|
825
840
|
}
|
|
826
841
|
|
|
827
|
-
export interface DbDataRecord$instance extends System_ComponentModel_Internal.ICustomTypeDescriptor$instance, System_Data_Internal.IDataRecord$instance {}
|
|
828
|
-
|
|
829
842
|
export type DbDataRecord = DbDataRecord$instance & __DbDataRecord$views;
|
|
830
843
|
|
|
831
844
|
|
|
832
|
-
export interface DbDataSource$instance {
|
|
845
|
+
export interface DbDataSource$instance extends System_Internal.IAsyncDisposable$instance {
|
|
846
|
+
readonly __tsonic_type_System_Data_Common_DbDataSource: never;
|
|
847
|
+
|
|
833
848
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
834
849
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
835
850
|
|
|
@@ -860,12 +875,12 @@ export interface __DbDataSource$views {
|
|
|
860
875
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
861
876
|
}
|
|
862
877
|
|
|
863
|
-
export interface DbDataSource$instance extends System_Internal.IAsyncDisposable$instance {}
|
|
864
|
-
|
|
865
878
|
export type DbDataSource = DbDataSource$instance & __DbDataSource$views;
|
|
866
879
|
|
|
867
880
|
|
|
868
881
|
export interface DbDataSourceEnumerator$instance {
|
|
882
|
+
readonly __tsonic_type_System_Data_Common_DbDataSourceEnumerator: never;
|
|
883
|
+
|
|
869
884
|
GetDataSources(): DataTable;
|
|
870
885
|
}
|
|
871
886
|
|
|
@@ -877,6 +892,8 @@ export const DbDataSourceEnumerator: (abstract new() => DbDataSourceEnumerator)
|
|
|
877
892
|
export type DbDataSourceEnumerator = DbDataSourceEnumerator$instance;
|
|
878
893
|
|
|
879
894
|
export interface DbEnumerator$instance {
|
|
895
|
+
readonly __tsonic_type_System_Data_Common_DbEnumerator: never;
|
|
896
|
+
|
|
880
897
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
881
898
|
|
|
882
899
|
readonly Current: unknown;
|
|
@@ -901,6 +918,8 @@ export type DbEnumerator = DbEnumerator$instance & __DbEnumerator$views;
|
|
|
901
918
|
|
|
902
919
|
|
|
903
920
|
export interface DbException$instance extends ExternalException {
|
|
921
|
+
readonly __tsonic_type_System_Data_Common_DbException: never;
|
|
922
|
+
|
|
904
923
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
905
924
|
|
|
906
925
|
readonly BatchCommand: DbBatchCommand | undefined;
|
|
@@ -923,6 +942,8 @@ export type DbException = DbException$instance & __DbException$views;
|
|
|
923
942
|
|
|
924
943
|
|
|
925
944
|
export interface DbParameter$instance extends MarshalByRefObject {
|
|
945
|
+
readonly __tsonic_type_System_Data_Common_DbParameter: never;
|
|
946
|
+
|
|
926
947
|
readonly __tsonic_iface_System_Data_IDataParameter: never;
|
|
927
948
|
readonly __tsonic_iface_System_Data_IDbDataParameter: never;
|
|
928
949
|
|
|
@@ -955,6 +976,8 @@ export type DbParameter = DbParameter$instance & __DbParameter$views;
|
|
|
955
976
|
|
|
956
977
|
|
|
957
978
|
export interface DbParameterCollection$instance extends MarshalByRefObject {
|
|
979
|
+
readonly __tsonic_type_System_Data_Common_DbParameterCollection: never;
|
|
980
|
+
|
|
958
981
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
959
982
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
960
983
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
@@ -1004,6 +1027,8 @@ export type DbParameterCollection = DbParameterCollection$instance & __DbParamet
|
|
|
1004
1027
|
|
|
1005
1028
|
|
|
1006
1029
|
export interface DbProviderFactory$instance {
|
|
1030
|
+
readonly __tsonic_type_System_Data_Common_DbProviderFactory: never;
|
|
1031
|
+
|
|
1007
1032
|
readonly CanCreateBatch: boolean;
|
|
1008
1033
|
readonly CanCreateCommandBuilder: boolean;
|
|
1009
1034
|
readonly CanCreateDataAdapter: boolean;
|
|
@@ -1028,6 +1053,8 @@ export const DbProviderFactory: (abstract new() => DbProviderFactory) & {
|
|
|
1028
1053
|
export type DbProviderFactory = DbProviderFactory$instance;
|
|
1029
1054
|
|
|
1030
1055
|
export interface DbProviderSpecificTypePropertyAttribute$instance extends Attribute {
|
|
1056
|
+
readonly __tsonic_type_System_Data_Common_DbProviderSpecificTypePropertyAttribute: never;
|
|
1057
|
+
|
|
1031
1058
|
readonly IsProviderSpecificTypeProperty: boolean;
|
|
1032
1059
|
}
|
|
1033
1060
|
|
|
@@ -1039,7 +1066,9 @@ export const DbProviderSpecificTypePropertyAttribute: {
|
|
|
1039
1066
|
|
|
1040
1067
|
export type DbProviderSpecificTypePropertyAttribute = DbProviderSpecificTypePropertyAttribute$instance;
|
|
1041
1068
|
|
|
1042
|
-
export interface DbTransaction$instance extends MarshalByRefObject {
|
|
1069
|
+
export interface DbTransaction$instance extends MarshalByRefObject, System_Internal.IAsyncDisposable$instance {
|
|
1070
|
+
readonly __tsonic_type_System_Data_Common_DbTransaction: never;
|
|
1071
|
+
|
|
1043
1072
|
readonly __tsonic_iface_System_Data_IDbTransaction: never;
|
|
1044
1073
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
1045
1074
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -1074,12 +1103,12 @@ export interface __DbTransaction$views {
|
|
|
1074
1103
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1075
1104
|
}
|
|
1076
1105
|
|
|
1077
|
-
export interface DbTransaction$instance extends System_Internal.IAsyncDisposable$instance {}
|
|
1078
|
-
|
|
1079
1106
|
export type DbTransaction = DbTransaction$instance & __DbTransaction$views;
|
|
1080
1107
|
|
|
1081
1108
|
|
|
1082
1109
|
export interface RowUpdatedEventArgs$instance extends EventArgs {
|
|
1110
|
+
readonly __tsonic_type_System_Data_Common_RowUpdatedEventArgs: never;
|
|
1111
|
+
|
|
1083
1112
|
readonly Command: IDbCommand | undefined;
|
|
1084
1113
|
get Errors(): Exception | undefined;
|
|
1085
1114
|
set Errors(value: Exception | undefined);
|
|
@@ -1102,6 +1131,8 @@ export const RowUpdatedEventArgs: {
|
|
|
1102
1131
|
export type RowUpdatedEventArgs = RowUpdatedEventArgs$instance;
|
|
1103
1132
|
|
|
1104
1133
|
export interface RowUpdatingEventArgs$instance extends EventArgs {
|
|
1134
|
+
readonly __tsonic_type_System_Data_Common_RowUpdatingEventArgs: never;
|
|
1135
|
+
|
|
1105
1136
|
get BaseCommand(): IDbCommand | undefined;
|
|
1106
1137
|
set BaseCommand(value: IDbCommand | undefined);
|
|
1107
1138
|
get Command(): IDbCommand | undefined;
|
|
@@ -46,14 +46,15 @@ export interface INullable$instance {
|
|
|
46
46
|
|
|
47
47
|
export type INullable = INullable$instance;
|
|
48
48
|
|
|
49
|
-
export interface SqlBinary$instance {
|
|
49
|
+
export interface SqlBinary$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {
|
|
50
|
+
readonly __tsonic_type_System_Data_SqlTypes_SqlBinary: never;
|
|
51
|
+
|
|
50
52
|
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
51
53
|
readonly __tsonic_iface_System_IComparable: never;
|
|
52
54
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
53
55
|
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
54
56
|
|
|
55
57
|
readonly IsNull: boolean;
|
|
56
|
-
readonly [index: number]: byte;
|
|
57
58
|
readonly Length: int;
|
|
58
59
|
readonly Value: byte[];
|
|
59
60
|
CompareTo(value: unknown): int;
|
|
@@ -93,12 +94,12 @@ export interface __SqlBinary$views {
|
|
|
93
94
|
CompareTo(obj: unknown): int;
|
|
94
95
|
}
|
|
95
96
|
|
|
96
|
-
export
|
|
97
|
+
export type SqlBinary = SqlBinary$instance & __SqlBinary$views & { readonly [index: number]: byte; };
|
|
97
98
|
|
|
98
|
-
export type SqlBinary = SqlBinary$instance & __SqlBinary$views;
|
|
99
99
|
|
|
100
|
+
export interface SqlBoolean$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {
|
|
101
|
+
readonly __tsonic_type_System_Data_SqlTypes_SqlBoolean: never;
|
|
100
102
|
|
|
101
|
-
export interface SqlBoolean$instance {
|
|
102
103
|
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
103
104
|
readonly __tsonic_iface_System_IComparable: never;
|
|
104
105
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -161,12 +162,12 @@ export interface __SqlBoolean$views {
|
|
|
161
162
|
CompareTo(obj: unknown): int;
|
|
162
163
|
}
|
|
163
164
|
|
|
164
|
-
export interface SqlBoolean$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
165
|
-
|
|
166
165
|
export type SqlBoolean = SqlBoolean$instance & __SqlBoolean$views;
|
|
167
166
|
|
|
168
167
|
|
|
169
|
-
export interface SqlByte$instance {
|
|
168
|
+
export interface SqlByte$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {
|
|
169
|
+
readonly __tsonic_type_System_Data_SqlTypes_SqlByte: never;
|
|
170
|
+
|
|
170
171
|
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
171
172
|
readonly __tsonic_iface_System_IComparable: never;
|
|
172
173
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -230,12 +231,12 @@ export interface __SqlByte$views {
|
|
|
230
231
|
CompareTo(obj: unknown): int;
|
|
231
232
|
}
|
|
232
233
|
|
|
233
|
-
export interface SqlByte$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
234
|
-
|
|
235
234
|
export type SqlByte = SqlByte$instance & __SqlByte$views;
|
|
236
235
|
|
|
237
236
|
|
|
238
|
-
export interface SqlDateTime$instance {
|
|
237
|
+
export interface SqlDateTime$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {
|
|
238
|
+
readonly __tsonic_type_System_Data_SqlTypes_SqlDateTime: never;
|
|
239
|
+
|
|
239
240
|
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
240
241
|
readonly __tsonic_iface_System_IComparable: never;
|
|
241
242
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -292,12 +293,12 @@ export interface __SqlDateTime$views {
|
|
|
292
293
|
CompareTo(obj: unknown): int;
|
|
293
294
|
}
|
|
294
295
|
|
|
295
|
-
export interface SqlDateTime$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
296
|
-
|
|
297
296
|
export type SqlDateTime = SqlDateTime$instance & __SqlDateTime$views;
|
|
298
297
|
|
|
299
298
|
|
|
300
|
-
export interface SqlDecimal$instance {
|
|
299
|
+
export interface SqlDecimal$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {
|
|
300
|
+
readonly __tsonic_type_System_Data_SqlTypes_SqlDecimal: never;
|
|
301
|
+
|
|
301
302
|
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
302
303
|
readonly __tsonic_iface_System_IComparable: never;
|
|
303
304
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -377,12 +378,12 @@ export interface __SqlDecimal$views {
|
|
|
377
378
|
CompareTo(obj: unknown): int;
|
|
378
379
|
}
|
|
379
380
|
|
|
380
|
-
export interface SqlDecimal$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
381
|
-
|
|
382
381
|
export type SqlDecimal = SqlDecimal$instance & __SqlDecimal$views;
|
|
383
382
|
|
|
384
383
|
|
|
385
|
-
export interface SqlDouble$instance {
|
|
384
|
+
export interface SqlDouble$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {
|
|
385
|
+
readonly __tsonic_type_System_Data_SqlTypes_SqlDouble: never;
|
|
386
|
+
|
|
386
387
|
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
387
388
|
readonly __tsonic_iface_System_IComparable: never;
|
|
388
389
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -440,12 +441,12 @@ export interface __SqlDouble$views {
|
|
|
440
441
|
CompareTo(obj: unknown): int;
|
|
441
442
|
}
|
|
442
443
|
|
|
443
|
-
export interface SqlDouble$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
444
|
-
|
|
445
444
|
export type SqlDouble = SqlDouble$instance & __SqlDouble$views;
|
|
446
445
|
|
|
447
446
|
|
|
448
|
-
export interface SqlGuid$instance {
|
|
447
|
+
export interface SqlGuid$instance extends INullable$instance, System_Runtime_Serialization_Internal.ISerializable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {
|
|
448
|
+
readonly __tsonic_type_System_Data_SqlTypes_SqlGuid: never;
|
|
449
|
+
|
|
449
450
|
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
450
451
|
readonly __tsonic_iface_System_IComparable: never;
|
|
451
452
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -495,12 +496,12 @@ export interface __SqlGuid$views {
|
|
|
495
496
|
CompareTo(obj: unknown): int;
|
|
496
497
|
}
|
|
497
498
|
|
|
498
|
-
export interface SqlGuid$instance extends INullable$instance, System_Runtime_Serialization_Internal.ISerializable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
499
|
-
|
|
500
499
|
export type SqlGuid = SqlGuid$instance & __SqlGuid$views;
|
|
501
500
|
|
|
502
501
|
|
|
503
|
-
export interface SqlInt16$instance {
|
|
502
|
+
export interface SqlInt16$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {
|
|
503
|
+
readonly __tsonic_type_System_Data_SqlTypes_SqlInt16: never;
|
|
504
|
+
|
|
504
505
|
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
505
506
|
readonly __tsonic_iface_System_IComparable: never;
|
|
506
507
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -564,12 +565,12 @@ export interface __SqlInt16$views {
|
|
|
564
565
|
CompareTo(obj: unknown): int;
|
|
565
566
|
}
|
|
566
567
|
|
|
567
|
-
export interface SqlInt16$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
568
|
-
|
|
569
568
|
export type SqlInt16 = SqlInt16$instance & __SqlInt16$views;
|
|
570
569
|
|
|
571
570
|
|
|
572
|
-
export interface SqlInt32$instance {
|
|
571
|
+
export interface SqlInt32$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {
|
|
572
|
+
readonly __tsonic_type_System_Data_SqlTypes_SqlInt32: never;
|
|
573
|
+
|
|
573
574
|
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
574
575
|
readonly __tsonic_iface_System_IComparable: never;
|
|
575
576
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -633,12 +634,12 @@ export interface __SqlInt32$views {
|
|
|
633
634
|
CompareTo(obj: unknown): int;
|
|
634
635
|
}
|
|
635
636
|
|
|
636
|
-
export interface SqlInt32$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
637
|
-
|
|
638
637
|
export type SqlInt32 = SqlInt32$instance & __SqlInt32$views;
|
|
639
638
|
|
|
640
639
|
|
|
641
|
-
export interface SqlInt64$instance {
|
|
640
|
+
export interface SqlInt64$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {
|
|
641
|
+
readonly __tsonic_type_System_Data_SqlTypes_SqlInt64: never;
|
|
642
|
+
|
|
642
643
|
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
643
644
|
readonly __tsonic_iface_System_IComparable: never;
|
|
644
645
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -702,12 +703,12 @@ export interface __SqlInt64$views {
|
|
|
702
703
|
CompareTo(obj: unknown): int;
|
|
703
704
|
}
|
|
704
705
|
|
|
705
|
-
export interface SqlInt64$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
706
|
-
|
|
707
706
|
export type SqlInt64 = SqlInt64$instance & __SqlInt64$views;
|
|
708
707
|
|
|
709
708
|
|
|
710
|
-
export interface SqlMoney$instance {
|
|
709
|
+
export interface SqlMoney$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {
|
|
710
|
+
readonly __tsonic_type_System_Data_SqlTypes_SqlMoney: never;
|
|
711
|
+
|
|
711
712
|
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
712
713
|
readonly __tsonic_iface_System_IComparable: never;
|
|
713
714
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -774,12 +775,12 @@ export interface __SqlMoney$views {
|
|
|
774
775
|
CompareTo(obj: unknown): int;
|
|
775
776
|
}
|
|
776
777
|
|
|
777
|
-
export interface SqlMoney$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
778
|
-
|
|
779
778
|
export type SqlMoney = SqlMoney$instance & __SqlMoney$views;
|
|
780
779
|
|
|
781
780
|
|
|
782
|
-
export interface SqlSingle$instance {
|
|
781
|
+
export interface SqlSingle$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {
|
|
782
|
+
readonly __tsonic_type_System_Data_SqlTypes_SqlSingle: never;
|
|
783
|
+
|
|
783
784
|
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
784
785
|
readonly __tsonic_iface_System_IComparable: never;
|
|
785
786
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -838,12 +839,12 @@ export interface __SqlSingle$views {
|
|
|
838
839
|
CompareTo(obj: unknown): int;
|
|
839
840
|
}
|
|
840
841
|
|
|
841
|
-
export interface SqlSingle$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
842
|
-
|
|
843
842
|
export type SqlSingle = SqlSingle$instance & __SqlSingle$views;
|
|
844
843
|
|
|
845
844
|
|
|
846
|
-
export interface SqlString$instance {
|
|
845
|
+
export interface SqlString$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {
|
|
846
|
+
readonly __tsonic_type_System_Data_SqlTypes_SqlString: never;
|
|
847
|
+
|
|
847
848
|
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
848
849
|
readonly __tsonic_iface_System_IComparable: never;
|
|
849
850
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -917,12 +918,12 @@ export interface __SqlString$views {
|
|
|
917
918
|
CompareTo(obj: unknown): int;
|
|
918
919
|
}
|
|
919
920
|
|
|
920
|
-
export interface SqlString$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
921
|
-
|
|
922
921
|
export type SqlString = SqlString$instance & __SqlString$views;
|
|
923
922
|
|
|
924
923
|
|
|
925
924
|
export interface SqlAlreadyFilledException$instance extends SqlTypeException$instance {
|
|
925
|
+
readonly __tsonic_type_System_Data_SqlTypes_SqlAlreadyFilledException: never;
|
|
926
|
+
|
|
926
927
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
927
928
|
|
|
928
929
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -943,14 +944,15 @@ export interface __SqlAlreadyFilledException$views {
|
|
|
943
944
|
export type SqlAlreadyFilledException = SqlAlreadyFilledException$instance & __SqlAlreadyFilledException$views;
|
|
944
945
|
|
|
945
946
|
|
|
946
|
-
export interface SqlBytes$instance {
|
|
947
|
+
export interface SqlBytes$instance extends INullable$instance, System_Runtime_Serialization_Internal.ISerializable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {
|
|
948
|
+
readonly __tsonic_type_System_Data_SqlTypes_SqlBytes: never;
|
|
949
|
+
|
|
947
950
|
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
948
951
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
949
952
|
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
950
953
|
|
|
951
954
|
readonly Buffer: byte[] | undefined;
|
|
952
955
|
readonly IsNull: boolean;
|
|
953
|
-
[offset: number]: byte;
|
|
954
956
|
readonly Length: long;
|
|
955
957
|
readonly MaxLength: long;
|
|
956
958
|
readonly Storage: StorageState;
|
|
@@ -980,19 +982,18 @@ export interface __SqlBytes$views {
|
|
|
980
982
|
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
981
983
|
}
|
|
982
984
|
|
|
983
|
-
export
|
|
985
|
+
export type SqlBytes = SqlBytes$instance & __SqlBytes$views & { [offset: number]: byte; };
|
|
984
986
|
|
|
985
|
-
export type SqlBytes = SqlBytes$instance & __SqlBytes$views;
|
|
986
987
|
|
|
988
|
+
export interface SqlChars$instance extends INullable$instance, System_Runtime_Serialization_Internal.ISerializable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {
|
|
989
|
+
readonly __tsonic_type_System_Data_SqlTypes_SqlChars: never;
|
|
987
990
|
|
|
988
|
-
export interface SqlChars$instance {
|
|
989
991
|
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
990
992
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
991
993
|
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
992
994
|
|
|
993
995
|
readonly Buffer: char[] | undefined;
|
|
994
996
|
readonly IsNull: boolean;
|
|
995
|
-
[offset: number]: char;
|
|
996
997
|
readonly Length: long;
|
|
997
998
|
readonly MaxLength: long;
|
|
998
999
|
readonly Storage: StorageState;
|
|
@@ -1020,12 +1021,12 @@ export interface __SqlChars$views {
|
|
|
1020
1021
|
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
1021
1022
|
}
|
|
1022
1023
|
|
|
1023
|
-
export
|
|
1024
|
-
|
|
1025
|
-
export type SqlChars = SqlChars$instance & __SqlChars$views;
|
|
1024
|
+
export type SqlChars = SqlChars$instance & __SqlChars$views & { [offset: number]: char; };
|
|
1026
1025
|
|
|
1027
1026
|
|
|
1028
1027
|
export interface SqlNotFilledException$instance extends SqlTypeException$instance {
|
|
1028
|
+
readonly __tsonic_type_System_Data_SqlTypes_SqlNotFilledException: never;
|
|
1029
|
+
|
|
1029
1030
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1030
1031
|
|
|
1031
1032
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1047,6 +1048,8 @@ export type SqlNotFilledException = SqlNotFilledException$instance & __SqlNotFil
|
|
|
1047
1048
|
|
|
1048
1049
|
|
|
1049
1050
|
export interface SqlNullValueException$instance extends SqlTypeException$instance {
|
|
1051
|
+
readonly __tsonic_type_System_Data_SqlTypes_SqlNullValueException: never;
|
|
1052
|
+
|
|
1050
1053
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1051
1054
|
|
|
1052
1055
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1068,6 +1071,8 @@ export type SqlNullValueException = SqlNullValueException$instance & __SqlNullVa
|
|
|
1068
1071
|
|
|
1069
1072
|
|
|
1070
1073
|
export interface SqlTruncateException$instance extends SqlTypeException$instance {
|
|
1074
|
+
readonly __tsonic_type_System_Data_SqlTypes_SqlTruncateException: never;
|
|
1075
|
+
|
|
1071
1076
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1072
1077
|
|
|
1073
1078
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1089,6 +1094,8 @@ export type SqlTruncateException = SqlTruncateException$instance & __SqlTruncate
|
|
|
1089
1094
|
|
|
1090
1095
|
|
|
1091
1096
|
export interface SqlTypeException$instance extends SystemException {
|
|
1097
|
+
readonly __tsonic_type_System_Data_SqlTypes_SqlTypeException: never;
|
|
1098
|
+
|
|
1092
1099
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1093
1100
|
|
|
1094
1101
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1109,7 +1116,9 @@ export interface __SqlTypeException$views {
|
|
|
1109
1116
|
export type SqlTypeException = SqlTypeException$instance & __SqlTypeException$views;
|
|
1110
1117
|
|
|
1111
1118
|
|
|
1112
|
-
export interface SqlXml$instance {
|
|
1119
|
+
export interface SqlXml$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {
|
|
1120
|
+
readonly __tsonic_type_System_Data_SqlTypes_SqlXml: never;
|
|
1121
|
+
|
|
1113
1122
|
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
1114
1123
|
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
1115
1124
|
|
|
@@ -1133,8 +1142,6 @@ export interface __SqlXml$views {
|
|
|
1133
1142
|
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
1134
1143
|
}
|
|
1135
1144
|
|
|
1136
|
-
export interface SqlXml$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
1137
|
-
|
|
1138
1145
|
export type SqlXml = SqlXml$instance & __SqlXml$views;
|
|
1139
1146
|
|
|
1140
1147
|
|