@tsonic/dotnet 10.0.40 → 10.0.41

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 (187) hide show
  1. package/Internal/internal/index.d.ts +4 -3
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
  3. package/Microsoft.VisualBasic/internal/index.d.ts +52 -54
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +117 -119
  5. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -2
  6. package/Microsoft.Win32/internal/index.d.ts +19 -18
  7. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
  8. package/README.md +76 -104
  9. package/System/bindings.json +1520 -2039
  10. package/System/internal/index.d.ts +1549 -1602
  11. package/System.Buffers/bindings.json +12 -3
  12. package/System.Buffers/internal/index.d.ts +12 -14
  13. package/System.Buffers.Binary/internal/index.d.ts +2 -4
  14. package/System.Buffers.Text/internal/index.d.ts +2 -4
  15. package/System.CodeDom.Compiler/internal/index.d.ts +32 -31
  16. package/System.Collections/internal/index.d.ts +129 -131
  17. package/System.Collections.Concurrent/bindings.json +218 -218
  18. package/System.Collections.Concurrent/internal/index.d.ts +34 -36
  19. package/System.Collections.Frozen/bindings.json +413 -611
  20. package/System.Collections.Frozen/internal/index.d.ts +81 -97
  21. package/System.Collections.Frozen.d.ts +14 -2
  22. package/System.Collections.Generic/bindings.json +9420 -14155
  23. package/System.Collections.Generic/internal/index.d.ts +547 -758
  24. package/System.Collections.Generic.d.ts +1 -1
  25. package/System.Collections.Immutable/bindings.json +6000 -9080
  26. package/System.Collections.Immutable/internal/index.d.ts +265 -354
  27. package/System.Collections.Immutable.d.ts +49 -12
  28. package/System.Collections.ObjectModel/bindings.json +132 -654
  29. package/System.Collections.ObjectModel/internal/index.d.ts +10 -30
  30. package/System.Collections.Specialized/bindings.json +0 -123
  31. package/System.Collections.Specialized/internal/index.d.ts +88 -101
  32. package/System.ComponentModel/bindings.json +163 -102
  33. package/System.ComponentModel/internal/index.d.ts +618 -608
  34. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +133 -132
  35. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
  36. package/System.ComponentModel.Design/bindings.json +22 -292
  37. package/System.ComponentModel.Design/internal/index.d.ts +101 -109
  38. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +61 -60
  39. package/System.ComponentModel.d.ts +1 -0
  40. package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
  41. package/System.Data/bindings.json +4 -1
  42. package/System.Data/internal/index.d.ts +351 -350
  43. package/System.Data.Common/internal/index.d.ts +151 -152
  44. package/System.Data.SqlTypes/internal/index.d.ts +68 -67
  45. package/System.Diagnostics/bindings.json +7044 -7249
  46. package/System.Diagnostics/internal/index.d.ts +446 -461
  47. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
  48. package/System.Diagnostics.Contracts/internal/index.d.ts +16 -18
  49. package/System.Diagnostics.Metrics/internal/index.d.ts +92 -94
  50. package/System.Diagnostics.Metrics.d.ts +1 -1
  51. package/System.Diagnostics.SymbolStore/internal/index.d.ts +12 -11
  52. package/System.Diagnostics.Tracing/bindings.json +81 -21
  53. package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
  54. package/System.Diagnostics.Tracing.d.ts +2 -1
  55. package/System.Drawing/internal/index.d.ts +76 -75
  56. package/System.Dynamic/internal/index.d.ts +55 -57
  57. package/System.Formats.Asn1/bindings.json +48 -69
  58. package/System.Formats.Asn1/internal/index.d.ts +21 -28
  59. package/System.Formats.Tar/internal/index.d.ts +8 -7
  60. package/System.Globalization/internal/index.d.ts +40 -42
  61. package/System.IO/internal/index.d.ts +187 -189
  62. package/System.IO.Compression/internal/index.d.ts +29 -31
  63. package/System.IO.Enumeration/bindings.json +250 -250
  64. package/System.IO.Enumeration/internal/index.d.ts +15 -17
  65. package/System.IO.IsolatedStorage/internal/index.d.ts +19 -18
  66. package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
  67. package/System.IO.Pipelines/internal/index.d.ts +15 -17
  68. package/System.IO.Pipes/internal/index.d.ts +8 -7
  69. package/System.Linq/internal/index.d.ts +223 -225
  70. package/System.Linq.Expressions/internal/index.d.ts +205 -207
  71. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
  72. package/System.Net/bindings.json +104 -104
  73. package/System.Net/internal/index.d.ts +279 -281
  74. package/System.Net.Cache/internal/index.d.ts +3 -2
  75. package/System.Net.Http/internal/index.d.ts +128 -130
  76. package/System.Net.Http.Headers/bindings.json +0 -204
  77. package/System.Net.Http.Headers/internal/index.d.ts +111 -127
  78. package/System.Net.Http.Json/internal/index.d.ts +67 -69
  79. package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
  80. package/System.Net.Mail/internal/index.d.ts +76 -78
  81. package/System.Net.Mime/internal/index.d.ts +11 -10
  82. package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
  83. package/System.Net.Quic/internal/index.d.ts +10 -9
  84. package/System.Net.Security/internal/index.d.ts +87 -89
  85. package/System.Net.ServerSentEvents/internal/index.d.ts +6 -5
  86. package/System.Net.Sockets/internal/index.d.ts +91 -93
  87. package/System.Net.WebSockets/internal/index.d.ts +47 -46
  88. package/System.Numerics/bindings.json +544 -116
  89. package/System.Numerics/internal/index.d.ts +110 -112
  90. package/System.Reflection/internal/index.d.ts +270 -272
  91. package/System.Reflection.Emit/internal/index.d.ts +114 -116
  92. package/System.Reflection.Metadata/bindings.json +166 -3169
  93. package/System.Reflection.Metadata/internal/index.d.ts +154 -361
  94. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +13 -15
  95. package/System.Reflection.PortableExecutable/bindings.json +58 -0
  96. package/System.Reflection.PortableExecutable/internal/index.d.ts +24 -11
  97. package/System.Reflection.PortableExecutable.d.ts +1 -0
  98. package/System.Resources/internal/index.d.ts +33 -35
  99. package/System.Runtime/internal/index.d.ts +12 -11
  100. package/System.Runtime.CompilerServices/bindings.json +519 -717
  101. package/System.Runtime.CompilerServices/internal/index.d.ts +113 -137
  102. package/System.Runtime.CompilerServices.d.ts +14 -4
  103. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
  104. package/System.Runtime.ExceptionServices/internal/index.d.ts +4 -3
  105. package/System.Runtime.InteropServices/bindings.json +101 -101
  106. package/System.Runtime.InteropServices/internal/index.d.ts +234 -236
  107. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +34 -36
  108. package/System.Runtime.InteropServices.Java/internal/index.d.ts +4 -6
  109. package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
  110. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +67 -69
  111. package/System.Runtime.InteropServices.JavaScript.d.ts +8 -26
  112. package/System.Runtime.InteropServices.Marshalling/bindings.json +2619 -2619
  113. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +308 -310
  114. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +141 -141
  115. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +17 -19
  116. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -6
  117. package/System.Runtime.InteropServices.Swift.d.ts +1 -1
  118. package/System.Runtime.Intrinsics/bindings.json +64 -16
  119. package/System.Runtime.Intrinsics/internal/index.d.ts +22 -24
  120. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
  121. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
  122. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
  123. package/System.Runtime.Loader/bindings.json +48 -69
  124. package/System.Runtime.Loader/internal/index.d.ts +30 -34
  125. package/System.Runtime.Remoting/internal/index.d.ts +5 -4
  126. package/System.Runtime.Serialization/internal/index.d.ts +175 -177
  127. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +29 -31
  128. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
  129. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +10 -9
  130. package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
  131. package/System.Runtime.Versioning/internal/index.d.ts +20 -19
  132. package/System.Security/internal/index.d.ts +64 -66
  133. package/System.Security.AccessControl/bindings.json +104 -0
  134. package/System.Security.AccessControl/internal/index.d.ts +59 -58
  135. package/System.Security.AccessControl.d.ts +6 -5
  136. package/System.Security.Authentication/internal/index.d.ts +7 -6
  137. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
  138. package/System.Security.Claims/internal/index.d.ts +45 -44
  139. package/System.Security.Cryptography/bindings.json +469 -469
  140. package/System.Security.Cryptography/internal/index.d.ts +269 -271
  141. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -62
  142. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +98 -105
  143. package/System.Security.Permissions/internal/index.d.ts +5 -4
  144. package/System.Security.Policy/internal/index.d.ts +11 -10
  145. package/System.Security.Principal/internal/index.d.ts +28 -27
  146. package/System.Text/bindings.json +1562 -1562
  147. package/System.Text/internal/index.d.ts +119 -121
  148. package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
  149. package/System.Text.Json/bindings.json +0 -290
  150. package/System.Text.Json/internal/index.d.ts +135 -153
  151. package/System.Text.Json.Nodes/internal/index.d.ts +60 -62
  152. package/System.Text.Json.Schema/internal/index.d.ts +9 -8
  153. package/System.Text.Json.Serialization/internal/index.d.ts +32 -34
  154. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +86 -85
  155. package/System.Text.Json.Serialization.d.ts +1 -1
  156. package/System.Text.RegularExpressions/bindings.json +198 -402
  157. package/System.Text.RegularExpressions/internal/index.d.ts +48 -64
  158. package/System.Text.Unicode/bindings.json +508 -508
  159. package/System.Text.Unicode/internal/index.d.ts +29 -31
  160. package/System.Threading/bindings.json +42 -42
  161. package/System.Threading/internal/index.d.ts +157 -159
  162. package/System.Threading.Channels/internal/index.d.ts +10 -12
  163. package/System.Threading.Tasks/bindings.json +4 -1
  164. package/System.Threading.Tasks/internal/index.d.ts +115 -114
  165. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -33
  166. package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -5
  167. package/System.Timers/internal/index.d.ts +8 -7
  168. package/System.Transactions/internal/index.d.ts +31 -30
  169. package/System.Web/internal/index.d.ts +32 -31
  170. package/System.Windows.Input/internal/index.d.ts +5 -4
  171. package/System.Windows.Markup/internal/index.d.ts +3 -2
  172. package/System.Xml/internal/index.d.ts +383 -385
  173. package/System.Xml.Linq/internal/index.d.ts +103 -102
  174. package/System.Xml.Resolvers/internal/index.d.ts +10 -9
  175. package/System.Xml.Schema/bindings.json +76 -76
  176. package/System.Xml.Schema/internal/index.d.ts +233 -232
  177. package/System.Xml.Serialization/bindings.json +193 -0
  178. package/System.Xml.Serialization/internal/index.d.ts +277 -245
  179. package/System.Xml.Serialization.d.ts +2 -0
  180. package/System.Xml.XPath/internal/index.d.ts +46 -45
  181. package/System.Xml.Xsl/internal/index.d.ts +53 -52
  182. package/System.Xml.Xsl.Runtime/bindings.json +4 -1
  183. package/System.Xml.Xsl.Runtime/internal/index.d.ts +35 -37
  184. package/System.d.ts +2 -2
  185. package/__internal/extensions/index.d.ts +517 -515
  186. package/families.json +63 -7
  187. package/package.json +2 -2
@@ -2,8 +2,9 @@
2
2
  // Namespace: System.Data
3
3
  // Assembly: System.Data.Common
4
4
 
5
- // Primitive type aliases from @tsonic/core
6
- import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
5
+ // Core type aliases from @tsonic/core
6
+ import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
+
7
8
 
8
9
  // Import types from other namespaces
9
10
  import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
@@ -311,28 +312,28 @@ export enum XmlWriteMode {
311
312
  }
312
313
 
313
314
 
314
- export type DataColumnChangeEventHandler = (sender: unknown, e: DataColumnChangeEventArgs) => void;
315
+ export type DataColumnChangeEventHandler = (sender: JsValue, e: DataColumnChangeEventArgs) => void;
315
316
 
316
317
 
