@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.
Files changed (295) hide show
  1. package/Internal/bindings.json +5 -0
  2. package/Microsoft.CSharp.RuntimeBinder/bindings.json +71 -8
  3. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -1
  4. package/Microsoft.VisualBasic/bindings.json +635 -68
  5. package/Microsoft.VisualBasic/internal/index.d.ts +1 -11
  6. package/Microsoft.VisualBasic.CompilerServices/bindings.json +210 -0
  7. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +0 -22
  8. package/Microsoft.VisualBasic.FileIO/bindings.json +195 -24
  9. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -3
  10. package/Microsoft.Win32/bindings.json +107 -24
  11. package/Microsoft.Win32/internal/index.d.ts +0 -1
  12. package/Microsoft.Win32.SafeHandles/bindings.json +769 -15
  13. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +37 -6
  14. package/System/bindings.json +11622 -2308
  15. package/System/internal/index.d.ts +78 -41
  16. package/System.Buffers/bindings.json +371 -62
  17. package/System.Buffers/internal/index.d.ts +15 -16
  18. package/System.Buffers.Binary/bindings.json +126 -0
  19. package/System.Buffers.Text/bindings.json +67 -0
  20. package/System.Buffers.Text/internal/index.d.ts +1 -1
  21. package/System.Buffers.Text.d.ts +1 -1
  22. package/System.Buffers.d.ts +1 -1
  23. package/System.CodeDom.Compiler/bindings.json +142 -4
  24. package/System.CodeDom.Compiler/internal/index.d.ts +5 -2
  25. package/System.CodeDom.Compiler.d.ts +1 -1
  26. package/System.Collections/bindings.json +1094 -69
  27. package/System.Collections/internal/index.d.ts +35 -13
  28. package/System.Collections.Concurrent/bindings.json +353 -90
  29. package/System.Collections.Concurrent/internal/index.d.ts +4 -3
  30. package/System.Collections.Frozen/bindings.json +158 -48
  31. package/System.Collections.Generic/bindings.json +1910 -634
  32. package/System.Collections.Generic/internal/index.d.ts +6 -13
  33. package/System.Collections.Immutable/bindings.json +1321 -292
  34. package/System.Collections.Immutable/internal/index.d.ts +0 -13
  35. package/System.Collections.ObjectModel/bindings.json +1123 -199
  36. package/System.Collections.ObjectModel/internal/index.d.ts +22 -6
  37. package/System.Collections.ObjectModel.d.ts +3 -3
  38. package/System.Collections.Specialized/bindings.json +763 -58
  39. package/System.Collections.Specialized/internal/index.d.ts +14 -14
  40. package/System.ComponentModel/bindings.json +3590 -166
  41. package/System.ComponentModel/internal/index.d.ts +117 -61
  42. package/System.ComponentModel.DataAnnotations/bindings.json +743 -13
  43. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +51 -23
  44. package/System.ComponentModel.DataAnnotations.Schema/bindings.json +24 -4
  45. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +5 -4
  46. package/System.ComponentModel.DataAnnotations.Schema.d.ts +1 -1
  47. package/System.ComponentModel.DataAnnotations.d.ts +2 -2
  48. package/System.ComponentModel.Design/bindings.json +714 -40
  49. package/System.ComponentModel.Design/internal/index.d.ts +23 -19
  50. package/System.ComponentModel.Design.Serialization/bindings.json +261 -12
  51. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +16 -14
  52. package/System.ComponentModel.Design.d.ts +1 -1
  53. package/System.ComponentModel.d.ts +2 -2
  54. package/System.Configuration.Assemblies/bindings.json +19 -8
  55. package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
  56. package/System.Configuration.Assemblies.d.ts +1 -1
  57. package/System.Data/bindings.json +3325 -302
  58. package/System.Data/internal/index.d.ts +102 -59
  59. package/System.Data.Common/bindings.json +3047 -241
  60. package/System.Data.Common/internal/index.d.ts +162 -72
  61. package/System.Data.Common.d.ts +3 -3
  62. package/System.Data.SqlTypes/bindings.json +754 -71
  63. package/System.Data.SqlTypes/internal/index.d.ts +3 -3
  64. package/System.Data.d.ts +3 -3
  65. package/System.Diagnostics/bindings.json +1737 -130
  66. package/System.Diagnostics/internal/index.d.ts +97 -80
  67. package/System.Diagnostics.CodeAnalysis/bindings.json +125 -4
  68. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +25 -22
  69. package/System.Diagnostics.CodeAnalysis.d.ts +1 -1
  70. package/System.Diagnostics.Contracts/bindings.json +68 -4
  71. package/System.Diagnostics.Contracts/internal/index.d.ts +2 -2
  72. package/System.Diagnostics.Metrics/bindings.json +565 -55
  73. package/System.Diagnostics.Metrics/internal/index.d.ts +29 -27
  74. package/System.Diagnostics.SymbolStore/bindings.json +106 -4
  75. package/System.Diagnostics.Tracing/bindings.json +979 -160
  76. package/System.Diagnostics.Tracing/internal/index.d.ts +34 -23
  77. package/System.Diagnostics.d.ts +2 -2
  78. package/System.Drawing/bindings.json +611 -4
  79. package/System.Drawing/internal/index.d.ts +1 -1
  80. package/System.Drawing.d.ts +1 -1
  81. package/System.Dynamic/bindings.json +346 -24
  82. package/System.Dynamic/internal/index.d.ts +15 -16
  83. package/System.Formats.Asn1/bindings.json +229 -12
  84. package/System.Formats.Tar/bindings.json +120 -16
  85. package/System.Formats.Tar/internal/index.d.ts +1 -1
  86. package/System.Globalization/bindings.json +1088 -53
  87. package/System.Globalization/internal/index.d.ts +10 -7
  88. package/System.IO/bindings.json +2163 -110
  89. package/System.IO/internal/index.d.ts +40 -24
  90. package/System.IO.Compression/bindings.json +466 -38
  91. package/System.IO.Compression/internal/index.d.ts +10 -5
  92. package/System.IO.Compression.d.ts +2 -2
  93. package/System.IO.Enumeration/bindings.json +221 -22
  94. package/System.IO.Enumeration/internal/index.d.ts +13 -7
  95. package/System.IO.IsolatedStorage/bindings.json +250 -11
  96. package/System.IO.IsolatedStorage/internal/index.d.ts +7 -5
  97. package/System.IO.IsolatedStorage.d.ts +2 -2
  98. package/System.IO.MemoryMappedFiles/bindings.json +138 -16
  99. package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -8
  100. package/System.IO.MemoryMappedFiles.d.ts +4 -3
  101. package/System.IO.Pipelines/bindings.json +147 -3
  102. package/System.IO.Pipelines/internal/index.d.ts +5 -3
  103. package/System.IO.Pipes/bindings.json +889 -54
  104. package/System.IO.Pipes/internal/index.d.ts +30 -15
  105. package/System.IO.Pipes.d.ts +4 -3
  106. package/System.IO.d.ts +2 -2
  107. package/System.Linq/bindings.json +944 -79
  108. package/System.Linq/internal/index.d.ts +0 -4
  109. package/System.Linq.Expressions/bindings.json +1998 -57
  110. package/System.Linq.Expressions/internal/index.d.ts +78 -49
  111. package/System.Linq.Expressions.Interpreter/bindings.json +2 -0
  112. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -2
  113. package/System.Linq.Expressions.Interpreter.d.ts +1 -1
  114. package/System.Linq.Expressions.d.ts +1 -1
  115. package/System.Net/bindings.json +2083 -248
  116. package/System.Net/internal/index.d.ts +128 -117
  117. package/System.Net.Cache/bindings.json +53 -12
  118. package/System.Net.Cache/internal/index.d.ts +1 -1
  119. package/System.Net.Cache.d.ts +1 -1
  120. package/System.Net.Http/bindings.json +2104 -105
  121. package/System.Net.Http/internal/index.d.ts +107 -37
  122. package/System.Net.Http.Headers/bindings.json +456 -24
  123. package/System.Net.Http.Headers/internal/index.d.ts +38 -35
  124. package/System.Net.Http.Json/bindings.json +171 -0
  125. package/System.Net.Http.Json/internal/index.d.ts +9 -2
  126. package/System.Net.Http.Metrics/bindings.json +5 -0
  127. package/System.Net.Http.Metrics/internal/index.d.ts +2 -3
  128. package/System.Net.Mail/bindings.json +1127 -101
  129. package/System.Net.Mail/internal/index.d.ts +39 -24
  130. package/System.Net.Mime/bindings.json +82 -4
  131. package/System.Net.Mime/internal/index.d.ts +5 -4
  132. package/System.Net.Mime.d.ts +1 -1
  133. package/System.Net.NetworkInformation/bindings.json +857 -61
  134. package/System.Net.NetworkInformation/internal/index.d.ts +25 -34
  135. package/System.Net.NetworkInformation.d.ts +2 -2
  136. package/System.Net.Quic/bindings.json +157 -16
  137. package/System.Net.Quic/internal/index.d.ts +6 -7
  138. package/System.Net.Quic.d.ts +2 -2
  139. package/System.Net.Security/bindings.json +798 -37
  140. package/System.Net.Security/internal/index.d.ts +29 -24
  141. package/System.Net.Security.d.ts +2 -2
  142. package/System.Net.ServerSentEvents/bindings.json +31 -13
  143. package/System.Net.ServerSentEvents/internal/index.d.ts +3 -4
  144. package/System.Net.Sockets/bindings.json +1157 -78
  145. package/System.Net.Sockets/internal/index.d.ts +35 -26
  146. package/System.Net.Sockets.d.ts +2 -2
  147. package/System.Net.WebSockets/bindings.json +311 -26
  148. package/System.Net.WebSockets/internal/index.d.ts +19 -17
  149. package/System.Net.WebSockets.d.ts +2 -2
  150. package/System.Net.d.ts +2 -2
  151. package/System.Numerics/bindings.json +3546 -957
  152. package/System.Reflection/bindings.json +1913 -132
  153. package/System.Reflection/internal/index.d.ts +64 -56
  154. package/System.Reflection.Emit/bindings.json +2509 -57
  155. package/System.Reflection.Emit/internal/index.d.ts +92 -22
  156. package/System.Reflection.Emit.d.ts +1 -1
  157. package/System.Reflection.Metadata/bindings.json +1936 -231
  158. package/System.Reflection.Metadata/internal/index.d.ts +8 -11
  159. package/System.Reflection.Metadata.Ecma335/bindings.json +480 -24
  160. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +0 -1
  161. package/System.Reflection.PortableExecutable/bindings.json +583 -39
  162. package/System.Reflection.PortableExecutable/internal/index.d.ts +9 -5
  163. package/System.Resources/bindings.json +323 -17
  164. package/System.Resources/internal/index.d.ts +9 -5
  165. package/System.Resources.d.ts +1 -1
  166. package/System.Runtime/bindings.json +65 -8
  167. package/System.Runtime/internal/index.d.ts +4 -2
  168. package/System.Runtime.CompilerServices/bindings.json +718 -139
  169. package/System.Runtime.CompilerServices/internal/index.d.ts +13 -15
  170. package/System.Runtime.ConstrainedExecution/bindings.json +56 -10
  171. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
  172. package/System.Runtime.ConstrainedExecution.d.ts +1 -1
  173. package/System.Runtime.ExceptionServices/bindings.json +11 -0
  174. package/System.Runtime.ExceptionServices/internal/index.d.ts +0 -1
  175. package/System.Runtime.InteropServices/bindings.json +1858 -265
  176. package/System.Runtime.InteropServices/internal/index.d.ts +26 -19
  177. package/System.Runtime.InteropServices.ComTypes/bindings.json +478 -72
  178. package/System.Runtime.InteropServices.Java/bindings.json +12 -0
  179. package/System.Runtime.InteropServices.JavaScript/bindings.json +205 -30
  180. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -22
  181. package/System.Runtime.InteropServices.Marshalling/bindings.json +484 -89
  182. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +16 -7
  183. package/System.Runtime.InteropServices.Marshalling.d.ts +2 -1
  184. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +19 -4
  185. package/System.Runtime.InteropServices.Swift/bindings.json +11 -3
  186. package/System.Runtime.InteropServices.d.ts +1 -1
  187. package/System.Runtime.Intrinsics/bindings.json +1296 -40
  188. package/System.Runtime.Intrinsics.Arm/bindings.json +4959 -8
  189. package/System.Runtime.Intrinsics.Wasm/bindings.json +484 -1
  190. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
  191. package/System.Runtime.Intrinsics.X86/bindings.json +3765 -8
  192. package/System.Runtime.Loader/bindings.json +130 -0
  193. package/System.Runtime.Loader/internal/index.d.ts +4 -1
  194. package/System.Runtime.Remoting/bindings.json +2 -0
  195. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  196. package/System.Runtime.Remoting.d.ts +1 -1
  197. package/System.Runtime.Serialization/bindings.json +920 -17
  198. package/System.Runtime.Serialization/internal/index.d.ts +65 -37
  199. package/System.Runtime.Serialization.DataContracts/bindings.json +85 -38
  200. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +27 -21
  201. package/System.Runtime.Serialization.Formatters/bindings.json +24 -12
  202. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +3 -3
  203. package/System.Runtime.Serialization.Formatters.Binary/bindings.json +15 -0
  204. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -2
  205. package/System.Runtime.Serialization.Formatters.d.ts +1 -1
  206. package/System.Runtime.Serialization.Json/bindings.json +56 -0
  207. package/System.Runtime.Serialization.Json/internal/index.d.ts +6 -4
  208. package/System.Runtime.Serialization.d.ts +2 -2
  209. package/System.Runtime.Versioning/bindings.json +62 -8
  210. package/System.Runtime.Versioning/internal/index.d.ts +7 -7
  211. package/System.Runtime.Versioning.d.ts +1 -1
  212. package/System.Security/bindings.json +265 -12
  213. package/System.Security/internal/index.d.ts +21 -13
  214. package/System.Security.AccessControl/bindings.json +4082 -797
  215. package/System.Security.AccessControl/internal/index.d.ts +114 -93
  216. package/System.Security.AccessControl.d.ts +2 -1
  217. package/System.Security.Authentication/bindings.json +80 -16
  218. package/System.Security.Authentication.ExtendedProtection/bindings.json +108 -13
  219. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +4 -3
  220. package/System.Security.Authentication.ExtendedProtection.d.ts +2 -2
  221. package/System.Security.Claims/bindings.json +436 -0
  222. package/System.Security.Claims/internal/index.d.ts +18 -7
  223. package/System.Security.Claims.d.ts +2 -1
  224. package/System.Security.Cryptography/bindings.json +11592 -237
  225. package/System.Security.Cryptography/internal/index.d.ts +415 -106
  226. package/System.Security.Cryptography.X509Certificates/bindings.json +1000 -114
  227. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +15 -17
  228. package/System.Security.Cryptography.X509Certificates.d.ts +1 -1
  229. package/System.Security.Cryptography.d.ts +2 -2
  230. package/System.Security.Permissions/bindings.json +88 -14
  231. package/System.Security.Permissions/internal/index.d.ts +3 -3
  232. package/System.Security.Permissions.d.ts +1 -1
  233. package/System.Security.Policy/bindings.json +42 -1
  234. package/System.Security.Policy/internal/index.d.ts +3 -3
  235. package/System.Security.Principal/bindings.json +355 -28
  236. package/System.Security.Principal/internal/index.d.ts +10 -8
  237. package/System.Security.Principal.d.ts +1 -1
  238. package/System.Text/bindings.json +800 -31
  239. package/System.Text/internal/index.d.ts +11 -14
  240. package/System.Text.Encodings.Web/bindings.json +87 -4
  241. package/System.Text.Encodings.Web/internal/index.d.ts +4 -4
  242. package/System.Text.Json/bindings.json +574 -49
  243. package/System.Text.Json/internal/index.d.ts +18 -18
  244. package/System.Text.Json.Nodes/bindings.json +152 -19
  245. package/System.Text.Json.Nodes/internal/index.d.ts +4 -3
  246. package/System.Text.Json.Schema/bindings.json +10 -0
  247. package/System.Text.Json.Schema/internal/index.d.ts +2 -2
  248. package/System.Text.Json.Schema.d.ts +1 -1
  249. package/System.Text.Json.Serialization/bindings.json +295 -54
  250. package/System.Text.Json.Serialization/internal/index.d.ts +18 -14
  251. package/System.Text.Json.Serialization.Metadata/bindings.json +198 -24
  252. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +40 -35
  253. package/System.Text.RegularExpressions/bindings.json +1319 -103
  254. package/System.Text.RegularExpressions/internal/index.d.ts +12 -12
  255. package/System.Text.RegularExpressions.d.ts +1 -1
  256. package/System.Text.Unicode/bindings.json +185 -0
  257. package/System.Text.Unicode/internal/index.d.ts +1 -1
  258. package/System.Text.Unicode.d.ts +1 -1
  259. package/System.Threading/bindings.json +1270 -64
  260. package/System.Threading/internal/index.d.ts +26 -28
  261. package/System.Threading.Channels/bindings.json +143 -29
  262. package/System.Threading.Channels/internal/index.d.ts +9 -8
  263. package/System.Threading.Tasks/bindings.json +719 -29
  264. package/System.Threading.Tasks/internal/index.d.ts +12 -6
  265. package/System.Threading.Tasks.Dataflow/bindings.json +442 -143
  266. package/System.Threading.Tasks.Sources/bindings.json +34 -11
  267. package/System.Timers/bindings.json +50 -4
  268. package/System.Timers/internal/index.d.ts +6 -5
  269. package/System.Timers.d.ts +2 -2
  270. package/System.Transactions/bindings.json +269 -32
  271. package/System.Transactions/internal/index.d.ts +3 -9
  272. package/System.Web/bindings.json +32 -0
  273. package/System.Windows.Input/bindings.json +3 -0
  274. package/System.Windows.Markup/bindings.json +4 -0
  275. package/System.Windows.Markup/internal/index.d.ts +1 -1
  276. package/System.Windows.Markup.d.ts +1 -1
  277. package/System.Xml/bindings.json +2447 -210
  278. package/System.Xml/internal/index.d.ts +97 -90
  279. package/System.Xml.Linq/bindings.json +361 -24
  280. package/System.Xml.Linq/internal/index.d.ts +17 -13
  281. package/System.Xml.Resolvers/bindings.json +26 -4
  282. package/System.Xml.Schema/bindings.json +830 -56
  283. package/System.Xml.Schema/internal/index.d.ts +115 -91
  284. package/System.Xml.Serialization/bindings.json +4421 -149
  285. package/System.Xml.Serialization/internal/index.d.ts +128 -70
  286. package/System.Xml.Serialization.d.ts +4 -4
  287. package/System.Xml.XPath/bindings.json +287 -35
  288. package/System.Xml.XPath/internal/index.d.ts +5 -5
  289. package/System.Xml.Xsl/bindings.json +174 -8
  290. package/System.Xml.Xsl/internal/index.d.ts +6 -5
  291. package/System.Xml.Xsl.Runtime/bindings.json +613 -58
  292. package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -9
  293. package/System.Xml.Xsl.d.ts +1 -1
  294. package/System.d.ts +1 -1
  295. 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
