@tsonic/dotnet 10.0.40 → 10.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/bindings.json +5 -5
- package/Internal/internal/index.d.ts +4 -3
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +5 -7
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +3 -5
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -3
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +83 -104
- package/System/bindings.json +1858 -2297
- package/System/internal/index.d.ts +1972 -2010
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +56 -58
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +31 -30
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +90 -92
- package/System.Collections.Concurrent/bindings.json +311 -311
- package/System.Collections.Concurrent/internal/index.d.ts +83 -85
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +490 -648
- package/System.Collections.Frozen/internal/index.d.ts +95 -109
- package/System.Collections.Frozen.d.ts +18 -2
- package/System.Collections.Generic/bindings.json +9628 -14043
- package/System.Collections.Generic/internal/index.d.ts +632 -827
- package/System.Collections.Generic.d.ts +20 -16
- package/System.Collections.Immutable/bindings.json +6134 -9214
- package/System.Collections.Immutable/internal/index.d.ts +414 -502
- package/System.Collections.Immutable.d.ts +58 -17
- package/System.Collections.ObjectModel/bindings.json +328 -850
- package/System.Collections.ObjectModel/internal/index.d.ts +42 -62
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -202
- package/System.Collections.Specialized/internal/index.d.ts +72 -85
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +271 -210
- package/System.ComponentModel/internal/index.d.ts +562 -547
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +126 -125
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +40 -310
- package/System.ComponentModel.Design/internal/index.d.ts +85 -93
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +42 -41
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +5 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +128 -125
- package/System.Data/internal/index.d.ts +341 -340
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +135 -136
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +55 -54
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +6324 -6509
- package/System.Diagnostics/internal/index.d.ts +435 -437
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +23 -25
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +82 -84
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +11 -10
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +291 -231
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +6 -1
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +35 -36
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +30 -37
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +35 -37
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +183 -185
- package/System.IO.Compression/internal/index.d.ts +33 -35
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +402 -402
- package/System.IO.Enumeration/internal/index.d.ts +21 -23
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +16 -15
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.IO.Pipes.d.ts +4 -0
- package/System.IO.d.ts +4 -0
- package/System.Linq/bindings.json +22 -22
- package/System.Linq/internal/index.d.ts +705 -705
- package/System.Linq.Expressions/internal/index.d.ts +219 -195
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Linq.Expressions.Interpreter.d.ts +4 -0
- package/System.Linq.Expressions.d.ts +6 -2
- package/System.Linq.d.ts +18 -14
- package/System.Net/bindings.json +131 -131
- package/System.Net/internal/index.d.ts +276 -278
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +36 -200
- package/System.Net.Http.Headers/internal/index.d.ts +114 -128
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Http.Metrics.d.ts +4 -0
- package/System.Net.Http.d.ts +5 -1
- package/System.Net.Mail/bindings.json +96 -96
- package/System.Net.Mail/internal/index.d.ts +78 -80
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +11 -10
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +90 -92
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +13 -12
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +49 -48
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +547 -119
- package/System.Numerics/internal/index.d.ts +302 -304
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +257 -259
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +114 -114
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +535 -3018
- package/System.Reflection.Metadata/internal/index.d.ts +188 -369
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +16 -18
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -12
- package/System.Reflection.PortableExecutable.d.ts +5 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +11 -10
- package/System.Runtime.CompilerServices/bindings.json +962 -1160
- package/System.Runtime.CompilerServices/internal/index.d.ts +280 -304
- package/System.Runtime.CompilerServices.d.ts +30 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +666 -666
- package/System.Runtime.InteropServices/internal/index.d.ts +250 -252
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +22 -24
- package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
- package/System.Runtime.InteropServices.Java/bindings.json +12 -12
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -5
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +70 -72
- package/System.Runtime.InteropServices.JavaScript.d.ts +14 -28
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2422 -2422
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +317 -319
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +151 -151
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +16 -18
- package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
- package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +5 -7
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +515 -517
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +124 -126
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +28 -30
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +8 -7
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters.d.ts +4 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Serialization.Json.d.ts +4 -0
- package/System.Runtime.Serialization.d.ts +4 -0
- package/System.Runtime.Versioning/bindings.json +13 -13
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Runtime.Versioning.d.ts +4 -0
- package/System.Runtime.d.ts +4 -0
- package/System.Security/bindings.json +5 -5
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +137 -33
- package/System.Security.AccessControl/internal/index.d.ts +62 -61
- package/System.Security.AccessControl.d.ts +13 -8
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
- package/System.Security.Authentication.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +509 -509
- package/System.Security.Cryptography/internal/index.d.ts +268 -269
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -374
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +96 -103
- package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Permissions.d.ts +4 -0
- package/System.Security.Policy/bindings.json +5 -5
- package/System.Security.Policy/internal/index.d.ts +9 -8
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +30 -29
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +1577 -1577
- package/System.Text/internal/index.d.ts +121 -123
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +143 -161
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +63 -65
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +37 -39
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +120 -119
- package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
- package/System.Text.Json.Serialization.d.ts +10 -6
- package/System.Text.Json.d.ts +4 -0
- package/System.Text.RegularExpressions/bindings.json +414 -578
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -62
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +61 -61
- package/System.Threading/internal/index.d.ts +156 -158
- package/System.Threading.Channels/internal/index.d.ts +31 -33
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +142 -39
- package/System.Threading.Tasks/internal/index.d.ts +250 -247
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +121 -122
- package/System.Threading.Tasks.Dataflow.d.ts +18 -14
- package/System.Threading.Tasks.Sources/bindings.json +9 -9
- package/System.Threading.Tasks.Sources/internal/index.d.ts +11 -10
- package/System.Threading.Tasks.Sources.d.ts +6 -2
- package/System.Threading.Tasks.d.ts +12 -8
- package/System.Threading.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +376 -378
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +101 -100
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +100 -100
- package/System.Xml.Schema/internal/index.d.ts +231 -230
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +250 -57
- package/System.Xml.Serialization/internal/index.d.ts +274 -242
- package/System.Xml.Serialization.d.ts +6 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +37 -36
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +50 -49
- package/System.Xml.Xsl.Runtime/bindings.json +74 -71
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +38 -40
- package/System.Xml.Xsl.Runtime.d.ts +4 -0
- package/System.Xml.Xsl.d.ts +4 -0
- package/System.Xml.d.ts +4 -0
- package/System.d.ts +126 -122
- package/__internal/extensions/index.d.ts +1335 -1338
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Data
|
|
3
3
|
// Assembly: System.Data.Common
|
|
4
4
|
|
|
5
|
-
//
|
|
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 { 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";
|
|
@@ -354,21 +355,21 @@ export interface IColumnMappingCollection$instance extends IList, ICollection, I
|
|
|
354
355
|
readonly SyncRoot: unknown;
|
|
355
356
|
readonly IsSynchronized: boolean;
|
|
356
357
|
Add(sourceColumnName: string, dataSetColumnName: string): IColumnMapping;
|
|
357
|
-
Add(value: unknown): int;
|
|
358
|
+
Add(value: unknown | 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: unknown | null): boolean;
|
|
361
362
|
CopyTo(array: ClrArray, index: int): void;
|
|
362
|
-
get_Item2(index: int): unknown |
|
|
363
|
+
get_Item2(index: int): unknown | null;
|
|
363
364
|
get_Item2(index: string): unknown;
|
|
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: unknown | null): void;
|
|
369
|
+
Remove(value: unknown | null): void;
|
|
369
370
|
RemoveAt(sourceColumnName: string): void;
|
|
370
371
|
RemoveAt(index: int): void;
|
|
371
|
-
set_Item2(index: int, value: unknown |
|
|
372
|
+
set_Item2(index: int, value: unknown | null): void;
|
|
372
373
|
set_Item2(index: string, value: unknown): void;
|
|
373
374
|
}
|
|
374
375
|
|
|
@@ -398,8 +399,8 @@ export interface IDataParameter$instance {
|
|
|
398
399
|
ParameterName: string;
|
|
399
400
|
SourceColumn: string;
|
|
400
401
|
SourceVersion: DataRowVersion;
|
|
401
|
-
get Value(): unknown |
|
|
402
|
-
set Value(value: unknown |
|
|
402
|
+
get Value(): unknown | null;
|
|
403
|
+
set Value(value: unknown | null);
|
|
403
404
|
}
|
|
404
405
|
|
|
405
406
|
|
|
@@ -413,20 +414,20 @@ export interface IDataParameterCollection$instance extends IList, ICollection, I
|
|
|
413
414
|
readonly Count: int;
|
|
414
415
|
readonly SyncRoot: unknown;
|
|
415
416
|
readonly IsSynchronized: boolean;
|
|
416
|
-
Add(value: unknown): int;
|
|
417
|
+
Add(value: unknown | null): int;
|
|
417
418
|
Clear(): void;
|
|
418
419
|
Contains(parameterName: string): boolean;
|
|
419
|
-
Contains(value: unknown): boolean;
|
|
420
|
+
Contains(value: unknown | null): boolean;
|
|
420
421
|
CopyTo(array: ClrArray, index: int): void;
|
|
421
|
-
get_Item2(index: int): unknown |
|
|
422
|
+
get_Item2(index: int): unknown | null;
|
|
422
423
|
get_Item2(parameterName: string): unknown;
|
|
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: unknown | null): void;
|
|
427
|
+
Remove(value: unknown | null): void;
|
|
427
428
|
RemoveAt(parameterName: string): void;
|
|
428
429
|
RemoveAt(index: int): void;
|
|
429
|
-
set_Item2(index: int, value: unknown |
|
|
430
|
+
set_Item2(index: int, value: unknown | null): void;
|
|
430
431
|
set_Item2(parameterName: string, value: unknown): void;
|
|
431
432
|
}
|
|
432
433
|
|
|
@@ -445,9 +446,9 @@ export interface IDataReader$instance extends IDisposable, IDataRecord {
|
|
|
445
446
|
get_Item(name: string): unknown;
|
|
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,7 +461,7 @@ 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 |
|
|
464
|
+
GetSchemaTable(): DataTable | null;
|
|
464
465
|
GetValue(i: int): unknown;
|
|
465
466
|
GetValues(values: unknown[]): int;
|
|
466
467
|
NextResult(): boolean;
|
|
@@ -481,9 +482,9 @@ export interface IDataRecord$instance {
|
|
|
481
482
|
get_Item(name: string): unknown;
|
|
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;
|
|
@@ -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 |
|
|
510
|
-
set Connection(value: IDbConnection |
|
|
511
|
-
get Transaction(): IDbTransaction |
|
|
512
|
-
set Transaction(value: IDbTransaction |
|
|
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 |
|
|
523
|
+
ExecuteScalar(): unknown | 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 |
|
|
556
|
-
set SelectCommand(value: IDbCommand |
|
|
557
|
-
get InsertCommand(): IDbCommand |
|
|
558
|
-
set InsertCommand(value: IDbCommand |
|
|
559
|
-
get UpdateCommand(): IDbCommand |
|
|
560
|
-
set UpdateCommand(value: IDbCommand |
|
|
561
|
-
get DeleteCommand(): IDbCommand |
|
|
562
|
-
set DeleteCommand(value: IDbCommand |
|
|
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 |
|
|
589
|
-
set Value(value: unknown |
|
|
589
|
+
get Value(): unknown | null;
|
|
590
|
+
set Value(value: unknown | 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 |
|
|
601
|
+
readonly Connection: IDbConnection | null;
|
|
601
602
|
readonly IsolationLevel: IsolationLevel;
|
|
602
603
|
Commit(): void;
|
|
603
604
|
Dispose(): void;
|
|
@@ -628,21 +629,21 @@ export interface ITableMappingCollection$instance extends IList, ICollection, IE
|
|
|
628
629
|
readonly SyncRoot: unknown;
|
|
629
630
|
readonly IsSynchronized: boolean;
|
|
630
631
|
Add(sourceTableName: string, dataSetTableName: string): ITableMapping;
|
|
631
|
-
Add(value: unknown): int;
|
|
632
|
+
Add(value: unknown | 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: unknown | null): boolean;
|
|
635
636
|
CopyTo(array: ClrArray, index: int): void;
|
|
636
|
-
get_Item2(index: int): unknown |
|
|
637
|
+
get_Item2(index: int): unknown | null;
|
|
637
638
|
get_Item2(index: string): unknown;
|
|
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: unknown | null): void;
|
|
643
|
+
Remove(value: unknown | null): void;
|
|
643
644
|
RemoveAt(sourceTableName: string): void;
|
|
644
645
|
RemoveAt(index: int): void;
|
|
645
|
-
set_Item2(index: int, value: unknown |
|
|
646
|
+
set_Item2(index: int, value: unknown | null): void;
|
|
646
647
|
set_Item2(index: string, value: unknown): void;
|
|
647
648
|
}
|
|
648
649
|
|
|
@@ -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 |
|
|
656
|
+
readonly _DataSet: DataSet | null;
|
|
656
657
|
ConstraintName: string;
|
|
657
658
|
readonly ExtendedProperties: PropertyCollection;
|
|
658
|
-
readonly Table: DataTable |
|
|
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 |
|
|
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
|
|
|
@@ -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 |
|
|
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 |
|
|
785
|
-
get ProposedValue(): unknown |
|
|
786
|
-
set ProposedValue(value: unknown |
|
|
785
|
+
readonly Column: DataColumn | null;
|
|
786
|
+
get ProposedValue(): unknown | null;
|
|
787
|
+
set ProposedValue(value: unknown | 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: unknown | 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 |
|
|
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 |
|
|
865
|
+
readonly ChildKeyConstraint: ForeignKeyConstraint | null;
|
|
865
866
|
readonly ChildTable: DataTable;
|
|
866
|
-
readonly DataSet: DataSet |
|
|
867
|
+
readonly DataSet: DataSet | null;
|
|
867
868
|
readonly ExtendedProperties: PropertyCollection;
|
|
868
869
|
Nested: boolean;
|
|
869
870
|
readonly ParentColumns: DataColumn[];
|
|
870
|
-
readonly ParentKeyConstraint: UniqueConstraint |
|
|
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 |
|
|
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 |
|
|
940
|
+
ItemArray: (unknown | null)[];
|
|
940
941
|
RowError: string;
|
|
941
942
|
readonly RowState: DataRowState;
|
|
942
943
|
readonly Table: DataTable;
|
|
@@ -952,22 +953,22 @@ export interface DataRow$instance {
|
|
|
952
953
|
get_Item(columnIndex: int, version: DataRowVersion): unknown;
|
|
953
954
|
get_Item(columnName: string, version: DataRowVersion): unknown;
|
|
954
955
|
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[];
|
|
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 |
|
|
964
|
-
GetParentRow(relationName: string, version: DataRowVersion): DataRow |
|
|
965
|
-
GetParentRow(relation: DataRelation): DataRow |
|
|
966
|
-
GetParentRow(relation: DataRelation, version: DataRowVersion): DataRow |
|
|
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;
|
|
@@ -978,12 +979,12 @@ export interface DataRow$instance {
|
|
|
978
979
|
set_Item(columnName: string, value: unknown): void;
|
|
979
980
|
set_Item(column: DataColumn, value: unknown): 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: (unknown | null)[]): DataRow;
|
|
1032
1033
|
Clear(): void;
|
|
1033
|
-
Contains(key: unknown): boolean;
|
|
1034
|
-
Contains(keys: unknown[]): boolean;
|
|
1034
|
+
Contains(key: unknown | null): boolean;
|
|
1035
|
+
Contains(keys: (unknown | null)[]): boolean;
|
|
1035
1036
|
CopyTo(ar: ClrArray, index: int): void;
|
|
1036
1037
|
CopyTo(array: DataRow[], index: int): void;
|
|
1037
|
-
Find(key: unknown): DataRow |
|
|
1038
|
-
Find(keys: unknown[]): DataRow |
|
|
1038
|
+
Find(key: unknown | null): DataRow | null;
|
|
1039
|
+
Find(keys: (unknown | 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;
|
|
@@ -1056,28 +1057,28 @@ export interface __DataRowCollection$views {
|
|
|
1056
1057
|
export type DataRowCollection = DataRowCollection$instance & __DataRowCollection$views & { readonly [index: number]: DataRow; };
|
|
1057
1058
|
|
|
1058
1059
|
|
|
1059
|
-
export interface DataRowComparer_1$instance<TRow extends DataRow> {
|
|
1060
|
+
export interface DataRowComparer_1$instance<TRow extends unknown & DataRow> {
|
|
1060
1061
|
readonly __tsonic_type_System_Data_DataRowComparer_1: never;
|
|
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: unknown | 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 unknown & DataRow>() => DataRowComparer_1<TRow>;
|
|
1073
1074
|
};
|
|
1074
1075
|
|
|
1075
1076
|
|
|
1076
|
-
export interface __DataRowComparer_1$views<TRow extends DataRow> {
|
|
1077
|
+
export interface __DataRowComparer_1$views<TRow extends unknown & DataRow> {
|
|
1077
1078
|
As_IEqualityComparer_1(): System_Collections_Generic_Internal.IEqualityComparer_1$instance<TRow>;
|
|
1078
1079
|
}
|
|
1079
1080
|
|
|
1080
|
-
export type DataRowComparer_1<TRow extends DataRow> = DataRowComparer_1$instance<TRow> & __DataRowComparer_1$views<TRow>;
|
|
1081
|
+
export type DataRowComparer_1<TRow extends unknown & DataRow> = DataRowComparer_1$instance<TRow> & __DataRowComparer_1$views<TRow>;
|
|
1081
1082
|
|
|
1082
1083
|
|
|
1083
1084
|
export interface DataRowView$instance extends INotifyPropertyChanged, System_ComponentModel_Internal.ICustomTypeDescriptor$instance, System_ComponentModel_Internal.IDataErrorInfo$instance, System_ComponentModel_Internal.IEditableObject$instance, System_ComponentModel_Internal.INotifyPropertyChanged$instance {
|
|
@@ -1101,7 +1102,7 @@ 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
|
+
Equals(other: unknown | null): boolean;
|
|
1105
1106
|
get_Item(ndx: int): unknown;
|
|
1106
1107
|
get_Item(property: string): unknown;
|
|
1107
1108
|
GetHashCode(): int;
|
|
@@ -1123,7 +1124,7 @@ export interface __DataRowView$views {
|
|
|
1123
1124
|
export type DataRowView = DataRowView$instance & __DataRowView$views;
|
|
1124
1125
|
|
|
1125
1126
|
|
|
1126
|
-
export interface DataSet$instance extends MarshalByValueComponent, System_ComponentModel_Internal.IListSource$instance, System_Internal.IServiceProvider$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1127
|
+
export interface DataSet$instance extends MarshalByValueComponent, System_ComponentModel_Internal.IListSource$instance, System_ComponentModel_Internal.ISupportInitializeNotification$instance, System_Internal.IServiceProvider$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1127
1128
|
readonly __tsonic_type_System_Data_DataSet: never;
|
|
1128
1129
|
|
|
1129
1130
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
@@ -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 |
|
|
1152
|
-
set Site(value: ISite |
|
|
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 |
|
|
1163
|
-
GetChanges(rowStates: DataRowState): DataSet |
|
|
1163
|
+
GetChanges(): DataSet | null;
|
|
1164
|
+
GetChanges(rowStates: DataRowState): DataSet | null;
|
|
1164
1165
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1165
|
-
GetSchemaSerializable(): XmlSchema |
|
|
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
|
|
|
@@ -1256,7 +1257,7 @@ export const DataSysDescriptionAttribute: {
|
|
|
1256
1257
|
|
|
1257
1258
|
export type DataSysDescriptionAttribute = DataSysDescriptionAttribute$instance;
|
|
1258
1259
|
|
|
1259
|
-
export interface DataTable$instance extends MarshalByValueComponent, System_ComponentModel_Internal.IListSource$instance, System_Internal.IServiceProvider$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1260
|
+
export interface DataTable$instance extends MarshalByValueComponent, System_ComponentModel_Internal.IListSource$instance, System_ComponentModel_Internal.ISupportInitializeNotification$instance, System_Internal.IServiceProvider$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1260
1261
|
readonly __tsonic_type_System_Data_DataTable: never;
|
|
1261
1262
|
|
|
1262
1263
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
@@ -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 |
|
|
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 |
|
|
1290
|
-
set Site(value: ISite |
|
|
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): unknown;
|
|
1298
1299
|
Copy(): DataTable;
|
|
1299
1300
|
CreateDataReader(): DataTableReader;
|
|
1300
1301
|
CreateInstance(): DataTable;
|
|
1301
1302
|
EndInit(): void;
|
|
1302
1303
|
EndLoadData(): void;
|
|
1303
|
-
GetChanges(): DataTable |
|
|
1304
|
-
GetChanges(rowStates: DataRowState): DataTable |
|
|
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 |
|
|
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: (unknown | null)[], fAcceptChanges: boolean): DataRow;
|
|
1315
|
+
LoadDataRow(values: (unknown | 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 |
|
|
1432
|
-
get_Item(name: string, tableNamespace: string): DataTable |
|
|
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;
|
|
@@ -1485,9 +1486,9 @@ export interface DataTableReader$instance extends DbDataReader, System_Internal.
|
|
|
1485
1486
|
get_Item(name: string): unknown;
|
|
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;
|
|
@@ -1531,7 +1532,7 @@ export interface __DataTableReader$views {
|
|
|
1531
1532
|
export type DataTableReader = DataTableReader$instance & __DataTableReader$views;
|
|
1532
1533
|
|
|
1533
1534
|
|
|
1534
|
-
export interface DataView$instance extends MarshalByValueComponent, System_ComponentModel_Internal.ITypedList$instance, System_Internal.IServiceProvider$instance {
|
|
1535
|
+
export interface DataView$instance extends MarshalByValueComponent, System_ComponentModel_Internal.ISupportInitializeNotification$instance, System_ComponentModel_Internal.ITypedList$instance, System_Internal.IServiceProvider$instance {
|
|
1535
1536
|
readonly __tsonic_type_System_Data_DataView: never;
|
|
1536
1537
|
|
|
1537
1538
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
@@ -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 |
|
|
1555
|
+
readonly DataViewManager: DataViewManager | null;
|
|
1555
1556
|
readonly IsInitialized: boolean;
|
|
1556
|
-
get RowFilter(): string |
|
|
1557
|
-
set RowFilter(value: string |
|
|
1557
|
+
get RowFilter(): string | null;
|
|
1558
|
+
set RowFilter(value: string | null);
|
|
1558
1559
|
RowStateFilter: DataViewRowState;
|
|
1559
1560
|
Sort: string;
|
|
1560
|
-
get Table(): DataTable |
|
|
1561
|
-
set Table(value: DataTable |
|
|
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: unknown | 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: unknown | null): boolean;
|
|
1573
|
+
Find(key: unknown | null): int;
|
|
1574
|
+
Find(key: (unknown | null)[]): int;
|
|
1575
|
+
FindRows(key: unknown | null): DataRowView[];
|
|
1576
|
+
FindRows(key: (unknown | null)[]): DataRowView[];
|
|
1576
1577
|
GetEnumerator(): IEnumerator;
|
|
1577
1578
|
IndexListChanged(sender: unknown, 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 |
|
|
1624
|
-
set DataSet(value: DataSet |
|
|
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: unknown | null, e: CollectionChangeEventArgs): void;
|
|
1631
|
+
TableCollectionChanged(sender: unknown | 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 |
|
|
1659
|
+
readonly DataViewManager: DataViewManager | null;
|
|
1659
1660
|
RowFilter: string;
|
|
1660
1661
|
RowStateFilter: DataViewRowState;
|
|
1661
1662
|
Sort: string;
|
|
1662
|
-
readonly Table: DataTable |
|
|
1663
|
+
readonly Table: DataTable | null;
|
|
1663
1664
|
}
|
|
1664
1665
|
|
|
1665
1666
|
|
|
@@ -1682,11 +1683,11 @@ export interface DataViewSettingCollection$instance {
|
|
|
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 |
|
|
1686
|
-
get_Item(index: int): DataViewSetting |
|
|
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 |
|
|
1690
|
+
set_Item(index: int, value: DataViewSetting | null): void;
|
|
1690
1691
|
}
|
|
1691
1692
|
|
|
1692
1693
|
|
|
@@ -1702,13 +1703,13 @@ export interface __DataViewSettingCollection$views {
|
|
|
1702
1703
|
export type DataViewSettingCollection = DataViewSettingCollection$instance & __DataViewSettingCollection$views;
|
|
1703
1704
|
|
|
1704
1705
|
|
|
1705
|
-
export interface DBConcurrencyException$instance extends SystemException {
|
|
1706
|
+
export interface DBConcurrencyException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1706
1707
|
readonly __tsonic_type_System_Data_DBConcurrencyException: never;
|
|
1707
1708
|
|
|
1708
1709
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1709
1710
|
|
|
1710
|
-
get Row(): DataRow |
|
|
1711
|
-
set Row(value: DataRow |
|
|
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
|
|
|
@@ -1794,7 +1795,7 @@ export interface __EnumerableRowCollection$views {
|
|
|
1794
1795
|
export type EnumerableRowCollection = EnumerableRowCollection$instance & __EnumerableRowCollection$views;
|
|
1795
1796
|
|
|
1796
1797
|
|
|
1797
|
-
export interface EnumerableRowCollection_1$instance<TRow> extends EnumerableRowCollection$instance {
|
|
1798
|
+
export interface EnumerableRowCollection_1$instance<TRow extends unknown> extends EnumerableRowCollection$instance {
|
|
1798
1799
|
readonly __tsonic_type_System_Data_EnumerableRowCollection_1: never;
|
|
1799
1800
|
|
|
1800
1801
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -1808,12 +1809,12 @@ export const EnumerableRowCollection_1: {
|
|
|
1808
1809
|
};
|
|
1809
1810
|
|
|
1810
1811
|
|
|
1811
|
-
export interface __EnumerableRowCollection_1$views<TRow> {
|
|
1812
|
+
export interface __EnumerableRowCollection_1$views<TRow extends unknown> {
|
|
1812
1813
|
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<TRow>;
|
|
1813
1814
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1814
1815
|
}
|
|
1815
1816
|
|
|
1816
|
-
export type EnumerableRowCollection_1<TRow> = EnumerableRowCollection_1$instance<TRow> & __EnumerableRowCollection_1$views<TRow>;
|
|
1817
|
+
export type EnumerableRowCollection_1<TRow extends unknown> = EnumerableRowCollection_1$instance<TRow> & __EnumerableRowCollection_1$views<TRow>;
|
|
1817
1818
|
|
|
1818
1819
|
|
|
1819
1820
|
export interface EvaluateException$instance extends InvalidExpressionException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
@@ -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 |
|
|
1846
|
-
get Errors(): Exception |
|
|
1847
|
-
set Errors(value: Exception |
|
|
1848
|
-
readonly Values: (unknown |
|
|
1846
|
+
readonly DataTable: DataTable | null;
|
|
1847
|
+
get Errors(): Exception | null;
|
|
1848
|
+
set Errors(value: Exception | null);
|
|
1849
|
+
readonly Values: (unknown | 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: (unknown | 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 |
|
|
1868
|
+
readonly Table: DataTable | null;
|
|
1868
1869
|
UpdateRule: Rule;
|
|
1869
|
-
Equals(key: unknown): boolean;
|
|
1870
|
+
Equals(key: unknown | 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
|
|
|
@@ -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 |
|
|
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
|
|
|
@@ -2037,7 +2038,7 @@ export interface __NoNullAllowedException$views {
|
|
|
2037
2038
|
export type NoNullAllowedException = NoNullAllowedException$instance & __NoNullAllowedException$views;
|
|
2038
2039
|
|
|
2039
2040
|
|
|
2040
|
-
export interface OrderedEnumerableRowCollection_1$instance<TRow> extends EnumerableRowCollection_1$instance<TRow> {
|
|
2041
|
+
export interface OrderedEnumerableRowCollection_1$instance<TRow extends unknown> extends EnumerableRowCollection_1$instance<TRow> {
|
|
2041
2042
|
readonly __tsonic_type_System_Data_OrderedEnumerableRowCollection_1: never;
|
|
2042
2043
|
|
|
2043
2044
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -2050,15 +2051,15 @@ export const OrderedEnumerableRowCollection_1: {
|
|
|
2050
2051
|
};
|
|
2051
2052
|
|
|
2052
2053
|
|
|
2053
|
-
export interface __OrderedEnumerableRowCollection_1$views<TRow> {
|
|
2054
|
+
export interface __OrderedEnumerableRowCollection_1$views<TRow extends unknown> {
|
|
2054
2055
|
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<TRow>;
|
|
2055
2056
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
2056
2057
|
}
|
|
2057
2058
|
|
|
2058
|
-
export type OrderedEnumerableRowCollection_1<TRow> = OrderedEnumerableRowCollection_1$instance<TRow> & __OrderedEnumerableRowCollection_1$views<TRow>;
|
|
2059
|
+
export type OrderedEnumerableRowCollection_1<TRow extends unknown> = OrderedEnumerableRowCollection_1$instance<TRow> & __OrderedEnumerableRowCollection_1$views<TRow>;
|
|
2059
2060
|
|
|
2060
2061
|
|
|
2061
|
-
export interface PropertyCollection$instance extends Hashtable, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
2062
|
+
export interface PropertyCollection$instance extends Hashtable, System_Internal.ICloneable$instance, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
2062
2063
|
readonly __tsonic_type_System_Data_PropertyCollection: never;
|
|
2063
2064
|
|
|
2064
2065
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
@@ -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
|
|
|
@@ -2206,7 +2207,7 @@ export interface __SyntaxErrorException$views {
|
|
|
2206
2207
|
export type SyntaxErrorException = SyntaxErrorException$instance & __SyntaxErrorException$views;
|
|
2207
2208
|
|
|
2208
2209
|
|
|
2209
|
-
export interface TypedTableBase_1$instance<T extends DataRow> extends DataTable$instance, System_ComponentModel_Internal.IListSource$instance, System_Internal.IServiceProvider$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
2210
|
+
export interface TypedTableBase_1$instance<T extends unknown & DataRow> extends DataTable$instance, System_ComponentModel_Internal.IListSource$instance, System_ComponentModel_Internal.ISupportInitializeNotification$instance, System_Internal.IServiceProvider$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
2210
2211
|
readonly __tsonic_type_System_Data_TypedTableBase_1: never;
|
|
2211
2212
|
|
|
2212
2213
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -2220,16 +2221,16 @@ export interface TypedTableBase_1$instance<T extends DataRow> extends DataTable$
|
|
|
2220
2221
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
2221
2222
|
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
2222
2223
|
|
|
2223
|
-
Cast<TResult>(): EnumerableRowCollection_1<TResult>;
|
|
2224
|
+
Cast<TResult extends unknown>(): EnumerableRowCollection_1<TResult>;
|
|
2224
2225
|
GetEnumerator(): IEnumerator_1<T>;
|
|
2225
2226
|
}
|
|
2226
2227
|
|
|
2227
2228
|
|
|
2228
|
-
export const TypedTableBase_1: (abstract new<T extends DataRow>() => TypedTableBase_1<T>) & (abstract new<T extends DataRow>(info: SerializationInfo, context: StreamingContext) => TypedTableBase_1<T>) & {
|
|
2229
|
+
export const TypedTableBase_1: (abstract new<T extends unknown & DataRow>() => TypedTableBase_1<T>) & (abstract new<T extends unknown & DataRow>(info: SerializationInfo, context: StreamingContext) => TypedTableBase_1<T>) & {
|
|
2229
2230
|
};
|
|
2230
2231
|
|
|
2231
2232
|
|
|
2232
|
-
export interface __TypedTableBase_1$views<T extends DataRow> {
|
|
2233
|
+
export interface __TypedTableBase_1$views<T extends unknown & DataRow> {
|
|
2233
2234
|
As_IServiceProvider(): System_Internal.IServiceProvider$instance;
|
|
2234
2235
|
As_IComponent(): System_ComponentModel_Internal.IComponent$instance;
|
|
2235
2236
|
As_ISupportInitialize(): System_ComponentModel_Internal.ISupportInitialize$instance;
|
|
@@ -2242,7 +2243,7 @@ export interface __TypedTableBase_1$views<T extends DataRow> {
|
|
|
2242
2243
|
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
2243
2244
|
}
|
|
2244
2245
|
|
|
2245
|
-
export type TypedTableBase_1<T extends DataRow> = TypedTableBase_1$instance<T> & __TypedTableBase_1$views<T>;
|
|
2246
|
+
export type TypedTableBase_1<T extends unknown & DataRow> = TypedTableBase_1$instance<T> & __TypedTableBase_1$views<T>;
|
|
2246
2247
|
|
|
2247
2248
|
|
|
2248
2249
|
export interface UniqueConstraint$instance extends Constraint {
|
|
@@ -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 |
|
|
2254
|
-
Equals(key2: unknown): boolean;
|
|
2254
|
+
readonly Table: DataTable | null;
|
|
2255
|
+
Equals(key2: unknown | 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
|
|
|
@@ -2305,8 +2306,8 @@ export abstract class DataReaderExtensions$instance {
|
|
|
2305
2306
|
static GetDecimal(reader: DbDataReader, name: string): decimal;
|
|
2306
2307
|
static GetDouble(reader: DbDataReader, name: string): double;
|
|
2307
2308
|
static GetFieldType(reader: DbDataReader, name: string): Type;
|
|
2308
|
-
static GetFieldValue<T>(reader: DbDataReader, name: string): T;
|
|
2309
|
-
static GetFieldValueAsync<T>(reader: DbDataReader, name: string, cancellationToken?: CancellationToken): Task_1<T>;
|
|
2309
|
+
static GetFieldValue<T extends unknown>(reader: DbDataReader, name: string): T;
|
|
2310
|
+
static GetFieldValueAsync<T extends unknown>(reader: DbDataReader, name: string, cancellationToken?: CancellationToken): Task_1<T>;
|
|
2310
2311
|
static GetFloat(reader: DbDataReader, name: string): float;
|
|
2311
2312
|
static GetGuid(reader: DbDataReader, name: string): Guid;
|
|
2312
2313
|
static GetInt16(reader: DbDataReader, name: string): short;
|
|
@@ -2333,58 +2334,58 @@ 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 |
|
|
2337
|
-
static Field<T>(row: DataRow, column: DataColumn): T |
|
|
2338
|
-
static Field<T>(row: DataRow, columnIndex: int, version: DataRowVersion): T |
|
|
2339
|
-
static Field<T>(row: DataRow, columnIndex: int): T |
|
|
2340
|
-
static Field<T>(row: DataRow, columnName: string, version: DataRowVersion): T |
|
|
2341
|
-
static Field<T>(row: DataRow, columnName: string): T |
|
|
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 extends unknown>(row: DataRow, column: DataColumn, version: DataRowVersion): T | null;
|
|
2338
|
+
static Field<T extends unknown>(row: DataRow, column: DataColumn): T | null;
|
|
2339
|
+
static Field<T extends unknown>(row: DataRow, columnIndex: int, version: DataRowVersion): T | null;
|
|
2340
|
+
static Field<T extends unknown>(row: DataRow, columnIndex: int): T | null;
|
|
2341
|
+
static Field<T extends unknown>(row: DataRow, columnName: string, version: DataRowVersion): T | null;
|
|
2342
|
+
static Field<T extends unknown>(row: DataRow, columnName: string): T | null;
|
|
2343
|
+
static SetField<T extends unknown>(row: DataRow, column: DataColumn, value: T | null): void;
|
|
2344
|
+
static SetField<T extends unknown>(row: DataRow, columnIndex: int, value: T | null): void;
|
|
2345
|
+
static SetField<T extends unknown>(row: DataRow, columnName: string, value: T | null): void;
|
|
2345
2346
|
}
|
|
2346
2347
|
|
|
2347
2348
|
|
|
2348
2349
|
export type DataRowExtensions = DataRowExtensions$instance;
|
|
2349
2350
|
|
|
2350
2351
|
export abstract class DataTableExtensions$instance {
|
|
2351
|
-
static AsDataView<T extends DataRow>(source: EnumerableRowCollection_1<T>): DataView;
|
|
2352
|
+
static AsDataView<T extends unknown & 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): void;
|
|
2356
|
-
static CopyToDataTable<T extends DataRow>(source: IEnumerable_1<T>): DataTable;
|
|
2355
|
+
static CopyToDataTable<T extends unknown & DataRow>(source: IEnumerable_1<T>, table: DataTable, options: LoadOption, errorHandler: FillErrorEventHandler | null): void;
|
|
2356
|
+
static CopyToDataTable<T extends unknown & DataRow>(source: IEnumerable_1<T>, table: DataTable, options: LoadOption): void;
|
|
2357
|
+
static CopyToDataTable<T extends unknown & DataRow>(source: IEnumerable_1<T>): DataTable;
|
|
2357
2358
|
}
|
|
2358
2359
|
|
|
2359
2360
|
|
|
2360
2361
|
export type DataTableExtensions = DataTableExtensions$instance;
|
|
2361
2362
|
|
|
2362
2363
|
export abstract class EnumerableRowCollectionExtensions$instance {
|
|
2363
|
-
static Cast<TResult>(source: EnumerableRowCollection): EnumerableRowCollection_1<TResult>;
|
|
2364
|
-
static OrderBy<TRow, TKey>(source: EnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2365
|
-
static OrderBy<TRow, TKey>(source: EnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2366
|
-
static OrderByDescending<TRow, TKey>(source: EnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2367
|
-
static OrderByDescending<TRow, TKey>(source: EnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2368
|
-
static Select<TRow, S>(source: EnumerableRowCollection_1<TRow>, selector: Func_2<TRow, S>): EnumerableRowCollection_1<S>;
|
|
2369
|
-
static ThenBy<TRow, TKey>(source: OrderedEnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2370
|
-
static ThenBy<TRow, TKey>(source: OrderedEnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2371
|
-
static ThenByDescending<TRow, TKey>(source: OrderedEnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2372
|
-
static ThenByDescending<TRow, TKey>(source: OrderedEnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2373
|
-
static Where<TRow>(source: EnumerableRowCollection_1<TRow>, predicate: Func_2<TRow, System_Internal.Boolean>): EnumerableRowCollection_1<TRow>;
|
|
2364
|
+
static Cast<TResult extends unknown>(source: EnumerableRowCollection): EnumerableRowCollection_1<TResult>;
|
|
2365
|
+
static OrderBy<TRow extends unknown, TKey extends unknown>(source: EnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2366
|
+
static OrderBy<TRow extends unknown, TKey extends unknown>(source: EnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2367
|
+
static OrderByDescending<TRow extends unknown, TKey extends unknown>(source: EnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2368
|
+
static OrderByDescending<TRow extends unknown, TKey extends unknown>(source: EnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2369
|
+
static Select<TRow extends unknown, S extends unknown>(source: EnumerableRowCollection_1<TRow>, selector: Func_2<TRow, S>): EnumerableRowCollection_1<S>;
|
|
2370
|
+
static ThenBy<TRow extends unknown, TKey extends unknown>(source: OrderedEnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2371
|
+
static ThenBy<TRow extends unknown, TKey extends unknown>(source: OrderedEnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2372
|
+
static ThenByDescending<TRow extends unknown, TKey extends unknown>(source: OrderedEnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2373
|
+
static ThenByDescending<TRow extends unknown, TKey extends unknown>(source: OrderedEnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2374
|
+
static Where<TRow extends unknown>(source: EnumerableRowCollection_1<TRow>, predicate: Func_2<TRow, System_Internal.Boolean>): EnumerableRowCollection_1<TRow>;
|
|
2374
2375
|
}
|
|
2375
2376
|
|
|
2376
2377
|
|
|
2377
2378
|
export type EnumerableRowCollectionExtensions = EnumerableRowCollectionExtensions$instance;
|
|
2378
2379
|
|
|
2379
2380
|
export abstract class TypedTableBaseExtensions$instance {
|
|
2380
|
-
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 |
|
|
2382
|
-
static OrderBy<TRow extends DataRow, TKey>(source: TypedTableBase_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2383
|
-
static OrderBy<TRow extends DataRow, TKey>(source: TypedTableBase_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2384
|
-
static OrderByDescending<TRow extends DataRow, TKey>(source: TypedTableBase_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2385
|
-
static OrderByDescending<TRow extends DataRow, TKey>(source: TypedTableBase_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2386
|
-
static Select<TRow extends DataRow, S>(source: TypedTableBase_1<TRow>, selector: Func_2<TRow, S>): EnumerableRowCollection_1<S>;
|
|
2387
|
-
static Where<TRow extends DataRow>(source: TypedTableBase_1<TRow>, predicate: Func_2<TRow, System_Internal.Boolean>): EnumerableRowCollection_1<TRow>;
|
|
2381
|
+
static AsEnumerable<TRow extends unknown & DataRow>(source: TypedTableBase_1<TRow>): EnumerableRowCollection_1<TRow>;
|
|
2382
|
+
static ElementAtOrDefault<TRow extends unknown & DataRow>(source: TypedTableBase_1<TRow>, index: int): TRow | null;
|
|
2383
|
+
static OrderBy<TRow extends unknown & DataRow, TKey extends unknown>(source: TypedTableBase_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2384
|
+
static OrderBy<TRow extends unknown & DataRow, TKey extends unknown>(source: TypedTableBase_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2385
|
+
static OrderByDescending<TRow extends unknown & DataRow, TKey extends unknown>(source: TypedTableBase_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2386
|
+
static OrderByDescending<TRow extends unknown & DataRow, TKey extends unknown>(source: TypedTableBase_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2387
|
+
static Select<TRow extends unknown & DataRow, S extends unknown>(source: TypedTableBase_1<TRow>, selector: Func_2<TRow, S>): EnumerableRowCollection_1<S>;
|
|
2388
|
+
static Where<TRow extends unknown & DataRow>(source: TypedTableBase_1<TRow>, predicate: Func_2<TRow, System_Internal.Boolean>): EnumerableRowCollection_1<TRow>;
|
|
2388
2389
|
}
|
|
2389
2390
|
|
|
2390
2391
|
|