@tsonic/dotnet 10.0.41 → 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 +1 -1
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +1 -1
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +51 -51
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +116 -116
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +9 -9
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +1 -1
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +8 -1
- package/System/bindings.json +204 -124
- package/System/internal/index.d.ts +1041 -1026
- package/System.Buffers/internal/index.d.ts +51 -51
- package/System.Buffers.Binary/internal/index.d.ts +1 -1
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +1 -1
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +14 -14
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +113 -113
- package/System.Collections.Concurrent/bindings.json +93 -93
- package/System.Collections.Concurrent/internal/index.d.ts +65 -65
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +90 -50
- package/System.Collections.Frozen/internal/index.d.ts +35 -33
- package/System.Collections.Frozen.d.ts +6 -2
- package/System.Collections.Generic/bindings.json +932 -612
- package/System.Collections.Generic/internal/index.d.ts +303 -287
- package/System.Collections.Generic.d.ts +19 -15
- package/System.Collections.Immutable/bindings.json +189 -189
- package/System.Collections.Immutable/internal/index.d.ts +235 -234
- package/System.Collections.Immutable.d.ts +21 -17
- package/System.Collections.ObjectModel/bindings.json +229 -229
- package/System.Collections.ObjectModel/internal/index.d.ts +41 -41
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -79
- package/System.Collections.Specialized/internal/index.d.ts +46 -46
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +108 -108
- package/System.ComponentModel/internal/index.d.ts +368 -363
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +78 -78
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +18 -18
- package/System.ComponentModel.Design/internal/index.d.ts +47 -47
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +38 -38
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +4 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +124 -124
- package/System.Data/internal/index.d.ts +156 -156
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +42 -42
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +40 -40
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +251 -231
- package/System.Diagnostics/internal/index.d.ts +167 -154
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +7 -7
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +9 -9
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +86 -86
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +3 -3
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +212 -212
- package/System.Diagnostics.Tracing/internal/index.d.ts +7 -7
- package/System.Diagnostics.Tracing.d.ts +4 -0
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +48 -48
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +36 -35
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/internal/index.d.ts +11 -11
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +19 -19
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +55 -55
- package/System.IO.Compression/internal/index.d.ts +13 -13
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +47 -47
- package/System.IO.Enumeration/internal/index.d.ts +11 -11
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +10 -10
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -1
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -4
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- 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 +703 -701
- package/System.Linq.Expressions/internal/index.d.ts +67 -41
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
- 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 +27 -27
- package/System.Net/internal/index.d.ts +53 -53
- package/System.Net.Cache/internal/index.d.ts +1 -1
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +16 -16
- package/System.Net.Http.Headers/bindings.json +66 -26
- package/System.Net.Http.Headers/internal/index.d.ts +26 -24
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- 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 +8 -8
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +3 -3
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +15 -15
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +4 -4
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +29 -29
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +9 -9
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +42 -42
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +5 -5
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +3 -3
- package/System.Numerics/internal/index.d.ts +218 -218
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +107 -107
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +27 -25
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +607 -87
- package/System.Reflection.Metadata/internal/index.d.ts +144 -118
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +9 -9
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Reflection.PortableExecutable.d.ts +4 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +7 -7
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +7 -7
- package/System.Runtime.CompilerServices/bindings.json +383 -383
- package/System.Runtime.CompilerServices/internal/index.d.ts +226 -226
- package/System.Runtime.CompilerServices.d.ts +20 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +1 -1
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +2 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +559 -559
- package/System.Runtime.InteropServices/internal/index.d.ts +182 -182
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +19 -19
- 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 +2 -2
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +38 -38
- package/System.Runtime.InteropServices.JavaScript.d.ts +6 -2
- package/System.Runtime.InteropServices.Marshalling/bindings.json +117 -117
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +81 -81
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +15 -15
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -2
- 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 +4 -4
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/internal/index.d.ts +514 -514
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
- 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 +1 -1
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/internal/index.d.ts +1 -1
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +3 -3
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +102 -102
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- 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 +13 -13
- 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 +2 -2
- 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 +10 -10
- package/System.Security.AccessControl/bindings.json +33 -33
- package/System.Security.AccessControl/internal/index.d.ts +21 -21
- package/System.Security.AccessControl.d.ts +10 -6
- package/System.Security.Authentication/internal/index.d.ts +1 -1
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -3
- 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 +3 -3
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +40 -40
- package/System.Security.Cryptography/internal/index.d.ts +28 -27
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -312
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +10 -10
- 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 +1 -1
- 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 -9
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +8 -8
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +20 -20
- package/System.Text/internal/index.d.ts +48 -48
- package/System.Text.Encodings.Web/internal/index.d.ts +1 -1
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/internal/index.d.ts +109 -109
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +1 -1
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +18 -18
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -67
- 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 +158 -118
- package/System.Text.RegularExpressions/internal/index.d.ts +9 -7
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/internal/index.d.ts +6 -6
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +19 -19
- package/System.Threading/internal/index.d.ts +97 -97
- package/System.Threading.Channels/internal/index.d.ts +23 -23
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +138 -38
- package/System.Threading.Tasks/internal/index.d.ts +229 -227
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +95 -95
- 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 +9 -9
- 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 +2 -2
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +6 -6
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +2 -2
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +3 -3
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +1 -1
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +29 -29
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +49 -49
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +24 -24
- package/System.Xml.Schema/internal/index.d.ts +24 -24
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +57 -57
- package/System.Xml.Serialization/internal/index.d.ts +49 -49
- package/System.Xml.Serialization.d.ts +4 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +18 -18
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +12 -12
- package/System.Xml.Xsl.Runtime/bindings.json +70 -70
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +21 -21
- 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 +1288 -1293
- package/package.json +2 -2
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: System.Data.Common
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
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
9
|
// Import types from other namespaces
|
|
@@ -155,25 +155,25 @@ export interface DataColumnMappingCollection$instance extends MarshalByRefObject
|
|
|
155
155
|
readonly __tsonic_iface_System_Data_IColumnMappingCollection: never;
|
|
156
156
|
|
|
157
157
|
readonly Count: int;
|
|
158
|
-
Add(value:
|
|
158
|
+
Add(value: unknown | null): int;
|
|
159
159
|
Add(sourceColumn: string | null, dataSetColumn: string | null): DataColumnMapping;
|
|
160
160
|
AddRange(values: DataColumnMapping[]): void;
|
|
161
161
|
AddRange(values: ClrArray): void;
|
|
162
162
|
Clear(): void;
|
|
163
163
|
Contains(value: string | null): boolean;
|
|
164
|
-
Contains(value:
|
|
164
|
+
Contains(value: unknown | null): boolean;
|
|
165
165
|
CopyTo(array: ClrArray, index: int): void;
|
|
166
166
|
CopyTo(array: DataColumnMapping[], index: int): void;
|
|
167
167
|
get_Item(index: int): DataColumnMapping;
|
|
168
168
|
get_Item(sourceColumn: string): DataColumnMapping;
|
|
169
169
|
GetByDataSetColumn(value: string): DataColumnMapping;
|
|
170
170
|
GetEnumerator(): IEnumerator;
|
|
171
|
-
IndexOf(value:
|
|
171
|
+
IndexOf(value: unknown | null): int;
|
|
172
172
|
IndexOf(sourceColumn: string | null): int;
|
|
173
173
|
IndexOfDataSetColumn(dataSetColumn: string | null): int;
|
|
174
|
-
Insert(index: int, value:
|
|
174
|
+
Insert(index: int, value: unknown | null): void;
|
|
175
175
|
Insert(index: int, value: DataColumnMapping): void;
|
|
176
|
-
Remove(value:
|
|
176
|
+
Remove(value: unknown | null): void;
|
|
177
177
|
Remove(value: DataColumnMapping): void;
|
|
178
178
|
RemoveAt(index: int): void;
|
|
179
179
|
RemoveAt(sourceColumn: string): void;
|
|
@@ -239,25 +239,25 @@ export interface DataTableMappingCollection$instance extends MarshalByRefObject
|
|
|
239
239
|
readonly __tsonic_iface_System_Data_ITableMappingCollection: never;
|
|
240
240
|
|
|
241
241
|
readonly Count: int;
|
|
242
|
-
Add(value:
|
|
242
|
+
Add(value: unknown | null): int;
|
|
243
243
|
Add(sourceTable: string | null, dataSetTable: string | null): DataTableMapping;
|
|
244
244
|
AddRange(values: DataTableMapping[]): void;
|
|
245
245
|
AddRange(values: ClrArray): void;
|
|
246
246
|
Clear(): void;
|
|
247
247
|
Contains(value: string | null): boolean;
|
|
248
|
-
Contains(value:
|
|
248
|
+
Contains(value: unknown | null): boolean;
|
|
249
249
|
CopyTo(array: ClrArray, index: int): void;
|
|
250
250
|
CopyTo(array: DataTableMapping[], index: int): void;
|
|
251
251
|
get_Item(index: int): DataTableMapping;
|
|
252
252
|
get_Item(sourceTable: string): DataTableMapping;
|
|
253
253
|
GetByDataSetTable(dataSetTable: string): DataTableMapping;
|
|
254
254
|
GetEnumerator(): IEnumerator;
|
|
255
|
-
IndexOf(value:
|
|
255
|
+
IndexOf(value: unknown | null): int;
|
|
256
256
|
IndexOf(sourceTable: string | null): int;
|
|
257
257
|
IndexOfDataSetTable(dataSetTable: string | null): int;
|
|
258
|
-
Insert(index: int, value:
|
|
258
|
+
Insert(index: int, value: unknown | null): void;
|
|
259
259
|
Insert(index: int, value: DataTableMapping): void;
|
|
260
|
-
Remove(value:
|
|
260
|
+
Remove(value: unknown | null): void;
|
|
261
261
|
Remove(value: DataTableMapping): void;
|
|
262
262
|
RemoveAt(index: int): void;
|
|
263
263
|
RemoveAt(sourceTable: string): void;
|
|
@@ -311,8 +311,8 @@ export interface DbBatch$instance extends System_Internal.IAsyncDisposable$insta
|
|
|
311
311
|
ExecuteReader(behavior?: CommandBehavior): DbDataReader;
|
|
312
312
|
ExecuteReaderAsync(cancellationToken?: CancellationToken): Task_1<DbDataReader>;
|
|
313
313
|
ExecuteReaderAsync(behavior: CommandBehavior, cancellationToken?: CancellationToken): Task_1<DbDataReader>;
|
|
314
|
-
ExecuteScalar():
|
|
315
|
-
ExecuteScalarAsync(cancellationToken?: CancellationToken): Task_1<
|
|
314
|
+
ExecuteScalar(): unknown | null;
|
|
315
|
+
ExecuteScalarAsync(cancellationToken?: CancellationToken): Task_1<unknown | null>;
|
|
316
316
|
Prepare(): void;
|
|
317
317
|
PrepareAsync(cancellationToken?: CancellationToken): Task;
|
|
318
318
|
}
|
|
@@ -429,7 +429,7 @@ export interface DbColumn$instance {
|
|
|
429
429
|
set IsReadOnly(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
430
430
|
get IsUnique(): Nullable_1<System_Internal.Boolean>;
|
|
431
431
|
set IsUnique(value: Nullable_1<System_Internal.Boolean> | boolean);
|
|
432
|
-
readonly Item:
|
|
432
|
+
readonly Item: unknown | null;
|
|
433
433
|
get NumericPrecision(): Nullable_1<System_Internal.Int32>;
|
|
434
434
|
set NumericPrecision(value: Nullable_1<System_Internal.Int32> | int);
|
|
435
435
|
get NumericScale(): Nullable_1<System_Internal.Int32>;
|
|
@@ -483,9 +483,9 @@ export interface DbCommand$instance extends Component, System_Internal.IAsyncDis
|
|
|
483
483
|
ExecuteReaderAsync(cancellationToken: CancellationToken): Task_1<DbDataReader>;
|
|
484
484
|
ExecuteReaderAsync(behavior: CommandBehavior): Task_1<DbDataReader>;
|
|
485
485
|
ExecuteReaderAsync(behavior: CommandBehavior, cancellationToken: CancellationToken): Task_1<DbDataReader>;
|
|
486
|
-
ExecuteScalar():
|
|
487
|
-
ExecuteScalarAsync(): Task_1<
|
|
488
|
-
ExecuteScalarAsync(cancellationToken: CancellationToken): Task_1<
|
|
486
|
+
ExecuteScalar(): unknown | null;
|
|
487
|
+
ExecuteScalarAsync(): Task_1<unknown | null>;
|
|
488
|
+
ExecuteScalarAsync(cancellationToken: CancellationToken): Task_1<unknown | null>;
|
|
489
489
|
Prepare(): void;
|
|
490
490
|
PrepareAsync(cancellationToken?: CancellationToken): Task;
|
|
491
491
|
}
|
|
@@ -627,7 +627,7 @@ export interface DbConnectionStringBuilder$instance {
|
|
|
627
627
|
readonly IsReadOnly: boolean;
|
|
628
628
|
readonly Keys: ICollection;
|
|
629
629
|
readonly Values: ICollection;
|
|
630
|
-
Add(keyword: string, value:
|
|
630
|
+
Add(keyword: string, value: unknown): void;
|
|
631
631
|
Clear(): void;
|
|
632
632
|
ContainsKey(keyword: string): boolean;
|
|
633
633
|
EquivalentTo(connectionStringBuilder: DbConnectionStringBuilder): boolean;
|
|
@@ -635,7 +635,7 @@ export interface DbConnectionStringBuilder$instance {
|
|
|
635
635
|
Remove(keyword: string): boolean;
|
|
636
636
|
ShouldSerialize(keyword: string): boolean;
|
|
637
637
|
ToString(): string;
|
|
638
|
-
TryGetValue(keyword: string, value:
|
|
638
|
+
TryGetValue(keyword: string, value: unknown | null): boolean;
|
|
639
639
|
}
|
|
640
640
|
|
|
641
641
|
|
|
@@ -654,7 +654,7 @@ export interface __DbConnectionStringBuilder$views {
|
|
|
654
654
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
655
655
|
}
|
|
656
656
|
|
|
657
|
-
export type DbConnectionStringBuilder = DbConnectionStringBuilder$instance & __DbConnectionStringBuilder$views & { [keyword: string]:
|
|
657
|
+
export type DbConnectionStringBuilder = DbConnectionStringBuilder$instance & __DbConnectionStringBuilder$views & { [keyword: string]: unknown; };
|
|
658
658
|
|
|
659
659
|
|
|
660
660
|
export interface DbDataAdapter$instance extends DataAdapter$instance, System_Internal.ICloneable$instance {
|
|
@@ -751,8 +751,8 @@ export interface DbDataReader$instance extends MarshalByRefObject, System_Intern
|
|
|
751
751
|
Dispose(): void;
|
|
752
752
|
Dispose(disposing: boolean): void;
|
|
753
753
|
DisposeAsync(): ValueTask;
|
|
754
|
-
get_Item(ordinal: int):
|
|
755
|
-
get_Item(name: string):
|
|
754
|
+
get_Item(ordinal: int): unknown;
|
|
755
|
+
get_Item(name: string): unknown;
|
|
756
756
|
GetBoolean(ordinal: int): boolean;
|
|
757
757
|
GetByte(ordinal: int): byte;
|
|
758
758
|
GetBytes(ordinal: int, dataOffset: long, buffer: byte[] | null, bufferOffset: int, length: int): long;
|
|
@@ -767,9 +767,9 @@ export interface DbDataReader$instance extends MarshalByRefObject, System_Intern
|
|
|
767
767
|
GetDouble(ordinal: int): double;
|
|
768
768
|
GetEnumerator(): IEnumerator;
|
|
769
769
|
GetFieldType(ordinal: int): Type;
|
|
770
|
-
GetFieldValue<T>(ordinal: int): T;
|
|
771
|
-
GetFieldValueAsync<T>(ordinal: int): Task_1<T>;
|
|
772
|
-
GetFieldValueAsync<T>(ordinal: int, cancellationToken: CancellationToken): Task_1<T>;
|
|
770
|
+
GetFieldValue<T extends unknown>(ordinal: int): T;
|
|
771
|
+
GetFieldValueAsync<T extends unknown>(ordinal: int): Task_1<T>;
|
|
772
|
+
GetFieldValueAsync<T extends unknown>(ordinal: int, cancellationToken: CancellationToken): Task_1<T>;
|
|
773
773
|
GetFloat(ordinal: int): float;
|
|
774
774
|
GetGuid(ordinal: int): Guid;
|
|
775
775
|
GetInt16(ordinal: int): short;
|
|
@@ -778,15 +778,15 @@ export interface DbDataReader$instance extends MarshalByRefObject, System_Intern
|
|
|
778
778
|
GetName(ordinal: int): string;
|
|
779
779
|
GetOrdinal(name: string): int;
|
|
780
780
|
GetProviderSpecificFieldType(ordinal: int): Type;
|
|
781
|
-
GetProviderSpecificValue(ordinal: int):
|
|
782
|
-
GetProviderSpecificValues(values:
|
|
781
|
+
GetProviderSpecificValue(ordinal: int): unknown;
|
|
782
|
+
GetProviderSpecificValues(values: unknown[]): int;
|
|
783
783
|
GetSchemaTable(): DataTable | null;
|
|
784
784
|
GetSchemaTableAsync(cancellationToken?: CancellationToken): Task_1<DataTable | null>;
|
|
785
785
|
GetStream(ordinal: int): Stream;
|
|
786
786
|
GetString(ordinal: int): string;
|
|
787
787
|
GetTextReader(ordinal: int): TextReader;
|
|
788
|
-
GetValue(ordinal: int):
|
|
789
|
-
GetValues(values:
|
|
788
|
+
GetValue(ordinal: int): unknown;
|
|
789
|
+
GetValues(values: unknown[]): int;
|
|
790
790
|
IsDBNull(ordinal: int): boolean;
|
|
791
791
|
IsDBNullAsync(ordinal: int): Task_1<System_Internal.Boolean>;
|
|
792
792
|
IsDBNullAsync(ordinal: int, cancellationToken: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
@@ -821,8 +821,8 @@ export interface DbDataRecord$instance extends System_ComponentModel_Internal.IC
|
|
|
821
821
|
readonly __tsonic_iface_System_Data_IDataRecord: never;
|
|
822
822
|
|
|
823
823
|
readonly FieldCount: int;
|
|
824
|
-
get_Item(i: int):
|
|
825
|
-
get_Item(name: string):
|
|
824
|
+
get_Item(i: int): unknown;
|
|
825
|
+
get_Item(name: string): unknown;
|
|
826
826
|
GetBoolean(i: int): boolean;
|
|
827
827
|
GetByte(i: int): byte;
|
|
828
828
|
GetBytes(i: int, dataIndex: long, buffer: byte[] | null, bufferIndex: int, length: int): long;
|
|
@@ -843,8 +843,8 @@ export interface DbDataRecord$instance extends System_ComponentModel_Internal.IC
|
|
|
843
843
|
GetName(i: int): string;
|
|
844
844
|
GetOrdinal(name: string): int;
|
|
845
845
|
GetString(i: int): string;
|
|
846
|
-
GetValue(i: int):
|
|
847
|
-
GetValues(values:
|
|
846
|
+
GetValue(i: int): unknown;
|
|
847
|
+
GetValues(values: unknown[]): int;
|
|
848
848
|
IsDBNull(i: int): boolean;
|
|
849
849
|
}
|
|
850
850
|
|
|
@@ -915,7 +915,7 @@ export interface DbEnumerator$instance {
|
|
|
915
915
|
|
|
916
916
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
917
917
|
|
|
918
|
-
readonly Current:
|
|
918
|
+
readonly Current: unknown;
|
|
919
919
|
MoveNext(): boolean;
|
|
920
920
|
Reset(): void;
|
|
921
921
|
}
|
|
@@ -975,8 +975,8 @@ export interface DbParameter$instance extends MarshalByRefObject {
|
|
|
975
975
|
SourceColumn: string;
|
|
976
976
|
SourceColumnNullMapping: boolean;
|
|
977
977
|
SourceVersion: DataRowVersion;
|
|
978
|
-
get Value():
|
|
979
|
-
set Value(value:
|
|
978
|
+
get Value(): unknown | null;
|
|
979
|
+
set Value(value: unknown | null);
|
|
980
980
|
ResetDbType(): void;
|
|
981
981
|
}
|
|
982
982
|
|
|
@@ -1005,11 +1005,11 @@ export interface DbParameterCollection$instance extends MarshalByRefObject {
|
|
|
1005
1005
|
readonly IsFixedSize: boolean;
|
|
1006
1006
|
readonly IsReadOnly: boolean;
|
|
1007
1007
|
readonly IsSynchronized: boolean;
|
|
1008
|
-
readonly SyncRoot:
|
|
1009
|
-
Add(value:
|
|
1008
|
+
readonly SyncRoot: unknown;
|
|
1009
|
+
Add(value: unknown): int;
|
|
1010
1010
|
AddRange(values: ClrArray): void;
|
|
1011
1011
|
Clear(): void;
|
|
1012
|
-
Contains(value:
|
|
1012
|
+
Contains(value: unknown): boolean;
|
|
1013
1013
|
Contains(value: string): boolean;
|
|
1014
1014
|
CopyTo(array: ClrArray, index: int): void;
|
|
1015
1015
|
get_Item(index: int): DbParameter;
|
|
@@ -1017,10 +1017,10 @@ export interface DbParameterCollection$instance extends MarshalByRefObject {
|
|
|
1017
1017
|
GetEnumerator(): IEnumerator;
|
|
1018
1018
|
GetParameter(index: int): DbParameter;
|
|
1019
1019
|
GetParameter(parameterName: string): DbParameter;
|
|
1020
|
-
IndexOf(value:
|
|
1020
|
+
IndexOf(value: unknown): int;
|
|
1021
1021
|
IndexOf(parameterName: string): int;
|
|
1022
|
-
Insert(index: int, value:
|
|
1023
|
-
Remove(value:
|
|
1022
|
+
Insert(index: int, value: unknown): void;
|
|
1023
|
+
Remove(value: unknown): void;
|
|
1024
1024
|
RemoveAt(index: int): void;
|
|
1025
1025
|
RemoveAt(parameterName: string): void;
|
|
1026
1026
|
set_Item(index: int, value: DbParameter): void;
|
package/System.Data.Common.d.ts
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './System.Data.Common/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
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';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { ICollection_1, IEnumerable_1, IEnumerator_1, IList_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
14
|
import type { ReadOnlyCollection_1 } from './System.Collections.ObjectModel/internal/index.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: System.Data.Common
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
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
9
|
// Import types from other namespaces
|
|
@@ -58,9 +58,9 @@ export interface SqlBinary$instance extends INullable$instance, System_Xml_Seria
|
|
|
58
58
|
readonly IsNull: boolean;
|
|
59
59
|
readonly Length: int;
|
|
60
60
|
readonly Value: byte[];
|
|
61
|
-
CompareTo(value:
|
|
61
|
+
CompareTo(value: unknown | null): int;
|
|
62
62
|
CompareTo(value: SqlBinary): int;
|
|
63
|
-
Equals(value:
|
|
63
|
+
Equals(value: unknown | null): boolean;
|
|
64
64
|
Equals(other: SqlBinary): boolean;
|
|
65
65
|
GetHashCode(): int;
|
|
66
66
|
ToSqlGuid(): SqlGuid;
|
|
@@ -92,7 +92,7 @@ export interface __SqlBinary$views {
|
|
|
92
92
|
|
|
93
93
|
// Structural method bridges for numeric interface constraints
|
|
94
94
|
Equals(other: SqlBinary): boolean;
|
|
95
|
-
CompareTo(obj:
|
|
95
|
+
CompareTo(obj: unknown): int;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
export type SqlBinary = SqlBinary$instance & __SqlBinary$views & { readonly [index: number]: byte; };
|
|
@@ -111,9 +111,9 @@ export interface SqlBoolean$instance extends INullable$instance, System_Xml_Seri
|
|
|
111
111
|
readonly IsNull: boolean;
|
|
112
112
|
readonly IsTrue: boolean;
|
|
113
113
|
readonly Value: boolean;
|
|
114
|
-
CompareTo(value:
|
|
114
|
+
CompareTo(value: unknown | null): int;
|
|
115
115
|
CompareTo(value: SqlBoolean): int;
|
|
116
|
-
Equals(value:
|
|
116
|
+
Equals(value: unknown | null): boolean;
|
|
117
117
|
Equals(other: SqlBoolean): boolean;
|
|
118
118
|
GetHashCode(): int;
|
|
119
119
|
ToSqlByte(): SqlByte;
|
|
@@ -160,7 +160,7 @@ export interface __SqlBoolean$views {
|
|
|
160
160
|
|
|
161
161
|
// Structural method bridges for numeric interface constraints
|
|
162
162
|
Equals(other: SqlBoolean): boolean;
|
|
163
|
-
CompareTo(obj:
|
|
163
|
+
CompareTo(obj: unknown): int;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
export type SqlBoolean = SqlBoolean$instance & __SqlBoolean$views;
|
|
@@ -176,9 +176,9 @@ export interface SqlByte$instance extends INullable$instance, System_Xml_Seriali
|
|
|
176
176
|
|
|
177
177
|
readonly IsNull: boolean;
|
|
178
178
|
readonly Value: byte;
|
|
179
|
-
CompareTo(value:
|
|
179
|
+
CompareTo(value: unknown | null): int;
|
|
180
180
|
CompareTo(value: SqlByte): int;
|
|
181
|
-
Equals(value:
|
|
181
|
+
Equals(value: unknown | null): boolean;
|
|
182
182
|
Equals(other: SqlByte): boolean;
|
|
183
183
|
GetHashCode(): int;
|
|
184
184
|
ToSqlBoolean(): SqlBoolean;
|
|
@@ -229,7 +229,7 @@ export interface __SqlByte$views {
|
|
|
229
229
|
|
|
230
230
|
// Structural method bridges for numeric interface constraints
|
|
231
231
|
Equals(other: SqlByte): boolean;
|
|
232
|
-
CompareTo(obj:
|
|
232
|
+
CompareTo(obj: unknown): int;
|
|
233
233
|
}
|
|
234
234
|
|
|
235
235
|
export type SqlByte = SqlByte$instance & __SqlByte$views;
|
|
@@ -247,9 +247,9 @@ export interface SqlDateTime$instance extends INullable$instance, System_Xml_Ser
|
|
|
247
247
|
readonly IsNull: boolean;
|
|
248
248
|
readonly TimeTicks: int;
|
|
249
249
|
readonly Value: DateTime;
|
|
250
|
-
CompareTo(value:
|
|
250
|
+
CompareTo(value: unknown | null): int;
|
|
251
251
|
CompareTo(value: SqlDateTime): int;
|
|
252
|
-
Equals(value:
|
|
252
|
+
Equals(value: unknown | null): boolean;
|
|
253
253
|
Equals(other: SqlDateTime): boolean;
|
|
254
254
|
GetHashCode(): int;
|
|
255
255
|
ToSqlString(): SqlString;
|
|
@@ -291,7 +291,7 @@ export interface __SqlDateTime$views {
|
|
|
291
291
|
|
|
292
292
|
// Structural method bridges for numeric interface constraints
|
|
293
293
|
Equals(other: SqlDateTime): boolean;
|
|
294
|
-
CompareTo(obj:
|
|
294
|
+
CompareTo(obj: unknown): int;
|
|
295
295
|
}
|
|
296
296
|
|
|
297
297
|
export type SqlDateTime = SqlDateTime$instance & __SqlDateTime$views;
|
|
@@ -312,9 +312,9 @@ export interface SqlDecimal$instance extends INullable$instance, System_Xml_Seri
|
|
|
312
312
|
readonly Precision: byte;
|
|
313
313
|
readonly Scale: byte;
|
|
314
314
|
readonly Value: decimal;
|
|
315
|
-
CompareTo(value:
|
|
315
|
+
CompareTo(value: unknown | null): int;
|
|
316
316
|
CompareTo(value: SqlDecimal): int;
|
|
317
|
-
Equals(value:
|
|
317
|
+
Equals(value: unknown | null): boolean;
|
|
318
318
|
Equals(other: SqlDecimal): boolean;
|
|
319
319
|
GetHashCode(): int;
|
|
320
320
|
ToDouble(): double;
|
|
@@ -376,7 +376,7 @@ export interface __SqlDecimal$views {
|
|
|
376
376
|
|
|
377
377
|
// Structural method bridges for numeric interface constraints
|
|
378
378
|
Equals(other: SqlDecimal): boolean;
|
|
379
|
-
CompareTo(obj:
|
|
379
|
+
CompareTo(obj: unknown): int;
|
|
380
380
|
}
|
|
381
381
|
|
|
382
382
|
export type SqlDecimal = SqlDecimal$instance & __SqlDecimal$views;
|
|
@@ -392,9 +392,9 @@ export interface SqlDouble$instance extends INullable$instance, System_Xml_Seria
|
|
|
392
392
|
|
|
393
393
|
readonly IsNull: boolean;
|
|
394
394
|
readonly Value: double;
|
|
395
|
-
CompareTo(value:
|
|
395
|
+
CompareTo(value: unknown | null): int;
|
|
396
396
|
CompareTo(value: SqlDouble): int;
|
|
397
|
-
Equals(value:
|
|
397
|
+
Equals(value: unknown | null): boolean;
|
|
398
398
|
Equals(other: SqlDouble): boolean;
|
|
399
399
|
GetHashCode(): int;
|
|
400
400
|
ToSqlBoolean(): SqlBoolean;
|
|
@@ -439,7 +439,7 @@ export interface __SqlDouble$views {
|
|
|
439
439
|
|
|
440
440
|
// Structural method bridges for numeric interface constraints
|
|
441
441
|
Equals(other: SqlDouble): boolean;
|
|
442
|
-
CompareTo(obj:
|
|
442
|
+
CompareTo(obj: unknown): int;
|
|
443
443
|
}
|
|
444
444
|
|
|
445
445
|
export type SqlDouble = SqlDouble$instance & __SqlDouble$views;
|
|
@@ -456,9 +456,9 @@ export interface SqlGuid$instance extends INullable$instance, System_Runtime_Ser
|
|
|
456
456
|
|
|
457
457
|
readonly IsNull: boolean;
|
|
458
458
|
readonly Value: Guid;
|
|
459
|
-
CompareTo(value:
|
|
459
|
+
CompareTo(value: unknown | null): int;
|
|
460
460
|
CompareTo(value: SqlGuid): int;
|
|
461
|
-
Equals(value:
|
|
461
|
+
Equals(value: unknown | null): boolean;
|
|
462
462
|
Equals(other: SqlGuid): boolean;
|
|
463
463
|
GetHashCode(): int;
|
|
464
464
|
ToByteArray(): byte[] | null;
|
|
@@ -494,7 +494,7 @@ export interface __SqlGuid$views {
|
|
|
494
494
|
|
|
495
495
|
// Structural method bridges for numeric interface constraints
|
|
496
496
|
Equals(other: SqlGuid): boolean;
|
|
497
|
-
CompareTo(obj:
|
|
497
|
+
CompareTo(obj: unknown): int;
|
|
498
498
|
}
|
|
499
499
|
|
|
500
500
|
export type SqlGuid = SqlGuid$instance & __SqlGuid$views;
|
|
@@ -510,9 +510,9 @@ export interface SqlInt16$instance extends INullable$instance, System_Xml_Serial
|
|
|
510
510
|
|
|
511
511
|
readonly IsNull: boolean;
|
|
512
512
|
readonly Value: short;
|
|
513
|
-
CompareTo(value:
|
|
513
|
+
CompareTo(value: unknown | null): int;
|
|
514
514
|
CompareTo(value: SqlInt16): int;
|
|
515
|
-
Equals(value:
|
|
515
|
+
Equals(value: unknown | null): boolean;
|
|
516
516
|
Equals(other: SqlInt16): boolean;
|
|
517
517
|
GetHashCode(): int;
|
|
518
518
|
ToSqlBoolean(): SqlBoolean;
|
|
@@ -563,7 +563,7 @@ export interface __SqlInt16$views {
|
|
|
563
563
|
|
|
564
564
|
// Structural method bridges for numeric interface constraints
|
|
565
565
|
Equals(other: SqlInt16): boolean;
|
|
566
|
-
CompareTo(obj:
|
|
566
|
+
CompareTo(obj: unknown): int;
|
|
567
567
|
}
|
|
568
568
|
|
|
569
569
|
export type SqlInt16 = SqlInt16$instance & __SqlInt16$views;
|
|
@@ -579,9 +579,9 @@ export interface SqlInt32$instance extends INullable$instance, System_Xml_Serial
|
|
|
579
579
|
|
|
580
580
|
readonly IsNull: boolean;
|
|
581
581
|
readonly Value: int;
|
|
582
|
-
CompareTo(value:
|
|
582
|
+
CompareTo(value: unknown | null): int;
|
|
583
583
|
CompareTo(value: SqlInt32): int;
|
|
584
|
-
Equals(value:
|
|
584
|
+
Equals(value: unknown | null): boolean;
|
|
585
585
|
Equals(other: SqlInt32): boolean;
|
|
586
586
|
GetHashCode(): int;
|
|
587
587
|
ToSqlBoolean(): SqlBoolean;
|
|
@@ -632,7 +632,7 @@ export interface __SqlInt32$views {
|
|
|
632
632
|
|
|
633
633
|
// Structural method bridges for numeric interface constraints
|
|
634
634
|
Equals(other: SqlInt32): boolean;
|
|
635
|
-
CompareTo(obj:
|
|
635
|
+
CompareTo(obj: unknown): int;
|
|
636
636
|
}
|
|
637
637
|
|
|
638
638
|
export type SqlInt32 = SqlInt32$instance & __SqlInt32$views;
|
|
@@ -648,9 +648,9 @@ export interface SqlInt64$instance extends INullable$instance, System_Xml_Serial
|
|
|
648
648
|
|
|
649
649
|
readonly IsNull: boolean;
|
|
650
650
|
readonly Value: long;
|
|
651
|
-
CompareTo(value:
|
|
651
|
+
CompareTo(value: unknown | null): int;
|
|
652
652
|
CompareTo(value: SqlInt64): int;
|
|
653
|
-
Equals(value:
|
|
653
|
+
Equals(value: unknown | null): boolean;
|
|
654
654
|
Equals(other: SqlInt64): boolean;
|
|
655
655
|
GetHashCode(): int;
|
|
656
656
|
ToSqlBoolean(): SqlBoolean;
|
|
@@ -701,7 +701,7 @@ export interface __SqlInt64$views {
|
|
|
701
701
|
|
|
702
702
|
// Structural method bridges for numeric interface constraints
|
|
703
703
|
Equals(other: SqlInt64): boolean;
|
|
704
|
-
CompareTo(obj:
|
|
704
|
+
CompareTo(obj: unknown): int;
|
|
705
705
|
}
|
|
706
706
|
|
|
707
707
|
export type SqlInt64 = SqlInt64$instance & __SqlInt64$views;
|
|
@@ -717,9 +717,9 @@ export interface SqlMoney$instance extends INullable$instance, System_Xml_Serial
|
|
|
717
717
|
|
|
718
718
|
readonly IsNull: boolean;
|
|
719
719
|
readonly Value: decimal;
|
|
720
|
-
CompareTo(value:
|
|
720
|
+
CompareTo(value: unknown | null): int;
|
|
721
721
|
CompareTo(value: SqlMoney): int;
|
|
722
|
-
Equals(value:
|
|
722
|
+
Equals(value: unknown | null): boolean;
|
|
723
723
|
Equals(other: SqlMoney): boolean;
|
|
724
724
|
GetHashCode(): int;
|
|
725
725
|
GetTdsValue(): long;
|
|
@@ -773,7 +773,7 @@ export interface __SqlMoney$views {
|
|
|
773
773
|
|
|
774
774
|
// Structural method bridges for numeric interface constraints
|
|
775
775
|
Equals(other: SqlMoney): boolean;
|
|
776
|
-
CompareTo(obj:
|
|
776
|
+
CompareTo(obj: unknown): int;
|
|
777
777
|
}
|
|
778
778
|
|
|
779
779
|
export type SqlMoney = SqlMoney$instance & __SqlMoney$views;
|
|
@@ -789,9 +789,9 @@ export interface SqlSingle$instance extends INullable$instance, System_Xml_Seria
|
|
|
789
789
|
|
|
790
790
|
readonly IsNull: boolean;
|
|
791
791
|
readonly Value: float;
|
|
792
|
-
CompareTo(value:
|
|
792
|
+
CompareTo(value: unknown | null): int;
|
|
793
793
|
CompareTo(value: SqlSingle): int;
|
|
794
|
-
Equals(value:
|
|
794
|
+
Equals(value: unknown | null): boolean;
|
|
795
795
|
Equals(other: SqlSingle): boolean;
|
|
796
796
|
GetHashCode(): int;
|
|
797
797
|
ToSqlBoolean(): SqlBoolean;
|
|
@@ -837,7 +837,7 @@ export interface __SqlSingle$views {
|
|
|
837
837
|
|
|
838
838
|
// Structural method bridges for numeric interface constraints
|
|
839
839
|
Equals(other: SqlSingle): boolean;
|
|
840
|
-
CompareTo(obj:
|
|
840
|
+
CompareTo(obj: unknown): int;
|
|
841
841
|
}
|
|
842
842
|
|
|
843
843
|
export type SqlSingle = SqlSingle$instance & __SqlSingle$views;
|
|
@@ -858,9 +858,9 @@ export interface SqlString$instance extends INullable$instance, System_Xml_Seria
|
|
|
858
858
|
readonly SqlCompareOptions: SqlCompareOptions;
|
|
859
859
|
readonly Value: string;
|
|
860
860
|
Clone(): SqlString;
|
|
861
|
-
CompareTo(value:
|
|
861
|
+
CompareTo(value: unknown | null): int;
|
|
862
862
|
CompareTo(value: SqlString): int;
|
|
863
|
-
Equals(value:
|
|
863
|
+
Equals(value: unknown | null): boolean;
|
|
864
864
|
Equals(other: SqlString): boolean;
|
|
865
865
|
GetHashCode(): int;
|
|
866
866
|
GetNonUnicodeBytes(): byte[] | null;
|
|
@@ -916,7 +916,7 @@ export interface __SqlString$views {
|
|
|
916
916
|
|
|
917
917
|
// Structural method bridges for numeric interface constraints
|
|
918
918
|
Equals(other: SqlString): boolean;
|
|
919
|
-
CompareTo(obj:
|
|
919
|
+
CompareTo(obj: unknown): int;
|
|
920
920
|
}
|
|
921
921
|
|
|
922
922
|
export type SqlString = SqlString$instance & __SqlString$views;
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './System.Data.SqlTypes/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
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';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { IDictionary } from './System.Collections/internal/index.js';
|
|
10
14
|
import type { CompareInfo, CompareOptions, CultureInfo } from './System.Globalization/internal/index.js';
|
package/System.Data.d.ts
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './System.Data/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
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';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { IComparer_1, IEnumerable_1, IEnumerator_1, IEqualityComparer_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
14
|
import type { ReadOnlyCollection_1 } from './System.Collections.ObjectModel/internal/index.js';
|
|
@@ -137,16 +141,16 @@ declare const __unspecified: unique symbol;
|
|
|
137
141
|
export type __ = typeof __unspecified;
|
|
138
142
|
|
|
139
143
|
export type DataRowComparer<
|
|
140
|
-
T1 = __,
|
|
144
|
+
T1 extends unknown & Internal.DataRow | __ = __,
|
|
141
145
|
> =
|
|
142
146
|
[T1] extends [__] ? Internal.DataRowComparer :
|
|
143
|
-
[T1] extends [Internal.DataRow] ? Internal.DataRowComparer_1<T1> : never;
|
|
147
|
+
[T1] extends [unknown & Internal.DataRow] ? Internal.DataRowComparer_1<T1> : never;
|
|
144
148
|
|
|
145
149
|
export type EnumerableRowCollection<
|
|
146
|
-
T1 = __,
|
|
150
|
+
T1 extends unknown | __ = __,
|
|
147
151
|
> =
|
|
148
152
|
[T1] extends [__] ? Internal.EnumerableRowCollection :
|
|
149
|
-
Internal.EnumerableRowCollection_1<T1
|
|
153
|
+
[T1] extends [unknown] ? Internal.EnumerableRowCollection_1<T1> : never;
|
|
150
154
|
|
|
151
155
|
// Extension methods (C# using semantics)
|
|
152
156
|
export type { ExtensionMethods_System_Data as ExtensionMethods } from './__internal/extensions/index.js';
|