317
- export type DataRowChangeEventHandler = (sender: unknown, e: DataRowChangeEventArgs) => void;
318
+ export type DataRowChangeEventHandler = (sender: JsValue, e: DataRowChangeEventArgs) => void;
318
319
 
319
320
 
320
- export type DataTableClearEventHandler = (sender: unknown, e: DataTableClearEventArgs) => void;
321
+ export type DataTableClearEventHandler = (sender: JsValue, e: DataTableClearEventArgs) => void;
321
322
 
322
323
 
323
- export type DataTableNewRowEventHandler = (sender: unknown, e: DataTableNewRowEventArgs) => void;
324
+ export type DataTableNewRowEventHandler = (sender: JsValue, e: DataTableNewRowEventArgs) => void;
324
325
 
325
326
 
326
- export type FillErrorEventHandler = (sender: unknown, e: FillErrorEventArgs) => void;
327
+ export type FillErrorEventHandler = (sender: JsValue, e: FillErrorEventArgs) => void;
327
328
 
328
329
 
329
- export type MergeFailedEventHandler = (sender: unknown, e: MergeFailedEventArgs) => void;
330
+ export type MergeFailedEventHandler = (sender: JsValue, e: MergeFailedEventArgs) => void;
330
331
 
331
332
 
332
- export type StateChangeEventHandler = (sender: unknown, e: StateChangeEventArgs) => void;
333
+ export type StateChangeEventHandler = (sender: JsValue, e: StateChangeEventArgs) => void;
333
334
 
334
335
 
335
- export type StatementCompletedEventHandler = (sender: unknown, e: StatementCompletedEventArgs) => void;
336
+ export type StatementCompletedEventHandler = (sender: JsValue, e: StatementCompletedEventArgs) => void;
336
337
 
337
338
 
338
339
  export interface IColumnMapping$instance {
@@ -351,25 +352,25 @@ export interface IColumnMappingCollection$instance extends IList, ICollection, I
351
352
  readonly IsReadOnly: boolean;
352
353
  readonly IsFixedSize: boolean;
353
354
  readonly Count: int;
354
- readonly SyncRoot: unknown;
355
+ readonly SyncRoot: JsValue;
355
356
  readonly IsSynchronized: boolean;
356
357
  Add(sourceColumnName: string, dataSetColumnName: string): IColumnMapping;
357
- Add(value: unknown): int;
358
+ Add(value: JsValue | null): int;
358
359
  Clear(): void;
359
- Contains(sourceColumnName: string): boolean;
360
- Contains(value: unknown): boolean;
360
+ Contains(sourceColumnName: string | null): boolean;
361
+ Contains(value: JsValue | null): boolean;
361
362
  CopyTo(array: ClrArray, index: int): void;
362
- get_Item2(index: int): unknown | undefined;
363
- get_Item2(index: string): unknown;
363
+ get_Item2(index: int): JsValue | null;
364
+ get_Item2(index: string): JsValue;
364
365
  GetByDataSetColumn(dataSetColumnName: string): IColumnMapping;
365
366
  GetEnumerator(): IEnumerator;
366
- IndexOf(sourceColumnName: string): int;
367
- Insert(index: int, value: unknown): void;
368
- Remove(value: unknown): void;
367
+ IndexOf(sourceColumnName: string | null): int;
368
+ Insert(index: int, value: JsValue | null): void;
369
+ Remove(value: JsValue | null): void;
369
370
  RemoveAt(sourceColumnName: string): void;
370
371
  RemoveAt(index: int): void;
371
- set_Item2(index: int, value: unknown | undefined): void;
372
- set_Item2(index: string, value: unknown): void;
372
+ set_Item2(index: int, value: JsValue | null): void;
373
+ set_Item2(index: string, value: JsValue): void;
373
374
  }
374
375
 
375
376
 
@@ -398,8 +399,8 @@ export interface IDataParameter$instance {
398
399
  ParameterName: string;
399
400
  SourceColumn: string;
400
401
  SourceVersion: DataRowVersion;
401
- get Value(): unknown | undefined;
402
- set Value(value: unknown | undefined);
402
+ get Value(): JsValue | null;
403
+ set Value(value: JsValue | null);
403
404
  }
404
405
 
405
406
 
@@ -411,23 +412,23 @@ export interface IDataParameterCollection$instance extends IList, ICollection, I
411
412
  readonly IsReadOnly: boolean;
412
413
  readonly IsFixedSize: boolean;
413
414
  readonly Count: int;
414
- readonly SyncRoot: unknown;
415
+ readonly SyncRoot: JsValue;
415
416
  readonly IsSynchronized: boolean;
416
- Add(value: unknown): int;
417
+ Add(value: JsValue | null): int;
417
418
  Clear(): void;
418
419
  Contains(parameterName: string): boolean;
419
- Contains(value: unknown): boolean;
420
+ Contains(value: JsValue | null): boolean;
420
421
  CopyTo(array: ClrArray, index: int): void;
421
- get_Item2(index: int): unknown | undefined;
422
- get_Item2(parameterName: string): unknown;
422
+ get_Item2(index: int): JsValue | null;
423
+ get_Item2(parameterName: string): JsValue;
423
424
  GetEnumerator(): IEnumerator;
424
425
  IndexOf(parameterName: string): int;
425
- Insert(index: int, value: unknown): void;
426
- Remove(value: unknown): void;
426
+ Insert(index: int, value: JsValue | null): void;
427
+ Remove(value: JsValue | null): void;
427
428
  RemoveAt(parameterName: string): void;
428
429
  RemoveAt(index: int): void;
429
- set_Item2(index: int, value: unknown | undefined): void;
430
- set_Item2(parameterName: string, value: unknown): void;
430
+ set_Item2(index: int, value: JsValue | null): void;
431
+ set_Item2(parameterName: string, value: JsValue): void;
431
432
  }
432
433
 
433
434
 
