@alloy-js/csharp 0.21.0-dev.8 → 0.21.0

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 (817) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/dist/scripts/components/library-interface.d.ts +9 -0
  3. package/dist/scripts/components/library-interface.d.ts.map +1 -0
  4. package/dist/scripts/components/library-interface.js +43 -0
  5. package/dist/scripts/components/library-interface.js.map +1 -0
  6. package/dist/scripts/components/namespace-directory.d.ts +7 -0
  7. package/dist/scripts/components/namespace-directory.d.ts.map +1 -0
  8. package/dist/scripts/components/namespace-directory.js +96 -0
  9. package/dist/scripts/components/namespace-directory.js.map +1 -0
  10. package/dist/scripts/generate-builtins.d.ts +11 -0
  11. package/dist/scripts/generate-builtins.d.ts.map +1 -0
  12. package/dist/scripts/generate-builtins.js +37 -0
  13. package/dist/scripts/generate-builtins.js.map +1 -0
  14. package/dist/scripts/process-docfx.d.ts +3 -0
  15. package/dist/scripts/process-docfx.d.ts.map +1 -0
  16. package/dist/scripts/process-docfx.js +300 -0
  17. package/dist/scripts/process-docfx.js.map +1 -0
  18. package/dist/src/access.d.ts +13 -0
  19. package/dist/src/access.d.ts.map +1 -0
  20. package/dist/src/access.js +65 -0
  21. package/dist/src/access.js.map +1 -0
  22. package/dist/src/access.test.d.ts +2 -0
  23. package/dist/src/access.test.d.ts.map +1 -0
  24. package/dist/src/access.test.js +43 -0
  25. package/dist/src/access.test.js.map +1 -0
  26. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts +12 -0
  27. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts.map +1 -0
  28. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  29. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  30. package/dist/src/builtins/Microsoft/CSharp/index.d.ts +6 -0
  31. package/dist/src/builtins/Microsoft/CSharp/index.d.ts.map +1 -0
  32. package/dist/src/builtins/Microsoft/CSharp/index.js +5 -0
  33. package/dist/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  34. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts +102 -0
  35. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts.map +1 -0
  36. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  37. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  38. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts +491 -0
  39. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts.map +1 -0
  40. package/dist/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  41. package/dist/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  42. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +82 -0
  43. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -0
  44. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  45. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  46. package/dist/src/builtins/Microsoft/Win32/index.d.ts +79 -0
  47. package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -0
  48. package/dist/src/builtins/Microsoft/Win32/index.js +362 -0
  49. package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -0
  50. package/dist/src/builtins/Microsoft/index.d.ts +8 -0
  51. package/dist/src/builtins/Microsoft/index.d.ts.map +1 -0
  52. package/dist/src/builtins/Microsoft/index.js +7 -0
  53. package/dist/src/builtins/Microsoft/index.js.map +1 -0
  54. package/dist/src/builtins/System/Buffers/Binary/index.d.ts +113 -0
  55. package/dist/src/builtins/System/Buffers/Binary/index.d.ts.map +1 -0
  56. package/dist/src/builtins/System/Buffers/Binary/index.js +536 -0
  57. package/dist/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  58. package/dist/src/builtins/System/Buffers/Text/index.d.ts +37 -0
  59. package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -0
  60. package/dist/src/builtins/System/Buffers/Text/index.js +144 -0
  61. package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -0
  62. package/dist/src/builtins/System/Buffers/index.d.ts +142 -0
  63. package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -0
  64. package/dist/src/builtins/System/Buffers/index.js +605 -0
  65. package/dist/src/builtins/System/Buffers/index.js.map +1 -0
  66. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts +31 -0
  67. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts.map +1 -0
  68. package/dist/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  69. package/dist/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  70. package/dist/src/builtins/System/CodeDom/index.d.ts +6 -0
  71. package/dist/src/builtins/System/CodeDom/index.d.ts.map +1 -0
  72. package/dist/src/builtins/System/CodeDom/index.js +5 -0
  73. package/dist/src/builtins/System/CodeDom/index.js.map +1 -0
  74. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts +100 -0
  75. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts.map +1 -0
  76. package/dist/src/builtins/System/Collections/Concurrent/index.js +399 -0
  77. package/dist/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  78. package/dist/src/builtins/System/Collections/Frozen/index.d.ts +29 -0
  79. package/dist/src/builtins/System/Collections/Frozen/index.d.ts.map +1 -0
  80. package/dist/src/builtins/System/Collections/Frozen/index.js +88 -0
  81. package/dist/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  82. package/dist/src/builtins/System/Collections/Generic/index.d.ts +275 -0
  83. package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -0
  84. package/dist/src/builtins/System/Collections/Generic/index.js +978 -0
  85. package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -0
  86. package/dist/src/builtins/System/Collections/Immutable/index.d.ts +273 -0
  87. package/dist/src/builtins/System/Collections/Immutable/index.d.ts.map +1 -0
  88. package/dist/src/builtins/System/Collections/Immutable/index.js +1049 -0
  89. package/dist/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  90. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +97 -0
  91. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -0
  92. package/dist/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  93. package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  94. package/dist/src/builtins/System/Collections/Specialized/index.d.ts +162 -0
  95. package/dist/src/builtins/System/Collections/Specialized/index.d.ts.map +1 -0
  96. package/dist/src/builtins/System/Collections/Specialized/index.js +716 -0
  97. package/dist/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  98. package/dist/src/builtins/System/Collections/index.d.ts +293 -0
  99. package/dist/src/builtins/System/Collections/index.d.ts.map +1 -0
  100. package/dist/src/builtins/System/Collections/index.js +1355 -0
  101. package/dist/src/builtins/System/Collections/index.js.map +1 -0
  102. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts +40 -0
  103. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts.map +1 -0
  104. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  105. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  106. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts +274 -0
  107. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts.map +1 -0
  108. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  109. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  110. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts +128 -0
  111. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts.map +1 -0
  112. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  113. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  114. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts +428 -0
  115. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts.map +1 -0
  116. package/dist/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  117. package/dist/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  118. package/dist/src/builtins/System/ComponentModel/index.d.ts +1431 -0
  119. package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -0
  120. package/dist/src/builtins/System/ComponentModel/index.js +6649 -0
  121. package/dist/src/builtins/System/ComponentModel/index.js.map +1 -0
  122. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts +19 -0
  123. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts.map +1 -0
  124. package/dist/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  125. package/dist/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  126. package/dist/src/builtins/System/Configuration/index.d.ts +6 -0
  127. package/dist/src/builtins/System/Configuration/index.d.ts.map +1 -0
  128. package/dist/src/builtins/System/Configuration/index.js +5 -0
  129. package/dist/src/builtins/System/Configuration/index.js.map +1 -0
  130. package/dist/src/builtins/System/Data/Common/index.d.ts +611 -0
  131. package/dist/src/builtins/System/Data/Common/index.d.ts.map +1 -0
  132. package/dist/src/builtins/System/Data/Common/index.js +3279 -0
  133. package/dist/src/builtins/System/Data/Common/index.js.map +1 -0
  134. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts +541 -0
  135. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts.map +1 -0
  136. package/dist/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  137. package/dist/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  138. package/dist/src/builtins/System/Data/index.d.ts +967 -0
  139. package/dist/src/builtins/System/Data/index.d.ts.map +1 -0
  140. package/dist/src/builtins/System/Data/index.js +4504 -0
  141. package/dist/src/builtins/System/Data/index.js.map +1 -0
  142. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts +155 -0
  143. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts.map +1 -0
  144. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  145. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  146. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts +76 -0
  147. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts.map +1 -0
  148. package/dist/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  149. package/dist/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  150. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts +83 -0
  151. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts.map +1 -0
  152. package/dist/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  153. package/dist/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  154. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts +138 -0
  155. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts.map +1 -0
  156. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  157. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  158. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts +206 -0
  159. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts.map +1 -0
  160. package/dist/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  161. package/dist/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  162. package/dist/src/builtins/System/Diagnostics/index.d.ts +800 -0
  163. package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -0
  164. package/dist/src/builtins/System/Diagnostics/index.js +3826 -0
  165. package/dist/src/builtins/System/Diagnostics/index.js.map +1 -0
  166. package/dist/src/builtins/System/Drawing/index.d.ts +558 -0
  167. package/dist/src/builtins/System/Drawing/index.d.ts.map +1 -0
  168. package/dist/src/builtins/System/Drawing/index.js +3305 -0
  169. package/dist/src/builtins/System/Drawing/index.js.map +1 -0
  170. package/dist/src/builtins/System/Dynamic/index.d.ts +170 -0
  171. package/dist/src/builtins/System/Dynamic/index.d.ts.map +1 -0
  172. package/dist/src/builtins/System/Dynamic/index.js +795 -0
  173. package/dist/src/builtins/System/Dynamic/index.js.map +1 -0
  174. package/dist/src/builtins/System/Formats/Asn1/index.d.ts +173 -0
  175. package/dist/src/builtins/System/Formats/Asn1/index.d.ts.map +1 -0
  176. package/dist/src/builtins/System/Formats/Asn1/index.js +843 -0
  177. package/dist/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  178. package/dist/src/builtins/System/Formats/Tar/index.d.ts +96 -0
  179. package/dist/src/builtins/System/Formats/Tar/index.d.ts.map +1 -0
  180. package/dist/src/builtins/System/Formats/Tar/index.js +436 -0
  181. package/dist/src/builtins/System/Formats/Tar/index.js.map +1 -0
  182. package/dist/src/builtins/System/Formats/index.d.ts +7 -0
  183. package/dist/src/builtins/System/Formats/index.d.ts.map +1 -0
  184. package/dist/src/builtins/System/Formats/index.js +6 -0
  185. package/dist/src/builtins/System/Formats/index.js.map +1 -0
  186. package/dist/src/builtins/System/Globalization/index.d.ts +737 -0
  187. package/dist/src/builtins/System/Globalization/index.d.ts.map +1 -0
  188. package/dist/src/builtins/System/Globalization/index.js +3848 -0
  189. package/dist/src/builtins/System/Globalization/index.js.map +1 -0
  190. package/dist/src/builtins/System/IO/Compression/index.d.ts +186 -0
  191. package/dist/src/builtins/System/IO/Compression/index.d.ts.map +1 -0
  192. package/dist/src/builtins/System/IO/Compression/index.js +894 -0
  193. package/dist/src/builtins/System/IO/Compression/index.js.map +1 -0
  194. package/dist/src/builtins/System/IO/Enumeration/index.d.ts +53 -0
  195. package/dist/src/builtins/System/IO/Enumeration/index.d.ts.map +1 -0
  196. package/dist/src/builtins/System/IO/Enumeration/index.js +218 -0
  197. package/dist/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  198. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts +103 -0
  199. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts.map +1 -0
  200. package/dist/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  201. package/dist/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  202. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts +56 -0
  203. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts.map +1 -0
  204. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  205. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  206. package/dist/src/builtins/System/IO/Pipelines/index.d.ts +93 -0
  207. package/dist/src/builtins/System/IO/Pipelines/index.d.ts.map +1 -0
  208. package/dist/src/builtins/System/IO/Pipelines/index.js +415 -0
  209. package/dist/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  210. package/dist/src/builtins/System/IO/Pipes/index.d.ts +157 -0
  211. package/dist/src/builtins/System/IO/Pipes/index.d.ts.map +1 -0
  212. package/dist/src/builtins/System/IO/Pipes/index.js +723 -0
  213. package/dist/src/builtins/System/IO/Pipes/index.js.map +1 -0
  214. package/dist/src/builtins/System/IO/index.d.ts +762 -0
  215. package/dist/src/builtins/System/IO/index.d.ts.map +1 -0
  216. package/dist/src/builtins/System/IO/index.js +3713 -0
  217. package/dist/src/builtins/System/IO/index.js.map +1 -0
  218. package/dist/src/builtins/System/Linq/Expressions/index.d.ts +429 -0
  219. package/dist/src/builtins/System/Linq/Expressions/index.d.ts.map +1 -0
  220. package/dist/src/builtins/System/Linq/Expressions/index.js +2253 -0
  221. package/dist/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  222. package/dist/src/builtins/System/Linq/index.d.ts +73 -0
  223. package/dist/src/builtins/System/Linq/index.d.ts.map +1 -0
  224. package/dist/src/builtins/System/Linq/index.js +275 -0
  225. package/dist/src/builtins/System/Linq/index.js.map +1 -0
  226. package/dist/src/builtins/System/Net/Cache/index.d.ts +48 -0
  227. package/dist/src/builtins/System/Net/Cache/index.d.ts.map +1 -0
  228. package/dist/src/builtins/System/Net/Cache/index.js +217 -0
  229. package/dist/src/builtins/System/Net/Cache/index.js.map +1 -0
  230. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts +335 -0
  231. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts.map +1 -0
  232. package/dist/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  233. package/dist/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  234. package/dist/src/builtins/System/Net/Http/Json/index.d.ts +21 -0
  235. package/dist/src/builtins/System/Net/Http/Json/index.d.ts.map +1 -0
  236. package/dist/src/builtins/System/Net/Http/Json/index.js +72 -0
  237. package/dist/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  238. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts +13 -0
  239. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts.map +1 -0
  240. package/dist/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  241. package/dist/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  242. package/dist/src/builtins/System/Net/Http/index.d.ts +305 -0
  243. package/dist/src/builtins/System/Net/Http/index.d.ts.map +1 -0
  244. package/dist/src/builtins/System/Net/Http/index.js +1458 -0
  245. package/dist/src/builtins/System/Net/Http/index.js.map +1 -0
  246. package/dist/src/builtins/System/Net/Mail/index.d.ts +182 -0
  247. package/dist/src/builtins/System/Net/Mail/index.d.ts.map +1 -0
  248. package/dist/src/builtins/System/Net/Mail/index.js +871 -0
  249. package/dist/src/builtins/System/Net/Mail/index.js.map +1 -0
  250. package/dist/src/builtins/System/Net/Mime/index.d.ts +100 -0
  251. package/dist/src/builtins/System/Net/Mime/index.d.ts.map +1 -0
  252. package/dist/src/builtins/System/Net/Mime/index.js +500 -0
  253. package/dist/src/builtins/System/Net/Mime/index.js.map +1 -0
  254. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts +506 -0
  255. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts.map +1 -0
  256. package/dist/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  257. package/dist/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  258. package/dist/src/builtins/System/Net/Quic/index.d.ts +129 -0
  259. package/dist/src/builtins/System/Net/Quic/index.d.ts.map +1 -0
  260. package/dist/src/builtins/System/Net/Quic/index.js +635 -0
  261. package/dist/src/builtins/System/Net/Quic/index.js.map +1 -0
  262. package/dist/src/builtins/System/Net/Security/index.d.ts +277 -0
  263. package/dist/src/builtins/System/Net/Security/index.d.ts.map +1 -0
  264. package/dist/src/builtins/System/Net/Security/index.js +1432 -0
  265. package/dist/src/builtins/System/Net/Security/index.js.map +1 -0
  266. package/dist/src/builtins/System/Net/Sockets/index.d.ts +593 -0
  267. package/dist/src/builtins/System/Net/Sockets/index.d.ts.map +1 -0
  268. package/dist/src/builtins/System/Net/Sockets/index.js +3095 -0
  269. package/dist/src/builtins/System/Net/Sockets/index.js.map +1 -0
  270. package/dist/src/builtins/System/Net/WebSockets/index.d.ts +165 -0
  271. package/dist/src/builtins/System/Net/WebSockets/index.d.ts.map +1 -0
  272. package/dist/src/builtins/System/Net/WebSockets/index.js +876 -0
  273. package/dist/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  274. package/dist/src/builtins/System/Net/index.d.ts +1066 -0
  275. package/dist/src/builtins/System/Net/index.d.ts.map +1 -0
  276. package/dist/src/builtins/System/Net/index.js +5481 -0
  277. package/dist/src/builtins/System/Net/index.js.map +1 -0
  278. package/dist/src/builtins/System/Numerics/index.d.ts +673 -0
  279. package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -0
  280. package/dist/src/builtins/System/Numerics/index.js +3425 -0
  281. package/dist/src/builtins/System/Numerics/index.js.map +1 -0
  282. package/dist/src/builtins/System/Reflection/Emit/index.d.ts +769 -0
  283. package/dist/src/builtins/System/Reflection/Emit/index.d.ts.map +1 -0
  284. package/dist/src/builtins/System/Reflection/Emit/index.js +4293 -0
  285. package/dist/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  286. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts +513 -0
  287. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts.map +1 -0
  288. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  289. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  290. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts +1333 -0
  291. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts.map +1 -0
  292. package/dist/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  293. package/dist/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  294. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts +383 -0
  295. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts.map +1 -0
  296. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  297. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  298. package/dist/src/builtins/System/Reflection/index.d.ts +1038 -0
  299. package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -0
  300. package/dist/src/builtins/System/Reflection/index.js +5244 -0
  301. package/dist/src/builtins/System/Reflection/index.js.map +1 -0
  302. package/dist/src/builtins/System/Resources/index.d.ts +70 -0
  303. package/dist/src/builtins/System/Resources/index.d.ts.map +1 -0
  304. package/dist/src/builtins/System/Resources/index.js +289 -0
  305. package/dist/src/builtins/System/Resources/index.js.map +1 -0
  306. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +486 -0
  307. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -0
  308. package/dist/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  309. package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  310. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts +29 -0
  311. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts.map +1 -0
  312. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  313. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  314. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts +20 -0
  315. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts.map +1 -0
  316. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  317. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  318. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts +23 -0
  319. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts.map +1 -0
  320. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  321. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  322. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts +54 -0
  323. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts.map +1 -0
  324. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  325. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  326. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +259 -0
  327. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -0
  328. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  329. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  330. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts +24 -0
  331. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts.map +1 -0
  332. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  333. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  334. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts +18 -0
  335. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts.map +1 -0
  336. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  337. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  338. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +781 -0
  339. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -0
  340. package/dist/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  341. package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  342. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts +273 -0
  343. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts.map +1 -0
  344. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  345. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  346. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts +73 -0
  347. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts.map +1 -0
  348. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  349. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  350. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts +311 -0
  351. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts.map +1 -0
  352. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  353. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  354. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts +57 -0
  355. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts.map +1 -0
  356. package/dist/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  357. package/dist/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  358. package/dist/src/builtins/System/Runtime/Loader/index.d.ts +35 -0
  359. package/dist/src/builtins/System/Runtime/Loader/index.d.ts.map +1 -0
  360. package/dist/src/builtins/System/Runtime/Loader/index.js +140 -0
  361. package/dist/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  362. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts +10 -0
  363. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts.map +1 -0
  364. package/dist/src/builtins/System/Runtime/Remoting/index.js +18 -0
  365. package/dist/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  366. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts +51 -0
  367. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts.map +1 -0
  368. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  369. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  370. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts +17 -0
  371. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts.map +1 -0
  372. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  373. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  374. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts +24 -0
  375. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts.map +1 -0
  376. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  377. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  378. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts +45 -0
  379. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts.map +1 -0
  380. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  381. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  382. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +374 -0
  383. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -0
  384. package/dist/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  385. package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  386. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts +81 -0
  387. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts.map +1 -0
  388. package/dist/src/builtins/System/Runtime/Versioning/index.js +336 -0
  389. package/dist/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  390. package/dist/src/builtins/System/Runtime/index.d.ts +67 -0
  391. package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -0
  392. package/dist/src/builtins/System/Runtime/index.js +245 -0
  393. package/dist/src/builtins/System/Runtime/index.js.map +1 -0
  394. package/dist/src/builtins/System/Security/AccessControl/index.d.ts +485 -0
  395. package/dist/src/builtins/System/Security/AccessControl/index.d.ts.map +1 -0
  396. package/dist/src/builtins/System/Security/AccessControl/index.js +2343 -0
  397. package/dist/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  398. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts +43 -0
  399. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts.map +1 -0
  400. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  401. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  402. package/dist/src/builtins/System/Security/Authentication/index.d.ts +49 -0
  403. package/dist/src/builtins/System/Security/Authentication/index.d.ts.map +1 -0
  404. package/dist/src/builtins/System/Security/Authentication/index.js +212 -0
  405. package/dist/src/builtins/System/Security/Authentication/index.js.map +1 -0
  406. package/dist/src/builtins/System/Security/Claims/index.d.ts +152 -0
  407. package/dist/src/builtins/System/Security/Claims/index.d.ts.map +1 -0
  408. package/dist/src/builtins/System/Security/Claims/index.js +844 -0
  409. package/dist/src/builtins/System/Security/Claims/index.js.map +1 -0
  410. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts +551 -0
  411. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts.map +1 -0
  412. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  413. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  414. package/dist/src/builtins/System/Security/Cryptography/index.d.ts +1378 -0
  415. package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -0
  416. package/dist/src/builtins/System/Security/Cryptography/index.js +6673 -0
  417. package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  418. package/dist/src/builtins/System/Security/Permissions/index.d.ts +67 -0
  419. package/dist/src/builtins/System/Security/Permissions/index.d.ts.map +1 -0
  420. package/dist/src/builtins/System/Security/Permissions/index.js +325 -0
  421. package/dist/src/builtins/System/Security/Permissions/index.js.map +1 -0
  422. package/dist/src/builtins/System/Security/Policy/index.d.ts +28 -0
  423. package/dist/src/builtins/System/Security/Policy/index.d.ts.map +1 -0
  424. package/dist/src/builtins/System/Security/Policy/index.js +101 -0
  425. package/dist/src/builtins/System/Security/Policy/index.js.map +1 -0
  426. package/dist/src/builtins/System/Security/Principal/index.d.ts +252 -0
  427. package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -0
  428. package/dist/src/builtins/System/Security/Principal/index.js +1338 -0
  429. package/dist/src/builtins/System/Security/Principal/index.js.map +1 -0
  430. package/dist/src/builtins/System/Security/index.d.ts +164 -0
  431. package/dist/src/builtins/System/Security/index.d.ts.map +1 -0
  432. package/dist/src/builtins/System/Security/index.js +672 -0
  433. package/dist/src/builtins/System/Security/index.js.map +1 -0
  434. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts +41 -0
  435. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts.map +1 -0
  436. package/dist/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  437. package/dist/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  438. package/dist/src/builtins/System/Text/Encodings/index.d.ts +6 -0
  439. package/dist/src/builtins/System/Text/Encodings/index.d.ts.map +1 -0
  440. package/dist/src/builtins/System/Text/Encodings/index.js +5 -0
  441. package/dist/src/builtins/System/Text/Encodings/index.js.map +1 -0
  442. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts +63 -0
  443. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts.map +1 -0
  444. package/dist/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  445. package/dist/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  446. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts +21 -0
  447. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts.map +1 -0
  448. package/dist/src/builtins/System/Text/Json/Schema/index.js +78 -0
  449. package/dist/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  450. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts +69 -0
  451. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts.map +1 -0
  452. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  453. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  454. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts +194 -0
  455. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts.map +1 -0
  456. package/dist/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  457. package/dist/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  458. package/dist/src/builtins/System/Text/Json/index.d.ts +251 -0
  459. package/dist/src/builtins/System/Text/Json/index.d.ts.map +1 -0
  460. package/dist/src/builtins/System/Text/Json/index.js +1185 -0
  461. package/dist/src/builtins/System/Text/Json/index.js.map +1 -0
  462. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts +152 -0
  463. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts.map +1 -0
  464. package/dist/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  465. package/dist/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  466. package/dist/src/builtins/System/Text/Unicode/index.d.ts +182 -0
  467. package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -0
  468. package/dist/src/builtins/System/Text/Unicode/index.js +1199 -0
  469. package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -0
  470. package/dist/src/builtins/System/Text/index.d.ts +372 -0
  471. package/dist/src/builtins/System/Text/index.d.ts.map +1 -0
  472. package/dist/src/builtins/System/Text/index.js +1748 -0
  473. package/dist/src/builtins/System/Text/index.js.map +1 -0
  474. package/dist/src/builtins/System/Threading/Channels/index.d.ts +56 -0
  475. package/dist/src/builtins/System/Threading/Channels/index.d.ts.map +1 -0
  476. package/dist/src/builtins/System/Threading/Channels/index.js +229 -0
  477. package/dist/src/builtins/System/Threading/Channels/index.js.map +1 -0
  478. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts +159 -0
  479. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts.map +1 -0
  480. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  481. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  482. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts +32 -0
  483. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts.map +1 -0
  484. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  485. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  486. package/dist/src/builtins/System/Threading/Tasks/index.d.ts +163 -0
  487. package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -0
  488. package/dist/src/builtins/System/Threading/Tasks/index.js +721 -0
  489. package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  490. package/dist/src/builtins/System/Threading/index.d.ts +533 -0
  491. package/dist/src/builtins/System/Threading/index.d.ts.map +1 -0
  492. package/dist/src/builtins/System/Threading/index.js +2292 -0
  493. package/dist/src/builtins/System/Threading/index.js.map +1 -0
  494. package/dist/src/builtins/System/Timers/index.d.ts +34 -0
  495. package/dist/src/builtins/System/Timers/index.d.ts.map +1 -0
  496. package/dist/src/builtins/System/Timers/index.js +129 -0
  497. package/dist/src/builtins/System/Timers/index.js.map +1 -0
  498. package/dist/src/builtins/System/Transactions/index.d.ts +183 -0
  499. package/dist/src/builtins/System/Transactions/index.d.ts.map +1 -0
  500. package/dist/src/builtins/System/Transactions/index.js +727 -0
  501. package/dist/src/builtins/System/Transactions/index.js.map +1 -0
  502. package/dist/src/builtins/System/Web/index.d.ts +24 -0
  503. package/dist/src/builtins/System/Web/index.d.ts.map +1 -0
  504. package/dist/src/builtins/System/Web/index.js +84 -0
  505. package/dist/src/builtins/System/Web/index.js.map +1 -0
  506. package/dist/src/builtins/System/Windows/Input/index.d.ts +10 -0
  507. package/dist/src/builtins/System/Windows/Input/index.d.ts.map +1 -0
  508. package/dist/src/builtins/System/Windows/Input/index.js +18 -0
  509. package/dist/src/builtins/System/Windows/Input/index.js.map +1 -0
  510. package/dist/src/builtins/System/Windows/Markup/index.d.ts +11 -0
  511. package/dist/src/builtins/System/Windows/Markup/index.d.ts.map +1 -0
  512. package/dist/src/builtins/System/Windows/Markup/index.js +28 -0
  513. package/dist/src/builtins/System/Windows/Markup/index.js.map +1 -0
  514. package/dist/src/builtins/System/Windows/index.d.ts +7 -0
  515. package/dist/src/builtins/System/Windows/index.d.ts.map +1 -0
  516. package/dist/src/builtins/System/Windows/index.js +6 -0
  517. package/dist/src/builtins/System/Windows/index.js.map +1 -0
  518. package/dist/src/builtins/System/Xml/Linq/index.d.ts +234 -0
  519. package/dist/src/builtins/System/Xml/Linq/index.d.ts.map +1 -0
  520. package/dist/src/builtins/System/Xml/Linq/index.js +1086 -0
  521. package/dist/src/builtins/System/Xml/Linq/index.js.map +1 -0
  522. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts +23 -0
  523. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts.map +1 -0
  524. package/dist/src/builtins/System/Xml/Resolvers/index.js +86 -0
  525. package/dist/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  526. package/dist/src/builtins/System/Xml/Schema/index.d.ts +630 -0
  527. package/dist/src/builtins/System/Xml/Schema/index.d.ts.map +1 -0
  528. package/dist/src/builtins/System/Xml/Schema/index.js +2993 -0
  529. package/dist/src/builtins/System/Xml/Schema/index.js.map +1 -0
  530. package/dist/src/builtins/System/Xml/Serialization/index.d.ts +534 -0
  531. package/dist/src/builtins/System/Xml/Serialization/index.d.ts.map +1 -0
  532. package/dist/src/builtins/System/Xml/Serialization/index.js +2356 -0
  533. package/dist/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  534. package/dist/src/builtins/System/Xml/XPath/index.d.ts +180 -0
  535. package/dist/src/builtins/System/Xml/XPath/index.d.ts.map +1 -0
  536. package/dist/src/builtins/System/Xml/XPath/index.js +917 -0
  537. package/dist/src/builtins/System/Xml/XPath/index.js.map +1 -0
  538. package/dist/src/builtins/System/Xml/Xsl/index.d.ts +76 -0
  539. package/dist/src/builtins/System/Xml/Xsl/index.d.ts.map +1 -0
  540. package/dist/src/builtins/System/Xml/Xsl/index.js +315 -0
  541. package/dist/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  542. package/dist/src/builtins/System/Xml/index.d.ts +1114 -0
  543. package/dist/src/builtins/System/Xml/index.d.ts.map +1 -0
  544. package/dist/src/builtins/System/Xml/index.js +5736 -0
  545. package/dist/src/builtins/System/Xml/index.js.map +1 -0
  546. package/dist/src/builtins/System/index.d.ts +3029 -0
  547. package/dist/src/builtins/System/index.d.ts.map +1 -0
  548. package/dist/src/builtins/System/index.js +14587 -0
  549. package/dist/src/builtins/System/index.js.map +1 -0
  550. package/dist/src/builtins/index.d.ts +3 -0
  551. package/dist/src/builtins/index.d.ts.map +1 -0
  552. package/dist/src/builtins/index.js +3 -0
  553. package/dist/src/builtins/index.js.map +1 -0
  554. package/dist/src/components/access-expression/access-expression.d.ts +8 -3
  555. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  556. package/dist/src/components/access-expression/access-expression.js.map +1 -1
  557. package/dist/src/components/access-expression/part-descriptors.d.ts +8 -0
  558. package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
  559. package/dist/src/components/access-expression/part-descriptors.js +22 -2
  560. package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
  561. package/dist/src/components/attributes/attributes.d.ts +2 -6
  562. package/dist/src/components/attributes/attributes.d.ts.map +1 -1
  563. package/dist/src/components/attributes/attributes.js +15 -1
  564. package/dist/src/components/attributes/attributes.js.map +1 -1
  565. package/dist/src/components/attributes/attributes.test.js +54 -1
  566. package/dist/src/components/attributes/attributes.test.js.map +1 -1
  567. package/dist/src/components/csproj-file/csproj-file.d.ts +15 -0
  568. package/dist/src/components/csproj-file/csproj-file.d.ts.map +1 -0
  569. package/dist/src/components/csproj-file/csproj-file.js +24 -0
  570. package/dist/src/components/csproj-file/csproj-file.js.map +1 -0
  571. package/dist/src/components/csproj-file/csproj-file.test.d.ts +2 -0
  572. package/dist/src/components/csproj-file/csproj-file.test.d.ts.map +1 -0
  573. package/dist/src/components/csproj-file/csproj-file.test.js +46 -0
  574. package/dist/src/components/csproj-file/csproj-file.test.js.map +1 -0
  575. package/dist/src/components/index.d.ts +3 -1
  576. package/dist/src/components/index.d.ts.map +1 -1
  577. package/dist/src/components/index.js +3 -1
  578. package/dist/src/components/index.js.map +1 -1
  579. package/dist/src/components/parameters/parameters.d.ts +35 -0
  580. package/dist/src/components/parameters/parameters.d.ts.map +1 -1
  581. package/dist/src/components/parameters/parameters.js +14 -1
  582. package/dist/src/components/parameters/parameters.js.map +1 -1
  583. package/dist/src/components/parameters/parameters.test.js +67 -0
  584. package/dist/src/components/parameters/parameters.test.js.map +1 -1
  585. package/dist/src/components/region/region.d.ts +7 -0
  586. package/dist/src/components/region/region.d.ts.map +1 -0
  587. package/dist/src/components/region/region.js +10 -0
  588. package/dist/src/components/region/region.js.map +1 -0
  589. package/dist/src/components/region/region.test.d.ts +2 -0
  590. package/dist/src/components/region/region.test.d.ts.map +1 -0
  591. package/dist/src/components/region/region.test.js +27 -0
  592. package/dist/src/components/region/region.test.js.map +1 -0
  593. package/dist/src/components/stc/index.d.ts +0 -1
  594. package/dist/src/components/stc/index.d.ts.map +1 -1
  595. package/dist/src/components/stc/index.js +0 -1
  596. package/dist/src/components/stc/index.js.map +1 -1
  597. package/dist/src/components/var/declaration.d.ts +6 -2
  598. package/dist/src/components/var/declaration.d.ts.map +1 -1
  599. package/dist/src/components/var/declaration.js +17 -3
  600. package/dist/src/components/var/declaration.js.map +1 -1
  601. package/dist/src/components/var/declaration.test.js +19 -2
  602. package/dist/src/components/var/declaration.test.js.map +1 -1
  603. package/dist/src/contexts/global-namespace.d.ts +1 -0
  604. package/dist/src/contexts/global-namespace.d.ts.map +1 -1
  605. package/dist/src/contexts/global-namespace.js +6 -1
  606. package/dist/src/contexts/global-namespace.js.map +1 -1
  607. package/dist/src/contexts/reference-context.d.ts +12 -0
  608. package/dist/src/contexts/reference-context.d.ts.map +1 -0
  609. package/dist/src/contexts/reference-context.js +15 -0
  610. package/dist/src/contexts/reference-context.js.map +1 -0
  611. package/dist/src/create-library.d.ts +62 -0
  612. package/dist/src/create-library.d.ts.map +1 -0
  613. package/dist/src/create-library.js +136 -0
  614. package/dist/src/create-library.js.map +1 -0
  615. package/dist/src/create-library.test.d.ts +2 -0
  616. package/dist/src/create-library.test.d.ts.map +1 -0
  617. package/dist/src/create-library.test.js +237 -0
  618. package/dist/src/create-library.test.js.map +1 -0
  619. package/dist/src/index.d.ts +2 -0
  620. package/dist/src/index.d.ts.map +1 -1
  621. package/dist/src/index.js +2 -0
  622. package/dist/src/index.js.map +1 -1
  623. package/dist/src/symbols/named-type.d.ts +3 -3
  624. package/dist/src/symbols/named-type.d.ts.map +1 -1
  625. package/dist/src/symbols/named-type.js.map +1 -1
  626. package/dist/src/symbols/reference.d.ts.map +1 -1
  627. package/dist/src/symbols/reference.js +7 -4
  628. package/dist/src/symbols/reference.js.map +1 -1
  629. package/dist/testing/create-wrapper.d.ts +3 -0
  630. package/dist/testing/create-wrapper.d.ts.map +1 -0
  631. package/dist/testing/create-wrapper.js +12 -0
  632. package/dist/testing/create-wrapper.js.map +1 -0
  633. package/dist/testing/create-wrapper.test.d.ts +2 -0
  634. package/dist/testing/create-wrapper.test.d.ts.map +1 -0
  635. package/dist/testing/create-wrapper.test.js +212 -0
  636. package/dist/testing/create-wrapper.test.js.map +1 -0
  637. package/dist/testing/index.d.ts +2 -0
  638. package/dist/testing/index.d.ts.map +1 -0
  639. package/dist/testing/index.js +2 -0
  640. package/dist/testing/index.js.map +1 -0
  641. package/dist/tsconfig.tsbuildinfo +1 -1
  642. package/package.json +22 -6
  643. package/scripts/components/library-interface.tsx +41 -0
  644. package/scripts/components/namespace-directory.tsx +104 -0
  645. package/scripts/generate-builtins.tsx +36 -0
  646. package/scripts/process-docfx.tsx +321 -0
  647. package/src/access.test.tsx +49 -0
  648. package/src/access.tsx +70 -0
  649. package/src/builtins/Microsoft/CSharp/RuntimeBinder/index.ts +32 -0
  650. package/src/builtins/Microsoft/CSharp/index.ts +8 -0
  651. package/src/builtins/Microsoft/VisualBasic/FileIO/index.ts +573 -0
  652. package/src/builtins/Microsoft/VisualBasic/index.ts +3021 -0
  653. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +400 -0
  654. package/src/builtins/Microsoft/Win32/index.ts +437 -0
  655. package/src/builtins/Microsoft/index.ts +10 -0
  656. package/src/builtins/System/Buffers/Binary/index.ts +646 -0
  657. package/src/builtins/System/Buffers/Text/index.ts +178 -0
  658. package/src/builtins/System/Buffers/index.ts +744 -0
  659. package/src/builtins/System/CodeDom/Compiler/index.ts +160 -0
  660. package/src/builtins/System/CodeDom/index.ts +8 -0
  661. package/src/builtins/System/Collections/Concurrent/index.ts +497 -0
  662. package/src/builtins/System/Collections/Frozen/index.ts +115 -0
  663. package/src/builtins/System/Collections/Generic/index.ts +1253 -0
  664. package/src/builtins/System/Collections/Immutable/index.ts +1322 -0
  665. package/src/builtins/System/Collections/ObjectModel/index.ts +489 -0
  666. package/src/builtins/System/Collections/Specialized/index.ts +878 -0
  667. package/src/builtins/System/Collections/index.ts +1639 -0
  668. package/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.ts +181 -0
  669. package/src/builtins/System/ComponentModel/DataAnnotations/index.ts +1507 -0
  670. package/src/builtins/System/ComponentModel/Design/Serialization/index.ts +661 -0
  671. package/src/builtins/System/ComponentModel/Design/index.ts +2432 -0
  672. package/src/builtins/System/ComponentModel/index.ts +8079 -0
  673. package/src/builtins/System/Configuration/Assemblies/index.ts +85 -0
  674. package/src/builtins/System/Configuration/index.ts +8 -0
  675. package/src/builtins/System/Data/Common/index.ts +3888 -0
  676. package/src/builtins/System/Data/SqlTypes/index.ts +3194 -0
  677. package/src/builtins/System/Data/index.ts +5476 -0
  678. package/src/builtins/System/Diagnostics/CodeAnalysis/index.ts +858 -0
  679. package/src/builtins/System/Diagnostics/Contracts/index.ts +383 -0
  680. package/src/builtins/System/Diagnostics/Metrics/index.ts +404 -0
  681. package/src/builtins/System/Diagnostics/SymbolStore/index.ts +746 -0
  682. package/src/builtins/System/Diagnostics/Tracing/index.ts +1160 -0
  683. package/src/builtins/System/Diagnostics/index.ts +4618 -0
  684. package/src/builtins/System/Drawing/index.ts +3861 -0
  685. package/src/builtins/System/Dynamic/index.ts +963 -0
  686. package/src/builtins/System/Formats/Asn1/index.ts +1014 -0
  687. package/src/builtins/System/Formats/Tar/index.ts +530 -0
  688. package/src/builtins/System/Formats/index.ts +9 -0
  689. package/src/builtins/System/Globalization/index.ts +4583 -0
  690. package/src/builtins/System/IO/Compression/index.ts +1078 -0
  691. package/src/builtins/System/IO/Enumeration/index.ts +269 -0
  692. package/src/builtins/System/IO/IsolatedStorage/index.ts +596 -0
  693. package/src/builtins/System/IO/MemoryMappedFiles/index.ts +305 -0
  694. package/src/builtins/System/IO/Pipelines/index.ts +506 -0
  695. package/src/builtins/System/IO/Pipes/index.ts +878 -0
  696. package/src/builtins/System/IO/index.ts +4466 -0
  697. package/src/builtins/System/Linq/Expressions/index.ts +2680 -0
  698. package/src/builtins/System/Linq/index.ts +352 -0
  699. package/src/builtins/System/Net/Cache/index.ts +263 -0
  700. package/src/builtins/System/Net/Http/Headers/index.ts +2001 -0
  701. package/src/builtins/System/Net/Http/Json/index.ts +91 -0
  702. package/src/builtins/System/Net/Http/Metrics/index.ts +51 -0
  703. package/src/builtins/System/Net/Http/index.ts +1757 -0
  704. package/src/builtins/System/Net/Mail/index.ts +1051 -0
  705. package/src/builtins/System/Net/Mime/index.ts +598 -0
  706. package/src/builtins/System/Net/NetworkInformation/index.ts +3282 -0
  707. package/src/builtins/System/Net/Quic/index.ts +762 -0
  708. package/src/builtins/System/Net/Security/index.ts +1709 -0
  709. package/src/builtins/System/Net/Sockets/index.ts +3686 -0
  710. package/src/builtins/System/Net/WebSockets/index.ts +1039 -0
  711. package/src/builtins/System/Net/index.ts +6535 -0
  712. package/src/builtins/System/Numerics/index.ts +4126 -0
  713. package/src/builtins/System/Reflection/Emit/index.ts +5060 -0
  714. package/src/builtins/System/Reflection/Metadata/Ecma335/index.ts +2729 -0
  715. package/src/builtins/System/Reflection/Metadata/index.ts +7374 -0
  716. package/src/builtins/System/Reflection/PortableExecutable/index.ts +2401 -0
  717. package/src/builtins/System/Reflection/index.ts +6276 -0
  718. package/src/builtins/System/Resources/index.ts +357 -0
  719. package/src/builtins/System/Runtime/CompilerServices/index.ts +2406 -0
  720. package/src/builtins/System/Runtime/ConstrainedExecution/index.ts +129 -0
  721. package/src/builtins/System/Runtime/ExceptionServices/index.ts +80 -0
  722. package/src/builtins/System/Runtime/InteropServices/ComTypes/index.ts +87 -0
  723. package/src/builtins/System/Runtime/InteropServices/JavaScript/index.ts +290 -0
  724. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +1271 -0
  725. package/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.ts +100 -0
  726. package/src/builtins/System/Runtime/InteropServices/Swift/index.ts +65 -0
  727. package/src/builtins/System/Runtime/InteropServices/index.ts +4405 -0
  728. package/src/builtins/System/Runtime/Intrinsics/Arm/index.ts +1568 -0
  729. package/src/builtins/System/Runtime/Intrinsics/Wasm/index.ts +409 -0
  730. package/src/builtins/System/Runtime/Intrinsics/X86/index.ts +1681 -0
  731. package/src/builtins/System/Runtime/Intrinsics/index.ts +324 -0
  732. package/src/builtins/System/Runtime/Loader/index.ts +173 -0
  733. package/src/builtins/System/Runtime/Remoting/index.ts +25 -0
  734. package/src/builtins/System/Runtime/Serialization/DataContracts/index.ts +314 -0
  735. package/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.ts +76 -0
  736. package/src/builtins/System/Runtime/Serialization/Formatters/index.ts +103 -0
  737. package/src/builtins/System/Runtime/Serialization/Json/index.ts +235 -0
  738. package/src/builtins/System/Runtime/Serialization/index.ts +1981 -0
  739. package/src/builtins/System/Runtime/Versioning/index.ts +415 -0
  740. package/src/builtins/System/Runtime/index.ts +300 -0
  741. package/src/builtins/System/Security/AccessControl/index.ts +2826 -0
  742. package/src/builtins/System/Security/Authentication/ExtendedProtection/index.ts +210 -0
  743. package/src/builtins/System/Security/Authentication/index.ts +256 -0
  744. package/src/builtins/System/Security/Claims/index.ts +994 -0
  745. package/src/builtins/System/Security/Cryptography/X509Certificates/index.ts +3182 -0
  746. package/src/builtins/System/Security/Cryptography/index.ts +8047 -0
  747. package/src/builtins/System/Security/Permissions/index.ts +390 -0
  748. package/src/builtins/System/Security/Policy/index.ts +127 -0
  749. package/src/builtins/System/Security/Principal/index.ts +1588 -0
  750. package/src/builtins/System/Security/index.ts +826 -0
  751. package/src/builtins/System/Text/Encodings/Web/index.ts +200 -0
  752. package/src/builtins/System/Text/Encodings/index.ts +8 -0
  753. package/src/builtins/System/Text/Json/Nodes/index.ts +311 -0
  754. package/src/builtins/System/Text/Json/Schema/index.ts +97 -0
  755. package/src/builtins/System/Text/Json/Serialization/Metadata/index.ts +395 -0
  756. package/src/builtins/System/Text/Json/Serialization/index.ts +1030 -0
  757. package/src/builtins/System/Text/Json/index.ts +1430 -0
  758. package/src/builtins/System/Text/RegularExpressions/index.ts +882 -0
  759. package/src/builtins/System/Text/Unicode/index.ts +1379 -0
  760. package/src/builtins/System/Text/index.ts +2113 -0
  761. package/src/builtins/System/Threading/Channels/index.ts +283 -0
  762. package/src/builtins/System/Threading/Tasks/Dataflow/index.ts +837 -0
  763. package/src/builtins/System/Threading/Tasks/Sources/index.ts +147 -0
  764. package/src/builtins/System/Threading/Tasks/index.ts +879 -0
  765. package/src/builtins/System/Threading/index.ts +2824 -0
  766. package/src/builtins/System/Timers/index.ts +161 -0
  767. package/src/builtins/System/Transactions/index.ts +908 -0
  768. package/src/builtins/System/Web/index.ts +105 -0
  769. package/src/builtins/System/Windows/Input/index.ts +25 -0
  770. package/src/builtins/System/Windows/Markup/index.ts +37 -0
  771. package/src/builtins/System/Windows/index.ts +9 -0
  772. package/src/builtins/System/Xml/Linq/index.ts +1318 -0
  773. package/src/builtins/System/Xml/Resolvers/index.ts +107 -0
  774. package/src/builtins/System/Xml/Schema/index.ts +3621 -0
  775. package/src/builtins/System/Xml/Serialization/index.ts +2890 -0
  776. package/src/builtins/System/Xml/XPath/index.ts +1095 -0
  777. package/src/builtins/System/Xml/Xsl/index.ts +389 -0
  778. package/src/builtins/System/Xml/index.ts +6841 -0
  779. package/src/builtins/System/index.ts +17593 -0
  780. package/src/builtins/index.ts +2 -0
  781. package/src/components/access-expression/access-expression.tsx +8 -2
  782. package/src/components/access-expression/part-descriptors.ts +26 -2
  783. package/src/components/attributes/attributes.test.tsx +43 -2
  784. package/src/components/attributes/attributes.tsx +14 -7
  785. package/src/components/csproj-file/csproj-file.test.tsx +38 -0
  786. package/src/components/csproj-file/csproj-file.tsx +32 -0
  787. package/src/components/index.ts +3 -1
  788. package/src/components/parameters/parameters.test.tsx +70 -0
  789. package/src/components/parameters/parameters.tsx +55 -0
  790. package/src/components/region/region.test.tsx +19 -0
  791. package/src/components/region/region.tsx +16 -0
  792. package/src/components/stc/index.ts +0 -1
  793. package/src/components/var/declaration.test.tsx +15 -1
  794. package/src/components/var/declaration.tsx +20 -4
  795. package/src/contexts/global-namespace.ts +8 -1
  796. package/src/contexts/reference-context.ts +18 -0
  797. package/src/create-library.test.tsx +213 -0
  798. package/src/create-library.ts +306 -0
  799. package/src/index.ts +2 -0
  800. package/src/symbols/named-type.ts +3 -3
  801. package/src/symbols/reference.tsx +19 -4
  802. package/temp/api.json +4219 -1416
  803. package/testing/create-wrapper.test.tsx +145 -0
  804. package/testing/create-wrapper.tsx +12 -0
  805. package/testing/index.ts +1 -0
  806. package/tsconfig.json +13 -2
  807. package/tsdoc.json +4 -0
  808. package/dist/src/components/ProjectDirectory.d.ts +0 -12
  809. package/dist/src/components/ProjectDirectory.d.ts.map +0 -1
  810. package/dist/src/components/ProjectDirectory.js +0 -47
  811. package/dist/src/components/ProjectDirectory.js.map +0 -1
  812. package/dist/test/project-directory.test.d.ts +0 -2
  813. package/dist/test/project-directory.test.d.ts.map +0 -1
  814. package/dist/test/project-directory.test.js +0 -133
  815. package/dist/test/project-directory.test.js.map +0 -1
  816. package/src/components/ProjectDirectory.tsx +0 -56
  817. package/test/project-directory.test.tsx +0 -121
