@alloy-js/csharp 0.23.0-dev.1 → 0.23.0-dev.10

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