@alloy-js/csharp 0.21.0-dev.2 → 0.21.0-dev.21

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 (872) hide show
  1. package/dist/scripts/components/library-interface.d.ts +9 -0
  2. package/dist/scripts/components/library-interface.d.ts.map +1 -0
  3. package/dist/scripts/components/library-interface.js +43 -0
  4. package/dist/scripts/components/library-interface.js.map +1 -0
  5. package/dist/scripts/components/namespace-directory.d.ts +7 -0
  6. package/dist/scripts/components/namespace-directory.d.ts.map +1 -0
  7. package/dist/scripts/components/namespace-directory.js +96 -0
  8. package/dist/scripts/components/namespace-directory.js.map +1 -0
  9. package/dist/scripts/generate-builtins.d.ts +11 -0
  10. package/dist/scripts/generate-builtins.d.ts.map +1 -0
  11. package/dist/scripts/generate-builtins.js +37 -0
  12. package/dist/scripts/generate-builtins.js.map +1 -0
  13. package/dist/scripts/process-docfx.d.ts +3 -0
  14. package/dist/scripts/process-docfx.d.ts.map +1 -0
  15. package/dist/scripts/process-docfx.js +300 -0
  16. package/dist/scripts/process-docfx.js.map +1 -0
  17. package/dist/src/access.d.ts +13 -0
  18. package/dist/src/access.d.ts.map +1 -0
  19. package/dist/src/access.js +65 -0
  20. package/dist/src/access.js.map +1 -0
  21. package/dist/src/access.test.d.ts +2 -0
  22. package/dist/src/access.test.d.ts.map +1 -0
  23. package/dist/src/access.test.js +43 -0
  24. package/dist/src/access.test.js.map +1 -0
  25. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts +12 -0
  26. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts.map +1 -0
  27. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  28. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  29. package/dist/src/builtins/Microsoft/CSharp/index.d.ts +6 -0
  30. package/dist/src/builtins/Microsoft/CSharp/index.d.ts.map +1 -0
  31. package/dist/src/builtins/Microsoft/CSharp/index.js +5 -0
  32. package/dist/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  33. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts +102 -0
  34. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts.map +1 -0
  35. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  36. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  37. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts +491 -0
  38. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts.map +1 -0
  39. package/dist/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  40. package/dist/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  41. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +82 -0
  42. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -0
  43. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  44. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  45. package/dist/src/builtins/Microsoft/Win32/index.d.ts +79 -0
  46. package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -0
  47. package/dist/src/builtins/Microsoft/Win32/index.js +362 -0
  48. package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -0
  49. package/dist/src/builtins/Microsoft/index.d.ts +8 -0
  50. package/dist/src/builtins/Microsoft/index.d.ts.map +1 -0
  51. package/dist/src/builtins/Microsoft/index.js +7 -0
  52. package/dist/src/builtins/Microsoft/index.js.map +1 -0
  53. package/dist/src/builtins/System/Buffers/Binary/index.d.ts +113 -0
  54. package/dist/src/builtins/System/Buffers/Binary/index.d.ts.map +1 -0
  55. package/dist/src/builtins/System/Buffers/Binary/index.js +536 -0
  56. package/dist/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  57. package/dist/src/builtins/System/Buffers/Text/index.d.ts +37 -0
  58. package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -0
  59. package/dist/src/builtins/System/Buffers/Text/index.js +144 -0
  60. package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -0
  61. package/dist/src/builtins/System/Buffers/index.d.ts +142 -0
  62. package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -0
  63. package/dist/src/builtins/System/Buffers/index.js +605 -0
  64. package/dist/src/builtins/System/Buffers/index.js.map +1 -0
  65. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts +31 -0
  66. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts.map +1 -0
  67. package/dist/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  68. package/dist/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  69. package/dist/src/builtins/System/CodeDom/index.d.ts +6 -0
  70. package/dist/src/builtins/System/CodeDom/index.d.ts.map +1 -0
  71. package/dist/src/builtins/System/CodeDom/index.js +5 -0
  72. package/dist/src/builtins/System/CodeDom/index.js.map +1 -0
  73. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts +100 -0
  74. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts.map +1 -0
  75. package/dist/src/builtins/System/Collections/Concurrent/index.js +399 -0
  76. package/dist/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  77. package/dist/src/builtins/System/Collections/Frozen/index.d.ts +29 -0
  78. package/dist/src/builtins/System/Collections/Frozen/index.d.ts.map +1 -0
  79. package/dist/src/builtins/System/Collections/Frozen/index.js +88 -0
  80. package/dist/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  81. package/dist/src/builtins/System/Collections/Generic/index.d.ts +275 -0
  82. package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -0
  83. package/dist/src/builtins/System/Collections/Generic/index.js +978 -0
  84. package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -0
  85. package/dist/src/builtins/System/Collections/Immutable/index.d.ts +273 -0
  86. package/dist/src/builtins/System/Collections/Immutable/index.d.ts.map +1 -0
  87. package/dist/src/builtins/System/Collections/Immutable/index.js +1049 -0
  88. package/dist/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  89. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +97 -0
  90. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -0
  91. package/dist/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  92. package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  93. package/dist/src/builtins/System/Collections/Specialized/index.d.ts +162 -0
  94. package/dist/src/builtins/System/Collections/Specialized/index.d.ts.map +1 -0
  95. package/dist/src/builtins/System/Collections/Specialized/index.js +716 -0
  96. package/dist/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  97. package/dist/src/builtins/System/Collections/index.d.ts +293 -0
  98. package/dist/src/builtins/System/Collections/index.d.ts.map +1 -0
  99. package/dist/src/builtins/System/Collections/index.js +1355 -0
  100. package/dist/src/builtins/System/Collections/index.js.map +1 -0
  101. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts +40 -0
  102. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts.map +1 -0
  103. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  104. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  105. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts +274 -0
  106. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts.map +1 -0
  107. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  108. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  109. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts +128 -0
  110. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts.map +1 -0
  111. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  112. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  113. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts +428 -0
  114. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts.map +1 -0
  115. package/dist/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  116. package/dist/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  117. package/dist/src/builtins/System/ComponentModel/index.d.ts +1431 -0
  118. package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -0
  119. package/dist/src/builtins/System/ComponentModel/index.js +6649 -0
  120. package/dist/src/builtins/System/ComponentModel/index.js.map +1 -0
  121. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts +19 -0
  122. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts.map +1 -0
  123. package/dist/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  124. package/dist/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  125. package/dist/src/builtins/System/Configuration/index.d.ts +6 -0
  126. package/dist/src/builtins/System/Configuration/index.d.ts.map +1 -0
  127. package/dist/src/builtins/System/Configuration/index.js +5 -0
  128. package/dist/src/builtins/System/Configuration/index.js.map +1 -0
  129. package/dist/src/builtins/System/Data/Common/index.d.ts +611 -0
  130. package/dist/src/builtins/System/Data/Common/index.d.ts.map +1 -0
  131. package/dist/src/builtins/System/Data/Common/index.js +3279 -0
  132. package/dist/src/builtins/System/Data/Common/index.js.map +1 -0
  133. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts +541 -0
  134. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts.map +1 -0
  135. package/dist/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  136. package/dist/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  137. package/dist/src/builtins/System/Data/index.d.ts +967 -0
  138. package/dist/src/builtins/System/Data/index.d.ts.map +1 -0
  139. package/dist/src/builtins/System/Data/index.js +4504 -0
  140. package/dist/src/builtins/System/Data/index.js.map +1 -0
  141. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts +155 -0
  142. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts.map +1 -0
  143. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  144. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  145. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts +76 -0
  146. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts.map +1 -0
  147. package/dist/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  148. package/dist/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  149. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts +83 -0
  150. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts.map +1 -0
  151. package/dist/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  152. package/dist/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  153. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts +138 -0
  154. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts.map +1 -0
  155. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  156. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  157. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts +206 -0
  158. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts.map +1 -0
  159. package/dist/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  160. package/dist/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  161. package/dist/src/builtins/System/Diagnostics/index.d.ts +800 -0
  162. package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -0
  163. package/dist/src/builtins/System/Diagnostics/index.js +3826 -0
  164. package/dist/src/builtins/System/Diagnostics/index.js.map +1 -0
  165. package/dist/src/builtins/System/Drawing/index.d.ts +558 -0
  166. package/dist/src/builtins/System/Drawing/index.d.ts.map +1 -0
  167. package/dist/src/builtins/System/Drawing/index.js +3305 -0
  168. package/dist/src/builtins/System/Drawing/index.js.map +1 -0
  169. package/dist/src/builtins/System/Dynamic/index.d.ts +170 -0
  170. package/dist/src/builtins/System/Dynamic/index.d.ts.map +1 -0
  171. package/dist/src/builtins/System/Dynamic/index.js +795 -0
  172. package/dist/src/builtins/System/Dynamic/index.js.map +1 -0
  173. package/dist/src/builtins/System/Formats/Asn1/index.d.ts +173 -0
  174. package/dist/src/builtins/System/Formats/Asn1/index.d.ts.map +1 -0
  175. package/dist/src/builtins/System/Formats/Asn1/index.js +843 -0
  176. package/dist/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  177. package/dist/src/builtins/System/Formats/Tar/index.d.ts +96 -0
  178. package/dist/src/builtins/System/Formats/Tar/index.d.ts.map +1 -0
  179. package/dist/src/builtins/System/Formats/Tar/index.js +436 -0
  180. package/dist/src/builtins/System/Formats/Tar/index.js.map +1 -0
  181. package/dist/src/builtins/System/Formats/index.d.ts +7 -0
  182. package/dist/src/builtins/System/Formats/index.d.ts.map +1 -0
  183. package/dist/src/builtins/System/Formats/index.js +6 -0
  184. package/dist/src/builtins/System/Formats/index.js.map +1 -0
  185. package/dist/src/builtins/System/Globalization/index.d.ts +737 -0
  186. package/dist/src/builtins/System/Globalization/index.d.ts.map +1 -0
  187. package/dist/src/builtins/System/Globalization/index.js +3848 -0
  188. package/dist/src/builtins/System/Globalization/index.js.map +1 -0
  189. package/dist/src/builtins/System/IO/Compression/index.d.ts +186 -0
  190. package/dist/src/builtins/System/IO/Compression/index.d.ts.map +1 -0
  191. package/dist/src/builtins/System/IO/Compression/index.js +894 -0
  192. package/dist/src/builtins/System/IO/Compression/index.js.map +1 -0
  193. package/dist/src/builtins/System/IO/Enumeration/index.d.ts +53 -0
  194. package/dist/src/builtins/System/IO/Enumeration/index.d.ts.map +1 -0
  195. package/dist/src/builtins/System/IO/Enumeration/index.js +218 -0
  196. package/dist/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  197. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts +103 -0
  198. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts.map +1 -0
  199. package/dist/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  200. package/dist/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  201. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts +56 -0
  202. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts.map +1 -0
  203. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  204. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  205. package/dist/src/builtins/System/IO/Pipelines/index.d.ts +93 -0
  206. package/dist/src/builtins/System/IO/Pipelines/index.d.ts.map +1 -0
  207. package/dist/src/builtins/System/IO/Pipelines/index.js +415 -0
  208. package/dist/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  209. package/dist/src/builtins/System/IO/Pipes/index.d.ts +157 -0
  210. package/dist/src/builtins/System/IO/Pipes/index.d.ts.map +1 -0
  211. package/dist/src/builtins/System/IO/Pipes/index.js +723 -0
  212. package/dist/src/builtins/System/IO/Pipes/index.js.map +1 -0
  213. package/dist/src/builtins/System/IO/index.d.ts +762 -0
  214. package/dist/src/builtins/System/IO/index.d.ts.map +1 -0
  215. package/dist/src/builtins/System/IO/index.js +3713 -0
  216. package/dist/src/builtins/System/IO/index.js.map +1 -0
  217. package/dist/src/builtins/System/Linq/Expressions/index.d.ts +429 -0
  218. package/dist/src/builtins/System/Linq/Expressions/index.d.ts.map +1 -0
  219. package/dist/src/builtins/System/Linq/Expressions/index.js +2253 -0
  220. package/dist/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  221. package/dist/src/builtins/System/Linq/index.d.ts +73 -0
  222. package/dist/src/builtins/System/Linq/index.d.ts.map +1 -0
  223. package/dist/src/builtins/System/Linq/index.js +275 -0
  224. package/dist/src/builtins/System/Linq/index.js.map +1 -0
  225. package/dist/src/builtins/System/Net/Cache/index.d.ts +48 -0
  226. package/dist/src/builtins/System/Net/Cache/index.d.ts.map +1 -0
  227. package/dist/src/builtins/System/Net/Cache/index.js +217 -0
  228. package/dist/src/builtins/System/Net/Cache/index.js.map +1 -0
  229. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts +335 -0
  230. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts.map +1 -0
  231. package/dist/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  232. package/dist/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  233. package/dist/src/builtins/System/Net/Http/Json/index.d.ts +21 -0
  234. package/dist/src/builtins/System/Net/Http/Json/index.d.ts.map +1 -0
  235. package/dist/src/builtins/System/Net/Http/Json/index.js +72 -0
  236. package/dist/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  237. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts +13 -0
  238. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts.map +1 -0
  239. package/dist/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  240. package/dist/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  241. package/dist/src/builtins/System/Net/Http/index.d.ts +305 -0
  242. package/dist/src/builtins/System/Net/Http/index.d.ts.map +1 -0
  243. package/dist/src/builtins/System/Net/Http/index.js +1458 -0
  244. package/dist/src/builtins/System/Net/Http/index.js.map +1 -0
  245. package/dist/src/builtins/System/Net/Mail/index.d.ts +182 -0
  246. package/dist/src/builtins/System/Net/Mail/index.d.ts.map +1 -0
  247. package/dist/src/builtins/System/Net/Mail/index.js +871 -0
  248. package/dist/src/builtins/System/Net/Mail/index.js.map +1 -0
  249. package/dist/src/builtins/System/Net/Mime/index.d.ts +100 -0
  250. package/dist/src/builtins/System/Net/Mime/index.d.ts.map +1 -0
  251. package/dist/src/builtins/System/Net/Mime/index.js +500 -0
  252. package/dist/src/builtins/System/Net/Mime/index.js.map +1 -0
  253. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts +506 -0
  254. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts.map +1 -0
  255. package/dist/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  256. package/dist/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  257. package/dist/src/builtins/System/Net/Quic/index.d.ts +129 -0
  258. package/dist/src/builtins/System/Net/Quic/index.d.ts.map +1 -0
  259. package/dist/src/builtins/System/Net/Quic/index.js +635 -0
  260. package/dist/src/builtins/System/Net/Quic/index.js.map +1 -0
  261. package/dist/src/builtins/System/Net/Security/index.d.ts +277 -0
  262. package/dist/src/builtins/System/Net/Security/index.d.ts.map +1 -0
  263. package/dist/src/builtins/System/Net/Security/index.js +1432 -0
  264. package/dist/src/builtins/System/Net/Security/index.js.map +1 -0
  265. package/dist/src/builtins/System/Net/Sockets/index.d.ts +593 -0
  266. package/dist/src/builtins/System/Net/Sockets/index.d.ts.map +1 -0
  267. package/dist/src/builtins/System/Net/Sockets/index.js +3095 -0
  268. package/dist/src/builtins/System/Net/Sockets/index.js.map +1 -0
  269. package/dist/src/builtins/System/Net/WebSockets/index.d.ts +165 -0
  270. package/dist/src/builtins/System/Net/WebSockets/index.d.ts.map +1 -0
  271. package/dist/src/builtins/System/Net/WebSockets/index.js +876 -0
  272. package/dist/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  273. package/dist/src/builtins/System/Net/index.d.ts +1066 -0
  274. package/dist/src/builtins/System/Net/index.d.ts.map +1 -0
  275. package/dist/src/builtins/System/Net/index.js +5481 -0
  276. package/dist/src/builtins/System/Net/index.js.map +1 -0
  277. package/dist/src/builtins/System/Numerics/index.d.ts +673 -0
  278. package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -0
  279. package/dist/src/builtins/System/Numerics/index.js +3425 -0
  280. package/dist/src/builtins/System/Numerics/index.js.map +1 -0
  281. package/dist/src/builtins/System/Reflection/Emit/index.d.ts +769 -0
  282. package/dist/src/builtins/System/Reflection/Emit/index.d.ts.map +1 -0
  283. package/dist/src/builtins/System/Reflection/Emit/index.js +4293 -0
  284. package/dist/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  285. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts +513 -0
  286. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts.map +1 -0
  287. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  288. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  289. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts +1333 -0
  290. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts.map +1 -0
  291. package/dist/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  292. package/dist/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  293. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts +383 -0
  294. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts.map +1 -0
  295. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  296. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  297. package/dist/src/builtins/System/Reflection/index.d.ts +1038 -0
  298. package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -0
  299. package/dist/src/builtins/System/Reflection/index.js +5244 -0
  300. package/dist/src/builtins/System/Reflection/index.js.map +1 -0
  301. package/dist/src/builtins/System/Resources/index.d.ts +70 -0
  302. package/dist/src/builtins/System/Resources/index.d.ts.map +1 -0
  303. package/dist/src/builtins/System/Resources/index.js +289 -0
  304. package/dist/src/builtins/System/Resources/index.js.map +1 -0
  305. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +486 -0
  306. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -0
  307. package/dist/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  308. package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  309. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts +29 -0
  310. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts.map +1 -0
  311. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  312. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  313. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts +20 -0
  314. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts.map +1 -0
  315. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  316. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  317. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts +23 -0
  318. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts.map +1 -0
  319. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  320. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  321. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts +54 -0
  322. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts.map +1 -0
  323. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  324. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  325. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +259 -0
  326. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -0
  327. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  328. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  329. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts +24 -0
  330. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts.map +1 -0
  331. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  332. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  333. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts +18 -0
  334. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts.map +1 -0
  335. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  336. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  337. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +781 -0
  338. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -0
  339. package/dist/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  340. package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  341. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts +273 -0
  342. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts.map +1 -0
  343. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  344. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  345. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts +73 -0
  346. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts.map +1 -0
  347. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  348. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  349. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts +311 -0
  350. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts.map +1 -0
  351. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  352. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  353. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts +57 -0
  354. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts.map +1 -0
  355. package/dist/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  356. package/dist/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  357. package/dist/src/builtins/System/Runtime/Loader/index.d.ts +35 -0
  358. package/dist/src/builtins/System/Runtime/Loader/index.d.ts.map +1 -0
  359. package/dist/src/builtins/System/Runtime/Loader/index.js +140 -0
  360. package/dist/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  361. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts +10 -0
  362. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts.map +1 -0
  363. package/dist/src/builtins/System/Runtime/Remoting/index.js +18 -0
  364. package/dist/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  365. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts +51 -0
  366. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts.map +1 -0
  367. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  368. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  369. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts +17 -0
  370. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts.map +1 -0
  371. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  372. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  373. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts +24 -0
  374. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts.map +1 -0
  375. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  376. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  377. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts +45 -0
  378. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts.map +1 -0
  379. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  380. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  381. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +374 -0
  382. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -0
  383. package/dist/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  384. package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  385. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts +81 -0
  386. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts.map +1 -0
  387. package/dist/src/builtins/System/Runtime/Versioning/index.js +336 -0
  388. package/dist/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  389. package/dist/src/builtins/System/Runtime/index.d.ts +67 -0
  390. package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -0
  391. package/dist/src/builtins/System/Runtime/index.js +245 -0
  392. package/dist/src/builtins/System/Runtime/index.js.map +1 -0
  393. package/dist/src/builtins/System/Security/AccessControl/index.d.ts +485 -0
  394. package/dist/src/builtins/System/Security/AccessControl/index.d.ts.map +1 -0
  395. package/dist/src/builtins/System/Security/AccessControl/index.js +2343 -0
  396. package/dist/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  397. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts +43 -0
  398. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts.map +1 -0
  399. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  400. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  401. package/dist/src/builtins/System/Security/Authentication/index.d.ts +49 -0
  402. package/dist/src/builtins/System/Security/Authentication/index.d.ts.map +1 -0
  403. package/dist/src/builtins/System/Security/Authentication/index.js +212 -0
  404. package/dist/src/builtins/System/Security/Authentication/index.js.map +1 -0
  405. package/dist/src/builtins/System/Security/Claims/index.d.ts +152 -0
  406. package/dist/src/builtins/System/Security/Claims/index.d.ts.map +1 -0
  407. package/dist/src/builtins/System/Security/Claims/index.js +844 -0
  408. package/dist/src/builtins/System/Security/Claims/index.js.map +1 -0
  409. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts +551 -0
  410. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts.map +1 -0
  411. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  412. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  413. package/dist/src/builtins/System/Security/Cryptography/index.d.ts +1378 -0
  414. package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -0
  415. package/dist/src/builtins/System/Security/Cryptography/index.js +6673 -0
  416. package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  417. package/dist/src/builtins/System/Security/Permissions/index.d.ts +67 -0
  418. package/dist/src/builtins/System/Security/Permissions/index.d.ts.map +1 -0
  419. package/dist/src/builtins/System/Security/Permissions/index.js +325 -0
  420. package/dist/src/builtins/System/Security/Permissions/index.js.map +1 -0
  421. package/dist/src/builtins/System/Security/Policy/index.d.ts +28 -0
  422. package/dist/src/builtins/System/Security/Policy/index.d.ts.map +1 -0
  423. package/dist/src/builtins/System/Security/Policy/index.js +101 -0
  424. package/dist/src/builtins/System/Security/Policy/index.js.map +1 -0
  425. package/dist/src/builtins/System/Security/Principal/index.d.ts +252 -0
  426. package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -0
  427. package/dist/src/builtins/System/Security/Principal/index.js +1338 -0
  428. package/dist/src/builtins/System/Security/Principal/index.js.map +1 -0
  429. package/dist/src/builtins/System/Security/index.d.ts +164 -0
  430. package/dist/src/builtins/System/Security/index.d.ts.map +1 -0
  431. package/dist/src/builtins/System/Security/index.js +672 -0
  432. package/dist/src/builtins/System/Security/index.js.map +1 -0
  433. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts +41 -0
  434. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts.map +1 -0
  435. package/dist/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  436. package/dist/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  437. package/dist/src/builtins/System/Text/Encodings/index.d.ts +6 -0
  438. package/dist/src/builtins/System/Text/Encodings/index.d.ts.map +1 -0
  439. package/dist/src/builtins/System/Text/Encodings/index.js +5 -0
  440. package/dist/src/builtins/System/Text/Encodings/index.js.map +1 -0
  441. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts +63 -0
  442. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts.map +1 -0
  443. package/dist/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  444. package/dist/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  445. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts +21 -0
  446. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts.map +1 -0
  447. package/dist/src/builtins/System/Text/Json/Schema/index.js +78 -0
  448. package/dist/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  449. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts +69 -0
  450. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts.map +1 -0
  451. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  452. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  453. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts +194 -0
  454. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts.map +1 -0
  455. package/dist/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  456. package/dist/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  457. package/dist/src/builtins/System/Text/Json/index.d.ts +251 -0
  458. package/dist/src/builtins/System/Text/Json/index.d.ts.map +1 -0
  459. package/dist/src/builtins/System/Text/Json/index.js +1185 -0
  460. package/dist/src/builtins/System/Text/Json/index.js.map +1 -0
  461. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts +152 -0
  462. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts.map +1 -0
  463. package/dist/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  464. package/dist/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  465. package/dist/src/builtins/System/Text/Unicode/index.d.ts +182 -0
  466. package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -0
  467. package/dist/src/builtins/System/Text/Unicode/index.js +1199 -0
  468. package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -0
  469. package/dist/src/builtins/System/Text/index.d.ts +372 -0
  470. package/dist/src/builtins/System/Text/index.d.ts.map +1 -0
  471. package/dist/src/builtins/System/Text/index.js +1748 -0
  472. package/dist/src/builtins/System/Text/index.js.map +1 -0
  473. package/dist/src/builtins/System/Threading/Channels/index.d.ts +56 -0
  474. package/dist/src/builtins/System/Threading/Channels/index.d.ts.map +1 -0
  475. package/dist/src/builtins/System/Threading/Channels/index.js +229 -0
  476. package/dist/src/builtins/System/Threading/Channels/index.js.map +1 -0
  477. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts +159 -0
  478. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts.map +1 -0
  479. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  480. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  481. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts +32 -0
  482. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts.map +1 -0
  483. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  484. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  485. package/dist/src/builtins/System/Threading/Tasks/index.d.ts +163 -0
  486. package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -0
  487. package/dist/src/builtins/System/Threading/Tasks/index.js +721 -0
  488. package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  489. package/dist/src/builtins/System/Threading/index.d.ts +533 -0
  490. package/dist/src/builtins/System/Threading/index.d.ts.map +1 -0
  491. package/dist/src/builtins/System/Threading/index.js +2292 -0
  492. package/dist/src/builtins/System/Threading/index.js.map +1 -0
  493. package/dist/src/builtins/System/Timers/index.d.ts +34 -0
  494. package/dist/src/builtins/System/Timers/index.d.ts.map +1 -0
  495. package/dist/src/builtins/System/Timers/index.js +129 -0
  496. package/dist/src/builtins/System/Timers/index.js.map +1 -0
  497. package/dist/src/builtins/System/Transactions/index.d.ts +183 -0
  498. package/dist/src/builtins/System/Transactions/index.d.ts.map +1 -0
  499. package/dist/src/builtins/System/Transactions/index.js +727 -0
  500. package/dist/src/builtins/System/Transactions/index.js.map +1 -0
  501. package/dist/src/builtins/System/Web/index.d.ts +24 -0
  502. package/dist/src/builtins/System/Web/index.d.ts.map +1 -0
  503. package/dist/src/builtins/System/Web/index.js +84 -0
  504. package/dist/src/builtins/System/Web/index.js.map +1 -0
  505. package/dist/src/builtins/System/Windows/Input/index.d.ts +10 -0
  506. package/dist/src/builtins/System/Windows/Input/index.d.ts.map +1 -0
  507. package/dist/src/builtins/System/Windows/Input/index.js +18 -0
  508. package/dist/src/builtins/System/Windows/Input/index.js.map +1 -0
  509. package/dist/src/builtins/System/Windows/Markup/index.d.ts +11 -0
  510. package/dist/src/builtins/System/Windows/Markup/index.d.ts.map +1 -0
  511. package/dist/src/builtins/System/Windows/Markup/index.js +28 -0
  512. package/dist/src/builtins/System/Windows/Markup/index.js.map +1 -0
  513. package/dist/src/builtins/System/Windows/index.d.ts +7 -0
  514. package/dist/src/builtins/System/Windows/index.d.ts.map +1 -0
  515. package/dist/src/builtins/System/Windows/index.js +6 -0
  516. package/dist/src/builtins/System/Windows/index.js.map +1 -0
  517. package/dist/src/builtins/System/Xml/Linq/index.d.ts +234 -0
  518. package/dist/src/builtins/System/Xml/Linq/index.d.ts.map +1 -0
  519. package/dist/src/builtins/System/Xml/Linq/index.js +1086 -0
  520. package/dist/src/builtins/System/Xml/Linq/index.js.map +1 -0
  521. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts +23 -0
  522. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts.map +1 -0
  523. package/dist/src/builtins/System/Xml/Resolvers/index.js +86 -0
  524. package/dist/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  525. package/dist/src/builtins/System/Xml/Schema/index.d.ts +630 -0
  526. package/dist/src/builtins/System/Xml/Schema/index.d.ts.map +1 -0
  527. package/dist/src/builtins/System/Xml/Schema/index.js +2993 -0
  528. package/dist/src/builtins/System/Xml/Schema/index.js.map +1 -0
  529. package/dist/src/builtins/System/Xml/Serialization/index.d.ts +534 -0
  530. package/dist/src/builtins/System/Xml/Serialization/index.d.ts.map +1 -0
  531. package/dist/src/builtins/System/Xml/Serialization/index.js +2356 -0
  532. package/dist/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  533. package/dist/src/builtins/System/Xml/XPath/index.d.ts +180 -0
  534. package/dist/src/builtins/System/Xml/XPath/index.d.ts.map +1 -0
  535. package/dist/src/builtins/System/Xml/XPath/index.js +917 -0
  536. package/dist/src/builtins/System/Xml/XPath/index.js.map +1 -0
  537. package/dist/src/builtins/System/Xml/Xsl/index.d.ts +76 -0
  538. package/dist/src/builtins/System/Xml/Xsl/index.d.ts.map +1 -0
  539. package/dist/src/builtins/System/Xml/Xsl/index.js +315 -0
  540. package/dist/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  541. package/dist/src/builtins/System/Xml/index.d.ts +1114 -0
  542. package/dist/src/builtins/System/Xml/index.d.ts.map +1 -0
  543. package/dist/src/builtins/System/Xml/index.js +5736 -0
  544. package/dist/src/builtins/System/Xml/index.js.map +1 -0
  545. package/dist/src/builtins/System/index.d.ts +3029 -0
  546. package/dist/src/builtins/System/index.d.ts.map +1 -0
  547. package/dist/src/builtins/System/index.js +14587 -0
  548. package/dist/src/builtins/System/index.js.map +1 -0
  549. package/dist/src/builtins/index.d.ts +3 -0
  550. package/dist/src/builtins/index.d.ts.map +1 -0
  551. package/dist/src/builtins/index.js +3 -0
  552. package/dist/src/builtins/index.js.map +1 -0
  553. package/dist/src/components/access-expression/access-expression.d.ts +8 -3
  554. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  555. package/dist/src/components/access-expression/access-expression.js.map +1 -1
  556. package/dist/src/components/access-expression/part-descriptors.d.ts +8 -0
  557. package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
  558. package/dist/src/components/access-expression/part-descriptors.js +22 -2
  559. package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
  560. package/dist/src/components/attributes/attributes.d.ts +2 -6
  561. package/dist/src/components/attributes/attributes.d.ts.map +1 -1
  562. package/dist/src/components/attributes/attributes.js +15 -1
  563. package/dist/src/components/attributes/attributes.js.map +1 -1
  564. package/dist/src/components/attributes/attributes.test.js +54 -1
  565. package/dist/src/components/attributes/attributes.test.js.map +1 -1
  566. package/dist/src/components/csproj-file/csproj-file.d.ts +15 -0
  567. package/dist/src/components/csproj-file/csproj-file.d.ts.map +1 -0
  568. package/dist/src/components/csproj-file/csproj-file.js +24 -0
  569. package/dist/src/components/csproj-file/csproj-file.js.map +1 -0
  570. package/dist/src/components/csproj-file/csproj-file.test.d.ts +2 -0
  571. package/dist/src/components/csproj-file/csproj-file.test.d.ts.map +1 -0
  572. package/dist/src/components/csproj-file/csproj-file.test.js +21 -0
  573. package/dist/src/components/csproj-file/csproj-file.test.js.map +1 -0
  574. package/dist/src/components/enum/declaration.ref.test.js +1 -1
  575. package/dist/src/components/if/if-statement.d.ts +25 -0
  576. package/dist/src/components/if/if-statement.d.ts.map +1 -0
  577. package/dist/src/components/if/if-statement.js +36 -0
  578. package/dist/src/components/if/if-statement.js.map +1 -0
  579. package/dist/src/components/if/if-statement.test.d.ts +2 -0
  580. package/dist/src/components/if/if-statement.test.d.ts.map +1 -0
  581. package/dist/src/components/if/if-statement.test.js +29 -0
  582. package/dist/src/components/if/if-statement.test.js.map +1 -0
  583. package/dist/src/components/index.d.ts +4 -2
  584. package/dist/src/components/index.d.ts.map +1 -1
  585. package/dist/src/components/index.js +4 -3
  586. package/dist/src/components/index.js.map +1 -1
  587. package/dist/src/components/method/method.js +10 -2
  588. package/dist/src/components/method/method.js.map +1 -1
  589. package/dist/src/components/method/method.test.js +61 -0
  590. package/dist/src/components/method/method.test.js.map +1 -1
  591. package/dist/src/components/namespace/namespace-name.d.ts +10 -0
  592. package/dist/src/components/namespace/namespace-name.d.ts.map +1 -0
  593. package/dist/src/components/namespace/namespace-name.js +20 -0
  594. package/dist/src/components/namespace/namespace-name.js.map +1 -0
  595. package/dist/src/components/{namespace.d.ts → namespace/namespace.d.ts} +1 -1
  596. package/dist/src/components/namespace/namespace.d.ts.map +1 -0
  597. package/dist/src/components/{namespace.js → namespace/namespace.js} +9 -12
  598. package/dist/src/components/namespace/namespace.js.map +1 -0
  599. package/dist/src/components/namespace/namespace.test.d.ts.map +1 -0
  600. package/dist/src/components/namespace/namespace.test.js +207 -0
  601. package/dist/src/components/namespace/namespace.test.js.map +1 -0
  602. package/dist/src/components/namespace.ref.test.js +1 -1
  603. package/dist/src/components/parameters/parameters.d.ts +35 -0
  604. package/dist/src/components/parameters/parameters.d.ts.map +1 -1
  605. package/dist/src/components/parameters/parameters.js +16 -3
  606. package/dist/src/components/parameters/parameters.js.map +1 -1
  607. package/dist/src/components/parameters/parameters.test.js +67 -0
  608. package/dist/src/components/parameters/parameters.test.js.map +1 -1
  609. package/dist/src/components/property/property.d.ts.map +1 -1
  610. package/dist/src/components/property/property.js +21 -12
  611. package/dist/src/components/property/property.js.map +1 -1
  612. package/dist/src/components/property/property.test.js +28 -0
  613. package/dist/src/components/property/property.test.js.map +1 -1
  614. package/dist/src/components/source-file/source-file.d.ts.map +1 -1
  615. package/dist/src/components/source-file/source-file.js +4 -2
  616. package/dist/src/components/source-file/source-file.js.map +1 -1
  617. package/dist/src/components/source-file/source-file.test.js +1 -1
  618. package/dist/src/components/source-file/using.test.js +1 -1
  619. package/dist/src/components/stc/index.d.ts +0 -1
  620. package/dist/src/components/stc/index.d.ts.map +1 -1
  621. package/dist/src/components/stc/index.js +0 -1
  622. package/dist/src/components/stc/index.js.map +1 -1
  623. package/dist/src/components/var/declaration.d.ts +7 -1
  624. package/dist/src/components/var/declaration.d.ts.map +1 -1
  625. package/dist/src/components/var/declaration.js +20 -3
  626. package/dist/src/components/var/declaration.js.map +1 -1
  627. package/dist/src/components/var/declaration.test.js +19 -2
  628. package/dist/src/components/var/declaration.test.js.map +1 -1
  629. package/dist/src/contexts/global-namespace.d.ts +1 -0
  630. package/dist/src/contexts/global-namespace.d.ts.map +1 -1
  631. package/dist/src/contexts/global-namespace.js +6 -1
  632. package/dist/src/contexts/global-namespace.js.map +1 -1
  633. package/dist/src/contexts/reference-context.d.ts +12 -0
  634. package/dist/src/contexts/reference-context.d.ts.map +1 -0
  635. package/dist/src/contexts/reference-context.js +15 -0
  636. package/dist/src/contexts/reference-context.js.map +1 -0
  637. package/dist/src/create-library.d.ts +62 -0
  638. package/dist/src/create-library.d.ts.map +1 -0
  639. package/dist/src/create-library.js +136 -0
  640. package/dist/src/create-library.js.map +1 -0
  641. package/dist/src/create-library.test.d.ts +2 -0
  642. package/dist/src/create-library.test.d.ts.map +1 -0
  643. package/dist/src/create-library.test.js +237 -0
  644. package/dist/src/create-library.test.js.map +1 -0
  645. package/dist/src/index.d.ts +2 -0
  646. package/dist/src/index.d.ts.map +1 -1
  647. package/dist/src/index.js +2 -0
  648. package/dist/src/index.js.map +1 -1
  649. package/dist/src/symbols/factories.d.ts +1 -1
  650. package/dist/src/symbols/factories.d.ts.map +1 -1
  651. package/dist/src/symbols/factories.js +24 -6
  652. package/dist/src/symbols/factories.js.map +1 -1
  653. package/dist/src/symbols/named-type.d.ts +3 -3
  654. package/dist/src/symbols/named-type.d.ts.map +1 -1
  655. package/dist/src/symbols/named-type.js.map +1 -1
  656. package/dist/src/symbols/reference.d.ts.map +1 -1
  657. package/dist/src/symbols/reference.js +7 -4
  658. package/dist/src/symbols/reference.js.map +1 -1
  659. package/dist/test/utils.d.ts +4 -2
  660. package/dist/test/utils.d.ts.map +1 -1
  661. package/dist/test/utils.js +5 -4
  662. package/dist/test/utils.js.map +1 -1
  663. package/dist/testing/create-wrapper.d.ts +3 -0
  664. package/dist/testing/create-wrapper.d.ts.map +1 -0
  665. package/dist/testing/create-wrapper.js +12 -0
  666. package/dist/testing/create-wrapper.js.map +1 -0
  667. package/dist/testing/create-wrapper.test.d.ts +2 -0
  668. package/dist/testing/create-wrapper.test.d.ts.map +1 -0
  669. package/dist/testing/create-wrapper.test.js +212 -0
  670. package/dist/testing/create-wrapper.test.js.map +1 -0
  671. package/dist/testing/index.d.ts +2 -0
  672. package/dist/testing/index.d.ts.map +1 -0
  673. package/dist/testing/index.js +2 -0
  674. package/dist/testing/index.js.map +1 -0
  675. package/dist/tsconfig.tsbuildinfo +1 -1
  676. package/package.json +18 -2
  677. package/scripts/components/library-interface.tsx +41 -0
  678. package/scripts/components/namespace-directory.tsx +104 -0
  679. package/scripts/generate-builtins.tsx +36 -0
  680. package/scripts/process-docfx.tsx +321 -0
  681. package/src/access.test.tsx +49 -0
  682. package/src/access.tsx +70 -0
  683. package/src/builtins/Microsoft/CSharp/RuntimeBinder/index.ts +32 -0
  684. package/src/builtins/Microsoft/CSharp/index.ts +8 -0
  685. package/src/builtins/Microsoft/VisualBasic/FileIO/index.ts +573 -0
  686. package/src/builtins/Microsoft/VisualBasic/index.ts +3021 -0
  687. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +400 -0
  688. package/src/builtins/Microsoft/Win32/index.ts +437 -0
  689. package/src/builtins/Microsoft/index.ts +10 -0
  690. package/src/builtins/System/Buffers/Binary/index.ts +646 -0
  691. package/src/builtins/System/Buffers/Text/index.ts +178 -0
  692. package/src/builtins/System/Buffers/index.ts +744 -0
  693. package/src/builtins/System/CodeDom/Compiler/index.ts +160 -0
  694. package/src/builtins/System/CodeDom/index.ts +8 -0
  695. package/src/builtins/System/Collections/Concurrent/index.ts +497 -0
  696. package/src/builtins/System/Collections/Frozen/index.ts +115 -0
  697. package/src/builtins/System/Collections/Generic/index.ts +1253 -0
  698. package/src/builtins/System/Collections/Immutable/index.ts +1322 -0
  699. package/src/builtins/System/Collections/ObjectModel/index.ts +489 -0
  700. package/src/builtins/System/Collections/Specialized/index.ts +878 -0
  701. package/src/builtins/System/Collections/index.ts +1639 -0
  702. package/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.ts +181 -0
  703. package/src/builtins/System/ComponentModel/DataAnnotations/index.ts +1507 -0
  704. package/src/builtins/System/ComponentModel/Design/Serialization/index.ts +661 -0
  705. package/src/builtins/System/ComponentModel/Design/index.ts +2432 -0
  706. package/src/builtins/System/ComponentModel/index.ts +8079 -0
  707. package/src/builtins/System/Configuration/Assemblies/index.ts +85 -0
  708. package/src/builtins/System/Configuration/index.ts +8 -0
  709. package/src/builtins/System/Data/Common/index.ts +3888 -0
  710. package/src/builtins/System/Data/SqlTypes/index.ts +3194 -0
  711. package/src/builtins/System/Data/index.ts +5476 -0
  712. package/src/builtins/System/Diagnostics/CodeAnalysis/index.ts +858 -0
  713. package/src/builtins/System/Diagnostics/Contracts/index.ts +383 -0
  714. package/src/builtins/System/Diagnostics/Metrics/index.ts +404 -0
  715. package/src/builtins/System/Diagnostics/SymbolStore/index.ts +746 -0
  716. package/src/builtins/System/Diagnostics/Tracing/index.ts +1160 -0
  717. package/src/builtins/System/Diagnostics/index.ts +4618 -0
  718. package/src/builtins/System/Drawing/index.ts +3861 -0
  719. package/src/builtins/System/Dynamic/index.ts +963 -0
  720. package/src/builtins/System/Formats/Asn1/index.ts +1014 -0
  721. package/src/builtins/System/Formats/Tar/index.ts +530 -0
  722. package/src/builtins/System/Formats/index.ts +9 -0
  723. package/src/builtins/System/Globalization/index.ts +4583 -0
  724. package/src/builtins/System/IO/Compression/index.ts +1078 -0
  725. package/src/builtins/System/IO/Enumeration/index.ts +269 -0
  726. package/src/builtins/System/IO/IsolatedStorage/index.ts +596 -0
  727. package/src/builtins/System/IO/MemoryMappedFiles/index.ts +305 -0
  728. package/src/builtins/System/IO/Pipelines/index.ts +506 -0
  729. package/src/builtins/System/IO/Pipes/index.ts +878 -0
  730. package/src/builtins/System/IO/index.ts +4466 -0
  731. package/src/builtins/System/Linq/Expressions/index.ts +2680 -0
  732. package/src/builtins/System/Linq/index.ts +352 -0
  733. package/src/builtins/System/Net/Cache/index.ts +263 -0
  734. package/src/builtins/System/Net/Http/Headers/index.ts +2001 -0
  735. package/src/builtins/System/Net/Http/Json/index.ts +91 -0
  736. package/src/builtins/System/Net/Http/Metrics/index.ts +51 -0
  737. package/src/builtins/System/Net/Http/index.ts +1757 -0
  738. package/src/builtins/System/Net/Mail/index.ts +1051 -0
  739. package/src/builtins/System/Net/Mime/index.ts +598 -0
  740. package/src/builtins/System/Net/NetworkInformation/index.ts +3282 -0
  741. package/src/builtins/System/Net/Quic/index.ts +762 -0
  742. package/src/builtins/System/Net/Security/index.ts +1709 -0
  743. package/src/builtins/System/Net/Sockets/index.ts +3686 -0
  744. package/src/builtins/System/Net/WebSockets/index.ts +1039 -0
  745. package/src/builtins/System/Net/index.ts +6535 -0
  746. package/src/builtins/System/Numerics/index.ts +4126 -0
  747. package/src/builtins/System/Reflection/Emit/index.ts +5060 -0
  748. package/src/builtins/System/Reflection/Metadata/Ecma335/index.ts +2729 -0
  749. package/src/builtins/System/Reflection/Metadata/index.ts +7374 -0
  750. package/src/builtins/System/Reflection/PortableExecutable/index.ts +2401 -0
  751. package/src/builtins/System/Reflection/index.ts +6276 -0
  752. package/src/builtins/System/Resources/index.ts +357 -0
  753. package/src/builtins/System/Runtime/CompilerServices/index.ts +2406 -0
  754. package/src/builtins/System/Runtime/ConstrainedExecution/index.ts +129 -0
  755. package/src/builtins/System/Runtime/ExceptionServices/index.ts +80 -0
  756. package/src/builtins/System/Runtime/InteropServices/ComTypes/index.ts +87 -0
  757. package/src/builtins/System/Runtime/InteropServices/JavaScript/index.ts +290 -0
  758. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +1271 -0
  759. package/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.ts +100 -0
  760. package/src/builtins/System/Runtime/InteropServices/Swift/index.ts +65 -0
  761. package/src/builtins/System/Runtime/InteropServices/index.ts +4405 -0
  762. package/src/builtins/System/Runtime/Intrinsics/Arm/index.ts +1568 -0
  763. package/src/builtins/System/Runtime/Intrinsics/Wasm/index.ts +409 -0
  764. package/src/builtins/System/Runtime/Intrinsics/X86/index.ts +1681 -0
  765. package/src/builtins/System/Runtime/Intrinsics/index.ts +324 -0
  766. package/src/builtins/System/Runtime/Loader/index.ts +173 -0
  767. package/src/builtins/System/Runtime/Remoting/index.ts +25 -0
  768. package/src/builtins/System/Runtime/Serialization/DataContracts/index.ts +314 -0
  769. package/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.ts +76 -0
  770. package/src/builtins/System/Runtime/Serialization/Formatters/index.ts +103 -0
  771. package/src/builtins/System/Runtime/Serialization/Json/index.ts +235 -0
  772. package/src/builtins/System/Runtime/Serialization/index.ts +1981 -0
  773. package/src/builtins/System/Runtime/Versioning/index.ts +415 -0
  774. package/src/builtins/System/Runtime/index.ts +300 -0
  775. package/src/builtins/System/Security/AccessControl/index.ts +2826 -0
  776. package/src/builtins/System/Security/Authentication/ExtendedProtection/index.ts +210 -0
  777. package/src/builtins/System/Security/Authentication/index.ts +256 -0
  778. package/src/builtins/System/Security/Claims/index.ts +994 -0
  779. package/src/builtins/System/Security/Cryptography/X509Certificates/index.ts +3182 -0
  780. package/src/builtins/System/Security/Cryptography/index.ts +8047 -0
  781. package/src/builtins/System/Security/Permissions/index.ts +390 -0
  782. package/src/builtins/System/Security/Policy/index.ts +127 -0
  783. package/src/builtins/System/Security/Principal/index.ts +1588 -0
  784. package/src/builtins/System/Security/index.ts +826 -0
  785. package/src/builtins/System/Text/Encodings/Web/index.ts +200 -0
  786. package/src/builtins/System/Text/Encodings/index.ts +8 -0
  787. package/src/builtins/System/Text/Json/Nodes/index.ts +311 -0
  788. package/src/builtins/System/Text/Json/Schema/index.ts +97 -0
  789. package/src/builtins/System/Text/Json/Serialization/Metadata/index.ts +395 -0
  790. package/src/builtins/System/Text/Json/Serialization/index.ts +1030 -0
  791. package/src/builtins/System/Text/Json/index.ts +1430 -0
  792. package/src/builtins/System/Text/RegularExpressions/index.ts +882 -0
  793. package/src/builtins/System/Text/Unicode/index.ts +1379 -0
  794. package/src/builtins/System/Text/index.ts +2113 -0
  795. package/src/builtins/System/Threading/Channels/index.ts +283 -0
  796. package/src/builtins/System/Threading/Tasks/Dataflow/index.ts +837 -0
  797. package/src/builtins/System/Threading/Tasks/Sources/index.ts +147 -0
  798. package/src/builtins/System/Threading/Tasks/index.ts +879 -0
  799. package/src/builtins/System/Threading/index.ts +2824 -0
  800. package/src/builtins/System/Timers/index.ts +161 -0
  801. package/src/builtins/System/Transactions/index.ts +908 -0
  802. package/src/builtins/System/Web/index.ts +105 -0
  803. package/src/builtins/System/Windows/Input/index.ts +25 -0
  804. package/src/builtins/System/Windows/Markup/index.ts +37 -0
  805. package/src/builtins/System/Windows/index.ts +9 -0
  806. package/src/builtins/System/Xml/Linq/index.ts +1318 -0
  807. package/src/builtins/System/Xml/Resolvers/index.ts +107 -0
  808. package/src/builtins/System/Xml/Schema/index.ts +3621 -0
  809. package/src/builtins/System/Xml/Serialization/index.ts +2890 -0
  810. package/src/builtins/System/Xml/XPath/index.ts +1095 -0
  811. package/src/builtins/System/Xml/Xsl/index.ts +389 -0
  812. package/src/builtins/System/Xml/index.ts +6841 -0
  813. package/src/builtins/System/index.ts +17593 -0
  814. package/src/builtins/index.ts +2 -0
  815. package/src/components/access-expression/access-expression.tsx +8 -2
  816. package/src/components/access-expression/part-descriptors.ts +26 -2
  817. package/src/components/attributes/attributes.test.tsx +43 -2
  818. package/src/components/attributes/attributes.tsx +14 -7
  819. package/src/components/csproj-file/csproj-file.test.tsx +19 -0
  820. package/src/components/csproj-file/csproj-file.tsx +32 -0
  821. package/src/components/enum/declaration.ref.test.tsx +1 -1
  822. package/src/components/if/if-statement.test.tsx +26 -0
  823. package/src/components/if/if-statement.tsx +50 -0
  824. package/src/components/index.ts +4 -2
  825. package/src/components/method/method.test.tsx +49 -0
  826. package/src/components/method/method.tsx +7 -4
  827. package/src/components/namespace/namespace-name.tsx +31 -0
  828. package/src/components/namespace/namespace.test.tsx +145 -0
  829. package/src/components/{namespace.tsx → namespace/namespace.tsx} +7 -13
  830. package/src/components/namespace.ref.test.tsx +1 -1
  831. package/src/components/parameters/parameters.test.tsx +70 -0
  832. package/src/components/parameters/parameters.tsx +62 -2
  833. package/src/components/property/property.test.tsx +25 -0
  834. package/src/components/property/property.tsx +22 -11
  835. package/src/components/source-file/source-file.test.tsx +1 -1
  836. package/src/components/source-file/source-file.tsx +2 -2
  837. package/src/components/source-file/using.test.tsx +1 -1
  838. package/src/components/stc/index.ts +0 -1
  839. package/src/components/var/declaration.test.tsx +15 -1
  840. package/src/components/var/declaration.tsx +25 -2
  841. package/src/contexts/global-namespace.ts +8 -1
  842. package/src/contexts/reference-context.ts +18 -0
  843. package/src/create-library.test.tsx +213 -0
  844. package/src/create-library.ts +306 -0
  845. package/src/index.ts +2 -0
  846. package/src/symbols/factories.ts +39 -10
  847. package/src/symbols/named-type.ts +3 -3
  848. package/src/symbols/reference.tsx +19 -4
  849. package/temp/api.json +5560 -2489
  850. package/test/utils.tsx +6 -3
  851. package/testing/create-wrapper.test.tsx +145 -0
  852. package/testing/create-wrapper.tsx +12 -0
  853. package/testing/index.ts +1 -0
  854. package/tsconfig.json +13 -2
  855. package/tsdoc.json +4 -0
  856. package/dist/src/components/ProjectDirectory.d.ts +0 -12
  857. package/dist/src/components/ProjectDirectory.d.ts.map +0 -1
  858. package/dist/src/components/ProjectDirectory.js +0 -47
  859. package/dist/src/components/ProjectDirectory.js.map +0 -1
  860. package/dist/src/components/namespace.d.ts.map +0 -1
  861. package/dist/src/components/namespace.js.map +0 -1
  862. package/dist/src/components/namespace.test.d.ts.map +0 -1
  863. package/dist/src/components/namespace.test.js +0 -93
  864. package/dist/src/components/namespace.test.js.map +0 -1
  865. package/dist/test/project-directory.test.d.ts +0 -2
  866. package/dist/test/project-directory.test.d.ts.map +0 -1
  867. package/dist/test/project-directory.test.js +0 -133
  868. package/dist/test/project-directory.test.js.map +0 -1
  869. package/src/components/ProjectDirectory.tsx +0 -56
  870. package/src/components/namespace.test.tsx +0 -65
  871. package/test/project-directory.test.tsx +0 -121
  872. /package/dist/src/components/{namespace.test.d.ts → namespace/namespace.test.d.ts} +0 -0