@@ -0,0 +1,3888 @@
1
+ import Collections from "../../Collections/index.js";
2
+ import Data from "../index.js";
3
+ import System from "../../index.js";
4
+
5
+ import { createLibrary } from "#createLibrary";
6
+ import { LibrarySymbolReference } from "@alloy-js/core";
7
+
8
+ type CommonLibrary = LibrarySymbolReference & {
9
+ CatalogLocation: LibrarySymbolReference & {
10
+ Start: LibrarySymbolReference;
11
+ End: LibrarySymbolReference
12
+ };
13
+ DataAdapter: LibrarySymbolReference & {
14
+ DataAdapter: LibrarySymbolReference;
15
+ CloneInternals: LibrarySymbolReference;
16
+ CreateTableMappings: LibrarySymbolReference;
17
+ Dispose: LibrarySymbolReference;
18
+ Fill: LibrarySymbolReference;
19
+ FillSchema: LibrarySymbolReference;
20
+ GetFillParameters: LibrarySymbolReference;
21
+ HasTableMappings: LibrarySymbolReference;
22
+ OnFillError: LibrarySymbolReference;
23
+ ShouldSerializeTableMappings: LibrarySymbolReference;
24
+ Update: LibrarySymbolReference;
25
+ AcceptChangesDuringFill: LibrarySymbolReference;
26
+ AcceptChangesDuringUpdate: LibrarySymbolReference;
27
+ ContinueUpdateOnError: LibrarySymbolReference;
28
+ FillLoadOption: LibrarySymbolReference;
29
+ MissingMappingAction: LibrarySymbolReference;
30
+ MissingSchemaAction: LibrarySymbolReference;
31
+ ReturnProviderSpecificTypes: LibrarySymbolReference;
32
+ TableMappings: LibrarySymbolReference
33
+ };
34
+ DataColumnMapping: LibrarySymbolReference & {
35
+ DataColumnMapping: LibrarySymbolReference;
36
+ GetDataColumnBySchemaAction: LibrarySymbolReference;
37
+ ToString: LibrarySymbolReference;
38
+ DataSetColumn: LibrarySymbolReference;
39
+ SourceColumn: LibrarySymbolReference
40
+ };
41
+ DataColumnMappingCollection: LibrarySymbolReference & {
42
+ DataColumnMappingCollection: LibrarySymbolReference;
43
+ Add: LibrarySymbolReference;
44
+ AddRange: LibrarySymbolReference;
45
+ Clear: LibrarySymbolReference;
46
+ Contains: LibrarySymbolReference;
47
+ CopyTo: LibrarySymbolReference;
48
+ GetByDataSetColumn: LibrarySymbolReference;
49
+ GetColumnMappingBySchemaAction: LibrarySymbolReference;
50
+ GetDataColumn: LibrarySymbolReference;
51
+ GetEnumerator: LibrarySymbolReference;
52
+ IndexOf: LibrarySymbolReference;
53
+ IndexOfDataSetColumn: LibrarySymbolReference;
54
+ Insert: LibrarySymbolReference;
55
+ Remove: LibrarySymbolReference;
56
+ RemoveAt: LibrarySymbolReference;
57
+ Count: LibrarySymbolReference;
58
+ Item: LibrarySymbolReference
59
+ };
60
+ DataTableMapping: LibrarySymbolReference & {
61
+ DataTableMapping: LibrarySymbolReference;
62
+ GetColumnMappingBySchemaAction: LibrarySymbolReference;
63
+ GetDataColumn: LibrarySymbolReference;
64
+ GetDataTableBySchemaAction: LibrarySymbolReference;
65
+ ToString: LibrarySymbolReference;
66
+ ColumnMappings: LibrarySymbolReference;
67
+ DataSetTable: LibrarySymbolReference;
68
+ SourceTable: LibrarySymbolReference
69
+ };
70
+ DataTableMappingCollection: LibrarySymbolReference & {
71
+ DataTableMappingCollection: LibrarySymbolReference;
72
+ Add: LibrarySymbolReference;
73
+ AddRange: LibrarySymbolReference;
74
+ Clear: LibrarySymbolReference;
75
+ Contains: LibrarySymbolReference;
76
+ CopyTo: LibrarySymbolReference;
77
+ GetByDataSetTable: LibrarySymbolReference;
78
+ GetEnumerator: LibrarySymbolReference;
79
+ GetTableMappingBySchemaAction: LibrarySymbolReference;
80
+ IndexOf: LibrarySymbolReference;
81
+ IndexOfDataSetTable: LibrarySymbolReference;
82
+ Insert: LibrarySymbolReference;
83
+ Remove: LibrarySymbolReference;
84
+ RemoveAt: LibrarySymbolReference;
85
+ Count: LibrarySymbolReference;
86
+ Item: LibrarySymbolReference
87
+ };
88
+ DbBatch: LibrarySymbolReference & {
89
+ ExecuteReader: LibrarySymbolReference;
90
+ ExecuteDbDataReader: LibrarySymbolReference;
91
+ ExecuteReaderAsync: LibrarySymbolReference;
92
+ ExecuteDbDataReaderAsync: LibrarySymbolReference;
93
+ ExecuteNonQuery: LibrarySymbolReference;
94
+ ExecuteNonQueryAsync: LibrarySymbolReference;
95
+ ExecuteScalar: LibrarySymbolReference;
96
+ ExecuteScalarAsync: LibrarySymbolReference;
97
+ Prepare: LibrarySymbolReference;
98
+ PrepareAsync: LibrarySymbolReference;
99
+ Cancel: LibrarySymbolReference;
100
+ CreateBatchCommand: LibrarySymbolReference;
101
+ CreateDbBatchCommand: LibrarySymbolReference;
102
+ Dispose: LibrarySymbolReference;
103
+ DisposeAsync: LibrarySymbolReference;
104
+ DbBatch: LibrarySymbolReference;
105
+ BatchCommands: LibrarySymbolReference;
106
+ DbBatchCommands: LibrarySymbolReference;
107
+ Timeout: LibrarySymbolReference;
108
+ Connection: LibrarySymbolReference;
109
+ DbConnection: LibrarySymbolReference;
110
+ Transaction: LibrarySymbolReference;
111
+ DbTransaction: LibrarySymbolReference
112
+ };
113
+ DbBatchCommand: LibrarySymbolReference & {
114
+ CreateParameter: LibrarySymbolReference;
115
+ DbBatchCommand: LibrarySymbolReference;
116
+ CommandText: LibrarySymbolReference;
117
+ CommandType: LibrarySymbolReference;
118
+ RecordsAffected: LibrarySymbolReference;
119
+ Parameters: LibrarySymbolReference;
120
+ DbParameterCollection: LibrarySymbolReference;
121
+ CanCreateParameter: LibrarySymbolReference
122
+ };
123
+ DbBatchCommandCollection: LibrarySymbolReference & {
124
+ GetEnumerator: LibrarySymbolReference;
125
+ Add: LibrarySymbolReference;
126
+ Clear: LibrarySymbolReference;
127
+ Contains: LibrarySymbolReference;
128
+ CopyTo: LibrarySymbolReference;
129
+ Remove: LibrarySymbolReference;
130
+ IndexOf: LibrarySymbolReference;
131
+ Insert: LibrarySymbolReference;
132
+ RemoveAt: LibrarySymbolReference;
133
+ GetBatchCommand: LibrarySymbolReference;
134
+ SetBatchCommand: LibrarySymbolReference;
135
+ DbBatchCommandCollection: LibrarySymbolReference;
136
+ Count: LibrarySymbolReference;
137
+ IsReadOnly: LibrarySymbolReference;
138
+ Item: LibrarySymbolReference
139
+ };
140
+ DbColumn: LibrarySymbolReference & {
141
+ DbColumn: LibrarySymbolReference;
142
+ AllowDBNull: LibrarySymbolReference;
143
+ BaseCatalogName: LibrarySymbolReference;
144
+ BaseColumnName: LibrarySymbolReference;
145
+ BaseSchemaName: LibrarySymbolReference;
146
+ BaseServerName: LibrarySymbolReference;
147
+ BaseTableName: LibrarySymbolReference;
148
+ ColumnName: LibrarySymbolReference;
149
+ ColumnOrdinal: LibrarySymbolReference;
150
+ ColumnSize: LibrarySymbolReference;
151
+ DataType: LibrarySymbolReference;
152
+ DataTypeName: LibrarySymbolReference;
153
+ IsAliased: LibrarySymbolReference;
154
+ IsAutoIncrement: LibrarySymbolReference;
155
+ IsExpression: LibrarySymbolReference;
156
+ IsHidden: LibrarySymbolReference;
157
+ IsIdentity: LibrarySymbolReference;
158
+ IsKey: LibrarySymbolReference;
159
+ IsLong: LibrarySymbolReference;
160
+ IsReadOnly: LibrarySymbolReference;
161
+ IsUnique: LibrarySymbolReference;
162
+ Item: LibrarySymbolReference;
163
+ NumericPrecision: LibrarySymbolReference;
164
+ NumericScale: LibrarySymbolReference;
165
+ UdtAssemblyQualifiedName: LibrarySymbolReference
166
+ };
167
+ DbCommand: LibrarySymbolReference & {
168
+ DbCommand: LibrarySymbolReference;
169
+ Cancel: LibrarySymbolReference;
170
+ CreateDbParameter: LibrarySymbolReference;
171
+ CreateParameter: LibrarySymbolReference;
172
+ DisposeAsync: LibrarySymbolReference;
173
+ ExecuteDbDataReader: LibrarySymbolReference;
174
+ ExecuteDbDataReaderAsync: LibrarySymbolReference;
175
+ ExecuteNonQuery: LibrarySymbolReference;
176
+ ExecuteNonQueryAsync: LibrarySymbolReference;
177
+ ExecuteReader: LibrarySymbolReference;
178
+ ExecuteReaderAsync: LibrarySymbolReference;
179
+ ExecuteScalar: LibrarySymbolReference;
180
+ ExecuteScalarAsync: LibrarySymbolReference;
181
+ Prepare: LibrarySymbolReference;
182
+ PrepareAsync: LibrarySymbolReference;
183
+ CommandText: LibrarySymbolReference;
184
+ CommandTimeout: LibrarySymbolReference;
185
+ CommandType: LibrarySymbolReference;
186
+ Connection: LibrarySymbolReference;
187
+ DbConnection: LibrarySymbolReference;
188
+ DbParameterCollection: LibrarySymbolReference;
189
+ DbTransaction: LibrarySymbolReference;
190
+ Parameters: LibrarySymbolReference;
191
+ Transaction: LibrarySymbolReference;
192
+ UpdatedRowSource: LibrarySymbolReference
193
+ };
194
+ DbCommandBuilder: LibrarySymbolReference & {
195
+ DbCommandBuilder: LibrarySymbolReference;
196
+ ApplyParameterInfo: LibrarySymbolReference;
197
+ Dispose: LibrarySymbolReference;
198
+ GetDeleteCommand: LibrarySymbolReference;
199
+ GetInsertCommand: LibrarySymbolReference;
200
+ GetParameterName: LibrarySymbolReference;
201
+ GetParameterPlaceholder: LibrarySymbolReference;
202
+ GetSchemaTable: LibrarySymbolReference;
203
+ GetUpdateCommand: LibrarySymbolReference;
204
+ InitializeCommand: LibrarySymbolReference;
205
+ QuoteIdentifier: LibrarySymbolReference;
206
+ RefreshSchema: LibrarySymbolReference;
207
+ RowUpdatingHandler: LibrarySymbolReference;
208
+ SetRowUpdatingHandler: LibrarySymbolReference;
209
+ UnquoteIdentifier: LibrarySymbolReference;
210
+ CatalogLocation: LibrarySymbolReference;
211
+ CatalogSeparator: LibrarySymbolReference;
212
+ ConflictOption: LibrarySymbolReference;
213
+ DataAdapter: LibrarySymbolReference;
214
+ QuotePrefix: LibrarySymbolReference;
215
+ QuoteSuffix: LibrarySymbolReference;
216
+ SchemaSeparator: LibrarySymbolReference;
217
+ SetAllValues: LibrarySymbolReference
218
+ };
219
+ DbConnection: LibrarySymbolReference & {
220
+ DbConnection: LibrarySymbolReference;
221
+ BeginDbTransaction: LibrarySymbolReference;
222
+ BeginDbTransactionAsync: LibrarySymbolReference;
223
+ BeginTransaction: LibrarySymbolReference;
224
+ BeginTransactionAsync: LibrarySymbolReference;
225
+ ChangeDatabase: LibrarySymbolReference;
226
+ ChangeDatabaseAsync: LibrarySymbolReference;
227
+ Close: LibrarySymbolReference;
228
+ CloseAsync: LibrarySymbolReference;
229
+ CreateBatch: LibrarySymbolReference;
230
+ CreateDbBatch: LibrarySymbolReference;
231
+ CreateCommand: LibrarySymbolReference;
232
+ CreateDbCommand: LibrarySymbolReference;
233
+ DisposeAsync: LibrarySymbolReference;
234
+ EnlistTransaction: LibrarySymbolReference;
235
+ GetSchema: LibrarySymbolReference;
236
+ GetSchemaAsync: LibrarySymbolReference;
237
+ OnStateChange: LibrarySymbolReference;
238
+ Open: LibrarySymbolReference;
239
+ OpenAsync: LibrarySymbolReference;
240
+ ConnectionString: LibrarySymbolReference;
241
+ ConnectionTimeout: LibrarySymbolReference;
242
+ Database: LibrarySymbolReference;
243
+ DataSource: LibrarySymbolReference;
244
+ DbProviderFactory: LibrarySymbolReference;
245
+ ServerVersion: LibrarySymbolReference;
246
+ State: LibrarySymbolReference;
247
+ CanCreateBatch: LibrarySymbolReference
248
+ };
249
+ DbConnectionStringBuilder: LibrarySymbolReference & {
250
+ DbConnectionStringBuilder: LibrarySymbolReference;
251
+ Add: LibrarySymbolReference;
252
+ AppendKeyValuePair: LibrarySymbolReference;
253
+ Clear: LibrarySymbolReference;
254
+ ClearPropertyDescriptors: LibrarySymbolReference;
255
+ ContainsKey: LibrarySymbolReference;
256
+ EquivalentTo: LibrarySymbolReference;
257
+ GetProperties: LibrarySymbolReference;
258
+ Remove: LibrarySymbolReference;
259
+ ShouldSerialize: LibrarySymbolReference;
260
+ ToString: LibrarySymbolReference;
261
+ TryGetValue: LibrarySymbolReference;
262
+ ConnectionString: LibrarySymbolReference;
263
+ Count: LibrarySymbolReference;
264
+ IsFixedSize: LibrarySymbolReference;
265
+ IsReadOnly: LibrarySymbolReference;
266
+ Item: LibrarySymbolReference;
267
+ Keys: LibrarySymbolReference;
268
+ Values: LibrarySymbolReference
269
+ };
270
+ DbDataAdapter: LibrarySymbolReference & {
271
+ DefaultSourceTableName: LibrarySymbolReference;
272
+ DbDataAdapter: LibrarySymbolReference;
273
+ AddToBatch: LibrarySymbolReference;
274
+ ClearBatch: LibrarySymbolReference;
275
+ CreateRowUpdatedEvent: LibrarySymbolReference;
276
+ CreateRowUpdatingEvent: LibrarySymbolReference;
277
+ Dispose: LibrarySymbolReference;
278
+ ExecuteBatch: LibrarySymbolReference;
279
+ Fill: LibrarySymbolReference;
280
+ FillSchema: LibrarySymbolReference;
281
+ GetBatchedParameter: LibrarySymbolReference;
282
+ GetBatchedRecordsAffected: LibrarySymbolReference;
283
+ GetFillParameters: LibrarySymbolReference;
284
+ InitializeBatching: LibrarySymbolReference;
285
+ OnRowUpdated: LibrarySymbolReference;
286
+ OnRowUpdating: LibrarySymbolReference;
287
+ TerminateBatching: LibrarySymbolReference;
288
+ Update: LibrarySymbolReference;
289
+ DeleteCommand: LibrarySymbolReference;
290
+ FillCommandBehavior: LibrarySymbolReference;
291
+ InsertCommand: LibrarySymbolReference;
292
+ SelectCommand: LibrarySymbolReference;
293
+ UpdateBatchSize: LibrarySymbolReference;
294
+ UpdateCommand: LibrarySymbolReference
295
+ };
296
+ DbDataReader: LibrarySymbolReference & {
297
+ DbDataReader: LibrarySymbolReference;
298
+ Close: LibrarySymbolReference;
299
+ CloseAsync: LibrarySymbolReference;
300
+ Dispose: LibrarySymbolReference;
301
+ DisposeAsync: LibrarySymbolReference;
302
+ GetBoolean: LibrarySymbolReference;
303
+ GetByte: LibrarySymbolReference;
304
+ GetBytes: LibrarySymbolReference;
305
+ GetChar: LibrarySymbolReference;
306
+ GetChars: LibrarySymbolReference;
307
+ GetDataTypeName: LibrarySymbolReference;
308
+ GetDateTime: LibrarySymbolReference;
309
+ GetDbDataReader: LibrarySymbolReference;
310
+ GetDecimal: LibrarySymbolReference;
311
+ GetDouble: LibrarySymbolReference;
312
+ GetFieldType: LibrarySymbolReference;
313
+ GetFloat: LibrarySymbolReference;
314
+ GetGuid: LibrarySymbolReference;
315
+ GetInt16: LibrarySymbolReference;
316
+ GetInt32: LibrarySymbolReference;
317
+ GetInt64: LibrarySymbolReference;
318
+ GetName: LibrarySymbolReference;
319
+ GetOrdinal: LibrarySymbolReference;
320
+ GetSchemaTable: LibrarySymbolReference;
321
+ GetSchemaTableAsync: LibrarySymbolReference;
322
+ GetColumnSchemaAsync: LibrarySymbolReference;
323
+ GetStream: LibrarySymbolReference;
324
+ GetString: LibrarySymbolReference;
325
+ GetTextReader: LibrarySymbolReference;
326
+ GetValue: LibrarySymbolReference;
327
+ GetValues: LibrarySymbolReference;
328
+ IsDBNull: LibrarySymbolReference;
329
+ IsDBNullAsync: LibrarySymbolReference;
330
+ NextResult: LibrarySymbolReference;
331
+ NextResultAsync: LibrarySymbolReference;
332
+ Read: LibrarySymbolReference;
333
+ ReadAsync: LibrarySymbolReference;
334
+ Depth: LibrarySymbolReference;
335
+ FieldCount: LibrarySymbolReference;
336
+ HasRows: LibrarySymbolReference;
337
+ IsClosed: LibrarySymbolReference;
338
+ Item: LibrarySymbolReference;
339
+ RecordsAffected: LibrarySymbolReference;
340
+ VisibleFieldCount: LibrarySymbolReference
341
+ };
342
+ DbDataReaderExtensions: LibrarySymbolReference & {
343
+ CanGetColumnSchema: LibrarySymbolReference;
344
+ GetColumnSchema: LibrarySymbolReference
345
+ };
346
+ DbDataRecord: LibrarySymbolReference & {
347
+ DbDataRecord: LibrarySymbolReference;
348
+ GetBoolean: LibrarySymbolReference;
349
+ GetByte: LibrarySymbolReference;
350
+ GetBytes: LibrarySymbolReference;
351
+ GetChar: LibrarySymbolReference;
352
+ GetChars: LibrarySymbolReference;
353
+ GetData: LibrarySymbolReference;
354
+ GetDataTypeName: LibrarySymbolReference;
355
+ GetDateTime: LibrarySymbolReference;
356
+ GetDbDataReader: LibrarySymbolReference;
357
+ GetDecimal: LibrarySymbolReference;
358
+ GetDouble: LibrarySymbolReference;
359
+ GetFieldType: LibrarySymbolReference;
360
+ GetFloat: LibrarySymbolReference;
361
+ GetGuid: LibrarySymbolReference;
362
+ GetInt16: LibrarySymbolReference;
363
+ GetInt32: LibrarySymbolReference;
364
+ GetInt64: LibrarySymbolReference;
365
+ GetName: LibrarySymbolReference;
366
+ GetOrdinal: LibrarySymbolReference;
367
+ GetString: LibrarySymbolReference;
368
+ GetValue: LibrarySymbolReference;
369
+ GetValues: LibrarySymbolReference;
370
+ IsDBNull: LibrarySymbolReference;
371
+ FieldCount: LibrarySymbolReference;
372
+ Item: LibrarySymbolReference
373
+ };
374
+ DbDataSource: LibrarySymbolReference & {
375
+ CreateDbConnection: LibrarySymbolReference;
376
+ OpenDbConnection: LibrarySymbolReference;
377
+ OpenDbConnectionAsync: LibrarySymbolReference;
378
+ CreateDbCommand: LibrarySymbolReference;
379
+ CreateDbBatch: LibrarySymbolReference;
380
+ CreateConnection: LibrarySymbolReference;
381
+ OpenConnection: LibrarySymbolReference;
382
+ OpenConnectionAsync: LibrarySymbolReference;
383
+ CreateCommand: LibrarySymbolReference;
384
+ CreateBatch: LibrarySymbolReference;
385
+ Dispose: LibrarySymbolReference;
386
+ DisposeAsync: LibrarySymbolReference;
387
+ DisposeAsyncCore: LibrarySymbolReference;
388
+ DbDataSource: LibrarySymbolReference;
389
+ ConnectionString: LibrarySymbolReference
390
+ };
391
+ DbDataSourceEnumerator: LibrarySymbolReference & {
392
+ DbDataSourceEnumerator: LibrarySymbolReference;
393
+ GetDataSources: LibrarySymbolReference
394
+ };
395
+ DbEnumerator: LibrarySymbolReference & {
396
+ DbEnumerator: LibrarySymbolReference;
397
+ MoveNext: LibrarySymbolReference;
398
+ Current: LibrarySymbolReference
399
+ };
400
+ DbException: LibrarySymbolReference & {
401
+ DbException: LibrarySymbolReference;
402
+ IsTransient: LibrarySymbolReference;
403
+ SqlState: LibrarySymbolReference;
404
+ BatchCommand: LibrarySymbolReference;
405
+ DbBatchCommand: LibrarySymbolReference
406
+ };
407
+ DbMetaDataCollectionNames: LibrarySymbolReference & {
408
+ DataSourceInformation: LibrarySymbolReference;
409
+ DataTypes: LibrarySymbolReference;
410
+ MetaDataCollections: LibrarySymbolReference;
411
+ ReservedWords: LibrarySymbolReference;
412
+ Restrictions: LibrarySymbolReference
413
+ };
414
+ DbMetaDataColumnNames: LibrarySymbolReference & {
415
+ CollectionName: LibrarySymbolReference;
416
+ ColumnSize: LibrarySymbolReference;
417
+ CompositeIdentifierSeparatorPattern: LibrarySymbolReference;
418
+ CreateFormat: LibrarySymbolReference;
419
+ CreateParameters: LibrarySymbolReference;
420
+ DataSourceProductName: LibrarySymbolReference;
421
+ DataSourceProductVersion: LibrarySymbolReference;
422
+ DataSourceProductVersionNormalized: LibrarySymbolReference;
423
+ DataType: LibrarySymbolReference;
424
+ GroupByBehavior: LibrarySymbolReference;
425
+ IdentifierCase: LibrarySymbolReference;
426
+ IdentifierPattern: LibrarySymbolReference;
427
+ IsAutoIncrementable: LibrarySymbolReference;
428
+ IsBestMatch: LibrarySymbolReference;
429
+ IsCaseSensitive: LibrarySymbolReference;
430
+ IsConcurrencyType: LibrarySymbolReference;
431
+ IsFixedLength: LibrarySymbolReference;
432
+ IsFixedPrecisionScale: LibrarySymbolReference;
433
+ IsLiteralSupported: LibrarySymbolReference;
434
+ IsLong: LibrarySymbolReference;
435
+ IsNullable: LibrarySymbolReference;
436
+ IsSearchable: LibrarySymbolReference;
437
+ IsSearchableWithLike: LibrarySymbolReference;
438
+ IsUnsigned: LibrarySymbolReference;
439
+ LiteralPrefix: LibrarySymbolReference;
440
+ LiteralSuffix: LibrarySymbolReference;
441
+ MaximumScale: LibrarySymbolReference;
442
+ MinimumScale: LibrarySymbolReference;
443
+ NumberOfIdentifierParts: LibrarySymbolReference;
444
+ NumberOfRestrictions: LibrarySymbolReference;
445
+ OrderByColumnsInSelect: LibrarySymbolReference;
446
+ ParameterMarkerFormat: LibrarySymbolReference;
447
+ ParameterMarkerPattern: LibrarySymbolReference;
448
+ ParameterNameMaxLength: LibrarySymbolReference;
449
+ ParameterNamePattern: LibrarySymbolReference;
450
+ ProviderDbType: LibrarySymbolReference;
451
+ QuotedIdentifierCase: LibrarySymbolReference;
452
+ QuotedIdentifierPattern: LibrarySymbolReference;
453
+ ReservedWord: LibrarySymbolReference;
454
+ StatementSeparatorPattern: LibrarySymbolReference;
455
+ StringLiteralPattern: LibrarySymbolReference;
456
+ SupportedJoinOperators: LibrarySymbolReference;
457
+ TypeName: LibrarySymbolReference
458
+ };
459
+ DbParameter: LibrarySymbolReference & {
460
+ DbParameter: LibrarySymbolReference;
461
+ ResetDbType: LibrarySymbolReference;
462
+ DbType: LibrarySymbolReference;
463
+ Direction: LibrarySymbolReference;
464
+ ParameterName: LibrarySymbolReference;
465
+ Precision: LibrarySymbolReference;
466
+ Scale: LibrarySymbolReference;
467
+ Size: LibrarySymbolReference;
468
+ SourceColumn: LibrarySymbolReference;
469
+ SourceColumnNullMapping: LibrarySymbolReference;
470
+ SourceVersion: LibrarySymbolReference;
471
+ Value: LibrarySymbolReference
472
+ };
473
+ DbParameterCollection: LibrarySymbolReference & {
474
+ DbParameterCollection: LibrarySymbolReference;
475
+ Add: LibrarySymbolReference;
476
+ AddRange: LibrarySymbolReference;
477
+ Clear: LibrarySymbolReference;
478
+ Contains: LibrarySymbolReference;
479
+ CopyTo: LibrarySymbolReference;
480
+ GetParameter: LibrarySymbolReference;
481
+ IndexOf: LibrarySymbolReference;
482
+ Insert: LibrarySymbolReference;
483
+ Remove: LibrarySymbolReference;
484
+ RemoveAt: LibrarySymbolReference;
485
+ SetParameter: LibrarySymbolReference;
486
+ Count: LibrarySymbolReference;
487
+ Item: LibrarySymbolReference
488
+ };
489
+ DbProviderFactories: LibrarySymbolReference & {
490
+ GetFactory: LibrarySymbolReference;
491
+ GetFactoryClasses: LibrarySymbolReference;
492
+ GetProviderInvariantNames: LibrarySymbolReference;
493
+ RegisterFactory: LibrarySymbolReference;
494
+ TryGetFactory: LibrarySymbolReference;
495
+ UnregisterFactory: LibrarySymbolReference
496
+ };
497
+ DbProviderFactory: LibrarySymbolReference & {
498
+ DbProviderFactory: LibrarySymbolReference;
499
+ CreateBatch: LibrarySymbolReference;
500
+ CreateBatchCommand: LibrarySymbolReference;
501
+ CreateCommand: LibrarySymbolReference;
502
+ CreateCommandBuilder: LibrarySymbolReference;
503
+ CreateConnection: LibrarySymbolReference;
504
+ CreateConnectionStringBuilder: LibrarySymbolReference;
505
+ CreateDataAdapter: LibrarySymbolReference;
506
+ CreateDataSourceEnumerator: LibrarySymbolReference;
507
+ CreateParameter: LibrarySymbolReference;
508
+ CreateDataSource: LibrarySymbolReference;
509
+ CanCreateBatch: LibrarySymbolReference;
510
+ CanCreateCommandBuilder: LibrarySymbolReference;
511
+ CanCreateDataAdapter: LibrarySymbolReference;
512
+ CanCreateDataSourceEnumerator: LibrarySymbolReference
513
+ };
514
+ DbProviderSpecificTypePropertyAttribute: LibrarySymbolReference & {
515
+ DbProviderSpecificTypePropertyAttribute: LibrarySymbolReference;
516
+ IsProviderSpecificTypeProperty: LibrarySymbolReference
517
+ };
518
+ DbTransaction: LibrarySymbolReference & {
519
+ DbTransaction: LibrarySymbolReference;
520
+ Commit: LibrarySymbolReference;
521
+ CommitAsync: LibrarySymbolReference;
522
+ Dispose: LibrarySymbolReference;
523
+ DisposeAsync: LibrarySymbolReference;
524
+ Rollback: LibrarySymbolReference;
525
+ RollbackAsync: LibrarySymbolReference;
526
+ SaveAsync: LibrarySymbolReference;
527
+ ReleaseAsync: LibrarySymbolReference;
528
+ Save: LibrarySymbolReference;
529
+ Release: LibrarySymbolReference;
530
+ Connection: LibrarySymbolReference;
531
+ DbConnection: LibrarySymbolReference;
532
+ IsolationLevel: LibrarySymbolReference;
533
+ SupportsSavepoints: LibrarySymbolReference
534
+ };
535
+ GroupByBehavior: LibrarySymbolReference & {
536
+ Unknown: LibrarySymbolReference;
537
+ NotSupported: LibrarySymbolReference;
538
+ Unrelated: LibrarySymbolReference;
539
+ MustContainAll: LibrarySymbolReference;
540
+ ExactMatch: LibrarySymbolReference
541
+ };
542
+ IDbColumnSchemaGenerator: LibrarySymbolReference & {
543
+ GetColumnSchema: LibrarySymbolReference
544
+ };
545
+ IdentifierCase: LibrarySymbolReference & {
546
+ Unknown: LibrarySymbolReference;
547
+ Insensitive: LibrarySymbolReference;
548
+ Sensitive: LibrarySymbolReference
549
+ };
550
+ RowUpdatedEventArgs: LibrarySymbolReference & {
551
+ RowUpdatedEventArgs: LibrarySymbolReference;
552
+ CopyToRows: LibrarySymbolReference;
553
+ Command: LibrarySymbolReference;
554
+ Errors: LibrarySymbolReference;
555
+ RecordsAffected: LibrarySymbolReference;
556
+ Row: LibrarySymbolReference;
557
+ RowCount: LibrarySymbolReference;
558
+ StatementType: LibrarySymbolReference;
559
+ Status: LibrarySymbolReference;
560
+ TableMapping: LibrarySymbolReference
561
+ };
562
+ RowUpdatingEventArgs: LibrarySymbolReference & {
563
+ RowUpdatingEventArgs: LibrarySymbolReference;
564
+ BaseCommand: LibrarySymbolReference;
565
+ Command: LibrarySymbolReference;
566
+ Errors: LibrarySymbolReference;
567
+ Row: LibrarySymbolReference;
568
+ StatementType: LibrarySymbolReference;
569
+ Status: LibrarySymbolReference;
570
+ TableMapping: LibrarySymbolReference
571
+ };
572
+ SchemaTableColumn: LibrarySymbolReference & {
573
+ AllowDBNull: LibrarySymbolReference;
574
+ BaseColumnName: LibrarySymbolReference;
575
+ BaseSchemaName: LibrarySymbolReference;
576
+ BaseTableName: LibrarySymbolReference;
577
+ ColumnName: LibrarySymbolReference;
578
+ ColumnOrdinal: LibrarySymbolReference;
579
+ ColumnSize: LibrarySymbolReference;
580
+ DataType: LibrarySymbolReference;
581
+ IsAliased: LibrarySymbolReference;
582
+ IsExpression: LibrarySymbolReference;
583
+ IsKey: LibrarySymbolReference;
584
+ IsLong: LibrarySymbolReference;
585
+ IsUnique: LibrarySymbolReference;
586
+ NonVersionedProviderType: LibrarySymbolReference;
587
+ NumericPrecision: LibrarySymbolReference;
588
+ NumericScale: LibrarySymbolReference;
589
+ ProviderType: LibrarySymbolReference
590
+ };
591
+ SchemaTableOptionalColumn: LibrarySymbolReference & {
592
+ AutoIncrementSeed: LibrarySymbolReference;
593
+ AutoIncrementStep: LibrarySymbolReference;
594
+ BaseCatalogName: LibrarySymbolReference;
595
+ BaseColumnNamespace: LibrarySymbolReference;
596
+ BaseServerName: LibrarySymbolReference;
597
+ BaseTableNamespace: LibrarySymbolReference;
598
+ ColumnMapping: LibrarySymbolReference;
599
+ DefaultValue: LibrarySymbolReference;
600
+ Expression: LibrarySymbolReference;
601
+ IsAutoIncrement: LibrarySymbolReference;
602
+ IsHidden: LibrarySymbolReference;
603
+ IsReadOnly: LibrarySymbolReference;
604
+ IsRowVersion: LibrarySymbolReference;
605
+ ProviderSpecificDataType: LibrarySymbolReference
606
+ };
607
+ SupportedJoinOperators: LibrarySymbolReference & {
608
+ None: LibrarySymbolReference;
609
+ Inner: LibrarySymbolReference;
610
+ LeftOuter: LibrarySymbolReference;
611
+ RightOuter: LibrarySymbolReference;
612
+ FullOuter: LibrarySymbolReference
613
+ }
614
+ };
615
+ const Common: CommonLibrary = createLibrary("System.Data.Common", {
616
+ CatalogLocation: {
617
+ kind: "enum",
618
+ members: {
619
+ Start: {
620
+ kind: "field",
621
+ type: () => {
622
+ return Common.CatalogLocation;
623
+ },
624
+ },
625
+ End: {
626
+ kind: "field",
627
+ type: () => {
628
+ return Common.CatalogLocation;
629
+ },
630
+ },
631
+ },
632
+ },
633
+ DataAdapter: {
634
+ kind: "class",
635
+ members: {
636
+ DataAdapter: {
637
+ kind: "method",
638
+ methodKind: "constructor",
639
+ },
640
+ CloneInternals: {
641
+ kind: "method",
642
+ methodKind: "ordinary",
643
+ isVirtual: true,
644
+ },
645
+ CreateTableMappings: {
646
+ kind: "method",
647
+ methodKind: "ordinary",
648
+ isVirtual: true,
649
+ },
650
+ Dispose: {
651
+ kind: "method",
652
+ methodKind: "ordinary",
653
+ isOverride: true,
654
+ },
655
+ Fill: {
656
+ kind: "method",
657
+ methodKind: "ordinary",
658
+ isVirtual: true,
659
+ },
660
+ FillSchema: {
661
+ kind: "method",
662
+ methodKind: "ordinary",
663
+ isVirtual: true,
664
+ },
665
+ GetFillParameters: {
666
+ kind: "method",
667
+ methodKind: "ordinary",
668
+ isVirtual: true,
669
+ },
670
+ HasTableMappings: {
671
+ kind: "method",
672
+ methodKind: "ordinary",
673
+ },
674
+ OnFillError: {
675
+ kind: "method",
676
+ methodKind: "ordinary",
677
+ isVirtual: true,
678
+ },
679
+ ShouldSerializeTableMappings: {
680
+ kind: "method",
681
+ methodKind: "ordinary",
682
+ isVirtual: true,
683
+ },
684
+ Update: {
685
+ kind: "method",
686
+ methodKind: "ordinary",
687
+ isVirtual: true,
688
+ },
689
+ AcceptChangesDuringFill: {
690
+ kind: "property",
691
+ type: () => {
692
+ return System.Boolean;
693
+ },
694
+ },
695
+ AcceptChangesDuringUpdate: {
696
+ kind: "property",
697
+ type: () => {
698
+ return System.Boolean;
699
+ },
700
+ },
701
+ ContinueUpdateOnError: {
702
+ kind: "property",
703
+ type: () => {
704
+ return System.Boolean;
705
+ },
706
+ },
707
+ FillLoadOption: {
708
+ kind: "property",
709
+ type: () => {
710
+ return Data.LoadOption;
711
+ },
712
+ },
713
+ MissingMappingAction: {
714
+ kind: "property",
715
+ type: () => {
716
+ return Data.MissingMappingAction;
717
+ },
718
+ },
719
+ MissingSchemaAction: {
720
+ kind: "property",
721
+ type: () => {
722
+ return Data.MissingSchemaAction;
723
+ },
724
+ },
725
+ ReturnProviderSpecificTypes: {
726
+ kind: "property",
727
+ type: () => {
728
+ return System.Boolean;
729
+ },
730
+ isVirtual: true,
731
+ },
732
+ TableMappings: {
733
+ kind: "property",
734
+ type: () => {
735
+ return Common.DataTableMappingCollection;
736
+ },
737
+ },
738
+ },
739
+ },
740
+ DataColumnMapping: {
741
+ kind: "class",
742
+ members: {
743
+ DataColumnMapping: {
744
+ kind: "method",
745
+ methodKind: "constructor",
746
+ },
747
+ GetDataColumnBySchemaAction: {
748
+ kind: "method",
749
+ methodKind: "ordinary",
750
+ },
751
+ ToString: {
752
+ kind: "method",
753
+ methodKind: "ordinary",
754
+ isOverride: true,
755
+ },
756
+ DataSetColumn: {
757
+ kind: "property",
758
+ type: () => {
759
+ return System.String;
760
+ },
761
+ },
762
+ SourceColumn: {
763
+ kind: "property",
764
+ type: () => {
765
+ return System.String;
766
+ },
767
+ },
768
+ },
769
+ isSealed: true,
770
+ },
771
+ DataColumnMappingCollection: {
772
+ kind: "class",
773
+ members: {
774
+ DataColumnMappingCollection: {
775
+ kind: "method",
776
+ methodKind: "constructor",
777
+ },
778
+ Add: {
779
+ kind: "method",
780
+ methodKind: "ordinary",
781
+ },
782
+ AddRange: {
783
+ kind: "method",
784
+ methodKind: "ordinary",
785
+ },
786
+ Clear: {
787
+ kind: "method",
788
+ methodKind: "ordinary",
789
+ },
790
+ Contains: {
791
+ kind: "method",
792
+ methodKind: "ordinary",
793
+ },
794
+ CopyTo: {
795
+ kind: "method",
796
+ methodKind: "ordinary",
797
+ },
798
+ GetByDataSetColumn: {
799
+ kind: "method",
800
+ methodKind: "ordinary",
801
+ },
802
+ GetColumnMappingBySchemaAction: {
803
+ kind: "method",
804
+ methodKind: "ordinary",
805
+ isStatic: true,
806
+ },
807
+ GetDataColumn: {
808
+ kind: "method",
809
+ methodKind: "ordinary",
810
+ isStatic: true,
811
+ },
812
+ GetEnumerator: {
813
+ kind: "method",
814
+ methodKind: "ordinary",
815
+ },
816
+ IndexOf: {
817
+ kind: "method",
818
+ methodKind: "ordinary",
819
+ },
820
+ IndexOfDataSetColumn: {
821
+ kind: "method",
822
+ methodKind: "ordinary",
823
+ },
824
+ Insert: {
825
+ kind: "method",
826
+ methodKind: "ordinary",
827
+ },
828
+ Remove: {
829
+ kind: "method",
830
+ methodKind: "ordinary",
831
+ },
832
+ RemoveAt: {
833
+ kind: "method",
834
+ methodKind: "ordinary",
835
+ },
836
+ Count: {
837
+ kind: "property",
838
+ type: () => {
839
+ return System.Int32;
840
+ },
841
+ },
842
+ Item: {
843
+ kind: "property",
844
+ type: () => {
845
+ return Common.DataColumnMapping;
846
+ },
847
+ },
848
+ },
849
+ isSealed: true,
850
+ },
851
+ DataTableMapping: {
852
+ kind: "class",
853
+ members: {
854
+ DataTableMapping: {
855
+ kind: "method",
856
+ methodKind: "constructor",
857
+ },
858
+ GetColumnMappingBySchemaAction: {
859
+ kind: "method",
860
+ methodKind: "ordinary",
861
+ },
862
+ GetDataColumn: {
863
+ kind: "method",
864
+ methodKind: "ordinary",
865
+ },
866
+ GetDataTableBySchemaAction: {
867
+ kind: "method",
868
+ methodKind: "ordinary",
869
+ },
870
+ ToString: {
871
+ kind: "method",
872
+ methodKind: "ordinary",
873
+ isOverride: true,
874
+ },
875
+ ColumnMappings: {
876
+ kind: "property",
877
+ type: () => {
878
+ return Common.DataColumnMappingCollection;
879
+ },
880
+ },
881
+ DataSetTable: {
882
+ kind: "property",
883
+ type: () => {
884
+ return System.String;
885
+ },
886
+ },
887
+ SourceTable: {
888
+ kind: "property",
889
+ type: () => {
890
+ return System.String;
891
+ },
892
+ },
893
+ },
894
+ isSealed: true,
895
+ },
896
+ DataTableMappingCollection: {
897
+ kind: "class",
898
+ members: {
899
+ DataTableMappingCollection: {
900
+ kind: "method",
901
+ methodKind: "constructor",
902
+ },
903
+ Add: {
904
+ kind: "method",
905
+ methodKind: "ordinary",
906
+ },
907
+ AddRange: {
908
+ kind: "method",
909
+ methodKind: "ordinary",
910
+ },
911
+ Clear: {
912
+ kind: "method",
913
+ methodKind: "ordinary",
914
+ },
915
+ Contains: {
916
+ kind: "method",
917
+ methodKind: "ordinary",
918
+ },
919
+ CopyTo: {
920
+ kind: "method",
921
+ methodKind: "ordinary",
922
+ },
923
+ GetByDataSetTable: {
924
+ kind: "method",
925
+ methodKind: "ordinary",
926
+ },
927
+ GetEnumerator: {
928
+ kind: "method",
929
+ methodKind: "ordinary",
930
+ },
931
+ GetTableMappingBySchemaAction: {
932
+ kind: "method",
933
+ methodKind: "ordinary",
934
+ isStatic: true,
935
+ },
936
+ IndexOf: {
937
+ kind: "method",
938
+ methodKind: "ordinary",
939
+ },
940
+ IndexOfDataSetTable: {
941
+ kind: "method",
942
+ methodKind: "ordinary",
943
+ },
944
+ Insert: {
945
+ kind: "method",
946
+ methodKind: "ordinary",
947
+ },
948
+ Remove: {
949
+ kind: "method",
950
+ methodKind: "ordinary",
951
+ },
952
+ RemoveAt: {
953
+ kind: "method",
954
+ methodKind: "ordinary",
955
+ },
956
+ Count: {
957
+ kind: "property",
958
+ type: () => {
959
+ return System.Int32;
960
+ },
961
+ },
962
+ Item: {
963
+ kind: "property",
964
+ type: () => {
965
+ return Common.DataTableMapping;
966
+ },
967
+ },
968
+ },
969
+ isSealed: true,
970
+ },
971
+ DbBatch: {
972
+ kind: "class",
973
+ members: {
974
+ ExecuteReader: {
975
+ kind: "method",
976
+ methodKind: "ordinary",
977
+ },
978
+ ExecuteDbDataReader: {
979
+ kind: "method",
980
+ methodKind: "ordinary",
981
+ isAbstract: true,
982
+ },
983
+ ExecuteReaderAsync: {
984
+ kind: "method",
985
+ methodKind: "ordinary",
986
+ },
987
+ ExecuteDbDataReaderAsync: {
988
+ kind: "method",
989
+ methodKind: "ordinary",
990
+ isAbstract: true,
991
+ },
992
+ ExecuteNonQuery: {
993
+ kind: "method",
994
+ methodKind: "ordinary",
995
+ isAbstract: true,
996
+ },
997
+ ExecuteNonQueryAsync: {
998
+ kind: "method",
999
+ methodKind: "ordinary",
1000
+ isAbstract: true,
1001
+ },
1002
+ ExecuteScalar: {
1003
+ kind: "method",
1004
+ methodKind: "ordinary",
1005
+ isAbstract: true,
1006
+ },
1007
+ ExecuteScalarAsync: {
1008
+ kind: "method",
1009
+ methodKind: "ordinary",
1010
+ isAbstract: true,
1011
+ },
1012
+ Prepare: {
1013
+ kind: "method",
1014
+ methodKind: "ordinary",
1015
+ isAbstract: true,
1016
+ },
1017
+ PrepareAsync: {
1018
+ kind: "method",
1019
+ methodKind: "ordinary",
1020
+ isAbstract: true,
1021
+ },
1022
+ Cancel: {
1023
+ kind: "method",
1024
+ methodKind: "ordinary",
1025
+ isAbstract: true,
1026
+ },
1027
+ CreateBatchCommand: {
1028
+ kind: "method",
1029
+ methodKind: "ordinary",
1030
+ },
1031
+ CreateDbBatchCommand: {
1032
+ kind: "method",
1033
+ methodKind: "ordinary",
1034
+ isAbstract: true,
1035
+ },
1036
+ Dispose: {
1037
+ kind: "method",
1038
+ methodKind: "ordinary",
1039
+ isVirtual: true,
1040
+ },
1041
+ DisposeAsync: {
1042
+ kind: "method",
1043
+ methodKind: "ordinary",
1044
+ isVirtual: true,
1045
+ },
1046
+ DbBatch: {
1047
+ kind: "method",
1048
+ methodKind: "constructor",
1049
+ },
1050
+ BatchCommands: {
1051
+ kind: "property",
1052
+ type: () => {
1053
+ return Common.DbBatchCommandCollection;
1054
+ },
1055
+ },
1056
+ DbBatchCommands: {
1057
+ kind: "property",
1058
+ type: () => {
1059
+ return Common.DbBatchCommandCollection;
1060
+ },
1061
+ isAbstract: true,
1062
+ },
1063
+ Timeout: {
1064
+ kind: "property",
1065
+ type: () => {
1066
+ return System.Int32;
1067
+ },
1068
+ isAbstract: true,
1069
+ },
1070
+ Connection: {
1071
+ kind: "property",
1072
+ type: () => {
1073
+ return Common.DbConnection;
1074
+ },
1075
+ },
1076
+ DbConnection: {
1077
+ kind: "property",
1078
+ type: () => {
1079
+ return Common.DbConnection;
1080
+ },
1081
+ isAbstract: true,
1082
+ },
1083
+ Transaction: {
1084
+ kind: "property",
1085
+ type: () => {
1086
+ return Common.DbTransaction;
1087
+ },
1088
+ },
1089
+ DbTransaction: {
1090
+ kind: "property",
1091
+ type: () => {
1092
+ return Common.DbTransaction;
1093
+ },
1094
+ isAbstract: true,
1095
+ },
1096
+ },
1097
+ isAbstract: true,
1098
+ },
1099
+ DbBatchCommand: {
1100
+ kind: "class",
1101
+ members: {
1102
+ CreateParameter: {
1103
+ kind: "method",
1104
+ methodKind: "ordinary",
1105
+ isVirtual: true,
1106
+ },
1107
+ DbBatchCommand: {
1108
+ kind: "method",
1109
+ methodKind: "constructor",
1110
+ },
1111
+ CommandText: {
1112
+ kind: "property",
1113
+ type: () => {
1114
+ return System.String;
1115
+ },
1116
+ isAbstract: true,
1117
+ },
1118
+ CommandType: {
1119
+ kind: "property",
1120
+ type: () => {
1121
+ return Data.CommandType;
1122
+ },
1123
+ isAbstract: true,
1124
+ },
1125
+ RecordsAffected: {
1126
+ kind: "property",
1127
+ type: () => {
1128
+ return System.Int32;
1129
+ },
1130
+ isAbstract: true,
1131
+ },
1132
+ Parameters: {
1133
+ kind: "property",
1134
+ type: () => {
1135
+ return Common.DbParameterCollection;
1136
+ },
1137
+ },
1138
+ DbParameterCollection: {
1139
+ kind: "property",
1140
+ type: () => {
1141
+ return Common.DbParameterCollection;
1142
+ },
1143
+ isAbstract: true,
1144
+ },
1145
+ CanCreateParameter: {
1146
+ kind: "property",
1147
+ type: () => {
1148
+ return System.Boolean;
1149
+ },
1150
+ isVirtual: true,
1151
+ },
1152
+ },
1153
+ isAbstract: true,
1154
+ },
1155
+ DbBatchCommandCollection: {
1156
+ kind: "class",
1157
+ members: {
1158
+ GetEnumerator: {
1159
+ kind: "method",
1160
+ methodKind: "ordinary",
1161
+ isAbstract: true,
1162
+ },
1163
+ Add: {
1164
+ kind: "method",
1165
+ methodKind: "ordinary",
1166
+ isAbstract: true,
1167
+ },
1168
+ Clear: {
1169
+ kind: "method",
1170
+ methodKind: "ordinary",
1171
+ isAbstract: true,
1172
+ },
1173
+ Contains: {
1174
+ kind: "method",
1175
+ methodKind: "ordinary",
1176
+ isAbstract: true,
1177
+ },
1178
+ CopyTo: {
1179
+ kind: "method",
1180
+ methodKind: "ordinary",
1181
+ isAbstract: true,
1182
+ },
1183
+ Remove: {
1184
+ kind: "method",
1185
+ methodKind: "ordinary",
1186
+ isAbstract: true,
1187
+ },
1188
+ IndexOf: {
1189
+ kind: "method",
1190
+ methodKind: "ordinary",
1191
+ isAbstract: true,
1192
+ },
1193
+ Insert: {
1194
+ kind: "method",
1195
+ methodKind: "ordinary",
1196
+ isAbstract: true,
1197
+ },
1198
+ RemoveAt: {
1199
+ kind: "method",
1200
+ methodKind: "ordinary",
1201
+ isAbstract: true,
1202
+ },
1203
+ GetBatchCommand: {
1204
+ kind: "method",
1205
+ methodKind: "ordinary",
1206
+ isAbstract: true,
1207
+ },
1208
+ SetBatchCommand: {
1209
+ kind: "method",
1210
+ methodKind: "ordinary",
1211
+ isAbstract: true,
1212
+ },
1213
+ DbBatchCommandCollection: {
1214
+ kind: "method",
1215
+ methodKind: "constructor",
1216
+ },
1217
+ Count: {
1218
+ kind: "property",
1219
+ type: () => {
1220
+ return System.Int32;
1221
+ },
1222
+ isAbstract: true,
1223
+ },
1224
+ IsReadOnly: {
1225
+ kind: "property",
1226
+ type: () => {
1227
+ return System.Boolean;
1228
+ },
1229
+ isAbstract: true,
1230
+ },
1231
+ Item: {
1232
+ kind: "property",
1233
+ type: () => {
1234
+ return Common.DbBatchCommand;
1235
+ },
1236
+ },
1237
+ },
1238
+ isAbstract: true,
1239
+ },
1240
+ DbColumn: {
1241
+ kind: "class",
1242
+ members: {
1243
+ DbColumn: {
1244
+ kind: "method",
1245
+ methodKind: "constructor",
1246
+ },
1247
+ AllowDBNull: {
1248
+ kind: "property",
1249
+ type: () => {
1250
+ return System.Boolean;
1251
+ },
1252
+ isNullable: true,
1253
+ },
1254
+ BaseCatalogName: {
1255
+ kind: "property",
1256
+ type: () => {
1257
+ return System.String;
1258
+ },
1259
+ isNullable: true,
1260
+ },
1261
+ BaseColumnName: {
1262
+ kind: "property",
1263
+ type: () => {
1264
+ return System.String;
1265
+ },
1266
+ isNullable: true,
1267
+ },
1268
+ BaseSchemaName: {
1269
+ kind: "property",
1270
+ type: () => {
1271
+ return System.String;
1272
+ },
1273
+ isNullable: true,
1274
+ },
1275
+ BaseServerName: {
1276
+ kind: "property",
1277
+ type: () => {
1278
+ return System.String;
1279
+ },
1280
+ isNullable: true,
1281
+ },
1282
+ BaseTableName: {
1283
+ kind: "property",
1284
+ type: () => {
1285
+ return System.String;
1286
+ },
1287
+ isNullable: true,
1288
+ },
1289
+ ColumnName: {
1290
+ kind: "property",
1291
+ type: () => {
1292
+ return System.String;
1293
+ },
1294
+ },
1295
+ ColumnOrdinal: {
1296
+ kind: "property",
1297
+ type: () => {
1298
+ return System.Int32;
1299
+ },
1300
+ isNullable: true,
1301
+ },
1302
+ ColumnSize: {
1303
+ kind: "property",
1304
+ type: () => {
1305
+ return System.Int32;
1306
+ },
1307
+ isNullable: true,
1308
+ },
1309
+ DataType: {
1310
+ kind: "property",
1311
+ type: () => {
1312
+ return System.Type;
1313
+ },
1314
+ isNullable: true,
1315
+ },
1316
+ DataTypeName: {
1317
+ kind: "property",
1318
+ type: () => {
1319
+ return System.String;
1320
+ },
1321
+ isNullable: true,
1322
+ },
1323
+ IsAliased: {
1324
+ kind: "property",
1325
+ type: () => {
1326
+ return System.Boolean;
1327
+ },
1328
+ isNullable: true,
1329
+ },
1330
+ IsAutoIncrement: {
1331
+ kind: "property",
1332
+ type: () => {
1333
+ return System.Boolean;
1334
+ },
1335
+ isNullable: true,
1336
+ },
1337
+ IsExpression: {
1338
+ kind: "property",
1339
+ type: () => {
1340
+ return System.Boolean;
1341
+ },
1342
+ isNullable: true,
1343
+ },
1344
+ IsHidden: {
1345
+ kind: "property",
1346
+ type: () => {
1347
+ return System.Boolean;
1348
+ },
1349
+ isNullable: true,
1350
+ },
1351
+ IsIdentity: {
1352
+ kind: "property",
1353
+ type: () => {
1354
+ return System.Boolean;
1355
+ },
1356
+ isNullable: true,
1357
+ },
1358
+ IsKey: {
1359
+ kind: "property",
1360
+ type: () => {
1361
+ return System.Boolean;
1362
+ },
1363
+ isNullable: true,
1364
+ },
1365
+ IsLong: {
1366
+ kind: "property",
1367
+ type: () => {
1368
+ return System.Boolean;
1369
+ },
1370
+ isNullable: true,
1371
+ },
1372
+ IsReadOnly: {
1373
+ kind: "property",
1374
+ type: () => {
1375
+ return System.Boolean;
1376
+ },
1377
+ isNullable: true,
1378
+ },
1379
+ IsUnique: {
1380
+ kind: "property",
1381
+ type: () => {
1382
+ return System.Boolean;
1383
+ },
1384
+ isNullable: true,
1385
+ },
1386
+ Item: {
1387
+ kind: "property",
1388
+ type: () => {
1389
+ return System.Object;
1390
+ },
1391
+ isVirtual: true,
1392
+ },
1393
+ NumericPrecision: {
1394
+ kind: "property",
1395
+ type: () => {
1396
+ return System.Int32;
1397
+ },
1398
+ isNullable: true,
1399
+ },
1400
+ NumericScale: {
1401
+ kind: "property",
1402
+ type: () => {
1403
+ return System.Int32;
1404
+ },
1405
+ isNullable: true,
1406
+ },
1407
+ UdtAssemblyQualifiedName: {
1408
+ kind: "property",
1409
+ type: () => {
1410
+ return System.String;
1411
+ },
1412
+ isNullable: true,
1413
+ },
1414
+ },
1415
+ isAbstract: true,
1416
+ },
1417
+ DbCommand: {
1418
+ kind: "class",
1419
+ members: {
1420
+ DbCommand: {
1421
+ kind: "method",
1422
+ methodKind: "constructor",
1423
+ },
1424
+ Cancel: {
1425
+ kind: "method",
1426
+ methodKind: "ordinary",
1427
+ isAbstract: true,
1428
+ },
1429
+ CreateDbParameter: {
1430
+ kind: "method",
1431
+ methodKind: "ordinary",
1432
+ isAbstract: true,
1433
+ },
1434
+ CreateParameter: {
1435
+ kind: "method",
1436
+ methodKind: "ordinary",
1437
+ },
1438
+ DisposeAsync: {
1439
+ kind: "method",
1440
+ methodKind: "ordinary",
1441
+ isVirtual: true,
1442
+ },
1443
+ ExecuteDbDataReader: {
1444
+ kind: "method",
1445
+ methodKind: "ordinary",
1446
+ isAbstract: true,
1447
+ },
1448
+ ExecuteDbDataReaderAsync: {
1449
+ kind: "method",
1450
+ methodKind: "ordinary",
1451
+ isVirtual: true,
1452
+ },
1453
+ ExecuteNonQuery: {
1454
+ kind: "method",
1455
+ methodKind: "ordinary",
1456
+ isAbstract: true,
1457
+ },
1458
+ ExecuteNonQueryAsync: {
1459
+ kind: "method",
1460
+ methodKind: "ordinary",
1461
+ },
1462
+ ExecuteReader: {
1463
+ kind: "method",
1464
+ methodKind: "ordinary",
1465
+ },
1466
+ ExecuteReaderAsync: {
1467
+ kind: "method",
1468
+ methodKind: "ordinary",
1469
+ },
1470
+ ExecuteScalar: {
1471
+ kind: "method",
1472
+ methodKind: "ordinary",
1473
+ isAbstract: true,
1474
+ },
1475
+ ExecuteScalarAsync: {
1476
+ kind: "method",
1477
+ methodKind: "ordinary",
1478
+ },
1479
+ Prepare: {
1480
+ kind: "method",
1481
+ methodKind: "ordinary",
1482
+ isAbstract: true,
1483
+ },
1484
+ PrepareAsync: {
1485
+ kind: "method",
1486
+ methodKind: "ordinary",
1487
+ isVirtual: true,
1488
+ },
1489
+ CommandText: {
1490
+ kind: "property",
1491
+ type: () => {
1492
+ return System.String;
1493
+ },
1494
+ isAbstract: true,
1495
+ },
1496
+ CommandTimeout: {
1497
+ kind: "property",
1498
+ type: () => {
1499
+ return System.Int32;
1500
+ },
1501
+ isAbstract: true,
1502
+ },
1503
+ CommandType: {
1504
+ kind: "property",
1505
+ type: () => {
1506
+ return Data.CommandType;
1507
+ },
1508
+ isAbstract: true,
1509
+ },
1510
+ Connection: {
1511
+ kind: "property",
1512
+ type: () => {
1513
+ return Common.DbConnection;
1514
+ },
1515
+ },
1516
+ DbConnection: {
1517
+ kind: "property",
1518
+ type: () => {
1519
+ return Common.DbConnection;
1520
+ },
1521
+ isAbstract: true,
1522
+ },
1523
+ DbParameterCollection: {
1524
+ kind: "property",
1525
+ type: () => {
1526
+ return Common.DbParameterCollection;
1527
+ },
1528
+ isAbstract: true,
1529
+ },
1530
+ DbTransaction: {
1531
+ kind: "property",
1532
+ type: () => {
1533
+ return Common.DbTransaction;
1534
+ },
1535
+ isAbstract: true,
1536
+ },
1537
+ Parameters: {
1538
+ kind: "property",
1539
+ type: () => {
1540
+ return Common.DbParameterCollection;
1541
+ },
1542
+ },
1543
+ Transaction: {
1544
+ kind: "property",
1545
+ type: () => {
1546
+ return Common.DbTransaction;
1547
+ },
1548
+ },
1549
+ UpdatedRowSource: {
1550
+ kind: "property",
1551
+ type: () => {
1552
+ return Data.UpdateRowSource;
1553
+ },
1554
+ isAbstract: true,
1555
+ },
1556
+ },
1557
+ isAbstract: true,
1558
+ },
1559
+ DbCommandBuilder: {
1560
+ kind: "class",
1561
+ members: {
1562
+ DbCommandBuilder: {
1563
+ kind: "method",
1564
+ methodKind: "constructor",
1565
+ },
1566
+ ApplyParameterInfo: {
1567
+ kind: "method",
1568
+ methodKind: "ordinary",
1569
+ isAbstract: true,
1570
+ },
1571
+ Dispose: {
1572
+ kind: "method",
1573
+ methodKind: "ordinary",
1574
+ isOverride: true,
1575
+ },
1576
+ GetDeleteCommand: {
1577
+ kind: "method",
1578
+ methodKind: "ordinary",
1579
+ },
1580
+ GetInsertCommand: {
1581
+ kind: "method",
1582
+ methodKind: "ordinary",
1583
+ },
1584
+ GetParameterName: {
1585
+ kind: "method",
1586
+ methodKind: "ordinary",
1587
+ isAbstract: true,
1588
+ },
1589
+ GetParameterPlaceholder: {
1590
+ kind: "method",
1591
+ methodKind: "ordinary",
1592
+ isAbstract: true,
1593
+ },
1594
+ GetSchemaTable: {
1595
+ kind: "method",
1596
+ methodKind: "ordinary",
1597
+ isVirtual: true,
1598
+ },
1599
+ GetUpdateCommand: {
1600
+ kind: "method",
1601
+ methodKind: "ordinary",
1602
+ },
1603
+ InitializeCommand: {
1604
+ kind: "method",
1605
+ methodKind: "ordinary",
1606
+ isVirtual: true,
1607
+ },
1608
+ QuoteIdentifier: {
1609
+ kind: "method",
1610
+ methodKind: "ordinary",
1611
+ isVirtual: true,
1612
+ },
1613
+ RefreshSchema: {
1614
+ kind: "method",
1615
+ methodKind: "ordinary",
1616
+ isVirtual: true,
1617
+ },
1618
+ RowUpdatingHandler: {
1619
+ kind: "method",
1620
+ methodKind: "ordinary",
1621
+ },
1622
+ SetRowUpdatingHandler: {
1623
+ kind: "method",
1624
+ methodKind: "ordinary",
1625
+ isAbstract: true,
1626
+ },
1627
+ UnquoteIdentifier: {
1628
+ kind: "method",
1629
+ methodKind: "ordinary",
1630
+ isVirtual: true,
1631
+ },
1632
+ CatalogLocation: {
1633
+ kind: "property",
1634
+ type: () => {
1635
+ return Common.CatalogLocation;
1636
+ },
1637
+ isVirtual: true,
1638
+ },
1639
+ CatalogSeparator: {
1640
+ kind: "property",
1641
+ type: () => {
1642
+ return System.String;
1643
+ },
1644
+ isVirtual: true,
1645
+ },
1646
+ ConflictOption: {
1647
+ kind: "property",
1648
+ type: () => {
1649
+ return Data.ConflictOption;
1650
+ },
1651
+ isVirtual: true,
1652
+ },
1653
+ DataAdapter: {
1654
+ kind: "property",
1655
+ type: () => {
1656
+ return Common.DbDataAdapter;
1657
+ },
1658
+ },
1659
+ QuotePrefix: {
1660
+ kind: "property",
1661
+ type: () => {
1662
+ return System.String;
1663
+ },
1664
+ isVirtual: true,
1665
+ },
1666
+ QuoteSuffix: {
1667
+ kind: "property",
1668
+ type: () => {
1669
+ return System.String;
1670
+ },
1671
+ isVirtual: true,
1672
+ },
1673
+ SchemaSeparator: {
1674
+ kind: "property",
1675
+ type: () => {
1676
+ return System.String;
1677
+ },
1678
+ isVirtual: true,
1679
+ },
1680
+ SetAllValues: {
1681
+ kind: "property",
1682
+ type: () => {
1683
+ return System.Boolean;
1684
+ },
1685
+ },
1686
+ },
1687
+ isAbstract: true,
1688
+ },
1689
+ DbConnection: {
1690
+ kind: "class",
1691
+ members: {
1692
+ DbConnection: {
1693
+ kind: "method",
1694
+ methodKind: "constructor",
1695
+ },
1696
+ BeginDbTransaction: {
1697
+ kind: "method",
1698
+ methodKind: "ordinary",
1699
+ isAbstract: true,
1700
+ },
1701
+ BeginDbTransactionAsync: {
1702
+ kind: "method",
1703
+ methodKind: "ordinary",
1704
+ isVirtual: true,
1705
+ },
1706
+ BeginTransaction: {
1707
+ kind: "method",
1708
+ methodKind: "ordinary",
1709
+ },
1710
+ BeginTransactionAsync: {
1711
+ kind: "method",
1712
+ methodKind: "ordinary",
1713
+ },
1714
+ ChangeDatabase: {
1715
+ kind: "method",
1716
+ methodKind: "ordinary",
1717
+ isAbstract: true,
1718
+ },
1719
+ ChangeDatabaseAsync: {
1720
+ kind: "method",
1721
+ methodKind: "ordinary",
1722
+ isVirtual: true,
1723
+ },
1724
+ Close: {
1725
+ kind: "method",
1726
+ methodKind: "ordinary",
1727
+ isAbstract: true,
1728
+ },
1729
+ CloseAsync: {
1730
+ kind: "method",
1731
+ methodKind: "ordinary",
1732
+ isVirtual: true,
1733
+ },
1734
+ CreateBatch: {
1735
+ kind: "method",
1736
+ methodKind: "ordinary",
1737
+ },
1738
+ CreateDbBatch: {
1739
+ kind: "method",
1740
+ methodKind: "ordinary",
1741
+ isVirtual: true,
1742
+ },
1743
+ CreateCommand: {
1744
+ kind: "method",
1745
+ methodKind: "ordinary",
1746
+ },
1747
+ CreateDbCommand: {
1748
+ kind: "method",
1749
+ methodKind: "ordinary",
1750
+ isAbstract: true,
1751
+ },
1752
+ DisposeAsync: {
1753
+ kind: "method",
1754
+ methodKind: "ordinary",
1755
+ isVirtual: true,
1756
+ },
1757
+ EnlistTransaction: {
1758
+ kind: "method",
1759
+ methodKind: "ordinary",
1760
+ isVirtual: true,
1761
+ },
1762
+ GetSchema: {
1763
+ kind: "method",
1764
+ methodKind: "ordinary",
1765
+ isVirtual: true,
1766
+ },
1767
+ GetSchemaAsync: {
1768
+ kind: "method",
1769
+ methodKind: "ordinary",
1770
+ isVirtual: true,
1771
+ },
1772
+ OnStateChange: {
1773
+ kind: "method",
1774
+ methodKind: "ordinary",
1775
+ isVirtual: true,
1776
+ },
1777
+ Open: {
1778
+ kind: "method",
1779
+ methodKind: "ordinary",
1780
+ isAbstract: true,
1781
+ },
1782
+ OpenAsync: {
1783
+ kind: "method",
1784
+ methodKind: "ordinary",
1785
+ },
1786
+ ConnectionString: {
1787
+ kind: "property",
1788
+ type: () => {
1789
+ return System.String;
1790
+ },
1791
+ isAbstract: true,
1792
+ },
1793
+ ConnectionTimeout: {
1794
+ kind: "property",
1795
+ type: () => {
1796
+ return System.Int32;
1797
+ },
1798
+ isVirtual: true,
1799
+ },
1800
+ Database: {
1801
+ kind: "property",
1802
+ type: () => {
1803
+ return System.String;
1804
+ },
1805
+ isAbstract: true,
1806
+ },
1807
+ DataSource: {
1808
+ kind: "property",
1809
+ type: () => {
1810
+ return System.String;
1811
+ },
1812
+ isAbstract: true,
1813
+ },
1814
+ DbProviderFactory: {
1815
+ kind: "property",
1816
+ type: () => {
1817
+ return Common.DbProviderFactory;
1818
+ },
1819
+ isVirtual: true,
1820
+ },
1821
+ ServerVersion: {
1822
+ kind: "property",
1823
+ type: () => {
1824
+ return System.String;
1825
+ },
1826
+ isAbstract: true,
1827
+ },
1828
+ State: {
1829
+ kind: "property",
1830
+ type: () => {
1831
+ return Data.ConnectionState;
1832
+ },
1833
+ isAbstract: true,
1834
+ },
1835
+ CanCreateBatch: {
1836
+ kind: "property",
1837
+ type: () => {
1838
+ return System.Boolean;
1839
+ },
1840
+ isVirtual: true,
1841
+ },
1842
+ },
1843
+ isAbstract: true,
1844
+ },
1845
+ DbConnectionStringBuilder: {
1846
+ kind: "class",
1847
+ members: {
1848
+ DbConnectionStringBuilder: {
1849
+ kind: "method",
1850
+ methodKind: "constructor",
1851
+ },
1852
+ Add: {
1853
+ kind: "method",
1854
+ methodKind: "ordinary",
1855
+ },
1856
+ AppendKeyValuePair: {
1857
+ kind: "method",
1858
+ methodKind: "ordinary",
1859
+ isStatic: true,
1860
+ },
1861
+ Clear: {
1862
+ kind: "method",
1863
+ methodKind: "ordinary",
1864
+ isVirtual: true,
1865
+ },
1866
+ ClearPropertyDescriptors: {
1867
+ kind: "method",
1868
+ methodKind: "ordinary",
1869
+ },
1870
+ ContainsKey: {
1871
+ kind: "method",
1872
+ methodKind: "ordinary",
1873
+ isVirtual: true,
1874
+ },
1875
+ EquivalentTo: {
1876
+ kind: "method",
1877
+ methodKind: "ordinary",
1878
+ isVirtual: true,
1879
+ },
1880
+ GetProperties: {
1881
+ kind: "method",
1882
+ methodKind: "ordinary",
1883
+ isVirtual: true,
1884
+ },
1885
+ Remove: {
1886
+ kind: "method",
1887
+ methodKind: "ordinary",
1888
+ isVirtual: true,
1889
+ },
1890
+ ShouldSerialize: {
1891
+ kind: "method",
1892
+ methodKind: "ordinary",
1893
+ isVirtual: true,
1894
+ },
1895
+ ToString: {
1896
+ kind: "method",
1897
+ methodKind: "ordinary",
1898
+ isOverride: true,
1899
+ },
1900
+ TryGetValue: {
1901
+ kind: "method",
1902
+ methodKind: "ordinary",
1903
+ isVirtual: true,
1904
+ },
1905
+ ConnectionString: {
1906
+ kind: "property",
1907
+ type: () => {
1908
+ return System.String;
1909
+ },
1910
+ },
1911
+ Count: {
1912
+ kind: "property",
1913
+ type: () => {
1914
+ return System.Int32;
1915
+ },
1916
+ isVirtual: true,
1917
+ },
1918
+ IsFixedSize: {
1919
+ kind: "property",
1920
+ type: () => {
1921
+ return System.Boolean;
1922
+ },
1923
+ isVirtual: true,
1924
+ },
1925
+ IsReadOnly: {
1926
+ kind: "property",
1927
+ type: () => {
1928
+ return System.Boolean;
1929
+ },
1930
+ },
1931
+ Item: {
1932
+ kind: "property",
1933
+ type: () => {
1934
+ return System.Object;
1935
+ },
1936
+ isVirtual: true,
1937
+ },
1938
+ Keys: {
1939
+ kind: "property",
1940
+ type: () => {
1941
+ return Collections.ICollection;
1942
+ },
1943
+ isVirtual: true,
1944
+ },
1945
+ Values: {
1946
+ kind: "property",
1947
+ type: () => {
1948
+ return Collections.ICollection;
1949
+ },
1950
+ isVirtual: true,
1951
+ },
1952
+ },
1953
+ },
1954
+ DbDataAdapter: {
1955
+ kind: "class",
1956
+ members: {
1957
+ DefaultSourceTableName: {
1958
+ kind: "field",
1959
+ type: () => {
1960
+ return System.String;
1961
+ },
1962
+ },
1963
+ DbDataAdapter: {
1964
+ kind: "method",
1965
+ methodKind: "constructor",
1966
+ },
1967
+ AddToBatch: {
1968
+ kind: "method",
1969
+ methodKind: "ordinary",
1970
+ isVirtual: true,
1971
+ },
1972
+ ClearBatch: {
1973
+ kind: "method",
1974
+ methodKind: "ordinary",
1975
+ isVirtual: true,
1976
+ },
1977
+ CreateRowUpdatedEvent: {
1978
+ kind: "method",
1979
+ methodKind: "ordinary",
1980
+ isVirtual: true,
1981
+ },
1982
+ CreateRowUpdatingEvent: {
1983
+ kind: "method",
1984
+ methodKind: "ordinary",
1985
+ isVirtual: true,
1986
+ },
1987
+ Dispose: {
1988
+ kind: "method",
1989
+ methodKind: "ordinary",
1990
+ isOverride: true,
1991
+ },
1992
+ ExecuteBatch: {
1993
+ kind: "method",
1994
+ methodKind: "ordinary",
1995
+ isVirtual: true,
1996
+ },
1997
+ Fill: {
1998
+ kind: "method",
1999
+ methodKind: "ordinary",
2000
+ isOverride: true,
2001
+ },
2002
+ FillSchema: {
2003
+ kind: "method",
2004
+ methodKind: "ordinary",
2005
+ isOverride: true,
2006
+ },
2007
+ GetBatchedParameter: {
2008
+ kind: "method",
2009
+ methodKind: "ordinary",
2010
+ isVirtual: true,
2011
+ },
2012
+ GetBatchedRecordsAffected: {
2013
+ kind: "method",
2014
+ methodKind: "ordinary",
2015
+ isVirtual: true,
2016
+ },
2017
+ GetFillParameters: {
2018
+ kind: "method",
2019
+ methodKind: "ordinary",
2020
+ isOverride: true,
2021
+ },
2022
+ InitializeBatching: {
2023
+ kind: "method",
2024
+ methodKind: "ordinary",
2025
+ isVirtual: true,
2026
+ },
2027
+ OnRowUpdated: {
2028
+ kind: "method",
2029
+ methodKind: "ordinary",
2030
+ isVirtual: true,
2031
+ },
2032
+ OnRowUpdating: {
2033
+ kind: "method",
2034
+ methodKind: "ordinary",
2035
+ isVirtual: true,
2036
+ },
2037
+ TerminateBatching: {
2038
+ kind: "method",
2039
+ methodKind: "ordinary",
2040
+ isVirtual: true,
2041
+ },
2042
+ Update: {
2043
+ kind: "method",
2044
+ methodKind: "ordinary",
2045
+ },
2046
+ DeleteCommand: {
2047
+ kind: "property",
2048
+ type: () => {
2049
+ return Common.DbCommand;
2050
+ },
2051
+ },
2052
+ FillCommandBehavior: {
2053
+ kind: "property",
2054
+ type: () => {
2055
+ return Data.CommandBehavior;
2056
+ },
2057
+ },
2058
+ InsertCommand: {
2059
+ kind: "property",
2060
+ type: () => {
2061
+ return Common.DbCommand;
2062
+ },
2063
+ },
2064
+ SelectCommand: {
2065
+ kind: "property",
2066
+ type: () => {
2067
+ return Common.DbCommand;
2068
+ },
2069
+ },
2070
+ UpdateBatchSize: {
2071
+ kind: "property",
2072
+ type: () => {
2073
+ return System.Int32;
2074
+ },
2075
+ isVirtual: true,
2076
+ },
2077
+ UpdateCommand: {
2078
+ kind: "property",
2079
+ type: () => {
2080
+ return Common.DbCommand;
2081
+ },
2082
+ },
2083
+ },
2084
+ isAbstract: true,
2085
+ },
2086
+ DbDataReader: {
2087
+ kind: "class",
2088
+ members: {
2089
+ DbDataReader: {
2090
+ kind: "method",
2091
+ methodKind: "constructor",
2092
+ },
2093
+ Close: {
2094
+ kind: "method",
2095
+ methodKind: "ordinary",
2096
+ isVirtual: true,
2097
+ },
2098
+ CloseAsync: {
2099
+ kind: "method",
2100
+ methodKind: "ordinary",
2101
+ isVirtual: true,
2102
+ },
2103
+ Dispose: {
2104
+ kind: "method",
2105
+ methodKind: "ordinary",
2106
+ isVirtual: true,
2107
+ },
2108
+ DisposeAsync: {
2109
+ kind: "method",
2110
+ methodKind: "ordinary",
2111
+ isVirtual: true,
2112
+ },
2113
+ GetBoolean: {
2114
+ kind: "method",
2115
+ methodKind: "ordinary",
2116
+ isAbstract: true,
2117
+ },
2118
+ GetByte: {
2119
+ kind: "method",
2120
+ methodKind: "ordinary",
2121
+ isAbstract: true,
2122
+ },
2123
+ GetBytes: {
2124
+ kind: "method",
2125
+ methodKind: "ordinary",
2126
+ isAbstract: true,
2127
+ },
2128
+ GetChar: {
2129
+ kind: "method",
2130
+ methodKind: "ordinary",
2131
+ isAbstract: true,
2132
+ },
2133
+ GetChars: {
2134
+ kind: "method",
2135
+ methodKind: "ordinary",
2136
+ isAbstract: true,
2137
+ },
2138
+ GetDataTypeName: {
2139
+ kind: "method",
2140
+ methodKind: "ordinary",
2141
+ isAbstract: true,
2142
+ },
2143
+ GetDateTime: {
2144
+ kind: "method",
2145
+ methodKind: "ordinary",
2146
+ isAbstract: true,
2147
+ },
2148
+ GetDbDataReader: {
2149
+ kind: "method",
2150
+ methodKind: "ordinary",
2151
+ isVirtual: true,
2152
+ },
2153
+ GetDecimal: {
2154
+ kind: "method",
2155
+ methodKind: "ordinary",
2156
+ isAbstract: true,
2157
+ },
2158
+ GetDouble: {
2159
+ kind: "method",
2160
+ methodKind: "ordinary",
2161
+ isAbstract: true,
2162
+ },
2163
+ GetFieldType: {
2164
+ kind: "method",
2165
+ methodKind: "ordinary",
2166
+ isAbstract: true,
2167
+ },
2168
+ GetFloat: {
2169
+ kind: "method",
2170
+ methodKind: "ordinary",
2171
+ isAbstract: true,
2172
+ },
2173
+ GetGuid: {
2174
+ kind: "method",
2175
+ methodKind: "ordinary",
2176
+ isAbstract: true,
2177
+ },
2178
+ GetInt16: {
2179
+ kind: "method",
2180
+ methodKind: "ordinary",
2181
+ isAbstract: true,
2182
+ },
2183
+ GetInt32: {
2184
+ kind: "method",
2185
+ methodKind: "ordinary",
2186
+ isAbstract: true,
2187
+ },
2188
+ GetInt64: {
2189
+ kind: "method",
2190
+ methodKind: "ordinary",
2191
+ isAbstract: true,
2192
+ },
2193
+ GetName: {
2194
+ kind: "method",
2195
+ methodKind: "ordinary",
2196
+ isAbstract: true,
2197
+ },
2198
+ GetOrdinal: {
2199
+ kind: "method",
2200
+ methodKind: "ordinary",
2201
+ isAbstract: true,
2202
+ },
2203
+ GetSchemaTable: {
2204
+ kind: "method",
2205
+ methodKind: "ordinary",
2206
+ isVirtual: true,
2207
+ },
2208
+ GetSchemaTableAsync: {
2209
+ kind: "method",
2210
+ methodKind: "ordinary",
2211
+ isVirtual: true,
2212
+ },
2213
+ GetColumnSchemaAsync: {
2214
+ kind: "method",
2215
+ methodKind: "ordinary",
2216
+ isVirtual: true,
2217
+ },
2218
+ GetStream: {
2219
+ kind: "method",
2220
+ methodKind: "ordinary",
2221
+ isVirtual: true,
2222
+ },
2223
+ GetString: {
2224
+ kind: "method",
2225
+ methodKind: "ordinary",
2226
+ isAbstract: true,
2227
+ },
2228
+ GetTextReader: {
2229
+ kind: "method",
2230
+ methodKind: "ordinary",
2231
+ isVirtual: true,
2232
+ },
2233
+ GetValue: {
2234
+ kind: "method",
2235
+ methodKind: "ordinary",
2236
+ isAbstract: true,
2237
+ },
2238
+ GetValues: {
2239
+ kind: "method",
2240
+ methodKind: "ordinary",
2241
+ isAbstract: true,
2242
+ },
2243
+ IsDBNull: {
2244
+ kind: "method",
2245
+ methodKind: "ordinary",
2246
+ isAbstract: true,
2247
+ },
2248
+ IsDBNullAsync: {
2249
+ kind: "method",
2250
+ methodKind: "ordinary",
2251
+ },
2252
+ NextResult: {
2253
+ kind: "method",
2254
+ methodKind: "ordinary",
2255
+ isAbstract: true,
2256
+ },
2257
+ NextResultAsync: {
2258
+ kind: "method",
2259
+ methodKind: "ordinary",
2260
+ },
2261
+ Read: {
2262
+ kind: "method",
2263
+ methodKind: "ordinary",
2264
+ isAbstract: true,
2265
+ },
2266
+ ReadAsync: {
2267
+ kind: "method",
2268
+ methodKind: "ordinary",
2269
+ },
2270
+ Depth: {
2271
+ kind: "property",
2272
+ type: () => {
2273
+ return System.Int32;
2274
+ },
2275
+ isAbstract: true,
2276
+ },
2277
+ FieldCount: {
2278
+ kind: "property",
2279
+ type: () => {
2280
+ return System.Int32;
2281
+ },
2282
+ isAbstract: true,
2283
+ },
2284
+ HasRows: {
2285
+ kind: "property",
2286
+ type: () => {
2287
+ return System.Boolean;
2288
+ },
2289
+ isAbstract: true,
2290
+ },
2291
+ IsClosed: {
2292
+ kind: "property",
2293
+ type: () => {
2294
+ return System.Boolean;
2295
+ },
2296
+ isAbstract: true,
2297
+ },
2298
+ Item: {
2299
+ kind: "property",
2300
+ type: () => {
2301
+ return System.Object;
2302
+ },
2303
+ isAbstract: true,
2304
+ },
2305
+ RecordsAffected: {
2306
+ kind: "property",
2307
+ type: () => {
2308
+ return System.Int32;
2309
+ },
2310
+ isAbstract: true,
2311
+ },
2312
+ VisibleFieldCount: {
2313
+ kind: "property",
2314
+ type: () => {
2315
+ return System.Int32;
2316
+ },
2317
+ isVirtual: true,
2318
+ },
2319
+ },
2320
+ isAbstract: true,
2321
+ },
2322
+ DbDataReaderExtensions: {
2323
+ kind: "class",
2324
+ members: {
2325
+ CanGetColumnSchema: {
2326
+ kind: "method",
2327
+ methodKind: "ordinary",
2328
+ isStatic: true,
2329
+ },
2330
+ GetColumnSchema: {
2331
+ kind: "method",
2332
+ methodKind: "ordinary",
2333
+ isStatic: true,
2334
+ },
2335
+ },
2336
+ isStatic: true,
2337
+ },
2338
+ DbDataRecord: {
2339
+ kind: "class",
2340
+ members: {
2341
+ DbDataRecord: {
2342
+ kind: "method",
2343
+ methodKind: "constructor",
2344
+ },
2345
+ GetBoolean: {
2346
+ kind: "method",
2347
+ methodKind: "ordinary",
2348
+ isAbstract: true,
2349
+ },
2350
+ GetByte: {
2351
+ kind: "method",
2352
+ methodKind: "ordinary",
2353
+ isAbstract: true,
2354
+ },
2355
+ GetBytes: {
2356
+ kind: "method",
2357
+ methodKind: "ordinary",
2358
+ isAbstract: true,
2359
+ },
2360
+ GetChar: {
2361
+ kind: "method",
2362
+ methodKind: "ordinary",
2363
+ isAbstract: true,
2364
+ },
2365
+ GetChars: {
2366
+ kind: "method",
2367
+ methodKind: "ordinary",
2368
+ isAbstract: true,
2369
+ },
2370
+ GetData: {
2371
+ kind: "method",
2372
+ methodKind: "ordinary",
2373
+ },
2374
+ GetDataTypeName: {
2375
+ kind: "method",
2376
+ methodKind: "ordinary",
2377
+ isAbstract: true,
2378
+ },
2379
+ GetDateTime: {
2380
+ kind: "method",
2381
+ methodKind: "ordinary",
2382
+ isAbstract: true,
2383
+ },
2384
+ GetDbDataReader: {
2385
+ kind: "method",
2386
+ methodKind: "ordinary",
2387
+ isVirtual: true,
2388
+ },
2389
+ GetDecimal: {
2390
+ kind: "method",
2391
+ methodKind: "ordinary",
2392
+ isAbstract: true,
2393
+ },
2394
+ GetDouble: {
2395
+ kind: "method",
2396
+ methodKind: "ordinary",
2397
+ isAbstract: true,
2398
+ },
2399
+ GetFieldType: {
2400
+ kind: "method",
2401
+ methodKind: "ordinary",
2402
+ isAbstract: true,
2403
+ },
2404
+ GetFloat: {
2405
+ kind: "method",
2406
+ methodKind: "ordinary",
2407
+ isAbstract: true,
2408
+ },
2409
+ GetGuid: {
2410
+ kind: "method",
2411
+ methodKind: "ordinary",
2412
+ isAbstract: true,
2413
+ },
2414
+ GetInt16: {
2415
+ kind: "method",
2416
+ methodKind: "ordinary",
2417
+ isAbstract: true,
2418
+ },
2419
+ GetInt32: {
2420
+ kind: "method",
2421
+ methodKind: "ordinary",
2422
+ isAbstract: true,
2423
+ },
2424
+ GetInt64: {
2425
+ kind: "method",
2426
+ methodKind: "ordinary",
2427
+ isAbstract: true,
2428
+ },
2429
+ GetName: {
2430
+ kind: "method",
2431
+ methodKind: "ordinary",
2432
+ isAbstract: true,
2433
+ },
2434
+ GetOrdinal: {
2435
+ kind: "method",
2436
+ methodKind: "ordinary",
2437
+ isAbstract: true,
2438
+ },
2439
+ GetString: {
2440
+ kind: "method",
2441
+ methodKind: "ordinary",
2442
+ isAbstract: true,
2443
+ },
2444
+ GetValue: {
2445
+ kind: "method",
2446
+ methodKind: "ordinary",
2447
+ isAbstract: true,
2448
+ },
2449
+ GetValues: {
2450
+ kind: "method",
2451
+ methodKind: "ordinary",
2452
+ isAbstract: true,
2453
+ },
2454
+ IsDBNull: {
2455
+ kind: "method",
2456
+ methodKind: "ordinary",
2457
+ isAbstract: true,
2458
+ },
2459
+ FieldCount: {
2460
+ kind: "property",
2461
+ type: () => {
2462
+ return System.Int32;
2463
+ },
2464
+ isAbstract: true,
2465
+ },
2466
+ Item: {
2467
+ kind: "property",
2468
+ type: () => {
2469
+ return System.Object;
2470
+ },
2471
+ isAbstract: true,
2472
+ },
2473
+ },
2474
+ isAbstract: true,
2475
+ },
2476
+ DbDataSource: {
2477
+ kind: "class",
2478
+ members: {
2479
+ CreateDbConnection: {
2480
+ kind: "method",
2481
+ methodKind: "ordinary",
2482
+ isAbstract: true,
2483
+ },
2484
+ OpenDbConnection: {
2485
+ kind: "method",
2486
+ methodKind: "ordinary",
2487
+ isVirtual: true,
2488
+ },
2489
+ OpenDbConnectionAsync: {
2490
+ kind: "method",
2491
+ methodKind: "ordinary",
2492
+ isVirtual: true,
2493
+ },
2494
+ CreateDbCommand: {
2495
+ kind: "method",
2496
+ methodKind: "ordinary",
2497
+ isVirtual: true,
2498
+ },
2499
+ CreateDbBatch: {
2500
+ kind: "method",
2501
+ methodKind: "ordinary",
2502
+ isVirtual: true,
2503
+ },
2504
+ CreateConnection: {
2505
+ kind: "method",
2506
+ methodKind: "ordinary",
2507
+ },
2508
+ OpenConnection: {
2509
+ kind: "method",
2510
+ methodKind: "ordinary",
2511
+ },
2512
+ OpenConnectionAsync: {
2513
+ kind: "method",
2514
+ methodKind: "ordinary",
2515
+ },
2516
+ CreateCommand: {
2517
+ kind: "method",
2518
+ methodKind: "ordinary",
2519
+ },
2520
+ CreateBatch: {
2521
+ kind: "method",
2522
+ methodKind: "ordinary",
2523
+ },
2524
+ Dispose: {
2525
+ kind: "method",
2526
+ methodKind: "ordinary",
2527
+ },
2528
+ DisposeAsync: {
2529
+ kind: "method",
2530
+ methodKind: "ordinary",
2531
+ },
2532
+ DisposeAsyncCore: {
2533
+ kind: "method",
2534
+ methodKind: "ordinary",
2535
+ isVirtual: true,
2536
+ },
2537
+ DbDataSource: {
2538
+ kind: "method",
2539
+ methodKind: "constructor",
2540
+ },
2541
+ ConnectionString: {
2542
+ kind: "property",
2543
+ type: () => {
2544
+ return System.String;
2545
+ },
2546
+ isAbstract: true,
2547
+ },
2548
+ },
2549
+ isAbstract: true,
2550
+ },
2551
+ DbDataSourceEnumerator: {
2552
+ kind: "class",
2553
+ members: {
2554
+ DbDataSourceEnumerator: {
2555
+ kind: "method",
2556
+ methodKind: "constructor",
2557
+ },
2558
+ GetDataSources: {
2559
+ kind: "method",
2560
+ methodKind: "ordinary",
2561
+ isAbstract: true,
2562
+ },
2563
+ },
2564
+ isAbstract: true,
2565
+ },
2566
+ DbEnumerator: {
2567
+ kind: "class",
2568
+ members: {
2569
+ DbEnumerator: {
2570
+ kind: "method",
2571
+ methodKind: "constructor",
2572
+ },
2573
+ MoveNext: {
2574
+ kind: "method",
2575
+ methodKind: "ordinary",
2576
+ },
2577
+ Current: {
2578
+ kind: "property",
2579
+ type: () => {
2580
+ return System.Object;
2581
+ },
2582
+ },
2583
+ },
2584
+ },
2585
+ DbException: {
2586
+ kind: "class",
2587
+ members: {
2588
+ DbException: {
2589
+ kind: "method",
2590
+ methodKind: "constructor",
2591
+ },
2592
+ IsTransient: {
2593
+ kind: "property",
2594
+ type: () => {
2595
+ return System.Boolean;
2596
+ },
2597
+ isVirtual: true,
2598
+ },
2599
+ SqlState: {
2600
+ kind: "property",
2601
+ type: () => {
2602
+ return System.String;
2603
+ },
2604
+ isNullable: true,
2605
+ isVirtual: true,
2606
+ },
2607
+ BatchCommand: {
2608
+ kind: "property",
2609
+ type: () => {
2610
+ return Common.DbBatchCommand;
2611
+ },
2612
+ },
2613
+ DbBatchCommand: {
2614
+ kind: "property",
2615
+ type: () => {
2616
+ return Common.DbBatchCommand;
2617
+ },
2618
+ isVirtual: true,
2619
+ },
2620
+ },
2621
+ isAbstract: true,
2622
+ },
2623
+ DbMetaDataCollectionNames: {
2624
+ kind: "class",
2625
+ members: {
2626
+ DataSourceInformation: {
2627
+ kind: "field",
2628
+ type: () => {
2629
+ return System.String;
2630
+ },
2631
+ isStatic: true,
2632
+ isReadOnly: true,
2633
+ },
2634
+ DataTypes: {
2635
+ kind: "field",
2636
+ type: () => {
2637
+ return System.String;
2638
+ },
2639
+ isStatic: true,
2640
+ isReadOnly: true,
2641
+ },
2642
+ MetaDataCollections: {
2643
+ kind: "field",
2644
+ type: () => {
2645
+ return System.String;
2646
+ },
2647
+ isStatic: true,
2648
+ isReadOnly: true,
2649
+ },
2650
+ ReservedWords: {
2651
+ kind: "field",
2652
+ type: () => {
2653
+ return System.String;
2654
+ },
2655
+ isStatic: true,
2656
+ isReadOnly: true,
2657
+ },
2658
+ Restrictions: {
2659
+ kind: "field",
2660
+ type: () => {
2661
+ return System.String;
2662
+ },
2663
+ isStatic: true,
2664
+ isReadOnly: true,
2665
+ },
2666
+ },
2667
+ isStatic: true,
2668
+ },
2669
+ DbMetaDataColumnNames: {
2670
+ kind: "class",
2671
+ members: {
2672
+ CollectionName: {
2673
+ kind: "field",
2674
+ type: () => {
2675
+ return System.String;
2676
+ },
2677
+ isStatic: true,
2678
+ isReadOnly: true,
2679
+ },
2680
+ ColumnSize: {
2681
+ kind: "field",
2682
+ type: () => {
2683
+ return System.String;
2684
+ },
2685
+ isStatic: true,
2686
+ isReadOnly: true,
2687
+ },
2688
+ CompositeIdentifierSeparatorPattern: {
2689
+ kind: "field",
2690
+ type: () => {
2691
+ return System.String;
2692
+ },
2693
+ isStatic: true,
2694
+ isReadOnly: true,
2695
+ },
2696
+ CreateFormat: {
2697
+ kind: "field",
2698
+ type: () => {
2699
+ return System.String;
2700
+ },
2701
+ isStatic: true,
2702
+ isReadOnly: true,
2703
+ },
2704
+ CreateParameters: {
2705
+ kind: "field",
2706
+ type: () => {
2707
+ return System.String;
2708
+ },
2709
+ isStatic: true,
2710
+ isReadOnly: true,
2711
+ },
2712
+ DataSourceProductName: {
2713
+ kind: "field",
2714
+ type: () => {
2715
+ return System.String;
2716
+ },
2717
+ isStatic: true,
2718
+ isReadOnly: true,
2719
+ },
2720
+ DataSourceProductVersion: {
2721
+ kind: "field",
2722
+ type: () => {
2723
+ return System.String;
2724
+ },
2725
+ isStatic: true,
2726
+ isReadOnly: true,
2727
+ },
2728
+ DataSourceProductVersionNormalized: {
2729
+ kind: "field",
2730
+ type: () => {
2731
+ return System.String;
2732
+ },
2733
+ isStatic: true,
2734
+ isReadOnly: true,
2735
+ },
2736
+ DataType: {
2737
+ kind: "field",
2738
+ type: () => {
2739
+ return System.String;
2740
+ },
2741
+ isStatic: true,
2742
+ isReadOnly: true,
2743
+ },
2744
+ GroupByBehavior: {
2745
+ kind: "field",
2746
+ type: () => {
2747
+ return System.String;
2748
+ },
2749
+ isStatic: true,
2750
+ isReadOnly: true,
2751
+ },
2752
+ IdentifierCase: {
2753
+ kind: "field",
2754
+ type: () => {
2755
+ return System.String;
2756
+ },
2757
+ isStatic: true,
2758
+ isReadOnly: true,
2759
+ },
2760
+ IdentifierPattern: {
2761
+ kind: "field",
2762
+ type: () => {
2763
+ return System.String;
2764
+ },
2765
+ isStatic: true,
2766
+ isReadOnly: true,
2767
+ },
2768
+ IsAutoIncrementable: {
2769
+ kind: "field",
2770
+ type: () => {
2771
+ return System.String;
2772
+ },
2773
+ isStatic: true,
2774
+ isReadOnly: true,
2775
+ },
2776
+ IsBestMatch: {
2777
+ kind: "field",
2778
+ type: () => {
2779
+ return System.String;
2780
+ },
2781
+ isStatic: true,
2782
+ isReadOnly: true,
2783
+ },
2784
+ IsCaseSensitive: {
2785
+ kind: "field",
2786
+ type: () => {
2787
+ return System.String;
2788
+ },
2789
+ isStatic: true,
2790
+ isReadOnly: true,
2791
+ },
2792
+ IsConcurrencyType: {
2793
+ kind: "field",
2794
+ type: () => {
2795
+ return System.String;
2796
+ },
2797
+ isStatic: true,
2798
+ isReadOnly: true,
2799
+ },
2800
+ IsFixedLength: {
2801
+ kind: "field",
2802
+ type: () => {
2803
+ return System.String;
2804
+ },
2805
+ isStatic: true,
2806
+ isReadOnly: true,
2807
+ },
2808
+ IsFixedPrecisionScale: {
2809
+ kind: "field",
2810
+ type: () => {
2811
+ return System.String;
2812
+ },
2813
+ isStatic: true,
2814
+ isReadOnly: true,
2815
+ },
2816
+ IsLiteralSupported: {
2817
+ kind: "field",
2818
+ type: () => {
2819
+ return System.String;
2820
+ },
2821
+ isStatic: true,
2822
+ isReadOnly: true,
2823
+ },
2824
+ IsLong: {
2825
+ kind: "field",
2826
+ type: () => {
2827
+ return System.String;
2828
+ },
2829
+ isStatic: true,
2830
+ isReadOnly: true,
2831
+ },
2832
+ IsNullable: {
2833
+ kind: "field",
2834
+ type: () => {
2835
+ return System.String;
2836
+ },
2837
+ isStatic: true,
2838
+ isReadOnly: true,
2839
+ },
2840
+ IsSearchable: {
2841
+ kind: "field",
2842
+ type: () => {
2843
+ return System.String;
2844
+ },
2845
+ isStatic: true,
2846
+ isReadOnly: true,
2847
+ },
2848
+ IsSearchableWithLike: {
2849
+ kind: "field",
2850
+ type: () => {
2851
+ return System.String;
2852
+ },
2853
+ isStatic: true,
2854
+ isReadOnly: true,
2855
+ },
2856
+ IsUnsigned: {
2857
+ kind: "field",
2858
+ type: () => {
2859
+ return System.String;
2860
+ },
2861
+ isStatic: true,
2862
+ isReadOnly: true,
2863
+ },
2864
+ LiteralPrefix: {
2865
+ kind: "field",
2866
+ type: () => {
2867
+ return System.String;
2868
+ },
2869
+ isStatic: true,
2870
+ isReadOnly: true,
2871
+ },
2872
+ LiteralSuffix: {
2873
+ kind: "field",
2874
+ type: () => {
2875
+ return System.String;
2876
+ },
2877
+ isStatic: true,
2878
+ isReadOnly: true,
2879
+ },
2880
+ MaximumScale: {
2881
+ kind: "field",
2882
+ type: () => {
2883
+ return System.String;
2884
+ },
2885
+ isStatic: true,
2886
+ isReadOnly: true,
2887
+ },
2888
+ MinimumScale: {
2889
+ kind: "field",
2890
+ type: () => {
2891
+ return System.String;
2892
+ },
2893
+ isStatic: true,
2894
+ isReadOnly: true,
2895
+ },
2896
+ NumberOfIdentifierParts: {
2897
+ kind: "field",
2898
+ type: () => {
2899
+ return System.String;
2900
+ },
2901
+ isStatic: true,
2902
+ isReadOnly: true,
2903
+ },
2904
+ NumberOfRestrictions: {
2905
+ kind: "field",
2906
+ type: () => {
2907
+ return System.String;
2908
+ },
2909
+ isStatic: true,
2910
+ isReadOnly: true,
2911
+ },
2912
+ OrderByColumnsInSelect: {
2913
+ kind: "field",
2914
+ type: () => {
2915
+ return System.String;
2916
+ },
2917
+ isStatic: true,
2918
+ isReadOnly: true,
2919
+ },
2920
+ ParameterMarkerFormat: {
2921
+ kind: "field",
2922
+ type: () => {
2923
+ return System.String;
2924
+ },
2925
+ isStatic: true,
2926
+ isReadOnly: true,
2927
+ },
2928
+ ParameterMarkerPattern: {
2929
+ kind: "field",
2930
+ type: () => {
2931
+ return System.String;
2932
+ },
2933
+ isStatic: true,
2934
+ isReadOnly: true,
2935
+ },
2936
+ ParameterNameMaxLength: {
2937
+ kind: "field",
2938
+ type: () => {
2939
+ return System.String;
2940
+ },
2941
+ isStatic: true,
2942
+ isReadOnly: true,
2943
+ },
2944
+ ParameterNamePattern: {
2945
+ kind: "field",
2946
+ type: () => {
2947
+ return System.String;
2948
+ },
2949
+ isStatic: true,
2950
+ isReadOnly: true,
2951
+ },
2952
+ ProviderDbType: {
2953
+ kind: "field",
2954
+ type: () => {
2955
+ return System.String;
2956
+ },
2957
+ isStatic: true,
2958
+ isReadOnly: true,
2959
+ },
2960
+ QuotedIdentifierCase: {
2961
+ kind: "field",
2962
+ type: () => {
2963
+ return System.String;
2964
+ },
2965
+ isStatic: true,
2966
+ isReadOnly: true,
2967
+ },
2968
+ QuotedIdentifierPattern: {
2969
+ kind: "field",
2970
+ type: () => {
2971
+ return System.String;
2972
+ },
2973
+ isStatic: true,
2974
+ isReadOnly: true,
2975
+ },
2976
+ ReservedWord: {
2977
+ kind: "field",
2978
+ type: () => {
2979
+ return System.String;
2980
+ },
2981
+ isStatic: true,
2982
+ isReadOnly: true,
2983
+ },
2984
+ StatementSeparatorPattern: {
2985
+ kind: "field",
2986
+ type: () => {
2987
+ return System.String;
2988
+ },
2989
+ isStatic: true,
2990
+ isReadOnly: true,
2991
+ },
2992
+ StringLiteralPattern: {
2993
+ kind: "field",
2994
+ type: () => {
2995
+ return System.String;
2996
+ },
2997
+ isStatic: true,
2998
+ isReadOnly: true,
2999
+ },
3000
+ SupportedJoinOperators: {
3001
+ kind: "field",
3002
+ type: () => {
3003
+ return System.String;
3004
+ },
3005
+ isStatic: true,
3006
+ isReadOnly: true,
3007
+ },
3008
+ TypeName: {
3009
+ kind: "field",
3010
+ type: () => {
3011
+ return System.String;
3012
+ },
3013
+ isStatic: true,
3014
+ isReadOnly: true,
3015
+ },
3016
+ },
3017
+ isStatic: true,
3018
+ },
3019
+ DbParameter: {
3020
+ kind: "class",
3021
+ members: {
3022
+ DbParameter: {
3023
+ kind: "method",
3024
+ methodKind: "constructor",
3025
+ },
3026
+ ResetDbType: {
3027
+ kind: "method",
3028
+ methodKind: "ordinary",
3029
+ isAbstract: true,
3030
+ },
3031
+ DbType: {
3032
+ kind: "property",
3033
+ type: () => {
3034
+ return Data.DbType;
3035
+ },
3036
+ isAbstract: true,
3037
+ },
3038
+ Direction: {
3039
+ kind: "property",
3040
+ type: () => {
3041
+ return Data.ParameterDirection;
3042
+ },
3043
+ isAbstract: true,
3044
+ },
3045
+ ParameterName: {
3046
+ kind: "property",
3047
+ type: () => {
3048
+ return System.String;
3049
+ },
3050
+ isAbstract: true,
3051
+ },
3052
+ Precision: {
3053
+ kind: "property",
3054
+ type: () => {
3055
+ return System.Byte;
3056
+ },
3057
+ isVirtual: true,
3058
+ },
3059
+ Scale: {
3060
+ kind: "property",
3061
+ type: () => {
3062
+ return System.Byte;
3063
+ },
3064
+ isVirtual: true,
3065
+ },
3066
+ Size: {
3067
+ kind: "property",
3068
+ type: () => {
3069
+ return System.Int32;
3070
+ },
3071
+ isAbstract: true,
3072
+ },
3073
+ SourceColumn: {
3074
+ kind: "property",
3075
+ type: () => {
3076
+ return System.String;
3077
+ },
3078
+ isAbstract: true,
3079
+ },
3080
+ SourceColumnNullMapping: {
3081
+ kind: "property",
3082
+ type: () => {
3083
+ return System.Boolean;
3084
+ },
3085
+ isAbstract: true,
3086
+ },
3087
+ SourceVersion: {
3088
+ kind: "property",
3089
+ type: () => {
3090
+ return Data.DataRowVersion;
3091
+ },
3092
+ isVirtual: true,
3093
+ },
3094
+ Value: {
3095
+ kind: "property",
3096
+ type: () => {
3097
+ return System.Object;
3098
+ },
3099
+ isNullable: true,
3100
+ isAbstract: true,
3101
+ },
3102
+ },
3103
+ isAbstract: true,
3104
+ },
3105
+ DbParameterCollection: {
3106
+ kind: "class",
3107
+ members: {
3108
+ DbParameterCollection: {
3109
+ kind: "method",
3110
+ methodKind: "constructor",
3111
+ },
3112
+ Add: {
3113
+ kind: "method",
3114
+ methodKind: "ordinary",
3115
+ isAbstract: true,
3116
+ },
3117
+ AddRange: {
3118
+ kind: "method",
3119
+ methodKind: "ordinary",
3120
+ isAbstract: true,
3121
+ },
3122
+ Clear: {
3123
+ kind: "method",
3124
+ methodKind: "ordinary",
3125
+ isAbstract: true,
3126
+ },
3127
+ Contains: {
3128
+ kind: "method",
3129
+ methodKind: "ordinary",
3130
+ isAbstract: true,
3131
+ },
3132
+ CopyTo: {
3133
+ kind: "method",
3134
+ methodKind: "ordinary",
3135
+ isAbstract: true,
3136
+ },
3137
+ GetParameter: {
3138
+ kind: "method",
3139
+ methodKind: "ordinary",
3140
+ isAbstract: true,
3141
+ },
3142
+ IndexOf: {
3143
+ kind: "method",
3144
+ methodKind: "ordinary",
3145
+ isAbstract: true,
3146
+ },
3147
+ Insert: {
3148
+ kind: "method",
3149
+ methodKind: "ordinary",
3150
+ isAbstract: true,
3151
+ },
3152
+ Remove: {
3153
+ kind: "method",
3154
+ methodKind: "ordinary",
3155
+ isAbstract: true,
3156
+ },
3157
+ RemoveAt: {
3158
+ kind: "method",
3159
+ methodKind: "ordinary",
3160
+ isAbstract: true,
3161
+ },
3162
+ SetParameter: {
3163
+ kind: "method",
3164
+ methodKind: "ordinary",
3165
+ isAbstract: true,
3166
+ },
3167
+ Count: {
3168
+ kind: "property",
3169
+ type: () => {
3170
+ return System.Int32;
3171
+ },
3172
+ isAbstract: true,
3173
+ },
3174
+ Item: {
3175
+ kind: "property",
3176
+ type: () => {
3177
+ return Common.DbParameter;
3178
+ },
3179
+ },
3180
+ },
3181
+ isAbstract: true,
3182
+ },
3183
+ DbProviderFactories: {
3184
+ kind: "class",
3185
+ members: {
3186
+ GetFactory: {
3187
+ kind: "method",
3188
+ methodKind: "ordinary",
3189
+ isStatic: true,
3190
+ },
3191
+ GetFactoryClasses: {
3192
+ kind: "method",
3193
+ methodKind: "ordinary",
3194
+ isStatic: true,
3195
+ },
3196
+ GetProviderInvariantNames: {
3197
+ kind: "method",
3198
+ methodKind: "ordinary",
3199
+ isStatic: true,
3200
+ },
3201
+ RegisterFactory: {
3202
+ kind: "method",
3203
+ methodKind: "ordinary",
3204
+ isStatic: true,
3205
+ },
3206
+ TryGetFactory: {
3207
+ kind: "method",
3208
+ methodKind: "ordinary",
3209
+ isStatic: true,
3210
+ },
3211
+ UnregisterFactory: {
3212
+ kind: "method",
3213
+ methodKind: "ordinary",
3214
+ isStatic: true,
3215
+ },
3216
+ },
3217
+ isStatic: true,
3218
+ },
3219
+ DbProviderFactory: {
3220
+ kind: "class",
3221
+ members: {
3222
+ DbProviderFactory: {
3223
+ kind: "method",
3224
+ methodKind: "constructor",
3225
+ },
3226
+ CreateBatch: {
3227
+ kind: "method",
3228
+ methodKind: "ordinary",
3229
+ isVirtual: true,
3230
+ },
3231
+ CreateBatchCommand: {
3232
+ kind: "method",
3233
+ methodKind: "ordinary",
3234
+ isVirtual: true,
3235
+ },
3236
+ CreateCommand: {
3237
+ kind: "method",
3238
+ methodKind: "ordinary",
3239
+ isVirtual: true,
3240
+ },
3241
+ CreateCommandBuilder: {
3242
+ kind: "method",
3243
+ methodKind: "ordinary",
3244
+ isVirtual: true,
3245
+ },
3246
+ CreateConnection: {
3247
+ kind: "method",
3248
+ methodKind: "ordinary",
3249
+ isVirtual: true,
3250
+ },
3251
+ CreateConnectionStringBuilder: {
3252
+ kind: "method",
3253
+ methodKind: "ordinary",
3254
+ isVirtual: true,
3255
+ },
3256
+ CreateDataAdapter: {
3257
+ kind: "method",
3258
+ methodKind: "ordinary",
3259
+ isVirtual: true,
3260
+ },
3261
+ CreateDataSourceEnumerator: {
3262
+ kind: "method",
3263
+ methodKind: "ordinary",
3264
+ isVirtual: true,
3265
+ },
3266
+ CreateParameter: {
3267
+ kind: "method",
3268
+ methodKind: "ordinary",
3269
+ isVirtual: true,
3270
+ },
3271
+ CreateDataSource: {
3272
+ kind: "method",
3273
+ methodKind: "ordinary",
3274
+ isVirtual: true,
3275
+ },
3276
+ CanCreateBatch: {
3277
+ kind: "property",
3278
+ type: () => {
3279
+ return System.Boolean;
3280
+ },
3281
+ isVirtual: true,
3282
+ },
3283
+ CanCreateCommandBuilder: {
3284
+ kind: "property",
3285
+ type: () => {
3286
+ return System.Boolean;
3287
+ },
3288
+ isVirtual: true,
3289
+ },
3290
+ CanCreateDataAdapter: {
3291
+ kind: "property",
3292
+ type: () => {
3293
+ return System.Boolean;
3294
+ },
3295
+ isVirtual: true,
3296
+ },
3297
+ CanCreateDataSourceEnumerator: {
3298
+ kind: "property",
3299
+ type: () => {
3300
+ return System.Boolean;
3301
+ },
3302
+ isVirtual: true,
3303
+ },
3304
+ },
3305
+ isAbstract: true,
3306
+ },
3307
+ DbProviderSpecificTypePropertyAttribute: {
3308
+ kind: "class",
3309
+ members: {
3310
+ DbProviderSpecificTypePropertyAttribute: {
3311
+ kind: "method",
3312
+ methodKind: "constructor",
3313
+ },
3314
+ IsProviderSpecificTypeProperty: {
3315
+ kind: "property",
3316
+ type: () => {
3317
+ return System.Boolean;
3318
+ },
3319
+ },
3320
+ },
3321
+ isSealed: true,
3322
+ },
3323
+ DbTransaction: {
3324
+ kind: "class",
3325
+ members: {
3326
+ DbTransaction: {
3327
+ kind: "method",
3328
+ methodKind: "constructor",
3329
+ },
3330
+ Commit: {
3331
+ kind: "method",
3332
+ methodKind: "ordinary",
3333
+ isAbstract: true,
3334
+ },
3335
+ CommitAsync: {
3336
+ kind: "method",
3337
+ methodKind: "ordinary",
3338
+ isVirtual: true,
3339
+ },
3340
+ Dispose: {
3341
+ kind: "method",
3342
+ methodKind: "ordinary",
3343
+ },
3344
+ DisposeAsync: {
3345
+ kind: "method",
3346
+ methodKind: "ordinary",
3347
+ isVirtual: true,
3348
+ },
3349
+ Rollback: {
3350
+ kind: "method",
3351
+ methodKind: "ordinary",
3352
+ isAbstract: true,
3353
+ },
3354
+ RollbackAsync: {
3355
+ kind: "method",
3356
+ methodKind: "ordinary",
3357
+ isVirtual: true,
3358
+ },
3359
+ SaveAsync: {
3360
+ kind: "method",
3361
+ methodKind: "ordinary",
3362
+ isVirtual: true,
3363
+ },
3364
+ ReleaseAsync: {
3365
+ kind: "method",
3366
+ methodKind: "ordinary",
3367
+ isVirtual: true,
3368
+ },
3369
+ Save: {
3370
+ kind: "method",
3371
+ methodKind: "ordinary",
3372
+ isVirtual: true,
3373
+ },
3374
+ Release: {
3375
+ kind: "method",
3376
+ methodKind: "ordinary",
3377
+ isVirtual: true,
3378
+ },
3379
+ Connection: {
3380
+ kind: "property",
3381
+ type: () => {
3382
+ return Common.DbConnection;
3383
+ },
3384
+ },
3385
+ DbConnection: {
3386
+ kind: "property",
3387
+ type: () => {
3388
+ return Common.DbConnection;
3389
+ },
3390
+ isAbstract: true,
3391
+ },
3392
+ IsolationLevel: {
3393
+ kind: "property",
3394
+ type: () => {
3395
+ return Data.IsolationLevel;
3396
+ },
3397
+ isAbstract: true,
3398
+ },
3399
+ SupportsSavepoints: {
3400
+ kind: "property",
3401
+ type: () => {
3402
+ return System.Boolean;
3403
+ },
3404
+ isVirtual: true,
3405
+ },
3406
+ },
3407
+ isAbstract: true,
3408
+ },
3409
+ GroupByBehavior: {
3410
+ kind: "enum",
3411
+ members: {
3412
+ Unknown: {
3413
+ kind: "field",
3414
+ type: () => {
3415
+ return Common.GroupByBehavior;
3416
+ },
3417
+ },
3418
+ NotSupported: {
3419
+ kind: "field",
3420
+ type: () => {
3421
+ return Common.GroupByBehavior;
3422
+ },
3423
+ },
3424
+ Unrelated: {
3425
+ kind: "field",
3426
+ type: () => {
3427
+ return Common.GroupByBehavior;
3428
+ },
3429
+ },
3430
+ MustContainAll: {
3431
+ kind: "field",
3432
+ type: () => {
3433
+ return Common.GroupByBehavior;
3434
+ },
3435
+ },
3436
+ ExactMatch: {
3437
+ kind: "field",
3438
+ type: () => {
3439
+ return Common.GroupByBehavior;
3440
+ },
3441
+ },
3442
+ },
3443
+ },
3444
+ IDbColumnSchemaGenerator: {
3445
+ kind: "interface",
3446
+ members: {
3447
+ GetColumnSchema: {
3448
+ kind: "method",
3449
+ methodKind: "ordinary",
3450
+ },
3451
+ },
3452
+ },
3453
+ IdentifierCase: {
3454
+ kind: "enum",
3455
+ members: {
3456
+ Unknown: {
3457
+ kind: "field",
3458
+ type: () => {
3459
+ return Common.IdentifierCase;
3460
+ },
3461
+ },
3462
+ Insensitive: {
3463
+ kind: "field",
3464
+ type: () => {
3465
+ return Common.IdentifierCase;
3466
+ },
3467
+ },
3468
+ Sensitive: {
3469
+ kind: "field",
3470
+ type: () => {
3471
+ return Common.IdentifierCase;
3472
+ },
3473
+ },
3474
+ },
3475
+ },
3476
+ RowUpdatedEventArgs: {
3477
+ kind: "class",
3478
+ members: {
3479
+ RowUpdatedEventArgs: {
3480
+ kind: "method",
3481
+ methodKind: "constructor",
3482
+ },
3483
+ CopyToRows: {
3484
+ kind: "method",
3485
+ methodKind: "ordinary",
3486
+ },
3487
+ Command: {
3488
+ kind: "property",
3489
+ type: () => {
3490
+ return Data.IDbCommand;
3491
+ },
3492
+ },
3493
+ Errors: {
3494
+ kind: "property",
3495
+ type: () => {
3496
+ return System.Exception;
3497
+ },
3498
+ isNullable: true,
3499
+ },
3500
+ RecordsAffected: {
3501
+ kind: "property",
3502
+ type: () => {
3503
+ return System.Int32;
3504
+ },
3505
+ },
3506
+ Row: {
3507
+ kind: "property",
3508
+ type: () => {
3509
+ return Data.DataRow;
3510
+ },
3511
+ },
3512
+ RowCount: {
3513
+ kind: "property",
3514
+ type: () => {
3515
+ return System.Int32;
3516
+ },
3517
+ },
3518
+ StatementType: {
3519
+ kind: "property",
3520
+ type: () => {
3521
+ return Data.StatementType;
3522
+ },
3523
+ },
3524
+ Status: {
3525
+ kind: "property",
3526
+ type: () => {
3527
+ return Data.UpdateStatus;
3528
+ },
3529
+ },
3530
+ TableMapping: {
3531
+ kind: "property",
3532
+ type: () => {
3533
+ return Common.DataTableMapping;
3534
+ },
3535
+ },
3536
+ },
3537
+ },
3538
+ RowUpdatingEventArgs: {
3539
+ kind: "class",
3540
+ members: {
3541
+ RowUpdatingEventArgs: {
3542
+ kind: "method",
3543
+ methodKind: "constructor",
3544
+ },
3545
+ BaseCommand: {
3546
+ kind: "property",
3547
+ type: () => {
3548
+ return Data.IDbCommand;
3549
+ },
3550
+ isNullable: true,
3551
+ isVirtual: true,
3552
+ },
3553
+ Command: {
3554
+ kind: "property",
3555
+ type: () => {
3556
+ return Data.IDbCommand;
3557
+ },
3558
+ },
3559
+ Errors: {
3560
+ kind: "property",
3561
+ type: () => {
3562
+ return System.Exception;
3563
+ },
3564
+ isNullable: true,
3565
+ },
3566
+ Row: {
3567
+ kind: "property",
3568
+ type: () => {
3569
+ return Data.DataRow;
3570
+ },
3571
+ },
3572
+ StatementType: {
3573
+ kind: "property",
3574
+ type: () => {
3575
+ return Data.StatementType;
3576
+ },
3577
+ },
3578
+ Status: {
3579
+ kind: "property",
3580
+ type: () => {
3581
+ return Data.UpdateStatus;
3582
+ },
3583
+ },
3584
+ TableMapping: {
3585
+ kind: "property",
3586
+ type: () => {
3587
+ return Common.DataTableMapping;
3588
+ },
3589
+ },
3590
+ },
3591
+ },
3592
+ SchemaTableColumn: {
3593
+ kind: "class",
3594
+ members: {
3595
+ AllowDBNull: {
3596
+ kind: "field",
3597
+ type: () => {
3598
+ return System.String;
3599
+ },
3600
+ isStatic: true,
3601
+ isReadOnly: true,
3602
+ },
3603
+ BaseColumnName: {
3604
+ kind: "field",
3605
+ type: () => {
3606
+ return System.String;
3607
+ },
3608
+ isStatic: true,
3609
+ isReadOnly: true,
3610
+ },
3611
+ BaseSchemaName: {
3612
+ kind: "field",
3613
+ type: () => {
3614
+ return System.String;
3615
+ },
3616
+ isStatic: true,
3617
+ isReadOnly: true,
3618
+ },
3619
+ BaseTableName: {
3620
+ kind: "field",
3621
+ type: () => {
3622
+ return System.String;
3623
+ },
3624
+ isStatic: true,
3625
+ isReadOnly: true,
3626
+ },
3627
+ ColumnName: {
3628
+ kind: "field",
3629
+ type: () => {
3630
+ return System.String;
3631
+ },
3632
+ isStatic: true,
3633
+ isReadOnly: true,
3634
+ },
3635
+ ColumnOrdinal: {
3636
+ kind: "field",
3637
+ type: () => {
3638
+ return System.String;
3639
+ },
3640
+ isStatic: true,
3641
+ isReadOnly: true,
3642
+ },
3643
+ ColumnSize: {
3644
+ kind: "field",
3645
+ type: () => {
3646
+ return System.String;
3647
+ },
3648
+ isStatic: true,
3649
+ isReadOnly: true,
3650
+ },
3651
+ DataType: {
3652
+ kind: "field",
3653
+ type: () => {
3654
+ return System.String;
3655
+ },
3656
+ isStatic: true,
3657
+ isReadOnly: true,
3658
+ },
3659
+ IsAliased: {
3660
+ kind: "field",
3661
+ type: () => {
3662
+ return System.String;
3663
+ },
3664
+ isStatic: true,
3665
+ isReadOnly: true,
3666
+ },
3667
+ IsExpression: {
3668
+ kind: "field",
3669
+ type: () => {
3670
+ return System.String;
3671
+ },
3672
+ isStatic: true,
3673
+ isReadOnly: true,
3674
+ },
3675
+ IsKey: {
3676
+ kind: "field",
3677
+ type: () => {
3678
+ return System.String;
3679
+ },
3680
+ isStatic: true,
3681
+ isReadOnly: true,
3682
+ },
3683
+ IsLong: {
3684
+ kind: "field",
3685
+ type: () => {
3686
+ return System.String;
3687
+ },
3688
+ isStatic: true,
3689
+ isReadOnly: true,
3690
+ },
3691
+ IsUnique: {
3692
+ kind: "field",
3693
+ type: () => {
3694
+ return System.String;
3695
+ },
3696
+ isStatic: true,
3697
+ isReadOnly: true,
3698
+ },
3699
+ NonVersionedProviderType: {
3700
+ kind: "field",
3701
+ type: () => {
3702
+ return System.String;
3703
+ },
3704
+ isStatic: true,
3705
+ isReadOnly: true,
3706
+ },
3707
+ NumericPrecision: {
3708
+ kind: "field",
3709
+ type: () => {
3710
+ return System.String;
3711
+ },
3712
+ isStatic: true,
3713
+ isReadOnly: true,
3714
+ },
3715
+ NumericScale: {
3716
+ kind: "field",
3717
+ type: () => {
3718
+ return System.String;
3719
+ },
3720
+ isStatic: true,
3721
+ isReadOnly: true,
3722
+ },
3723
+ ProviderType: {
3724
+ kind: "field",
3725
+ type: () => {
3726
+ return System.String;
3727
+ },
3728
+ isStatic: true,
3729
+ isReadOnly: true,
3730
+ },
3731
+ },
3732
+ isStatic: true,
3733
+ },
3734
+ SchemaTableOptionalColumn: {
3735
+ kind: "class",
3736
+ members: {
3737
+ AutoIncrementSeed: {
3738
+ kind: "field",
3739
+ type: () => {
3740
+ return System.String;
3741
+ },
3742
+ isStatic: true,
3743
+ isReadOnly: true,
3744
+ },
3745
+ AutoIncrementStep: {
3746
+ kind: "field",
3747
+ type: () => {
3748
+ return System.String;
3749
+ },
3750
+ isStatic: true,
3751
+ isReadOnly: true,
3752
+ },
3753
+ BaseCatalogName: {
3754
+ kind: "field",
3755
+ type: () => {
3756
+ return System.String;
3757
+ },
3758
+ isStatic: true,
3759
+ isReadOnly: true,
3760
+ },
3761
+ BaseColumnNamespace: {
3762
+ kind: "field",
3763
+ type: () => {
3764
+ return System.String;
3765
+ },
3766
+ isStatic: true,
3767
+ isReadOnly: true,
3768
+ },
3769
+ BaseServerName: {
3770
+ kind: "field",
3771
+ type: () => {
3772
+ return System.String;
3773
+ },
3774
+ isStatic: true,
3775
+ isReadOnly: true,
3776
+ },
3777
+ BaseTableNamespace: {
3778
+ kind: "field",
3779
+ type: () => {
3780
+ return System.String;
3781
+ },
3782
+ isStatic: true,
3783
+ isReadOnly: true,
3784
+ },
3785
+ ColumnMapping: {
3786
+ kind: "field",
3787
+ type: () => {
3788
+ return System.String;
3789
+ },
3790
+ isStatic: true,
3791
+ isReadOnly: true,
3792
+ },
3793
+ DefaultValue: {
3794
+ kind: "field",
3795
+ type: () => {
3796
+ return System.String;
3797
+ },
3798
+ isStatic: true,
3799
+ isReadOnly: true,
3800
+ },
3801
+ Expression: {
3802
+ kind: "field",
3803
+ type: () => {
3804
+ return System.String;
3805
+ },
3806
+ isStatic: true,
3807
+ isReadOnly: true,
3808
+ },
3809
+ IsAutoIncrement: {
3810
+ kind: "field",
3811
+ type: () => {
3812
+ return System.String;
3813
+ },
3814
+ isStatic: true,
3815
+ isReadOnly: true,
3816
+ },
3817
+ IsHidden: {
3818
+ kind: "field",
3819
+ type: () => {
3820
+ return System.String;
3821
+ },
3822
+ isStatic: true,
3823
+ isReadOnly: true,
3824
+ },
3825
+ IsReadOnly: {
3826
+ kind: "field",
3827
+ type: () => {
3828
+ return System.String;
3829
+ },
3830
+ isStatic: true,
3831
+ isReadOnly: true,
3832
+ },
3833
+ IsRowVersion: {
3834
+ kind: "field",
3835
+ type: () => {
3836
+ return System.String;
3837
+ },
3838
+ isStatic: true,
3839
+ isReadOnly: true,
3840
+ },
3841
+ ProviderSpecificDataType: {
3842
+ kind: "field",
3843
+ type: () => {
3844
+ return System.String;
3845
+ },
3846
+ isStatic: true,
3847
+ isReadOnly: true,
3848
+ },
3849
+ },
3850
+ isStatic: true,
3851
+ },
3852
+ SupportedJoinOperators: {
3853
+ kind: "enum",
3854
+ members: {
3855
+ None: {
3856
+ kind: "field",
3857
+ type: () => {
3858
+ return Common.SupportedJoinOperators;
3859
+ },
3860
+ },
3861
+ Inner: {
3862
+ kind: "field",
3863
+ type: () => {
3864
+ return Common.SupportedJoinOperators;
3865
+ },
3866
+ },
3867
+ LeftOuter: {
3868
+ kind: "field",
3869
+ type: () => {
3870
+ return Common.SupportedJoinOperators;
3871
+ },
3872
+ },
3873
+ RightOuter: {
3874
+ kind: "field",
3875
+ type: () => {
3876
+ return Common.SupportedJoinOperators;
3877
+ },
3878
+ },
3879
+ FullOuter: {
3880
+ kind: "field",
3881
+ type: () => {
3882
+ return Common.SupportedJoinOperators;
3883
+ },
3884
+ },
3885
+ },
3886
+ },
3887
+ });
3888
+ export default Common