- readonly AllowDBNull: Nullable_1<System_Internal.Boolean>;
336
- readonly BaseCatalogName: string | undefined;
337
- readonly BaseColumnName: string | undefined;
338
- readonly BaseSchemaName: string | undefined;
339
- readonly BaseServerName: string | undefined;
340
- readonly BaseTableName: string | undefined;
341
- readonly ColumnName: string;
342
- readonly ColumnOrdinal: Nullable_1<System_Internal.Int32>;
343
- readonly ColumnSize: Nullable_1<System_Internal.Int32>;
344
- readonly DataType: Type;
345
- readonly DataTypeName: string | undefined;
346
- readonly IsAliased: Nullable_1<System_Internal.Boolean>;
347
- readonly IsAutoIncrement: Nullable_1<System_Internal.Boolean>;
348
- readonly IsExpression: Nullable_1<System_Internal.Boolean>;
349
- readonly IsHidden: Nullable_1<System_Internal.Boolean>;
350
- readonly IsIdentity: Nullable_1<System_Internal.Boolean>;
351
- readonly IsKey: Nullable_1<System_Internal.Boolean>;
352
- readonly IsLong: Nullable_1<System_Internal.Boolean>;
353
- readonly IsReadOnly: Nullable_1<System_Internal.Boolean>;
354
- readonly IsUnique: Nullable_1<System_Internal.Boolean>;
355
- readonly Item: unknown;
356
- readonly NumericPrecision: Nullable_1<System_Internal.Int32>;
357
- readonly NumericScale: Nullable_1<System_Internal.Int32>;
358
- readonly UdtAssemblyQualifiedName: string | undefined;
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 System_ComponentModel_Internal.IComponent$instance, System_Internal.IAsyncDisposable$instance {}
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 System_ComponentModel_Internal.IComponent$instance, System_Internal.IAsyncDisposable$instance {}
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, System_Internal.IDisposable$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;
@@ -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';