@tsonic/dotnet 10.0.4 → 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/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +2 -0
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +1038 -15
- package/System.Buffers/internal/index.d.ts +18 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +3 -0
- package/System.Collections/internal/index.d.ts +75 -7
- package/System.Collections.Concurrent/internal/index.d.ts +35 -0
- package/System.Collections.Frozen/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/index.d.ts +301 -0
- package/System.Collections.Immutable/internal/index.d.ts +149 -2
- package/System.Collections.ObjectModel/internal/index.d.ts +78 -0
- package/System.Collections.Specialized/internal/index.d.ts +42 -4
- package/System.ComponentModel/internal/index.d.ts +123 -2
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +6 -0
- package/System.ComponentModel.Design/internal/index.d.ts +73 -0
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -0
- package/System.Data/internal/index.d.ts +163 -2
- package/System.Data.Common/internal/index.d.ts +83 -3
- package/System.Data.SqlTypes/internal/index.d.ts +89 -0
- package/System.Diagnostics/internal/index.d.ts +70 -4
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +6 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +22 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +16 -0
- package/System.Drawing/internal/index.d.ts +14 -0
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/internal/index.d.ts +6 -0
- package/System.Formats.Tar/internal/index.d.ts +6 -0
- package/System.Globalization/internal/index.d.ts +52 -2
- package/System.IO/internal/index.d.ts +67 -0
- package/System.IO.Compression/internal/index.d.ts +21 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +15 -0
- package/System.Linq/internal/index.d.ts +38 -4
- package/System.Linq.Expressions/internal/index.d.ts +17 -0
- package/System.Net/internal/index.d.ts +93 -2
- package/System.Net.Http/internal/index.d.ts +53 -0
- package/System.Net.Http.Headers/internal/index.d.ts +73 -0
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +57 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +27 -0
- package/System.Net.Quic/internal/index.d.ts +9 -0
- package/System.Net.Security/internal/index.d.ts +13 -0
- package/System.Net.Sockets/internal/index.d.ts +21 -0
- package/System.Net.WebSockets/internal/index.d.ts +9 -0
- package/System.Numerics/internal/index.d.ts +149 -1
- package/System.Reflection/internal/index.d.ts +68 -0
- package/System.Reflection.Emit/internal/index.d.ts +35 -0
- package/System.Reflection.Metadata/internal/index.d.ts +329 -0
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -0
- package/System.Resources/internal/index.d.ts +19 -1
- package/System.Runtime/internal/index.d.ts +6 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +55 -0
- package/System.Runtime.InteropServices/internal/index.d.ts +94 -0
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +42 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +4 -0
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +25 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +44 -0
- package/System.Runtime.Loader/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +36 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +2 -0
- package/System.Security/internal/index.d.ts +18 -0
- package/System.Security.AccessControl/internal/index.d.ts +22 -2
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +7 -2
- package/System.Security.Claims/internal/index.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +270 -0
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +45 -0
- package/System.Security.Policy/internal/index.d.ts +3 -0
- package/System.Security.Principal/internal/index.d.ts +23 -0
- package/System.Text/internal/index.d.ts +40 -0
- package/System.Text.Json/internal/index.d.ts +21 -0
- package/System.Text.Json.Nodes/internal/index.d.ts +11 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +10 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +4 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +42 -0
- package/System.Threading/internal/index.d.ts +78 -0
- package/System.Threading.Channels/internal/index.d.ts +2 -0
- package/System.Threading.Tasks/internal/index.d.ts +14 -0
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +67 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +39 -0
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Input/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +142 -5
- package/System.Xml.Linq/internal/index.d.ts +32 -0
- package/System.Xml.Schema/internal/index.d.ts +23 -0
- package/System.Xml.Serialization/internal/index.d.ts +25 -0
- package/System.Xml.XPath/internal/index.d.ts +13 -2
- package/System.Xml.Xsl/internal/index.d.ts +11 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +24 -0
- package/__internal/extensions/index.d.ts +263 -263
- package/package.json +1 -1
|
@@ -336,6 +336,8 @@ export type StatementCompletedEventHandler = (sender: unknown, e: StatementCompl
|
|
|
336
336
|
|
|
337
337
|
|
|
338
338
|
export interface IColumnMapping$instance {
|
|
339
|
+
readonly __tsonic_iface_System_Data_IColumnMapping: never;
|
|
340
|
+
|
|
339
341
|
DataSetColumn: string;
|
|
340
342
|
SourceColumn: string;
|
|
341
343
|
}
|
|
@@ -344,6 +346,8 @@ export interface IColumnMapping$instance {
|
|
|
344
346
|
export type IColumnMapping = IColumnMapping$instance;
|
|
345
347
|
|
|
346
348
|
export interface IColumnMappingCollection$instance extends IList, ICollection, IEnumerable {
|
|
349
|
+
readonly __tsonic_iface_System_Data_IColumnMappingCollection: never;
|
|
350
|
+
|
|
347
351
|
readonly IsReadOnly: boolean;
|
|
348
352
|
readonly IsFixedSize: boolean;
|
|
349
353
|
readonly Count: int;
|
|
@@ -372,6 +376,8 @@ export interface IColumnMappingCollection$instance extends IList, ICollection, I
|
|
|
372
376
|
export type IColumnMappingCollection = IColumnMappingCollection$instance;
|
|
373
377
|
|
|
374
378
|
export interface IDataAdapter$instance {
|
|
379
|
+
readonly __tsonic_iface_System_Data_IDataAdapter: never;
|
|
380
|
+
|
|
375
381
|
MissingMappingAction: MissingMappingAction;
|
|
376
382
|
MissingSchemaAction: MissingSchemaAction;
|
|
377
383
|
readonly TableMappings: ITableMappingCollection;
|
|
@@ -384,6 +390,8 @@ export interface IDataAdapter$instance {
|
|
|
384
390
|
export type IDataAdapter = IDataAdapter$instance;
|
|
385
391
|
|
|
386
392
|
export interface IDataParameter$instance {
|
|
393
|
+
readonly __tsonic_iface_System_Data_IDataParameter: never;
|
|
394
|
+
|
|
387
395
|
DbType: DbType;
|
|
388
396
|
Direction: ParameterDirection;
|
|
389
397
|
readonly IsNullable: boolean;
|
|
@@ -398,6 +406,8 @@ export interface IDataParameter$instance {
|
|
|
398
406
|
export type IDataParameter = IDataParameter$instance;
|
|
399
407
|
|
|
400
408
|
export interface IDataParameterCollection$instance extends IList, ICollection, IEnumerable {
|
|
409
|
+
readonly __tsonic_iface_System_Data_IDataParameterCollection: never;
|
|
410
|
+
|
|
401
411
|
readonly IsReadOnly: boolean;
|
|
402
412
|
readonly IsFixedSize: boolean;
|
|
403
413
|
readonly Count: int;
|
|
@@ -424,6 +434,8 @@ export interface IDataParameterCollection$instance extends IList, ICollection, I
|
|
|
424
434
|
export type IDataParameterCollection = IDataParameterCollection$instance;
|
|
425
435
|
|
|
426
436
|
export interface IDataReader$instance extends IDisposable, IDataRecord {
|
|
437
|
+
readonly __tsonic_iface_System_Data_IDataReader: never;
|
|
438
|
+
|
|
427
439
|
readonly Depth: int;
|
|
428
440
|
readonly IsClosed: boolean;
|
|
429
441
|
readonly RecordsAffected: int;
|
|
@@ -462,6 +474,8 @@ export interface IDataReader$instance extends IDataRecord$instance, System_Inter
|
|
|
462
474
|
export type IDataReader = IDataReader$instance;
|
|
463
475
|
|
|
464
476
|
export interface IDataRecord$instance {
|
|
477
|
+
readonly __tsonic_iface_System_Data_IDataRecord: never;
|
|
478
|
+
|
|
465
479
|
readonly FieldCount: int;
|
|
466
480
|
get_Item(i: int): unknown;
|
|
467
481
|
get_Item(name: string): unknown;
|
|
@@ -490,6 +504,8 @@ export interface IDataRecord$instance {
|
|
|
490
504
|
export type IDataRecord = IDataRecord$instance;
|
|
491
505
|
|
|
492
506
|
export interface IDbCommand$instance extends IDisposable {
|
|
507
|
+
readonly __tsonic_iface_System_Data_IDbCommand: never;
|
|
508
|
+
|
|
493
509
|
get Connection(): IDbConnection | undefined;
|
|
494
510
|
set Connection(value: IDbConnection | undefined);
|
|
495
511
|
get Transaction(): IDbTransaction | undefined;
|
|
@@ -514,6 +530,8 @@ export interface IDbCommand$instance extends System_Internal.IDisposable$instanc
|
|
|
514
530
|
export type IDbCommand = IDbCommand$instance;
|
|
515
531
|
|
|
516
532
|
export interface IDbConnection$instance extends IDisposable {
|
|
533
|
+
readonly __tsonic_iface_System_Data_IDbConnection: never;
|
|
534
|
+
|
|
517
535
|
ConnectionString: string;
|
|
518
536
|
readonly ConnectionTimeout: int;
|
|
519
537
|
readonly Database: string;
|
|
@@ -532,6 +550,8 @@ export interface IDbConnection$instance extends System_Internal.IDisposable$inst
|
|
|
532
550
|
export type IDbConnection = IDbConnection$instance;
|
|
533
551
|
|
|
534
552
|
export interface IDbDataAdapter$instance extends IDataAdapter {
|
|
553
|
+
readonly __tsonic_iface_System_Data_IDbDataAdapter: never;
|
|
554
|
+
|
|
535
555
|
get SelectCommand(): IDbCommand | undefined;
|
|
536
556
|
set SelectCommand(value: IDbCommand | undefined);
|
|
537
557
|
get InsertCommand(): IDbCommand | undefined;
|
|
@@ -554,6 +574,8 @@ export interface IDbDataAdapter$instance extends IDataAdapter$instance {}
|
|
|
554
574
|
export type IDbDataAdapter = IDbDataAdapter$instance;
|
|
555
575
|
|
|
556
576
|
export interface IDbDataParameter$instance extends IDataParameter {
|
|
577
|
+
readonly __tsonic_iface_System_Data_IDbDataParameter: never;
|
|
578
|
+
|
|
557
579
|
Precision: byte;
|
|
558
580
|
Scale: byte;
|
|
559
581
|
Size: int;
|
|
@@ -573,6 +595,8 @@ export interface IDbDataParameter$instance extends IDataParameter$instance {}
|
|
|
573
595
|
export type IDbDataParameter = IDbDataParameter$instance;
|
|
574
596
|
|
|
575
597
|
export interface IDbTransaction$instance extends IDisposable {
|
|
598
|
+
readonly __tsonic_iface_System_Data_IDbTransaction: never;
|
|
599
|
+
|
|
576
600
|
readonly Connection: IDbConnection | undefined;
|
|
577
601
|
readonly IsolationLevel: IsolationLevel;
|
|
578
602
|
Commit(): void;
|
|
@@ -585,6 +609,8 @@ export interface IDbTransaction$instance extends System_Internal.IDisposable$ins
|
|
|
585
609
|
export type IDbTransaction = IDbTransaction$instance;
|
|
586
610
|
|
|
587
611
|
export interface ITableMapping$instance {
|
|
612
|
+
readonly __tsonic_iface_System_Data_ITableMapping: never;
|
|
613
|
+
|
|
588
614
|
readonly ColumnMappings: IColumnMappingCollection;
|
|
589
615
|
DataSetTable: string;
|
|
590
616
|
SourceTable: string;
|
|
@@ -594,6 +620,8 @@ export interface ITableMapping$instance {
|
|
|
594
620
|
export type ITableMapping = ITableMapping$instance;
|
|
595
621
|
|
|
596
622
|
export interface ITableMappingCollection$instance extends IList, ICollection, IEnumerable {
|
|
623
|
+
readonly __tsonic_iface_System_Data_ITableMappingCollection: never;
|
|
624
|
+
|
|
597
625
|
readonly IsReadOnly: boolean;
|
|
598
626
|
readonly IsFixedSize: boolean;
|
|
599
627
|
readonly Count: int;
|
|
@@ -637,6 +665,9 @@ export const Constraint: {
|
|
|
637
665
|
export type Constraint = Constraint$instance;
|
|
638
666
|
|
|
639
667
|
export interface ConstraintCollection$instance extends InternalDataCollectionBase$instance {
|
|
668
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
669
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
670
|
+
|
|
640
671
|
readonly List: ArrayList;
|
|
641
672
|
Add(constraint: Constraint): void;
|
|
642
673
|
Add(name: string, columns: DataColumn[], primaryKey: boolean): Constraint;
|
|
@@ -672,6 +703,8 @@ export type ConstraintCollection = ConstraintCollection$instance & __ConstraintC
|
|
|
672
703
|
|
|
673
704
|
|
|
674
705
|
export interface ConstraintException$instance extends DataException$instance {
|
|
706
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
707
|
+
|
|
675
708
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
676
709
|
}
|
|
677
710
|
|
|
@@ -691,6 +724,10 @@ export type ConstraintException = ConstraintException$instance & __ConstraintExc
|
|
|
691
724
|
|
|
692
725
|
|
|
693
726
|
export interface DataColumn$instance extends MarshalByValueComponent {
|
|
727
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
728
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
729
|
+
readonly __tsonic_iface_System_IServiceProvider: never;
|
|
730
|
+
|
|
694
731
|
AllowDBNull: boolean;
|
|
695
732
|
AutoIncrement: boolean;
|
|
696
733
|
AutoIncrementSeed: long;
|
|
@@ -753,6 +790,9 @@ export const DataColumnChangeEventArgs: {
|
|
|
753
790
|
export type DataColumnChangeEventArgs = DataColumnChangeEventArgs$instance;
|
|
754
791
|
|
|
755
792
|
export interface DataColumnCollection$instance extends InternalDataCollectionBase$instance {
|
|
793
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
794
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
795
|
+
|
|
756
796
|
readonly List: ArrayList;
|
|
757
797
|
Add(column: DataColumn): void;
|
|
758
798
|
Add(columnName: string, type: Type, expression: string): DataColumn;
|
|
@@ -788,6 +828,8 @@ export type DataColumnCollection = DataColumnCollection$instance & __DataColumnC
|
|
|
788
828
|
|
|
789
829
|
|
|
790
830
|
export interface DataException$instance extends SystemException {
|
|
831
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
832
|
+
|
|
791
833
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
792
834
|
}
|
|
793
835
|
|
|
@@ -834,6 +876,9 @@ export const DataRelation: {
|
|
|
834
876
|
export type DataRelation = DataRelation$instance;
|
|
835
877
|
|
|
836
878
|
export interface DataRelationCollection$instance extends InternalDataCollectionBase$instance {
|
|
879
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
880
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
881
|
+
|
|
837
882
|
Add(relation: DataRelation): void;
|
|
838
883
|
Add(name: string, parentColumns: DataColumn[], childColumns: DataColumn[]): DataRelation;
|
|
839
884
|
Add(name: string, parentColumns: DataColumn[], childColumns: DataColumn[], createConstraints: boolean): DataRelation;
|
|
@@ -957,6 +1002,9 @@ export const DataRowChangeEventArgs: {
|
|
|
957
1002
|
export type DataRowChangeEventArgs = DataRowChangeEventArgs$instance;
|
|
958
1003
|
|
|
959
1004
|
export interface DataRowCollection$instance extends InternalDataCollectionBase$instance {
|
|
1005
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1006
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1007
|
+
|
|
960
1008
|
readonly Count: int;
|
|
961
1009
|
readonly [index: number]: DataRow;
|
|
962
1010
|
Add(row: DataRow): void;
|
|
@@ -989,6 +1037,8 @@ export type DataRowCollection = DataRowCollection$instance & __DataRowCollection
|
|
|
989
1037
|
|
|
990
1038
|
|
|
991
1039
|
export interface DataRowComparer_1$instance<TRow extends DataRow> {
|
|
1040
|
+
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
1041
|
+
|
|
992
1042
|
Equals(leftRow: TRow, rightRow: TRow): boolean;
|
|
993
1043
|
GetHashCode(row: TRow): int;
|
|
994
1044
|
}
|
|
@@ -1007,6 +1057,11 @@ export type DataRowComparer_1<TRow extends DataRow> = DataRowComparer_1$instance
|
|
|
1007
1057
|
|
|
1008
1058
|
|
|
1009
1059
|
export interface DataRowView$instance extends INotifyPropertyChanged {
|
|
1060
|
+
readonly __tsonic_iface_System_ComponentModel_ICustomTypeDescriptor: never;
|
|
1061
|
+
readonly __tsonic_iface_System_ComponentModel_IDataErrorInfo: never;
|
|
1062
|
+
readonly __tsonic_iface_System_ComponentModel_IEditableObject: never;
|
|
1063
|
+
readonly __tsonic_iface_System_ComponentModel_INotifyPropertyChanged: never;
|
|
1064
|
+
|
|
1010
1065
|
readonly DataView: DataView;
|
|
1011
1066
|
readonly IsEdit: boolean;
|
|
1012
1067
|
readonly IsNew: boolean;
|
|
@@ -1045,6 +1100,15 @@ export type DataRowView = DataRowView$instance & __DataRowView$views;
|
|
|
1045
1100
|
|
|
1046
1101
|
|
|
1047
1102
|
export interface DataSet$instance extends MarshalByValueComponent {
|
|
1103
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
1104
|
+
readonly __tsonic_iface_System_ComponentModel_IListSource: never;
|
|
1105
|
+
readonly __tsonic_iface_System_ComponentModel_ISupportInitialize: never;
|
|
1106
|
+
readonly __tsonic_iface_System_ComponentModel_ISupportInitializeNotification: never;
|
|
1107
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1108
|
+
readonly __tsonic_iface_System_IServiceProvider: never;
|
|
1109
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1110
|
+
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
1111
|
+
|
|
1048
1112
|
CaseSensitive: boolean;
|
|
1049
1113
|
DataSetName: string;
|
|
1050
1114
|
readonly DefaultViewManager: DataViewManager;
|
|
@@ -1170,6 +1234,15 @@ export const DataSysDescriptionAttribute: {
|
|
|
1170
1234
|
export type DataSysDescriptionAttribute = DataSysDescriptionAttribute$instance;
|
|
1171
1235
|
|
|
1172
1236
|
export interface DataTable$instance extends MarshalByValueComponent {
|
|
1237
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
1238
|
+
readonly __tsonic_iface_System_ComponentModel_IListSource: never;
|
|
1239
|
+
readonly __tsonic_iface_System_ComponentModel_ISupportInitialize: never;
|
|
1240
|
+
readonly __tsonic_iface_System_ComponentModel_ISupportInitializeNotification: never;
|
|
1241
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1242
|
+
readonly __tsonic_iface_System_IServiceProvider: never;
|
|
1243
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1244
|
+
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
1245
|
+
|
|
1173
1246
|
CaseSensitive: boolean;
|
|
1174
1247
|
readonly ChildRelations: DataRelationCollection;
|
|
1175
1248
|
readonly Columns: DataColumnCollection;
|
|
@@ -1315,6 +1388,9 @@ export const DataTableClearEventArgs: {
|
|
|
1315
1388
|
export type DataTableClearEventArgs = DataTableClearEventArgs$instance;
|
|
1316
1389
|
|
|
1317
1390
|
export interface DataTableCollection$instance extends InternalDataCollectionBase$instance {
|
|
1391
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1392
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1393
|
+
|
|
1318
1394
|
readonly List: ArrayList;
|
|
1319
1395
|
Add(table: DataTable): void;
|
|
1320
1396
|
Add(name: string): DataTable;
|
|
@@ -1365,6 +1441,12 @@ export const DataTableNewRowEventArgs: {
|
|
|
1365
1441
|
export type DataTableNewRowEventArgs = DataTableNewRowEventArgs$instance;
|
|
1366
1442
|
|
|
1367
1443
|
export interface DataTableReader$instance extends DbDataReader {
|
|
1444
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1445
|
+
readonly __tsonic_iface_System_Data_IDataReader: never;
|
|
1446
|
+
readonly __tsonic_iface_System_Data_IDataRecord: never;
|
|
1447
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
1448
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1449
|
+
|
|
1368
1450
|
readonly Depth: int;
|
|
1369
1451
|
readonly FieldCount: int;
|
|
1370
1452
|
readonly HasRows: boolean;
|
|
@@ -1427,6 +1509,18 @@ export type DataTableReader = DataTableReader$instance & __DataTableReader$views
|
|
|
1427
1509
|
|
|
1428
1510
|
|
|
1429
1511
|
export interface DataView$instance extends MarshalByValueComponent {
|
|
1512
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1513
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1514
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
1515
|
+
readonly __tsonic_iface_System_ComponentModel_IBindingList: never;
|
|
1516
|
+
readonly __tsonic_iface_System_ComponentModel_IBindingListView: never;
|
|
1517
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
1518
|
+
readonly __tsonic_iface_System_ComponentModel_ISupportInitialize: never;
|
|
1519
|
+
readonly __tsonic_iface_System_ComponentModel_ISupportInitializeNotification: never;
|
|
1520
|
+
readonly __tsonic_iface_System_ComponentModel_ITypedList: never;
|
|
1521
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1522
|
+
readonly __tsonic_iface_System_IServiceProvider: never;
|
|
1523
|
+
|
|
1430
1524
|
AllowDelete: boolean;
|
|
1431
1525
|
AllowEdit: boolean;
|
|
1432
1526
|
AllowNew: boolean;
|
|
@@ -1494,6 +1588,15 @@ export type DataView = DataView$instance & __DataView$views;
|
|
|
1494
1588
|
|
|
1495
1589
|
|
|
1496
1590
|
export interface DataViewManager$instance extends MarshalByValueComponent {
|
|
1591
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1592
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1593
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
1594
|
+
readonly __tsonic_iface_System_ComponentModel_IBindingList: never;
|
|
1595
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
1596
|
+
readonly __tsonic_iface_System_ComponentModel_ITypedList: never;
|
|
1597
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1598
|
+
readonly __tsonic_iface_System_IServiceProvider: never;
|
|
1599
|
+
|
|
1497
1600
|
get DataSet(): DataSet | undefined;
|
|
1498
1601
|
set DataSet(value: DataSet | undefined);
|
|
1499
1602
|
DataViewSettingCollectionString: string;
|
|
@@ -1547,6 +1650,9 @@ export const DataViewSetting: {
|
|
|
1547
1650
|
export type DataViewSetting = DataViewSetting$instance;
|
|
1548
1651
|
|
|
1549
1652
|
export interface DataViewSettingCollection$instance {
|
|
1653
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1654
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1655
|
+
|
|
1550
1656
|
readonly Count: int;
|
|
1551
1657
|
readonly IsReadOnly: boolean;
|
|
1552
1658
|
readonly IsSynchronized: boolean;
|
|
@@ -1575,6 +1681,8 @@ export type DataViewSettingCollection = DataViewSettingCollection$instance & __D
|
|
|
1575
1681
|
|
|
1576
1682
|
|
|
1577
1683
|
export interface DBConcurrencyException$instance extends SystemException {
|
|
1684
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1685
|
+
|
|
1578
1686
|
get Row(): DataRow | undefined;
|
|
1579
1687
|
set Row(value: DataRow | undefined);
|
|
1580
1688
|
readonly RowCount: int;
|
|
@@ -1600,6 +1708,8 @@ export type DBConcurrencyException = DBConcurrencyException$instance & __DBConcu
|
|
|
1600
1708
|
|
|
1601
1709
|
|
|
1602
1710
|
export interface DeletedRowInaccessibleException$instance extends DataException$instance {
|
|
1711
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1712
|
+
|
|
1603
1713
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1604
1714
|
}
|
|
1605
1715
|
|
|
@@ -1619,6 +1729,8 @@ export type DeletedRowInaccessibleException = DeletedRowInaccessibleException$in
|
|
|
1619
1729
|
|
|
1620
1730
|
|
|
1621
1731
|
export interface DuplicateNameException$instance extends DataException$instance {
|
|
1732
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1733
|
+
|
|
1622
1734
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1623
1735
|
}
|
|
1624
1736
|
|
|
@@ -1638,6 +1750,8 @@ export type DuplicateNameException = DuplicateNameException$instance & __Duplica
|
|
|
1638
1750
|
|
|
1639
1751
|
|
|
1640
1752
|
export interface EnumerableRowCollection$instance {
|
|
1753
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1754
|
+
|
|
1641
1755
|
}
|
|
1642
1756
|
|
|
1643
1757
|
|
|
@@ -1649,12 +1763,13 @@ export interface __EnumerableRowCollection$views {
|
|
|
1649
1763
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1650
1764
|
}
|
|
1651
1765
|
|
|
1652
|
-
export interface EnumerableRowCollection$instance extends System_Collections_Internal.IEnumerable$instance {}
|
|
1653
|
-
|
|
1654
1766
|
export type EnumerableRowCollection = EnumerableRowCollection$instance & __EnumerableRowCollection$views;
|
|
1655
1767
|
|
|
1656
1768
|
|
|
1657
1769
|
export interface EnumerableRowCollection_1$instance<TRow> extends EnumerableRowCollection$instance {
|
|
1770
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1771
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1772
|
+
|
|
1658
1773
|
GetEnumerator(): IEnumerator;
|
|
1659
1774
|
}
|
|
1660
1775
|
|
|
@@ -1672,6 +1787,8 @@ export type EnumerableRowCollection_1<TRow> = EnumerableRowCollection_1$instance
|
|
|
1672
1787
|
|
|
1673
1788
|
|
|
1674
1789
|
export interface EvaluateException$instance extends InvalidExpressionException$instance {
|
|
1790
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1791
|
+
|
|
1675
1792
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1676
1793
|
}
|
|
1677
1794
|
|
|
@@ -1732,6 +1849,8 @@ export const ForeignKeyConstraint: {
|
|
|
1732
1849
|
export type ForeignKeyConstraint = ForeignKeyConstraint$instance;
|
|
1733
1850
|
|
|
1734
1851
|
export interface InRowChangingEventException$instance extends DataException$instance {
|
|
1852
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1853
|
+
|
|
1735
1854
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1736
1855
|
}
|
|
1737
1856
|
|
|
@@ -1751,6 +1870,9 @@ export type InRowChangingEventException = InRowChangingEventException$instance &
|
|
|
1751
1870
|
|
|
1752
1871
|
|
|
1753
1872
|
export interface InternalDataCollectionBase$instance {
|
|
1873
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1874
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1875
|
+
|
|
1754
1876
|
readonly Count: int;
|
|
1755
1877
|
readonly IsReadOnly: boolean;
|
|
1756
1878
|
readonly IsSynchronized: boolean;
|
|
@@ -1775,6 +1897,8 @@ export type InternalDataCollectionBase = InternalDataCollectionBase$instance & _
|
|
|
1775
1897
|
|
|
1776
1898
|
|
|
1777
1899
|
export interface InvalidConstraintException$instance extends DataException$instance {
|
|
1900
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1901
|
+
|
|
1778
1902
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1779
1903
|
}
|
|
1780
1904
|
|
|
@@ -1794,6 +1918,8 @@ export type InvalidConstraintException = InvalidConstraintException$instance & _
|
|
|
1794
1918
|
|
|
1795
1919
|
|
|
1796
1920
|
export interface InvalidExpressionException$instance extends DataException$instance {
|
|
1921
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1922
|
+
|
|
1797
1923
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1798
1924
|
}
|
|
1799
1925
|
|
|
@@ -1826,6 +1952,8 @@ export const MergeFailedEventArgs: {
|
|
|
1826
1952
|
export type MergeFailedEventArgs = MergeFailedEventArgs$instance;
|
|
1827
1953
|
|
|
1828
1954
|
export interface MissingPrimaryKeyException$instance extends DataException$instance {
|
|
1955
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1956
|
+
|
|
1829
1957
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1830
1958
|
}
|
|
1831
1959
|
|
|
@@ -1845,6 +1973,8 @@ export type MissingPrimaryKeyException = MissingPrimaryKeyException$instance & _
|
|
|
1845
1973
|
|
|
1846
1974
|
|
|
1847
1975
|
export interface NoNullAllowedException$instance extends DataException$instance {
|
|
1976
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1977
|
+
|
|
1848
1978
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1849
1979
|
}
|
|
1850
1980
|
|
|
@@ -1864,6 +1994,9 @@ export type NoNullAllowedException = NoNullAllowedException$instance & __NoNullA
|
|
|
1864
1994
|
|
|
1865
1995
|
|
|
1866
1996
|
export interface OrderedEnumerableRowCollection_1$instance<TRow> extends EnumerableRowCollection_1$instance<TRow> {
|
|
1997
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1998
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1999
|
+
|
|
1867
2000
|
GetEnumerator(): IEnumerator_1<TRow>;
|
|
1868
2001
|
GetEnumerator(): IEnumerator;
|
|
1869
2002
|
}
|
|
@@ -1882,6 +2015,13 @@ export type OrderedEnumerableRowCollection_1<TRow> = OrderedEnumerableRowCollect
|
|
|
1882
2015
|
|
|
1883
2016
|
|
|
1884
2017
|
export interface PropertyCollection$instance extends Hashtable {
|
|
2018
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
2019
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
2020
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2021
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
2022
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
2023
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
2024
|
+
|
|
1885
2025
|
Add(key: unknown, value: unknown): void;
|
|
1886
2026
|
Clear(): void;
|
|
1887
2027
|
Clone(): unknown;
|
|
@@ -1913,6 +2053,8 @@ export type PropertyCollection = PropertyCollection$instance & __PropertyCollect
|
|
|
1913
2053
|
|
|
1914
2054
|
|
|
1915
2055
|
export interface ReadOnlyException$instance extends DataException$instance {
|
|
2056
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
2057
|
+
|
|
1916
2058
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1917
2059
|
}
|
|
1918
2060
|
|
|
@@ -1932,6 +2074,8 @@ export type ReadOnlyException = ReadOnlyException$instance & __ReadOnlyException
|
|
|
1932
2074
|
|
|
1933
2075
|
|
|
1934
2076
|
export interface RowNotInTableException$instance extends DataException$instance {
|
|
2077
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
2078
|
+
|
|
1935
2079
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1936
2080
|
}
|
|
1937
2081
|
|
|
@@ -1976,6 +2120,8 @@ export const StatementCompletedEventArgs: {
|
|
|
1976
2120
|
export type StatementCompletedEventArgs = StatementCompletedEventArgs$instance;
|
|
1977
2121
|
|
|
1978
2122
|
export interface StrongTypingException$instance extends DataException$instance {
|
|
2123
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
2124
|
+
|
|
1979
2125
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1980
2126
|
}
|
|
1981
2127
|
|
|
@@ -1995,6 +2141,8 @@ export type StrongTypingException = StrongTypingException$instance & __StrongTyp
|
|
|
1995
2141
|
|
|
1996
2142
|
|
|
1997
2143
|
export interface SyntaxErrorException$instance extends InvalidExpressionException$instance {
|
|
2144
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
2145
|
+
|
|
1998
2146
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1999
2147
|
}
|
|
2000
2148
|
|
|
@@ -2014,6 +2162,17 @@ export type SyntaxErrorException = SyntaxErrorException$instance & __SyntaxError
|
|
|
2014
2162
|
|
|
2015
2163
|
|
|
2016
2164
|
export interface TypedTableBase_1$instance<T extends DataRow> extends DataTable$instance {
|
|
2165
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2166
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2167
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
2168
|
+
readonly __tsonic_iface_System_ComponentModel_IListSource: never;
|
|
2169
|
+
readonly __tsonic_iface_System_ComponentModel_ISupportInitialize: never;
|
|
2170
|
+
readonly __tsonic_iface_System_ComponentModel_ISupportInitializeNotification: never;
|
|
2171
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2172
|
+
readonly __tsonic_iface_System_IServiceProvider: never;
|
|
2173
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
2174
|
+
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
2175
|
+
|
|
2017
2176
|
BeginInit(): void;
|
|
2018
2177
|
Cast<TResult>(): EnumerableRowCollection_1<TResult>;
|
|
2019
2178
|
Dispose(): void;
|
|
@@ -2094,6 +2253,8 @@ export const UniqueConstraint: {
|
|
|
2094
2253
|
export type UniqueConstraint = UniqueConstraint$instance;
|
|
2095
2254
|
|
|
2096
2255
|
export interface VersionNotFoundException$instance extends DataException$instance {
|
|
2256
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
2257
|
+
|
|
2097
2258
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
2098
2259
|
}
|
|
2099
2260
|
|