@tsonic/dotnet 10.0.1 → 10.0.3
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 -0
- package/Microsoft.CSharp.RuntimeBinder/bindings.json +71 -8
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -1
- package/Microsoft.VisualBasic/bindings.json +635 -68
- package/Microsoft.VisualBasic/internal/index.d.ts +1 -11
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +210 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +0 -22
- package/Microsoft.VisualBasic.FileIO/bindings.json +195 -24
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -3
- package/Microsoft.Win32/bindings.json +107 -24
- package/Microsoft.Win32/internal/index.d.ts +0 -1
- package/Microsoft.Win32.SafeHandles/bindings.json +769 -15
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +37 -6
- package/System/bindings.json +11622 -2308
- package/System/internal/index.d.ts +78 -41
- package/System.Buffers/bindings.json +371 -62
- package/System.Buffers/internal/index.d.ts +15 -16
- package/System.Buffers.Binary/bindings.json +126 -0
- package/System.Buffers.Text/bindings.json +67 -0
- package/System.Buffers.Text/internal/index.d.ts +1 -1
- package/System.Buffers.Text.d.ts +1 -1
- package/System.Buffers.d.ts +1 -1
- package/System.CodeDom.Compiler/bindings.json +142 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +5 -2
- package/System.CodeDom.Compiler.d.ts +1 -1
- package/System.Collections/bindings.json +1094 -69
- package/System.Collections/internal/index.d.ts +35 -13
- package/System.Collections.Concurrent/bindings.json +353 -90
- package/System.Collections.Concurrent/internal/index.d.ts +4 -3
- package/System.Collections.Frozen/bindings.json +158 -48
- package/System.Collections.Generic/bindings.json +1910 -634
- package/System.Collections.Generic/internal/index.d.ts +6 -13
- package/System.Collections.Immutable/bindings.json +1321 -292
- package/System.Collections.Immutable/internal/index.d.ts +0 -13
- package/System.Collections.ObjectModel/bindings.json +1123 -199
- package/System.Collections.ObjectModel/internal/index.d.ts +22 -6
- package/System.Collections.ObjectModel.d.ts +3 -3
- package/System.Collections.Specialized/bindings.json +763 -58
- package/System.Collections.Specialized/internal/index.d.ts +14 -14
- package/System.ComponentModel/bindings.json +3590 -166
- package/System.ComponentModel/internal/index.d.ts +117 -61
- package/System.ComponentModel.DataAnnotations/bindings.json +743 -13
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +51 -23
- package/System.ComponentModel.DataAnnotations.Schema/bindings.json +24 -4
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +5 -4
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.d.ts +2 -2
- package/System.ComponentModel.Design/bindings.json +714 -40
- package/System.ComponentModel.Design/internal/index.d.ts +23 -19
- package/System.ComponentModel.Design.Serialization/bindings.json +261 -12
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +16 -14
- package/System.ComponentModel.Design.d.ts +1 -1
- package/System.ComponentModel.d.ts +2 -2
- package/System.Configuration.Assemblies/bindings.json +19 -8
- package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
- package/System.Configuration.Assemblies.d.ts +1 -1
- package/System.Data/bindings.json +3325 -302
- package/System.Data/internal/index.d.ts +102 -59
- package/System.Data.Common/bindings.json +3047 -241
- package/System.Data.Common/internal/index.d.ts +162 -72
- package/System.Data.Common.d.ts +3 -3
- package/System.Data.SqlTypes/bindings.json +754 -71
- package/System.Data.SqlTypes/internal/index.d.ts +3 -3
- package/System.Data.d.ts +3 -3
- package/System.Diagnostics/bindings.json +1737 -130
- package/System.Diagnostics/internal/index.d.ts +97 -80
- package/System.Diagnostics.CodeAnalysis/bindings.json +125 -4
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +25 -22
- package/System.Diagnostics.CodeAnalysis.d.ts +1 -1
- package/System.Diagnostics.Contracts/bindings.json +68 -4
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -2
- package/System.Diagnostics.Metrics/bindings.json +565 -55
- package/System.Diagnostics.Metrics/internal/index.d.ts +29 -27
- package/System.Diagnostics.SymbolStore/bindings.json +106 -4
- package/System.Diagnostics.Tracing/bindings.json +979 -160
- package/System.Diagnostics.Tracing/internal/index.d.ts +34 -23
- package/System.Diagnostics.d.ts +2 -2
- package/System.Drawing/bindings.json +611 -4
- package/System.Drawing/internal/index.d.ts +1 -1
- package/System.Drawing.d.ts +1 -1
- package/System.Dynamic/bindings.json +346 -24
- package/System.Dynamic/internal/index.d.ts +15 -16
- package/System.Formats.Asn1/bindings.json +229 -12
- package/System.Formats.Tar/bindings.json +120 -16
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Globalization/bindings.json +1088 -53
- package/System.Globalization/internal/index.d.ts +10 -7
- package/System.IO/bindings.json +2163 -110
- package/System.IO/internal/index.d.ts +40 -24
- package/System.IO.Compression/bindings.json +466 -38
- package/System.IO.Compression/internal/index.d.ts +10 -5
- package/System.IO.Compression.d.ts +2 -2
- package/System.IO.Enumeration/bindings.json +221 -22
- package/System.IO.Enumeration/internal/index.d.ts +13 -7
- package/System.IO.IsolatedStorage/bindings.json +250 -11
- package/System.IO.IsolatedStorage/internal/index.d.ts +7 -5
- package/System.IO.IsolatedStorage.d.ts +2 -2
- package/System.IO.MemoryMappedFiles/bindings.json +138 -16
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -8
- package/System.IO.MemoryMappedFiles.d.ts +4 -3
- package/System.IO.Pipelines/bindings.json +147 -3
- package/System.IO.Pipelines/internal/index.d.ts +5 -3
- package/System.IO.Pipes/bindings.json +889 -54
- package/System.IO.Pipes/internal/index.d.ts +30 -15
- package/System.IO.Pipes.d.ts +4 -3
- package/System.IO.d.ts +2 -2
- package/System.Linq/bindings.json +944 -79
- package/System.Linq/internal/index.d.ts +0 -4
- package/System.Linq.Expressions/bindings.json +1998 -57
- package/System.Linq.Expressions/internal/index.d.ts +78 -49
- package/System.Linq.Expressions.Interpreter/bindings.json +2 -0
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -2
- package/System.Linq.Expressions.Interpreter.d.ts +1 -1
- package/System.Linq.Expressions.d.ts +1 -1
- package/System.Net/bindings.json +2083 -248
- package/System.Net/internal/index.d.ts +128 -117
- package/System.Net.Cache/bindings.json +53 -12
- package/System.Net.Cache/internal/index.d.ts +1 -1
- package/System.Net.Cache.d.ts +1 -1
- package/System.Net.Http/bindings.json +2104 -105
- package/System.Net.Http/internal/index.d.ts +107 -37
- package/System.Net.Http.Headers/bindings.json +456 -24
- package/System.Net.Http.Headers/internal/index.d.ts +38 -35
- package/System.Net.Http.Json/bindings.json +171 -0
- package/System.Net.Http.Json/internal/index.d.ts +9 -2
- package/System.Net.Http.Metrics/bindings.json +5 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -3
- package/System.Net.Mail/bindings.json +1127 -101
- package/System.Net.Mail/internal/index.d.ts +39 -24
- package/System.Net.Mime/bindings.json +82 -4
- package/System.Net.Mime/internal/index.d.ts +5 -4
- package/System.Net.Mime.d.ts +1 -1
- package/System.Net.NetworkInformation/bindings.json +857 -61
- package/System.Net.NetworkInformation/internal/index.d.ts +25 -34
- package/System.Net.NetworkInformation.d.ts +2 -2
- package/System.Net.Quic/bindings.json +157 -16
- package/System.Net.Quic/internal/index.d.ts +6 -7
- package/System.Net.Quic.d.ts +2 -2
- package/System.Net.Security/bindings.json +798 -37
- package/System.Net.Security/internal/index.d.ts +29 -24
- package/System.Net.Security.d.ts +2 -2
- package/System.Net.ServerSentEvents/bindings.json +31 -13
- package/System.Net.ServerSentEvents/internal/index.d.ts +3 -4
- package/System.Net.Sockets/bindings.json +1157 -78
- package/System.Net.Sockets/internal/index.d.ts +35 -26
- package/System.Net.Sockets.d.ts +2 -2
- package/System.Net.WebSockets/bindings.json +311 -26
- package/System.Net.WebSockets/internal/index.d.ts +19 -17
- package/System.Net.WebSockets.d.ts +2 -2
- package/System.Net.d.ts +2 -2
- package/System.Numerics/bindings.json +3546 -957
- package/System.Reflection/bindings.json +1913 -132
- package/System.Reflection/internal/index.d.ts +64 -56
- package/System.Reflection.Emit/bindings.json +2509 -57
- package/System.Reflection.Emit/internal/index.d.ts +92 -22
- package/System.Reflection.Emit.d.ts +1 -1
- package/System.Reflection.Metadata/bindings.json +1936 -231
- package/System.Reflection.Metadata/internal/index.d.ts +8 -11
- package/System.Reflection.Metadata.Ecma335/bindings.json +480 -24
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +0 -1
- package/System.Reflection.PortableExecutable/bindings.json +583 -39
- package/System.Reflection.PortableExecutable/internal/index.d.ts +9 -5
- package/System.Resources/bindings.json +323 -17
- package/System.Resources/internal/index.d.ts +9 -5
- package/System.Resources.d.ts +1 -1
- package/System.Runtime/bindings.json +65 -8
- package/System.Runtime/internal/index.d.ts +4 -2
- package/System.Runtime.CompilerServices/bindings.json +718 -139
- package/System.Runtime.CompilerServices/internal/index.d.ts +13 -15
- package/System.Runtime.ConstrainedExecution/bindings.json +56 -10
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ConstrainedExecution.d.ts +1 -1
- package/System.Runtime.ExceptionServices/bindings.json +11 -0
- package/System.Runtime.ExceptionServices/internal/index.d.ts +0 -1
- package/System.Runtime.InteropServices/bindings.json +1858 -265
- package/System.Runtime.InteropServices/internal/index.d.ts +26 -19
- package/System.Runtime.InteropServices.ComTypes/bindings.json +478 -72
- package/System.Runtime.InteropServices.Java/bindings.json +12 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +205 -30
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -22
- package/System.Runtime.InteropServices.Marshalling/bindings.json +484 -89
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +16 -7
- package/System.Runtime.InteropServices.Marshalling.d.ts +2 -1
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +19 -4
- package/System.Runtime.InteropServices.Swift/bindings.json +11 -3
- package/System.Runtime.InteropServices.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +1296 -40
- package/System.Runtime.Intrinsics.Arm/bindings.json +4959 -8
- package/System.Runtime.Intrinsics.Wasm/bindings.json +484 -1
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.X86/bindings.json +3765 -8
- package/System.Runtime.Loader/bindings.json +130 -0
- package/System.Runtime.Loader/internal/index.d.ts +4 -1
- package/System.Runtime.Remoting/bindings.json +2 -0
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Remoting.d.ts +1 -1
- package/System.Runtime.Serialization/bindings.json +920 -17
- package/System.Runtime.Serialization/internal/index.d.ts +65 -37
- package/System.Runtime.Serialization.DataContracts/bindings.json +85 -38
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +27 -21
- package/System.Runtime.Serialization.Formatters/bindings.json +24 -12
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters.Binary/bindings.json +15 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -2
- package/System.Runtime.Serialization.Formatters.d.ts +1 -1
- package/System.Runtime.Serialization.Json/bindings.json +56 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +6 -4
- package/System.Runtime.Serialization.d.ts +2 -2
- package/System.Runtime.Versioning/bindings.json +62 -8
- package/System.Runtime.Versioning/internal/index.d.ts +7 -7
- package/System.Runtime.Versioning.d.ts +1 -1
- package/System.Security/bindings.json +265 -12
- package/System.Security/internal/index.d.ts +21 -13
- package/System.Security.AccessControl/bindings.json +4082 -797
- package/System.Security.AccessControl/internal/index.d.ts +114 -93
- package/System.Security.AccessControl.d.ts +2 -1
- package/System.Security.Authentication/bindings.json +80 -16
- package/System.Security.Authentication.ExtendedProtection/bindings.json +108 -13
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +4 -3
- package/System.Security.Authentication.ExtendedProtection.d.ts +2 -2
- package/System.Security.Claims/bindings.json +436 -0
- package/System.Security.Claims/internal/index.d.ts +18 -7
- package/System.Security.Claims.d.ts +2 -1
- package/System.Security.Cryptography/bindings.json +11592 -237
- package/System.Security.Cryptography/internal/index.d.ts +415 -106
- package/System.Security.Cryptography.X509Certificates/bindings.json +1000 -114
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +15 -17
- package/System.Security.Cryptography.X509Certificates.d.ts +1 -1
- package/System.Security.Cryptography.d.ts +2 -2
- package/System.Security.Permissions/bindings.json +88 -14
- package/System.Security.Permissions/internal/index.d.ts +3 -3
- package/System.Security.Permissions.d.ts +1 -1
- package/System.Security.Policy/bindings.json +42 -1
- package/System.Security.Policy/internal/index.d.ts +3 -3
- package/System.Security.Principal/bindings.json +355 -28
- package/System.Security.Principal/internal/index.d.ts +10 -8
- package/System.Security.Principal.d.ts +1 -1
- package/System.Text/bindings.json +800 -31
- package/System.Text/internal/index.d.ts +11 -14
- package/System.Text.Encodings.Web/bindings.json +87 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +4 -4
- package/System.Text.Json/bindings.json +574 -49
- package/System.Text.Json/internal/index.d.ts +18 -18
- package/System.Text.Json.Nodes/bindings.json +152 -19
- package/System.Text.Json.Nodes/internal/index.d.ts +4 -3
- package/System.Text.Json.Schema/bindings.json +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +2 -2
- package/System.Text.Json.Schema.d.ts +1 -1
- package/System.Text.Json.Serialization/bindings.json +295 -54
- package/System.Text.Json.Serialization/internal/index.d.ts +18 -14
- package/System.Text.Json.Serialization.Metadata/bindings.json +198 -24
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +40 -35
- package/System.Text.RegularExpressions/bindings.json +1319 -103
- package/System.Text.RegularExpressions/internal/index.d.ts +12 -12
- package/System.Text.RegularExpressions.d.ts +1 -1
- package/System.Text.Unicode/bindings.json +185 -0
- package/System.Text.Unicode/internal/index.d.ts +1 -1
- package/System.Text.Unicode.d.ts +1 -1
- package/System.Threading/bindings.json +1270 -64
- package/System.Threading/internal/index.d.ts +26 -28
- package/System.Threading.Channels/bindings.json +143 -29
- package/System.Threading.Channels/internal/index.d.ts +9 -8
- package/System.Threading.Tasks/bindings.json +719 -29
- package/System.Threading.Tasks/internal/index.d.ts +12 -6
- package/System.Threading.Tasks.Dataflow/bindings.json +442 -143
- package/System.Threading.Tasks.Sources/bindings.json +34 -11
- package/System.Timers/bindings.json +50 -4
- package/System.Timers/internal/index.d.ts +6 -5
- package/System.Timers.d.ts +2 -2
- package/System.Transactions/bindings.json +269 -32
- package/System.Transactions/internal/index.d.ts +3 -9
- package/System.Web/bindings.json +32 -0
- package/System.Windows.Input/bindings.json +3 -0
- package/System.Windows.Markup/bindings.json +4 -0
- package/System.Windows.Markup/internal/index.d.ts +1 -1
- package/System.Windows.Markup.d.ts +1 -1
- package/System.Xml/bindings.json +2447 -210
- package/System.Xml/internal/index.d.ts +97 -90
- package/System.Xml.Linq/bindings.json +361 -24
- package/System.Xml.Linq/internal/index.d.ts +17 -13
- package/System.Xml.Resolvers/bindings.json +26 -4
- package/System.Xml.Schema/bindings.json +830 -56
- package/System.Xml.Schema/internal/index.d.ts +115 -91
- package/System.Xml.Serialization/bindings.json +4421 -149
- package/System.Xml.Serialization/internal/index.d.ts +128 -70
- package/System.Xml.Serialization.d.ts +4 -4
- package/System.Xml.XPath/bindings.json +287 -35
- package/System.Xml.XPath/internal/index.d.ts +5 -5
- package/System.Xml.Xsl/bindings.json +174 -8
- package/System.Xml.Xsl/internal/index.d.ts +6 -5
- package/System.Xml.Xsl.Runtime/bindings.json +613 -58
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -9
- package/System.Xml.Xsl.d.ts +1 -1
- package/System.d.ts +1 -1
- package/package.json +1 -1
|
@@ -13,11 +13,11 @@ import * as System_Collections_Generic_Internal from "../../System.Collections.G
|
|
|
13
13
|
import type { ICollection_1, IEnumerable_1, IEnumerator_1, IList_1 } from "../../System.Collections.Generic/internal/index.js";
|
|
14
14
|
import type { ReadOnlyCollection_1 } from "../../System.Collections.ObjectModel/internal/index.js";
|
|
15
15
|
import * as System_Collections_Internal from "../../System.Collections/internal/index.js";
|
|
16
|
-
import type { ICollection, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IList } from "../../System.Collections/internal/index.js";
|
|
16
|
+
import type { Hashtable, ICollection, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IList } from "../../System.Collections/internal/index.js";
|
|
17
17
|
import * as System_ComponentModel_Internal from "../../System.ComponentModel/internal/index.js";
|
|
18
|
-
import type { AttributeCollection, Component, EventDescriptor, EventDescriptorCollection, IComponent, IContainer, ICustomTypeDescriptor, ISite, PropertyDescriptor, PropertyDescriptorCollection, TypeConverter } from "../../System.ComponentModel/internal/index.js";
|
|
18
|
+
import type { AttributeCollection, Component, EventDescriptor, EventDescriptorCollection, EventHandlerList, IComponent, IContainer, ICustomTypeDescriptor, ISite, PropertyDescriptor, PropertyDescriptorCollection, TypeConverter } from "../../System.ComponentModel/internal/index.js";
|
|
19
19
|
import * as System_Data_Internal from "../../System.Data/internal/index.js";
|
|
20
|
-
import type { CommandBehavior, CommandType, ConflictOption, ConnectionState, DataColumn, DataRow, DataRowVersion, DataSet, DataTable, DbType, FillErrorEventHandler, IColumnMapping, IColumnMappingCollection, IDataAdapter, IDataParameter, IDataParameterCollection, IDataReader, IDataRecord, IDbCommand, IDbConnection, IDbDataAdapter, IDbDataParameter, IDbTransaction, IsolationLevel, ITableMapping, ITableMappingCollection, LoadOption, MissingMappingAction, MissingSchemaAction, ParameterDirection, SchemaType, StateChangeEventHandler, StatementType, UpdateRowSource, UpdateStatus } from "../../System.Data/internal/index.js";
|
|
20
|
+
import type { CommandBehavior, CommandType, ConflictOption, ConnectionState, DataColumn, DataRow, DataRowVersion, DataSet, DataTable, DbType, FillErrorEventArgs, FillErrorEventHandler, IColumnMapping, IColumnMappingCollection, IDataAdapter, IDataParameter, IDataParameterCollection, IDataReader, IDataRecord, IDbCommand, IDbConnection, IDbDataAdapter, IDbDataParameter, IDbTransaction, IsolationLevel, ITableMapping, ITableMappingCollection, LoadOption, MissingMappingAction, MissingSchemaAction, ParameterDirection, SchemaType, StateChangeEventArgs, StateChangeEventHandler, StatementType, UpdateRowSource, UpdateStatus } from "../../System.Data/internal/index.js";
|
|
21
21
|
import type { Stream, TextReader } from "../../System.IO/internal/index.js";
|
|
22
22
|
import type { MethodBase } from "../../System.Reflection/internal/index.js";
|
|
23
23
|
import * as System_Runtime_InteropServices_Internal from "../../System.Runtime.InteropServices/internal/index.js";
|
|
@@ -78,19 +78,28 @@ export interface DataAdapter$instance extends Component {
|
|
|
78
78
|
MissingSchemaAction: MissingSchemaAction;
|
|
79
79
|
ReturnProviderSpecificTypes: boolean;
|
|
80
80
|
readonly TableMappings: DataTableMappingCollection;
|
|
81
|
+
CloneInternals(): DataAdapter;
|
|
82
|
+
CreateTableMappings(): DataTableMappingCollection;
|
|
83
|
+
Dispose(disposing: boolean): void;
|
|
81
84
|
Dispose(): void;
|
|
82
85
|
Fill(dataSet: DataSet): int;
|
|
86
|
+
Fill(dataSet: DataSet, srcTable: string, dataReader: IDataReader, startRecord: int, maxRecords: int): int;
|
|
87
|
+
Fill(dataTable: DataTable, dataReader: IDataReader): int;
|
|
88
|
+
Fill(dataTables: DataTable[], dataReader: IDataReader, startRecord: int, maxRecords: int): int;
|
|
83
89
|
FillSchema(dataSet: DataSet, schemaType: SchemaType): DataTable[];
|
|
90
|
+
FillSchema(dataSet: DataSet, schemaType: SchemaType, srcTable: string, dataReader: IDataReader): DataTable[];
|
|
91
|
+
FillSchema(dataTable: DataTable, schemaType: SchemaType, dataReader: IDataReader): DataTable | undefined;
|
|
84
92
|
GetFillParameters(): IDataParameter[];
|
|
93
|
+
OnFillError(value: FillErrorEventArgs): void;
|
|
85
94
|
ResetFillLoadOption(): void;
|
|
86
95
|
ShouldSerializeAcceptChangesDuringFill(): boolean;
|
|
87
96
|
ShouldSerializeFillLoadOption(): boolean;
|
|
97
|
+
ShouldSerializeTableMappings(): boolean;
|
|
88
98
|
Update(dataSet: DataSet): int;
|
|
89
99
|
}
|
|
90
100
|
|
|
91
101
|
|
|
92
|
-
export const DataAdapter: {
|
|
93
|
-
new(): DataAdapter;
|
|
102
|
+
export const DataAdapter: (abstract new() => DataAdapter) & (abstract new(from: DataAdapter) => DataAdapter) & {
|
|
94
103
|
};
|
|
95
104
|
|
|
96
105
|
|
|
@@ -100,8 +109,6 @@ export interface __DataAdapter$views {
|
|
|
100
109
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
101
110
|
}
|
|
102
111
|
|
|
103
|
-
export interface DataAdapter$instance extends System_ComponentModel_Internal.IComponent$instance {}
|
|
104
|
-
|
|
105
112
|
export type DataAdapter = DataAdapter$instance & __DataAdapter$views;
|
|
106
113
|
|
|
107
114
|
|
|
@@ -251,14 +258,23 @@ export type DataTableMappingCollection = DataTableMappingCollection$instance & _
|
|
|
251
258
|
|
|
252
259
|
export interface DbBatch$instance {
|
|
253
260
|
readonly BatchCommands: DbBatchCommandCollection;
|
|
254
|
-
Connection: DbConnection;
|
|
261
|
+
get Connection(): DbConnection | undefined;
|
|
262
|
+
set Connection(value: DbConnection | undefined);
|
|
263
|
+
readonly DbBatchCommands: DbBatchCommandCollection;
|
|
264
|
+
get DbConnection(): DbConnection | undefined;
|
|
265
|
+
set DbConnection(value: DbConnection | undefined);
|
|
266
|
+
get DbTransaction(): DbTransaction | undefined;
|
|
267
|
+
set DbTransaction(value: DbTransaction | undefined);
|
|
255
268
|
Timeout: int;
|
|
256
269
|
get Transaction(): DbTransaction | undefined;
|
|
257
|
-
set Transaction(value: DbTransaction);
|
|
270
|
+
set Transaction(value: DbTransaction | undefined);
|
|
258
271
|
Cancel(): void;
|
|
259
272
|
CreateBatchCommand(): DbBatchCommand;
|
|
273
|
+
CreateDbBatchCommand(): DbBatchCommand;
|
|
260
274
|
Dispose(): void;
|
|
261
275
|
DisposeAsync(): ValueTask;
|
|
276
|
+
ExecuteDbDataReader(behavior: CommandBehavior): DbDataReader;
|
|
277
|
+
ExecuteDbDataReaderAsync(behavior: CommandBehavior, cancellationToken: CancellationToken): Task_1<DbDataReader>;
|
|
262
278
|
ExecuteNonQuery(): int;
|
|
263
279
|
ExecuteNonQueryAsync(cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
264
280
|
ExecuteReader(behavior?: CommandBehavior): DbDataReader;
|
|
@@ -271,7 +287,7 @@ export interface DbBatch$instance {
|
|
|
271
287
|
}
|
|
272
288
|
|
|
273
289
|
|
|
274
|
-
export const DbBatch: {
|
|
290
|
+
export const DbBatch: (abstract new() => DbBatch) & {
|
|
275
291
|
};
|
|
276
292
|
|
|
277
293
|
|
|
@@ -289,13 +305,14 @@ export interface DbBatchCommand$instance {
|
|
|
289
305
|
readonly CanCreateParameter: boolean;
|
|
290
306
|
CommandText: string;
|
|
291
307
|
CommandType: CommandType;
|
|
308
|
+
readonly DbParameterCollection: DbParameterCollection;
|
|
292
309
|
readonly Parameters: DbParameterCollection;
|
|
293
310
|
readonly RecordsAffected: int;
|
|
294
311
|
CreateParameter(): DbParameter;
|
|
295
312
|
}
|
|
296
313
|
|
|
297
314
|
|
|
298
|
-
export const DbBatchCommand: {
|
|
315
|
+
export const DbBatchCommand: (abstract new() => DbBatchCommand) & {
|
|
299
316
|
};
|
|
300
317
|
|
|
301
318
|
|
|
@@ -309,15 +326,17 @@ export interface DbBatchCommandCollection$instance {
|
|
|
309
326
|
Clear(): void;
|
|
310
327
|
Contains(item: DbBatchCommand): boolean;
|
|
311
328
|
CopyTo(array: DbBatchCommand[], arrayIndex: int): void;
|
|
329
|
+
GetBatchCommand(index: int): DbBatchCommand;
|
|
312
330
|
GetEnumerator(): IEnumerator_1<DbBatchCommand>;
|
|
313
331
|
IndexOf(item: DbBatchCommand): int;
|
|
314
332
|
Insert(index: int, item: DbBatchCommand): void;
|
|
315
333
|
Remove(item: DbBatchCommand): boolean;
|
|
316
334
|
RemoveAt(index: int): void;
|
|
335
|
+
SetBatchCommand(index: int, batchCommand: DbBatchCommand): void;
|
|
317
336
|
}
|
|
318
337
|
|
|
319
338
|
|
|
320
|
-
export const DbBatchCommandCollection: {
|
|
339
|
+
export const DbBatchCommandCollection: (abstract new() => DbBatchCommandCollection) & {
|
|
321
340
|
};
|
|
322
341
|
|
|
323
342
|
|
|
@@ -332,34 +351,42 @@ export type DbBatchCommandCollection = DbBatchCommandCollection$instance & __DbB
|
|
|
332
351
|
|
|
333
352
|
|
|
334
353
|
export interface DbColumn$instance {
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
354
|
+
AllowDBNull: Nullable_1<System_Internal.Boolean>;
|
|
355
|
+
get BaseCatalogName(): string | undefined;
|
|
356
|
+
set BaseCatalogName(value: string | undefined);
|
|
357
|
+
get BaseColumnName(): string | undefined;
|
|
358
|
+
set BaseColumnName(value: string | undefined);
|
|
359
|
+
get BaseSchemaName(): string | undefined;
|
|
360
|
+
set BaseSchemaName(value: string | undefined);
|
|
361
|
+
get BaseServerName(): string | undefined;
|
|
362
|
+
set BaseServerName(value: string | undefined);
|
|
363
|
+
get BaseTableName(): string | undefined;
|
|
364
|
+
set BaseTableName(value: string | undefined);
|
|
365
|
+
ColumnName: string;
|
|
366
|
+
ColumnOrdinal: Nullable_1<System_Internal.Int32>;
|
|
367
|
+
ColumnSize: Nullable_1<System_Internal.Int32>;
|
|
368
|
+
get DataType(): Type | undefined;
|
|
369
|
+
set DataType(value: Type | undefined);
|
|
370
|
+
get DataTypeName(): string | undefined;
|
|
371
|
+
set DataTypeName(value: string | undefined);
|
|
372
|
+
IsAliased: Nullable_1<System_Internal.Boolean>;
|
|
373
|
+
IsAutoIncrement: Nullable_1<System_Internal.Boolean>;
|
|
374
|
+
IsExpression: Nullable_1<System_Internal.Boolean>;
|
|
375
|
+
IsHidden: Nullable_1<System_Internal.Boolean>;
|
|
376
|
+
IsIdentity: Nullable_1<System_Internal.Boolean>;
|
|
377
|
+
IsKey: Nullable_1<System_Internal.Boolean>;
|
|
378
|
+
IsLong: Nullable_1<System_Internal.Boolean>;
|
|
379
|
+
IsReadOnly: Nullable_1<System_Internal.Boolean>;
|
|
380
|
+
IsUnique: Nullable_1<System_Internal.Boolean>;
|
|
381
|
+
readonly Item: unknown | undefined;
|
|
382
|
+
NumericPrecision: Nullable_1<System_Internal.Int32>;
|
|
383
|
+
NumericScale: Nullable_1<System_Internal.Int32>;
|
|
384
|
+
get UdtAssemblyQualifiedName(): string | undefined;
|
|
385
|
+
set UdtAssemblyQualifiedName(value: string | undefined);
|
|
359
386
|
}
|
|
360
387
|
|
|
361
388
|
|
|
362
|
-
export const DbColumn: {
|
|
389
|
+
export const DbColumn: (abstract new() => DbColumn) & {
|
|
363
390
|
};
|
|
364
391
|
|
|
365
392
|
|
|
@@ -369,16 +396,26 @@ export interface DbCommand$instance extends Component {
|
|
|
369
396
|
CommandText: string;
|
|
370
397
|
CommandTimeout: int;
|
|
371
398
|
CommandType: CommandType;
|
|
372
|
-
Connection: DbConnection;
|
|
399
|
+
get Connection(): DbConnection | undefined;
|
|
400
|
+
set Connection(value: DbConnection | undefined);
|
|
401
|
+
get DbConnection(): DbConnection | undefined;
|
|
402
|
+
set DbConnection(value: DbConnection | undefined);
|
|
403
|
+
readonly DbParameterCollection: DbParameterCollection;
|
|
404
|
+
get DbTransaction(): DbTransaction | undefined;
|
|
405
|
+
set DbTransaction(value: DbTransaction | undefined);
|
|
373
406
|
DesignTimeVisible: boolean;
|
|
374
407
|
readonly Parameters: DbParameterCollection;
|
|
375
408
|
get Transaction(): DbTransaction | undefined;
|
|
376
|
-
set Transaction(value: DbTransaction);
|
|
409
|
+
set Transaction(value: DbTransaction | undefined);
|
|
377
410
|
UpdatedRowSource: UpdateRowSource;
|
|
378
411
|
Cancel(): void;
|
|
412
|
+
CreateDbParameter(): DbParameter;
|
|
379
413
|
CreateParameter(): DbParameter;
|
|
380
414
|
Dispose(): void;
|
|
415
|
+
Dispose(disposing: boolean): void;
|
|
381
416
|
DisposeAsync(): ValueTask;
|
|
417
|
+
ExecuteDbDataReader(behavior: CommandBehavior): DbDataReader;
|
|
418
|
+
ExecuteDbDataReaderAsync(behavior: CommandBehavior, cancellationToken: CancellationToken): Task_1<DbDataReader>;
|
|
382
419
|
ExecuteNonQuery(): int;
|
|
383
420
|
ExecuteNonQueryAsync(): Task_1<System_Internal.Int32>;
|
|
384
421
|
ExecuteNonQueryAsync(cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
|
|
@@ -396,7 +433,7 @@ export interface DbCommand$instance extends Component {
|
|
|
396
433
|
}
|
|
397
434
|
|
|
398
435
|
|
|
399
|
-
export const DbCommand: {
|
|
436
|
+
export const DbCommand: (abstract new() => DbCommand) & {
|
|
400
437
|
};
|
|
401
438
|
|
|
402
439
|
|
|
@@ -407,7 +444,7 @@ export interface __DbCommand$views {
|
|
|
407
444
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
408
445
|
}
|
|
409
446
|
|
|
410
|
-
export interface DbCommand$instance extends
|
|
447
|
+
export interface DbCommand$instance extends System_Internal.IAsyncDisposable$instance {}
|
|
411
448
|
|
|
412
449
|
export type DbCommand = DbCommand$instance & __DbCommand$views;
|
|
413
450
|
|
|
@@ -417,25 +454,33 @@ export interface DbCommandBuilder$instance extends Component {
|
|
|
417
454
|
CatalogSeparator: string;
|
|
418
455
|
ConflictOption: ConflictOption;
|
|
419
456
|
get DataAdapter(): DbDataAdapter | undefined;
|
|
420
|
-
set DataAdapter(value: DbDataAdapter);
|
|
457
|
+
set DataAdapter(value: DbDataAdapter | undefined);
|
|
421
458
|
QuotePrefix: string;
|
|
422
459
|
QuoteSuffix: string;
|
|
423
460
|
SchemaSeparator: string;
|
|
424
461
|
SetAllValues: boolean;
|
|
462
|
+
ApplyParameterInfo(parameter: DbParameter, row: DataRow, statementType: StatementType, whereClause: boolean): void;
|
|
463
|
+
Dispose(disposing: boolean): void;
|
|
425
464
|
Dispose(): void;
|
|
426
465
|
GetDeleteCommand(): DbCommand;
|
|
427
466
|
GetDeleteCommand(useColumnsForParameterNames: boolean): DbCommand;
|
|
428
467
|
GetInsertCommand(): DbCommand;
|
|
429
468
|
GetInsertCommand(useColumnsForParameterNames: boolean): DbCommand;
|
|
469
|
+
GetParameterName(parameterOrdinal: int): string;
|
|
470
|
+
GetParameterName(parameterName: string): string;
|
|
471
|
+
GetParameterPlaceholder(parameterOrdinal: int): string;
|
|
472
|
+
GetSchemaTable(sourceCommand: DbCommand): DataTable | undefined;
|
|
430
473
|
GetUpdateCommand(): DbCommand;
|
|
431
474
|
GetUpdateCommand(useColumnsForParameterNames: boolean): DbCommand;
|
|
475
|
+
InitializeCommand(command: DbCommand): DbCommand;
|
|
432
476
|
QuoteIdentifier(unquotedIdentifier: string): string;
|
|
433
477
|
RefreshSchema(): void;
|
|
478
|
+
SetRowUpdatingHandler(adapter: DbDataAdapter): void;
|
|
434
479
|
UnquoteIdentifier(quotedIdentifier: string): string;
|
|
435
480
|
}
|
|
436
481
|
|
|
437
482
|
|
|
438
|
-
export const DbCommandBuilder: {
|
|
483
|
+
export const DbCommandBuilder: (abstract new() => DbCommandBuilder) & {
|
|
439
484
|
};
|
|
440
485
|
|
|
441
486
|
|
|
@@ -444,8 +489,6 @@ export interface __DbCommandBuilder$views {
|
|
|
444
489
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
445
490
|
}
|
|
446
491
|
|
|
447
|
-
export interface DbCommandBuilder$instance extends System_ComponentModel_Internal.IComponent$instance {}
|
|
448
|
-
|
|
449
492
|
export type DbCommandBuilder = DbCommandBuilder$instance & __DbCommandBuilder$views;
|
|
450
493
|
|
|
451
494
|
|
|
@@ -455,8 +498,11 @@ export interface DbConnection$instance extends Component {
|
|
|
455
498
|
readonly ConnectionTimeout: int;
|
|
456
499
|
readonly Database: string;
|
|
457
500
|
readonly DataSource: string;
|
|
501
|
+
readonly DbProviderFactory: DbProviderFactory | undefined;
|
|
458
502
|
readonly ServerVersion: string;
|
|
459
503
|
readonly State: ConnectionState;
|
|
504
|
+
BeginDbTransaction(isolationLevel: IsolationLevel): DbTransaction;
|
|
505
|
+
BeginDbTransactionAsync(isolationLevel: IsolationLevel, cancellationToken: CancellationToken): ValueTask_1<DbTransaction>;
|
|
460
506
|
BeginTransaction(): DbTransaction;
|
|
461
507
|
BeginTransaction(isolationLevel: IsolationLevel): DbTransaction;
|
|
462
508
|
BeginTransactionAsync(cancellationToken?: CancellationToken): ValueTask_1<DbTransaction>;
|
|
@@ -467,7 +513,10 @@ export interface DbConnection$instance extends Component {
|
|
|
467
513
|
CloseAsync(): Task;
|
|
468
514
|
CreateBatch(): DbBatch;
|
|
469
515
|
CreateCommand(): DbCommand;
|
|
516
|
+
CreateDbBatch(): DbBatch;
|
|
517
|
+
CreateDbCommand(): DbCommand;
|
|
470
518
|
Dispose(): void;
|
|
519
|
+
Dispose(disposing: boolean): void;
|
|
471
520
|
DisposeAsync(): ValueTask;
|
|
472
521
|
EnlistTransaction(transaction: Transaction): void;
|
|
473
522
|
GetSchema(): DataTable;
|
|
@@ -476,13 +525,14 @@ export interface DbConnection$instance extends Component {
|
|
|
476
525
|
GetSchemaAsync(cancellationToken?: CancellationToken): Task_1<DataTable>;
|
|
477
526
|
GetSchemaAsync(collectionName: string, cancellationToken?: CancellationToken): Task_1<DataTable>;
|
|
478
527
|
GetSchemaAsync(collectionName: string, restrictionValues: string[], cancellationToken?: CancellationToken): Task_1<DataTable>;
|
|
528
|
+
OnStateChange(stateChange: StateChangeEventArgs): void;
|
|
479
529
|
Open(): void;
|
|
480
530
|
OpenAsync(): Task;
|
|
481
531
|
OpenAsync(cancellationToken: CancellationToken): Task;
|
|
482
532
|
}
|
|
483
533
|
|
|
484
534
|
|
|
485
|
-
export const DbConnection: {
|
|
535
|
+
export const DbConnection: (abstract new() => DbConnection) & {
|
|
486
536
|
};
|
|
487
537
|
|
|
488
538
|
|
|
@@ -493,7 +543,7 @@ export interface __DbConnection$views {
|
|
|
493
543
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
494
544
|
}
|
|
495
545
|
|
|
496
|
-
export interface DbConnection$instance extends
|
|
546
|
+
export interface DbConnection$instance extends System_Internal.IAsyncDisposable$instance {}
|
|
497
547
|
|
|
498
548
|
export type DbConnection = DbConnection$instance & __DbConnection$views;
|
|
499
549
|
|
|
@@ -511,6 +561,7 @@ export interface DbConnectionStringBuilder$instance {
|
|
|
511
561
|
Clear(): void;
|
|
512
562
|
ContainsKey(keyword: string): boolean;
|
|
513
563
|
EquivalentTo(connectionStringBuilder: DbConnectionStringBuilder): boolean;
|
|
564
|
+
GetProperties(propertyDescriptors: Hashtable): void;
|
|
514
565
|
Remove(keyword: string): boolean;
|
|
515
566
|
ShouldSerialize(keyword: string): boolean;
|
|
516
567
|
ToString(): string;
|
|
@@ -533,33 +584,50 @@ export interface __DbConnectionStringBuilder$views {
|
|
|
533
584
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
534
585
|
}
|
|
535
586
|
|
|
536
|
-
export interface DbConnectionStringBuilder$instance extends System_ComponentModel_Internal.ICustomTypeDescriptor$instance {}
|
|
537
|
-
|
|
538
587
|
export type DbConnectionStringBuilder = DbConnectionStringBuilder$instance & __DbConnectionStringBuilder$views;
|
|
539
588
|
|
|
540
589
|
|
|
541
590
|
export interface DbDataAdapter$instance extends DataAdapter$instance {
|
|
542
591
|
get DeleteCommand(): DbCommand | undefined;
|
|
543
|
-
set DeleteCommand(value: DbCommand);
|
|
592
|
+
set DeleteCommand(value: DbCommand | undefined);
|
|
544
593
|
get InsertCommand(): DbCommand | undefined;
|
|
545
|
-
set InsertCommand(value: DbCommand);
|
|
594
|
+
set InsertCommand(value: DbCommand | undefined);
|
|
546
595
|
get SelectCommand(): DbCommand | undefined;
|
|
547
|
-
set SelectCommand(value: DbCommand);
|
|
596
|
+
set SelectCommand(value: DbCommand | undefined);
|
|
548
597
|
UpdateBatchSize: int;
|
|
549
598
|
get UpdateCommand(): DbCommand | undefined;
|
|
550
|
-
set UpdateCommand(value: DbCommand);
|
|
599
|
+
set UpdateCommand(value: DbCommand | undefined);
|
|
600
|
+
AddToBatch(command: IDbCommand): int;
|
|
601
|
+
ClearBatch(): void;
|
|
602
|
+
CreateRowUpdatedEvent(dataRow: DataRow, command: IDbCommand, statementType: StatementType, tableMapping: DataTableMapping): RowUpdatedEventArgs;
|
|
603
|
+
CreateRowUpdatingEvent(dataRow: DataRow, command: IDbCommand, statementType: StatementType, tableMapping: DataTableMapping): RowUpdatingEventArgs;
|
|
604
|
+
Dispose(disposing: boolean): void;
|
|
551
605
|
Dispose(): void;
|
|
606
|
+
ExecuteBatch(): int;
|
|
552
607
|
Fill(dataSet: DataSet): int;
|
|
553
608
|
Fill(dataTable: DataTable): int;
|
|
609
|
+
Fill(startRecord: int, maxRecords: int, ...dataTables: DataTable[]): int;
|
|
610
|
+
Fill(dataSet: DataSet, srcTable: string, dataReader: IDataReader, startRecord: int, maxRecords: int): int;
|
|
611
|
+
Fill(dataTable: DataTable, dataReader: IDataReader): int;
|
|
612
|
+
Fill(dataTables: DataTable[], dataReader: IDataReader, startRecord: int, maxRecords: int): int;
|
|
554
613
|
FillSchema(dataTable: DataTable, schemaType: SchemaType): DataTable | undefined;
|
|
555
614
|
FillSchema(dataSet: DataSet, schemaType: SchemaType): DataTable[];
|
|
615
|
+
FillSchema(dataSet: DataSet, schemaType: SchemaType, srcTable: string, dataReader: IDataReader): DataTable[];
|
|
616
|
+
FillSchema(dataTable: DataTable, schemaType: SchemaType, dataReader: IDataReader): DataTable | undefined;
|
|
617
|
+
GetBatchedParameter(commandIdentifier: int, parameterIndex: int): IDataParameter;
|
|
618
|
+
GetBatchedRecordsAffected(commandIdentifier: int, recordsAffected: int, error: Exception): boolean;
|
|
556
619
|
GetFillParameters(): IDataParameter[];
|
|
620
|
+
InitializeBatching(): void;
|
|
621
|
+
OnRowUpdated(value: RowUpdatedEventArgs): void;
|
|
622
|
+
OnRowUpdating(value: RowUpdatingEventArgs): void;
|
|
623
|
+
TerminateBatching(): void;
|
|
557
624
|
Update(dataSet: DataSet): int;
|
|
558
625
|
Update(dataTable: DataTable): int;
|
|
626
|
+
Update(dataSet: DataSet, srcTable: string): int;
|
|
559
627
|
}
|
|
560
628
|
|
|
561
629
|
|
|
562
|
-
export const DbDataAdapter: {
|
|
630
|
+
export const DbDataAdapter: (abstract new() => DbDataAdapter) & (abstract new(adapter: DbDataAdapter) => DbDataAdapter) & {
|
|
563
631
|
readonly DefaultSourceTableName: string;
|
|
564
632
|
};
|
|
565
633
|
|
|
@@ -587,6 +655,7 @@ export interface DbDataReader$instance extends MarshalByRefObject {
|
|
|
587
655
|
Close(): void;
|
|
588
656
|
CloseAsync(): Task;
|
|
589
657
|
Dispose(): void;
|
|
658
|
+
Dispose(disposing: boolean): void;
|
|
590
659
|
DisposeAsync(): ValueTask;
|
|
591
660
|
get_Item(ordinal: int): unknown;
|
|
592
661
|
get_Item(name: string): unknown;
|
|
@@ -599,6 +668,7 @@ export interface DbDataReader$instance extends MarshalByRefObject {
|
|
|
599
668
|
GetData(ordinal: int): DbDataReader;
|
|
600
669
|
GetDataTypeName(ordinal: int): string;
|
|
601
670
|
GetDateTime(ordinal: int): DateTime;
|
|
671
|
+
GetDbDataReader(ordinal: int): DbDataReader;
|
|
602
672
|
GetDecimal(ordinal: int): decimal;
|
|
603
673
|
GetDouble(ordinal: int): double;
|
|
604
674
|
GetEnumerator(): IEnumerator;
|
|
@@ -635,7 +705,7 @@ export interface DbDataReader$instance extends MarshalByRefObject {
|
|
|
635
705
|
}
|
|
636
706
|
|
|
637
707
|
|
|
638
|
-
export const DbDataReader: {
|
|
708
|
+
export const DbDataReader: (abstract new() => DbDataReader) & {
|
|
639
709
|
};
|
|
640
710
|
|
|
641
711
|
|
|
@@ -664,6 +734,7 @@ export interface DbDataRecord$instance {
|
|
|
664
734
|
GetData(i: int): IDataReader;
|
|
665
735
|
GetDataTypeName(i: int): string;
|
|
666
736
|
GetDateTime(i: int): DateTime;
|
|
737
|
+
GetDbDataReader(i: int): DbDataReader;
|
|
667
738
|
GetDecimal(i: int): decimal;
|
|
668
739
|
GetDouble(i: int): double;
|
|
669
740
|
GetFieldType(i: int): Type;
|
|
@@ -681,7 +752,7 @@ export interface DbDataRecord$instance {
|
|
|
681
752
|
}
|
|
682
753
|
|
|
683
754
|
|
|
684
|
-
export const DbDataRecord: {
|
|
755
|
+
export const DbDataRecord: (abstract new() => DbDataRecord) & {
|
|
685
756
|
};
|
|
686
757
|
|
|
687
758
|
|
|
@@ -700,14 +771,21 @@ export interface DbDataSource$instance {
|
|
|
700
771
|
CreateBatch(): DbBatch;
|
|
701
772
|
CreateCommand(commandText?: string): DbCommand;
|
|
702
773
|
CreateConnection(): DbConnection;
|
|
774
|
+
CreateDbBatch(): DbBatch;
|
|
775
|
+
CreateDbCommand(commandText?: string): DbCommand;
|
|
776
|
+
CreateDbConnection(): DbConnection;
|
|
703
777
|
Dispose(): void;
|
|
778
|
+
Dispose(disposing: boolean): void;
|
|
704
779
|
DisposeAsync(): ValueTask;
|
|
780
|
+
DisposeAsyncCore(): ValueTask;
|
|
705
781
|
OpenConnection(): DbConnection;
|
|
706
782
|
OpenConnectionAsync(cancellationToken?: CancellationToken): ValueTask_1<DbConnection>;
|
|
783
|
+
OpenDbConnection(): DbConnection;
|
|
784
|
+
OpenDbConnectionAsync(cancellationToken?: CancellationToken): ValueTask_1<DbConnection>;
|
|
707
785
|
}
|
|
708
786
|
|
|
709
787
|
|
|
710
|
-
export const DbDataSource: {
|
|
788
|
+
export const DbDataSource: (abstract new() => DbDataSource) & {
|
|
711
789
|
};
|
|
712
790
|
|
|
713
791
|
|
|
@@ -716,7 +794,7 @@ export interface __DbDataSource$views {
|
|
|
716
794
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
717
795
|
}
|
|
718
796
|
|
|
719
|
-
export interface DbDataSource$instance extends System_Internal.IAsyncDisposable$instance
|
|
797
|
+
export interface DbDataSource$instance extends System_Internal.IAsyncDisposable$instance {}
|
|
720
798
|
|
|
721
799
|
export type DbDataSource = DbDataSource$instance & __DbDataSource$views;
|
|
722
800
|
|
|
@@ -726,7 +804,7 @@ export interface DbDataSourceEnumerator$instance {
|
|
|
726
804
|
}
|
|
727
805
|
|
|
728
806
|
|
|
729
|
-
export const DbDataSourceEnumerator: {
|
|
807
|
+
export const DbDataSourceEnumerator: (abstract new() => DbDataSourceEnumerator) & {
|
|
730
808
|
};
|
|
731
809
|
|
|
732
810
|
|
|
@@ -758,13 +836,14 @@ export type DbEnumerator = DbEnumerator$instance & __DbEnumerator$views;
|
|
|
758
836
|
|
|
759
837
|
export interface DbException$instance extends ExternalException {
|
|
760
838
|
readonly BatchCommand: DbBatchCommand | undefined;
|
|
839
|
+
readonly DbBatchCommand: DbBatchCommand | undefined;
|
|
761
840
|
readonly IsTransient: boolean;
|
|
762
841
|
readonly SqlState: string | undefined;
|
|
763
842
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
764
843
|
}
|
|
765
844
|
|
|
766
845
|
|
|
767
|
-
export const DbException: {
|
|
846
|
+
export const DbException: (abstract new() => DbException) & (abstract new(message: string) => DbException) & (abstract new(message: string, innerException: Exception) => DbException) & (abstract new(message: string, errorCode: int) => DbException) & (abstract new(info: SerializationInfo, context: StreamingContext) => DbException) & {
|
|
768
847
|
};
|
|
769
848
|
|
|
770
849
|
|
|
@@ -786,12 +865,13 @@ export interface DbParameter$instance extends MarshalByRefObject {
|
|
|
786
865
|
SourceColumn: string;
|
|
787
866
|
SourceColumnNullMapping: boolean;
|
|
788
867
|
SourceVersion: DataRowVersion;
|
|
789
|
-
Value: unknown;
|
|
868
|
+
get Value(): unknown | undefined;
|
|
869
|
+
set Value(value: unknown | undefined);
|
|
790
870
|
ResetDbType(): void;
|
|
791
871
|
}
|
|
792
872
|
|
|
793
873
|
|
|
794
|
-
export const DbParameter: {
|
|
874
|
+
export const DbParameter: (abstract new() => DbParameter) & {
|
|
795
875
|
};
|
|
796
876
|
|
|
797
877
|
|
|
@@ -818,6 +898,8 @@ export interface DbParameterCollection$instance extends MarshalByRefObject {
|
|
|
818
898
|
get_Item(index: int): DbParameter;
|
|
819
899
|
get_Item(parameterName: string): DbParameter;
|
|
820
900
|
GetEnumerator(): IEnumerator;
|
|
901
|
+
GetParameter(index: int): DbParameter;
|
|
902
|
+
GetParameter(parameterName: string): DbParameter;
|
|
821
903
|
IndexOf(value: unknown): int;
|
|
822
904
|
IndexOf(parameterName: string): int;
|
|
823
905
|
Insert(index: int, value: unknown): void;
|
|
@@ -826,10 +908,12 @@ export interface DbParameterCollection$instance extends MarshalByRefObject {
|
|
|
826
908
|
RemoveAt(parameterName: string): void;
|
|
827
909
|
set_Item(index: int, value: DbParameter): void;
|
|
828
910
|
set_Item(parameterName: string, value: DbParameter): void;
|
|
911
|
+
SetParameter(index: int, value: DbParameter): void;
|
|
912
|
+
SetParameter(parameterName: string, value: DbParameter): void;
|
|
829
913
|
}
|
|
830
914
|
|
|
831
915
|
|
|
832
|
-
export const DbParameterCollection: {
|
|
916
|
+
export const DbParameterCollection: (abstract new() => DbParameterCollection) & {
|
|
833
917
|
};
|
|
834
918
|
|
|
835
919
|
|
|
@@ -850,18 +934,18 @@ export interface DbProviderFactory$instance {
|
|
|
850
934
|
readonly CanCreateDataSourceEnumerator: boolean;
|
|
851
935
|
CreateBatch(): DbBatch;
|
|
852
936
|
CreateBatchCommand(): DbBatchCommand;
|
|
853
|
-
CreateCommand(): DbCommand;
|
|
937
|
+
CreateCommand(): DbCommand | undefined;
|
|
854
938
|
CreateCommandBuilder(): DbCommandBuilder | undefined;
|
|
855
|
-
CreateConnection(): DbConnection;
|
|
939
|
+
CreateConnection(): DbConnection | undefined;
|
|
856
940
|
CreateConnectionStringBuilder(): DbConnectionStringBuilder | undefined;
|
|
857
941
|
CreateDataAdapter(): DbDataAdapter | undefined;
|
|
858
942
|
CreateDataSource(connectionString: string): DbDataSource;
|
|
859
943
|
CreateDataSourceEnumerator(): DbDataSourceEnumerator | undefined;
|
|
860
|
-
CreateParameter(): DbParameter;
|
|
944
|
+
CreateParameter(): DbParameter | undefined;
|
|
861
945
|
}
|
|
862
946
|
|
|
863
947
|
|
|
864
|
-
export const DbProviderFactory: {
|
|
948
|
+
export const DbProviderFactory: (abstract new() => DbProviderFactory) & {
|
|
865
949
|
};
|
|
866
950
|
|
|
867
951
|
|
|
@@ -880,12 +964,14 @@ export const DbProviderSpecificTypePropertyAttribute: {
|
|
|
880
964
|
export type DbProviderSpecificTypePropertyAttribute = DbProviderSpecificTypePropertyAttribute$instance;
|
|
881
965
|
|
|
882
966
|
export interface DbTransaction$instance extends MarshalByRefObject {
|
|
883
|
-
readonly Connection: DbConnection;
|
|
967
|
+
readonly Connection: DbConnection | undefined;
|
|
968
|
+
readonly DbConnection: DbConnection | undefined;
|
|
884
969
|
readonly IsolationLevel: IsolationLevel;
|
|
885
970
|
readonly SupportsSavepoints: boolean;
|
|
886
971
|
Commit(): void;
|
|
887
972
|
CommitAsync(cancellationToken?: CancellationToken): Task;
|
|
888
973
|
Dispose(): void;
|
|
974
|
+
Dispose(disposing: boolean): void;
|
|
889
975
|
DisposeAsync(): ValueTask;
|
|
890
976
|
Release(savepointName: string): void;
|
|
891
977
|
ReleaseAsync(savepointName: string, cancellationToken?: CancellationToken): Task;
|
|
@@ -898,7 +984,7 @@ export interface DbTransaction$instance extends MarshalByRefObject {
|
|
|
898
984
|
}
|
|
899
985
|
|
|
900
986
|
|
|
901
|
-
export const DbTransaction: {
|
|
987
|
+
export const DbTransaction: (abstract new() => DbTransaction) & {
|
|
902
988
|
};
|
|
903
989
|
|
|
904
990
|
|
|
@@ -915,7 +1001,8 @@ export type DbTransaction = DbTransaction$instance & __DbTransaction$views;
|
|
|
915
1001
|
|
|
916
1002
|
export interface RowUpdatedEventArgs$instance extends EventArgs {
|
|
917
1003
|
readonly Command: IDbCommand | undefined;
|
|
918
|
-
Errors: Exception;
|
|
1004
|
+
get Errors(): Exception | undefined;
|
|
1005
|
+
set Errors(value: Exception | undefined);
|
|
919
1006
|
readonly RecordsAffected: int;
|
|
920
1007
|
readonly Row: DataRow;
|
|
921
1008
|
readonly RowCount: int;
|
|
@@ -935,9 +1022,12 @@ export const RowUpdatedEventArgs: {
|
|
|
935
1022
|
export type RowUpdatedEventArgs = RowUpdatedEventArgs$instance;
|
|
936
1023
|
|
|
937
1024
|
export interface RowUpdatingEventArgs$instance extends EventArgs {
|
|
1025
|
+
get BaseCommand(): IDbCommand | undefined;
|
|
1026
|
+
set BaseCommand(value: IDbCommand | undefined);
|
|
938
1027
|
get Command(): IDbCommand | undefined;
|
|
939
|
-
set Command(value: IDbCommand);
|
|
940
|
-
Errors: Exception;
|
|
1028
|
+
set Command(value: IDbCommand | undefined);
|
|
1029
|
+
get Errors(): Exception | undefined;
|
|
1030
|
+
set Errors(value: Exception | undefined);
|
|
941
1031
|
readonly Row: DataRow;
|
|
942
1032
|
readonly StatementType: StatementType;
|
|
943
1033
|
Status: UpdateStatus;
|
package/System.Data.Common.d.ts
CHANGED
|
@@ -8,9 +8,9 @@ import * as Internal from './System.Data.Common/internal/index.js';
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
9
|
import type { ICollection_1, IEnumerable_1, IEnumerator_1, IList_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
10
|
import type { ReadOnlyCollection_1 } from './System.Collections.ObjectModel/internal/index.js';
|
|
11
|
-
import type { ICollection, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IList } from './System.Collections/internal/index.js';
|
|
12
|
-
import type { AttributeCollection, Component, EventDescriptor, EventDescriptorCollection, IComponent, IContainer, ICustomTypeDescriptor, ISite, PropertyDescriptor, PropertyDescriptorCollection, TypeConverter } from './System.ComponentModel/internal/index.js';
|
|
13
|
-
import type { CommandBehavior, CommandType, ConflictOption, ConnectionState, DataColumn, DataRow, DataRowVersion, DataSet, DataTable, DbType, FillErrorEventHandler, IColumnMapping, IColumnMappingCollection, IDataAdapter, IDataParameter, IDataParameterCollection, IDataReader, IDataRecord, IDbCommand, IDbConnection, IDbDataAdapter, IDbDataParameter, IDbTransaction, IsolationLevel, ITableMapping, ITableMappingCollection, LoadOption, MissingMappingAction, MissingSchemaAction, ParameterDirection, SchemaType, StateChangeEventHandler, StatementType, UpdateRowSource, UpdateStatus } from './System.Data/internal/index.js';
|
|
11
|
+
import type { Hashtable, ICollection, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IList } from './System.Collections/internal/index.js';
|
|
12
|
+
import type { AttributeCollection, Component, EventDescriptor, EventDescriptorCollection, EventHandlerList, IComponent, IContainer, ICustomTypeDescriptor, ISite, PropertyDescriptor, PropertyDescriptorCollection, TypeConverter } from './System.ComponentModel/internal/index.js';
|
|
13
|
+
import type { CommandBehavior, CommandType, ConflictOption, ConnectionState, DataColumn, DataRow, DataRowVersion, DataSet, DataTable, DbType, FillErrorEventArgs, FillErrorEventHandler, IColumnMapping, IColumnMappingCollection, IDataAdapter, IDataParameter, IDataParameterCollection, IDataReader, IDataRecord, IDbCommand, IDbConnection, IDbDataAdapter, IDbDataParameter, IDbTransaction, IsolationLevel, ITableMapping, ITableMappingCollection, LoadOption, MissingMappingAction, MissingSchemaAction, ParameterDirection, SchemaType, StateChangeEventArgs, StateChangeEventHandler, StatementType, UpdateRowSource, UpdateStatus } from './System.Data/internal/index.js';
|
|
14
14
|
import type { Stream, TextReader } from './System.IO/internal/index.js';
|
|
15
15
|
import type { MethodBase } from './System.Reflection/internal/index.js';
|
|
16
16
|
import type { ExternalException } from './System.Runtime.InteropServices/internal/index.js';
|