@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
|
|
@@ -312,28 +312,28 @@ export enum XmlWriteMode {
|
|
|
312
312
|
}
|
|
313
313
|
|
|
314
314
|
|
|
315
|
-
export type DataColumnChangeEventHandler = (sender:
|
|
315
|
+
export type DataColumnChangeEventHandler = (sender: unknown, e: DataColumnChangeEventArgs) => void;
|
|
316
316
|
|
|
317
317
|
|
|
318
|
-
export type DataRowChangeEventHandler = (sender:
|
|
318
|
+
export type DataRowChangeEventHandler = (sender: unknown, e: DataRowChangeEventArgs) => void;
|
|
319
319
|
|
|
320
320
|
|
|
321
|
-
export type DataTableClearEventHandler = (sender:
|
|
321
|
+
export type DataTableClearEventHandler = (sender: unknown, e: DataTableClearEventArgs) => void;
|
|
322
322
|
|
|
323
323
|
|
|
324
|
-
export type DataTableNewRowEventHandler = (sender:
|
|
324
|
+
export type DataTableNewRowEventHandler = (sender: unknown, e: DataTableNewRowEventArgs) => void;
|
|
325
325
|
|
|
326
326
|
|
|
327
|
-
export type FillErrorEventHandler = (sender:
|
|
327
|
+
export type FillErrorEventHandler = (sender: unknown, e: FillErrorEventArgs) => void;
|
|
328
328
|
|
|
329
329
|
|
|
330
|
-
export type MergeFailedEventHandler = (sender:
|
|
330
|
+
export type MergeFailedEventHandler = (sender: unknown, e: MergeFailedEventArgs) => void;
|
|
331
331
|
|
|
332
332
|
|
|
333
|
-
export type StateChangeEventHandler = (sender:
|
|
333
|
+
export type StateChangeEventHandler = (sender: unknown, e: StateChangeEventArgs) => void;
|
|
334
334
|
|
|
335
335
|
|
|
336
|
-
export type StatementCompletedEventHandler = (sender:
|
|
336
|
+
export type StatementCompletedEventHandler = (sender: unknown, e: StatementCompletedEventArgs) => void;
|
|
337
337
|
|
|
338
338
|
|
|
339
339
|
export interface IColumnMapping$instance {
|
|
@@ -352,25 +352,25 @@ export interface IColumnMappingCollection$instance extends IList, ICollection, I
|
|
|
352
352
|
readonly IsReadOnly: boolean;
|
|
353
353
|
readonly IsFixedSize: boolean;
|
|
354
354
|
readonly Count: int;
|
|
355
|
-
readonly SyncRoot:
|
|
355
|
+
readonly SyncRoot: unknown;
|
|
356
356
|
readonly IsSynchronized: boolean;
|
|
357
357
|
Add(sourceColumnName: string, dataSetColumnName: string): IColumnMapping;
|
|
358
|
-
Add(value:
|
|
358
|
+
Add(value: unknown | null): int;
|
|
359
359
|
Clear(): void;
|
|
360
360
|
Contains(sourceColumnName: string | null): boolean;
|
|
361
|
-
Contains(value:
|
|
361
|
+
Contains(value: unknown | null): boolean;
|
|
362
362
|
CopyTo(array: ClrArray, index: int): void;
|
|
363
|
-
get_Item2(index: int):
|
|
364
|
-
get_Item2(index: string):
|
|
363
|
+
get_Item2(index: int): unknown | null;
|
|
364
|
+
get_Item2(index: string): unknown;
|
|
365
365
|
GetByDataSetColumn(dataSetColumnName: string): IColumnMapping;
|
|
366
366
|
GetEnumerator(): IEnumerator;
|
|
367
367
|
IndexOf(sourceColumnName: string | null): int;
|
|
368
|
-
Insert(index: int, value:
|
|
369
|
-
Remove(value:
|
|
368
|
+
Insert(index: int, value: unknown | null): void;
|
|
369
|
+
Remove(value: unknown | null): void;
|
|
370
370
|
RemoveAt(sourceColumnName: string): void;
|
|
371
371
|
RemoveAt(index: int): void;
|
|
372
|
-
set_Item2(index: int, value:
|
|
373
|
-
set_Item2(index: string, value:
|
|
372
|
+
set_Item2(index: int, value: unknown | null): void;
|
|
373
|
+
set_Item2(index: string, value: unknown): void;
|
|
374
374
|
}
|
|
375
375
|
|
|
376
376
|
|
|
@@ -399,8 +399,8 @@ export interface IDataParameter$instance {
|
|
|
399
399
|
ParameterName: string;
|
|
400
400
|
SourceColumn: string;
|
|
401
401
|
SourceVersion: DataRowVersion;
|
|
402
|
-
get Value():
|
|
403
|
-
set Value(value:
|
|
402
|
+
get Value(): unknown | null;
|
|
403
|
+
set Value(value: unknown | null);
|
|
404
404
|
}
|
|
405
405
|
|
|
406
406
|
|
|
@@ -412,23 +412,23 @@ export interface IDataParameterCollection$instance extends IList, ICollection, I
|
|
|
412
412
|
readonly IsReadOnly: boolean;
|
|
413
413
|
readonly IsFixedSize: boolean;
|
|
414
414
|
readonly Count: int;
|
|
415
|
-
readonly SyncRoot:
|
|
415
|
+
readonly SyncRoot: unknown;
|
|
416
416
|
readonly IsSynchronized: boolean;
|
|
417
|
-
Add(value:
|
|
417
|
+
Add(value: unknown | null): int;
|
|
418
418
|
Clear(): void;
|
|
419
419
|
Contains(parameterName: string): boolean;
|
|
420
|
-
Contains(value:
|
|
420
|
+
Contains(value: unknown | null): boolean;
|
|
421
421
|
CopyTo(array: ClrArray, index: int): void;
|
|
422
|
-
get_Item2(index: int):
|
|
423
|
-
get_Item2(parameterName: string):
|
|
422
|
+
get_Item2(index: int): unknown | null;
|
|
423
|
+
get_Item2(parameterName: string): unknown;
|
|
424
424
|
GetEnumerator(): IEnumerator;
|
|
425
425
|
IndexOf(parameterName: string): int;
|
|
426
|
-
Insert(index: int, value:
|
|
427
|
-
Remove(value:
|
|
426
|
+
Insert(index: int, value: unknown | null): void;
|
|
427
|
+
Remove(value: unknown | null): void;
|
|
428
428
|
RemoveAt(parameterName: string): void;
|
|
429
429
|
RemoveAt(index: int): void;
|
|
430
|
-
set_Item2(index: int, value:
|
|
431
|
-
set_Item2(parameterName: string, value:
|
|
430
|
+
set_Item2(index: int, value: unknown | null): void;
|
|
431
|
+
set_Item2(parameterName: string, value: unknown): void;
|
|
432
432
|
}
|
|
433
433
|
|
|
434
434
|
|
|
@@ -442,8 +442,8 @@ export interface IDataReader$instance extends IDisposable, IDataRecord {
|
|
|
442
442
|
readonly RecordsAffected: int;
|
|
443
443
|
readonly FieldCount: int;
|
|
444
444
|
Close(): void;
|
|
445
|
-
get_Item(i: int):
|
|
446
|
-
get_Item(name: string):
|
|
445
|
+
get_Item(i: int): unknown;
|
|
446
|
+
get_Item(name: string): unknown;
|
|
447
447
|
GetBoolean(i: int): boolean;
|
|
448
448
|
GetByte(i: int): byte;
|
|
449
449
|
GetBytes(i: int, fieldOffset: long, buffer: byte[] | null, bufferoffset: int, length: int): long;
|
|
@@ -462,11 +462,11 @@ export interface IDataReader$instance extends IDisposable, IDataRecord {
|
|
|
462
462
|
GetName(i: int): string;
|
|
463
463
|
GetOrdinal(name: string): int;
|
|
464
464
|
GetSchemaTable(): DataTable | null;
|
|
465
|
-
GetValue(i: int):
|
|
466
|
-
GetValues(values:
|
|
465
|
+
GetValue(i: int): unknown;
|
|
466
|
+
GetValues(values: unknown[]): int;
|
|
467
467
|
NextResult(): boolean;
|
|
468
468
|
Dispose(): void;
|
|
469
|
-
get_Item2(name: string):
|
|
469
|
+
get_Item2(name: string): unknown;
|
|
470
470
|
}
|
|
471
471
|
|
|
472
472
|
|
|
@@ -478,8 +478,8 @@ export interface IDataRecord$instance {
|
|
|
478
478
|
readonly __tsonic_iface_System_Data_IDataRecord: never;
|
|
479
479
|
|
|
480
480
|
readonly FieldCount: int;
|
|
481
|
-
get_Item(i: int):
|
|
482
|
-
get_Item(name: string):
|
|
481
|
+
get_Item(i: int): unknown;
|
|
482
|
+
get_Item(name: string): unknown;
|
|
483
483
|
GetBoolean(i: int): boolean;
|
|
484
484
|
GetByte(i: int): byte;
|
|
485
485
|
GetBytes(i: int, fieldOffset: long, buffer: byte[] | null, bufferoffset: int, length: int): long;
|
|
@@ -497,8 +497,8 @@ export interface IDataRecord$instance {
|
|
|
497
497
|
GetInt64(i: int): long;
|
|
498
498
|
GetName(i: int): string;
|
|
499
499
|
GetOrdinal(name: string): int;
|
|
500
|
-
GetValue(i: int):
|
|
501
|
-
GetValues(values:
|
|
500
|
+
GetValue(i: int): unknown;
|
|
501
|
+
GetValues(values: unknown[]): int;
|
|
502
502
|
}
|
|
503
503
|
|
|
504
504
|
|
|
@@ -520,7 +520,7 @@ export interface IDbCommand$instance extends IDisposable {
|
|
|
520
520
|
ExecuteNonQuery(): int;
|
|
521
521
|
ExecuteReader(): IDataReader;
|
|
522
522
|
ExecuteReader(behavior: CommandBehavior): IDataReader;
|
|
523
|
-
ExecuteScalar():
|
|
523
|
+
ExecuteScalar(): unknown | null;
|
|
524
524
|
Prepare(): void;
|
|
525
525
|
Dispose(): void;
|
|
526
526
|
}
|
|
@@ -586,8 +586,8 @@ export interface IDbDataParameter$instance extends IDataParameter {
|
|
|
586
586
|
ParameterName: string;
|
|
587
587
|
SourceColumn: string;
|
|
588
588
|
SourceVersion: DataRowVersion;
|
|
589
|
-
get Value():
|
|
590
|
-
set Value(value:
|
|
589
|
+
get Value(): unknown | null;
|
|
590
|
+
set Value(value: unknown | null);
|
|
591
591
|
}
|
|
592
592
|
|
|
593
593
|
|
|
@@ -626,25 +626,25 @@ export interface ITableMappingCollection$instance extends IList, ICollection, IE
|
|
|
626
626
|
readonly IsReadOnly: boolean;
|
|
627
627
|
readonly IsFixedSize: boolean;
|
|
628
628
|
readonly Count: int;
|
|
629
|
-
readonly SyncRoot:
|
|
629
|
+
readonly SyncRoot: unknown;
|
|
630
630
|
readonly IsSynchronized: boolean;
|
|
631
631
|
Add(sourceTableName: string, dataSetTableName: string): ITableMapping;
|
|
632
|
-
Add(value:
|
|
632
|
+
Add(value: unknown | null): int;
|
|
633
633
|
Clear(): void;
|
|
634
634
|
Contains(sourceTableName: string | null): boolean;
|
|
635
|
-
Contains(value:
|
|
635
|
+
Contains(value: unknown | null): boolean;
|
|
636
636
|
CopyTo(array: ClrArray, index: int): void;
|
|
637
|
-
get_Item2(index: int):
|
|
638
|
-
get_Item2(index: string):
|
|
637
|
+
get_Item2(index: int): unknown | null;
|
|
638
|
+
get_Item2(index: string): unknown;
|
|
639
639
|
GetByDataSetTable(dataSetTableName: string): ITableMapping;
|
|
640
640
|
GetEnumerator(): IEnumerator;
|
|
641
641
|
IndexOf(sourceTableName: string | null): int;
|
|
642
|
-
Insert(index: int, value:
|
|
643
|
-
Remove(value:
|
|
642
|
+
Insert(index: int, value: unknown | null): void;
|
|
643
|
+
Remove(value: unknown | null): void;
|
|
644
644
|
RemoveAt(sourceTableName: string): void;
|
|
645
645
|
RemoveAt(index: int): void;
|
|
646
|
-
set_Item2(index: int, value:
|
|
647
|
-
set_Item2(index: string, value:
|
|
646
|
+
set_Item2(index: int, value: unknown | null): void;
|
|
647
|
+
set_Item2(index: string, value: unknown): void;
|
|
648
648
|
}
|
|
649
649
|
|
|
650
650
|
|
|
@@ -745,7 +745,7 @@ export interface DataColumn$instance extends MarshalByValueComponent, System_Int
|
|
|
745
745
|
ColumnName: string;
|
|
746
746
|
DataType: Type;
|
|
747
747
|
DateTimeMode: DataSetDateTime;
|
|
748
|
-
DefaultValue:
|
|
748
|
+
DefaultValue: unknown;
|
|
749
749
|
Expression: string;
|
|
750
750
|
readonly ExtendedProperties: PropertyCollection;
|
|
751
751
|
MaxLength: int;
|
|
@@ -783,14 +783,14 @@ export interface DataColumnChangeEventArgs$instance extends EventArgs {
|
|
|
783
783
|
readonly __tsonic_type_System_Data_DataColumnChangeEventArgs: never;
|
|
784
784
|
|
|
785
785
|
readonly Column: DataColumn | null;
|
|
786
|
-
get ProposedValue():
|
|
787
|
-
set ProposedValue(value:
|
|
786
|
+
get ProposedValue(): unknown | null;
|
|
787
|
+
set ProposedValue(value: unknown | null);
|
|
788
788
|
readonly Row: DataRow;
|
|
789
789
|
}
|
|
790
790
|
|
|
791
791
|
|
|
792
792
|
export const DataColumnChangeEventArgs: {
|
|
793
|
-
new(row: DataRow, column: DataColumn | null, value:
|
|
793
|
+
new(row: DataRow, column: DataColumn | null, value: unknown | null): DataColumnChangeEventArgs;
|
|
794
794
|
};
|
|
795
795
|
|
|
796
796
|
|
|
@@ -937,7 +937,7 @@ export interface DataRow$instance {
|
|
|
937
937
|
readonly __tsonic_type_System_Data_DataRow: never;
|
|
938
938
|
|
|
939
939
|
readonly HasErrors: boolean;
|
|
940
|
-
ItemArray: (
|
|
940
|
+
ItemArray: (unknown | null)[];
|
|
941
941
|
RowError: string;
|
|
942
942
|
readonly RowState: DataRowState;
|
|
943
943
|
readonly Table: DataTable;
|
|
@@ -947,12 +947,12 @@ export interface DataRow$instance {
|
|
|
947
947
|
ClearErrors(): void;
|
|
948
948
|
Delete(): void;
|
|
949
949
|
EndEdit(): void;
|
|
950
|
-
get_Item(columnIndex: int):
|
|
951
|
-
get_Item(columnName: string):
|
|
952
|
-
get_Item(column: DataColumn):
|
|
953
|
-
get_Item(columnIndex: int, version: DataRowVersion):
|
|
954
|
-
get_Item(columnName: string, version: DataRowVersion):
|
|
955
|
-
get_Item(column: DataColumn, version: DataRowVersion):
|
|
950
|
+
get_Item(columnIndex: int): unknown;
|
|
951
|
+
get_Item(columnName: string): unknown;
|
|
952
|
+
get_Item(column: DataColumn): unknown;
|
|
953
|
+
get_Item(columnIndex: int, version: DataRowVersion): unknown;
|
|
954
|
+
get_Item(columnName: string, version: DataRowVersion): unknown;
|
|
955
|
+
get_Item(column: DataColumn, version: DataRowVersion): unknown;
|
|
956
956
|
GetChildRows(relationName: string | null): DataRow[];
|
|
957
957
|
GetChildRows(relationName: string | null, version: DataRowVersion): DataRow[];
|
|
958
958
|
GetChildRows(relation: DataRelation | null): DataRow[];
|
|
@@ -975,9 +975,9 @@ export interface DataRow$instance {
|
|
|
975
975
|
IsNull(column: DataColumn): boolean;
|
|
976
976
|
IsNull(column: DataColumn, version: DataRowVersion): boolean;
|
|
977
977
|
RejectChanges(): void;
|
|
978
|
-
set_Item(columnIndex: int, value:
|
|
979
|
-
set_Item(columnName: string, value:
|
|
980
|
-
set_Item(column: DataColumn, value:
|
|
978
|
+
set_Item(columnIndex: int, value: unknown): void;
|
|
979
|
+
set_Item(columnName: string, value: unknown): void;
|
|
980
|
+
set_Item(column: DataColumn, value: unknown): void;
|
|
981
981
|
SetAdded(): void;
|
|
982
982
|
SetColumnError(columnIndex: int, error: string | null): void;
|
|
983
983
|
SetColumnError(columnName: string, error: string | null): void;
|
|
@@ -1029,14 +1029,14 @@ export interface DataRowCollection$instance extends InternalDataCollectionBase$i
|
|
|
1029
1029
|
|
|
1030
1030
|
readonly Count: int;
|
|
1031
1031
|
Add(row: DataRow): void;
|
|
1032
|
-
Add(...values: (
|
|
1032
|
+
Add(...values: (unknown | null)[]): DataRow;
|
|
1033
1033
|
Clear(): void;
|
|
1034
|
-
Contains(key:
|
|
1035
|
-
Contains(keys: (
|
|
1034
|
+
Contains(key: unknown | null): boolean;
|
|
1035
|
+
Contains(keys: (unknown | null)[]): boolean;
|
|
1036
1036
|
CopyTo(ar: ClrArray, index: int): void;
|
|
1037
1037
|
CopyTo(array: DataRow[], index: int): void;
|
|
1038
|
-
Find(key:
|
|
1039
|
-
Find(keys: (
|
|
1038
|
+
Find(key: unknown | null): DataRow | null;
|
|
1039
|
+
Find(keys: (unknown | null)[]): DataRow | null;
|
|
1040
1040
|
GetEnumerator(): IEnumerator;
|
|
1041
1041
|
IndexOf(row: DataRow | null): int;
|
|
1042
1042
|
InsertAt(row: DataRow, pos: int): void;
|
|
@@ -1057,28 +1057,28 @@ export interface __DataRowCollection$views {
|
|
|
1057
1057
|
export type DataRowCollection = DataRowCollection$instance & __DataRowCollection$views & { readonly [index: number]: DataRow; };
|
|
1058
1058
|
|
|
1059
1059
|
|
|
1060
|
-
export interface DataRowComparer_1$instance<TRow extends DataRow> {
|
|
1060
|
+
export interface DataRowComparer_1$instance<TRow extends unknown & DataRow> {
|
|
1061
1061
|
readonly __tsonic_type_System_Data_DataRowComparer_1: never;
|
|
1062
1062
|
|
|
1063
1063
|
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
1064
1064
|
|
|
1065
1065
|
Equals(leftRow: TRow | null, rightRow: TRow | null): boolean;
|
|
1066
|
-
Equals(obj:
|
|
1066
|
+
Equals(obj: unknown | null): boolean;
|
|
1067
1067
|
GetHashCode(row: TRow): int;
|
|
1068
1068
|
GetHashCode(): int;
|
|
1069
1069
|
}
|
|
1070
1070
|
|
|
1071
1071
|
|
|
1072
1072
|
export const DataRowComparer_1: {
|
|
1073
|
-
readonly Default: <TRow extends DataRow>() => DataRowComparer_1<TRow>;
|
|
1073
|
+
readonly Default: <TRow extends unknown & DataRow>() => DataRowComparer_1<TRow>;
|
|
1074
1074
|
};
|
|
1075
1075
|
|
|
1076
1076
|
|
|
1077
|
-
export interface __DataRowComparer_1$views<TRow extends DataRow> {
|
|
1077
|
+
export interface __DataRowComparer_1$views<TRow extends unknown & DataRow> {
|
|
1078
1078
|
As_IEqualityComparer_1(): System_Collections_Generic_Internal.IEqualityComparer_1$instance<TRow>;
|
|
1079
1079
|
}
|
|
1080
1080
|
|
|
1081
|
-
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>;
|
|
1082
1082
|
|
|
1083
1083
|
|
|
1084
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 {
|
|
@@ -1102,12 +1102,12 @@ export interface DataRowView$instance extends INotifyPropertyChanged, System_Com
|
|
|
1102
1102
|
CreateChildView(relationName: string): DataView;
|
|
1103
1103
|
Delete(): void;
|
|
1104
1104
|
EndEdit(): void;
|
|
1105
|
-
Equals(other:
|
|
1106
|
-
get_Item(ndx: int):
|
|
1107
|
-
get_Item(property: string):
|
|
1105
|
+
Equals(other: unknown | null): boolean;
|
|
1106
|
+
get_Item(ndx: int): unknown;
|
|
1107
|
+
get_Item(property: string): unknown;
|
|
1108
1108
|
GetHashCode(): int;
|
|
1109
|
-
set_Item(ndx: int, value:
|
|
1110
|
-
set_Item(property: string, value:
|
|
1109
|
+
set_Item(ndx: int, value: unknown): void;
|
|
1110
|
+
set_Item(property: string, value: unknown): void;
|
|
1111
1111
|
}
|
|
1112
1112
|
|
|
1113
1113
|
|
|
@@ -1124,7 +1124,7 @@ export interface __DataRowView$views {
|
|
|
1124
1124
|
export type DataRowView = DataRowView$instance & __DataRowView$views;
|
|
1125
1125
|
|
|
1126
1126
|
|
|
1127
|
-
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 {
|
|
1128
1128
|
readonly __tsonic_type_System_Data_DataSet: never;
|
|
1129
1129
|
|
|
1130
1130
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
@@ -1257,7 +1257,7 @@ export const DataSysDescriptionAttribute: {
|
|
|
1257
1257
|
|
|
1258
1258
|
export type DataSysDescriptionAttribute = DataSysDescriptionAttribute$instance;
|
|
1259
1259
|
|
|
1260
|
-
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 {
|
|
1261
1261
|
readonly __tsonic_type_System_Data_DataTable: never;
|
|
1262
1262
|
|
|
1263
1263
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
@@ -1295,7 +1295,7 @@ export interface DataTable$instance extends MarshalByValueComponent, System_Comp
|
|
|
1295
1295
|
BeginLoadData(): void;
|
|
1296
1296
|
Clear(): void;
|
|
1297
1297
|
Clone(): DataTable;
|
|
1298
|
-
Compute(expression: string | null, filter: string | null):
|
|
1298
|
+
Compute(expression: string | null, filter: string | null): unknown;
|
|
1299
1299
|
Copy(): DataTable;
|
|
1300
1300
|
CreateDataReader(): DataTableReader;
|
|
1301
1301
|
CreateInstance(): DataTable;
|
|
@@ -1311,8 +1311,8 @@ export interface DataTable$instance extends MarshalByValueComponent, System_Comp
|
|
|
1311
1311
|
Load(reader: IDataReader): void;
|
|
1312
1312
|
Load(reader: IDataReader, loadOption: LoadOption): void;
|
|
1313
1313
|
Load(reader: IDataReader, loadOption: LoadOption, errorHandler: FillErrorEventHandler | null): void;
|
|
1314
|
-
LoadDataRow(values: (
|
|
1315
|
-
LoadDataRow(values: (
|
|
1314
|
+
LoadDataRow(values: (unknown | null)[], fAcceptChanges: boolean): DataRow;
|
|
1315
|
+
LoadDataRow(values: (unknown | null)[], loadOption: LoadOption): DataRow;
|
|
1316
1316
|
Merge(table: DataTable): void;
|
|
1317
1317
|
Merge(table: DataTable, preserveChanges: boolean): void;
|
|
1318
1318
|
Merge(table: DataTable, preserveChanges: boolean, missingSchemaAction: MissingSchemaAction): void;
|
|
@@ -1482,8 +1482,8 @@ export interface DataTableReader$instance extends DbDataReader, System_Internal.
|
|
|
1482
1482
|
readonly IsClosed: boolean;
|
|
1483
1483
|
readonly RecordsAffected: int;
|
|
1484
1484
|
Close(): void;
|
|
1485
|
-
get_Item(ordinal: int):
|
|
1486
|
-
get_Item(name: string):
|
|
1485
|
+
get_Item(ordinal: int): unknown;
|
|
1486
|
+
get_Item(name: string): unknown;
|
|
1487
1487
|
GetBoolean(ordinal: int): boolean;
|
|
1488
1488
|
GetByte(ordinal: int): byte;
|
|
1489
1489
|
GetBytes(ordinal: int, dataIndex: long, buffer: byte[] | null, bufferIndex: int, length: int): long;
|
|
@@ -1503,12 +1503,12 @@ export interface DataTableReader$instance extends DbDataReader, System_Internal.
|
|
|
1503
1503
|
GetName(ordinal: int): string;
|
|
1504
1504
|
GetOrdinal(name: string): int;
|
|
1505
1505
|
GetProviderSpecificFieldType(ordinal: int): Type;
|
|
1506
|
-
GetProviderSpecificValue(ordinal: int):
|
|
1507
|
-
GetProviderSpecificValues(values:
|
|
1506
|
+
GetProviderSpecificValue(ordinal: int): unknown;
|
|
1507
|
+
GetProviderSpecificValues(values: unknown[]): int;
|
|
1508
1508
|
GetSchemaTable(): DataTable;
|
|
1509
1509
|
GetString(ordinal: int): string;
|
|
1510
|
-
GetValue(ordinal: int):
|
|
1511
|
-
GetValues(values:
|
|
1510
|
+
GetValue(ordinal: int): unknown;
|
|
1511
|
+
GetValues(values: unknown[]): int;
|
|
1512
1512
|
IsDBNull(ordinal: int): boolean;
|
|
1513
1513
|
NextResult(): boolean;
|
|
1514
1514
|
Read(): boolean;
|
|
@@ -1532,7 +1532,7 @@ export interface __DataTableReader$views {
|
|
|
1532
1532
|
export type DataTableReader = DataTableReader$instance & __DataTableReader$views;
|
|
1533
1533
|
|
|
1534
1534
|
|
|
1535
|
-
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 {
|
|
1536
1536
|
readonly __tsonic_type_System_Data_DataView: never;
|
|
1537
1537
|
|
|
1538
1538
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
@@ -1562,20 +1562,20 @@ export interface DataView$instance extends MarshalByValueComponent, System_Compo
|
|
|
1562
1562
|
set Table(value: DataTable | null);
|
|
1563
1563
|
AddNew(): DataRowView;
|
|
1564
1564
|
BeginInit(): void;
|
|
1565
|
-
ColumnCollectionChanged(sender:
|
|
1565
|
+
ColumnCollectionChanged(sender: unknown | null, e: CollectionChangeEventArgs): void;
|
|
1566
1566
|
CopyTo(array: ClrArray, index: int): void;
|
|
1567
1567
|
Delete(index: int): void;
|
|
1568
1568
|
Dispose(disposing: boolean): void;
|
|
1569
1569
|
Dispose(): void;
|
|
1570
1570
|
EndInit(): void;
|
|
1571
1571
|
Equals(view: DataView | null): boolean;
|
|
1572
|
-
Equals(obj:
|
|
1573
|
-
Find(key:
|
|
1574
|
-
Find(key: (
|
|
1575
|
-
FindRows(key:
|
|
1576
|
-
FindRows(key: (
|
|
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[];
|
|
1577
1577
|
GetEnumerator(): IEnumerator;
|
|
1578
|
-
IndexListChanged(sender:
|
|
1578
|
+
IndexListChanged(sender: unknown, e: ListChangedEventArgs): void;
|
|
1579
1579
|
OnListChanged(e: ListChangedEventArgs): void;
|
|
1580
1580
|
ToTable(): DataTable;
|
|
1581
1581
|
ToTable(tableName: string | null): DataTable;
|
|
@@ -1627,8 +1627,8 @@ export interface DataViewManager$instance extends MarshalByValueComponent, Syste
|
|
|
1627
1627
|
readonly DataViewSettings: DataViewSettingCollection;
|
|
1628
1628
|
CreateDataView(table: DataTable): DataView;
|
|
1629
1629
|
OnListChanged(e: ListChangedEventArgs): void;
|
|
1630
|
-
RelationCollectionChanged(sender:
|
|
1631
|
-
TableCollectionChanged(sender:
|
|
1630
|
+
RelationCollectionChanged(sender: unknown | null, e: CollectionChangeEventArgs): void;
|
|
1631
|
+
TableCollectionChanged(sender: unknown | null, e: CollectionChangeEventArgs): void;
|
|
1632
1632
|
}
|
|
1633
1633
|
|
|
1634
1634
|
|
|
@@ -1679,7 +1679,7 @@ export interface DataViewSettingCollection$instance {
|
|
|
1679
1679
|
readonly Count: int;
|
|
1680
1680
|
readonly IsReadOnly: boolean;
|
|
1681
1681
|
readonly IsSynchronized: boolean;
|
|
1682
|
-
readonly SyncRoot:
|
|
1682
|
+
readonly SyncRoot: unknown;
|
|
1683
1683
|
CopyTo(ar: ClrArray, index: int): void;
|
|
1684
1684
|
CopyTo(ar: DataViewSetting[], index: int): void;
|
|
1685
1685
|
get_Item(table: DataTable): DataViewSetting;
|
|
@@ -1703,7 +1703,7 @@ export interface __DataViewSettingCollection$views {
|
|
|
1703
1703
|
export type DataViewSettingCollection = DataViewSettingCollection$instance & __DataViewSettingCollection$views;
|
|
1704
1704
|
|
|
1705
1705
|
|
|
1706
|
-
export interface DBConcurrencyException$instance extends SystemException {
|
|
1706
|
+
export interface DBConcurrencyException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1707
1707
|
readonly __tsonic_type_System_Data_DBConcurrencyException: never;
|
|
1708
1708
|
|
|
1709
1709
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -1795,7 +1795,7 @@ export interface __EnumerableRowCollection$views {
|
|
|
1795
1795
|
export type EnumerableRowCollection = EnumerableRowCollection$instance & __EnumerableRowCollection$views;
|
|
1796
1796
|
|
|
1797
1797
|
|
|
1798
|
-
export interface EnumerableRowCollection_1$instance<TRow> extends EnumerableRowCollection$instance {
|
|
1798
|
+
export interface EnumerableRowCollection_1$instance<TRow extends unknown> extends EnumerableRowCollection$instance {
|
|
1799
1799
|
readonly __tsonic_type_System_Data_EnumerableRowCollection_1: never;
|
|
1800
1800
|
|
|
1801
1801
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -1809,12 +1809,12 @@ export const EnumerableRowCollection_1: {
|
|
|
1809
1809
|
};
|
|
1810
1810
|
|
|
1811
1811
|
|
|
1812
|
-
export interface __EnumerableRowCollection_1$views<TRow> {
|
|
1812
|
+
export interface __EnumerableRowCollection_1$views<TRow extends unknown> {
|
|
1813
1813
|
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<TRow>;
|
|
1814
1814
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1815
1815
|
}
|
|
1816
1816
|
|
|
1817
|
-
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>;
|
|
1818
1818
|
|
|
1819
1819
|
|
|
1820
1820
|
export interface EvaluateException$instance extends InvalidExpressionException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
@@ -1846,12 +1846,12 @@ export interface FillErrorEventArgs$instance extends EventArgs {
|
|
|
1846
1846
|
readonly DataTable: DataTable | null;
|
|
1847
1847
|
get Errors(): Exception | null;
|
|
1848
1848
|
set Errors(value: Exception | null);
|
|
1849
|
-
readonly Values: (
|
|
1849
|
+
readonly Values: (unknown | null)[];
|
|
1850
1850
|
}
|
|
1851
1851
|
|
|
1852
1852
|
|
|
1853
1853
|
export const FillErrorEventArgs: {
|
|
1854
|
-
new(dataTable: DataTable | null, values: (
|
|
1854
|
+
new(dataTable: DataTable | null, values: (unknown | null)[] | null): FillErrorEventArgs;
|
|
1855
1855
|
};
|
|
1856
1856
|
|
|
1857
1857
|
|
|
@@ -1867,7 +1867,7 @@ export interface ForeignKeyConstraint$instance extends Constraint {
|
|
|
1867
1867
|
readonly RelatedTable: DataTable;
|
|
1868
1868
|
readonly Table: DataTable | null;
|
|
1869
1869
|
UpdateRule: Rule;
|
|
1870
|
-
Equals(key:
|
|
1870
|
+
Equals(key: unknown | null): boolean;
|
|
1871
1871
|
GetHashCode(): int;
|
|
1872
1872
|
}
|
|
1873
1873
|
|
|
@@ -1916,7 +1916,7 @@ export interface InternalDataCollectionBase$instance {
|
|
|
1916
1916
|
readonly IsReadOnly: boolean;
|
|
1917
1917
|
readonly IsSynchronized: boolean;
|
|
1918
1918
|
readonly List: ArrayList;
|
|
1919
|
-
readonly SyncRoot:
|
|
1919
|
+
readonly SyncRoot: unknown;
|
|
1920
1920
|
CopyTo(ar: ClrArray, index: int): void;
|
|
1921
1921
|
GetEnumerator(): IEnumerator;
|
|
1922
1922
|
}
|
|
@@ -2038,7 +2038,7 @@ export interface __NoNullAllowedException$views {
|
|
|
2038
2038
|
export type NoNullAllowedException = NoNullAllowedException$instance & __NoNullAllowedException$views;
|
|
2039
2039
|
|
|
2040
2040
|
|
|
2041
|
-
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> {
|
|
2042
2042
|
readonly __tsonic_type_System_Data_OrderedEnumerableRowCollection_1: never;
|
|
2043
2043
|
|
|
2044
2044
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -2051,15 +2051,15 @@ export const OrderedEnumerableRowCollection_1: {
|
|
|
2051
2051
|
};
|
|
2052
2052
|
|
|
2053
2053
|
|
|
2054
|
-
export interface __OrderedEnumerableRowCollection_1$views<TRow> {
|
|
2054
|
+
export interface __OrderedEnumerableRowCollection_1$views<TRow extends unknown> {
|
|
2055
2055
|
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<TRow>;
|
|
2056
2056
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
2057
2057
|
}
|
|
2058
2058
|
|
|
2059
|
-
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>;
|
|
2060
2060
|
|
|
2061
2061
|
|
|
2062
|
-
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 {
|
|
2063
2063
|
readonly __tsonic_type_System_Data_PropertyCollection: never;
|
|
2064
2064
|
|
|
2065
2065
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
@@ -2069,7 +2069,7 @@ export interface PropertyCollection$instance extends Hashtable, System_Runtime_S
|
|
|
2069
2069
|
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
2070
2070
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
2071
2071
|
|
|
2072
|
-
Clone():
|
|
2072
|
+
Clone(): unknown;
|
|
2073
2073
|
}
|
|
2074
2074
|
|
|
2075
2075
|
|
|
@@ -2207,7 +2207,7 @@ export interface __SyntaxErrorException$views {
|
|
|
2207
2207
|
export type SyntaxErrorException = SyntaxErrorException$instance & __SyntaxErrorException$views;
|
|
2208
2208
|
|
|
2209
2209
|
|
|
2210
|
-
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 {
|
|
2211
2211
|
readonly __tsonic_type_System_Data_TypedTableBase_1: never;
|
|
2212
2212
|
|
|
2213
2213
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -2221,16 +2221,16 @@ export interface TypedTableBase_1$instance<T extends DataRow> extends DataTable$
|
|
|
2221
2221
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
2222
2222
|
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
2223
2223
|
|
|
2224
|
-
Cast<TResult>(): EnumerableRowCollection_1<TResult>;
|
|
2224
|
+
Cast<TResult extends unknown>(): EnumerableRowCollection_1<TResult>;
|
|
2225
2225
|
GetEnumerator(): IEnumerator_1<T>;
|
|
2226
2226
|
}
|
|
2227
2227
|
|
|
2228
2228
|
|
|
2229
|
-
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>) & {
|
|
2230
2230
|
};
|
|
2231
2231
|
|
|
2232
2232
|
|
|
2233
|
-
export interface __TypedTableBase_1$views<T extends DataRow> {
|
|
2233
|
+
export interface __TypedTableBase_1$views<T extends unknown & DataRow> {
|
|
2234
2234
|
As_IServiceProvider(): System_Internal.IServiceProvider$instance;
|
|
2235
2235
|
As_IComponent(): System_ComponentModel_Internal.IComponent$instance;
|
|
2236
2236
|
As_ISupportInitialize(): System_ComponentModel_Internal.ISupportInitialize$instance;
|
|
@@ -2243,7 +2243,7 @@ export interface __TypedTableBase_1$views<T extends DataRow> {
|
|
|
2243
2243
|
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
2244
2244
|
}
|
|
2245
2245
|
|
|
2246
|
-
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>;
|
|
2247
2247
|
|
|
2248
2248
|
|
|
2249
2249
|
export interface UniqueConstraint$instance extends Constraint {
|
|
@@ -2252,7 +2252,7 @@ export interface UniqueConstraint$instance extends Constraint {
|
|
|
2252
2252
|
readonly Columns: DataColumn[];
|
|
2253
2253
|
readonly IsPrimaryKey: boolean;
|
|
2254
2254
|
readonly Table: DataTable | null;
|
|
2255
|
-
Equals(key2:
|
|
2255
|
+
Equals(key2: unknown | null): boolean;
|
|
2256
2256
|
GetHashCode(): int;
|
|
2257
2257
|
}
|
|
2258
2258
|
|
|
@@ -2306,19 +2306,19 @@ export abstract class DataReaderExtensions$instance {
|
|
|
2306
2306
|
static GetDecimal(reader: DbDataReader, name: string): decimal;
|
|
2307
2307
|
static GetDouble(reader: DbDataReader, name: string): double;
|
|
2308
2308
|
static GetFieldType(reader: DbDataReader, name: string): Type;
|
|
2309
|
-
static GetFieldValue<T>(reader: DbDataReader, name: string): T;
|
|
2310
|
-
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>;
|
|
2311
2311
|
static GetFloat(reader: DbDataReader, name: string): float;
|
|
2312
2312
|
static GetGuid(reader: DbDataReader, name: string): Guid;
|
|
2313
2313
|
static GetInt16(reader: DbDataReader, name: string): short;
|
|
2314
2314
|
static GetInt32(reader: DbDataReader, name: string): int;
|
|
2315
2315
|
static GetInt64(reader: DbDataReader, name: string): long;
|
|
2316
2316
|
static GetProviderSpecificFieldType(reader: DbDataReader, name: string): Type;
|
|
2317
|
-
static GetProviderSpecificValue(reader: DbDataReader, name: string):
|
|
2317
|
+
static GetProviderSpecificValue(reader: DbDataReader, name: string): unknown;
|
|
2318
2318
|
static GetStream(reader: DbDataReader, name: string): Stream;
|
|
2319
2319
|
static GetString(reader: DbDataReader, name: string): string;
|
|
2320
2320
|
static GetTextReader(reader: DbDataReader, name: string): TextReader;
|
|
2321
|
-
static GetValue(reader: DbDataReader, name: string):
|
|
2321
|
+
static GetValue(reader: DbDataReader, name: string): unknown;
|
|
2322
2322
|
static IsDBNull(reader: DbDataReader, name: string): boolean;
|
|
2323
2323
|
static IsDBNullAsync(reader: DbDataReader, name: string, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
2324
2324
|
}
|
|
@@ -2334,58 +2334,58 @@ export abstract class DataRowComparer$instance {
|
|
|
2334
2334
|
export type DataRowComparer = DataRowComparer$instance;
|
|
2335
2335
|
|
|
2336
2336
|
export abstract class DataRowExtensions$instance {
|
|
2337
|
-
static Field<T>(row: DataRow, column: DataColumn, version: DataRowVersion): T | null;
|
|
2338
|
-
static Field<T>(row: DataRow, column: DataColumn): T | null;
|
|
2339
|
-
static Field<T>(row: DataRow, columnIndex: int, version: DataRowVersion): T | null;
|
|
2340
|
-
static Field<T>(row: DataRow, columnIndex: int): T | null;
|
|
2341
|
-
static Field<T>(row: DataRow, columnName: string, version: DataRowVersion): T | null;
|
|
2342
|
-
static Field<T>(row: DataRow, columnName: string): T | null;
|
|
2343
|
-
static SetField<T>(row: DataRow, column: DataColumn, value: T | null): void;
|
|
2344
|
-
static SetField<T>(row: DataRow, columnIndex: int, value: T | null): void;
|
|
2345
|
-
static SetField<T>(row: DataRow, columnName: string, value: T | null): void;
|
|
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;
|
|
2346
2346
|
}
|
|
2347
2347
|
|
|
2348
2348
|
|
|
2349
2349
|
export type DataRowExtensions = DataRowExtensions$instance;
|
|
2350
2350
|
|
|
2351
2351
|
export abstract class DataTableExtensions$instance {
|
|
2352
|
-
static AsDataView<T extends DataRow>(source: EnumerableRowCollection_1<T>): DataView;
|
|
2352
|
+
static AsDataView<T extends unknown & DataRow>(source: EnumerableRowCollection_1<T>): DataView;
|
|
2353
2353
|
static AsDataView(table: DataTable): DataView;
|
|
2354
2354
|
static AsEnumerable(source: DataTable): EnumerableRowCollection_1<DataRow>;
|
|
2355
|
-
static CopyToDataTable<T extends DataRow>(source: IEnumerable_1<T>, table: DataTable, options: LoadOption, errorHandler: FillErrorEventHandler | null): void;
|
|
2356
|
-
static CopyToDataTable<T extends DataRow>(source: IEnumerable_1<T>, table: DataTable, options: LoadOption): void;
|
|
2357
|
-
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;
|
|
2358
2358
|
}
|
|
2359
2359
|
|
|
2360
2360
|
|
|
2361
2361
|
export type DataTableExtensions = DataTableExtensions$instance;
|
|
2362
2362
|
|
|
2363
2363
|
export abstract class EnumerableRowCollectionExtensions$instance {
|
|
2364
|
-
static Cast<TResult>(source: EnumerableRowCollection): EnumerableRowCollection_1<TResult>;
|
|
2365
|
-
static OrderBy<TRow, TKey>(source: EnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2366
|
-
static OrderBy<TRow, TKey>(source: EnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2367
|
-
static OrderByDescending<TRow, TKey>(source: EnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2368
|
-
static OrderByDescending<TRow, TKey>(source: EnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2369
|
-
static Select<TRow, S>(source: EnumerableRowCollection_1<TRow>, selector: Func_2<TRow, S>): EnumerableRowCollection_1<S>;
|
|
2370
|
-
static ThenBy<TRow, TKey>(source: OrderedEnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2371
|
-
static ThenBy<TRow, TKey>(source: OrderedEnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2372
|
-
static ThenByDescending<TRow, TKey>(source: OrderedEnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2373
|
-
static ThenByDescending<TRow, TKey>(source: OrderedEnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2374
|
-
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>;
|
|
2375
2375
|
}
|
|
2376
2376
|
|
|
2377
2377
|
|
|
2378
2378
|
export type EnumerableRowCollectionExtensions = EnumerableRowCollectionExtensions$instance;
|
|
2379
2379
|
|
|
2380
2380
|
export abstract class TypedTableBaseExtensions$instance {
|
|
2381
|
-
static AsEnumerable<TRow extends DataRow>(source: TypedTableBase_1<TRow>): EnumerableRowCollection_1<TRow>;
|
|
2382
|
-
static ElementAtOrDefault<TRow extends DataRow>(source: TypedTableBase_1<TRow>, index: int): TRow | null;
|
|
2383
|
-
static OrderBy<TRow extends DataRow, TKey>(source: TypedTableBase_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2384
|
-
static OrderBy<TRow extends DataRow, TKey>(source: TypedTableBase_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2385
|
-
static OrderByDescending<TRow extends DataRow, TKey>(source: TypedTableBase_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2386
|
-
static OrderByDescending<TRow extends DataRow, TKey>(source: TypedTableBase_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2387
|
-
static Select<TRow extends DataRow, S>(source: TypedTableBase_1<TRow>, selector: Func_2<TRow, S>): EnumerableRowCollection_1<S>;
|
|
2388
|
-
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>;
|
|
2389
2389
|
}
|
|
2390
2390
|
|
|
2391
2391
|
|