@tsonic/dotnet 0.7.9 → 0.8.1

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.
Files changed (122) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +7 -7
  2. package/Microsoft.VisualBasic/internal/index.d.ts +23 -23
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +29 -29
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +15 -15
  5. package/Microsoft.Win32/internal/index.d.ts +1 -1
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +19 -19
  7. package/System/internal/index.d.ts +408 -408
  8. package/System.Buffers/internal/index.d.ts +11 -11
  9. package/System.CodeDom.Compiler/internal/index.d.ts +3 -3
  10. package/System.Collections/internal/index.d.ts +44 -44
  11. package/System.Collections.Concurrent/internal/index.d.ts +18 -18
  12. package/System.Collections.Frozen/internal/index.d.ts +4 -4
  13. package/System.Collections.Generic/internal/index.d.ts +98 -98
  14. package/System.Collections.Immutable/internal/index.d.ts +22 -22
  15. package/System.Collections.ObjectModel/internal/index.d.ts +11 -11
  16. package/System.Collections.Specialized/internal/index.d.ts +38 -38
  17. package/System.ComponentModel/internal/index.d.ts +222 -222
  18. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +54 -54
  19. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -8
  20. package/System.ComponentModel.Design/internal/index.d.ts +30 -30
  21. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +13 -13
  22. package/System.Data/internal/index.d.ts +110 -110
  23. package/System.Data.Common/internal/index.d.ts +17 -17
  24. package/System.Data.SqlTypes/internal/index.d.ts +62 -62
  25. package/System.Diagnostics/internal/index.d.ts +117 -117
  26. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +34 -34
  27. package/System.Diagnostics.Contracts/internal/index.d.ts +14 -14
  28. package/System.Diagnostics.Metrics/internal/index.d.ts +19 -19
  29. package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
  30. package/System.Diagnostics.Tracing/internal/index.d.ts +21 -21
  31. package/System.Drawing/internal/index.d.ts +22 -22
  32. package/System.Dynamic/internal/index.d.ts +6 -6
  33. package/System.Formats.Asn1/internal/index.d.ts +10 -10
  34. package/System.Formats.Tar/internal/index.d.ts +14 -14
  35. package/System.Globalization/internal/index.d.ts +40 -40
  36. package/System.IO/internal/index.d.ts +107 -107
  37. package/System.IO.Compression/internal/index.d.ts +32 -32
  38. package/System.IO.Enumeration/internal/index.d.ts +3 -3
  39. package/System.IO.IsolatedStorage/internal/index.d.ts +12 -12
  40. package/System.IO.MemoryMappedFiles/internal/index.d.ts +3 -3
  41. package/System.IO.Pipelines/internal/index.d.ts +8 -8
  42. package/System.IO.Pipes/internal/index.d.ts +28 -28
  43. package/System.Linq/internal/index.d.ts +7 -7
  44. package/System.Linq.Expressions/internal/index.d.ts +34 -34
  45. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -1
  46. package/System.Net/internal/index.d.ts +84 -84
  47. package/System.Net.Cache/internal/index.d.ts +8 -8
  48. package/System.Net.Http/internal/index.d.ts +40 -40
  49. package/System.Net.Http.Headers/internal/index.d.ts +48 -48
  50. package/System.Net.Http.Json/internal/index.d.ts +1 -1
  51. package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
  52. package/System.Net.Mail/internal/index.d.ts +47 -47
  53. package/System.Net.Mime/internal/index.d.ts +4 -4
  54. package/System.Net.NetworkInformation/internal/index.d.ts +17 -17
  55. package/System.Net.Quic/internal/index.d.ts +9 -9
  56. package/System.Net.Security/internal/index.d.ts +19 -19
  57. package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
  58. package/System.Net.Sockets/internal/index.d.ts +53 -53
  59. package/System.Net.WebSockets/internal/index.d.ts +23 -23
  60. package/System.Numerics/internal/index.d.ts +37 -37
  61. package/System.Reflection/internal/index.d.ts +69 -69
  62. package/System.Reflection.Emit/internal/index.d.ts +18 -18
  63. package/System.Reflection.Metadata/internal/index.d.ts +170 -170
  64. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +39 -39
  65. package/System.Reflection.PortableExecutable/internal/index.d.ts +23 -23
  66. package/System.Resources/internal/index.d.ts +20 -20
  67. package/System.Runtime/internal/index.d.ts +7 -7
  68. package/System.Runtime.CompilerServices/internal/index.d.ts +145 -145
  69. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +2 -2
  70. package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -3
  71. package/System.Runtime.InteropServices/internal/index.d.ts +120 -120
  72. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +20 -20
  73. package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -3
  74. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +27 -27
  75. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +27 -27
  76. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +1 -1
  77. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  78. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  79. package/System.Runtime.Loader/internal/index.d.ts +3 -3
  80. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  81. package/System.Runtime.Serialization/internal/index.d.ts +47 -47
  82. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  83. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -2
  84. package/System.Runtime.Serialization.Json/internal/index.d.ts +8 -8
  85. package/System.Runtime.Versioning/internal/index.d.ts +18 -18
  86. package/System.Security/internal/index.d.ts +23 -23
  87. package/System.Security.AccessControl/internal/index.d.ts +65 -65
  88. package/System.Security.Authentication/internal/index.d.ts +6 -6
  89. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +6 -6
  90. package/System.Security.Claims/internal/index.d.ts +24 -24
  91. package/System.Security.Cryptography/internal/index.d.ts +220 -220
  92. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +120 -120
  93. package/System.Security.Permissions/internal/index.d.ts +1 -1
  94. package/System.Security.Policy/internal/index.d.ts +4 -4
  95. package/System.Security.Principal/internal/index.d.ts +21 -21
  96. package/System.Text/internal/index.d.ts +49 -49
  97. package/System.Text.Encodings.Web/internal/index.d.ts +3 -3
  98. package/System.Text.Json/internal/index.d.ts +24 -24
  99. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  100. package/System.Text.Json.Schema/internal/index.d.ts +2 -2
  101. package/System.Text.Json.Serialization/internal/index.d.ts +25 -25
  102. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +10 -10
  103. package/System.Text.RegularExpressions/internal/index.d.ts +24 -24
  104. package/System.Text.Unicode/internal/index.d.ts +3 -3
  105. package/System.Threading/internal/index.d.ts +105 -105
  106. package/System.Threading.Channels/internal/index.d.ts +7 -7
  107. package/System.Threading.Tasks/internal/index.d.ts +56 -56
  108. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +29 -29
  109. package/System.Threading.Tasks.Sources/internal/index.d.ts +1 -1
  110. package/System.Timers/internal/index.d.ts +5 -5
  111. package/System.Transactions/internal/index.d.ts +41 -41
  112. package/System.Web/internal/index.d.ts +1 -1
  113. package/System.Windows.Markup/internal/index.d.ts +2 -2
  114. package/System.Xml/internal/index.d.ts +72 -72
  115. package/System.Xml.Linq/internal/index.d.ts +31 -31
  116. package/System.Xml.Resolvers/internal/index.d.ts +5 -5
  117. package/System.Xml.Schema/internal/index.d.ts +76 -76
  118. package/System.Xml.Serialization/internal/index.d.ts +96 -96
  119. package/System.Xml.XPath/internal/index.d.ts +9 -9
  120. package/System.Xml.Xsl/internal/index.d.ts +13 -13
  121. package/System.Xml.Xsl.Runtime/internal/index.d.ts +52 -52
  122. package/package.json +2 -2