@@ -441,13 +442,13 @@ export interface IDataReader$instance extends IDisposable, IDataRecord {
441
442
  readonly RecordsAffected: int;
442
443
  readonly FieldCount: int;
443
444
  Close(): void;
444
- get_Item(i: int): unknown;
445
- get_Item(name: string): unknown;
445
+ get_Item(i: int): JsValue;
446
+ get_Item(name: string): JsValue;
446
447
  GetBoolean(i: int): boolean;
447
448
  GetByte(i: int): byte;
448
- GetBytes(i: int, fieldOffset: long, buffer: byte[], bufferoffset: int, length: int): long;
449
+ GetBytes(i: int, fieldOffset: long, buffer: byte[] | null, bufferoffset: int, length: int): long;
449
450
  GetChar(i: int): char;
450
- GetChars(i: int, fieldoffset: long, buffer: char[], bufferoffset: int, length: int): long;
451
+ GetChars(i: int, fieldoffset: long, buffer: char[] | null, bufferoffset: int, length: int): long;
451
452
  GetData(i: int): IDataReader;
452
453
  GetDateTime(i: int): DateTime;
453
454
  GetDecimal(i: int): decimal;
@@ -460,12 +461,12 @@ export interface IDataReader$instance extends IDisposable, IDataRecord {
460
461
  GetInt64(i: int): long;
461
462
  GetName(i: int): string;
462
463
  GetOrdinal(name: string): int;
463
- GetSchemaTable(): DataTable | undefined;
464
- GetValue(i: int): unknown;
465
- GetValues(values: unknown[]): int;
464
+ GetSchemaTable(): DataTable | null;
465
+ GetValue(i: int): JsValue;
466
+ GetValues(values: JsValue[]): int;
466
467
  NextResult(): boolean;
467
468
  Dispose(): void;
468
- get_Item2(name: string): unknown;
469
+ get_Item2(name: string): JsValue;
469
470
  }
470
471
 
471
472
 
@@ -477,13 +478,13 @@ export interface IDataRecord$instance {
477
478
  readonly __tsonic_iface_System_Data_IDataRecord: never;
478
479
 
479
480
  readonly FieldCount: int;
480
- get_Item(i: int): unknown;
481
- get_Item(name: string): unknown;
481
+ get_Item(i: int): JsValue;
482
+ get_Item(name: string): JsValue;
482
483
  GetBoolean(i: int): boolean;
483
484
  GetByte(i: int): byte;
484
- GetBytes(i: int, fieldOffset: long, buffer: byte[], bufferoffset: int, length: int): long;
485
+ GetBytes(i: int, fieldOffset: long, buffer: byte[] | null, bufferoffset: int, length: int): long;
485
486
  GetChar(i: int): char;
486
- GetChars(i: int, fieldoffset: long, buffer: char[], bufferoffset: int, length: int): long;
487
+ GetChars(i: int, fieldoffset: long, buffer: char[] | null, bufferoffset: int, length: int): long;
487
488
  GetData(i: int): IDataReader;
488
489
  GetDateTime(i: int): DateTime;
489
490
  GetDecimal(i: int): decimal;
@@ -496,8 +497,8 @@ export interface IDataRecord$instance {
496
497
  GetInt64(i: int): long;
497
498
  GetName(i: int): string;
498
499
  GetOrdinal(name: string): int;
499
- GetValue(i: int): unknown;
500
- GetValues(values: unknown[]): int;
500
+ GetValue(i: int): JsValue;
501
+ GetValues(values: JsValue[]): int;
501
502
  }
502
503
 
503
504
 
@@ -506,10 +507,10 @@ export type IDataRecord = IDataRecord$instance;
506
507
  export interface IDbCommand$instance extends IDisposable {
507
508
  readonly __tsonic_iface_System_Data_IDbCommand: never;
508
509
 
509
- get Connection(): IDbConnection | undefined;
510
- set Connection(value: IDbConnection | undefined);
511
- get Transaction(): IDbTransaction | undefined;
512
- set Transaction(value: IDbTransaction | undefined);
510
+ get Connection(): IDbConnection | null;
511
+ set Connection(value: IDbConnection | null);
512
+ get Transaction(): IDbTransaction | null;
513
+ set Transaction(value: IDbTransaction | null);
513
514
  CommandText: string;
514
515
  CommandTimeout: int;
515
516
  CommandType: CommandType;
@@ -519,7 +520,7 @@ export interface IDbCommand$instance extends IDisposable {
519
520
  ExecuteNonQuery(): int;
520
521
  ExecuteReader(): IDataReader;
521
522
  ExecuteReader(behavior: CommandBehavior): IDataReader;
522
- ExecuteScalar(): unknown | undefined;
523
+ ExecuteScalar(): JsValue | null;
523
524
  Prepare(): void;
524
525
  Dispose(): void;
525
526
  }
@@ -552,14 +553,14 @@ export type IDbConnection = IDbConnection$instance;
552
553
  export interface IDbDataAdapter$instance extends IDataAdapter {
553
554
  readonly __tsonic_iface_System_Data_IDbDataAdapter: never;
554
555
 
555
- get SelectCommand(): IDbCommand | undefined;
556
- set SelectCommand(value: IDbCommand | undefined);
557
- get InsertCommand(): IDbCommand | undefined;
558
- set InsertCommand(value: IDbCommand | undefined);
559
- get UpdateCommand(): IDbCommand | undefined;
560
- set UpdateCommand(value: IDbCommand | undefined);
561
- get DeleteCommand(): IDbCommand | undefined;
562
- set DeleteCommand(value: IDbCommand | undefined);
556
+ get SelectCommand(): IDbCommand | null;
557
+ set SelectCommand(value: IDbCommand | null);
558
+ get InsertCommand(): IDbCommand | null;
559
+ set InsertCommand(value: IDbCommand | null);
560
+ get UpdateCommand(): IDbCommand | null;
561
+ set UpdateCommand(value: IDbCommand | null);
562
+ get DeleteCommand(): IDbCommand | null;
563
+ set DeleteCommand(value: IDbCommand | null);
563
564
  MissingMappingAction: MissingMappingAction;
564
565
  MissingSchemaAction: MissingSchemaAction;
565
566
  readonly TableMappings: ITableMappingCollection;
@@ -585,8 +586,8 @@ export interface IDbDataParameter$instance extends IDataParameter {
585
586
  ParameterName: string;
586
587
  SourceColumn: string;
587
588
  SourceVersion: DataRowVersion;
588
- get Value(): unknown | undefined;
589
- set Value(value: unknown | undefined);
589
+ get Value(): JsValue | null;
590
+ set Value(value: JsValue | null);
590
591
  }
591
592
 
592
593
 
@@ -597,7 +598,7 @@ export type IDbDataParameter = IDbDataParameter$instance;
597
598
  export interface IDbTransaction$instance extends IDisposable {
598
599
  readonly __tsonic_iface_System_Data_IDbTransaction: never;
599
600
 
600
- readonly Connection: IDbConnection | undefined;
601
+ readonly Connection: IDbConnection | null;
601
602
  readonly IsolationLevel: IsolationLevel;
602
603
  Commit(): void;
603
604
  Dispose(): void;
@@ -625,25 +626,25 @@ export interface ITableMappingCollection$instance extends IList, ICollection, IE
625
626
  readonly IsReadOnly: boolean;
626
627
  readonly IsFixedSize: boolean;
627
628
  readonly Count: int;
628
- readonly SyncRoot: unknown;
629
+ readonly SyncRoot: JsValue;
629
630
  readonly IsSynchronized: boolean;
630
631
  Add(sourceTableName: string, dataSetTableName: string): ITableMapping;
631
- Add(value: unknown): int;
632
+ Add(value: JsValue | null): int;
632
633
  Clear(): void;
633
- Contains(sourceTableName: string): boolean;
634
- Contains(value: unknown): boolean;
634
+ Contains(sourceTableName: string | null): boolean;
635
+ Contains(value: JsValue | null): boolean;
635
636
  CopyTo(array: ClrArray, index: int): void;
636
- get_Item2(index: int): unknown | undefined;
637
- get_Item2(index: string): unknown;
637
+ get_Item2(index: int): JsValue | null;
638
+ get_Item2(index: string): JsValue;
638
639
  GetByDataSetTable(dataSetTableName: string): ITableMapping;
639
640
  GetEnumerator(): IEnumerator;
640
- IndexOf(sourceTableName: string): int;
641
- Insert(index: int, value: unknown): void;
642
- Remove(value: unknown): void;
641
+ IndexOf(sourceTableName: string | null): int;
642
+ Insert(index: int, value: JsValue | null): void;
643
+ Remove(value: JsValue | null): void;
643
644
  RemoveAt(sourceTableName: string): void;
644
645
  RemoveAt(index: int): void;
645
- set_Item2(index: int, value: unknown | undefined): void;
646
- set_Item2(index: string, value: unknown): void;
646
+ set_Item2(index: int, value: JsValue | null): void;
647
+ set_Item2(index: string, value: JsValue): void;
647
648
  }
648
649
 
649
650
 
@@ -652,10 +653,10 @@ export type ITableMappingCollection = ITableMappingCollection$instance;
652
653
  export interface Constraint$instance {
653
654
  readonly __tsonic_type_System_Data_Constraint: never;
654
655
 
655
- readonly _DataSet: DataSet | undefined;
656
+ readonly _DataSet: DataSet | null;
656
657
  ConstraintName: string;
657
658
  readonly ExtendedProperties: PropertyCollection;
658
- readonly Table: DataTable | undefined;
659
+ readonly Table: DataTable | null;
659
660
  ToString(): string;
660
661
  }
661
662
 
@@ -674,20 +675,20 @@ export interface ConstraintCollection$instance extends InternalDataCollectionBas
674
675
 
675
676
  readonly List: ArrayList;
676
677
  Add(constraint: Constraint): void;
677
- Add(name: string, columns: DataColumn[], primaryKey: boolean): Constraint;
678
- Add(name: string, column: DataColumn, primaryKey: boolean): Constraint;
679
- Add(name: string, primaryKeyColumn: DataColumn, foreignKeyColumn: DataColumn): Constraint;
680
- Add(name: string, primaryKeyColumns: DataColumn[], foreignKeyColumns: DataColumn[]): Constraint;
681
- AddRange(constraints: Constraint[]): void;
678
+ Add(name: string | null, columns: DataColumn[], primaryKey: boolean): Constraint;
679
+ Add(name: string | null, column: DataColumn, primaryKey: boolean): Constraint;
680
+ Add(name: string | null, primaryKeyColumn: DataColumn, foreignKeyColumn: DataColumn): Constraint;
681
+ Add(name: string | null, primaryKeyColumns: DataColumn[], foreignKeyColumns: DataColumn[]): Constraint;
682
+ AddRange(constraints: Constraint[] | null): void;
682
683
  CanRemove(constraint: Constraint): boolean;
683
684
  Clear(): void;
684
- Contains(name: string): boolean;
685
+ Contains(name: string | null): boolean;
685
686
  CopyTo(array: Constraint[], index: int): void;
686
687
  CopyTo(ar: ClrArray, index: int): void;
687
688
  get_Item(index: int): Constraint;
688
- get_Item(name: string): Constraint | undefined;
689
- IndexOf(constraint: Constraint): int;
690
- IndexOf(constraintName: string): int;
689
+ get_Item(name: string): Constraint | null;
690
+ IndexOf(constraint: Constraint | null): int;
691
+ IndexOf(constraintName: string | null): int;
691
692
  Remove(constraint: Constraint): void;
692
693
  Remove(name: string): void;
693
694
  RemoveAt(index: int): void;
@@ -716,8 +717,8 @@ export interface ConstraintException$instance extends DataException$instance, Sy
716
717
 
717
718
  export const ConstraintException: {
718
719
  new(): ConstraintException;
719
- new(s: string): ConstraintException;
720
- new(message: string, innerException: Exception): ConstraintException;
720
+ new(s: string | null): ConstraintException;
721
+ new(message: string | null, innerException: Exception | null): ConstraintException;
721
722
  };
722
723
 
723
724
 
@@ -744,7 +745,7 @@ export interface DataColumn$instance extends MarshalByValueComponent, System_Int
744
745
  ColumnName: string;
745
746
  DataType: Type;
746
747
  DateTimeMode: DataSetDateTime;
747
- DefaultValue: unknown;
748
+ DefaultValue: JsValue;
748
749
  Expression: string;
749
750
  readonly ExtendedProperties: PropertyCollection;
750
751
  MaxLength: int;
@@ -752,7 +753,7 @@ export interface DataColumn$instance extends MarshalByValueComponent, System_Int
752
753
  readonly Ordinal: int;
753
754
  Prefix: string;
754
755
  ReadOnly: boolean;
755
- readonly Table: DataTable | undefined;
756
+ readonly Table: DataTable | null;
756
757
  Unique: boolean;
757
758
  OnPropertyChanging(pcevent: PropertyChangedEventArgs): void;
758
759
  SetOrdinal(ordinal: int): void;
@@ -762,10 +763,10 @@ export interface DataColumn$instance extends MarshalByValueComponent, System_Int
762
763
 
763
764
  export const DataColumn: {
764
765
  new(): DataColumn;
765
- new(columnName: string): DataColumn;
766
- new(columnName: string, dataType: Type): DataColumn;
767
- new(columnName: string, dataType: Type, expr: string): DataColumn;
768
- new(columnName: string, dataType: Type, expr: string, type: MappingType): DataColumn;
766
+ new(columnName: string | null): DataColumn;
767
+ new(columnName: string | null, dataType: Type): DataColumn;
768
+ new(columnName: string | null, dataType: Type, expr: string | null): DataColumn;
769
+ new(columnName: string | null, dataType: Type, expr: string | null, type: MappingType): DataColumn;
769
770
  };
770
771
 
771
772
 
@@ -781,15 +782,15 @@ export type DataColumn = DataColumn$instance & __DataColumn$views;
781
782
  export interface DataColumnChangeEventArgs$instance extends EventArgs {
782
783
  readonly __tsonic_type_System_Data_DataColumnChangeEventArgs: never;
783
784
 
784
- readonly Column: DataColumn | undefined;
785
- get ProposedValue(): unknown | undefined;
786
- set ProposedValue(value: unknown | undefined);
785
+ readonly Column: DataColumn | null;
786
+ get ProposedValue(): JsValue | null;
787
+ set ProposedValue(value: JsValue | null);
787
788
  readonly Row: DataRow;
788
789
  }
789
790
 
790
791
 
791
792
  export const DataColumnChangeEventArgs: {
792
- new(row: DataRow, column: DataColumn, value: unknown): DataColumnChangeEventArgs;
793
+ new(row: DataRow, column: DataColumn | null, value: JsValue | null): DataColumnChangeEventArgs;
793
794
  };
794
795
 
795
796
 
@@ -803,20 +804,20 @@ export interface DataColumnCollection$instance extends InternalDataCollectionBas
803
804
 
804
805
  readonly List: ArrayList;
805
806
  Add(column: DataColumn): void;
806
- Add(columnName: string, type: Type, expression: string): DataColumn;
807
- Add(columnName: string, type: Type): DataColumn;
808
- Add(columnName: string): DataColumn;
807
+ Add(columnName: string | null, type: Type, expression: string): DataColumn;
808
+ Add(columnName: string | null, type: Type): DataColumn;
809
+ Add(columnName: string | null): DataColumn;
809
810
  Add(): DataColumn;
810
811
  AddRange(columns: DataColumn[]): void;
811
- CanRemove(column: DataColumn): boolean;
812
+ CanRemove(column: DataColumn | null): boolean;
812
813
  Clear(): void;
813
814
  Contains(name: string): boolean;
814
815
  CopyTo(array: DataColumn[], index: int): void;
815
816
  CopyTo(ar: ClrArray, index: int): void;
816
817
  get_Item(index: int): DataColumn;
817
- get_Item(name: string): DataColumn | undefined;
818
- IndexOf(column: DataColumn): int;
819
- IndexOf(columnName: string): int;
818
+ get_Item(name: string): DataColumn | null;
819
+ IndexOf(column: DataColumn | null): int;
820
+ IndexOf(columnName: string | null): int;
820
821
  Remove(column: DataColumn): void;
821
822
  Remove(name: string): void;
822
823
  RemoveAt(index: int): void;
@@ -845,8 +846,8 @@ export interface DataException$instance extends SystemException, System_Runtime_
845
846
 
846
847
  export const DataException: {
847
848
  new(): DataException;
848
- new(s: string): DataException;
849
- new(s: string, innerException: Exception): DataException;
849
+ new(s: string | null): DataException;
850
+ new(s: string | null, innerException: Exception | null): DataException;
850
851
  };
851
852
 
852
853
 
@@ -861,13 +862,13 @@ export interface DataRelation$instance {
861
862
  readonly __tsonic_type_System_Data_DataRelation: never;
862
863
 
863
864
  readonly ChildColumns: DataColumn[];
864
- readonly ChildKeyConstraint: ForeignKeyConstraint | undefined;
865
+ readonly ChildKeyConstraint: ForeignKeyConstraint | null;
865
866
  readonly ChildTable: DataTable;
866
- readonly DataSet: DataSet | undefined;
867
+ readonly DataSet: DataSet | null;
867
868
  readonly ExtendedProperties: PropertyCollection;
868
869
  Nested: boolean;
869
870
  readonly ParentColumns: DataColumn[];
870
- readonly ParentKeyConstraint: UniqueConstraint | undefined;
871
+ readonly ParentKeyConstraint: UniqueConstraint | null;
871
872
  readonly ParentTable: DataTable;
872
873
  RelationName: string;
873
874
  ToString(): string;
@@ -875,12 +876,12 @@ export interface DataRelation$instance {
875
876
 
876
877
 
877
878
  export const DataRelation: {
878
- new(relationName: string, parentColumn: DataColumn, childColumn: DataColumn): DataRelation;
879
- new(relationName: string, parentColumn: DataColumn, childColumn: DataColumn, createConstraints: boolean): DataRelation;
880
- new(relationName: string, parentColumns: DataColumn[], childColumns: DataColumn[]): DataRelation;
881
- new(relationName: string, parentColumns: DataColumn[], childColumns: DataColumn[], createConstraints: boolean): DataRelation;
882
- new(relationName: string, parentTableName: string, childTableName: string, parentColumnNames: string[], childColumnNames: string[], nested: boolean): DataRelation;
883
- new(relationName: string, parentTableName: string, parentTableNamespace: string, childTableName: string, childTableNamespace: string, parentColumnNames: string[], childColumnNames: string[], nested: boolean): DataRelation;
879
+ new(relationName: string | null, parentColumn: DataColumn, childColumn: DataColumn): DataRelation;
880
+ new(relationName: string | null, parentColumn: DataColumn, childColumn: DataColumn, createConstraints: boolean): DataRelation;
881
+ new(relationName: string | null, parentColumns: DataColumn[], childColumns: DataColumn[]): DataRelation;
882
+ new(relationName: string | null, parentColumns: DataColumn[], childColumns: DataColumn[], createConstraints: boolean): DataRelation;
883
+ new(relationName: string, parentTableName: string | null, childTableName: string | null, parentColumnNames: string[] | null, childColumnNames: string[] | null, nested: boolean): DataRelation;
884
+ new(relationName: string, parentTableName: string | null, parentTableNamespace: string | null, childTableName: string | null, childTableNamespace: string | null, parentColumnNames: string[] | null, childColumnNames: string[] | null, nested: boolean): DataRelation;
884
885
  };
885
886
 
886
887
 
@@ -893,24 +894,24 @@ export interface DataRelationCollection$instance extends InternalDataCollectionB
893
894
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
894
895
 
895
896
  Add(relation: DataRelation): void;
896
- Add(name: string, parentColumns: DataColumn[], childColumns: DataColumn[]): DataRelation;
897
- Add(name: string, parentColumns: DataColumn[], childColumns: DataColumn[], createConstraints: boolean): DataRelation;
897
+ Add(name: string | null, parentColumns: DataColumn[], childColumns: DataColumn[]): DataRelation;
898
+ Add(name: string | null, parentColumns: DataColumn[], childColumns: DataColumn[], createConstraints: boolean): DataRelation;
898
899
  Add(parentColumns: DataColumn[], childColumns: DataColumn[]): DataRelation;
899
- Add(name: string, parentColumn: DataColumn, childColumn: DataColumn): DataRelation;
900
- Add(name: string, parentColumn: DataColumn, childColumn: DataColumn, createConstraints: boolean): DataRelation;
900
+ Add(name: string | null, parentColumn: DataColumn, childColumn: DataColumn): DataRelation;
901
+ Add(name: string | null, parentColumn: DataColumn, childColumn: DataColumn, createConstraints: boolean): DataRelation;
901
902
  Add(parentColumn: DataColumn, childColumn: DataColumn): DataRelation;
902
903
  AddCore(relation: DataRelation): void;
903
- AddRange(relations: DataRelation[]): void;
904
- CanRemove(relation: DataRelation): boolean;
904
+ AddRange(relations: DataRelation[] | null): void;
905
+ CanRemove(relation: DataRelation | null): boolean;
905
906
  Clear(): void;
906
- Contains(name: string): boolean;
907
+ Contains(name: string | null): boolean;
907
908
  CopyTo(array: DataRelation[], index: int): void;
908
909
  CopyTo(ar: ClrArray, index: int): void;
909
910
  get_Item(index: int): DataRelation;
910
- get_Item(name: string): DataRelation | undefined;
911
+ get_Item(name: string): DataRelation | null;
911
912
  GetDataSet(): DataSet;
912
- IndexOf(relation: DataRelation): int;
913
- IndexOf(relationName: string): int;
913
+ IndexOf(relation: DataRelation | null): int;
914
+ IndexOf(relationName: string | null): int;
914
915
  OnCollectionChanged(ccevent: CollectionChangeEventArgs): void;
915
916
  OnCollectionChanging(ccevent: CollectionChangeEventArgs): void;
916
917
  Remove(relation: DataRelation): void;
@@ -936,7 +937,7 @@ export interface DataRow$instance {
936
937
  readonly __tsonic_type_System_Data_DataRow: never;
937
938
 
938
939
  readonly HasErrors: boolean;
939
- ItemArray: (unknown | undefined)[];
940
+ ItemArray: (JsValue | null)[];
940
941
  RowError: string;
941
942
  readonly RowState: DataRowState;
942
943
  readonly Table: DataTable;
@@ -946,44 +947,44 @@ export interface DataRow$instance {
946
947
  ClearErrors(): void;
947
948
  Delete(): void;
948
949
  EndEdit(): void;
949
- get_Item(columnIndex: int): unknown;
950
- get_Item(columnName: string): unknown;
951
- get_Item(column: DataColumn): unknown;
952
- get_Item(columnIndex: int, version: DataRowVersion): unknown;
953
- get_Item(columnName: string, version: DataRowVersion): unknown;
954
- get_Item(column: DataColumn, version: DataRowVersion): unknown;
955
- GetChildRows(relationName: string): DataRow[];
956
- GetChildRows(relationName: string, version: DataRowVersion): DataRow[];
957
- GetChildRows(relation: DataRelation): DataRow[];
958
- GetChildRows(relation: DataRelation, version: DataRowVersion): DataRow[];
950
+ get_Item(columnIndex: int): JsValue;
951
+ get_Item(columnName: string): JsValue;
952
+ get_Item(column: DataColumn): JsValue;
953
+ get_Item(columnIndex: int, version: DataRowVersion): JsValue;
954
+ get_Item(columnName: string, version: DataRowVersion): JsValue;
955
+ get_Item(column: DataColumn, version: DataRowVersion): JsValue;
956
+ GetChildRows(relationName: string | null): DataRow[];
957
+ GetChildRows(relationName: string | null, version: DataRowVersion): DataRow[];
958
+ GetChildRows(relation: DataRelation | null): DataRow[];
959
+ GetChildRows(relation: DataRelation | null, version: DataRowVersion): DataRow[];
959
960
  GetColumnError(columnIndex: int): string;
960
961
  GetColumnError(columnName: string): string;
961
962
  GetColumnError(column: DataColumn): string;
962
963
  GetColumnsInError(): DataColumn[];
963
- GetParentRow(relationName: string): DataRow | undefined;
964
- GetParentRow(relationName: string, version: DataRowVersion): DataRow | undefined;
965
- GetParentRow(relation: DataRelation): DataRow | undefined;
966
- GetParentRow(relation: DataRelation, version: DataRowVersion): DataRow | undefined;
967
- GetParentRows(relationName: string): DataRow[];
968
- GetParentRows(relationName: string, version: DataRowVersion): DataRow[];
969
- GetParentRows(relation: DataRelation): DataRow[];
970
- GetParentRows(relation: DataRelation, version: DataRowVersion): DataRow[];
964
+ GetParentRow(relationName: string | null): DataRow | null;
965
+ GetParentRow(relationName: string | null, version: DataRowVersion): DataRow | null;
966
+ GetParentRow(relation: DataRelation | null): DataRow | null;
967
+ GetParentRow(relation: DataRelation | null, version: DataRowVersion): DataRow | null;
968
+ GetParentRows(relationName: string | null): DataRow[];
969
+ GetParentRows(relationName: string | null, version: DataRowVersion): DataRow[];
970
+ GetParentRows(relation: DataRelation | null): DataRow[];
971
+ GetParentRows(relation: DataRelation | null, version: DataRowVersion): DataRow[];
971
972
  HasVersion(version: DataRowVersion): boolean;
972
973
  IsNull(columnIndex: int): boolean;
973
974
  IsNull(columnName: string): boolean;
974
975
  IsNull(column: DataColumn): boolean;
975
976
  IsNull(column: DataColumn, version: DataRowVersion): boolean;
976
977
  RejectChanges(): void;
977
- set_Item(columnIndex: int, value: unknown): void;
978
- set_Item(columnName: string, value: unknown): void;
979
- set_Item(column: DataColumn, value: unknown): void;
978
+ set_Item(columnIndex: int, value: JsValue): void;
979
+ set_Item(columnName: string, value: JsValue): void;
980
+ set_Item(column: DataColumn, value: JsValue): void;
980
981
  SetAdded(): void;
981
- SetColumnError(columnIndex: int, error: string): void;
982
- SetColumnError(columnName: string, error: string): void;
983
- SetColumnError(column: DataColumn, error: string): void;
982
+ SetColumnError(columnIndex: int, error: string | null): void;
983
+ SetColumnError(columnName: string, error: string | null): void;
984
+ SetColumnError(column: DataColumn, error: string | null): void;
984
985
  SetModified(): void;
985
- SetParentRow(parentRow: DataRow): void;
986
- SetParentRow(parentRow: DataRow, relation: DataRelation): void;
986
+ SetParentRow(parentRow: DataRow | null): void;
987
+ SetParentRow(parentRow: DataRow | null, relation: DataRelation | null): void;
987
988
  }
988
989
 
989
990
 
@@ -1028,16 +1029,16 @@ export interface DataRowCollection$instance extends InternalDataCollectionBase$i
1028
1029
 
1029
1030
  readonly Count: int;
1030
1031
  Add(row: DataRow): void;
1031
- Add(...values: unknown[]): DataRow;
1032
+ Add(...values: (JsValue | null)[]): DataRow;
1032
1033
  Clear(): void;
1033
- Contains(key: unknown): boolean;
1034
- Contains(keys: unknown[]): boolean;
1034
+ Contains(key: JsValue | null): boolean;
1035
+ Contains(keys: (JsValue | null)[]): boolean;
1035
1036
  CopyTo(ar: ClrArray, index: int): void;
1036
1037
  CopyTo(array: DataRow[], index: int): void;
1037
- Find(key: unknown): DataRow | undefined;
1038
- Find(keys: unknown[]): DataRow | undefined;
1038
+ Find(key: JsValue | null): DataRow | null;
1039
+ Find(keys: (JsValue | null)[]): DataRow | null;
1039
1040
  GetEnumerator(): IEnumerator;
1040
- IndexOf(row: DataRow): int;
1041
+ IndexOf(row: DataRow | null): int;
1041
1042
  InsertAt(row: DataRow, pos: int): void;
1042
1043
  Remove(row: DataRow): void;
1043
1044
  RemoveAt(index: int): void;
@@ -1061,15 +1062,15 @@ export interface DataRowComparer_1$instance<TRow extends DataRow> {
1061
1062
 
1062
1063
  readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
1063
1064
 
1064
- Equals(leftRow: TRow, rightRow: TRow): boolean;
1065
- Equals(obj: unknown): boolean;
1065
+ Equals(leftRow: TRow | null, rightRow: TRow | null): boolean;
1066
+ Equals(obj: JsValue | null): boolean;
1066
1067
  GetHashCode(row: TRow): int;
1067
1068
  GetHashCode(): int;
1068
1069
  }
1069
1070
 
1070
1071
 
1071
1072
  export const DataRowComparer_1: {
1072
- readonly Default: unknown;
1073
+ readonly Default: <TRow extends DataRow>() => DataRowComparer_1<TRow>;
1073
1074
  };
1074
1075
 
1075
1076
 
@@ -1101,12 +1102,12 @@ export interface DataRowView$instance extends INotifyPropertyChanged, System_Com
1101
1102
  CreateChildView(relationName: string): DataView;
1102
1103
  Delete(): void;
1103
1104
  EndEdit(): void;
1104
- Equals(other: unknown): boolean;
1105
- get_Item(ndx: int): unknown;
1106
- get_Item(property: string): unknown;
1105
+ Equals(other: JsValue | null): boolean;
1106
+ get_Item(ndx: int): JsValue;
1107
+ get_Item(property: string): JsValue;
1107
1108
  GetHashCode(): int;
1108
- set_Item(ndx: int, value: unknown): void;
1109
- set_Item(property: string, value: unknown): void;
1109
+ set_Item(ndx: int, value: JsValue): void;
1110
+ set_Item(property: string, value: JsValue): void;
1110
1111
  }
1111
1112
 
1112
1113
 
@@ -1148,8 +1149,8 @@ export interface DataSet$instance extends MarshalByValueComponent, System_Compon
1148
1149
  readonly Relations: DataRelationCollection;
1149
1150
  RemotingFormat: SerializationFormat;
1150
1151
  SchemaSerializationMode: SchemaSerializationMode;
1151
- get Site(): ISite | undefined;
1152
- set Site(value: ISite | undefined);
1152
+ get Site(): ISite | null;
1153
+ set Site(value: ISite | null);
1153
1154
  readonly Tables: DataTableCollection;
1154
1155
  AcceptChanges(): void;
1155
1156
  BeginInit(): void;
@@ -1159,20 +1160,20 @@ export interface DataSet$instance extends MarshalByValueComponent, System_Compon
1159
1160
  CreateDataReader(): DataTableReader;
1160
1161
  CreateDataReader(...dataTables: DataTable[]): DataTableReader;
1161
1162
  EndInit(): void;
1162
- GetChanges(): DataSet | undefined;
1163
- GetChanges(rowStates: DataRowState): DataSet | undefined;
1163
+ GetChanges(): DataSet | null;
1164
+ GetChanges(rowStates: DataRowState): DataSet | null;
1164
1165
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1165
- GetSchemaSerializable(): XmlSchema | undefined;
1166
+ GetSchemaSerializable(): XmlSchema | null;
1166
1167
  GetXml(): string;
1167
1168
  GetXmlSchema(): string;
1168
1169
  HasChanges(): boolean;
1169
1170
  HasChanges(rowStates: DataRowState): boolean;
1170
- InferXmlSchema(reader: XmlReader, nsArray: string[]): void;
1171
- InferXmlSchema(stream: Stream, nsArray: string[]): void;
1172
- InferXmlSchema(reader: TextReader, nsArray: string[]): void;
1173
- InferXmlSchema(fileName: string, nsArray: string[]): void;
1171
+ InferXmlSchema(reader: XmlReader | null, nsArray: string[] | null): void;
1172
+ InferXmlSchema(stream: Stream | null, nsArray: string[] | null): void;
1173
+ InferXmlSchema(reader: TextReader | null, nsArray: string[] | null): void;
1174
+ InferXmlSchema(fileName: string, nsArray: string[] | null): void;
1174
1175
  InitializeDerivedDataSet(): void;
1175
- Load(reader: IDataReader, loadOption: LoadOption, errorHandler: FillErrorEventHandler, ...tables: DataTable[]): void;
1176
+ Load(reader: IDataReader, loadOption: LoadOption, errorHandler: FillErrorEventHandler | null, ...tables: DataTable[]): void;
1176
1177
  Load(reader: IDataReader, loadOption: LoadOption, ...tables: DataTable[]): void;
1177
1178
  Load(reader: IDataReader, loadOption: LoadOption, ...tables: string[]): void;
1178
1179
  Merge(dataSet: DataSet): void;
@@ -1185,46 +1186,46 @@ export interface DataSet$instance extends MarshalByValueComponent, System_Compon
1185
1186
  OnPropertyChanging(pcevent: PropertyChangedEventArgs): void;
1186
1187
  OnRemoveRelation(relation: DataRelation): void;
1187
1188
  OnRemoveTable(table: DataTable): void;
1188
- ReadXml(reader: XmlReader): XmlReadMode;
1189
- ReadXml(stream: Stream): XmlReadMode;
1190
- ReadXml(reader: TextReader): XmlReadMode;
1189
+ ReadXml(reader: XmlReader | null): XmlReadMode;
1190
+ ReadXml(stream: Stream | null): XmlReadMode;
1191
+ ReadXml(reader: TextReader | null): XmlReadMode;
1191
1192
  ReadXml(fileName: string): XmlReadMode;
1192
- ReadXml(reader: XmlReader, mode: XmlReadMode): XmlReadMode;
1193
- ReadXml(stream: Stream, mode: XmlReadMode): XmlReadMode;
1194
- ReadXml(reader: TextReader, mode: XmlReadMode): XmlReadMode;
1193
+ ReadXml(reader: XmlReader | null, mode: XmlReadMode): XmlReadMode;
1194
+ ReadXml(stream: Stream | null, mode: XmlReadMode): XmlReadMode;
1195
+ ReadXml(reader: TextReader | null, mode: XmlReadMode): XmlReadMode;
1195
1196
  ReadXml(fileName: string, mode: XmlReadMode): XmlReadMode;
1196
- ReadXmlSchema(reader: XmlReader): void;
1197
- ReadXmlSchema(stream: Stream): void;
1198
- ReadXmlSchema(reader: TextReader): void;
1197
+ ReadXmlSchema(reader: XmlReader | null): void;
1198
+ ReadXmlSchema(stream: Stream | null): void;
1199
+ ReadXmlSchema(reader: TextReader | null): void;
1199
1200
  ReadXmlSchema(fileName: string): void;
1200
1201
  ReadXmlSerializable(reader: XmlReader): void;
1201
1202
  RejectChanges(): void;
1202
1203
  Reset(): void;
1203
1204
  ShouldSerializeRelations(): boolean;
1204
1205
  ShouldSerializeTables(): boolean;
1205
- WriteXml(stream: Stream): void;
1206
- WriteXml(writer: TextWriter): void;
1207
- WriteXml(writer: XmlWriter): void;
1206
+ WriteXml(stream: Stream | null): void;
1207
+ WriteXml(writer: TextWriter | null): void;
1208
+ WriteXml(writer: XmlWriter | null): void;
1208
1209
  WriteXml(fileName: string): void;
1209
- WriteXml(stream: Stream, mode: XmlWriteMode): void;
1210
- WriteXml(writer: TextWriter, mode: XmlWriteMode): void;
1211
- WriteXml(writer: XmlWriter, mode: XmlWriteMode): void;
1210
+ WriteXml(stream: Stream | null, mode: XmlWriteMode): void;
1211
+ WriteXml(writer: TextWriter | null, mode: XmlWriteMode): void;
1212
+ WriteXml(writer: XmlWriter | null, mode: XmlWriteMode): void;
1212
1213
  WriteXml(fileName: string, mode: XmlWriteMode): void;
1213
- WriteXmlSchema(stream: Stream): void;
1214
- WriteXmlSchema(stream: Stream, multipleTargetConverter: Converter_2<Type, System_Internal.String>): void;
1214
+ WriteXmlSchema(stream: Stream | null): void;
1215
+ WriteXmlSchema(stream: Stream | null, multipleTargetConverter: Converter_2<Type, System_Internal.String>): void;
1215
1216
  WriteXmlSchema(fileName: string): void;
1216
1217
  WriteXmlSchema(fileName: string, multipleTargetConverter: Converter_2<Type, System_Internal.String>): void;
1217
- WriteXmlSchema(writer: TextWriter): void;
1218
- WriteXmlSchema(writer: TextWriter, multipleTargetConverter: Converter_2<Type, System_Internal.String>): void;
1219
- WriteXmlSchema(writer: XmlWriter): void;
1220
- WriteXmlSchema(writer: XmlWriter, multipleTargetConverter: Converter_2<Type, System_Internal.String>): void;
1218
+ WriteXmlSchema(writer: TextWriter | null): void;
1219
+ WriteXmlSchema(writer: TextWriter | null, multipleTargetConverter: Converter_2<Type, System_Internal.String>): void;
1220
+ WriteXmlSchema(writer: XmlWriter | null): void;
1221
+ WriteXmlSchema(writer: XmlWriter | null, multipleTargetConverter: Converter_2<Type, System_Internal.String>): void;
1221
1222
  }
1222
1223
 
1223
1224
 
1224
1225
  export const DataSet: {
1225
1226
  new(): DataSet;
1226
1227
  new(dataSetName: string): DataSet;
1227
- GetDataSetSchema(schemaSet: XmlSchemaSet): XmlSchemaComplexType;
1228
+ GetDataSetSchema(schemaSet: XmlSchemaSet | null): XmlSchemaComplexType;
1228
1229
  };
1229
1230
 
1230
1231
 
@@ -1272,7 +1273,7 @@ export interface DataTable$instance extends MarshalByValueComponent, System_Comp
1272
1273
  readonly ChildRelations: DataRelationCollection;
1273
1274
  readonly Columns: DataColumnCollection;
1274
1275
  readonly Constraints: ConstraintCollection;
1275
- readonly DataSet: DataSet | undefined;
1276
+ readonly DataSet: DataSet | null;
1276
1277
  readonly DefaultView: DataView;
1277
1278
  DisplayExpression: string;
1278
1279
  readonly ExtendedProperties: PropertyCollection;
@@ -1286,32 +1287,32 @@ export interface DataTable$instance extends MarshalByValueComponent, System_Comp
1286
1287
  PrimaryKey: DataColumn[];
1287
1288
  RemotingFormat: SerializationFormat;
1288
1289
  readonly Rows: DataRowCollection;
1289
- get Site(): ISite | undefined;
1290
- set Site(value: ISite | undefined);
1290
+ get Site(): ISite | null;
1291
+ set Site(value: ISite | null);
1291
1292
  TableName: string;
1292
1293
  AcceptChanges(): void;
1293
1294
  BeginInit(): void;
1294
1295
  BeginLoadData(): void;
1295
1296
  Clear(): void;
1296
1297
  Clone(): DataTable;
1297
- Compute(expression: string, filter: string): unknown;
1298
+ Compute(expression: string | null, filter: string | null): JsValue;
1298
1299
  Copy(): DataTable;
1299
1300
  CreateDataReader(): DataTableReader;
1300
1301
  CreateInstance(): DataTable;
1301
1302
  EndInit(): void;
1302
1303
  EndLoadData(): void;
1303
- GetChanges(): DataTable | undefined;
1304
- GetChanges(rowStates: DataRowState): DataTable | undefined;
1304
+ GetChanges(): DataTable | null;
1305
+ GetChanges(rowStates: DataRowState): DataTable | null;
1305
1306
  GetErrors(): DataRow[];
1306
1307
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1307
1308
  GetRowType(): Type;
1308
- GetSchema(): XmlSchema | undefined;
1309
- ImportRow(row: DataRow): void;
1309
+ GetSchema(): XmlSchema | null;
1310
+ ImportRow(row: DataRow | null): void;
1310
1311
  Load(reader: IDataReader): void;
1311
1312
  Load(reader: IDataReader, loadOption: LoadOption): void;
1312
- Load(reader: IDataReader, loadOption: LoadOption, errorHandler: FillErrorEventHandler): void;
1313
- LoadDataRow(values: unknown[], fAcceptChanges: boolean): DataRow;
1314
- LoadDataRow(values: unknown[], loadOption: LoadOption): DataRow;
1313
+ Load(reader: IDataReader, loadOption: LoadOption, errorHandler: FillErrorEventHandler | null): void;
1314
+ LoadDataRow(values: (JsValue | null)[], fAcceptChanges: boolean): DataRow;
1315
+ LoadDataRow(values: (JsValue | null)[], loadOption: LoadOption): DataRow;
1315
1316
  Merge(table: DataTable): void;
1316
1317
  Merge(table: DataTable, preserveChanges: boolean): void;
1317
1318
  Merge(table: DataTable, preserveChanges: boolean, missingSchemaAction: MissingSchemaAction): void;
@@ -1328,44 +1329,44 @@ export interface DataTable$instance extends MarshalByValueComponent, System_Comp
1328
1329
  OnTableCleared(e: DataTableClearEventArgs): void;
1329
1330
  OnTableClearing(e: DataTableClearEventArgs): void;
1330
1331
  OnTableNewRow(e: DataTableNewRowEventArgs): void;
1331
- ReadXml(stream: Stream): XmlReadMode;
1332
- ReadXml(reader: TextReader): XmlReadMode;
1332
+ ReadXml(stream: Stream | null): XmlReadMode;
1333
+ ReadXml(reader: TextReader | null): XmlReadMode;
1333
1334
  ReadXml(fileName: string): XmlReadMode;
1334
- ReadXml(reader: XmlReader): XmlReadMode;
1335
- ReadXmlSchema(stream: Stream): void;
1336
- ReadXmlSchema(reader: TextReader): void;
1335
+ ReadXml(reader: XmlReader | null): XmlReadMode;
1336
+ ReadXmlSchema(stream: Stream | null): void;
1337
+ ReadXmlSchema(reader: TextReader | null): void;
1337
1338
  ReadXmlSchema(fileName: string): void;
1338
- ReadXmlSchema(reader: XmlReader): void;
1339
- ReadXmlSerializable(reader: XmlReader): void;
1339
+ ReadXmlSchema(reader: XmlReader | null): void;
1340
+ ReadXmlSerializable(reader: XmlReader | null): void;
1340
1341
  RejectChanges(): void;
1341
1342
  Reset(): void;
1342
1343
  Select(): DataRow[];
1343
- Select(filterExpression: string): DataRow[];
1344
- Select(filterExpression: string, sort: string): DataRow[];
1345
- Select(filterExpression: string, sort: string, recordStates: DataViewRowState): DataRow[];
1344
+ Select(filterExpression: string | null): DataRow[];
1345
+ Select(filterExpression: string | null, sort: string | null): DataRow[];
1346
+ Select(filterExpression: string | null, sort: string | null, recordStates: DataViewRowState): DataRow[];
1346
1347
  ToString(): string;
1347
- WriteXml(stream: Stream): void;
1348
- WriteXml(stream: Stream, writeHierarchy: boolean): void;
1349
- WriteXml(writer: TextWriter): void;
1350
- WriteXml(writer: TextWriter, writeHierarchy: boolean): void;
1351
- WriteXml(writer: XmlWriter): void;
1352
- WriteXml(writer: XmlWriter, writeHierarchy: boolean): void;
1348
+ WriteXml(stream: Stream | null): void;
1349
+ WriteXml(stream: Stream | null, writeHierarchy: boolean): void;
1350
+ WriteXml(writer: TextWriter | null): void;
1351
+ WriteXml(writer: TextWriter | null, writeHierarchy: boolean): void;
1352
+ WriteXml(writer: XmlWriter | null): void;
1353
+ WriteXml(writer: XmlWriter | null, writeHierarchy: boolean): void;
1353
1354
  WriteXml(fileName: string): void;
1354
1355
  WriteXml(fileName: string, writeHierarchy: boolean): void;
1355
- WriteXml(stream: Stream, mode: XmlWriteMode): void;
1356
- WriteXml(stream: Stream, mode: XmlWriteMode, writeHierarchy: boolean): void;
1357
- WriteXml(writer: TextWriter, mode: XmlWriteMode): void;
1358
- WriteXml(writer: TextWriter, mode: XmlWriteMode, writeHierarchy: boolean): void;
1359
- WriteXml(writer: XmlWriter, mode: XmlWriteMode): void;
1360
- WriteXml(writer: XmlWriter, mode: XmlWriteMode, writeHierarchy: boolean): void;
1356
+ WriteXml(stream: Stream | null, mode: XmlWriteMode): void;
1357
+ WriteXml(stream: Stream | null, mode: XmlWriteMode, writeHierarchy: boolean): void;
1358
+ WriteXml(writer: TextWriter | null, mode: XmlWriteMode): void;
1359
+ WriteXml(writer: TextWriter | null, mode: XmlWriteMode, writeHierarchy: boolean): void;
1360
+ WriteXml(writer: XmlWriter | null, mode: XmlWriteMode): void;
1361
+ WriteXml(writer: XmlWriter | null, mode: XmlWriteMode, writeHierarchy: boolean): void;
1361
1362
  WriteXml(fileName: string, mode: XmlWriteMode): void;
1362
1363
  WriteXml(fileName: string, mode: XmlWriteMode, writeHierarchy: boolean): void;
1363
- WriteXmlSchema(stream: Stream): void;
1364
- WriteXmlSchema(stream: Stream, writeHierarchy: boolean): void;
1365
- WriteXmlSchema(writer: TextWriter): void;
1366
- WriteXmlSchema(writer: TextWriter, writeHierarchy: boolean): void;
1367
- WriteXmlSchema(writer: XmlWriter): void;
1368
- WriteXmlSchema(writer: XmlWriter, writeHierarchy: boolean): void;
1364
+ WriteXmlSchema(stream: Stream | null): void;
1365
+ WriteXmlSchema(stream: Stream | null, writeHierarchy: boolean): void;
1366
+ WriteXmlSchema(writer: TextWriter | null): void;
1367
+ WriteXmlSchema(writer: TextWriter | null, writeHierarchy: boolean): void;
1368
+ WriteXmlSchema(writer: XmlWriter | null): void;
1369
+ WriteXmlSchema(writer: XmlWriter | null, writeHierarchy: boolean): void;
1369
1370
  WriteXmlSchema(fileName: string): void;
1370
1371
  WriteXmlSchema(fileName: string, writeHierarchy: boolean): void;
1371
1372
  }
@@ -1373,9 +1374,9 @@ export interface DataTable$instance extends MarshalByValueComponent, System_Comp
1373
1374
 
1374
1375
  export const DataTable: {
1375
1376
  new(): DataTable;
1376
- new(tableName: string): DataTable;
1377
- new(tableName: string, tableNamespace: string): DataTable;
1378
- GetDataTableSchema(schemaSet: XmlSchemaSet): XmlSchemaComplexType;
1377
+ new(tableName: string | null): DataTable;
1378
+ new(tableName: string | null, tableNamespace: string | null): DataTable;
1379
+ GetDataTableSchema(schemaSet: XmlSchemaSet | null): XmlSchemaComplexType;
1379
1380
  };
1380
1381
 
1381
1382
 
@@ -1417,21 +1418,21 @@ export interface DataTableCollection$instance extends InternalDataCollectionBase
1417
1418
 
1418
1419
  readonly List: ArrayList;
1419
1420
  Add(table: DataTable): void;
1420
- Add(name: string): DataTable;
1421
- Add(name: string, tableNamespace: string): DataTable;
1421
+ Add(name: string | null): DataTable;
1422
+ Add(name: string | null, tableNamespace: string | null): DataTable;
1422
1423
  Add(): DataTable;
1423
- AddRange(tables: DataTable[]): void;
1424
- CanRemove(table: DataTable): boolean;
1424
+ AddRange(tables: (DataTable | null)[] | null): void;
1425
+ CanRemove(table: DataTable | null): boolean;
1425
1426
  Clear(): void;
1426
- Contains(name: string): boolean;
1427
+ Contains(name: string | null): boolean;
1427
1428
  Contains(name: string, tableNamespace: string): boolean;
1428
1429
  CopyTo(array: DataTable[], index: int): void;
1429
1430
  CopyTo(ar: ClrArray, index: int): void;
1430
1431
  get_Item(index: int): DataTable;
1431
- get_Item(name: string): DataTable | undefined;
1432
- get_Item(name: string, tableNamespace: string): DataTable | undefined;
1433
- IndexOf(table: DataTable): int;
1434
- IndexOf(tableName: string): int;
1432
+ get_Item(name: string | null): DataTable | null;
1433
+ get_Item(name: string | null, tableNamespace: string): DataTable | null;
1434
+ IndexOf(table: DataTable | null): int;
1435
+ IndexOf(tableName: string | null): int;
1435
1436
  IndexOf(tableName: string, tableNamespace: string): int;
1436
1437
  Remove(table: DataTable): void;
1437
1438
  Remove(name: string): void;
@@ -1481,13 +1482,13 @@ export interface DataTableReader$instance extends DbDataReader, System_Internal.
1481
1482
  readonly IsClosed: boolean;
1482
1483
  readonly RecordsAffected: int;
1483
1484
  Close(): void;
1484
- get_Item(ordinal: int): unknown;
1485
- get_Item(name: string): unknown;
1485
+ get_Item(ordinal: int): JsValue;
1486
+ get_Item(name: string): JsValue;
1486
1487
  GetBoolean(ordinal: int): boolean;
1487
1488
  GetByte(ordinal: int): byte;
1488
- GetBytes(ordinal: int, dataIndex: long, buffer: byte[], bufferIndex: int, length: int): long;
1489
+ GetBytes(ordinal: int, dataIndex: long, buffer: byte[] | null, bufferIndex: int, length: int): long;
1489
1490
  GetChar(ordinal: int): char;
1490
- GetChars(ordinal: int, dataIndex: long, buffer: char[], bufferIndex: int, length: int): long;
1491
+ GetChars(ordinal: int, dataIndex: long, buffer: char[] | null, bufferIndex: int, length: int): long;
1491
1492
  GetDataTypeName(ordinal: int): string;
1492
1493
  GetDateTime(ordinal: int): DateTime;
1493
1494
  GetDecimal(ordinal: int): decimal;
@@ -1502,12 +1503,12 @@ export interface DataTableReader$instance extends DbDataReader, System_Internal.
1502
1503
  GetName(ordinal: int): string;
1503
1504
  GetOrdinal(name: string): int;
1504
1505
  GetProviderSpecificFieldType(ordinal: int): Type;
1505
- GetProviderSpecificValue(ordinal: int): unknown;
1506
- GetProviderSpecificValues(values: unknown[]): int;
1506
+ GetProviderSpecificValue(ordinal: int): JsValue;
1507
+ GetProviderSpecificValues(values: JsValue[]): int;
1507
1508
  GetSchemaTable(): DataTable;
1508
1509
  GetString(ordinal: int): string;
1509
- GetValue(ordinal: int): unknown;
1510
- GetValues(values: unknown[]): int;
1510
+ GetValue(ordinal: int): JsValue;
1511
+ GetValues(values: JsValue[]): int;
1511
1512
  IsDBNull(ordinal: int): boolean;
1512
1513
  NextResult(): boolean;
1513
1514
  Read(): boolean;
@@ -1551,43 +1552,43 @@ export interface DataView$instance extends MarshalByValueComponent, System_Compo
1551
1552
  AllowNew: boolean;
1552
1553
  ApplyDefaultSort: boolean;
1553
1554
  readonly Count: int;
1554
- readonly DataViewManager: DataViewManager | undefined;
1555
+ readonly DataViewManager: DataViewManager | null;
1555
1556
  readonly IsInitialized: boolean;
1556
- get RowFilter(): string | undefined;
1557
- set RowFilter(value: string | undefined);
1557
+ get RowFilter(): string | null;
1558
+ set RowFilter(value: string | null);
1558
1559
  RowStateFilter: DataViewRowState;
1559
1560
  Sort: string;
1560
- get Table(): DataTable | undefined;
1561
- set Table(value: DataTable | undefined);
1561
+ get Table(): DataTable | null;
1562
+ set Table(value: DataTable | null);
1562
1563
  AddNew(): DataRowView;
1563
1564
  BeginInit(): void;
1564
- ColumnCollectionChanged(sender: unknown, e: CollectionChangeEventArgs): void;
1565
+ ColumnCollectionChanged(sender: JsValue | null, e: CollectionChangeEventArgs): void;
1565
1566
  CopyTo(array: ClrArray, index: int): void;
1566
1567
  Delete(index: int): void;
1567
1568
  Dispose(disposing: boolean): void;
1568
1569
  Dispose(): void;
1569
1570
  EndInit(): void;
1570
- Equals(view: DataView): boolean;
1571
- Equals(obj: unknown): boolean;
1572
- Find(key: unknown): int;
1573
- Find(key: unknown[]): int;
1574
- FindRows(key: unknown): DataRowView[];
1575
- FindRows(key: unknown[]): DataRowView[];
1571
+ Equals(view: DataView | null): boolean;
1572
+ Equals(obj: JsValue | null): boolean;
1573
+ Find(key: JsValue | null): int;
1574
+ Find(key: (JsValue | null)[]): int;
1575
+ FindRows(key: JsValue | null): DataRowView[];
1576
+ FindRows(key: (JsValue | null)[]): DataRowView[];
1576
1577
  GetEnumerator(): IEnumerator;
1577
- IndexListChanged(sender: unknown, e: ListChangedEventArgs): void;
1578
+ IndexListChanged(sender: JsValue, e: ListChangedEventArgs): void;
1578
1579
  OnListChanged(e: ListChangedEventArgs): void;
1579
1580
  ToTable(): DataTable;
1580
- ToTable(tableName: string): DataTable;
1581
+ ToTable(tableName: string | null): DataTable;
1581
1582
  ToTable(distinct: boolean, ...columnNames: string[]): DataTable;
1582
- ToTable(tableName: string, distinct: boolean, ...columnNames: string[]): DataTable;
1583
+ ToTable(tableName: string | null, distinct: boolean, ...columnNames: string[]): DataTable;
1583
1584
  UpdateIndex(force: boolean): void;
1584
1585
  }
1585
1586
 
1586
1587
 
1587
1588
  export const DataView: {
1588
1589
  new(): DataView;
1589
- new(table: DataTable): DataView;
1590
- new(table: DataTable, RowFilter: string, Sort: string, RowState: DataViewRowState): DataView;
1590
+ new(table: DataTable | null): DataView;
1591
+ new(table: DataTable, RowFilter: string | null, Sort: string | null, RowState: DataViewRowState): DataView;
1591
1592
  };
1592
1593
 
1593
1594
 
@@ -1620,20 +1621,20 @@ export interface DataViewManager$instance extends MarshalByValueComponent, Syste
1620
1621
  readonly __tsonic_iface_System_IDisposable: never;
1621
1622
  readonly __tsonic_iface_System_IServiceProvider: never;
1622
1623
 
1623
- get DataSet(): DataSet | undefined;
1624
- set DataSet(value: DataSet | undefined);
1624
+ get DataSet(): DataSet | null;
1625
+ set DataSet(value: DataSet | null);
1625
1626
  DataViewSettingCollectionString: string;
1626
1627
  readonly DataViewSettings: DataViewSettingCollection;
1627
1628
  CreateDataView(table: DataTable): DataView;
1628
1629
  OnListChanged(e: ListChangedEventArgs): void;
1629
- RelationCollectionChanged(sender: unknown, e: CollectionChangeEventArgs): void;
1630
- TableCollectionChanged(sender: unknown, e: CollectionChangeEventArgs): void;
1630
+ RelationCollectionChanged(sender: JsValue | null, e: CollectionChangeEventArgs): void;
1631
+ TableCollectionChanged(sender: JsValue | null, e: CollectionChangeEventArgs): void;
1631
1632
  }
1632
1633
 
1633
1634
 
1634
1635
  export const DataViewManager: {
1635
1636
  new(): DataViewManager;
1636
- new(dataSet: DataSet): DataViewManager;
1637
+ new(dataSet: DataSet | null): DataViewManager;
1637
1638
  };
1638
1639
 
1639
1640
 
@@ -1655,11 +1656,11 @@ export interface DataViewSetting$instance {
1655
1656
  readonly __tsonic_type_System_Data_DataViewSetting: never;
1656
1657
 
1657
1658
  ApplyDefaultSort: boolean;
1658
- readonly DataViewManager: DataViewManager | undefined;
1659
+ readonly DataViewManager: DataViewManager | null;
1659
1660
  RowFilter: string;
1660
1661
  RowStateFilter: DataViewRowState;
1661
1662
  Sort: string;
1662
- readonly Table: DataTable | undefined;
1663
+ readonly Table: DataTable | null;
1663
1664
  }
1664
1665
 
1665
1666
 
@@ -1678,15 +1679,15 @@ export interface DataViewSettingCollection$instance {
1678
1679
  readonly Count: int;
1679
1680
  readonly IsReadOnly: boolean;
1680
1681
  readonly IsSynchronized: boolean;
1681
- readonly SyncRoot: unknown;
1682
+ readonly SyncRoot: JsValue;
1682
1683
  CopyTo(ar: ClrArray, index: int): void;
1683
1684
  CopyTo(ar: DataViewSetting[], index: int): void;
1684
1685
  get_Item(table: DataTable): DataViewSetting;
1685
- get_Item(tableName: string): DataViewSetting | undefined;
1686
- get_Item(index: int): DataViewSetting | undefined;
1686
+ get_Item(tableName: string): DataViewSetting | null;
1687
+ get_Item(index: int): DataViewSetting | null;
1687
1688
  GetEnumerator(): IEnumerator;
1688
1689
  set_Item(table: DataTable, value: DataViewSetting): void;
1689
- set_Item(index: int, value: DataViewSetting | undefined): void;
1690
+ set_Item(index: int, value: DataViewSetting | null): void;
1690
1691
  }
1691
1692
 
1692
1693
 
@@ -1707,8 +1708,8 @@ export interface DBConcurrencyException$instance extends SystemException {
1707
1708
 
1708
1709
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1709
1710
 
1710
- get Row(): DataRow | undefined;
1711
- set Row(value: DataRow | undefined);
1711
+ get Row(): DataRow | null;
1712
+ set Row(value: DataRow | null);
1712
1713
  readonly RowCount: int;
1713
1714
  CopyToRows(array: DataRow[]): void;
1714
1715
  CopyToRows(array: DataRow[], arrayIndex: int): void;
@@ -1718,9 +1719,9 @@ export interface DBConcurrencyException$instance extends SystemException {
1718
1719
 
1719
1720
  export const DBConcurrencyException: {
1720
1721
  new(): DBConcurrencyException;
1721
- new(message: string): DBConcurrencyException;
1722
- new(message: string, inner: Exception): DBConcurrencyException;
1723
- new(message: string, inner: Exception, dataRows: DataRow[]): DBConcurrencyException;
1722
+ new(message: string | null): DBConcurrencyException;
1723
+ new(message: string | null, inner: Exception | null): DBConcurrencyException;
1724
+ new(message: string | null, inner: Exception | null, dataRows: DataRow[] | null): DBConcurrencyException;
1724
1725
  };
1725
1726
 
1726
1727
 
@@ -1741,8 +1742,8 @@ export interface DeletedRowInaccessibleException$instance extends DataException$
1741
1742
 
1742
1743
  export const DeletedRowInaccessibleException: {
1743
1744
  new(): DeletedRowInaccessibleException;
1744
- new(s: string): DeletedRowInaccessibleException;
1745
- new(message: string, innerException: Exception): DeletedRowInaccessibleException;
1745
+ new(s: string | null): DeletedRowInaccessibleException;
1746
+ new(message: string | null, innerException: Exception | null): DeletedRowInaccessibleException;
1746
1747
  };
1747
1748
 
1748
1749
 
@@ -1763,8 +1764,8 @@ export interface DuplicateNameException$instance extends DataException$instance,
1763
1764
 
1764
1765
  export const DuplicateNameException: {
1765
1766
  new(): DuplicateNameException;
1766
- new(s: string): DuplicateNameException;
1767
- new(message: string, innerException: Exception): DuplicateNameException;
1767
+ new(s: string | null): DuplicateNameException;
1768
+ new(message: string | null, innerException: Exception | null): DuplicateNameException;
1768
1769
  };
1769
1770
 
1770
1771
 
@@ -1826,8 +1827,8 @@ export interface EvaluateException$instance extends InvalidExpressionException$i
1826
1827
 
1827
1828
  export const EvaluateException: {
1828
1829
  new(): EvaluateException;
1829
- new(s: string): EvaluateException;
1830
- new(message: string, innerException: Exception): EvaluateException;
1830
+ new(s: string | null): EvaluateException;
1831
+ new(message: string | null, innerException: Exception | null): EvaluateException;
1831
1832
  };
1832
1833
 
1833
1834
 
@@ -1842,15 +1843,15 @@ export interface FillErrorEventArgs$instance extends EventArgs {
1842
1843
  readonly __tsonic_type_System_Data_FillErrorEventArgs: never;
1843
1844
 
1844
1845
  Continue: boolean;
1845
- readonly DataTable: DataTable | undefined;
1846
- get Errors(): Exception | undefined;
1847
- set Errors(value: Exception | undefined);
1848
- readonly Values: (unknown | undefined)[];
1846
+ readonly DataTable: DataTable | null;
1847
+ get Errors(): Exception | null;
1848
+ set Errors(value: Exception | null);
1849
+ readonly Values: (JsValue | null)[];
1849
1850
  }
1850
1851
 
1851
1852
 
1852
1853
  export const FillErrorEventArgs: {
1853
- new(dataTable: DataTable, values: unknown[]): FillErrorEventArgs;
1854
+ new(dataTable: DataTable | null, values: (JsValue | null)[] | null): FillErrorEventArgs;
1854
1855
  };
1855
1856
 
1856
1857
 
@@ -1864,20 +1865,20 @@ export interface ForeignKeyConstraint$instance extends Constraint {
1864
1865
  DeleteRule: Rule;
1865
1866
  readonly RelatedColumns: DataColumn[];
1866
1867
  readonly RelatedTable: DataTable;
1867
- readonly Table: DataTable | undefined;
1868
+ readonly Table: DataTable | null;
1868
1869
  UpdateRule: Rule;
1869
- Equals(key: unknown): boolean;
1870
+ Equals(key: JsValue | null): boolean;
1870
1871
  GetHashCode(): int;
1871
1872
  }
1872
1873
 
1873
1874
 
1874
1875
  export const ForeignKeyConstraint: {
1875
1876
  new(parentColumn: DataColumn, childColumn: DataColumn): ForeignKeyConstraint;
1876
- new(constraintName: string, parentColumn: DataColumn, childColumn: DataColumn): ForeignKeyConstraint;
1877
+ new(constraintName: string | null, parentColumn: DataColumn, childColumn: DataColumn): ForeignKeyConstraint;
1877
1878
  new(parentColumns: DataColumn[], childColumns: DataColumn[]): ForeignKeyConstraint;
1878
- new(constraintName: string, parentColumns: DataColumn[], childColumns: DataColumn[]): ForeignKeyConstraint;
1879
- new(constraintName: string, parentTableName: string, parentColumnNames: string[], childColumnNames: string[], acceptRejectRule: AcceptRejectRule, deleteRule: Rule, updateRule: Rule): ForeignKeyConstraint;
1880
- new(constraintName: string, parentTableName: string, parentTableNamespace: string, parentColumnNames: string[], childColumnNames: string[], acceptRejectRule: AcceptRejectRule, deleteRule: Rule, updateRule: Rule): ForeignKeyConstraint;
1879
+ new(constraintName: string | null, parentColumns: DataColumn[], childColumns: DataColumn[]): ForeignKeyConstraint;
1880
+ new(constraintName: string | null, parentTableName: string | null, parentColumnNames: string[], childColumnNames: string[], acceptRejectRule: AcceptRejectRule, deleteRule: Rule, updateRule: Rule): ForeignKeyConstraint;
1881
+ new(constraintName: string | null, parentTableName: string | null, parentTableNamespace: string | null, parentColumnNames: string[], childColumnNames: string[], acceptRejectRule: AcceptRejectRule, deleteRule: Rule, updateRule: Rule): ForeignKeyConstraint;
1881
1882
  };
1882
1883
 
1883
1884
 
@@ -1893,8 +1894,8 @@ export interface InRowChangingEventException$instance extends DataException$inst
1893
1894
 
1894
1895
  export const InRowChangingEventException: {
1895
1896
  new(): InRowChangingEventException;
1896
- new(s: string): InRowChangingEventException;
1897
- new(message: string, innerException: Exception): InRowChangingEventException;
1897
+ new(s: string | null): InRowChangingEventException;
1898
+ new(message: string | null, innerException: Exception | null): InRowChangingEventException;
1898
1899
  };
1899
1900
 
1900
1901
 
@@ -1915,7 +1916,7 @@ export interface InternalDataCollectionBase$instance {
1915
1916
  readonly IsReadOnly: boolean;
1916
1917
  readonly IsSynchronized: boolean;
1917
1918
  readonly List: ArrayList;
1918
- readonly SyncRoot: unknown;
1919
+ readonly SyncRoot: JsValue;
1919
1920
  CopyTo(ar: ClrArray, index: int): void;
1920
1921
  GetEnumerator(): IEnumerator;
1921
1922
  }
@@ -1944,8 +1945,8 @@ export interface InvalidConstraintException$instance extends DataException$insta
1944
1945
 
1945
1946
  export const InvalidConstraintException: {
1946
1947
  new(): InvalidConstraintException;
1947
- new(s: string): InvalidConstraintException;
1948
- new(message: string, innerException: Exception): InvalidConstraintException;
1948
+ new(s: string | null): InvalidConstraintException;
1949
+ new(message: string | null, innerException: Exception | null): InvalidConstraintException;
1949
1950
  };
1950
1951
 
1951
1952
 
@@ -1966,8 +1967,8 @@ export interface InvalidExpressionException$instance extends DataException$insta
1966
1967
 
1967
1968
  export const InvalidExpressionException: {
1968
1969
  new(): InvalidExpressionException;
1969
- new(s: string): InvalidExpressionException;
1970
- new(message: string, innerException: Exception): InvalidExpressionException;
1970
+ new(s: string | null): InvalidExpressionException;
1971
+ new(message: string | null, innerException: Exception | null): InvalidExpressionException;
1971
1972
  };
1972
1973
 
1973
1974
 
@@ -1982,12 +1983,12 @@ export interface MergeFailedEventArgs$instance extends EventArgs {
1982
1983
  readonly __tsonic_type_System_Data_MergeFailedEventArgs: never;
1983
1984
 
1984
1985
  readonly Conflict: string;
1985
- readonly Table: DataTable | undefined;
1986
+ readonly Table: DataTable | null;
1986
1987
  }
1987
1988
 
1988
1989
 
1989
1990
  export const MergeFailedEventArgs: {
1990
- new(table: DataTable, conflict: string): MergeFailedEventArgs;
1991
+ new(table: DataTable | null, conflict: string): MergeFailedEventArgs;
1991
1992
  };
1992
1993
 
1993
1994
 
@@ -2003,8 +2004,8 @@ export interface MissingPrimaryKeyException$instance extends DataException$insta
2003
2004
 
2004
2005
  export const MissingPrimaryKeyException: {
2005
2006
  new(): MissingPrimaryKeyException;
2006
- new(s: string): MissingPrimaryKeyException;
2007
- new(message: string, innerException: Exception): MissingPrimaryKeyException;
2007
+ new(s: string | null): MissingPrimaryKeyException;
2008
+ new(message: string | null, innerException: Exception | null): MissingPrimaryKeyException;
2008
2009
  };
2009
2010
 
2010
2011
 
@@ -2025,8 +2026,8 @@ export interface NoNullAllowedException$instance extends DataException$instance,
2025
2026
 
2026
2027
  export const NoNullAllowedException: {
2027
2028
  new(): NoNullAllowedException;
2028
- new(s: string): NoNullAllowedException;
2029
- new(message: string, innerException: Exception): NoNullAllowedException;
2029
+ new(s: string | null): NoNullAllowedException;
2030
+ new(message: string | null, innerException: Exception | null): NoNullAllowedException;
2030
2031
  };
2031
2032
 
2032
2033
 
@@ -2068,7 +2069,7 @@ export interface PropertyCollection$instance extends Hashtable, System_Runtime_S
2068
2069
  readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
2069
2070
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
2070
2071
 
2071
- Clone(): unknown;
2072
+ Clone(): JsValue;
2072
2073
  }
2073
2074
 
2074
2075
 
@@ -2099,8 +2100,8 @@ export interface ReadOnlyException$instance extends DataException$instance, Syst
2099
2100
 
2100
2101
  export const ReadOnlyException: {
2101
2102
  new(): ReadOnlyException;
2102
- new(s: string): ReadOnlyException;
2103
- new(message: string, innerException: Exception): ReadOnlyException;
2103
+ new(s: string | null): ReadOnlyException;
2104
+ new(message: string | null, innerException: Exception | null): ReadOnlyException;
2104
2105
  };
2105
2106
 
2106
2107
 
@@ -2121,8 +2122,8 @@ export interface RowNotInTableException$instance extends DataException$instance,
2121
2122
 
2122
2123
  export const RowNotInTableException: {
2123
2124
  new(): RowNotInTableException;
2124
- new(s: string): RowNotInTableException;
2125
- new(message: string, innerException: Exception): RowNotInTableException;
2125
+ new(s: string | null): RowNotInTableException;
2126
+ new(message: string | null, innerException: Exception | null): RowNotInTableException;
2126
2127
  };
2127
2128
 
2128
2129
 
@@ -2172,8 +2173,8 @@ export interface StrongTypingException$instance extends DataException$instance,
2172
2173
 
2173
2174
  export const StrongTypingException: {
2174
2175
  new(): StrongTypingException;
2175
- new(message: string): StrongTypingException;
2176
- new(s: string, innerException: Exception): StrongTypingException;
2176
+ new(message: string | null): StrongTypingException;
2177
+ new(s: string | null, innerException: Exception | null): StrongTypingException;
2177
2178
  };
2178
2179
 
2179
2180
 
@@ -2194,8 +2195,8 @@ export interface SyntaxErrorException$instance extends InvalidExpressionExceptio
2194
2195
 
2195
2196
  export const SyntaxErrorException: {
2196
2197
  new(): SyntaxErrorException;
2197
- new(s: string): SyntaxErrorException;
2198
- new(message: string, innerException: Exception): SyntaxErrorException;
2198
+ new(s: string | null): SyntaxErrorException;
2199
+ new(message: string | null, innerException: Exception | null): SyntaxErrorException;
2199
2200
  };
2200
2201
 
2201
2202
 
@@ -2250,21 +2251,21 @@ export interface UniqueConstraint$instance extends Constraint {
2250
2251
 
2251
2252
  readonly Columns: DataColumn[];
2252
2253
  readonly IsPrimaryKey: boolean;
2253
- readonly Table: DataTable | undefined;
2254
- Equals(key2: unknown): boolean;
2254
+ readonly Table: DataTable | null;
2255
+ Equals(key2: JsValue | null): boolean;
2255
2256
  GetHashCode(): int;
2256
2257
  }
2257
2258
 
2258
2259
 
2259
2260
  export const UniqueConstraint: {
2260
- new(name: string, column: DataColumn): UniqueConstraint;
2261
+ new(name: string | null, column: DataColumn): UniqueConstraint;
2261
2262
  new(column: DataColumn): UniqueConstraint;
2262
- new(name: string, columns: DataColumn[]): UniqueConstraint;
2263
+ new(name: string | null, columns: DataColumn[]): UniqueConstraint;
2263
2264
  new(columns: DataColumn[]): UniqueConstraint;
2264
- new(name: string, columnNames: string[], isPrimaryKey: boolean): UniqueConstraint;
2265
- new(name: string, column: DataColumn, isPrimaryKey: boolean): UniqueConstraint;
2265
+ new(name: string | null, columnNames: string[] | null, isPrimaryKey: boolean): UniqueConstraint;
2266
+ new(name: string | null, column: DataColumn, isPrimaryKey: boolean): UniqueConstraint;
2266
2267
  new(column: DataColumn, isPrimaryKey: boolean): UniqueConstraint;
2267
- new(name: string, columns: DataColumn[], isPrimaryKey: boolean): UniqueConstraint;
2268
+ new(name: string | null, columns: DataColumn[], isPrimaryKey: boolean): UniqueConstraint;
2268
2269
  new(columns: DataColumn[], isPrimaryKey: boolean): UniqueConstraint;
2269
2270
  };
2270
2271
 
@@ -2281,8 +2282,8 @@ export interface VersionNotFoundException$instance extends DataException$instanc
2281
2282
 
2282
2283
  export const VersionNotFoundException: {
2283
2284
  new(): VersionNotFoundException;
2284
- new(s: string): VersionNotFoundException;
2285
- new(message: string, innerException: Exception): VersionNotFoundException;
2285
+ new(s: string | null): VersionNotFoundException;
2286
+ new(message: string | null, innerException: Exception | null): VersionNotFoundException;
2286
2287
  };
2287
2288
 
2288
2289
 
@@ -2313,11 +2314,11 @@ export abstract class DataReaderExtensions$instance {
2313
2314
  static GetInt32(reader: DbDataReader, name: string): int;
2314
2315
  static GetInt64(reader: DbDataReader, name: string): long;
2315
2316
  static GetProviderSpecificFieldType(reader: DbDataReader, name: string): Type;
2316
- static GetProviderSpecificValue(reader: DbDataReader, name: string): unknown;
2317
+ static GetProviderSpecificValue(reader: DbDataReader, name: string): JsValue;
2317
2318
  static GetStream(reader: DbDataReader, name: string): Stream;
2318
2319
  static GetString(reader: DbDataReader, name: string): string;
2319
2320
  static GetTextReader(reader: DbDataReader, name: string): TextReader;
2320
- static GetValue(reader: DbDataReader, name: string): unknown;
2321
+ static GetValue(reader: DbDataReader, name: string): JsValue;
2321
2322
  static IsDBNull(reader: DbDataReader, name: string): boolean;
2322
2323
  static IsDBNullAsync(reader: DbDataReader, name: string, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
2323
2324
  }
@@ -2333,15 +2334,15 @@ export abstract class DataRowComparer$instance {
2333
2334
  export type DataRowComparer = DataRowComparer$instance;
2334
2335
 
2335
2336
  export abstract class DataRowExtensions$instance {
2336
- static Field<T>(row: DataRow, column: DataColumn, version: DataRowVersion): T | undefined;
2337
- static Field<T>(row: DataRow, column: DataColumn): T | undefined;
2338
- static Field<T>(row: DataRow, columnIndex: int, version: DataRowVersion): T | undefined;
2339
- static Field<T>(row: DataRow, columnIndex: int): T | undefined;
2340
- static Field<T>(row: DataRow, columnName: string, version: DataRowVersion): T | undefined;
2341
- static Field<T>(row: DataRow, columnName: string): T | undefined;
2342
- static SetField<T>(row: DataRow, column: DataColumn, value: T): void;
2343
- static SetField<T>(row: DataRow, columnIndex: int, value: T): void;
2344
- static SetField<T>(row: DataRow, columnName: string, value: T): void;
2337
+ static Field<T>(row: DataRow, column: DataColumn, version: DataRowVersion): T | null;
2338
+ static Field<T>(row: DataRow, column: DataColumn): T | null;
2339
+ static Field<T>(row: DataRow, columnIndex: int, version: DataRowVersion): T | null;
2340
+ static Field<T>(row: DataRow, columnIndex: int): T | null;
2341
+ static Field<T>(row: DataRow, columnName: string, version: DataRowVersion): T | null;
2342
+ static Field<T>(row: DataRow, columnName: string): T | null;
2343
+ static SetField<T>(row: DataRow, column: DataColumn, value: T | null): void;
2344
+ static SetField<T>(row: DataRow, columnIndex: int, value: T | null): void;
2345
+ static SetField<T>(row: DataRow, columnName: string, value: T | null): void;
2345
2346
  }
2346
2347
 
2347
2348
 
@@ -2351,7 +2352,7 @@ export abstract class DataTableExtensions$instance {
2351
2352
  static AsDataView<T extends DataRow>(source: EnumerableRowCollection_1<T>): DataView;
2352
2353
  static AsDataView(table: DataTable): DataView;
2353
2354
  static AsEnumerable(source: DataTable): EnumerableRowCollection_1<DataRow>;
2354
- static CopyToDataTable<T extends DataRow>(source: IEnumerable_1<T>, table: DataTable, options: LoadOption, errorHandler: FillErrorEventHandler): void;
2355
+ static CopyToDataTable<T extends DataRow>(source: IEnumerable_1<T>, table: DataTable, options: LoadOption, errorHandler: FillErrorEventHandler | null): void;
2355
2356
  static CopyToDataTable<T extends DataRow>(source: IEnumerable_1<T>, table: DataTable, options: LoadOption): void;
2356
2357
  static CopyToDataTable<T extends DataRow>(source: IEnumerable_1<T>): DataTable;
2357
2358
  }
@@ -2378,7 +2379,7 @@ export type EnumerableRowCollectionExtensions = EnumerableRowCollectionExtension
2378
2379
 
2379
2380
  export abstract class TypedTableBaseExtensions$instance {
2380
2381
  static AsEnumerable<TRow extends DataRow>(source: TypedTableBase_1<TRow>): EnumerableRowCollection_1<TRow>;
2381
- static ElementAtOrDefault<TRow extends DataRow>(source: TypedTableBase_1<TRow>, index: int): TRow | undefined;
2382
+ static ElementAtOrDefault<TRow extends DataRow>(source: TypedTableBase_1<TRow>, index: int): TRow | null;
2382
2383
  static OrderBy<TRow extends DataRow, TKey>(source: TypedTableBase_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
2383
2384
  static OrderBy<TRow extends DataRow, TKey>(source: TypedTableBase_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
2384
2385
  static OrderByDescending<TRow extends DataRow, TKey>(source: TypedTableBase_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;