@@ -0,0 +1,3194 @@
1
+ import Globalization from "../../Globalization/index.js";
2
+ import System from "../../index.js";
3
+ import IO from "../../IO/index.js";
4
+
5
+ import { createLibrary } from "#createLibrary";
6
+ import { LibrarySymbolReference } from "@alloy-js/core";
7
+
8
+ type SqlTypesLibrary = LibrarySymbolReference & {
9
+ INullable: LibrarySymbolReference & {
10
+ IsNull: LibrarySymbolReference
11
+ };
12
+ SqlAlreadyFilledException: LibrarySymbolReference & {
13
+ SqlAlreadyFilledException: LibrarySymbolReference
14
+ };
15
+ SqlBinary: LibrarySymbolReference & {
16
+ Null: LibrarySymbolReference;
17
+ SqlBinary: LibrarySymbolReference;
18
+ Add: LibrarySymbolReference;
19
+ CompareTo: LibrarySymbolReference;
20
+ Concat: LibrarySymbolReference;
21
+ Equals: LibrarySymbolReference;
22
+ GetHashCode: LibrarySymbolReference;
23
+ GetXsdType: LibrarySymbolReference;
24
+ GreaterThan: LibrarySymbolReference;
25
+ GreaterThanOrEqual: LibrarySymbolReference;
26
+ LessThan: LibrarySymbolReference;
27
+ LessThanOrEqual: LibrarySymbolReference;
28
+ NotEquals: LibrarySymbolReference;
29
+ ToSqlGuid: LibrarySymbolReference;
30
+ ToString: LibrarySymbolReference;
31
+ WrapBytes: LibrarySymbolReference;
32
+ IsNull: LibrarySymbolReference;
33
+ Item: LibrarySymbolReference;
34
+ Length: LibrarySymbolReference;
35
+ Value: LibrarySymbolReference
36
+ };
37
+ SqlBoolean: LibrarySymbolReference & {
38
+ False: LibrarySymbolReference;
39
+ Null: LibrarySymbolReference;
40
+ One: LibrarySymbolReference;
41
+ True: LibrarySymbolReference;
42
+ Zero: LibrarySymbolReference;
43
+ SqlBoolean: LibrarySymbolReference;
44
+ And: LibrarySymbolReference;
45
+ CompareTo: LibrarySymbolReference;
46
+ Equals: LibrarySymbolReference;
47
+ GetHashCode: LibrarySymbolReference;
48
+ GetXsdType: LibrarySymbolReference;
49
+ GreaterThan: LibrarySymbolReference;
50
+ GreaterThanOrEquals: LibrarySymbolReference;
51
+ LessThan: LibrarySymbolReference;
52
+ LessThanOrEquals: LibrarySymbolReference;
53
+ NotEquals: LibrarySymbolReference;
54
+ OnesComplement: LibrarySymbolReference;
55
+ Or: LibrarySymbolReference;
56
+ Parse: LibrarySymbolReference;
57
+ ToSqlByte: LibrarySymbolReference;
58
+ ToSqlDecimal: LibrarySymbolReference;
59
+ ToSqlDouble: LibrarySymbolReference;
60
+ ToSqlInt16: LibrarySymbolReference;
61
+ ToSqlInt32: LibrarySymbolReference;
62
+ ToSqlInt64: LibrarySymbolReference;
63
+ ToSqlMoney: LibrarySymbolReference;
64
+ ToSqlSingle: LibrarySymbolReference;
65
+ ToSqlString: LibrarySymbolReference;
66
+ ToString: LibrarySymbolReference;
67
+ Xor: LibrarySymbolReference;
68
+ ByteValue: LibrarySymbolReference;
69
+ IsFalse: LibrarySymbolReference;
70
+ IsNull: LibrarySymbolReference;
71
+ IsTrue: LibrarySymbolReference;
72
+ Value: LibrarySymbolReference
73
+ };
74
+ SqlByte: LibrarySymbolReference & {
75
+ MaxValue: LibrarySymbolReference;
76
+ MinValue: LibrarySymbolReference;
77
+ Null: LibrarySymbolReference;
78
+ Zero: LibrarySymbolReference;
79
+ SqlByte: LibrarySymbolReference;
80
+ Add: LibrarySymbolReference;
81
+ BitwiseAnd: LibrarySymbolReference;
82
+ BitwiseOr: LibrarySymbolReference;
83
+ CompareTo: LibrarySymbolReference;
84
+ Divide: LibrarySymbolReference;
85
+ Equals: LibrarySymbolReference;
86
+ GetHashCode: LibrarySymbolReference;
87
+ GetXsdType: LibrarySymbolReference;
88
+ GreaterThan: LibrarySymbolReference;
89
+ GreaterThanOrEqual: LibrarySymbolReference;
90
+ LessThan: LibrarySymbolReference;
91
+ LessThanOrEqual: LibrarySymbolReference;
92
+ Mod: LibrarySymbolReference;
93
+ Modulus: LibrarySymbolReference;
94
+ Multiply: LibrarySymbolReference;
95
+ NotEquals: LibrarySymbolReference;
96
+ OnesComplement: LibrarySymbolReference;
97
+ Parse: LibrarySymbolReference;
98
+ Subtract: LibrarySymbolReference;
99
+ ToSqlBoolean: LibrarySymbolReference;
100
+ ToSqlDecimal: LibrarySymbolReference;
101
+ ToSqlDouble: LibrarySymbolReference;
102
+ ToSqlInt16: LibrarySymbolReference;
103
+ ToSqlInt32: LibrarySymbolReference;
104
+ ToSqlInt64: LibrarySymbolReference;
105
+ ToSqlMoney: LibrarySymbolReference;
106
+ ToSqlSingle: LibrarySymbolReference;
107
+ ToSqlString: LibrarySymbolReference;
108
+ ToString: LibrarySymbolReference;
109
+ Xor: LibrarySymbolReference;
110
+ IsNull: LibrarySymbolReference;
111
+ Value: LibrarySymbolReference
112
+ };
113
+ SqlBytes: LibrarySymbolReference & {
114
+ SqlBytes: LibrarySymbolReference;
115
+ GetXsdType: LibrarySymbolReference;
116
+ Read: LibrarySymbolReference;
117
+ SetLength: LibrarySymbolReference;
118
+ SetNull: LibrarySymbolReference;
119
+ ToSqlBinary: LibrarySymbolReference;
120
+ Write: LibrarySymbolReference;
121
+ Buffer: LibrarySymbolReference;
122
+ IsNull: LibrarySymbolReference;
123
+ Item: LibrarySymbolReference;
124
+ Length: LibrarySymbolReference;
125
+ MaxLength: LibrarySymbolReference;
126
+ Null: LibrarySymbolReference;
127
+ Storage: LibrarySymbolReference;
128
+ Stream: LibrarySymbolReference;
129
+ Value: LibrarySymbolReference
130
+ };
131
+ SqlChars: LibrarySymbolReference & {
132
+ SqlChars: LibrarySymbolReference;
133
+ GetXsdType: LibrarySymbolReference;
134
+ Read: LibrarySymbolReference;
135
+ SetLength: LibrarySymbolReference;
136
+ SetNull: LibrarySymbolReference;
137
+ ToSqlString: LibrarySymbolReference;
138
+ Write: LibrarySymbolReference;
139
+ Buffer: LibrarySymbolReference;
140
+ IsNull: LibrarySymbolReference;
141
+ Item: LibrarySymbolReference;
142
+ Length: LibrarySymbolReference;
143
+ MaxLength: LibrarySymbolReference;
144
+ Null: LibrarySymbolReference;
145
+ Storage: LibrarySymbolReference;
146
+ Value: LibrarySymbolReference
147
+ };
148
+ SqlCompareOptions: LibrarySymbolReference & {
149
+ None: LibrarySymbolReference;
150
+ IgnoreCase: LibrarySymbolReference;
151
+ IgnoreNonSpace: LibrarySymbolReference;
152
+ IgnoreKanaType: LibrarySymbolReference;
153
+ IgnoreWidth: LibrarySymbolReference;
154
+ BinarySort2: LibrarySymbolReference;
155
+ BinarySort: LibrarySymbolReference
156
+ };
157
+ SqlDateTime: LibrarySymbolReference & {
158
+ MaxValue: LibrarySymbolReference;
159
+ MinValue: LibrarySymbolReference;
160
+ Null: LibrarySymbolReference;
161
+ SQLTicksPerHour: LibrarySymbolReference;
162
+ SQLTicksPerMinute: LibrarySymbolReference;
163
+ SQLTicksPerSecond: LibrarySymbolReference;
164
+ SqlDateTime: LibrarySymbolReference;
165
+ Add: LibrarySymbolReference;
166
+ CompareTo: LibrarySymbolReference;
167
+ Equals: LibrarySymbolReference;
168
+ GetHashCode: LibrarySymbolReference;
169
+ GetXsdType: LibrarySymbolReference;
170
+ GreaterThan: LibrarySymbolReference;
171
+ GreaterThanOrEqual: LibrarySymbolReference;
172
+ LessThan: LibrarySymbolReference;
173
+ LessThanOrEqual: LibrarySymbolReference;
174
+ NotEquals: LibrarySymbolReference;
175
+ Parse: LibrarySymbolReference;
176
+ Subtract: LibrarySymbolReference;
177
+ ToSqlString: LibrarySymbolReference;
178
+ ToString: LibrarySymbolReference;
179
+ DayTicks: LibrarySymbolReference;
180
+ IsNull: LibrarySymbolReference;
181
+ TimeTicks: LibrarySymbolReference;
182
+ Value: LibrarySymbolReference
183
+ };
184
+ SqlDecimal: LibrarySymbolReference & {
185
+ MaxPrecision: LibrarySymbolReference;
186
+ MaxScale: LibrarySymbolReference;
187
+ MaxValue: LibrarySymbolReference;
188
+ MinValue: LibrarySymbolReference;
189
+ Null: LibrarySymbolReference;
190
+ SqlDecimal: LibrarySymbolReference;
191
+ Abs: LibrarySymbolReference;
192
+ Add: LibrarySymbolReference;
193
+ AdjustScale: LibrarySymbolReference;
194
+ Ceiling: LibrarySymbolReference;
195
+ CompareTo: LibrarySymbolReference;
196
+ ConvertToPrecScale: LibrarySymbolReference;
197
+ Divide: LibrarySymbolReference;
198
+ Equals: LibrarySymbolReference;
199
+ Floor: LibrarySymbolReference;
200
+ GetHashCode: LibrarySymbolReference;
201
+ GetXsdType: LibrarySymbolReference;
202
+ GreaterThan: LibrarySymbolReference;
203
+ GreaterThanOrEqual: LibrarySymbolReference;
204
+ LessThan: LibrarySymbolReference;
205
+ LessThanOrEqual: LibrarySymbolReference;
206
+ Multiply: LibrarySymbolReference;
207
+ NotEquals: LibrarySymbolReference;
208
+ Parse: LibrarySymbolReference;
209
+ Power: LibrarySymbolReference;
210
+ Round: LibrarySymbolReference;
211
+ Sign: LibrarySymbolReference;
212
+ Subtract: LibrarySymbolReference;
213
+ ToDouble: LibrarySymbolReference;
214
+ ToSqlBoolean: LibrarySymbolReference;
215
+ ToSqlByte: LibrarySymbolReference;
216
+ ToSqlDouble: LibrarySymbolReference;
217
+ ToSqlInt16: LibrarySymbolReference;
218
+ ToSqlInt32: LibrarySymbolReference;
219
+ ToSqlInt64: LibrarySymbolReference;
220
+ ToSqlMoney: LibrarySymbolReference;
221
+ ToSqlSingle: LibrarySymbolReference;
222
+ ToSqlString: LibrarySymbolReference;
223
+ ToString: LibrarySymbolReference;
224
+ Truncate: LibrarySymbolReference;
225
+ WriteTdsValue: LibrarySymbolReference;
226
+ BinData: LibrarySymbolReference;
227
+ Data: LibrarySymbolReference;
228
+ IsNull: LibrarySymbolReference;
229
+ IsPositive: LibrarySymbolReference;
230
+ Precision: LibrarySymbolReference;
231
+ Scale: LibrarySymbolReference;
232
+ Value: LibrarySymbolReference
233
+ };
234
+ SqlDouble: LibrarySymbolReference & {
235
+ MaxValue: LibrarySymbolReference;
236
+ MinValue: LibrarySymbolReference;
237
+ Null: LibrarySymbolReference;
238
+ Zero: LibrarySymbolReference;
239
+ SqlDouble: LibrarySymbolReference;
240
+ Add: LibrarySymbolReference;
241
+ CompareTo: LibrarySymbolReference;
242
+ Divide: LibrarySymbolReference;
243
+ Equals: LibrarySymbolReference;
244
+ GetHashCode: LibrarySymbolReference;
245
+ GetXsdType: LibrarySymbolReference;
246
+ GreaterThan: LibrarySymbolReference;
247
+ GreaterThanOrEqual: LibrarySymbolReference;
248
+ LessThan: LibrarySymbolReference;
249
+ LessThanOrEqual: LibrarySymbolReference;
250
+ Multiply: LibrarySymbolReference;
251
+ NotEquals: LibrarySymbolReference;
252
+ Parse: LibrarySymbolReference;
253
+ Subtract: LibrarySymbolReference;
254
+ ToSqlBoolean: LibrarySymbolReference;
255
+ ToSqlByte: LibrarySymbolReference;
256
+ ToSqlDecimal: LibrarySymbolReference;
257
+ ToSqlInt16: LibrarySymbolReference;
258
+ ToSqlInt32: LibrarySymbolReference;
259
+ ToSqlInt64: LibrarySymbolReference;
260
+ ToSqlMoney: LibrarySymbolReference;
261
+ ToSqlSingle: LibrarySymbolReference;
262
+ ToSqlString: LibrarySymbolReference;
263
+ ToString: LibrarySymbolReference;
264
+ IsNull: LibrarySymbolReference;
265
+ Value: LibrarySymbolReference
266
+ };
267
+ SqlGuid: LibrarySymbolReference & {
268
+ Null: LibrarySymbolReference;
269
+ SqlGuid: LibrarySymbolReference;
270
+ CompareTo: LibrarySymbolReference;
271
+ Equals: LibrarySymbolReference;
272
+ GetHashCode: LibrarySymbolReference;
273
+ GetXsdType: LibrarySymbolReference;
274
+ GreaterThan: LibrarySymbolReference;
275
+ GreaterThanOrEqual: LibrarySymbolReference;
276
+ LessThan: LibrarySymbolReference;
277
+ LessThanOrEqual: LibrarySymbolReference;
278
+ NotEquals: LibrarySymbolReference;
279
+ Parse: LibrarySymbolReference;
280
+ ToByteArray: LibrarySymbolReference;
281
+ ToSqlBinary: LibrarySymbolReference;
282
+ ToSqlString: LibrarySymbolReference;
283
+ ToString: LibrarySymbolReference;
284
+ IsNull: LibrarySymbolReference;
285
+ Value: LibrarySymbolReference
286
+ };
287
+ SqlInt16: LibrarySymbolReference & {
288
+ MaxValue: LibrarySymbolReference;
289
+ MinValue: LibrarySymbolReference;
290
+ Null: LibrarySymbolReference;
291
+ Zero: LibrarySymbolReference;
292
+ SqlInt16: LibrarySymbolReference;
293
+ Add: LibrarySymbolReference;
294
+ BitwiseAnd: LibrarySymbolReference;
295
+ BitwiseOr: LibrarySymbolReference;
296
+ CompareTo: LibrarySymbolReference;
297
+ Divide: LibrarySymbolReference;
298
+ Equals: LibrarySymbolReference;
299
+ GetHashCode: LibrarySymbolReference;
300
+ GetXsdType: LibrarySymbolReference;
301
+ GreaterThan: LibrarySymbolReference;
302
+ GreaterThanOrEqual: LibrarySymbolReference;
303
+ LessThan: LibrarySymbolReference;
304
+ LessThanOrEqual: LibrarySymbolReference;
305
+ Mod: LibrarySymbolReference;
306
+ Modulus: LibrarySymbolReference;
307
+ Multiply: LibrarySymbolReference;
308
+ NotEquals: LibrarySymbolReference;
309
+ OnesComplement: LibrarySymbolReference;
310
+ Parse: LibrarySymbolReference;
311
+ Subtract: LibrarySymbolReference;
312
+ ToSqlBoolean: LibrarySymbolReference;
313
+ ToSqlByte: LibrarySymbolReference;
314
+ ToSqlDecimal: LibrarySymbolReference;
315
+ ToSqlDouble: LibrarySymbolReference;
316
+ ToSqlInt32: LibrarySymbolReference;
317
+ ToSqlInt64: LibrarySymbolReference;
318
+ ToSqlMoney: LibrarySymbolReference;
319
+ ToSqlSingle: LibrarySymbolReference;
320
+ ToSqlString: LibrarySymbolReference;
321
+ ToString: LibrarySymbolReference;
322
+ Xor: LibrarySymbolReference;
323
+ IsNull: LibrarySymbolReference;
324
+ Value: LibrarySymbolReference
325
+ };
326
+ SqlInt32: LibrarySymbolReference & {
327
+ MaxValue: LibrarySymbolReference;
328
+ MinValue: LibrarySymbolReference;
329
+ Null: LibrarySymbolReference;
330
+ Zero: LibrarySymbolReference;
331
+ SqlInt32: LibrarySymbolReference;
332
+ Add: LibrarySymbolReference;
333
+ BitwiseAnd: LibrarySymbolReference;
334
+ BitwiseOr: LibrarySymbolReference;
335
+ CompareTo: LibrarySymbolReference;
336
+ Divide: LibrarySymbolReference;
337
+ Equals: LibrarySymbolReference;
338
+ GetHashCode: LibrarySymbolReference;
339
+ GetXsdType: LibrarySymbolReference;
340
+ GreaterThan: LibrarySymbolReference;
341
+ GreaterThanOrEqual: LibrarySymbolReference;
342
+ LessThan: LibrarySymbolReference;
343
+ LessThanOrEqual: LibrarySymbolReference;
344
+ Mod: LibrarySymbolReference;
345
+ Modulus: LibrarySymbolReference;
346
+ Multiply: LibrarySymbolReference;
347
+ NotEquals: LibrarySymbolReference;
348
+ OnesComplement: LibrarySymbolReference;
349
+ Parse: LibrarySymbolReference;
350
+ Subtract: LibrarySymbolReference;
351
+ ToSqlBoolean: LibrarySymbolReference;
352
+ ToSqlByte: LibrarySymbolReference;
353
+ ToSqlDecimal: LibrarySymbolReference;
354
+ ToSqlDouble: LibrarySymbolReference;
355
+ ToSqlInt16: LibrarySymbolReference;
356
+ ToSqlInt64: LibrarySymbolReference;
357
+ ToSqlMoney: LibrarySymbolReference;
358
+ ToSqlSingle: LibrarySymbolReference;
359
+ ToSqlString: LibrarySymbolReference;
360
+ ToString: LibrarySymbolReference;
361
+ Xor: LibrarySymbolReference;
362
+ IsNull: LibrarySymbolReference;
363
+ Value: LibrarySymbolReference
364
+ };
365
+ SqlInt64: LibrarySymbolReference & {
366
+ MaxValue: LibrarySymbolReference;
367
+ MinValue: LibrarySymbolReference;
368
+ Null: LibrarySymbolReference;
369
+ Zero: LibrarySymbolReference;
370
+ SqlInt64: LibrarySymbolReference;
371
+ Add: LibrarySymbolReference;
372
+ BitwiseAnd: LibrarySymbolReference;
373
+ BitwiseOr: LibrarySymbolReference;
374
+ CompareTo: LibrarySymbolReference;
375
+ Divide: LibrarySymbolReference;
376
+ Equals: LibrarySymbolReference;
377
+ GetHashCode: LibrarySymbolReference;
378
+ GetXsdType: LibrarySymbolReference;
379
+ GreaterThan: LibrarySymbolReference;
380
+ GreaterThanOrEqual: LibrarySymbolReference;
381
+ LessThan: LibrarySymbolReference;
382
+ LessThanOrEqual: LibrarySymbolReference;
383
+ Mod: LibrarySymbolReference;
384
+ Modulus: LibrarySymbolReference;
385
+ Multiply: LibrarySymbolReference;
386
+ NotEquals: LibrarySymbolReference;
387
+ OnesComplement: LibrarySymbolReference;
388
+ Parse: LibrarySymbolReference;
389
+ Subtract: LibrarySymbolReference;
390
+ ToSqlBoolean: LibrarySymbolReference;
391
+ ToSqlByte: LibrarySymbolReference;
392
+ ToSqlDecimal: LibrarySymbolReference;
393
+ ToSqlDouble: LibrarySymbolReference;
394
+ ToSqlInt16: LibrarySymbolReference;
395
+ ToSqlInt32: LibrarySymbolReference;
396
+ ToSqlMoney: LibrarySymbolReference;
397
+ ToSqlSingle: LibrarySymbolReference;
398
+ ToSqlString: LibrarySymbolReference;
399
+ ToString: LibrarySymbolReference;
400
+ Xor: LibrarySymbolReference;
401
+ IsNull: LibrarySymbolReference;
402
+ Value: LibrarySymbolReference
403
+ };
404
+ SqlMoney: LibrarySymbolReference & {
405
+ MaxValue: LibrarySymbolReference;
406
+ MinValue: LibrarySymbolReference;
407
+ Null: LibrarySymbolReference;
408
+ Zero: LibrarySymbolReference;
409
+ SqlMoney: LibrarySymbolReference;
410
+ Add: LibrarySymbolReference;
411
+ CompareTo: LibrarySymbolReference;
412
+ Divide: LibrarySymbolReference;
413
+ Equals: LibrarySymbolReference;
414
+ FromTdsValue: LibrarySymbolReference;
415
+ GetHashCode: LibrarySymbolReference;
416
+ GetTdsValue: LibrarySymbolReference;
417
+ GetXsdType: LibrarySymbolReference;
418
+ GreaterThan: LibrarySymbolReference;
419
+ GreaterThanOrEqual: LibrarySymbolReference;
420
+ LessThan: LibrarySymbolReference;
421
+ LessThanOrEqual: LibrarySymbolReference;
422
+ Multiply: LibrarySymbolReference;
423
+ NotEquals: LibrarySymbolReference;
424
+ Parse: LibrarySymbolReference;
425
+ Subtract: LibrarySymbolReference;
426
+ ToDecimal: LibrarySymbolReference;
427
+ ToDouble: LibrarySymbolReference;
428
+ ToInt32: LibrarySymbolReference;
429
+ ToInt64: LibrarySymbolReference;
430
+ ToSqlBoolean: LibrarySymbolReference;
431
+ ToSqlByte: LibrarySymbolReference;
432
+ ToSqlDecimal: LibrarySymbolReference;
433
+ ToSqlDouble: LibrarySymbolReference;
434
+ ToSqlInt16: LibrarySymbolReference;
435
+ ToSqlInt32: LibrarySymbolReference;
436
+ ToSqlInt64: LibrarySymbolReference;
437
+ ToSqlSingle: LibrarySymbolReference;
438
+ ToSqlString: LibrarySymbolReference;
439
+ ToString: LibrarySymbolReference;
440
+ IsNull: LibrarySymbolReference;
441
+ Value: LibrarySymbolReference
442
+ };
443
+ SqlNotFilledException: LibrarySymbolReference & {
444
+ SqlNotFilledException: LibrarySymbolReference
445
+ };
446
+ SqlNullValueException: LibrarySymbolReference & {
447
+ SqlNullValueException: LibrarySymbolReference
448
+ };
449
+ SqlSingle: LibrarySymbolReference & {
450
+ MaxValue: LibrarySymbolReference;
451
+ MinValue: LibrarySymbolReference;
452
+ Null: LibrarySymbolReference;
453
+ Zero: LibrarySymbolReference;
454
+ SqlSingle: LibrarySymbolReference;
455
+ Add: LibrarySymbolReference;
456
+ CompareTo: LibrarySymbolReference;
457
+ Divide: LibrarySymbolReference;
458
+ Equals: LibrarySymbolReference;
459
+ GetHashCode: LibrarySymbolReference;
460
+ GetXsdType: LibrarySymbolReference;
461
+ GreaterThan: LibrarySymbolReference;
462
+ GreaterThanOrEqual: LibrarySymbolReference;
463
+ LessThan: LibrarySymbolReference;
464
+ LessThanOrEqual: LibrarySymbolReference;
465
+ Multiply: LibrarySymbolReference;
466
+ NotEquals: LibrarySymbolReference;
467
+ Parse: LibrarySymbolReference;
468
+ Subtract: LibrarySymbolReference;
469
+ ToSqlBoolean: LibrarySymbolReference;
470
+ ToSqlByte: LibrarySymbolReference;
471
+ ToSqlDecimal: LibrarySymbolReference;
472
+ ToSqlDouble: LibrarySymbolReference;
473
+ ToSqlInt16: LibrarySymbolReference;
474
+ ToSqlInt32: LibrarySymbolReference;
475
+ ToSqlInt64: LibrarySymbolReference;
476
+ ToSqlMoney: LibrarySymbolReference;
477
+ ToSqlString: LibrarySymbolReference;
478
+ ToString: LibrarySymbolReference;
479
+ IsNull: LibrarySymbolReference;
480
+ Value: LibrarySymbolReference
481
+ };
482
+ SqlString: LibrarySymbolReference & {
483
+ BinarySort: LibrarySymbolReference;
484
+ BinarySort2: LibrarySymbolReference;
485
+ IgnoreCase: LibrarySymbolReference;
486
+ IgnoreKanaType: LibrarySymbolReference;
487
+ IgnoreNonSpace: LibrarySymbolReference;
488
+ IgnoreWidth: LibrarySymbolReference;
489
+ Null: LibrarySymbolReference;
490
+ SqlString: LibrarySymbolReference;
491
+ Add: LibrarySymbolReference;
492
+ Clone: LibrarySymbolReference;
493
+ CompareOptionsFromSqlCompareOptions: LibrarySymbolReference;
494
+ CompareTo: LibrarySymbolReference;
495
+ Concat: LibrarySymbolReference;
496
+ Equals: LibrarySymbolReference;
497
+ GetHashCode: LibrarySymbolReference;
498
+ GetNonUnicodeBytes: LibrarySymbolReference;
499
+ GetUnicodeBytes: LibrarySymbolReference;
500
+ GetXsdType: LibrarySymbolReference;
501
+ GreaterThan: LibrarySymbolReference;
502
+ GreaterThanOrEqual: LibrarySymbolReference;
503
+ LessThan: LibrarySymbolReference;
504
+ LessThanOrEqual: LibrarySymbolReference;
505
+ NotEquals: LibrarySymbolReference;
506
+ ToSqlBoolean: LibrarySymbolReference;
507
+ ToSqlByte: LibrarySymbolReference;
508
+ ToSqlDateTime: LibrarySymbolReference;
509
+ ToSqlDecimal: LibrarySymbolReference;
510
+ ToSqlDouble: LibrarySymbolReference;
511
+ ToSqlGuid: LibrarySymbolReference;
512
+ ToSqlInt16: LibrarySymbolReference;
513
+ ToSqlInt32: LibrarySymbolReference;
514
+ ToSqlInt64: LibrarySymbolReference;
515
+ ToSqlMoney: LibrarySymbolReference;
516
+ ToSqlSingle: LibrarySymbolReference;
517
+ ToString: LibrarySymbolReference;
518
+ CompareInfo: LibrarySymbolReference;
519
+ CultureInfo: LibrarySymbolReference;
520
+ IsNull: LibrarySymbolReference;
521
+ LCID: LibrarySymbolReference;
522
+ SqlCompareOptions: LibrarySymbolReference;
523
+ Value: LibrarySymbolReference
524
+ };
525
+ SqlTruncateException: LibrarySymbolReference & {
526
+ SqlTruncateException: LibrarySymbolReference
527
+ };
528
+ SqlTypeException: LibrarySymbolReference & {
529
+ SqlTypeException: LibrarySymbolReference
530
+ };
531
+ SqlXml: LibrarySymbolReference & {
532
+ SqlXml: LibrarySymbolReference;
533
+ CreateReader: LibrarySymbolReference;
534
+ GetXsdType: LibrarySymbolReference;
535
+ IsNull: LibrarySymbolReference;
536
+ Null: LibrarySymbolReference;
537
+ Value: LibrarySymbolReference
538
+ };
539
+ StorageState: LibrarySymbolReference & {
540
+ Buffer: LibrarySymbolReference;
541
+ Stream: LibrarySymbolReference;
542
+ UnmanagedBuffer: LibrarySymbolReference
543
+ }
544
+ };
545
+ const SqlTypes: SqlTypesLibrary = createLibrary("System.Data.SqlTypes", {
546
+ INullable: {
547
+ kind: "interface",
548
+ members: {
549
+ IsNull: {
550
+ kind: "property",
551
+ type: () => {
552
+ return System.Boolean;
553
+ },
554
+ },
555
+ },
556
+ },
557
+ SqlAlreadyFilledException: {
558
+ kind: "class",
559
+ members: {
560
+ SqlAlreadyFilledException: {
561
+ kind: "method",
562
+ methodKind: "constructor",
563
+ },
564
+ },
565
+ isSealed: true,
566
+ },
567
+ SqlBinary: {
568
+ kind: "struct",
569
+ members: {
570
+ Null: {
571
+ kind: "field",
572
+ type: () => {
573
+ return SqlTypes.SqlBinary;
574
+ },
575
+ isStatic: true,
576
+ isReadOnly: true,
577
+ },
578
+ SqlBinary: {
579
+ kind: "method",
580
+ methodKind: "constructor",
581
+ },
582
+ Add: {
583
+ kind: "method",
584
+ methodKind: "ordinary",
585
+ isStatic: true,
586
+ },
587
+ CompareTo: {
588
+ kind: "method",
589
+ methodKind: "ordinary",
590
+ },
591
+ Concat: {
592
+ kind: "method",
593
+ methodKind: "ordinary",
594
+ isStatic: true,
595
+ },
596
+ Equals: {
597
+ kind: "method",
598
+ methodKind: "ordinary",
599
+ isStatic: true,
600
+ },
601
+ GetHashCode: {
602
+ kind: "method",
603
+ methodKind: "ordinary",
604
+ isOverride: true,
605
+ },
606
+ GetXsdType: {
607
+ kind: "method",
608
+ methodKind: "ordinary",
609
+ isStatic: true,
610
+ },
611
+ GreaterThan: {
612
+ kind: "method",
613
+ methodKind: "ordinary",
614
+ isStatic: true,
615
+ },
616
+ GreaterThanOrEqual: {
617
+ kind: "method",
618
+ methodKind: "ordinary",
619
+ isStatic: true,
620
+ },
621
+ LessThan: {
622
+ kind: "method",
623
+ methodKind: "ordinary",
624
+ isStatic: true,
625
+ },
626
+ LessThanOrEqual: {
627
+ kind: "method",
628
+ methodKind: "ordinary",
629
+ isStatic: true,
630
+ },
631
+ NotEquals: {
632
+ kind: "method",
633
+ methodKind: "ordinary",
634
+ isStatic: true,
635
+ },
636
+ ToSqlGuid: {
637
+ kind: "method",
638
+ methodKind: "ordinary",
639
+ },
640
+ ToString: {
641
+ kind: "method",
642
+ methodKind: "ordinary",
643
+ isOverride: true,
644
+ },
645
+ WrapBytes: {
646
+ kind: "method",
647
+ methodKind: "ordinary",
648
+ isStatic: true,
649
+ },
650
+ IsNull: {
651
+ kind: "property",
652
+ type: () => {
653
+ return System.Boolean;
654
+ },
655
+ },
656
+ Item: {
657
+ kind: "property",
658
+ type: () => {
659
+ return System.Byte;
660
+ },
661
+ },
662
+ Length: {
663
+ kind: "property",
664
+ type: () => {
665
+ return System.Int32;
666
+ },
667
+ },
668
+ Value: {
669
+ kind: "property",
670
+ type: () => {
671
+ return System.Array;
672
+ },
673
+ },
674
+ },
675
+ },
676
+ SqlBoolean: {
677
+ kind: "struct",
678
+ members: {
679
+ False: {
680
+ kind: "field",
681
+ type: () => {
682
+ return SqlTypes.SqlBoolean;
683
+ },
684
+ isStatic: true,
685
+ isReadOnly: true,
686
+ },
687
+ Null: {
688
+ kind: "field",
689
+ type: () => {
690
+ return SqlTypes.SqlBoolean;
691
+ },
692
+ isStatic: true,
693
+ isReadOnly: true,
694
+ },
695
+ One: {
696
+ kind: "field",
697
+ type: () => {
698
+ return SqlTypes.SqlBoolean;
699
+ },
700
+ isStatic: true,
701
+ isReadOnly: true,
702
+ },
703
+ True: {
704
+ kind: "field",
705
+ type: () => {
706
+ return SqlTypes.SqlBoolean;
707
+ },
708
+ isStatic: true,
709
+ isReadOnly: true,
710
+ },
711
+ Zero: {
712
+ kind: "field",
713
+ type: () => {
714
+ return SqlTypes.SqlBoolean;
715
+ },
716
+ isStatic: true,
717
+ isReadOnly: true,
718
+ },
719
+ SqlBoolean: {
720
+ kind: "method",
721
+ methodKind: "constructor",
722
+ },
723
+ And: {
724
+ kind: "method",
725
+ methodKind: "ordinary",
726
+ isStatic: true,
727
+ },
728
+ CompareTo: {
729
+ kind: "method",
730
+ methodKind: "ordinary",
731
+ },
732
+ Equals: {
733
+ kind: "method",
734
+ methodKind: "ordinary",
735
+ isStatic: true,
736
+ },
737
+ GetHashCode: {
738
+ kind: "method",
739
+ methodKind: "ordinary",
740
+ isOverride: true,
741
+ },
742
+ GetXsdType: {
743
+ kind: "method",
744
+ methodKind: "ordinary",
745
+ isStatic: true,
746
+ },
747
+ GreaterThan: {
748
+ kind: "method",
749
+ methodKind: "ordinary",
750
+ isStatic: true,
751
+ },
752
+ GreaterThanOrEquals: {
753
+ kind: "method",
754
+ methodKind: "ordinary",
755
+ isStatic: true,
756
+ },
757
+ LessThan: {
758
+ kind: "method",
759
+ methodKind: "ordinary",
760
+ isStatic: true,
761
+ },
762
+ LessThanOrEquals: {
763
+ kind: "method",
764
+ methodKind: "ordinary",
765
+ isStatic: true,
766
+ },
767
+ NotEquals: {
768
+ kind: "method",
769
+ methodKind: "ordinary",
770
+ isStatic: true,
771
+ },
772
+ OnesComplement: {
773
+ kind: "method",
774
+ methodKind: "ordinary",
775
+ isStatic: true,
776
+ },
777
+ Or: {
778
+ kind: "method",
779
+ methodKind: "ordinary",
780
+ isStatic: true,
781
+ },
782
+ Parse: {
783
+ kind: "method",
784
+ methodKind: "ordinary",
785
+ isStatic: true,
786
+ },
787
+ ToSqlByte: {
788
+ kind: "method",
789
+ methodKind: "ordinary",
790
+ },
791
+ ToSqlDecimal: {
792
+ kind: "method",
793
+ methodKind: "ordinary",
794
+ },
795
+ ToSqlDouble: {
796
+ kind: "method",
797
+ methodKind: "ordinary",
798
+ },
799
+ ToSqlInt16: {
800
+ kind: "method",
801
+ methodKind: "ordinary",
802
+ },
803
+ ToSqlInt32: {
804
+ kind: "method",
805
+ methodKind: "ordinary",
806
+ },
807
+ ToSqlInt64: {
808
+ kind: "method",
809
+ methodKind: "ordinary",
810
+ },
811
+ ToSqlMoney: {
812
+ kind: "method",
813
+ methodKind: "ordinary",
814
+ },
815
+ ToSqlSingle: {
816
+ kind: "method",
817
+ methodKind: "ordinary",
818
+ },
819
+ ToSqlString: {
820
+ kind: "method",
821
+ methodKind: "ordinary",
822
+ },
823
+ ToString: {
824
+ kind: "method",
825
+ methodKind: "ordinary",
826
+ isOverride: true,
827
+ },
828
+ Xor: {
829
+ kind: "method",
830
+ methodKind: "ordinary",
831
+ isStatic: true,
832
+ },
833
+ ByteValue: {
834
+ kind: "property",
835
+ type: () => {
836
+ return System.Byte;
837
+ },
838
+ },
839
+ IsFalse: {
840
+ kind: "property",
841
+ type: () => {
842
+ return System.Boolean;
843
+ },
844
+ },
845
+ IsNull: {
846
+ kind: "property",
847
+ type: () => {
848
+ return System.Boolean;
849
+ },
850
+ },
851
+ IsTrue: {
852
+ kind: "property",
853
+ type: () => {
854
+ return System.Boolean;
855
+ },
856
+ },
857
+ Value: {
858
+ kind: "property",
859
+ type: () => {
860
+ return System.Boolean;
861
+ },
862
+ },
863
+ },
864
+ },
865
+ SqlByte: {
866
+ kind: "struct",
867
+ members: {
868
+ MaxValue: {
869
+ kind: "field",
870
+ type: () => {
871
+ return SqlTypes.SqlByte;
872
+ },
873
+ isStatic: true,
874
+ isReadOnly: true,
875
+ },
876
+ MinValue: {
877
+ kind: "field",
878
+ type: () => {
879
+ return SqlTypes.SqlByte;
880
+ },
881
+ isStatic: true,
882
+ isReadOnly: true,
883
+ },
884
+ Null: {
885
+ kind: "field",
886
+ type: () => {
887
+ return SqlTypes.SqlByte;
888
+ },
889
+ isStatic: true,
890
+ isReadOnly: true,
891
+ },
892
+ Zero: {
893
+ kind: "field",
894
+ type: () => {
895
+ return SqlTypes.SqlByte;
896
+ },
897
+ isStatic: true,
898
+ isReadOnly: true,
899
+ },
900
+ SqlByte: {
901
+ kind: "method",
902
+ methodKind: "constructor",
903
+ },
904
+ Add: {
905
+ kind: "method",
906
+ methodKind: "ordinary",
907
+ isStatic: true,
908
+ },
909
+ BitwiseAnd: {
910
+ kind: "method",
911
+ methodKind: "ordinary",
912
+ isStatic: true,
913
+ },
914
+ BitwiseOr: {
915
+ kind: "method",
916
+ methodKind: "ordinary",
917
+ isStatic: true,
918
+ },
919
+ CompareTo: {
920
+ kind: "method",
921
+ methodKind: "ordinary",
922
+ },
923
+ Divide: {
924
+ kind: "method",
925
+ methodKind: "ordinary",
926
+ isStatic: true,
927
+ },
928
+ Equals: {
929
+ kind: "method",
930
+ methodKind: "ordinary",
931
+ isStatic: true,
932
+ },
933
+ GetHashCode: {
934
+ kind: "method",
935
+ methodKind: "ordinary",
936
+ isOverride: true,
937
+ },
938
+ GetXsdType: {
939
+ kind: "method",
940
+ methodKind: "ordinary",
941
+ isStatic: true,
942
+ },
943
+ GreaterThan: {
944
+ kind: "method",
945
+ methodKind: "ordinary",
946
+ isStatic: true,
947
+ },
948
+ GreaterThanOrEqual: {
949
+ kind: "method",
950
+ methodKind: "ordinary",
951
+ isStatic: true,
952
+ },
953
+ LessThan: {
954
+ kind: "method",
955
+ methodKind: "ordinary",
956
+ isStatic: true,
957
+ },
958
+ LessThanOrEqual: {
959
+ kind: "method",
960
+ methodKind: "ordinary",
961
+ isStatic: true,
962
+ },
963
+ Mod: {
964
+ kind: "method",
965
+ methodKind: "ordinary",
966
+ isStatic: true,
967
+ },
968
+ Modulus: {
969
+ kind: "method",
970
+ methodKind: "ordinary",
971
+ isStatic: true,
972
+ },
973
+ Multiply: {
974
+ kind: "method",
975
+ methodKind: "ordinary",
976
+ isStatic: true,
977
+ },
978
+ NotEquals: {
979
+ kind: "method",
980
+ methodKind: "ordinary",
981
+ isStatic: true,
982
+ },
983
+ OnesComplement: {
984
+ kind: "method",
985
+ methodKind: "ordinary",
986
+ isStatic: true,
987
+ },
988
+ Parse: {
989
+ kind: "method",
990
+ methodKind: "ordinary",
991
+ isStatic: true,
992
+ },
993
+ Subtract: {
994
+ kind: "method",
995
+ methodKind: "ordinary",
996
+ isStatic: true,
997
+ },
998
+ ToSqlBoolean: {
999
+ kind: "method",
1000
+ methodKind: "ordinary",
1001
+ },
1002
+ ToSqlDecimal: {
1003
+ kind: "method",
1004
+ methodKind: "ordinary",
1005
+ },
1006
+ ToSqlDouble: {
1007
+ kind: "method",
1008
+ methodKind: "ordinary",
1009
+ },
1010
+ ToSqlInt16: {
1011
+ kind: "method",
1012
+ methodKind: "ordinary",
1013
+ },
1014
+ ToSqlInt32: {
1015
+ kind: "method",
1016
+ methodKind: "ordinary",
1017
+ },
1018
+ ToSqlInt64: {
1019
+ kind: "method",
1020
+ methodKind: "ordinary",
1021
+ },
1022
+ ToSqlMoney: {
1023
+ kind: "method",
1024
+ methodKind: "ordinary",
1025
+ },
1026
+ ToSqlSingle: {
1027
+ kind: "method",
1028
+ methodKind: "ordinary",
1029
+ },
1030
+ ToSqlString: {
1031
+ kind: "method",
1032
+ methodKind: "ordinary",
1033
+ },
1034
+ ToString: {
1035
+ kind: "method",
1036
+ methodKind: "ordinary",
1037
+ isOverride: true,
1038
+ },
1039
+ Xor: {
1040
+ kind: "method",
1041
+ methodKind: "ordinary",
1042
+ isStatic: true,
1043
+ },
1044
+ IsNull: {
1045
+ kind: "property",
1046
+ type: () => {
1047
+ return System.Boolean;
1048
+ },
1049
+ },
1050
+ Value: {
1051
+ kind: "property",
1052
+ type: () => {
1053
+ return System.Byte;
1054
+ },
1055
+ },
1056
+ },
1057
+ },
1058
+ SqlBytes: {
1059
+ kind: "class",
1060
+ members: {
1061
+ SqlBytes: {
1062
+ kind: "method",
1063
+ methodKind: "constructor",
1064
+ },
1065
+ GetXsdType: {
1066
+ kind: "method",
1067
+ methodKind: "ordinary",
1068
+ isStatic: true,
1069
+ },
1070
+ Read: {
1071
+ kind: "method",
1072
+ methodKind: "ordinary",
1073
+ },
1074
+ SetLength: {
1075
+ kind: "method",
1076
+ methodKind: "ordinary",
1077
+ },
1078
+ SetNull: {
1079
+ kind: "method",
1080
+ methodKind: "ordinary",
1081
+ },
1082
+ ToSqlBinary: {
1083
+ kind: "method",
1084
+ methodKind: "ordinary",
1085
+ },
1086
+ Write: {
1087
+ kind: "method",
1088
+ methodKind: "ordinary",
1089
+ },
1090
+ Buffer: {
1091
+ kind: "property",
1092
+ type: () => {
1093
+ return System.Array;
1094
+ },
1095
+ isNullable: true,
1096
+ },
1097
+ IsNull: {
1098
+ kind: "property",
1099
+ type: () => {
1100
+ return System.Boolean;
1101
+ },
1102
+ },
1103
+ Item: {
1104
+ kind: "property",
1105
+ type: () => {
1106
+ return System.Byte;
1107
+ },
1108
+ },
1109
+ Length: {
1110
+ kind: "property",
1111
+ type: () => {
1112
+ return System.Int64;
1113
+ },
1114
+ },
1115
+ MaxLength: {
1116
+ kind: "property",
1117
+ type: () => {
1118
+ return System.Int64;
1119
+ },
1120
+ },
1121
+ Null: {
1122
+ kind: "property",
1123
+ type: () => {
1124
+ return SqlTypes.SqlBytes;
1125
+ },
1126
+ isStatic: true,
1127
+ },
1128
+ Storage: {
1129
+ kind: "property",
1130
+ type: () => {
1131
+ return SqlTypes.StorageState;
1132
+ },
1133
+ },
1134
+ Stream: {
1135
+ kind: "property",
1136
+ type: () => {
1137
+ return IO.Stream;
1138
+ },
1139
+ },
1140
+ Value: {
1141
+ kind: "property",
1142
+ type: () => {
1143
+ return System.Array;
1144
+ },
1145
+ },
1146
+ },
1147
+ isSealed: true,
1148
+ },
1149
+ SqlChars: {
1150
+ kind: "class",
1151
+ members: {
1152
+ SqlChars: {
1153
+ kind: "method",
1154
+ methodKind: "constructor",
1155
+ },
1156
+ GetXsdType: {
1157
+ kind: "method",
1158
+ methodKind: "ordinary",
1159
+ isStatic: true,
1160
+ },
1161
+ Read: {
1162
+ kind: "method",
1163
+ methodKind: "ordinary",
1164
+ },
1165
+ SetLength: {
1166
+ kind: "method",
1167
+ methodKind: "ordinary",
1168
+ },
1169
+ SetNull: {
1170
+ kind: "method",
1171
+ methodKind: "ordinary",
1172
+ },
1173
+ ToSqlString: {
1174
+ kind: "method",
1175
+ methodKind: "ordinary",
1176
+ },
1177
+ Write: {
1178
+ kind: "method",
1179
+ methodKind: "ordinary",
1180
+ },
1181
+ Buffer: {
1182
+ kind: "property",
1183
+ type: () => {
1184
+ return System.Array;
1185
+ },
1186
+ isNullable: true,
1187
+ },
1188
+ IsNull: {
1189
+ kind: "property",
1190
+ type: () => {
1191
+ return System.Boolean;
1192
+ },
1193
+ },
1194
+ Item: {
1195
+ kind: "property",
1196
+ type: () => {
1197
+ return System.Char;
1198
+ },
1199
+ },
1200
+ Length: {
1201
+ kind: "property",
1202
+ type: () => {
1203
+ return System.Int64;
1204
+ },
1205
+ },
1206
+ MaxLength: {
1207
+ kind: "property",
1208
+ type: () => {
1209
+ return System.Int64;
1210
+ },
1211
+ },
1212
+ Null: {
1213
+ kind: "property",
1214
+ type: () => {
1215
+ return SqlTypes.SqlChars;
1216
+ },
1217
+ isStatic: true,
1218
+ },
1219
+ Storage: {
1220
+ kind: "property",
1221
+ type: () => {
1222
+ return SqlTypes.StorageState;
1223
+ },
1224
+ },
1225
+ Value: {
1226
+ kind: "property",
1227
+ type: () => {
1228
+ return System.Array;
1229
+ },
1230
+ },
1231
+ },
1232
+ isSealed: true,
1233
+ },
1234
+ SqlCompareOptions: {
1235
+ kind: "enum",
1236
+ members: {
1237
+ None: {
1238
+ kind: "field",
1239
+ type: () => {
1240
+ return SqlTypes.SqlCompareOptions;
1241
+ },
1242
+ },
1243
+ IgnoreCase: {
1244
+ kind: "field",
1245
+ type: () => {
1246
+ return SqlTypes.SqlCompareOptions;
1247
+ },
1248
+ },
1249
+ IgnoreNonSpace: {
1250
+ kind: "field",
1251
+ type: () => {
1252
+ return SqlTypes.SqlCompareOptions;
1253
+ },
1254
+ },
1255
+ IgnoreKanaType: {
1256
+ kind: "field",
1257
+ type: () => {
1258
+ return SqlTypes.SqlCompareOptions;
1259
+ },
1260
+ },
1261
+ IgnoreWidth: {
1262
+ kind: "field",
1263
+ type: () => {
1264
+ return SqlTypes.SqlCompareOptions;
1265
+ },
1266
+ },
1267
+ BinarySort2: {
1268
+ kind: "field",
1269
+ type: () => {
1270
+ return SqlTypes.SqlCompareOptions;
1271
+ },
1272
+ },
1273
+ BinarySort: {
1274
+ kind: "field",
1275
+ type: () => {
1276
+ return SqlTypes.SqlCompareOptions;
1277
+ },
1278
+ },
1279
+ },
1280
+ },
1281
+ SqlDateTime: {
1282
+ kind: "struct",
1283
+ members: {
1284
+ MaxValue: {
1285
+ kind: "field",
1286
+ type: () => {
1287
+ return SqlTypes.SqlDateTime;
1288
+ },
1289
+ isStatic: true,
1290
+ isReadOnly: true,
1291
+ },
1292
+ MinValue: {
1293
+ kind: "field",
1294
+ type: () => {
1295
+ return SqlTypes.SqlDateTime;
1296
+ },
1297
+ isStatic: true,
1298
+ isReadOnly: true,
1299
+ },
1300
+ Null: {
1301
+ kind: "field",
1302
+ type: () => {
1303
+ return SqlTypes.SqlDateTime;
1304
+ },
1305
+ isStatic: true,
1306
+ isReadOnly: true,
1307
+ },
1308
+ SQLTicksPerHour: {
1309
+ kind: "field",
1310
+ type: () => {
1311
+ return System.Int32;
1312
+ },
1313
+ isStatic: true,
1314
+ isReadOnly: true,
1315
+ },
1316
+ SQLTicksPerMinute: {
1317
+ kind: "field",
1318
+ type: () => {
1319
+ return System.Int32;
1320
+ },
1321
+ isStatic: true,
1322
+ isReadOnly: true,
1323
+ },
1324
+ SQLTicksPerSecond: {
1325
+ kind: "field",
1326
+ type: () => {
1327
+ return System.Int32;
1328
+ },
1329
+ isStatic: true,
1330
+ isReadOnly: true,
1331
+ },
1332
+ SqlDateTime: {
1333
+ kind: "method",
1334
+ methodKind: "constructor",
1335
+ },
1336
+ Add: {
1337
+ kind: "method",
1338
+ methodKind: "ordinary",
1339
+ isStatic: true,
1340
+ },
1341
+ CompareTo: {
1342
+ kind: "method",
1343
+ methodKind: "ordinary",
1344
+ },
1345
+ Equals: {
1346
+ kind: "method",
1347
+ methodKind: "ordinary",
1348
+ isStatic: true,
1349
+ },
1350
+ GetHashCode: {
1351
+ kind: "method",
1352
+ methodKind: "ordinary",
1353
+ isOverride: true,
1354
+ },
1355
+ GetXsdType: {
1356
+ kind: "method",
1357
+ methodKind: "ordinary",
1358
+ isStatic: true,
1359
+ },
1360
+ GreaterThan: {
1361
+ kind: "method",
1362
+ methodKind: "ordinary",
1363
+ isStatic: true,
1364
+ },
1365
+ GreaterThanOrEqual: {
1366
+ kind: "method",
1367
+ methodKind: "ordinary",
1368
+ isStatic: true,
1369
+ },
1370
+ LessThan: {
1371
+ kind: "method",
1372
+ methodKind: "ordinary",
1373
+ isStatic: true,
1374
+ },
1375
+ LessThanOrEqual: {
1376
+ kind: "method",
1377
+ methodKind: "ordinary",
1378
+ isStatic: true,
1379
+ },
1380
+ NotEquals: {
1381
+ kind: "method",
1382
+ methodKind: "ordinary",
1383
+ isStatic: true,
1384
+ },
1385
+ Parse: {
1386
+ kind: "method",
1387
+ methodKind: "ordinary",
1388
+ isStatic: true,
1389
+ },
1390
+ Subtract: {
1391
+ kind: "method",
1392
+ methodKind: "ordinary",
1393
+ isStatic: true,
1394
+ },
1395
+ ToSqlString: {
1396
+ kind: "method",
1397
+ methodKind: "ordinary",
1398
+ },
1399
+ ToString: {
1400
+ kind: "method",
1401
+ methodKind: "ordinary",
1402
+ isOverride: true,
1403
+ },
1404
+ DayTicks: {
1405
+ kind: "property",
1406
+ type: () => {
1407
+ return System.Int32;
1408
+ },
1409
+ },
1410
+ IsNull: {
1411
+ kind: "property",
1412
+ type: () => {
1413
+ return System.Boolean;
1414
+ },
1415
+ },
1416
+ TimeTicks: {
1417
+ kind: "property",
1418
+ type: () => {
1419
+ return System.Int32;
1420
+ },
1421
+ },
1422
+ Value: {
1423
+ kind: "property",
1424
+ type: () => {
1425
+ return System.DateTime;
1426
+ },
1427
+ },
1428
+ },
1429
+ },
1430
+ SqlDecimal: {
1431
+ kind: "struct",
1432
+ members: {
1433
+ MaxPrecision: {
1434
+ kind: "field",
1435
+ type: () => {
1436
+ return System.Byte;
1437
+ },
1438
+ isStatic: true,
1439
+ isReadOnly: true,
1440
+ },
1441
+ MaxScale: {
1442
+ kind: "field",
1443
+ type: () => {
1444
+ return System.Byte;
1445
+ },
1446
+ isStatic: true,
1447
+ isReadOnly: true,
1448
+ },
1449
+ MaxValue: {
1450
+ kind: "field",
1451
+ type: () => {
1452
+ return SqlTypes.SqlDecimal;
1453
+ },
1454
+ isStatic: true,
1455
+ isReadOnly: true,
1456
+ },
1457
+ MinValue: {
1458
+ kind: "field",
1459
+ type: () => {
1460
+ return SqlTypes.SqlDecimal;
1461
+ },
1462
+ isStatic: true,
1463
+ isReadOnly: true,
1464
+ },
1465
+ Null: {
1466
+ kind: "field",
1467
+ type: () => {
1468
+ return SqlTypes.SqlDecimal;
1469
+ },
1470
+ isStatic: true,
1471
+ isReadOnly: true,
1472
+ },
1473
+ SqlDecimal: {
1474
+ kind: "method",
1475
+ methodKind: "constructor",
1476
+ },
1477
+ Abs: {
1478
+ kind: "method",
1479
+ methodKind: "ordinary",
1480
+ isStatic: true,
1481
+ },
1482
+ Add: {
1483
+ kind: "method",
1484
+ methodKind: "ordinary",
1485
+ isStatic: true,
1486
+ },
1487
+ AdjustScale: {
1488
+ kind: "method",
1489
+ methodKind: "ordinary",
1490
+ isStatic: true,
1491
+ },
1492
+ Ceiling: {
1493
+ kind: "method",
1494
+ methodKind: "ordinary",
1495
+ isStatic: true,
1496
+ },
1497
+ CompareTo: {
1498
+ kind: "method",
1499
+ methodKind: "ordinary",
1500
+ },
1501
+ ConvertToPrecScale: {
1502
+ kind: "method",
1503
+ methodKind: "ordinary",
1504
+ isStatic: true,
1505
+ },
1506
+ Divide: {
1507
+ kind: "method",
1508
+ methodKind: "ordinary",
1509
+ isStatic: true,
1510
+ },
1511
+ Equals: {
1512
+ kind: "method",
1513
+ methodKind: "ordinary",
1514
+ isStatic: true,
1515
+ },
1516
+ Floor: {
1517
+ kind: "method",
1518
+ methodKind: "ordinary",
1519
+ isStatic: true,
1520
+ },
1521
+ GetHashCode: {
1522
+ kind: "method",
1523
+ methodKind: "ordinary",
1524
+ isOverride: true,
1525
+ },
1526
+ GetXsdType: {
1527
+ kind: "method",
1528
+ methodKind: "ordinary",
1529
+ isStatic: true,
1530
+ },
1531
+ GreaterThan: {
1532
+ kind: "method",
1533
+ methodKind: "ordinary",
1534
+ isStatic: true,
1535
+ },
1536
+ GreaterThanOrEqual: {
1537
+ kind: "method",
1538
+ methodKind: "ordinary",
1539
+ isStatic: true,
1540
+ },
1541
+ LessThan: {
1542
+ kind: "method",
1543
+ methodKind: "ordinary",
1544
+ isStatic: true,
1545
+ },
1546
+ LessThanOrEqual: {
1547
+ kind: "method",
1548
+ methodKind: "ordinary",
1549
+ isStatic: true,
1550
+ },
1551
+ Multiply: {
1552
+ kind: "method",
1553
+ methodKind: "ordinary",
1554
+ isStatic: true,
1555
+ },
1556
+ NotEquals: {
1557
+ kind: "method",
1558
+ methodKind: "ordinary",
1559
+ isStatic: true,
1560
+ },
1561
+ Parse: {
1562
+ kind: "method",
1563
+ methodKind: "ordinary",
1564
+ isStatic: true,
1565
+ },
1566
+ Power: {
1567
+ kind: "method",
1568
+ methodKind: "ordinary",
1569
+ isStatic: true,
1570
+ },
1571
+ Round: {
1572
+ kind: "method",
1573
+ methodKind: "ordinary",
1574
+ isStatic: true,
1575
+ },
1576
+ Sign: {
1577
+ kind: "method",
1578
+ methodKind: "ordinary",
1579
+ isStatic: true,
1580
+ },
1581
+ Subtract: {
1582
+ kind: "method",
1583
+ methodKind: "ordinary",
1584
+ isStatic: true,
1585
+ },
1586
+ ToDouble: {
1587
+ kind: "method",
1588
+ methodKind: "ordinary",
1589
+ },
1590
+ ToSqlBoolean: {
1591
+ kind: "method",
1592
+ methodKind: "ordinary",
1593
+ },
1594
+ ToSqlByte: {
1595
+ kind: "method",
1596
+ methodKind: "ordinary",
1597
+ },
1598
+ ToSqlDouble: {
1599
+ kind: "method",
1600
+ methodKind: "ordinary",
1601
+ },
1602
+ ToSqlInt16: {
1603
+ kind: "method",
1604
+ methodKind: "ordinary",
1605
+ },
1606
+ ToSqlInt32: {
1607
+ kind: "method",
1608
+ methodKind: "ordinary",
1609
+ },
1610
+ ToSqlInt64: {
1611
+ kind: "method",
1612
+ methodKind: "ordinary",
1613
+ },
1614
+ ToSqlMoney: {
1615
+ kind: "method",
1616
+ methodKind: "ordinary",
1617
+ },
1618
+ ToSqlSingle: {
1619
+ kind: "method",
1620
+ methodKind: "ordinary",
1621
+ },
1622
+ ToSqlString: {
1623
+ kind: "method",
1624
+ methodKind: "ordinary",
1625
+ },
1626
+ ToString: {
1627
+ kind: "method",
1628
+ methodKind: "ordinary",
1629
+ isOverride: true,
1630
+ },
1631
+ Truncate: {
1632
+ kind: "method",
1633
+ methodKind: "ordinary",
1634
+ isStatic: true,
1635
+ },
1636
+ WriteTdsValue: {
1637
+ kind: "method",
1638
+ methodKind: "ordinary",
1639
+ },
1640
+ BinData: {
1641
+ kind: "property",
1642
+ type: () => {
1643
+ return System.Array;
1644
+ },
1645
+ },
1646
+ Data: {
1647
+ kind: "property",
1648
+ type: () => {
1649
+ return System.Array;
1650
+ },
1651
+ },
1652
+ IsNull: {
1653
+ kind: "property",
1654
+ type: () => {
1655
+ return System.Boolean;
1656
+ },
1657
+ },
1658
+ IsPositive: {
1659
+ kind: "property",
1660
+ type: () => {
1661
+ return System.Boolean;
1662
+ },
1663
+ },
1664
+ Precision: {
1665
+ kind: "property",
1666
+ type: () => {
1667
+ return System.Byte;
1668
+ },
1669
+ },
1670
+ Scale: {
1671
+ kind: "property",
1672
+ type: () => {
1673
+ return System.Byte;
1674
+ },
1675
+ },
1676
+ Value: {
1677
+ kind: "property",
1678
+ type: () => {
1679
+ return System.Decimal;
1680
+ },
1681
+ },
1682
+ },
1683
+ },
1684
+ SqlDouble: {
1685
+ kind: "struct",
1686
+ members: {
1687
+ MaxValue: {
1688
+ kind: "field",
1689
+ type: () => {
1690
+ return SqlTypes.SqlDouble;
1691
+ },
1692
+ isStatic: true,
1693
+ isReadOnly: true,
1694
+ },
1695
+ MinValue: {
1696
+ kind: "field",
1697
+ type: () => {
1698
+ return SqlTypes.SqlDouble;
1699
+ },
1700
+ isStatic: true,
1701
+ isReadOnly: true,
1702
+ },
1703
+ Null: {
1704
+ kind: "field",
1705
+ type: () => {
1706
+ return SqlTypes.SqlDouble;
1707
+ },
1708
+ isStatic: true,
1709
+ isReadOnly: true,
1710
+ },
1711
+ Zero: {
1712
+ kind: "field",
1713
+ type: () => {
1714
+ return SqlTypes.SqlDouble;
1715
+ },
1716
+ isStatic: true,
1717
+ isReadOnly: true,
1718
+ },
1719
+ SqlDouble: {
1720
+ kind: "method",
1721
+ methodKind: "constructor",
1722
+ },
1723
+ Add: {
1724
+ kind: "method",
1725
+ methodKind: "ordinary",
1726
+ isStatic: true,
1727
+ },
1728
+ CompareTo: {
1729
+ kind: "method",
1730
+ methodKind: "ordinary",
1731
+ },
1732
+ Divide: {
1733
+ kind: "method",
1734
+ methodKind: "ordinary",
1735
+ isStatic: true,
1736
+ },
1737
+ Equals: {
1738
+ kind: "method",
1739
+ methodKind: "ordinary",
1740
+ isStatic: true,
1741
+ },
1742
+ GetHashCode: {
1743
+ kind: "method",
1744
+ methodKind: "ordinary",
1745
+ isOverride: true,
1746
+ },
1747
+ GetXsdType: {
1748
+ kind: "method",
1749
+ methodKind: "ordinary",
1750
+ isStatic: true,
1751
+ },
1752
+ GreaterThan: {
1753
+ kind: "method",
1754
+ methodKind: "ordinary",
1755
+ isStatic: true,
1756
+ },
1757
+ GreaterThanOrEqual: {
1758
+ kind: "method",
1759
+ methodKind: "ordinary",
1760
+ isStatic: true,
1761
+ },
1762
+ LessThan: {
1763
+ kind: "method",
1764
+ methodKind: "ordinary",
1765
+ isStatic: true,
1766
+ },
1767
+ LessThanOrEqual: {
1768
+ kind: "method",
1769
+ methodKind: "ordinary",
1770
+ isStatic: true,
1771
+ },
1772
+ Multiply: {
1773
+ kind: "method",
1774
+ methodKind: "ordinary",
1775
+ isStatic: true,
1776
+ },
1777
+ NotEquals: {
1778
+ kind: "method",
1779
+ methodKind: "ordinary",
1780
+ isStatic: true,
1781
+ },
1782
+ Parse: {
1783
+ kind: "method",
1784
+ methodKind: "ordinary",
1785
+ isStatic: true,
1786
+ },
1787
+ Subtract: {
1788
+ kind: "method",
1789
+ methodKind: "ordinary",
1790
+ isStatic: true,
1791
+ },
1792
+ ToSqlBoolean: {
1793
+ kind: "method",
1794
+ methodKind: "ordinary",
1795
+ },
1796
+ ToSqlByte: {
1797
+ kind: "method",
1798
+ methodKind: "ordinary",
1799
+ },
1800
+ ToSqlDecimal: {
1801
+ kind: "method",
1802
+ methodKind: "ordinary",
1803
+ },
1804
+ ToSqlInt16: {
1805
+ kind: "method",
1806
+ methodKind: "ordinary",
1807
+ },
1808
+ ToSqlInt32: {
1809
+ kind: "method",
1810
+ methodKind: "ordinary",
1811
+ },
1812
+ ToSqlInt64: {
1813
+ kind: "method",
1814
+ methodKind: "ordinary",
1815
+ },
1816
+ ToSqlMoney: {
1817
+ kind: "method",
1818
+ methodKind: "ordinary",
1819
+ },
1820
+ ToSqlSingle: {
1821
+ kind: "method",
1822
+ methodKind: "ordinary",
1823
+ },
1824
+ ToSqlString: {
1825
+ kind: "method",
1826
+ methodKind: "ordinary",
1827
+ },
1828
+ ToString: {
1829
+ kind: "method",
1830
+ methodKind: "ordinary",
1831
+ isOverride: true,
1832
+ },
1833
+ IsNull: {
1834
+ kind: "property",
1835
+ type: () => {
1836
+ return System.Boolean;
1837
+ },
1838
+ },
1839
+ Value: {
1840
+ kind: "property",
1841
+ type: () => {
1842
+ return System.Double;
1843
+ },
1844
+ },
1845
+ },
1846
+ },
1847
+ SqlGuid: {
1848
+ kind: "struct",
1849
+ members: {
1850
+ Null: {
1851
+ kind: "field",
1852
+ type: () => {
1853
+ return SqlTypes.SqlGuid;
1854
+ },
1855
+ isStatic: true,
1856
+ isReadOnly: true,
1857
+ },
1858
+ SqlGuid: {
1859
+ kind: "method",
1860
+ methodKind: "constructor",
1861
+ },
1862
+ CompareTo: {
1863
+ kind: "method",
1864
+ methodKind: "ordinary",
1865
+ },
1866
+ Equals: {
1867
+ kind: "method",
1868
+ methodKind: "ordinary",
1869
+ isStatic: true,
1870
+ },
1871
+ GetHashCode: {
1872
+ kind: "method",
1873
+ methodKind: "ordinary",
1874
+ isOverride: true,
1875
+ },
1876
+ GetXsdType: {
1877
+ kind: "method",
1878
+ methodKind: "ordinary",
1879
+ isStatic: true,
1880
+ },
1881
+ GreaterThan: {
1882
+ kind: "method",
1883
+ methodKind: "ordinary",
1884
+ isStatic: true,
1885
+ },
1886
+ GreaterThanOrEqual: {
1887
+ kind: "method",
1888
+ methodKind: "ordinary",
1889
+ isStatic: true,
1890
+ },
1891
+ LessThan: {
1892
+ kind: "method",
1893
+ methodKind: "ordinary",
1894
+ isStatic: true,
1895
+ },
1896
+ LessThanOrEqual: {
1897
+ kind: "method",
1898
+ methodKind: "ordinary",
1899
+ isStatic: true,
1900
+ },
1901
+ NotEquals: {
1902
+ kind: "method",
1903
+ methodKind: "ordinary",
1904
+ isStatic: true,
1905
+ },
1906
+ Parse: {
1907
+ kind: "method",
1908
+ methodKind: "ordinary",
1909
+ isStatic: true,
1910
+ },
1911
+ ToByteArray: {
1912
+ kind: "method",
1913
+ methodKind: "ordinary",
1914
+ },
1915
+ ToSqlBinary: {
1916
+ kind: "method",
1917
+ methodKind: "ordinary",
1918
+ },
1919
+ ToSqlString: {
1920
+ kind: "method",
1921
+ methodKind: "ordinary",
1922
+ },
1923
+ ToString: {
1924
+ kind: "method",
1925
+ methodKind: "ordinary",
1926
+ isOverride: true,
1927
+ },
1928
+ IsNull: {
1929
+ kind: "property",
1930
+ type: () => {
1931
+ return System.Boolean;
1932
+ },
1933
+ },
1934
+ Value: {
1935
+ kind: "property",
1936
+ type: () => {
1937
+ return System.Guid;
1938
+ },
1939
+ },
1940
+ },
1941
+ },
1942
+ SqlInt16: {
1943
+ kind: "struct",
1944
+ members: {
1945
+ MaxValue: {
1946
+ kind: "field",
1947
+ type: () => {
1948
+ return SqlTypes.SqlInt16;
1949
+ },
1950
+ isStatic: true,
1951
+ isReadOnly: true,
1952
+ },
1953
+ MinValue: {
1954
+ kind: "field",
1955
+ type: () => {
1956
+ return SqlTypes.SqlInt16;
1957
+ },
1958
+ isStatic: true,
1959
+ isReadOnly: true,
1960
+ },
1961
+ Null: {
1962
+ kind: "field",
1963
+ type: () => {
1964
+ return SqlTypes.SqlInt16;
1965
+ },
1966
+ isStatic: true,
1967
+ isReadOnly: true,
1968
+ },
1969
+ Zero: {
1970
+ kind: "field",
1971
+ type: () => {
1972
+ return SqlTypes.SqlInt16;
1973
+ },
1974
+ isStatic: true,
1975
+ isReadOnly: true,
1976
+ },
1977
+ SqlInt16: {
1978
+ kind: "method",
1979
+ methodKind: "constructor",
1980
+ },
1981
+ Add: {
1982
+ kind: "method",
1983
+ methodKind: "ordinary",
1984
+ isStatic: true,
1985
+ },
1986
+ BitwiseAnd: {
1987
+ kind: "method",
1988
+ methodKind: "ordinary",
1989
+ isStatic: true,
1990
+ },
1991
+ BitwiseOr: {
1992
+ kind: "method",
1993
+ methodKind: "ordinary",
1994
+ isStatic: true,
1995
+ },
1996
+ CompareTo: {
1997
+ kind: "method",
1998
+ methodKind: "ordinary",
1999
+ },
2000
+ Divide: {
2001
+ kind: "method",
2002
+ methodKind: "ordinary",
2003
+ isStatic: true,
2004
+ },
2005
+ Equals: {
2006
+ kind: "method",
2007
+ methodKind: "ordinary",
2008
+ isStatic: true,
2009
+ },
2010
+ GetHashCode: {
2011
+ kind: "method",
2012
+ methodKind: "ordinary",
2013
+ isOverride: true,
2014
+ },
2015
+ GetXsdType: {
2016
+ kind: "method",
2017
+ methodKind: "ordinary",
2018
+ isStatic: true,
2019
+ },
2020
+ GreaterThan: {
2021
+ kind: "method",
2022
+ methodKind: "ordinary",
2023
+ isStatic: true,
2024
+ },
2025
+ GreaterThanOrEqual: {
2026
+ kind: "method",
2027
+ methodKind: "ordinary",
2028
+ isStatic: true,
2029
+ },
2030
+ LessThan: {
2031
+ kind: "method",
2032
+ methodKind: "ordinary",
2033
+ isStatic: true,
2034
+ },
2035
+ LessThanOrEqual: {
2036
+ kind: "method",
2037
+ methodKind: "ordinary",
2038
+ isStatic: true,
2039
+ },
2040
+ Mod: {
2041
+ kind: "method",
2042
+ methodKind: "ordinary",
2043
+ isStatic: true,
2044
+ },
2045
+ Modulus: {
2046
+ kind: "method",
2047
+ methodKind: "ordinary",
2048
+ isStatic: true,
2049
+ },
2050
+ Multiply: {
2051
+ kind: "method",
2052
+ methodKind: "ordinary",
2053
+ isStatic: true,
2054
+ },
2055
+ NotEquals: {
2056
+ kind: "method",
2057
+ methodKind: "ordinary",
2058
+ isStatic: true,
2059
+ },
2060
+ OnesComplement: {
2061
+ kind: "method",
2062
+ methodKind: "ordinary",
2063
+ isStatic: true,
2064
+ },
2065
+ Parse: {
2066
+ kind: "method",
2067
+ methodKind: "ordinary",
2068
+ isStatic: true,
2069
+ },
2070
+ Subtract: {
2071
+ kind: "method",
2072
+ methodKind: "ordinary",
2073
+ isStatic: true,
2074
+ },
2075
+ ToSqlBoolean: {
2076
+ kind: "method",
2077
+ methodKind: "ordinary",
2078
+ },
2079
+ ToSqlByte: {
2080
+ kind: "method",
2081
+ methodKind: "ordinary",
2082
+ },
2083
+ ToSqlDecimal: {
2084
+ kind: "method",
2085
+ methodKind: "ordinary",
2086
+ },
2087
+ ToSqlDouble: {
2088
+ kind: "method",
2089
+ methodKind: "ordinary",
2090
+ },
2091
+ ToSqlInt32: {
2092
+ kind: "method",
2093
+ methodKind: "ordinary",
2094
+ },
2095
+ ToSqlInt64: {
2096
+ kind: "method",
2097
+ methodKind: "ordinary",
2098
+ },
2099
+ ToSqlMoney: {
2100
+ kind: "method",
2101
+ methodKind: "ordinary",
2102
+ },
2103
+ ToSqlSingle: {
2104
+ kind: "method",
2105
+ methodKind: "ordinary",
2106
+ },
2107
+ ToSqlString: {
2108
+ kind: "method",
2109
+ methodKind: "ordinary",
2110
+ },
2111
+ ToString: {
2112
+ kind: "method",
2113
+ methodKind: "ordinary",
2114
+ isOverride: true,
2115
+ },
2116
+ Xor: {
2117
+ kind: "method",
2118
+ methodKind: "ordinary",
2119
+ isStatic: true,
2120
+ },
2121
+ IsNull: {
2122
+ kind: "property",
2123
+ type: () => {
2124
+ return System.Boolean;
2125
+ },
2126
+ },
2127
+ Value: {
2128
+ kind: "property",
2129
+ type: () => {
2130
+ return System.Int16;
2131
+ },
2132
+ },
2133
+ },
2134
+ },
2135
+ SqlInt32: {
2136
+ kind: "struct",
2137
+ members: {
2138
+ MaxValue: {
2139
+ kind: "field",
2140
+ type: () => {
2141
+ return SqlTypes.SqlInt32;
2142
+ },
2143
+ isStatic: true,
2144
+ isReadOnly: true,
2145
+ },
2146
+ MinValue: {
2147
+ kind: "field",
2148
+ type: () => {
2149
+ return SqlTypes.SqlInt32;
2150
+ },
2151
+ isStatic: true,
2152
+ isReadOnly: true,
2153
+ },
2154
+ Null: {
2155
+ kind: "field",
2156
+ type: () => {
2157
+ return SqlTypes.SqlInt32;
2158
+ },
2159
+ isStatic: true,
2160
+ isReadOnly: true,
2161
+ },
2162
+ Zero: {
2163
+ kind: "field",
2164
+ type: () => {
2165
+ return SqlTypes.SqlInt32;
2166
+ },
2167
+ isStatic: true,
2168
+ isReadOnly: true,
2169
+ },
2170
+ SqlInt32: {
2171
+ kind: "method",
2172
+ methodKind: "constructor",
2173
+ },
2174
+ Add: {
2175
+ kind: "method",
2176
+ methodKind: "ordinary",
2177
+ isStatic: true,
2178
+ },
2179
+ BitwiseAnd: {
2180
+ kind: "method",
2181
+ methodKind: "ordinary",
2182
+ isStatic: true,
2183
+ },
2184
+ BitwiseOr: {
2185
+ kind: "method",
2186
+ methodKind: "ordinary",
2187
+ isStatic: true,
2188
+ },
2189
+ CompareTo: {
2190
+ kind: "method",
2191
+ methodKind: "ordinary",
2192
+ },
2193
+ Divide: {
2194
+ kind: "method",
2195
+ methodKind: "ordinary",
2196
+ isStatic: true,
2197
+ },
2198
+ Equals: {
2199
+ kind: "method",
2200
+ methodKind: "ordinary",
2201
+ isStatic: true,
2202
+ },
2203
+ GetHashCode: {
2204
+ kind: "method",
2205
+ methodKind: "ordinary",
2206
+ isOverride: true,
2207
+ },
2208
+ GetXsdType: {
2209
+ kind: "method",
2210
+ methodKind: "ordinary",
2211
+ isStatic: true,
2212
+ },
2213
+ GreaterThan: {
2214
+ kind: "method",
2215
+ methodKind: "ordinary",
2216
+ isStatic: true,
2217
+ },
2218
+ GreaterThanOrEqual: {
2219
+ kind: "method",
2220
+ methodKind: "ordinary",
2221
+ isStatic: true,
2222
+ },
2223
+ LessThan: {
2224
+ kind: "method",
2225
+ methodKind: "ordinary",
2226
+ isStatic: true,
2227
+ },
2228
+ LessThanOrEqual: {
2229
+ kind: "method",
2230
+ methodKind: "ordinary",
2231
+ isStatic: true,
2232
+ },
2233
+ Mod: {
2234
+ kind: "method",
2235
+ methodKind: "ordinary",
2236
+ isStatic: true,
2237
+ },
2238
+ Modulus: {
2239
+ kind: "method",
2240
+ methodKind: "ordinary",
2241
+ isStatic: true,
2242
+ },
2243
+ Multiply: {
2244
+ kind: "method",
2245
+ methodKind: "ordinary",
2246
+ isStatic: true,
2247
+ },
2248
+ NotEquals: {
2249
+ kind: "method",
2250
+ methodKind: "ordinary",
2251
+ isStatic: true,
2252
+ },
2253
+ OnesComplement: {
2254
+ kind: "method",
2255
+ methodKind: "ordinary",
2256
+ isStatic: true,
2257
+ },
2258
+ Parse: {
2259
+ kind: "method",
2260
+ methodKind: "ordinary",
2261
+ isStatic: true,
2262
+ },
2263
+ Subtract: {
2264
+ kind: "method",
2265
+ methodKind: "ordinary",
2266
+ isStatic: true,
2267
+ },
2268
+ ToSqlBoolean: {
2269
+ kind: "method",
2270
+ methodKind: "ordinary",
2271
+ },
2272
+ ToSqlByte: {
2273
+ kind: "method",
2274
+ methodKind: "ordinary",
2275
+ },
2276
+ ToSqlDecimal: {
2277
+ kind: "method",
2278
+ methodKind: "ordinary",
2279
+ },
2280
+ ToSqlDouble: {
2281
+ kind: "method",
2282
+ methodKind: "ordinary",
2283
+ },
2284
+ ToSqlInt16: {
2285
+ kind: "method",
2286
+ methodKind: "ordinary",
2287
+ },
2288
+ ToSqlInt64: {
2289
+ kind: "method",
2290
+ methodKind: "ordinary",
2291
+ },
2292
+ ToSqlMoney: {
2293
+ kind: "method",
2294
+ methodKind: "ordinary",
2295
+ },
2296
+ ToSqlSingle: {
2297
+ kind: "method",
2298
+ methodKind: "ordinary",
2299
+ },
2300
+ ToSqlString: {
2301
+ kind: "method",
2302
+ methodKind: "ordinary",
2303
+ },
2304
+ ToString: {
2305
+ kind: "method",
2306
+ methodKind: "ordinary",
2307
+ isOverride: true,
2308
+ },
2309
+ Xor: {
2310
+ kind: "method",
2311
+ methodKind: "ordinary",
2312
+ isStatic: true,
2313
+ },
2314
+ IsNull: {
2315
+ kind: "property",
2316
+ type: () => {
2317
+ return System.Boolean;
2318
+ },
2319
+ },
2320
+ Value: {
2321
+ kind: "property",
2322
+ type: () => {
2323
+ return System.Int32;
2324
+ },
2325
+ },
2326
+ },
2327
+ },
2328
+ SqlInt64: {
2329
+ kind: "struct",
2330
+ members: {
2331
+ MaxValue: {
2332
+ kind: "field",
2333
+ type: () => {
2334
+ return SqlTypes.SqlInt64;
2335
+ },
2336
+ isStatic: true,
2337
+ isReadOnly: true,
2338
+ },
2339
+ MinValue: {
2340
+ kind: "field",
2341
+ type: () => {
2342
+ return SqlTypes.SqlInt64;
2343
+ },
2344
+ isStatic: true,
2345
+ isReadOnly: true,
2346
+ },
2347
+ Null: {
2348
+ kind: "field",
2349
+ type: () => {
2350
+ return SqlTypes.SqlInt64;
2351
+ },
2352
+ isStatic: true,
2353
+ isReadOnly: true,
2354
+ },
2355
+ Zero: {
2356
+ kind: "field",
2357
+ type: () => {
2358
+ return SqlTypes.SqlInt64;
2359
+ },
2360
+ isStatic: true,
2361
+ isReadOnly: true,
2362
+ },
2363
+ SqlInt64: {
2364
+ kind: "method",
2365
+ methodKind: "constructor",
2366
+ },
2367
+ Add: {
2368
+ kind: "method",
2369
+ methodKind: "ordinary",
2370
+ isStatic: true,
2371
+ },
2372
+ BitwiseAnd: {
2373
+ kind: "method",
2374
+ methodKind: "ordinary",
2375
+ isStatic: true,
2376
+ },
2377
+ BitwiseOr: {
2378
+ kind: "method",
2379
+ methodKind: "ordinary",
2380
+ isStatic: true,
2381
+ },
2382
+ CompareTo: {
2383
+ kind: "method",
2384
+ methodKind: "ordinary",
2385
+ },
2386
+ Divide: {
2387
+ kind: "method",
2388
+ methodKind: "ordinary",
2389
+ isStatic: true,
2390
+ },
2391
+ Equals: {
2392
+ kind: "method",
2393
+ methodKind: "ordinary",
2394
+ isStatic: true,
2395
+ },
2396
+ GetHashCode: {
2397
+ kind: "method",
2398
+ methodKind: "ordinary",
2399
+ isOverride: true,
2400
+ },
2401
+ GetXsdType: {
2402
+ kind: "method",
2403
+ methodKind: "ordinary",
2404
+ isStatic: true,
2405
+ },
2406
+ GreaterThan: {
2407
+ kind: "method",
2408
+ methodKind: "ordinary",
2409
+ isStatic: true,
2410
+ },
2411
+ GreaterThanOrEqual: {
2412
+ kind: "method",
2413
+ methodKind: "ordinary",
2414
+ isStatic: true,
2415
+ },
2416
+ LessThan: {
2417
+ kind: "method",
2418
+ methodKind: "ordinary",
2419
+ isStatic: true,
2420
+ },
2421
+ LessThanOrEqual: {
2422
+ kind: "method",
2423
+ methodKind: "ordinary",
2424
+ isStatic: true,
2425
+ },
2426
+ Mod: {
2427
+ kind: "method",
2428
+ methodKind: "ordinary",
2429
+ isStatic: true,
2430
+ },
2431
+ Modulus: {
2432
+ kind: "method",
2433
+ methodKind: "ordinary",
2434
+ isStatic: true,
2435
+ },
2436
+ Multiply: {
2437
+ kind: "method",
2438
+ methodKind: "ordinary",
2439
+ isStatic: true,
2440
+ },
2441
+ NotEquals: {
2442
+ kind: "method",
2443
+ methodKind: "ordinary",
2444
+ isStatic: true,
2445
+ },
2446
+ OnesComplement: {
2447
+ kind: "method",
2448
+ methodKind: "ordinary",
2449
+ isStatic: true,
2450
+ },
2451
+ Parse: {
2452
+ kind: "method",
2453
+ methodKind: "ordinary",
2454
+ isStatic: true,
2455
+ },
2456
+ Subtract: {
2457
+ kind: "method",
2458
+ methodKind: "ordinary",
2459
+ isStatic: true,
2460
+ },
2461
+ ToSqlBoolean: {
2462
+ kind: "method",
2463
+ methodKind: "ordinary",
2464
+ },
2465
+ ToSqlByte: {
2466
+ kind: "method",
2467
+ methodKind: "ordinary",
2468
+ },
2469
+ ToSqlDecimal: {
2470
+ kind: "method",
2471
+ methodKind: "ordinary",
2472
+ },
2473
+ ToSqlDouble: {
2474
+ kind: "method",
2475
+ methodKind: "ordinary",
2476
+ },
2477
+ ToSqlInt16: {
2478
+ kind: "method",
2479
+ methodKind: "ordinary",
2480
+ },
2481
+ ToSqlInt32: {
2482
+ kind: "method",
2483
+ methodKind: "ordinary",
2484
+ },
2485
+ ToSqlMoney: {
2486
+ kind: "method",
2487
+ methodKind: "ordinary",
2488
+ },
2489
+ ToSqlSingle: {
2490
+ kind: "method",
2491
+ methodKind: "ordinary",
2492
+ },
2493
+ ToSqlString: {
2494
+ kind: "method",
2495
+ methodKind: "ordinary",
2496
+ },
2497
+ ToString: {
2498
+ kind: "method",
2499
+ methodKind: "ordinary",
2500
+ isOverride: true,
2501
+ },
2502
+ Xor: {
2503
+ kind: "method",
2504
+ methodKind: "ordinary",
2505
+ isStatic: true,
2506
+ },
2507
+ IsNull: {
2508
+ kind: "property",
2509
+ type: () => {
2510
+ return System.Boolean;
2511
+ },
2512
+ },
2513
+ Value: {
2514
+ kind: "property",
2515
+ type: () => {
2516
+ return System.Int64;
2517
+ },
2518
+ },
2519
+ },
2520
+ },
2521
+ SqlMoney: {
2522
+ kind: "struct",
2523
+ members: {
2524
+ MaxValue: {
2525
+ kind: "field",
2526
+ type: () => {
2527
+ return SqlTypes.SqlMoney;
2528
+ },
2529
+ isStatic: true,
2530
+ isReadOnly: true,
2531
+ },
2532
+ MinValue: {
2533
+ kind: "field",
2534
+ type: () => {
2535
+ return SqlTypes.SqlMoney;
2536
+ },
2537
+ isStatic: true,
2538
+ isReadOnly: true,
2539
+ },
2540
+ Null: {
2541
+ kind: "field",
2542
+ type: () => {
2543
+ return SqlTypes.SqlMoney;
2544
+ },
2545
+ isStatic: true,
2546
+ isReadOnly: true,
2547
+ },
2548
+ Zero: {
2549
+ kind: "field",
2550
+ type: () => {
2551
+ return SqlTypes.SqlMoney;
2552
+ },
2553
+ isStatic: true,
2554
+ isReadOnly: true,
2555
+ },
2556
+ SqlMoney: {
2557
+ kind: "method",
2558
+ methodKind: "constructor",
2559
+ },
2560
+ Add: {
2561
+ kind: "method",
2562
+ methodKind: "ordinary",
2563
+ isStatic: true,
2564
+ },
2565
+ CompareTo: {
2566
+ kind: "method",
2567
+ methodKind: "ordinary",
2568
+ },
2569
+ Divide: {
2570
+ kind: "method",
2571
+ methodKind: "ordinary",
2572
+ isStatic: true,
2573
+ },
2574
+ Equals: {
2575
+ kind: "method",
2576
+ methodKind: "ordinary",
2577
+ isStatic: true,
2578
+ },
2579
+ FromTdsValue: {
2580
+ kind: "method",
2581
+ methodKind: "ordinary",
2582
+ isStatic: true,
2583
+ },
2584
+ GetHashCode: {
2585
+ kind: "method",
2586
+ methodKind: "ordinary",
2587
+ isOverride: true,
2588
+ },
2589
+ GetTdsValue: {
2590
+ kind: "method",
2591
+ methodKind: "ordinary",
2592
+ },
2593
+ GetXsdType: {
2594
+ kind: "method",
2595
+ methodKind: "ordinary",
2596
+ isStatic: true,
2597
+ },
2598
+ GreaterThan: {
2599
+ kind: "method",
2600
+ methodKind: "ordinary",
2601
+ isStatic: true,
2602
+ },
2603
+ GreaterThanOrEqual: {
2604
+ kind: "method",
2605
+ methodKind: "ordinary",
2606
+ isStatic: true,
2607
+ },
2608
+ LessThan: {
2609
+ kind: "method",
2610
+ methodKind: "ordinary",
2611
+ isStatic: true,
2612
+ },
2613
+ LessThanOrEqual: {
2614
+ kind: "method",
2615
+ methodKind: "ordinary",
2616
+ isStatic: true,
2617
+ },
2618
+ Multiply: {
2619
+ kind: "method",
2620
+ methodKind: "ordinary",
2621
+ isStatic: true,
2622
+ },
2623
+ NotEquals: {
2624
+ kind: "method",
2625
+ methodKind: "ordinary",
2626
+ isStatic: true,
2627
+ },
2628
+ Parse: {
2629
+ kind: "method",
2630
+ methodKind: "ordinary",
2631
+ isStatic: true,
2632
+ },
2633
+ Subtract: {
2634
+ kind: "method",
2635
+ methodKind: "ordinary",
2636
+ isStatic: true,
2637
+ },
2638
+ ToDecimal: {
2639
+ kind: "method",
2640
+ methodKind: "ordinary",
2641
+ },
2642
+ ToDouble: {
2643
+ kind: "method",
2644
+ methodKind: "ordinary",
2645
+ },
2646
+ ToInt32: {
2647
+ kind: "method",
2648
+ methodKind: "ordinary",
2649
+ },
2650
+ ToInt64: {
2651
+ kind: "method",
2652
+ methodKind: "ordinary",
2653
+ },
2654
+ ToSqlBoolean: {
2655
+ kind: "method",
2656
+ methodKind: "ordinary",
2657
+ },
2658
+ ToSqlByte: {
2659
+ kind: "method",
2660
+ methodKind: "ordinary",
2661
+ },
2662
+ ToSqlDecimal: {
2663
+ kind: "method",
2664
+ methodKind: "ordinary",
2665
+ },
2666
+ ToSqlDouble: {
2667
+ kind: "method",
2668
+ methodKind: "ordinary",
2669
+ },
2670
+ ToSqlInt16: {
2671
+ kind: "method",
2672
+ methodKind: "ordinary",
2673
+ },
2674
+ ToSqlInt32: {
2675
+ kind: "method",
2676
+ methodKind: "ordinary",
2677
+ },
2678
+ ToSqlInt64: {
2679
+ kind: "method",
2680
+ methodKind: "ordinary",
2681
+ },
2682
+ ToSqlSingle: {
2683
+ kind: "method",
2684
+ methodKind: "ordinary",
2685
+ },
2686
+ ToSqlString: {
2687
+ kind: "method",
2688
+ methodKind: "ordinary",
2689
+ },
2690
+ ToString: {
2691
+ kind: "method",
2692
+ methodKind: "ordinary",
2693
+ isOverride: true,
2694
+ },
2695
+ IsNull: {
2696
+ kind: "property",
2697
+ type: () => {
2698
+ return System.Boolean;
2699
+ },
2700
+ },
2701
+ Value: {
2702
+ kind: "property",
2703
+ type: () => {
2704
+ return System.Decimal;
2705
+ },
2706
+ },
2707
+ },
2708
+ },
2709
+ SqlNotFilledException: {
2710
+ kind: "class",
2711
+ members: {
2712
+ SqlNotFilledException: {
2713
+ kind: "method",
2714
+ methodKind: "constructor",
2715
+ },
2716
+ },
2717
+ isSealed: true,
2718
+ },
2719
+ SqlNullValueException: {
2720
+ kind: "class",
2721
+ members: {
2722
+ SqlNullValueException: {
2723
+ kind: "method",
2724
+ methodKind: "constructor",
2725
+ },
2726
+ },
2727
+ isSealed: true,
2728
+ },
2729
+ SqlSingle: {
2730
+ kind: "struct",
2731
+ members: {
2732
+ MaxValue: {
2733
+ kind: "field",
2734
+ type: () => {
2735
+ return SqlTypes.SqlSingle;
2736
+ },
2737
+ isStatic: true,
2738
+ isReadOnly: true,
2739
+ },
2740
+ MinValue: {
2741
+ kind: "field",
2742
+ type: () => {
2743
+ return SqlTypes.SqlSingle;
2744
+ },
2745
+ isStatic: true,
2746
+ isReadOnly: true,
2747
+ },
2748
+ Null: {
2749
+ kind: "field",
2750
+ type: () => {
2751
+ return SqlTypes.SqlSingle;
2752
+ },
2753
+ isStatic: true,
2754
+ isReadOnly: true,
2755
+ },
2756
+ Zero: {
2757
+ kind: "field",
2758
+ type: () => {
2759
+ return SqlTypes.SqlSingle;
2760
+ },
2761
+ isStatic: true,
2762
+ isReadOnly: true,
2763
+ },
2764
+ SqlSingle: {
2765
+ kind: "method",
2766
+ methodKind: "constructor",
2767
+ },
2768
+ Add: {
2769
+ kind: "method",
2770
+ methodKind: "ordinary",
2771
+ isStatic: true,
2772
+ },
2773
+ CompareTo: {
2774
+ kind: "method",
2775
+ methodKind: "ordinary",
2776
+ },
2777
+ Divide: {
2778
+ kind: "method",
2779
+ methodKind: "ordinary",
2780
+ isStatic: true,
2781
+ },
2782
+ Equals: {
2783
+ kind: "method",
2784
+ methodKind: "ordinary",
2785
+ isStatic: true,
2786
+ },
2787
+ GetHashCode: {
2788
+ kind: "method",
2789
+ methodKind: "ordinary",
2790
+ isOverride: true,
2791
+ },
2792
+ GetXsdType: {
2793
+ kind: "method",
2794
+ methodKind: "ordinary",
2795
+ isStatic: true,
2796
+ },
2797
+ GreaterThan: {
2798
+ kind: "method",
2799
+ methodKind: "ordinary",
2800
+ isStatic: true,
2801
+ },
2802
+ GreaterThanOrEqual: {
2803
+ kind: "method",
2804
+ methodKind: "ordinary",
2805
+ isStatic: true,
2806
+ },
2807
+ LessThan: {
2808
+ kind: "method",
2809
+ methodKind: "ordinary",
2810
+ isStatic: true,
2811
+ },
2812
+ LessThanOrEqual: {
2813
+ kind: "method",
2814
+ methodKind: "ordinary",
2815
+ isStatic: true,
2816
+ },
2817
+ Multiply: {
2818
+ kind: "method",
2819
+ methodKind: "ordinary",
2820
+ isStatic: true,
2821
+ },
2822
+ NotEquals: {
2823
+ kind: "method",
2824
+ methodKind: "ordinary",
2825
+ isStatic: true,
2826
+ },
2827
+ Parse: {
2828
+ kind: "method",
2829
+ methodKind: "ordinary",
2830
+ isStatic: true,
2831
+ },
2832
+ Subtract: {
2833
+ kind: "method",
2834
+ methodKind: "ordinary",
2835
+ isStatic: true,
2836
+ },
2837
+ ToSqlBoolean: {
2838
+ kind: "method",
2839
+ methodKind: "ordinary",
2840
+ },
2841
+ ToSqlByte: {
2842
+ kind: "method",
2843
+ methodKind: "ordinary",
2844
+ },
2845
+ ToSqlDecimal: {
2846
+ kind: "method",
2847
+ methodKind: "ordinary",
2848
+ },
2849
+ ToSqlDouble: {
2850
+ kind: "method",
2851
+ methodKind: "ordinary",
2852
+ },
2853
+ ToSqlInt16: {
2854
+ kind: "method",
2855
+ methodKind: "ordinary",
2856
+ },
2857
+ ToSqlInt32: {
2858
+ kind: "method",
2859
+ methodKind: "ordinary",
2860
+ },
2861
+ ToSqlInt64: {
2862
+ kind: "method",
2863
+ methodKind: "ordinary",
2864
+ },
2865
+ ToSqlMoney: {
2866
+ kind: "method",
2867
+ methodKind: "ordinary",
2868
+ },
2869
+ ToSqlString: {
2870
+ kind: "method",
2871
+ methodKind: "ordinary",
2872
+ },
2873
+ ToString: {
2874
+ kind: "method",
2875
+ methodKind: "ordinary",
2876
+ isOverride: true,
2877
+ },
2878
+ IsNull: {
2879
+ kind: "property",
2880
+ type: () => {
2881
+ return System.Boolean;
2882
+ },
2883
+ },
2884
+ Value: {
2885
+ kind: "property",
2886
+ type: () => {
2887
+ return System.Single;
2888
+ },
2889
+ },
2890
+ },
2891
+ },
2892
+ SqlString: {
2893
+ kind: "struct",
2894
+ members: {
2895
+ BinarySort: {
2896
+ kind: "field",
2897
+ type: () => {
2898
+ return System.Int32;
2899
+ },
2900
+ isStatic: true,
2901
+ isReadOnly: true,
2902
+ },
2903
+ BinarySort2: {
2904
+ kind: "field",
2905
+ type: () => {
2906
+ return System.Int32;
2907
+ },
2908
+ isStatic: true,
2909
+ isReadOnly: true,
2910
+ },
2911
+ IgnoreCase: {
2912
+ kind: "field",
2913
+ type: () => {
2914
+ return System.Int32;
2915
+ },
2916
+ isStatic: true,
2917
+ isReadOnly: true,
2918
+ },
2919
+ IgnoreKanaType: {
2920
+ kind: "field",
2921
+ type: () => {
2922
+ return System.Int32;
2923
+ },
2924
+ isStatic: true,
2925
+ isReadOnly: true,
2926
+ },
2927
+ IgnoreNonSpace: {
2928
+ kind: "field",
2929
+ type: () => {
2930
+ return System.Int32;
2931
+ },
2932
+ isStatic: true,
2933
+ isReadOnly: true,
2934
+ },
2935
+ IgnoreWidth: {
2936
+ kind: "field",
2937
+ type: () => {
2938
+ return System.Int32;
2939
+ },
2940
+ isStatic: true,
2941
+ isReadOnly: true,
2942
+ },
2943
+ Null: {
2944
+ kind: "field",
2945
+ type: () => {
2946
+ return SqlTypes.SqlString;
2947
+ },
2948
+ isStatic: true,
2949
+ isReadOnly: true,
2950
+ },
2951
+ SqlString: {
2952
+ kind: "method",
2953
+ methodKind: "constructor",
2954
+ },
2955
+ Add: {
2956
+ kind: "method",
2957
+ methodKind: "ordinary",
2958
+ isStatic: true,
2959
+ },
2960
+ Clone: {
2961
+ kind: "method",
2962
+ methodKind: "ordinary",
2963
+ },
2964
+ CompareOptionsFromSqlCompareOptions: {
2965
+ kind: "method",
2966
+ methodKind: "ordinary",
2967
+ isStatic: true,
2968
+ },
2969
+ CompareTo: {
2970
+ kind: "method",
2971
+ methodKind: "ordinary",
2972
+ },
2973
+ Concat: {
2974
+ kind: "method",
2975
+ methodKind: "ordinary",
2976
+ isStatic: true,
2977
+ },
2978
+ Equals: {
2979
+ kind: "method",
2980
+ methodKind: "ordinary",
2981
+ isStatic: true,
2982
+ },
2983
+ GetHashCode: {
2984
+ kind: "method",
2985
+ methodKind: "ordinary",
2986
+ isOverride: true,
2987
+ },
2988
+ GetNonUnicodeBytes: {
2989
+ kind: "method",
2990
+ methodKind: "ordinary",
2991
+ },
2992
+ GetUnicodeBytes: {
2993
+ kind: "method",
2994
+ methodKind: "ordinary",
2995
+ },
2996
+ GetXsdType: {
2997
+ kind: "method",
2998
+ methodKind: "ordinary",
2999
+ isStatic: true,
3000
+ },
3001
+ GreaterThan: {
3002
+ kind: "method",
3003
+ methodKind: "ordinary",
3004
+ isStatic: true,
3005
+ },
3006
+ GreaterThanOrEqual: {
3007
+ kind: "method",
3008
+ methodKind: "ordinary",
3009
+ isStatic: true,
3010
+ },
3011
+ LessThan: {
3012
+ kind: "method",
3013
+ methodKind: "ordinary",
3014
+ isStatic: true,
3015
+ },
3016
+ LessThanOrEqual: {
3017
+ kind: "method",
3018
+ methodKind: "ordinary",
3019
+ isStatic: true,
3020
+ },
3021
+ NotEquals: {
3022
+ kind: "method",
3023
+ methodKind: "ordinary",
3024
+ isStatic: true,
3025
+ },
3026
+ ToSqlBoolean: {
3027
+ kind: "method",
3028
+ methodKind: "ordinary",
3029
+ },
3030
+ ToSqlByte: {
3031
+ kind: "method",
3032
+ methodKind: "ordinary",
3033
+ },
3034
+ ToSqlDateTime: {
3035
+ kind: "method",
3036
+ methodKind: "ordinary",
3037
+ },
3038
+ ToSqlDecimal: {
3039
+ kind: "method",
3040
+ methodKind: "ordinary",
3041
+ },
3042
+ ToSqlDouble: {
3043
+ kind: "method",
3044
+ methodKind: "ordinary",
3045
+ },
3046
+ ToSqlGuid: {
3047
+ kind: "method",
3048
+ methodKind: "ordinary",
3049
+ },
3050
+ ToSqlInt16: {
3051
+ kind: "method",
3052
+ methodKind: "ordinary",
3053
+ },
3054
+ ToSqlInt32: {
3055
+ kind: "method",
3056
+ methodKind: "ordinary",
3057
+ },
3058
+ ToSqlInt64: {
3059
+ kind: "method",
3060
+ methodKind: "ordinary",
3061
+ },
3062
+ ToSqlMoney: {
3063
+ kind: "method",
3064
+ methodKind: "ordinary",
3065
+ },
3066
+ ToSqlSingle: {
3067
+ kind: "method",
3068
+ methodKind: "ordinary",
3069
+ },
3070
+ ToString: {
3071
+ kind: "method",
3072
+ methodKind: "ordinary",
3073
+ isOverride: true,
3074
+ },
3075
+ CompareInfo: {
3076
+ kind: "property",
3077
+ type: () => {
3078
+ return Globalization.CompareInfo;
3079
+ },
3080
+ },
3081
+ CultureInfo: {
3082
+ kind: "property",
3083
+ type: () => {
3084
+ return Globalization.CultureInfo;
3085
+ },
3086
+ },
3087
+ IsNull: {
3088
+ kind: "property",
3089
+ type: () => {
3090
+ return System.Boolean;
3091
+ },
3092
+ },
3093
+ LCID: {
3094
+ kind: "property",
3095
+ type: () => {
3096
+ return System.Int32;
3097
+ },
3098
+ },
3099
+ SqlCompareOptions: {
3100
+ kind: "property",
3101
+ type: () => {
3102
+ return SqlTypes.SqlCompareOptions;
3103
+ },
3104
+ },
3105
+ Value: {
3106
+ kind: "property",
3107
+ type: () => {
3108
+ return System.String;
3109
+ },
3110
+ },
3111
+ },
3112
+ },
3113
+ SqlTruncateException: {
3114
+ kind: "class",
3115
+ members: {
3116
+ SqlTruncateException: {
3117
+ kind: "method",
3118
+ methodKind: "constructor",
3119
+ },
3120
+ },
3121
+ isSealed: true,
3122
+ },
3123
+ SqlTypeException: {
3124
+ kind: "class",
3125
+ members: {
3126
+ SqlTypeException: {
3127
+ kind: "method",
3128
+ methodKind: "constructor",
3129
+ },
3130
+ },
3131
+ },
3132
+ SqlXml: {
3133
+ kind: "class",
3134
+ members: {
3135
+ SqlXml: {
3136
+ kind: "method",
3137
+ methodKind: "constructor",
3138
+ },
3139
+ CreateReader: {
3140
+ kind: "method",
3141
+ methodKind: "ordinary",
3142
+ },
3143
+ GetXsdType: {
3144
+ kind: "method",
3145
+ methodKind: "ordinary",
3146
+ isStatic: true,
3147
+ },
3148
+ IsNull: {
3149
+ kind: "property",
3150
+ type: () => {
3151
+ return System.Boolean;
3152
+ },
3153
+ },
3154
+ Null: {
3155
+ kind: "property",
3156
+ type: () => {
3157
+ return SqlTypes.SqlXml;
3158
+ },
3159
+ isStatic: true,
3160
+ },
3161
+ Value: {
3162
+ kind: "property",
3163
+ type: () => {
3164
+ return System.String;
3165
+ },
3166
+ },
3167
+ },
3168
+ isSealed: true,
3169
+ },
3170
+ StorageState: {
3171
+ kind: "enum",
3172
+ members: {
3173
+ Buffer: {
3174
+ kind: "field",
3175
+ type: () => {
3176
+ return SqlTypes.StorageState;
3177
+ },
3178
+ },
3179
+ Stream: {
3180
+ kind: "field",
3181
+ type: () => {
3182
+ return SqlTypes.StorageState;
3183
+ },
3184
+ },
3185
+ UnmanagedBuffer: {
3186
+ kind: "field",
3187
+ type: () => {
3188
+ return SqlTypes.StorageState;
3189
+ },
3190
+ },
3191
+ },
3192
+ },
3193
+ });
3194
+ export default SqlTypes