@@ -650,7 +650,7 @@ export interface ConstraintCollection$instance extends InternalDataCollectionBas
650
650
 
651
651
 
652
652
  export const ConstraintCollection: {
653
- new(): ConstraintCollection$instance;
653
+ new(): ConstraintCollection;
654
654
  };
655
655
 
656
656
 
@@ -668,9 +668,9 @@ export interface ConstraintException$instance extends DataException$instance {
668
668
 
669
669
 
670
670
  export const ConstraintException: {
671
- new(): ConstraintException$instance;
672
- new(s: string): ConstraintException$instance;
673
- new(message: string, innerException: Exception): ConstraintException$instance;
671
+ new(): ConstraintException;
672
+ new(s: string): ConstraintException;
673
+ new(message: string, innerException: Exception): ConstraintException;
674
674
  };
675
675
 
676
676
 
@@ -709,11 +709,11 @@ export interface DataColumn$instance extends MarshalByValueComponent {
709
709
 
710
710
 
711
711
  export const DataColumn: {
712
- new(): DataColumn$instance;
713
- new(columnName: string): DataColumn$instance;
714
- new(columnName: string, dataType: Type): DataColumn$instance;
715
- new(columnName: string, dataType: Type, expr: string): DataColumn$instance;
716
- new(columnName: string, dataType: Type, expr: string, type_: MappingType): DataColumn$instance;
712
+ new(): DataColumn;
713
+ new(columnName: string): DataColumn;
714
+ new(columnName: string, dataType: Type): DataColumn;
715
+ new(columnName: string, dataType: Type, expr: string): DataColumn;
716
+ new(columnName: string, dataType: Type, expr: string, type_: MappingType): DataColumn;
717
717
  };
718
718
 
719
719
 
@@ -736,7 +736,7 @@ export interface DataColumnChangeEventArgs$instance extends EventArgs {
736
736
 
737
737
 
738
738
  export const DataColumnChangeEventArgs: {
739
- new(row: DataRow, column: DataColumn, value: unknown): DataColumnChangeEventArgs$instance;
739
+ new(row: DataRow, column: DataColumn, value: unknown): DataColumnChangeEventArgs;
740
740
  };
741
741
 
742
742
 
@@ -765,7 +765,7 @@ export interface DataColumnCollection$instance extends InternalDataCollectionBas
765
765
 
766
766
 
767
767
  export const DataColumnCollection: {
768
- new(): DataColumnCollection$instance;
768
+ new(): DataColumnCollection;
769
769
  };
770
770
 
771
771
 
@@ -783,9 +783,9 @@ export interface DataException$instance extends SystemException {
783
783
 
784
784
 
785
785
  export const DataException: {
786
- new(): DataException$instance;
787
- new(s: string): DataException$instance;
788
- new(s: string, innerException: Exception): DataException$instance;
786
+ new(): DataException;
787
+ new(s: string): DataException;
788
+ new(s: string, innerException: Exception): DataException;
789
789
  };
790
790
 
791
791
 
@@ -812,12 +812,12 @@ export interface DataRelation$instance {
812
812
 
813
813
 
814
814
  export const DataRelation: {
815
- new(relationName: string, parentColumn: DataColumn, childColumn: DataColumn): DataRelation$instance;
816
- new(relationName: string, parentColumn: DataColumn, childColumn: DataColumn, createConstraints: boolean): DataRelation$instance;
817
- new(relationName: string, parentColumns: DataColumn[], childColumns: DataColumn[]): DataRelation$instance;
818
- new(relationName: string, parentColumns: DataColumn[], childColumns: DataColumn[], createConstraints: boolean): DataRelation$instance;
819
- new(relationName: string, parentTableName: string, childTableName: string, parentColumnNames: string[], childColumnNames: string[], nested: boolean): DataRelation$instance;
820
- new(relationName: string, parentTableName: string, parentTableNamespace: string, childTableName: string, childTableNamespace: string, parentColumnNames: string[], childColumnNames: string[], nested: boolean): DataRelation$instance;
815
+ new(relationName: string, parentColumn: DataColumn, childColumn: DataColumn): DataRelation;
816
+ new(relationName: string, parentColumn: DataColumn, childColumn: DataColumn, createConstraints: boolean): DataRelation;
817
+ new(relationName: string, parentColumns: DataColumn[], childColumns: DataColumn[]): DataRelation;
818
+ new(relationName: string, parentColumns: DataColumn[], childColumns: DataColumn[], createConstraints: boolean): DataRelation;
819
+ new(relationName: string, parentTableName: string, childTableName: string, parentColumnNames: string[], childColumnNames: string[], nested: boolean): DataRelation;
820
+ new(relationName: string, parentTableName: string, parentTableNamespace: string, childTableName: string, childTableNamespace: string, parentColumnNames: string[], childColumnNames: string[], nested: boolean): DataRelation;
821
821
  };
822
822
 
823
823
 
@@ -913,7 +913,7 @@ export interface DataRow$instance {
913
913
 
914
914
 
915
915
  export const DataRow: {
916
- new(): DataRow$instance;
916
+ new(): DataRow;
917
917
  };
918
918
 
919
919
 
@@ -924,7 +924,7 @@ export interface DataRowBuilder$instance {
924
924
 
925
925
 
926
926
  export const DataRowBuilder: {
927
- new(): DataRowBuilder$instance;
927
+ new(): DataRowBuilder;
928
928
  };
929
929
 
930
930
 
@@ -937,7 +937,7 @@ export interface DataRowChangeEventArgs$instance extends EventArgs {
937
937
 
938
938
 
939
939
  export const DataRowChangeEventArgs: {
940
- new(row: DataRow, action: DataRowAction): DataRowChangeEventArgs$instance;
940
+ new(row: DataRow, action: DataRowAction): DataRowChangeEventArgs;
941
941
  };
942
942
 
943
943
 
@@ -964,7 +964,7 @@ export interface DataRowCollection$instance extends InternalDataCollectionBase$i
964
964
 
965
965
 
966
966
  export const DataRowCollection: {
967
- new(): DataRowCollection$instance;
967
+ new(): DataRowCollection;
968
968
  };
969
969
 
970
970
 
@@ -983,7 +983,7 @@ export interface DataRowComparer_1$instance<TRow extends DataRow> {
983
983
 
984
984
 
985
985
  export const DataRowComparer_1: {
986
- new<TRow extends DataRow>(): DataRowComparer_1$instance<TRow>;
986
+ new<TRow extends DataRow>(): DataRowComparer_1<TRow>;
987
987
  readonly default_: unknown;
988
988
  };
989
989
 
@@ -1019,7 +1019,7 @@ export interface DataRowView$instance extends INotifyPropertyChanged {
1019
1019
 
1020
1020
 
1021
1021
  export const DataRowView: {
1022
- new(): DataRowView$instance;
1022
+ new(): DataRowView;
1023
1023
  };
1024
1024
 
1025
1025
 
@@ -1115,8 +1115,8 @@ export interface DataSet$instance extends MarshalByValueComponent {
1115
1115
 
1116
1116
 
1117
1117
  export const DataSet: {
1118
- new(): DataSet$instance;
1119
- new(dataSetName: string): DataSet$instance;
1118
+ new(): DataSet;
1119
+ new(dataSetName: string): DataSet;
1120
1120
  getDataSetSchema(schemaSet: XmlSchemaSet): XmlSchemaComplexType;
1121
1121
  };
1122
1122
 
@@ -1143,7 +1143,7 @@ export interface DataSysDescriptionAttribute$instance extends DescriptionAttribu
1143
1143
 
1144
1144
 
1145
1145
  export const DataSysDescriptionAttribute: {
1146
- new(description: string): DataSysDescriptionAttribute$instance;
1146
+ new(description: string): DataSysDescriptionAttribute;
1147
1147
  };
1148
1148
 
1149
1149
 
@@ -1239,9 +1239,9 @@ export interface DataTable$instance extends MarshalByValueComponent {
1239
1239
 
1240
1240
 
1241
1241
  export const DataTable: {
1242
- new(): DataTable$instance;
1243
- new(tableName: string): DataTable$instance;
1244
- new(tableName: string, tableNamespace: string): DataTable$instance;
1242
+ new(): DataTable;
1243
+ new(tableName: string): DataTable;
1244
+ new(tableName: string, tableNamespace: string): DataTable;
1245
1245
  getDataTableSchema(schemaSet: XmlSchemaSet): XmlSchemaComplexType;
1246
1246
  };
1247
1247
 
@@ -1270,7 +1270,7 @@ export interface DataTableClearEventArgs$instance extends EventArgs {
1270
1270
 
1271
1271
 
1272
1272
  export const DataTableClearEventArgs: {
1273
- new(dataTable: DataTable): DataTableClearEventArgs$instance;
1273
+ new(dataTable: DataTable): DataTableClearEventArgs;
1274
1274
  };
1275
1275
 
1276
1276
 
@@ -1302,7 +1302,7 @@ export interface DataTableCollection$instance extends InternalDataCollectionBase
1302
1302
 
1303
1303
 
1304
1304
  export const DataTableCollection: {
1305
- new(): DataTableCollection$instance;
1305
+ new(): DataTableCollection;
1306
1306
  };
1307
1307
 
1308
1308
 
@@ -1320,7 +1320,7 @@ export interface DataTableNewRowEventArgs$instance extends EventArgs {
1320
1320
 
1321
1321
 
1322
1322
  export const DataTableNewRowEventArgs: {
1323
- new(dataRow: DataRow): DataTableNewRowEventArgs$instance;
1323
+ new(dataRow: DataRow): DataTableNewRowEventArgs;
1324
1324
  };
1325
1325
 
1326
1326
 
@@ -1371,8 +1371,8 @@ export interface DataTableReader$instance extends DbDataReader {
1371
1371
 
1372
1372
 
1373
1373
  export const DataTableReader: {
1374
- new(dataTable: DataTable): DataTableReader$instance;
1375
- new(dataTables: DataTable[]): DataTableReader$instance;
1374
+ new(dataTable: DataTable): DataTableReader;
1375
+ new(dataTables: DataTable[]): DataTableReader;
1376
1376
  };
1377
1377
 
1378
1378
 
@@ -1422,9 +1422,9 @@ export interface DataView$instance extends MarshalByValueComponent {
1422
1422
 
1423
1423
 
1424
1424
  export const DataView: {
1425
- new(): DataView$instance;
1426
- new(table: DataTable): DataView$instance;
1427
- new(table: DataTable, RowFilter: string, Sort: string, RowState: DataViewRowState): DataView$instance;
1425
+ new(): DataView;
1426
+ new(table: DataTable): DataView;
1427
+ new(table: DataTable, RowFilter: string, Sort: string, RowState: DataViewRowState): DataView;
1428
1428
  };
1429
1429
 
1430
1430
 
@@ -1458,8 +1458,8 @@ export interface DataViewManager$instance extends MarshalByValueComponent {
1458
1458
 
1459
1459
 
1460
1460
  export const DataViewManager: {
1461
- new(): DataViewManager$instance;
1462
- new(dataSet: DataSet): DataViewManager$instance;
1461
+ new(): DataViewManager;
1462
+ new(dataSet: DataSet): DataViewManager;
1463
1463
  };
1464
1464
 
1465
1465
 
@@ -1490,7 +1490,7 @@ export interface DataViewSetting$instance {
1490
1490
 
1491
1491
 
1492
1492
  export const DataViewSetting: {
1493
- new(): DataViewSetting$instance;
1493
+ new(): DataViewSetting;
1494
1494
  };
1495
1495
 
1496
1496
 
@@ -1513,7 +1513,7 @@ export interface DataViewSettingCollection$instance {
1513
1513
 
1514
1514
 
1515
1515
  export const DataViewSettingCollection: {
1516
- new(): DataViewSettingCollection$instance;
1516
+ new(): DataViewSettingCollection;
1517
1517
  };
1518
1518
 
1519
1519
 
@@ -1535,10 +1535,10 @@ export interface DBConcurrencyException$instance extends SystemException {
1535
1535
 
1536
1536
 
1537
1537
  export const DBConcurrencyException: {
1538
- new(): DBConcurrencyException$instance;
1539
- new(message: string): DBConcurrencyException$instance;
1540
- new(message: string, inner: Exception): DBConcurrencyException$instance;
1541
- new(message: string, inner: Exception, dataRows: DataRow[]): DBConcurrencyException$instance;
1538
+ new(): DBConcurrencyException;
1539
+ new(message: string): DBConcurrencyException;
1540
+ new(message: string, inner: Exception): DBConcurrencyException;
1541
+ new(message: string, inner: Exception, dataRows: DataRow[]): DBConcurrencyException;
1542
1542
  };
1543
1543
 
1544
1544
 
@@ -1555,9 +1555,9 @@ export interface DeletedRowInaccessibleException$instance extends DataException$
1555
1555
 
1556
1556
 
1557
1557
  export const DeletedRowInaccessibleException: {
1558
- new(): DeletedRowInaccessibleException$instance;
1559
- new(s: string): DeletedRowInaccessibleException$instance;
1560
- new(message: string, innerException: Exception): DeletedRowInaccessibleException$instance;
1558
+ new(): DeletedRowInaccessibleException;
1559
+ new(s: string): DeletedRowInaccessibleException;
1560
+ new(message: string, innerException: Exception): DeletedRowInaccessibleException;
1561
1561
  };
1562
1562
 
1563
1563
 
@@ -1574,9 +1574,9 @@ export interface DuplicateNameException$instance extends DataException$instance
1574
1574
 
1575
1575
 
1576
1576
  export const DuplicateNameException: {
1577
- new(): DuplicateNameException$instance;
1578
- new(s: string): DuplicateNameException$instance;
1579
- new(message: string, innerException: Exception): DuplicateNameException$instance;
1577
+ new(): DuplicateNameException;
1578
+ new(s: string): DuplicateNameException;
1579
+ new(message: string, innerException: Exception): DuplicateNameException;
1580
1580
  };
1581
1581
 
1582
1582
 
@@ -1610,7 +1610,7 @@ export interface EnumerableRowCollection_1$instance<TRow> extends EnumerableRowC
1610
1610
 
1611
1611
 
1612
1612
  export const EnumerableRowCollection_1: {
1613
- new<TRow>(): EnumerableRowCollection_1$instance<TRow>;
1613
+ new<TRow>(): EnumerableRowCollection_1<TRow>;
1614
1614
  };
1615
1615
 
1616
1616
 
@@ -1628,9 +1628,9 @@ export interface EvaluateException$instance extends InvalidExpressionException$i
1628
1628
 
1629
1629
 
1630
1630
  export const EvaluateException: {
1631
- new(): EvaluateException$instance;
1632
- new(s: string): EvaluateException$instance;
1633
- new(message: string, innerException: Exception): EvaluateException$instance;
1631
+ new(): EvaluateException;
1632
+ new(s: string): EvaluateException;
1633
+ new(message: string, innerException: Exception): EvaluateException;
1634
1634
  };
1635
1635
 
1636
1636
 
@@ -1650,7 +1650,7 @@ export interface FillErrorEventArgs$instance extends EventArgs {
1650
1650
 
1651
1651
 
1652
1652
  export const FillErrorEventArgs: {
1653
- new(dataTable: DataTable, values: unknown[]): FillErrorEventArgs$instance;
1653
+ new(dataTable: DataTable, values: unknown[]): FillErrorEventArgs;
1654
1654
  };
1655
1655
 
1656
1656
 
@@ -1670,12 +1670,12 @@ export interface ForeignKeyConstraint$instance extends Constraint {
1670
1670
 
1671
1671
 
1672
1672
  export const ForeignKeyConstraint: {
1673
- new(parentColumn: DataColumn, childColumn: DataColumn): ForeignKeyConstraint$instance;
1674
- new(constraintName: string, parentColumn: DataColumn, childColumn: DataColumn): ForeignKeyConstraint$instance;
1675
- new(parentColumns: DataColumn[], childColumns: DataColumn[]): ForeignKeyConstraint$instance;
1676
- new(constraintName: string, parentColumns: DataColumn[], childColumns: DataColumn[]): ForeignKeyConstraint$instance;
1677
- new(constraintName: string, parentTableName: string, parentColumnNames: string[], childColumnNames: string[], acceptRejectRule: AcceptRejectRule, deleteRule: Rule, updateRule: Rule): ForeignKeyConstraint$instance;
1678
- new(constraintName: string, parentTableName: string, parentTableNamespace: string, parentColumnNames: string[], childColumnNames: string[], acceptRejectRule: AcceptRejectRule, deleteRule: Rule, updateRule: Rule): ForeignKeyConstraint$instance;
1673
+ new(parentColumn: DataColumn, childColumn: DataColumn): ForeignKeyConstraint;
1674
+ new(constraintName: string, parentColumn: DataColumn, childColumn: DataColumn): ForeignKeyConstraint;
1675
+ new(parentColumns: DataColumn[], childColumns: DataColumn[]): ForeignKeyConstraint;
1676
+ new(constraintName: string, parentColumns: DataColumn[], childColumns: DataColumn[]): ForeignKeyConstraint;
1677
+ new(constraintName: string, parentTableName: string, parentColumnNames: string[], childColumnNames: string[], acceptRejectRule: AcceptRejectRule, deleteRule: Rule, updateRule: Rule): ForeignKeyConstraint;
1678
+ new(constraintName: string, parentTableName: string, parentTableNamespace: string, parentColumnNames: string[], childColumnNames: string[], acceptRejectRule: AcceptRejectRule, deleteRule: Rule, updateRule: Rule): ForeignKeyConstraint;
1679
1679
  };
1680
1680
 
1681
1681
 
@@ -1687,9 +1687,9 @@ export interface InRowChangingEventException$instance extends DataException$inst
1687
1687
 
1688
1688
 
1689
1689
  export const InRowChangingEventException: {
1690
- new(): InRowChangingEventException$instance;
1691
- new(s: string): InRowChangingEventException$instance;
1692
- new(message: string, innerException: Exception): InRowChangingEventException$instance;
1690
+ new(): InRowChangingEventException;
1691
+ new(s: string): InRowChangingEventException;
1692
+ new(message: string, innerException: Exception): InRowChangingEventException;
1693
1693
  };
1694
1694
 
1695
1695
 
@@ -1711,7 +1711,7 @@ export interface InternalDataCollectionBase$instance {
1711
1711
 
1712
1712
 
1713
1713
  export const InternalDataCollectionBase: {
1714
- new(): InternalDataCollectionBase$instance;
1714
+ new(): InternalDataCollectionBase;
1715
1715
  };
1716
1716
 
1717
1717
 
@@ -1729,9 +1729,9 @@ export interface InvalidConstraintException$instance extends DataException$insta
1729
1729
 
1730
1730
 
1731
1731
  export const InvalidConstraintException: {
1732
- new(): InvalidConstraintException$instance;
1733
- new(s: string): InvalidConstraintException$instance;
1734
- new(message: string, innerException: Exception): InvalidConstraintException$instance;
1732
+ new(): InvalidConstraintException;
1733
+ new(s: string): InvalidConstraintException;
1734
+ new(message: string, innerException: Exception): InvalidConstraintException;
1735
1735
  };
1736
1736
 
1737
1737
 
@@ -1748,9 +1748,9 @@ export interface InvalidExpressionException$instance extends DataException$insta
1748
1748
 
1749
1749
 
1750
1750
  export const InvalidExpressionException: {
1751
- new(): InvalidExpressionException$instance;
1752
- new(s: string): InvalidExpressionException$instance;
1753
- new(message: string, innerException: Exception): InvalidExpressionException$instance;
1751
+ new(): InvalidExpressionException;
1752
+ new(s: string): InvalidExpressionException;
1753
+ new(message: string, innerException: Exception): InvalidExpressionException;
1754
1754
  };
1755
1755
 
1756
1756
 
@@ -1768,7 +1768,7 @@ export interface MergeFailedEventArgs$instance extends EventArgs {
1768
1768
 
1769
1769
 
1770
1770
  export const MergeFailedEventArgs: {
1771
- new(table: DataTable, conflict: string): MergeFailedEventArgs$instance;
1771
+ new(table: DataTable, conflict: string): MergeFailedEventArgs;
1772
1772
  };
1773
1773
 
1774
1774
 
@@ -1780,9 +1780,9 @@ export interface MissingPrimaryKeyException$instance extends DataException$insta
1780
1780
 
1781
1781
 
1782
1782
  export const MissingPrimaryKeyException: {
1783
- new(): MissingPrimaryKeyException$instance;
1784
- new(s: string): MissingPrimaryKeyException$instance;
1785
- new(message: string, innerException: Exception): MissingPrimaryKeyException$instance;
1783
+ new(): MissingPrimaryKeyException;
1784
+ new(s: string): MissingPrimaryKeyException;
1785
+ new(message: string, innerException: Exception): MissingPrimaryKeyException;
1786
1786
  };
1787
1787
 
1788
1788
 
@@ -1799,9 +1799,9 @@ export interface NoNullAllowedException$instance extends DataException$instance
1799
1799
 
1800
1800
 
1801
1801
  export const NoNullAllowedException: {
1802
- new(): NoNullAllowedException$instance;
1803
- new(s: string): NoNullAllowedException$instance;
1804
- new(message: string, innerException: Exception): NoNullAllowedException$instance;
1802
+ new(): NoNullAllowedException;
1803
+ new(s: string): NoNullAllowedException;
1804
+ new(message: string, innerException: Exception): NoNullAllowedException;
1805
1805
  };
1806
1806
 
1807
1807
 
@@ -1819,7 +1819,7 @@ export interface OrderedEnumerableRowCollection_1$instance<TRow> extends Enumera
1819
1819
 
1820
1820
 
1821
1821
  export const OrderedEnumerableRowCollection_1: {
1822
- new<TRow>(): OrderedEnumerableRowCollection_1$instance<TRow>;
1822
+ new<TRow>(): OrderedEnumerableRowCollection_1<TRow>;
1823
1823
  };
1824
1824
 
1825
1825
 
@@ -1846,7 +1846,7 @@ export interface PropertyCollection$instance extends Hashtable {
1846
1846
 
1847
1847
 
1848
1848
  export const PropertyCollection: {
1849
- new(): PropertyCollection$instance;
1849
+ new(): PropertyCollection;
1850
1850
  };
1851
1851
 
1852
1852
 
@@ -1868,9 +1868,9 @@ export interface ReadOnlyException$instance extends DataException$instance {
1868
1868
 
1869
1869
 
1870
1870
  export const ReadOnlyException: {
1871
- new(): ReadOnlyException$instance;
1872
- new(s: string): ReadOnlyException$instance;
1873
- new(message: string, innerException: Exception): ReadOnlyException$instance;
1871
+ new(): ReadOnlyException;
1872
+ new(s: string): ReadOnlyException;
1873
+ new(message: string, innerException: Exception): ReadOnlyException;
1874
1874
  };
1875
1875
 
1876
1876
 
@@ -1887,9 +1887,9 @@ export interface RowNotInTableException$instance extends DataException$instance
1887
1887
 
1888
1888
 
1889
1889
  export const RowNotInTableException: {
1890
- new(): RowNotInTableException$instance;
1891
- new(s: string): RowNotInTableException$instance;
1892
- new(message: string, innerException: Exception): RowNotInTableException$instance;
1890
+ new(): RowNotInTableException;
1891
+ new(s: string): RowNotInTableException;
1892
+ new(message: string, innerException: Exception): RowNotInTableException;
1893
1893
  };
1894
1894
 
1895
1895
 
@@ -1907,7 +1907,7 @@ export interface StateChangeEventArgs$instance extends EventArgs {
1907
1907
 
1908
1908
 
1909
1909
  export const StateChangeEventArgs: {
1910
- new(originalState: ConnectionState, currentState: ConnectionState): StateChangeEventArgs$instance;
1910
+ new(originalState: ConnectionState, currentState: ConnectionState): StateChangeEventArgs;
1911
1911
  };
1912
1912
 
1913
1913
 
@@ -1919,7 +1919,7 @@ export interface StatementCompletedEventArgs$instance extends EventArgs {
1919
1919
 
1920
1920
 
1921
1921
  export const StatementCompletedEventArgs: {
1922
- new(recordCount: int): StatementCompletedEventArgs$instance;
1922
+ new(recordCount: int): StatementCompletedEventArgs;
1923
1923
  };
1924
1924
 
1925
1925
 
@@ -1931,9 +1931,9 @@ export interface StrongTypingException$instance extends DataException$instance {
1931
1931
 
1932
1932
 
1933
1933
  export const StrongTypingException: {
1934
- new(): StrongTypingException$instance;
1935
- new(message: string): StrongTypingException$instance;
1936
- new(s: string, innerException: Exception): StrongTypingException$instance;
1934
+ new(): StrongTypingException;
1935
+ new(message: string): StrongTypingException;
1936
+ new(s: string, innerException: Exception): StrongTypingException;
1937
1937
  };
1938
1938
 
1939
1939
 
@@ -1950,9 +1950,9 @@ export interface SyntaxErrorException$instance extends InvalidExpressionExceptio
1950
1950
 
1951
1951
 
1952
1952
  export const SyntaxErrorException: {
1953
- new(): SyntaxErrorException$instance;
1954
- new(s: string): SyntaxErrorException$instance;
1955
- new(message: string, innerException: Exception): SyntaxErrorException$instance;
1953
+ new(): SyntaxErrorException;
1954
+ new(s: string): SyntaxErrorException;
1955
+ new(message: string, innerException: Exception): SyntaxErrorException;
1956
1956
  };
1957
1957
 
1958
1958
 
@@ -2028,15 +2028,15 @@ export interface UniqueConstraint$instance extends Constraint {
2028
2028
 
2029
2029
 
2030
2030
  export const UniqueConstraint: {
2031
- new(name: string, column: DataColumn): UniqueConstraint$instance;
2032
- new(column: DataColumn): UniqueConstraint$instance;
2033
- new(name: string, columns: DataColumn[]): UniqueConstraint$instance;
2034
- new(columns: DataColumn[]): UniqueConstraint$instance;
2035
- new(name: string, columnNames: string[], isPrimaryKey: boolean): UniqueConstraint$instance;
2036
- new(name: string, column: DataColumn, isPrimaryKey: boolean): UniqueConstraint$instance;
2037
- new(column: DataColumn, isPrimaryKey: boolean): UniqueConstraint$instance;
2038
- new(name: string, columns: DataColumn[], isPrimaryKey: boolean): UniqueConstraint$instance;
2039
- new(columns: DataColumn[], isPrimaryKey: boolean): UniqueConstraint$instance;
2031
+ new(name: string, column: DataColumn): UniqueConstraint;
2032
+ new(column: DataColumn): UniqueConstraint;
2033
+ new(name: string, columns: DataColumn[]): UniqueConstraint;
2034
+ new(columns: DataColumn[]): UniqueConstraint;
2035
+ new(name: string, columnNames: string[], isPrimaryKey: boolean): UniqueConstraint;
2036
+ new(name: string, column: DataColumn, isPrimaryKey: boolean): UniqueConstraint;
2037
+ new(column: DataColumn, isPrimaryKey: boolean): UniqueConstraint;
2038
+ new(name: string, columns: DataColumn[], isPrimaryKey: boolean): UniqueConstraint;
2039
+ new(columns: DataColumn[], isPrimaryKey: boolean): UniqueConstraint;
2040
2040
  };
2041
2041
 
2042
2042
 
@@ -2048,9 +2048,9 @@ export interface VersionNotFoundException$instance extends DataException$instanc
2048
2048
 
2049
2049
 
2050
2050
  export const VersionNotFoundException: {
2051
- new(): VersionNotFoundException$instance;
2052
- new(s: string): VersionNotFoundException$instance;
2053
- new(message: string, innerException: Exception): VersionNotFoundException$instance;
2051
+ new(): VersionNotFoundException;
2052
+ new(s: string): VersionNotFoundException;
2053
+ new(message: string, innerException: Exception): VersionNotFoundException;
2054
2054
  };
2055
2055
 
2056
2056
 
@@ -90,7 +90,7 @@ export interface DataAdapter$instance extends Component {
90
90
 
91
91
 
92
92
  export const DataAdapter: {
93
- new(): DataAdapter$instance;
93
+ new(): DataAdapter;
94
94
  };
95
95
 
96
96
 
@@ -114,8 +114,8 @@ export interface DataColumnMapping$instance extends MarshalByRefObject {
114
114
 
115
115
 
116
116
  export const DataColumnMapping: {
117
- new(): DataColumnMapping$instance;
118
- new(sourceColumn: string, dataSetColumn: string): DataColumnMapping$instance;
117
+ new(): DataColumnMapping;
118
+ new(sourceColumn: string, dataSetColumn: string): DataColumnMapping;
119
119
  getDataColumnBySchemaAction(sourceColumn: string, dataSetColumn: string, dataTable: DataTable, dataType: Type, schemaAction: MissingSchemaAction): DataColumn;
120
120
  };
121
121
 
@@ -160,7 +160,7 @@ export interface DataColumnMappingCollection$instance extends MarshalByRefObject
160
160
 
161
161
 
162
162
  export const DataColumnMappingCollection: {
163
- new(): DataColumnMappingCollection$instance;
163
+ new(): DataColumnMappingCollection;
164
164
  getColumnMappingBySchemaAction(columnMappings: DataColumnMappingCollection, sourceColumn: string, mappingAction: MissingMappingAction): DataColumnMapping;
165
165
  getDataColumn(columnMappings: DataColumnMappingCollection, sourceColumn: string, dataType: Type, dataTable: DataTable, mappingAction: MissingMappingAction, schemaAction: MissingSchemaAction): DataColumn;
166
166
  };
@@ -188,9 +188,9 @@ export interface DataTableMapping$instance extends MarshalByRefObject {
188
188
 
189
189
 
190
190
  export const DataTableMapping: {
191
- new(): DataTableMapping$instance;
192
- new(sourceTable: string, dataSetTable: string): DataTableMapping$instance;
193
- new(sourceTable: string, dataSetTable: string, columnMappings: DataColumnMapping[]): DataTableMapping$instance;
191
+ new(): DataTableMapping;
192
+ new(sourceTable: string, dataSetTable: string): DataTableMapping;
193
+ new(sourceTable: string, dataSetTable: string, columnMappings: DataColumnMapping[]): DataTableMapping;
194
194
  };
195
195
 
196
196
 
@@ -234,7 +234,7 @@ export interface DataTableMappingCollection$instance extends MarshalByRefObject
234
234
 
235
235
 
236
236
  export const DataTableMappingCollection: {
237
- new(): DataTableMappingCollection$instance;
237
+ new(): DataTableMappingCollection;
238
238
  getTableMappingBySchemaAction(tableMappings: DataTableMappingCollection, sourceTable: string, dataSetTable: string, mappingAction: MissingMappingAction): DataTableMapping;
239
239
  };
240
240
 
@@ -516,8 +516,8 @@ export interface DbConnectionStringBuilder$instance {
516
516
 
517
517
 
518
518
  export const DbConnectionStringBuilder: {
519
- new(): DbConnectionStringBuilder$instance;
520
- new(useOdbcRules: boolean): DbConnectionStringBuilder$instance;
519
+ new(): DbConnectionStringBuilder;
520
+ new(useOdbcRules: boolean): DbConnectionStringBuilder;
521
521
  appendKeyValuePair(builder: StringBuilder, keyword: string, value: string, useOdbcRules: boolean): void;
522
522
  appendKeyValuePair(builder: StringBuilder, keyword: string, value: string): void;
523
523
  };
@@ -733,10 +733,10 @@ export interface DbEnumerator$instance {
733
733
 
734
734
 
735
735
  export const DbEnumerator: {
736
- new(reader: IDataReader): DbEnumerator$instance;
737
- new(reader: IDataReader, closeReader: boolean): DbEnumerator$instance;
738
- new(reader: DbDataReader): DbEnumerator$instance;
739
- new(reader: DbDataReader, closeReader: boolean): DbEnumerator$instance;
736
+ new(reader: IDataReader): DbEnumerator;
737
+ new(reader: IDataReader, closeReader: boolean): DbEnumerator;
738
+ new(reader: DbDataReader): DbEnumerator;
739
+ new(reader: DbDataReader, closeReader: boolean): DbEnumerator;
740
740
  };
741
741
 
742
742
 
@@ -866,7 +866,7 @@ export interface DbProviderSpecificTypePropertyAttribute$instance extends Attrib
866
866
 
867
867
 
868
868
  export const DbProviderSpecificTypePropertyAttribute: {
869
- new(isProviderSpecificTypeProperty: boolean): DbProviderSpecificTypePropertyAttribute$instance;
869
+ new(isProviderSpecificTypeProperty: boolean): DbProviderSpecificTypePropertyAttribute;
870
870
  };
871
871
 
872
872
 
@@ -921,7 +921,7 @@ export interface RowUpdatedEventArgs$instance extends EventArgs {
921
921
 
922
922
 
923
923
  export const RowUpdatedEventArgs: {
924
- new(dataRow: DataRow, command: IDbCommand, statementType: StatementType, tableMapping: DataTableMapping): RowUpdatedEventArgs$instance;
924
+ new(dataRow: DataRow, command: IDbCommand, statementType: StatementType, tableMapping: DataTableMapping): RowUpdatedEventArgs;
925
925
  };
926
926
 
927
927
 
@@ -938,7 +938,7 @@ export interface RowUpdatingEventArgs$instance extends EventArgs {
938
938
 
939
939
 
940
940
  export const RowUpdatingEventArgs: {
941
- new(dataRow: DataRow, command: IDbCommand, statementType: StatementType, tableMapping: DataTableMapping): RowUpdatingEventArgs$instance;
941
+ new(dataRow: DataRow, command: IDbCommand, statementType: StatementType, tableMapping: DataTableMapping): RowUpdatingEventArgs;
942
942
  };
943
943
 
944
944