@alloy-js/csharp 0.23.0-dev.4 → 0.23.0-dev.6

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 (492) hide show
  1. package/dist/dev/scripts/components/library-interface.js +67 -0
  2. package/dist/dev/scripts/components/library-interface.js.map +1 -0
  3. package/dist/dev/scripts/components/namespace-directory.js +160 -0
  4. package/dist/dev/scripts/components/namespace-directory.js.map +1 -0
  5. package/dist/dev/scripts/generate-builtins.js +45 -0
  6. package/dist/dev/scripts/generate-builtins.js.map +1 -0
  7. package/dist/dev/scripts/process-docfx.js +316 -0
  8. package/dist/dev/scripts/process-docfx.js.map +1 -0
  9. package/dist/dev/src/access.js +73 -0
  10. package/dist/dev/src/access.js.map +1 -0
  11. package/dist/dev/src/access.test.js +43 -0
  12. package/dist/dev/src/access.test.js.map +1 -0
  13. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  14. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  15. package/dist/dev/src/builtins/Microsoft/CSharp/index.js +5 -0
  16. package/dist/dev/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  17. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  18. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  19. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  20. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  21. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  22. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  23. package/dist/dev/src/builtins/Microsoft/Win32/index.js +362 -0
  24. package/dist/dev/src/builtins/Microsoft/Win32/index.js.map +1 -0
  25. package/dist/dev/src/builtins/Microsoft/index.js +7 -0
  26. package/dist/dev/src/builtins/Microsoft/index.js.map +1 -0
  27. package/dist/dev/src/builtins/System/Buffers/Binary/index.js +536 -0
  28. package/dist/dev/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  29. package/dist/dev/src/builtins/System/Buffers/Text/index.js +144 -0
  30. package/dist/dev/src/builtins/System/Buffers/Text/index.js.map +1 -0
  31. package/dist/dev/src/builtins/System/Buffers/index.js +605 -0
  32. package/dist/dev/src/builtins/System/Buffers/index.js.map +1 -0
  33. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  34. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  35. package/dist/dev/src/builtins/System/CodeDom/index.js +5 -0
  36. package/dist/dev/src/builtins/System/CodeDom/index.js.map +1 -0
  37. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js +399 -0
  38. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  39. package/dist/dev/src/builtins/System/Collections/Frozen/index.js +88 -0
  40. package/dist/dev/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  41. package/dist/dev/src/builtins/System/Collections/Generic/index.js +978 -0
  42. package/dist/dev/src/builtins/System/Collections/Generic/index.js.map +1 -0
  43. package/dist/dev/src/builtins/System/Collections/Immutable/index.js +1049 -0
  44. package/dist/dev/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  45. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  46. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  47. package/dist/dev/src/builtins/System/Collections/Specialized/index.js +716 -0
  48. package/dist/dev/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  49. package/dist/dev/src/builtins/System/Collections/index.js +1355 -0
  50. package/dist/dev/src/builtins/System/Collections/index.js.map +1 -0
  51. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  52. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  53. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  54. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  55. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  56. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  57. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  58. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  59. package/dist/dev/src/builtins/System/ComponentModel/index.js +6649 -0
  60. package/dist/dev/src/builtins/System/ComponentModel/index.js.map +1 -0
  61. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  62. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  63. package/dist/dev/src/builtins/System/Configuration/index.js +5 -0
  64. package/dist/dev/src/builtins/System/Configuration/index.js.map +1 -0
  65. package/dist/dev/src/builtins/System/Data/Common/index.js +3279 -0
  66. package/dist/dev/src/builtins/System/Data/Common/index.js.map +1 -0
  67. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  68. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  69. package/dist/dev/src/builtins/System/Data/index.js +4504 -0
  70. package/dist/dev/src/builtins/System/Data/index.js.map +1 -0
  71. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  72. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  73. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  74. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  75. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  76. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  77. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  78. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  79. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  80. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  81. package/dist/dev/src/builtins/System/Diagnostics/index.js +3826 -0
  82. package/dist/dev/src/builtins/System/Diagnostics/index.js.map +1 -0
  83. package/dist/dev/src/builtins/System/Drawing/index.js +3305 -0
  84. package/dist/dev/src/builtins/System/Drawing/index.js.map +1 -0
  85. package/dist/dev/src/builtins/System/Dynamic/index.js +795 -0
  86. package/dist/dev/src/builtins/System/Dynamic/index.js.map +1 -0
  87. package/dist/dev/src/builtins/System/Formats/Asn1/index.js +843 -0
  88. package/dist/dev/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  89. package/dist/dev/src/builtins/System/Formats/Tar/index.js +436 -0
  90. package/dist/dev/src/builtins/System/Formats/Tar/index.js.map +1 -0
  91. package/dist/dev/src/builtins/System/Formats/index.js +6 -0
  92. package/dist/dev/src/builtins/System/Formats/index.js.map +1 -0
  93. package/dist/dev/src/builtins/System/Globalization/index.js +3848 -0
  94. package/dist/dev/src/builtins/System/Globalization/index.js.map +1 -0
  95. package/dist/dev/src/builtins/System/IO/Compression/index.js +894 -0
  96. package/dist/dev/src/builtins/System/IO/Compression/index.js.map +1 -0
  97. package/dist/dev/src/builtins/System/IO/Enumeration/index.js +218 -0
  98. package/dist/dev/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  99. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  100. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  101. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  102. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  103. package/dist/dev/src/builtins/System/IO/Pipelines/index.js +415 -0
  104. package/dist/dev/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  105. package/dist/dev/src/builtins/System/IO/Pipes/index.js +723 -0
  106. package/dist/dev/src/builtins/System/IO/Pipes/index.js.map +1 -0
  107. package/dist/dev/src/builtins/System/IO/index.js +3713 -0
  108. package/dist/dev/src/builtins/System/IO/index.js.map +1 -0
  109. package/dist/dev/src/builtins/System/Linq/Expressions/index.js +2253 -0
  110. package/dist/dev/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  111. package/dist/dev/src/builtins/System/Linq/index.js +275 -0
  112. package/dist/dev/src/builtins/System/Linq/index.js.map +1 -0
  113. package/dist/dev/src/builtins/System/Net/Cache/index.js +217 -0
  114. package/dist/dev/src/builtins/System/Net/Cache/index.js.map +1 -0
  115. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  116. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  117. package/dist/dev/src/builtins/System/Net/Http/Json/index.js +72 -0
  118. package/dist/dev/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  119. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  120. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  121. package/dist/dev/src/builtins/System/Net/Http/index.js +1458 -0
  122. package/dist/dev/src/builtins/System/Net/Http/index.js.map +1 -0
  123. package/dist/dev/src/builtins/System/Net/Mail/index.js +871 -0
  124. package/dist/dev/src/builtins/System/Net/Mail/index.js.map +1 -0
  125. package/dist/dev/src/builtins/System/Net/Mime/index.js +500 -0
  126. package/dist/dev/src/builtins/System/Net/Mime/index.js.map +1 -0
  127. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  128. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  129. package/dist/dev/src/builtins/System/Net/Quic/index.js +635 -0
  130. package/dist/dev/src/builtins/System/Net/Quic/index.js.map +1 -0
  131. package/dist/dev/src/builtins/System/Net/Security/index.js +1432 -0
  132. package/dist/dev/src/builtins/System/Net/Security/index.js.map +1 -0
  133. package/dist/dev/src/builtins/System/Net/Sockets/index.js +3095 -0
  134. package/dist/dev/src/builtins/System/Net/Sockets/index.js.map +1 -0
  135. package/dist/dev/src/builtins/System/Net/WebSockets/index.js +876 -0
  136. package/dist/dev/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  137. package/dist/dev/src/builtins/System/Net/index.js +5481 -0
  138. package/dist/dev/src/builtins/System/Net/index.js.map +1 -0
  139. package/dist/dev/src/builtins/System/Numerics/index.js +3425 -0
  140. package/dist/dev/src/builtins/System/Numerics/index.js.map +1 -0
  141. package/dist/dev/src/builtins/System/Reflection/Emit/index.js +4293 -0
  142. package/dist/dev/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  143. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  144. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  145. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  146. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  147. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  148. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  149. package/dist/dev/src/builtins/System/Reflection/index.js +5244 -0
  150. package/dist/dev/src/builtins/System/Reflection/index.js.map +1 -0
  151. package/dist/dev/src/builtins/System/Resources/index.js +289 -0
  152. package/dist/dev/src/builtins/System/Resources/index.js.map +1 -0
  153. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  154. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  155. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  156. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  157. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  158. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  159. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  160. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  161. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  162. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  163. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  164. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  165. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  166. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  167. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  168. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  169. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  170. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  171. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  172. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  173. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  174. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  175. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  176. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  177. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  178. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  179. package/dist/dev/src/builtins/System/Runtime/Loader/index.js +140 -0
  180. package/dist/dev/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  181. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js +18 -0
  182. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  183. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  184. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  185. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  186. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  187. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  188. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  189. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  190. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  191. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  192. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  193. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js +336 -0
  194. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  195. package/dist/dev/src/builtins/System/Runtime/index.js +245 -0
  196. package/dist/dev/src/builtins/System/Runtime/index.js.map +1 -0
  197. package/dist/dev/src/builtins/System/Security/AccessControl/index.js +2343 -0
  198. package/dist/dev/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  199. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  200. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  201. package/dist/dev/src/builtins/System/Security/Authentication/index.js +212 -0
  202. package/dist/dev/src/builtins/System/Security/Authentication/index.js.map +1 -0
  203. package/dist/dev/src/builtins/System/Security/Claims/index.js +844 -0
  204. package/dist/dev/src/builtins/System/Security/Claims/index.js.map +1 -0
  205. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  206. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  207. package/dist/dev/src/builtins/System/Security/Cryptography/index.js +6673 -0
  208. package/dist/dev/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  209. package/dist/dev/src/builtins/System/Security/Permissions/index.js +325 -0
  210. package/dist/dev/src/builtins/System/Security/Permissions/index.js.map +1 -0
  211. package/dist/dev/src/builtins/System/Security/Policy/index.js +101 -0
  212. package/dist/dev/src/builtins/System/Security/Policy/index.js.map +1 -0
  213. package/dist/dev/src/builtins/System/Security/Principal/index.js +1338 -0
  214. package/dist/dev/src/builtins/System/Security/Principal/index.js.map +1 -0
  215. package/dist/dev/src/builtins/System/Security/index.js +672 -0
  216. package/dist/dev/src/builtins/System/Security/index.js.map +1 -0
  217. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  218. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  219. package/dist/dev/src/builtins/System/Text/Encodings/index.js +5 -0
  220. package/dist/dev/src/builtins/System/Text/Encodings/index.js.map +1 -0
  221. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  222. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  223. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js +78 -0
  224. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  225. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  226. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  227. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  228. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  229. package/dist/dev/src/builtins/System/Text/Json/index.js +1185 -0
  230. package/dist/dev/src/builtins/System/Text/Json/index.js.map +1 -0
  231. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  232. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  233. package/dist/dev/src/builtins/System/Text/Unicode/index.js +1199 -0
  234. package/dist/dev/src/builtins/System/Text/Unicode/index.js.map +1 -0
  235. package/dist/dev/src/builtins/System/Text/index.js +1748 -0
  236. package/dist/dev/src/builtins/System/Text/index.js.map +1 -0
  237. package/dist/dev/src/builtins/System/Threading/Channels/index.js +229 -0
  238. package/dist/dev/src/builtins/System/Threading/Channels/index.js.map +1 -0
  239. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  240. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  241. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  242. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  243. package/dist/dev/src/builtins/System/Threading/Tasks/index.js +721 -0
  244. package/dist/dev/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  245. package/dist/dev/src/builtins/System/Threading/index.js +2292 -0
  246. package/dist/dev/src/builtins/System/Threading/index.js.map +1 -0
  247. package/dist/dev/src/builtins/System/Timers/index.js +129 -0
  248. package/dist/dev/src/builtins/System/Timers/index.js.map +1 -0
  249. package/dist/dev/src/builtins/System/Transactions/index.js +727 -0
  250. package/dist/dev/src/builtins/System/Transactions/index.js.map +1 -0
  251. package/dist/dev/src/builtins/System/Web/index.js +84 -0
  252. package/dist/dev/src/builtins/System/Web/index.js.map +1 -0
  253. package/dist/dev/src/builtins/System/Windows/Input/index.js +18 -0
  254. package/dist/dev/src/builtins/System/Windows/Input/index.js.map +1 -0
  255. package/dist/dev/src/builtins/System/Windows/Markup/index.js +28 -0
  256. package/dist/dev/src/builtins/System/Windows/Markup/index.js.map +1 -0
  257. package/dist/dev/src/builtins/System/Windows/index.js +6 -0
  258. package/dist/dev/src/builtins/System/Windows/index.js.map +1 -0
  259. package/dist/dev/src/builtins/System/Xml/Linq/index.js +1086 -0
  260. package/dist/dev/src/builtins/System/Xml/Linq/index.js.map +1 -0
  261. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js +86 -0
  262. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  263. package/dist/dev/src/builtins/System/Xml/Schema/index.js +2993 -0
  264. package/dist/dev/src/builtins/System/Xml/Schema/index.js.map +1 -0
  265. package/dist/dev/src/builtins/System/Xml/Serialization/index.js +2356 -0
  266. package/dist/dev/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  267. package/dist/dev/src/builtins/System/Xml/XPath/index.js +917 -0
  268. package/dist/dev/src/builtins/System/Xml/XPath/index.js.map +1 -0
  269. package/dist/dev/src/builtins/System/Xml/Xsl/index.js +315 -0
  270. package/dist/dev/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  271. package/dist/dev/src/builtins/System/Xml/index.js +5736 -0
  272. package/dist/dev/src/builtins/System/Xml/index.js.map +1 -0
  273. package/dist/dev/src/builtins/System/index.js +14587 -0
  274. package/dist/dev/src/builtins/System/index.js.map +1 -0
  275. package/dist/dev/src/builtins/index.js +3 -0
  276. package/dist/dev/src/builtins/index.js.map +1 -0
  277. package/dist/dev/src/components/Declaration.js +9 -0
  278. package/dist/dev/src/components/Declaration.js.map +1 -0
  279. package/dist/dev/src/components/Name.js +12 -0
  280. package/dist/dev/src/components/Name.js.map +1 -0
  281. package/dist/dev/src/components/Reference.js +13 -0
  282. package/dist/dev/src/components/Reference.js.map +1 -0
  283. package/dist/dev/src/components/access-expression/access-expression.js +288 -0
  284. package/dist/dev/src/components/access-expression/access-expression.js.map +1 -0
  285. package/dist/dev/src/components/access-expression/access-expression.test.js +608 -0
  286. package/dist/dev/src/components/access-expression/access-expression.test.js.map +1 -0
  287. package/dist/dev/src/components/access-expression/part-descriptors.js +14 -0
  288. package/dist/dev/src/components/access-expression/part-descriptors.js.map +1 -0
  289. package/dist/dev/src/components/attributes/attributes.js +113 -0
  290. package/dist/dev/src/components/attributes/attributes.js.map +1 -0
  291. package/dist/dev/src/components/attributes/attributes.test.js +201 -0
  292. package/dist/dev/src/components/attributes/attributes.test.js.map +1 -0
  293. package/dist/dev/src/components/class/declaration.js +123 -0
  294. package/dist/dev/src/components/class/declaration.js.map +1 -0
  295. package/dist/dev/src/components/class/declaration.test.js +893 -0
  296. package/dist/dev/src/components/class/declaration.test.js.map +1 -0
  297. package/dist/dev/src/components/constructor/constructor.js +60 -0
  298. package/dist/dev/src/components/constructor/constructor.js.map +1 -0
  299. package/dist/dev/src/components/constructor/constructor.test.js +62 -0
  300. package/dist/dev/src/components/constructor/constructor.test.js.map +1 -0
  301. package/dist/dev/src/components/csproj-file/csproj-file.js +32 -0
  302. package/dist/dev/src/components/csproj-file/csproj-file.js.map +1 -0
  303. package/dist/dev/src/components/csproj-file/csproj-file.test.js +70 -0
  304. package/dist/dev/src/components/csproj-file/csproj-file.test.js.map +1 -0
  305. package/dist/dev/src/components/doc/comment.js +129 -0
  306. package/dist/dev/src/components/doc/comment.js.map +1 -0
  307. package/dist/dev/src/components/doc/comment.test.js +577 -0
  308. package/dist/dev/src/components/doc/comment.test.js.map +1 -0
  309. package/dist/dev/src/components/doc/from-markdown.js +83 -0
  310. package/dist/dev/src/components/doc/from-markdown.js.map +1 -0
  311. package/dist/dev/src/components/doc/from-markdown.test.js +112 -0
  312. package/dist/dev/src/components/doc/from-markdown.test.js.map +1 -0
  313. package/dist/dev/src/components/enum/declaration.js +71 -0
  314. package/dist/dev/src/components/enum/declaration.js.map +1 -0
  315. package/dist/dev/src/components/enum/declaration.ref.test.js +221 -0
  316. package/dist/dev/src/components/enum/declaration.ref.test.js.map +1 -0
  317. package/dist/dev/src/components/enum/declaration.test.js +82 -0
  318. package/dist/dev/src/components/enum/declaration.test.js.map +1 -0
  319. package/dist/dev/src/components/enum/member.js +38 -0
  320. package/dist/dev/src/components/enum/member.js.map +1 -0
  321. package/dist/dev/src/components/enum/member.test.js +84 -0
  322. package/dist/dev/src/components/enum/member.test.js.map +1 -0
  323. package/dist/dev/src/components/field/field.js +43 -0
  324. package/dist/dev/src/components/field/field.js.map +1 -0
  325. package/dist/dev/src/components/field/field.test.js +242 -0
  326. package/dist/dev/src/components/field/field.test.js.map +1 -0
  327. package/dist/dev/src/components/if/if-statement.js +56 -0
  328. package/dist/dev/src/components/if/if-statement.js.map +1 -0
  329. package/dist/dev/src/components/if/if-statement.test.js +41 -0
  330. package/dist/dev/src/components/if/if-statement.test.js.map +1 -0
  331. package/dist/dev/src/components/index.js +31 -0
  332. package/dist/dev/src/components/index.js.map +1 -0
  333. package/dist/dev/src/components/interface/declaration.js +114 -0
  334. package/dist/dev/src/components/interface/declaration.js.map +1 -0
  335. package/dist/dev/src/components/interface/declaration.test.js +264 -0
  336. package/dist/dev/src/components/interface/declaration.test.js.map +1 -0
  337. package/dist/dev/src/components/interface/method.js +100 -0
  338. package/dist/dev/src/components/interface/method.js.map +1 -0
  339. package/dist/dev/src/components/interface/method.test.js +432 -0
  340. package/dist/dev/src/components/interface/method.test.js.map +1 -0
  341. package/dist/dev/src/components/interface/property.js +80 -0
  342. package/dist/dev/src/components/interface/property.js.map +1 -0
  343. package/dist/dev/src/components/interface/property.test.js +305 -0
  344. package/dist/dev/src/components/interface/property.test.js.map +1 -0
  345. package/dist/dev/src/components/invocation-expression/invocation-expression.js +94 -0
  346. package/dist/dev/src/components/invocation-expression/invocation-expression.js.map +1 -0
  347. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js +153 -0
  348. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js.map +1 -0
  349. package/dist/dev/src/components/lexical-scope.js +30 -0
  350. package/dist/dev/src/components/lexical-scope.js.map +1 -0
  351. package/dist/dev/src/components/method/method.js +134 -0
  352. package/dist/dev/src/components/method/method.js.map +1 -0
  353. package/dist/dev/src/components/method/method.test.js +358 -0
  354. package/dist/dev/src/components/method/method.test.js.map +1 -0
  355. package/dist/dev/src/components/method-scope.js +30 -0
  356. package/dist/dev/src/components/method-scope.js.map +1 -0
  357. package/dist/dev/src/components/namespace/namespace-name.js +20 -0
  358. package/dist/dev/src/components/namespace/namespace-name.js.map +1 -0
  359. package/dist/dev/src/components/namespace/namespace.js +60 -0
  360. package/dist/dev/src/components/namespace/namespace.js.map +1 -0
  361. package/dist/dev/src/components/namespace/namespace.test.js +416 -0
  362. package/dist/dev/src/components/namespace/namespace.test.js.map +1 -0
  363. package/dist/dev/src/components/namespace-scopes.js +68 -0
  364. package/dist/dev/src/components/namespace-scopes.js.map +1 -0
  365. package/dist/dev/src/components/namespace.ref.test.js +419 -0
  366. package/dist/dev/src/components/namespace.ref.test.js.map +1 -0
  367. package/dist/dev/src/components/parameters/parameters.js +96 -0
  368. package/dist/dev/src/components/parameters/parameters.js.map +1 -0
  369. package/dist/dev/src/components/parameters/parameters.test.js +317 -0
  370. package/dist/dev/src/components/parameters/parameters.test.js.map +1 -0
  371. package/dist/dev/src/components/property/property.js +115 -0
  372. package/dist/dev/src/components/property/property.js.map +1 -0
  373. package/dist/dev/src/components/property/property.test.js +395 -0
  374. package/dist/dev/src/components/property/property.test.js.map +1 -0
  375. package/dist/dev/src/components/record/declaration.js +132 -0
  376. package/dist/dev/src/components/record/declaration.js.map +1 -0
  377. package/dist/dev/src/components/record/declaration.test.js +231 -0
  378. package/dist/dev/src/components/record/declaration.test.js.map +1 -0
  379. package/dist/dev/src/components/region/region.js +14 -0
  380. package/dist/dev/src/components/region/region.js.map +1 -0
  381. package/dist/dev/src/components/region/region.test.js +39 -0
  382. package/dist/dev/src/components/region/region.test.js.map +1 -0
  383. package/dist/dev/src/components/source-file/source-file.js +163 -0
  384. package/dist/dev/src/components/source-file/source-file.js.map +1 -0
  385. package/dist/dev/src/components/source-file/source-file.test.js +271 -0
  386. package/dist/dev/src/components/source-file/source-file.test.js.map +1 -0
  387. package/dist/dev/src/components/source-file/using.test.js +201 -0
  388. package/dist/dev/src/components/source-file/using.test.js.map +1 -0
  389. package/dist/dev/src/components/stc/index.js +13 -0
  390. package/dist/dev/src/components/stc/index.js.map +1 -0
  391. package/dist/dev/src/components/struct/declaration.js +113 -0
  392. package/dist/dev/src/components/struct/declaration.js.map +1 -0
  393. package/dist/dev/src/components/struct/declaration.test.js +400 -0
  394. package/dist/dev/src/components/struct/declaration.test.js.map +1 -0
  395. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js +73 -0
  396. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js.map +1 -0
  397. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js +92 -0
  398. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js.map +1 -0
  399. package/dist/dev/src/components/type-parameters/type-parameter.js +28 -0
  400. package/dist/dev/src/components/type-parameters/type-parameter.js.map +1 -0
  401. package/dist/dev/src/components/type-parameters/type-parameters.js +71 -0
  402. package/dist/dev/src/components/type-parameters/type-parameters.js.map +1 -0
  403. package/dist/dev/src/components/type-parameters/type-parameters.test.js +103 -0
  404. package/dist/dev/src/components/type-parameters/type-parameters.test.js.map +1 -0
  405. package/dist/dev/src/components/using/using.js +45 -0
  406. package/dist/dev/src/components/using/using.js.map +1 -0
  407. package/dist/dev/src/components/using/using.test.js +27 -0
  408. package/dist/dev/src/components/using/using.test.js.map +1 -0
  409. package/dist/dev/src/components/var/declaration.js +72 -0
  410. package/dist/dev/src/components/var/declaration.js.map +1 -0
  411. package/dist/dev/src/components/var/declaration.test.js +167 -0
  412. package/dist/dev/src/components/var/declaration.test.js.map +1 -0
  413. package/dist/dev/src/contexts/format-options.js +9 -0
  414. package/dist/dev/src/contexts/format-options.js.map +1 -0
  415. package/dist/dev/src/contexts/global-namespace.js +30 -0
  416. package/dist/dev/src/contexts/global-namespace.js.map +1 -0
  417. package/dist/dev/src/contexts/namespace.js +6 -0
  418. package/dist/dev/src/contexts/namespace.js.map +1 -0
  419. package/dist/dev/src/contexts/reference-context.js +15 -0
  420. package/dist/dev/src/contexts/reference-context.js.map +1 -0
  421. package/dist/dev/src/create-library.js +136 -0
  422. package/dist/dev/src/create-library.js.map +1 -0
  423. package/dist/dev/src/create-library.test.js +289 -0
  424. package/dist/dev/src/create-library.test.js.map +1 -0
  425. package/dist/dev/src/index.js +9 -0
  426. package/dist/dev/src/index.js.map +1 -0
  427. package/dist/dev/src/modifiers.js +21 -0
  428. package/dist/dev/src/modifiers.js.map +1 -0
  429. package/dist/dev/src/name-policy.js +36 -0
  430. package/dist/dev/src/name-policy.js.map +1 -0
  431. package/dist/dev/src/scopes/class.js +11 -0
  432. package/dist/dev/src/scopes/class.js.map +1 -0
  433. package/dist/dev/src/scopes/contexts.js +34 -0
  434. package/dist/dev/src/scopes/contexts.js.map +1 -0
  435. package/dist/dev/src/scopes/csharp.js +25 -0
  436. package/dist/dev/src/scopes/csharp.js.map +1 -0
  437. package/dist/dev/src/scopes/factories.js +25 -0
  438. package/dist/dev/src/scopes/factories.js.map +1 -0
  439. package/dist/dev/src/scopes/index.js +10 -0
  440. package/dist/dev/src/scopes/index.js.map +1 -0
  441. package/dist/dev/src/scopes/lexical.js +8 -0
  442. package/dist/dev/src/scopes/lexical.js.map +1 -0
  443. package/dist/dev/src/scopes/method.js +14 -0
  444. package/dist/dev/src/scopes/method.js.map +1 -0
  445. package/dist/dev/src/scopes/named-type.js +33 -0
  446. package/dist/dev/src/scopes/named-type.js.map +1 -0
  447. package/dist/dev/src/scopes/namespace.js +39 -0
  448. package/dist/dev/src/scopes/namespace.js.map +1 -0
  449. package/dist/dev/src/scopes/source-file.js +44 -0
  450. package/dist/dev/src/scopes/source-file.js.map +1 -0
  451. package/dist/dev/src/symbols/csharp.js +263 -0
  452. package/dist/dev/src/symbols/csharp.js.map +1 -0
  453. package/dist/dev/src/symbols/factories.js +145 -0
  454. package/dist/dev/src/symbols/factories.js.map +1 -0
  455. package/dist/dev/src/symbols/index.js +7 -0
  456. package/dist/dev/src/symbols/index.js.map +1 -0
  457. package/dist/dev/src/symbols/method.js +16 -0
  458. package/dist/dev/src/symbols/method.js.map +1 -0
  459. package/dist/dev/src/symbols/named-type.js +42 -0
  460. package/dist/dev/src/symbols/named-type.js.map +1 -0
  461. package/dist/dev/src/symbols/namespace.js +55 -0
  462. package/dist/dev/src/symbols/namespace.js.map +1 -0
  463. package/dist/dev/src/symbols/reference.js +79 -0
  464. package/dist/dev/src/symbols/reference.js.map +1 -0
  465. package/dist/dev/test/utils.js +111 -0
  466. package/dist/dev/test/utils.js.map +1 -0
  467. package/dist/dev/test/vitest.setup.js +2 -0
  468. package/dist/dev/test/vitest.setup.js.map +1 -0
  469. package/dist/dev/testing/create-wrapper.js +13 -0
  470. package/dist/dev/testing/create-wrapper.js.map +1 -0
  471. package/dist/dev/testing/create-wrapper.test.js +300 -0
  472. package/dist/dev/testing/create-wrapper.test.js.map +1 -0
  473. package/dist/dev/testing/index.js +2 -0
  474. package/dist/dev/testing/index.js.map +1 -0
  475. package/dist/src/components/namespace/namespace.d.ts.map +1 -1
  476. package/dist/src/components/namespace/namespace.js +11 -13
  477. package/dist/src/components/namespace/namespace.js.map +1 -1
  478. package/dist/src/components/namespace/namespace.test.js +61 -2
  479. package/dist/src/components/namespace/namespace.test.js.map +1 -1
  480. package/dist/src/components/namespace-scopes.d.ts +16 -0
  481. package/dist/src/components/namespace-scopes.d.ts.map +1 -1
  482. package/dist/src/components/namespace-scopes.js +8 -1
  483. package/dist/src/components/namespace-scopes.js.map +1 -1
  484. package/dist/src/components/namespace.ref.test.js +41 -0
  485. package/dist/src/components/namespace.ref.test.js.map +1 -1
  486. package/dist/tsconfig.tsbuildinfo +1 -1
  487. package/package.json +13 -6
  488. package/src/components/namespace/namespace.test.tsx +42 -1
  489. package/src/components/namespace/namespace.tsx +16 -8
  490. package/src/components/namespace-scopes.tsx +25 -1
  491. package/src/components/namespace.ref.test.tsx +29 -0
  492. package/vitest.config.ts +8 -0
@@ -0,0 +1,4504 @@
1
+ import Collections from "../Collections/index.js";
2
+ import ComponentModel from "../ComponentModel/index.js";
3
+ import Globalization from "../Globalization/index.js";
4
+ import System from "../index.js";
5
+ import { createLibrary } from "#createLibrary";
6
+ export { default as Common } from "./Common/index.js";
7
+ export { default as SqlTypes } from "./SqlTypes/index.js";
8
+ const Data = createLibrary("System.Data", {
9
+ AcceptRejectRule: {
10
+ kind: "enum",
11
+ members: {
12
+ None: {
13
+ kind: "field",
14
+ type: () => {
15
+ return Data.AcceptRejectRule;
16
+ }
17
+ },
18
+ Cascade: {
19
+ kind: "field",
20
+ type: () => {
21
+ return Data.AcceptRejectRule;
22
+ }
23
+ }
24
+ }
25
+ },
26
+ CommandBehavior: {
27
+ kind: "enum",
28
+ members: {
29
+ Default: {
30
+ kind: "field",
31
+ type: () => {
32
+ return Data.CommandBehavior;
33
+ }
34
+ },
35
+ SingleResult: {
36
+ kind: "field",
37
+ type: () => {
38
+ return Data.CommandBehavior;
39
+ }
40
+ },
41
+ SchemaOnly: {
42
+ kind: "field",
43
+ type: () => {
44
+ return Data.CommandBehavior;
45
+ }
46
+ },
47
+ KeyInfo: {
48
+ kind: "field",
49
+ type: () => {
50
+ return Data.CommandBehavior;
51
+ }
52
+ },
53
+ SingleRow: {
54
+ kind: "field",
55
+ type: () => {
56
+ return Data.CommandBehavior;
57
+ }
58
+ },
59
+ SequentialAccess: {
60
+ kind: "field",
61
+ type: () => {
62
+ return Data.CommandBehavior;
63
+ }
64
+ },
65
+ CloseConnection: {
66
+ kind: "field",
67
+ type: () => {
68
+ return Data.CommandBehavior;
69
+ }
70
+ }
71
+ }
72
+ },
73
+ CommandType: {
74
+ kind: "enum",
75
+ members: {
76
+ Text: {
77
+ kind: "field",
78
+ type: () => {
79
+ return Data.CommandType;
80
+ }
81
+ },
82
+ StoredProcedure: {
83
+ kind: "field",
84
+ type: () => {
85
+ return Data.CommandType;
86
+ }
87
+ },
88
+ TableDirect: {
89
+ kind: "field",
90
+ type: () => {
91
+ return Data.CommandType;
92
+ }
93
+ }
94
+ }
95
+ },
96
+ ConflictOption: {
97
+ kind: "enum",
98
+ members: {
99
+ CompareAllSearchableValues: {
100
+ kind: "field",
101
+ type: () => {
102
+ return Data.ConflictOption;
103
+ }
104
+ },
105
+ CompareRowVersion: {
106
+ kind: "field",
107
+ type: () => {
108
+ return Data.ConflictOption;
109
+ }
110
+ },
111
+ OverwriteChanges: {
112
+ kind: "field",
113
+ type: () => {
114
+ return Data.ConflictOption;
115
+ }
116
+ }
117
+ }
118
+ },
119
+ ConnectionState: {
120
+ kind: "enum",
121
+ members: {
122
+ Closed: {
123
+ kind: "field",
124
+ type: () => {
125
+ return Data.ConnectionState;
126
+ }
127
+ },
128
+ Open: {
129
+ kind: "field",
130
+ type: () => {
131
+ return Data.ConnectionState;
132
+ }
133
+ },
134
+ Connecting: {
135
+ kind: "field",
136
+ type: () => {
137
+ return Data.ConnectionState;
138
+ }
139
+ },
140
+ Executing: {
141
+ kind: "field",
142
+ type: () => {
143
+ return Data.ConnectionState;
144
+ }
145
+ },
146
+ Fetching: {
147
+ kind: "field",
148
+ type: () => {
149
+ return Data.ConnectionState;
150
+ }
151
+ },
152
+ Broken: {
153
+ kind: "field",
154
+ type: () => {
155
+ return Data.ConnectionState;
156
+ }
157
+ }
158
+ }
159
+ },
160
+ Constraint: {
161
+ kind: "class",
162
+ members: {
163
+ CheckStateForProperty: {
164
+ kind: "method",
165
+ methodKind: "ordinary"
166
+ },
167
+ SetDataSet: {
168
+ kind: "method",
169
+ methodKind: "ordinary"
170
+ },
171
+ ToString: {
172
+ kind: "method",
173
+ methodKind: "ordinary",
174
+ isOverride: true
175
+ },
176
+ ConstraintName: {
177
+ kind: "property",
178
+ type: () => {
179
+ return System.String;
180
+ },
181
+ isVirtual: true
182
+ },
183
+ ExtendedProperties: {
184
+ kind: "property",
185
+ type: () => {
186
+ return Data.PropertyCollection;
187
+ }
188
+ },
189
+ Table: {
190
+ kind: "property",
191
+ type: () => {
192
+ return Data.DataTable;
193
+ },
194
+ isAbstract: true
195
+ }
196
+ },
197
+ isAbstract: true
198
+ },
199
+ ConstraintCollection: {
200
+ kind: "class",
201
+ members: {
202
+ Add: {
203
+ kind: "method",
204
+ methodKind: "ordinary"
205
+ },
206
+ AddRange: {
207
+ kind: "method",
208
+ methodKind: "ordinary"
209
+ },
210
+ CanRemove: {
211
+ kind: "method",
212
+ methodKind: "ordinary"
213
+ },
214
+ Clear: {
215
+ kind: "method",
216
+ methodKind: "ordinary"
217
+ },
218
+ Contains: {
219
+ kind: "method",
220
+ methodKind: "ordinary"
221
+ },
222
+ CopyTo: {
223
+ kind: "method",
224
+ methodKind: "ordinary"
225
+ },
226
+ IndexOf: {
227
+ kind: "method",
228
+ methodKind: "ordinary"
229
+ },
230
+ Remove: {
231
+ kind: "method",
232
+ methodKind: "ordinary"
233
+ },
234
+ RemoveAt: {
235
+ kind: "method",
236
+ methodKind: "ordinary"
237
+ },
238
+ Item: {
239
+ kind: "property",
240
+ type: () => {
241
+ return Data.Constraint;
242
+ }
243
+ },
244
+ List: {
245
+ kind: "property",
246
+ type: () => {
247
+ return Collections.ArrayList;
248
+ },
249
+ isOverride: true
250
+ }
251
+ },
252
+ isSealed: true
253
+ },
254
+ ConstraintException: {
255
+ kind: "class",
256
+ members: {
257
+ ConstraintException: {
258
+ kind: "method",
259
+ methodKind: "constructor"
260
+ }
261
+ }
262
+ },
263
+ DBConcurrencyException: {
264
+ kind: "class",
265
+ members: {
266
+ DBConcurrencyException: {
267
+ kind: "method",
268
+ methodKind: "constructor"
269
+ },
270
+ CopyToRows: {
271
+ kind: "method",
272
+ methodKind: "ordinary"
273
+ },
274
+ Row: {
275
+ kind: "property",
276
+ type: () => {
277
+ return Data.DataRow;
278
+ }
279
+ },
280
+ RowCount: {
281
+ kind: "property",
282
+ type: () => {
283
+ return System.Int32;
284
+ }
285
+ }
286
+ },
287
+ isSealed: true
288
+ },
289
+ DataColumn: {
290
+ kind: "class",
291
+ members: {
292
+ DataColumn: {
293
+ kind: "method",
294
+ methodKind: "constructor"
295
+ },
296
+ CheckNotAllowNull: {
297
+ kind: "method",
298
+ methodKind: "ordinary"
299
+ },
300
+ CheckUnique: {
301
+ kind: "method",
302
+ methodKind: "ordinary"
303
+ },
304
+ OnPropertyChanging: {
305
+ kind: "method",
306
+ methodKind: "ordinary",
307
+ isVirtual: true
308
+ },
309
+ RaisePropertyChanging: {
310
+ kind: "method",
311
+ methodKind: "ordinary"
312
+ },
313
+ SetOrdinal: {
314
+ kind: "method",
315
+ methodKind: "ordinary"
316
+ },
317
+ ToString: {
318
+ kind: "method",
319
+ methodKind: "ordinary",
320
+ isOverride: true
321
+ },
322
+ AllowDBNull: {
323
+ kind: "property",
324
+ type: () => {
325
+ return System.Boolean;
326
+ }
327
+ },
328
+ AutoIncrement: {
329
+ kind: "property",
330
+ type: () => {
331
+ return System.Boolean;
332
+ }
333
+ },
334
+ AutoIncrementSeed: {
335
+ kind: "property",
336
+ type: () => {
337
+ return System.Int64;
338
+ }
339
+ },
340
+ AutoIncrementStep: {
341
+ kind: "property",
342
+ type: () => {
343
+ return System.Int64;
344
+ }
345
+ },
346
+ Caption: {
347
+ kind: "property",
348
+ type: () => {
349
+ return System.String;
350
+ }
351
+ },
352
+ ColumnMapping: {
353
+ kind: "property",
354
+ type: () => {
355
+ return Data.MappingType;
356
+ },
357
+ isVirtual: true
358
+ },
359
+ ColumnName: {
360
+ kind: "property",
361
+ type: () => {
362
+ return System.String;
363
+ }
364
+ },
365
+ DateTimeMode: {
366
+ kind: "property",
367
+ type: () => {
368
+ return Data.DataSetDateTime;
369
+ }
370
+ },
371
+ Expression: {
372
+ kind: "property",
373
+ type: () => {
374
+ return System.String;
375
+ }
376
+ },
377
+ ExtendedProperties: {
378
+ kind: "property",
379
+ type: () => {
380
+ return Data.PropertyCollection;
381
+ }
382
+ },
383
+ MaxLength: {
384
+ kind: "property",
385
+ type: () => {
386
+ return System.Int32;
387
+ }
388
+ },
389
+ Namespace: {
390
+ kind: "property",
391
+ type: () => {
392
+ return System.String;
393
+ }
394
+ },
395
+ Ordinal: {
396
+ kind: "property",
397
+ type: () => {
398
+ return System.Int32;
399
+ }
400
+ },
401
+ Prefix: {
402
+ kind: "property",
403
+ type: () => {
404
+ return System.String;
405
+ }
406
+ },
407
+ ReadOnly: {
408
+ kind: "property",
409
+ type: () => {
410
+ return System.Boolean;
411
+ }
412
+ },
413
+ Table: {
414
+ kind: "property",
415
+ type: () => {
416
+ return Data.DataTable;
417
+ }
418
+ },
419
+ Unique: {
420
+ kind: "property",
421
+ type: () => {
422
+ return System.Boolean;
423
+ }
424
+ },
425
+ DataType: {
426
+ kind: "property",
427
+ type: () => {
428
+ return System.Type;
429
+ }
430
+ },
431
+ DefaultValue: {
432
+ kind: "property",
433
+ type: () => {
434
+ return System.Object;
435
+ }
436
+ }
437
+ }
438
+ },
439
+ DataColumnChangeEventArgs: {
440
+ kind: "class",
441
+ members: {
442
+ DataColumnChangeEventArgs: {
443
+ kind: "method",
444
+ methodKind: "constructor"
445
+ },
446
+ Column: {
447
+ kind: "property",
448
+ type: () => {
449
+ return Data.DataColumn;
450
+ }
451
+ },
452
+ ProposedValue: {
453
+ kind: "property",
454
+ type: () => {
455
+ return System.Object;
456
+ },
457
+ isNullable: true
458
+ },
459
+ Row: {
460
+ kind: "property",
461
+ type: () => {
462
+ return Data.DataRow;
463
+ }
464
+ }
465
+ }
466
+ },
467
+ DataColumnChangeEventHandler: {
468
+ kind: "generic",
469
+ members: {
470
+ DataColumnChangeEventHandler: {
471
+ kind: "method",
472
+ methodKind: "constructor"
473
+ },
474
+ Invoke: {
475
+ kind: "method",
476
+ methodKind: "ordinary",
477
+ isVirtual: true
478
+ },
479
+ BeginInvoke: {
480
+ kind: "method",
481
+ methodKind: "ordinary",
482
+ isVirtual: true
483
+ },
484
+ EndInvoke: {
485
+ kind: "method",
486
+ methodKind: "ordinary",
487
+ isVirtual: true
488
+ }
489
+ }
490
+ },
491
+ DataColumnCollection: {
492
+ kind: "class",
493
+ members: {
494
+ Add: {
495
+ kind: "method",
496
+ methodKind: "ordinary"
497
+ },
498
+ AddRange: {
499
+ kind: "method",
500
+ methodKind: "ordinary"
501
+ },
502
+ CanRemove: {
503
+ kind: "method",
504
+ methodKind: "ordinary"
505
+ },
506
+ Clear: {
507
+ kind: "method",
508
+ methodKind: "ordinary"
509
+ },
510
+ Contains: {
511
+ kind: "method",
512
+ methodKind: "ordinary"
513
+ },
514
+ CopyTo: {
515
+ kind: "method",
516
+ methodKind: "ordinary"
517
+ },
518
+ IndexOf: {
519
+ kind: "method",
520
+ methodKind: "ordinary"
521
+ },
522
+ Remove: {
523
+ kind: "method",
524
+ methodKind: "ordinary"
525
+ },
526
+ RemoveAt: {
527
+ kind: "method",
528
+ methodKind: "ordinary"
529
+ },
530
+ Item: {
531
+ kind: "property",
532
+ type: () => {
533
+ return Data.DataColumn;
534
+ }
535
+ },
536
+ List: {
537
+ kind: "property",
538
+ type: () => {
539
+ return Collections.ArrayList;
540
+ },
541
+ isOverride: true
542
+ }
543
+ },
544
+ isSealed: true
545
+ },
546
+ DataException: {
547
+ kind: "class",
548
+ members: {
549
+ DataException: {
550
+ kind: "method",
551
+ methodKind: "constructor"
552
+ }
553
+ }
554
+ },
555
+ DataReaderExtensions: {
556
+ kind: "class",
557
+ members: {
558
+ GetBoolean: {
559
+ kind: "method",
560
+ methodKind: "ordinary",
561
+ isStatic: true
562
+ },
563
+ GetByte: {
564
+ kind: "method",
565
+ methodKind: "ordinary",
566
+ isStatic: true
567
+ },
568
+ GetBytes: {
569
+ kind: "method",
570
+ methodKind: "ordinary",
571
+ isStatic: true
572
+ },
573
+ GetChar: {
574
+ kind: "method",
575
+ methodKind: "ordinary",
576
+ isStatic: true
577
+ },
578
+ GetChars: {
579
+ kind: "method",
580
+ methodKind: "ordinary",
581
+ isStatic: true
582
+ },
583
+ GetDataTypeName: {
584
+ kind: "method",
585
+ methodKind: "ordinary",
586
+ isStatic: true
587
+ },
588
+ GetDateTime: {
589
+ kind: "method",
590
+ methodKind: "ordinary",
591
+ isStatic: true
592
+ },
593
+ GetDecimal: {
594
+ kind: "method",
595
+ methodKind: "ordinary",
596
+ isStatic: true
597
+ },
598
+ GetDouble: {
599
+ kind: "method",
600
+ methodKind: "ordinary",
601
+ isStatic: true
602
+ },
603
+ GetFieldType: {
604
+ kind: "method",
605
+ methodKind: "ordinary",
606
+ isStatic: true
607
+ },
608
+ GetFloat: {
609
+ kind: "method",
610
+ methodKind: "ordinary",
611
+ isStatic: true
612
+ },
613
+ GetGuid: {
614
+ kind: "method",
615
+ methodKind: "ordinary",
616
+ isStatic: true
617
+ },
618
+ GetInt16: {
619
+ kind: "method",
620
+ methodKind: "ordinary",
621
+ isStatic: true
622
+ },
623
+ GetInt32: {
624
+ kind: "method",
625
+ methodKind: "ordinary",
626
+ isStatic: true
627
+ },
628
+ GetInt64: {
629
+ kind: "method",
630
+ methodKind: "ordinary",
631
+ isStatic: true
632
+ },
633
+ GetStream: {
634
+ kind: "method",
635
+ methodKind: "ordinary",
636
+ isStatic: true
637
+ },
638
+ GetString: {
639
+ kind: "method",
640
+ methodKind: "ordinary",
641
+ isStatic: true
642
+ },
643
+ GetTextReader: {
644
+ kind: "method",
645
+ methodKind: "ordinary",
646
+ isStatic: true
647
+ },
648
+ GetValue: {
649
+ kind: "method",
650
+ methodKind: "ordinary",
651
+ isStatic: true
652
+ },
653
+ IsDBNull: {
654
+ kind: "method",
655
+ methodKind: "ordinary",
656
+ isStatic: true
657
+ },
658
+ IsDBNullAsync: {
659
+ kind: "method",
660
+ methodKind: "ordinary",
661
+ isStatic: true
662
+ }
663
+ },
664
+ isStatic: true
665
+ },
666
+ DataRelation: {
667
+ kind: "class",
668
+ members: {
669
+ DataRelation: {
670
+ kind: "method",
671
+ methodKind: "constructor"
672
+ },
673
+ CheckStateForProperty: {
674
+ kind: "method",
675
+ methodKind: "ordinary"
676
+ },
677
+ OnPropertyChanging: {
678
+ kind: "method",
679
+ methodKind: "ordinary"
680
+ },
681
+ RaisePropertyChanging: {
682
+ kind: "method",
683
+ methodKind: "ordinary"
684
+ },
685
+ ToString: {
686
+ kind: "method",
687
+ methodKind: "ordinary",
688
+ isOverride: true
689
+ },
690
+ ChildColumns: {
691
+ kind: "property",
692
+ type: () => {
693
+ return System.Array;
694
+ },
695
+ isVirtual: true
696
+ },
697
+ ChildKeyConstraint: {
698
+ kind: "property",
699
+ type: () => {
700
+ return Data.ForeignKeyConstraint;
701
+ },
702
+ isNullable: true,
703
+ isVirtual: true
704
+ },
705
+ ChildTable: {
706
+ kind: "property",
707
+ type: () => {
708
+ return Data.DataTable;
709
+ },
710
+ isVirtual: true
711
+ },
712
+ DataSet: {
713
+ kind: "property",
714
+ type: () => {
715
+ return Data.DataSet;
716
+ },
717
+ isVirtual: true
718
+ },
719
+ ExtendedProperties: {
720
+ kind: "property",
721
+ type: () => {
722
+ return Data.PropertyCollection;
723
+ }
724
+ },
725
+ Nested: {
726
+ kind: "property",
727
+ type: () => {
728
+ return System.Boolean;
729
+ },
730
+ isVirtual: true
731
+ },
732
+ ParentColumns: {
733
+ kind: "property",
734
+ type: () => {
735
+ return System.Array;
736
+ },
737
+ isVirtual: true
738
+ },
739
+ ParentKeyConstraint: {
740
+ kind: "property",
741
+ type: () => {
742
+ return Data.UniqueConstraint;
743
+ },
744
+ isNullable: true,
745
+ isVirtual: true
746
+ },
747
+ ParentTable: {
748
+ kind: "property",
749
+ type: () => {
750
+ return Data.DataTable;
751
+ },
752
+ isVirtual: true
753
+ },
754
+ RelationName: {
755
+ kind: "property",
756
+ type: () => {
757
+ return System.String;
758
+ },
759
+ isVirtual: true
760
+ }
761
+ }
762
+ },
763
+ DataRelationCollection: {
764
+ kind: "class",
765
+ members: {
766
+ DataRelationCollection: {
767
+ kind: "method",
768
+ methodKind: "constructor"
769
+ },
770
+ Add: {
771
+ kind: "method",
772
+ methodKind: "ordinary",
773
+ isVirtual: true
774
+ },
775
+ AddCore: {
776
+ kind: "method",
777
+ methodKind: "ordinary",
778
+ isVirtual: true
779
+ },
780
+ AddRange: {
781
+ kind: "method",
782
+ methodKind: "ordinary",
783
+ isVirtual: true
784
+ },
785
+ CanRemove: {
786
+ kind: "method",
787
+ methodKind: "ordinary",
788
+ isVirtual: true
789
+ },
790
+ Clear: {
791
+ kind: "method",
792
+ methodKind: "ordinary",
793
+ isVirtual: true
794
+ },
795
+ Contains: {
796
+ kind: "method",
797
+ methodKind: "ordinary",
798
+ isVirtual: true
799
+ },
800
+ CopyTo: {
801
+ kind: "method",
802
+ methodKind: "ordinary"
803
+ },
804
+ GetDataSet: {
805
+ kind: "method",
806
+ methodKind: "ordinary",
807
+ isAbstract: true
808
+ },
809
+ IndexOf: {
810
+ kind: "method",
811
+ methodKind: "ordinary",
812
+ isVirtual: true
813
+ },
814
+ OnCollectionChanged: {
815
+ kind: "method",
816
+ methodKind: "ordinary",
817
+ isVirtual: true
818
+ },
819
+ OnCollectionChanging: {
820
+ kind: "method",
821
+ methodKind: "ordinary",
822
+ isVirtual: true
823
+ },
824
+ Remove: {
825
+ kind: "method",
826
+ methodKind: "ordinary"
827
+ },
828
+ RemoveAt: {
829
+ kind: "method",
830
+ methodKind: "ordinary"
831
+ },
832
+ RemoveCore: {
833
+ kind: "method",
834
+ methodKind: "ordinary",
835
+ isVirtual: true
836
+ },
837
+ Item: {
838
+ kind: "property",
839
+ type: () => {
840
+ return Data.DataRelation;
841
+ },
842
+ isAbstract: true
843
+ }
844
+ },
845
+ isAbstract: true
846
+ },
847
+ DataRow: {
848
+ kind: "class",
849
+ members: {
850
+ DataRow: {
851
+ kind: "method",
852
+ methodKind: "constructor"
853
+ },
854
+ AcceptChanges: {
855
+ kind: "method",
856
+ methodKind: "ordinary"
857
+ },
858
+ BeginEdit: {
859
+ kind: "method",
860
+ methodKind: "ordinary"
861
+ },
862
+ CancelEdit: {
863
+ kind: "method",
864
+ methodKind: "ordinary"
865
+ },
866
+ ClearErrors: {
867
+ kind: "method",
868
+ methodKind: "ordinary"
869
+ },
870
+ Delete: {
871
+ kind: "method",
872
+ methodKind: "ordinary"
873
+ },
874
+ EndEdit: {
875
+ kind: "method",
876
+ methodKind: "ordinary"
877
+ },
878
+ GetChildRows: {
879
+ kind: "method",
880
+ methodKind: "ordinary"
881
+ },
882
+ GetColumnError: {
883
+ kind: "method",
884
+ methodKind: "ordinary"
885
+ },
886
+ GetColumnsInError: {
887
+ kind: "method",
888
+ methodKind: "ordinary"
889
+ },
890
+ GetParentRow: {
891
+ kind: "method",
892
+ methodKind: "ordinary"
893
+ },
894
+ GetParentRows: {
895
+ kind: "method",
896
+ methodKind: "ordinary"
897
+ },
898
+ HasVersion: {
899
+ kind: "method",
900
+ methodKind: "ordinary"
901
+ },
902
+ IsNull: {
903
+ kind: "method",
904
+ methodKind: "ordinary"
905
+ },
906
+ RejectChanges: {
907
+ kind: "method",
908
+ methodKind: "ordinary"
909
+ },
910
+ SetAdded: {
911
+ kind: "method",
912
+ methodKind: "ordinary"
913
+ },
914
+ SetColumnError: {
915
+ kind: "method",
916
+ methodKind: "ordinary"
917
+ },
918
+ SetModified: {
919
+ kind: "method",
920
+ methodKind: "ordinary"
921
+ },
922
+ SetNull: {
923
+ kind: "method",
924
+ methodKind: "ordinary"
925
+ },
926
+ SetParentRow: {
927
+ kind: "method",
928
+ methodKind: "ordinary"
929
+ },
930
+ HasErrors: {
931
+ kind: "property",
932
+ type: () => {
933
+ return System.Boolean;
934
+ }
935
+ },
936
+ Item: {
937
+ kind: "property",
938
+ type: () => {
939
+ return System.Object;
940
+ }
941
+ },
942
+ ItemArray: {
943
+ kind: "property",
944
+ type: () => {
945
+ return System.Array;
946
+ }
947
+ },
948
+ RowError: {
949
+ kind: "property",
950
+ type: () => {
951
+ return System.String;
952
+ }
953
+ },
954
+ RowState: {
955
+ kind: "property",
956
+ type: () => {
957
+ return Data.DataRowState;
958
+ }
959
+ },
960
+ Table: {
961
+ kind: "property",
962
+ type: () => {
963
+ return Data.DataTable;
964
+ }
965
+ }
966
+ }
967
+ },
968
+ DataRowAction: {
969
+ kind: "enum",
970
+ members: {
971
+ Nothing: {
972
+ kind: "field",
973
+ type: () => {
974
+ return Data.DataRowAction;
975
+ }
976
+ },
977
+ Delete: {
978
+ kind: "field",
979
+ type: () => {
980
+ return Data.DataRowAction;
981
+ }
982
+ },
983
+ Change: {
984
+ kind: "field",
985
+ type: () => {
986
+ return Data.DataRowAction;
987
+ }
988
+ },
989
+ Rollback: {
990
+ kind: "field",
991
+ type: () => {
992
+ return Data.DataRowAction;
993
+ }
994
+ },
995
+ Commit: {
996
+ kind: "field",
997
+ type: () => {
998
+ return Data.DataRowAction;
999
+ }
1000
+ },
1001
+ Add: {
1002
+ kind: "field",
1003
+ type: () => {
1004
+ return Data.DataRowAction;
1005
+ }
1006
+ },
1007
+ ChangeOriginal: {
1008
+ kind: "field",
1009
+ type: () => {
1010
+ return Data.DataRowAction;
1011
+ }
1012
+ },
1013
+ ChangeCurrentAndOriginal: {
1014
+ kind: "field",
1015
+ type: () => {
1016
+ return Data.DataRowAction;
1017
+ }
1018
+ }
1019
+ }
1020
+ },
1021
+ DataRowBuilder: {
1022
+ kind: "class",
1023
+ members: {},
1024
+ isSealed: true
1025
+ },
1026
+ DataRowChangeEventArgs: {
1027
+ kind: "class",
1028
+ members: {
1029
+ DataRowChangeEventArgs: {
1030
+ kind: "method",
1031
+ methodKind: "constructor"
1032
+ },
1033
+ Action: {
1034
+ kind: "property",
1035
+ type: () => {
1036
+ return Data.DataRowAction;
1037
+ }
1038
+ },
1039
+ Row: {
1040
+ kind: "property",
1041
+ type: () => {
1042
+ return Data.DataRow;
1043
+ }
1044
+ }
1045
+ }
1046
+ },
1047
+ DataRowChangeEventHandler: {
1048
+ kind: "generic",
1049
+ members: {
1050
+ DataRowChangeEventHandler: {
1051
+ kind: "method",
1052
+ methodKind: "constructor"
1053
+ },
1054
+ Invoke: {
1055
+ kind: "method",
1056
+ methodKind: "ordinary",
1057
+ isVirtual: true
1058
+ },
1059
+ BeginInvoke: {
1060
+ kind: "method",
1061
+ methodKind: "ordinary",
1062
+ isVirtual: true
1063
+ },
1064
+ EndInvoke: {
1065
+ kind: "method",
1066
+ methodKind: "ordinary",
1067
+ isVirtual: true
1068
+ }
1069
+ }
1070
+ },
1071
+ DataRowCollection: {
1072
+ kind: "class",
1073
+ members: {
1074
+ Add: {
1075
+ kind: "method",
1076
+ methodKind: "ordinary"
1077
+ },
1078
+ Clear: {
1079
+ kind: "method",
1080
+ methodKind: "ordinary"
1081
+ },
1082
+ Contains: {
1083
+ kind: "method",
1084
+ methodKind: "ordinary"
1085
+ },
1086
+ CopyTo: {
1087
+ kind: "method",
1088
+ methodKind: "ordinary",
1089
+ isOverride: true
1090
+ },
1091
+ Find: {
1092
+ kind: "method",
1093
+ methodKind: "ordinary"
1094
+ },
1095
+ GetEnumerator: {
1096
+ kind: "method",
1097
+ methodKind: "ordinary",
1098
+ isOverride: true
1099
+ },
1100
+ IndexOf: {
1101
+ kind: "method",
1102
+ methodKind: "ordinary"
1103
+ },
1104
+ InsertAt: {
1105
+ kind: "method",
1106
+ methodKind: "ordinary"
1107
+ },
1108
+ Remove: {
1109
+ kind: "method",
1110
+ methodKind: "ordinary"
1111
+ },
1112
+ RemoveAt: {
1113
+ kind: "method",
1114
+ methodKind: "ordinary"
1115
+ },
1116
+ Count: {
1117
+ kind: "property",
1118
+ type: () => {
1119
+ return System.Int32;
1120
+ },
1121
+ isOverride: true
1122
+ },
1123
+ Item: {
1124
+ kind: "property",
1125
+ type: () => {
1126
+ return Data.DataRow;
1127
+ }
1128
+ }
1129
+ },
1130
+ isSealed: true
1131
+ },
1132
+ DataRowComparer: {
1133
+ kind: "class",
1134
+ members: {
1135
+ Equals: {
1136
+ kind: "method",
1137
+ methodKind: "ordinary"
1138
+ },
1139
+ GetHashCode: {
1140
+ kind: "method",
1141
+ methodKind: "ordinary"
1142
+ },
1143
+ Default: {
1144
+ kind: "property",
1145
+ type: () => {
1146
+ return Data.DataRowComparer;
1147
+ },
1148
+ isStatic: true
1149
+ }
1150
+ },
1151
+ isSealed: true
1152
+ },
1153
+ DataRowExtensions: {
1154
+ kind: "class",
1155
+ members: {},
1156
+ isStatic: true
1157
+ },
1158
+ DataRowState: {
1159
+ kind: "enum",
1160
+ members: {
1161
+ Detached: {
1162
+ kind: "field",
1163
+ type: () => {
1164
+ return Data.DataRowState;
1165
+ }
1166
+ },
1167
+ Unchanged: {
1168
+ kind: "field",
1169
+ type: () => {
1170
+ return Data.DataRowState;
1171
+ }
1172
+ },
1173
+ Added: {
1174
+ kind: "field",
1175
+ type: () => {
1176
+ return Data.DataRowState;
1177
+ }
1178
+ },
1179
+ Deleted: {
1180
+ kind: "field",
1181
+ type: () => {
1182
+ return Data.DataRowState;
1183
+ }
1184
+ },
1185
+ Modified: {
1186
+ kind: "field",
1187
+ type: () => {
1188
+ return Data.DataRowState;
1189
+ }
1190
+ }
1191
+ }
1192
+ },
1193
+ DataRowVersion: {
1194
+ kind: "enum",
1195
+ members: {
1196
+ Original: {
1197
+ kind: "field",
1198
+ type: () => {
1199
+ return Data.DataRowVersion;
1200
+ }
1201
+ },
1202
+ Current: {
1203
+ kind: "field",
1204
+ type: () => {
1205
+ return Data.DataRowVersion;
1206
+ }
1207
+ },
1208
+ Proposed: {
1209
+ kind: "field",
1210
+ type: () => {
1211
+ return Data.DataRowVersion;
1212
+ }
1213
+ },
1214
+ Default: {
1215
+ kind: "field",
1216
+ type: () => {
1217
+ return Data.DataRowVersion;
1218
+ }
1219
+ }
1220
+ }
1221
+ },
1222
+ DataRowView: {
1223
+ kind: "class",
1224
+ members: {
1225
+ BeginEdit: {
1226
+ kind: "method",
1227
+ methodKind: "ordinary"
1228
+ },
1229
+ CancelEdit: {
1230
+ kind: "method",
1231
+ methodKind: "ordinary"
1232
+ },
1233
+ CreateChildView: {
1234
+ kind: "method",
1235
+ methodKind: "ordinary"
1236
+ },
1237
+ Delete: {
1238
+ kind: "method",
1239
+ methodKind: "ordinary"
1240
+ },
1241
+ EndEdit: {
1242
+ kind: "method",
1243
+ methodKind: "ordinary"
1244
+ },
1245
+ Equals: {
1246
+ kind: "method",
1247
+ methodKind: "ordinary",
1248
+ isOverride: true
1249
+ },
1250
+ GetHashCode: {
1251
+ kind: "method",
1252
+ methodKind: "ordinary",
1253
+ isOverride: true
1254
+ },
1255
+ DataView: {
1256
+ kind: "property",
1257
+ type: () => {
1258
+ return Data.DataView;
1259
+ }
1260
+ },
1261
+ IsEdit: {
1262
+ kind: "property",
1263
+ type: () => {
1264
+ return System.Boolean;
1265
+ }
1266
+ },
1267
+ IsNew: {
1268
+ kind: "property",
1269
+ type: () => {
1270
+ return System.Boolean;
1271
+ }
1272
+ },
1273
+ Item: {
1274
+ kind: "property",
1275
+ type: () => {
1276
+ return System.Object;
1277
+ }
1278
+ },
1279
+ Row: {
1280
+ kind: "property",
1281
+ type: () => {
1282
+ return Data.DataRow;
1283
+ }
1284
+ },
1285
+ RowVersion: {
1286
+ kind: "property",
1287
+ type: () => {
1288
+ return Data.DataRowVersion;
1289
+ }
1290
+ }
1291
+ }
1292
+ },
1293
+ DataSet: {
1294
+ kind: "class",
1295
+ members: {
1296
+ DataSet: {
1297
+ kind: "method",
1298
+ methodKind: "constructor"
1299
+ },
1300
+ AcceptChanges: {
1301
+ kind: "method",
1302
+ methodKind: "ordinary"
1303
+ },
1304
+ BeginInit: {
1305
+ kind: "method",
1306
+ methodKind: "ordinary"
1307
+ },
1308
+ Clear: {
1309
+ kind: "method",
1310
+ methodKind: "ordinary"
1311
+ },
1312
+ Clone: {
1313
+ kind: "method",
1314
+ methodKind: "ordinary",
1315
+ isVirtual: true
1316
+ },
1317
+ Copy: {
1318
+ kind: "method",
1319
+ methodKind: "ordinary"
1320
+ },
1321
+ CreateDataReader: {
1322
+ kind: "method",
1323
+ methodKind: "ordinary"
1324
+ },
1325
+ DetermineSchemaSerializationMode: {
1326
+ kind: "method",
1327
+ methodKind: "ordinary"
1328
+ },
1329
+ EndInit: {
1330
+ kind: "method",
1331
+ methodKind: "ordinary"
1332
+ },
1333
+ GetChanges: {
1334
+ kind: "method",
1335
+ methodKind: "ordinary"
1336
+ },
1337
+ GetDataSetSchema: {
1338
+ kind: "method",
1339
+ methodKind: "ordinary",
1340
+ isStatic: true
1341
+ },
1342
+ GetSchemaSerializable: {
1343
+ kind: "method",
1344
+ methodKind: "ordinary",
1345
+ isVirtual: true
1346
+ },
1347
+ GetSerializationData: {
1348
+ kind: "method",
1349
+ methodKind: "ordinary"
1350
+ },
1351
+ GetXml: {
1352
+ kind: "method",
1353
+ methodKind: "ordinary"
1354
+ },
1355
+ GetXmlSchema: {
1356
+ kind: "method",
1357
+ methodKind: "ordinary"
1358
+ },
1359
+ HasChanges: {
1360
+ kind: "method",
1361
+ methodKind: "ordinary"
1362
+ },
1363
+ InferXmlSchema: {
1364
+ kind: "method",
1365
+ methodKind: "ordinary"
1366
+ },
1367
+ InitializeDerivedDataSet: {
1368
+ kind: "method",
1369
+ methodKind: "ordinary",
1370
+ isVirtual: true
1371
+ },
1372
+ IsBinarySerialized: {
1373
+ kind: "method",
1374
+ methodKind: "ordinary"
1375
+ },
1376
+ Load: {
1377
+ kind: "method",
1378
+ methodKind: "ordinary"
1379
+ },
1380
+ Merge: {
1381
+ kind: "method",
1382
+ methodKind: "ordinary"
1383
+ },
1384
+ OnPropertyChanging: {
1385
+ kind: "method",
1386
+ methodKind: "ordinary",
1387
+ isVirtual: true
1388
+ },
1389
+ OnRemoveRelation: {
1390
+ kind: "method",
1391
+ methodKind: "ordinary",
1392
+ isVirtual: true
1393
+ },
1394
+ OnRemoveTable: {
1395
+ kind: "method",
1396
+ methodKind: "ordinary",
1397
+ isVirtual: true
1398
+ },
1399
+ RaisePropertyChanging: {
1400
+ kind: "method",
1401
+ methodKind: "ordinary"
1402
+ },
1403
+ ReadXml: {
1404
+ kind: "method",
1405
+ methodKind: "ordinary"
1406
+ },
1407
+ ReadXmlSchema: {
1408
+ kind: "method",
1409
+ methodKind: "ordinary"
1410
+ },
1411
+ ReadXmlSerializable: {
1412
+ kind: "method",
1413
+ methodKind: "ordinary",
1414
+ isVirtual: true
1415
+ },
1416
+ RejectChanges: {
1417
+ kind: "method",
1418
+ methodKind: "ordinary",
1419
+ isVirtual: true
1420
+ },
1421
+ Reset: {
1422
+ kind: "method",
1423
+ methodKind: "ordinary",
1424
+ isVirtual: true
1425
+ },
1426
+ ShouldSerializeRelations: {
1427
+ kind: "method",
1428
+ methodKind: "ordinary",
1429
+ isVirtual: true
1430
+ },
1431
+ ShouldSerializeTables: {
1432
+ kind: "method",
1433
+ methodKind: "ordinary",
1434
+ isVirtual: true
1435
+ },
1436
+ WriteXml: {
1437
+ kind: "method",
1438
+ methodKind: "ordinary"
1439
+ },
1440
+ WriteXmlSchema: {
1441
+ kind: "method",
1442
+ methodKind: "ordinary"
1443
+ },
1444
+ CaseSensitive: {
1445
+ kind: "property",
1446
+ type: () => {
1447
+ return System.Boolean;
1448
+ }
1449
+ },
1450
+ DataSetName: {
1451
+ kind: "property",
1452
+ type: () => {
1453
+ return System.String;
1454
+ }
1455
+ },
1456
+ DefaultViewManager: {
1457
+ kind: "property",
1458
+ type: () => {
1459
+ return Data.DataViewManager;
1460
+ }
1461
+ },
1462
+ EnforceConstraints: {
1463
+ kind: "property",
1464
+ type: () => {
1465
+ return System.Boolean;
1466
+ }
1467
+ },
1468
+ ExtendedProperties: {
1469
+ kind: "property",
1470
+ type: () => {
1471
+ return Data.PropertyCollection;
1472
+ }
1473
+ },
1474
+ HasErrors: {
1475
+ kind: "property",
1476
+ type: () => {
1477
+ return System.Boolean;
1478
+ }
1479
+ },
1480
+ IsInitialized: {
1481
+ kind: "property",
1482
+ type: () => {
1483
+ return System.Boolean;
1484
+ }
1485
+ },
1486
+ Locale: {
1487
+ kind: "property",
1488
+ type: () => {
1489
+ return Globalization.CultureInfo;
1490
+ }
1491
+ },
1492
+ Namespace: {
1493
+ kind: "property",
1494
+ type: () => {
1495
+ return System.String;
1496
+ }
1497
+ },
1498
+ Prefix: {
1499
+ kind: "property",
1500
+ type: () => {
1501
+ return System.String;
1502
+ }
1503
+ },
1504
+ Relations: {
1505
+ kind: "property",
1506
+ type: () => {
1507
+ return Data.DataRelationCollection;
1508
+ }
1509
+ },
1510
+ RemotingFormat: {
1511
+ kind: "property",
1512
+ type: () => {
1513
+ return Data.SerializationFormat;
1514
+ }
1515
+ },
1516
+ SchemaSerializationMode: {
1517
+ kind: "property",
1518
+ type: () => {
1519
+ return Data.SchemaSerializationMode;
1520
+ },
1521
+ isVirtual: true
1522
+ },
1523
+ Site: {
1524
+ kind: "property",
1525
+ type: () => {
1526
+ return ComponentModel.ISite;
1527
+ },
1528
+ isOverride: true
1529
+ },
1530
+ Tables: {
1531
+ kind: "property",
1532
+ type: () => {
1533
+ return Data.DataTableCollection;
1534
+ }
1535
+ }
1536
+ }
1537
+ },
1538
+ DataSetDateTime: {
1539
+ kind: "enum",
1540
+ members: {
1541
+ Local: {
1542
+ kind: "field",
1543
+ type: () => {
1544
+ return Data.DataSetDateTime;
1545
+ }
1546
+ },
1547
+ Unspecified: {
1548
+ kind: "field",
1549
+ type: () => {
1550
+ return Data.DataSetDateTime;
1551
+ }
1552
+ },
1553
+ UnspecifiedLocal: {
1554
+ kind: "field",
1555
+ type: () => {
1556
+ return Data.DataSetDateTime;
1557
+ }
1558
+ },
1559
+ Utc: {
1560
+ kind: "field",
1561
+ type: () => {
1562
+ return Data.DataSetDateTime;
1563
+ }
1564
+ }
1565
+ }
1566
+ },
1567
+ DataSysDescriptionAttribute: {
1568
+ kind: "class",
1569
+ members: {
1570
+ DataSysDescriptionAttribute: {
1571
+ kind: "method",
1572
+ methodKind: "constructor"
1573
+ },
1574
+ Description: {
1575
+ kind: "property",
1576
+ type: () => {
1577
+ return System.String;
1578
+ },
1579
+ isOverride: true
1580
+ }
1581
+ }
1582
+ },
1583
+ DataTable: {
1584
+ kind: "class",
1585
+ members: {
1586
+ fInitInProgress: {
1587
+ kind: "field",
1588
+ type: () => {
1589
+ return System.Boolean;
1590
+ }
1591
+ },
1592
+ DataTable: {
1593
+ kind: "method",
1594
+ methodKind: "constructor"
1595
+ },
1596
+ AcceptChanges: {
1597
+ kind: "method",
1598
+ methodKind: "ordinary"
1599
+ },
1600
+ BeginInit: {
1601
+ kind: "method",
1602
+ methodKind: "ordinary",
1603
+ isVirtual: true
1604
+ },
1605
+ BeginLoadData: {
1606
+ kind: "method",
1607
+ methodKind: "ordinary"
1608
+ },
1609
+ Clear: {
1610
+ kind: "method",
1611
+ methodKind: "ordinary"
1612
+ },
1613
+ Clone: {
1614
+ kind: "method",
1615
+ methodKind: "ordinary",
1616
+ isVirtual: true
1617
+ },
1618
+ Compute: {
1619
+ kind: "method",
1620
+ methodKind: "ordinary"
1621
+ },
1622
+ Copy: {
1623
+ kind: "method",
1624
+ methodKind: "ordinary"
1625
+ },
1626
+ CreateDataReader: {
1627
+ kind: "method",
1628
+ methodKind: "ordinary"
1629
+ },
1630
+ CreateInstance: {
1631
+ kind: "method",
1632
+ methodKind: "ordinary",
1633
+ isVirtual: true
1634
+ },
1635
+ EndInit: {
1636
+ kind: "method",
1637
+ methodKind: "ordinary",
1638
+ isVirtual: true
1639
+ },
1640
+ EndLoadData: {
1641
+ kind: "method",
1642
+ methodKind: "ordinary"
1643
+ },
1644
+ GetChanges: {
1645
+ kind: "method",
1646
+ methodKind: "ordinary"
1647
+ },
1648
+ GetDataTableSchema: {
1649
+ kind: "method",
1650
+ methodKind: "ordinary",
1651
+ isStatic: true
1652
+ },
1653
+ GetErrors: {
1654
+ kind: "method",
1655
+ methodKind: "ordinary"
1656
+ },
1657
+ GetRowType: {
1658
+ kind: "method",
1659
+ methodKind: "ordinary",
1660
+ isVirtual: true
1661
+ },
1662
+ GetSchema: {
1663
+ kind: "method",
1664
+ methodKind: "ordinary",
1665
+ isVirtual: true
1666
+ },
1667
+ ImportRow: {
1668
+ kind: "method",
1669
+ methodKind: "ordinary"
1670
+ },
1671
+ Load: {
1672
+ kind: "method",
1673
+ methodKind: "ordinary"
1674
+ },
1675
+ LoadDataRow: {
1676
+ kind: "method",
1677
+ methodKind: "ordinary"
1678
+ },
1679
+ Merge: {
1680
+ kind: "method",
1681
+ methodKind: "ordinary"
1682
+ },
1683
+ NewRow: {
1684
+ kind: "method",
1685
+ methodKind: "ordinary"
1686
+ },
1687
+ NewRowArray: {
1688
+ kind: "method",
1689
+ methodKind: "ordinary"
1690
+ },
1691
+ NewRowFromBuilder: {
1692
+ kind: "method",
1693
+ methodKind: "ordinary",
1694
+ isVirtual: true
1695
+ },
1696
+ OnColumnChanged: {
1697
+ kind: "method",
1698
+ methodKind: "ordinary",
1699
+ isVirtual: true
1700
+ },
1701
+ OnColumnChanging: {
1702
+ kind: "method",
1703
+ methodKind: "ordinary",
1704
+ isVirtual: true
1705
+ },
1706
+ OnPropertyChanging: {
1707
+ kind: "method",
1708
+ methodKind: "ordinary",
1709
+ isVirtual: true
1710
+ },
1711
+ OnRemoveColumn: {
1712
+ kind: "method",
1713
+ methodKind: "ordinary",
1714
+ isVirtual: true
1715
+ },
1716
+ OnRowChanged: {
1717
+ kind: "method",
1718
+ methodKind: "ordinary",
1719
+ isVirtual: true
1720
+ },
1721
+ OnRowChanging: {
1722
+ kind: "method",
1723
+ methodKind: "ordinary",
1724
+ isVirtual: true
1725
+ },
1726
+ OnRowDeleted: {
1727
+ kind: "method",
1728
+ methodKind: "ordinary",
1729
+ isVirtual: true
1730
+ },
1731
+ OnRowDeleting: {
1732
+ kind: "method",
1733
+ methodKind: "ordinary",
1734
+ isVirtual: true
1735
+ },
1736
+ OnTableCleared: {
1737
+ kind: "method",
1738
+ methodKind: "ordinary",
1739
+ isVirtual: true
1740
+ },
1741
+ OnTableClearing: {
1742
+ kind: "method",
1743
+ methodKind: "ordinary",
1744
+ isVirtual: true
1745
+ },
1746
+ OnTableNewRow: {
1747
+ kind: "method",
1748
+ methodKind: "ordinary",
1749
+ isVirtual: true
1750
+ },
1751
+ ReadXml: {
1752
+ kind: "method",
1753
+ methodKind: "ordinary"
1754
+ },
1755
+ ReadXmlSchema: {
1756
+ kind: "method",
1757
+ methodKind: "ordinary"
1758
+ },
1759
+ ReadXmlSerializable: {
1760
+ kind: "method",
1761
+ methodKind: "ordinary",
1762
+ isVirtual: true
1763
+ },
1764
+ RejectChanges: {
1765
+ kind: "method",
1766
+ methodKind: "ordinary"
1767
+ },
1768
+ Reset: {
1769
+ kind: "method",
1770
+ methodKind: "ordinary",
1771
+ isVirtual: true
1772
+ },
1773
+ Select: {
1774
+ kind: "method",
1775
+ methodKind: "ordinary"
1776
+ },
1777
+ ToString: {
1778
+ kind: "method",
1779
+ methodKind: "ordinary",
1780
+ isOverride: true
1781
+ },
1782
+ WriteXml: {
1783
+ kind: "method",
1784
+ methodKind: "ordinary"
1785
+ },
1786
+ WriteXmlSchema: {
1787
+ kind: "method",
1788
+ methodKind: "ordinary"
1789
+ },
1790
+ CaseSensitive: {
1791
+ kind: "property",
1792
+ type: () => {
1793
+ return System.Boolean;
1794
+ }
1795
+ },
1796
+ ChildRelations: {
1797
+ kind: "property",
1798
+ type: () => {
1799
+ return Data.DataRelationCollection;
1800
+ }
1801
+ },
1802
+ Columns: {
1803
+ kind: "property",
1804
+ type: () => {
1805
+ return Data.DataColumnCollection;
1806
+ }
1807
+ },
1808
+ Constraints: {
1809
+ kind: "property",
1810
+ type: () => {
1811
+ return Data.ConstraintCollection;
1812
+ }
1813
+ },
1814
+ DataSet: {
1815
+ kind: "property",
1816
+ type: () => {
1817
+ return Data.DataSet;
1818
+ }
1819
+ },
1820
+ DefaultView: {
1821
+ kind: "property",
1822
+ type: () => {
1823
+ return Data.DataView;
1824
+ }
1825
+ },
1826
+ DisplayExpression: {
1827
+ kind: "property",
1828
+ type: () => {
1829
+ return System.String;
1830
+ }
1831
+ },
1832
+ ExtendedProperties: {
1833
+ kind: "property",
1834
+ type: () => {
1835
+ return Data.PropertyCollection;
1836
+ }
1837
+ },
1838
+ HasErrors: {
1839
+ kind: "property",
1840
+ type: () => {
1841
+ return System.Boolean;
1842
+ }
1843
+ },
1844
+ IsInitialized: {
1845
+ kind: "property",
1846
+ type: () => {
1847
+ return System.Boolean;
1848
+ }
1849
+ },
1850
+ Locale: {
1851
+ kind: "property",
1852
+ type: () => {
1853
+ return Globalization.CultureInfo;
1854
+ }
1855
+ },
1856
+ MinimumCapacity: {
1857
+ kind: "property",
1858
+ type: () => {
1859
+ return System.Int32;
1860
+ }
1861
+ },
1862
+ Namespace: {
1863
+ kind: "property",
1864
+ type: () => {
1865
+ return System.String;
1866
+ }
1867
+ },
1868
+ ParentRelations: {
1869
+ kind: "property",
1870
+ type: () => {
1871
+ return Data.DataRelationCollection;
1872
+ }
1873
+ },
1874
+ Prefix: {
1875
+ kind: "property",
1876
+ type: () => {
1877
+ return System.String;
1878
+ }
1879
+ },
1880
+ RemotingFormat: {
1881
+ kind: "property",
1882
+ type: () => {
1883
+ return Data.SerializationFormat;
1884
+ }
1885
+ },
1886
+ Rows: {
1887
+ kind: "property",
1888
+ type: () => {
1889
+ return Data.DataRowCollection;
1890
+ }
1891
+ },
1892
+ Site: {
1893
+ kind: "property",
1894
+ type: () => {
1895
+ return ComponentModel.ISite;
1896
+ },
1897
+ isOverride: true
1898
+ },
1899
+ TableName: {
1900
+ kind: "property",
1901
+ type: () => {
1902
+ return System.String;
1903
+ }
1904
+ },
1905
+ PrimaryKey: {
1906
+ kind: "property",
1907
+ type: () => {
1908
+ return System.Array;
1909
+ }
1910
+ }
1911
+ }
1912
+ },
1913
+ DataTableClearEventArgs: {
1914
+ kind: "class",
1915
+ members: {
1916
+ DataTableClearEventArgs: {
1917
+ kind: "method",
1918
+ methodKind: "constructor"
1919
+ },
1920
+ Table: {
1921
+ kind: "property",
1922
+ type: () => {
1923
+ return Data.DataTable;
1924
+ }
1925
+ },
1926
+ TableName: {
1927
+ kind: "property",
1928
+ type: () => {
1929
+ return System.String;
1930
+ }
1931
+ },
1932
+ TableNamespace: {
1933
+ kind: "property",
1934
+ type: () => {
1935
+ return System.String;
1936
+ }
1937
+ }
1938
+ },
1939
+ isSealed: true
1940
+ },
1941
+ DataTableClearEventHandler: {
1942
+ kind: "generic",
1943
+ members: {
1944
+ DataTableClearEventHandler: {
1945
+ kind: "method",
1946
+ methodKind: "constructor"
1947
+ },
1948
+ Invoke: {
1949
+ kind: "method",
1950
+ methodKind: "ordinary",
1951
+ isVirtual: true
1952
+ },
1953
+ BeginInvoke: {
1954
+ kind: "method",
1955
+ methodKind: "ordinary",
1956
+ isVirtual: true
1957
+ },
1958
+ EndInvoke: {
1959
+ kind: "method",
1960
+ methodKind: "ordinary",
1961
+ isVirtual: true
1962
+ }
1963
+ }
1964
+ },
1965
+ DataTableCollection: {
1966
+ kind: "class",
1967
+ members: {
1968
+ Add: {
1969
+ kind: "method",
1970
+ methodKind: "ordinary"
1971
+ },
1972
+ AddRange: {
1973
+ kind: "method",
1974
+ methodKind: "ordinary"
1975
+ },
1976
+ CanRemove: {
1977
+ kind: "method",
1978
+ methodKind: "ordinary"
1979
+ },
1980
+ Clear: {
1981
+ kind: "method",
1982
+ methodKind: "ordinary"
1983
+ },
1984
+ Contains: {
1985
+ kind: "method",
1986
+ methodKind: "ordinary"
1987
+ },
1988
+ CopyTo: {
1989
+ kind: "method",
1990
+ methodKind: "ordinary"
1991
+ },
1992
+ IndexOf: {
1993
+ kind: "method",
1994
+ methodKind: "ordinary"
1995
+ },
1996
+ Remove: {
1997
+ kind: "method",
1998
+ methodKind: "ordinary"
1999
+ },
2000
+ RemoveAt: {
2001
+ kind: "method",
2002
+ methodKind: "ordinary"
2003
+ },
2004
+ Item: {
2005
+ kind: "property",
2006
+ type: () => {
2007
+ return Data.DataTable;
2008
+ }
2009
+ },
2010
+ List: {
2011
+ kind: "property",
2012
+ type: () => {
2013
+ return Collections.ArrayList;
2014
+ },
2015
+ isOverride: true
2016
+ }
2017
+ },
2018
+ isSealed: true
2019
+ },
2020
+ DataTableExtensions: {
2021
+ kind: "class",
2022
+ members: {
2023
+ AsDataView: {
2024
+ kind: "method",
2025
+ methodKind: "ordinary",
2026
+ isStatic: true
2027
+ },
2028
+ AsEnumerable: {
2029
+ kind: "method",
2030
+ methodKind: "ordinary",
2031
+ isStatic: true
2032
+ }
2033
+ },
2034
+ isStatic: true
2035
+ },
2036
+ DataTableNewRowEventArgs: {
2037
+ kind: "class",
2038
+ members: {
2039
+ DataTableNewRowEventArgs: {
2040
+ kind: "method",
2041
+ methodKind: "constructor"
2042
+ },
2043
+ Row: {
2044
+ kind: "property",
2045
+ type: () => {
2046
+ return Data.DataRow;
2047
+ }
2048
+ }
2049
+ },
2050
+ isSealed: true
2051
+ },
2052
+ DataTableNewRowEventHandler: {
2053
+ kind: "generic",
2054
+ members: {
2055
+ DataTableNewRowEventHandler: {
2056
+ kind: "method",
2057
+ methodKind: "constructor"
2058
+ },
2059
+ Invoke: {
2060
+ kind: "method",
2061
+ methodKind: "ordinary",
2062
+ isVirtual: true
2063
+ },
2064
+ BeginInvoke: {
2065
+ kind: "method",
2066
+ methodKind: "ordinary",
2067
+ isVirtual: true
2068
+ },
2069
+ EndInvoke: {
2070
+ kind: "method",
2071
+ methodKind: "ordinary",
2072
+ isVirtual: true
2073
+ }
2074
+ }
2075
+ },
2076
+ DataTableReader: {
2077
+ kind: "class",
2078
+ members: {
2079
+ DataTableReader: {
2080
+ kind: "method",
2081
+ methodKind: "constructor"
2082
+ },
2083
+ Close: {
2084
+ kind: "method",
2085
+ methodKind: "ordinary",
2086
+ isOverride: true
2087
+ },
2088
+ GetBoolean: {
2089
+ kind: "method",
2090
+ methodKind: "ordinary",
2091
+ isOverride: true
2092
+ },
2093
+ GetByte: {
2094
+ kind: "method",
2095
+ methodKind: "ordinary",
2096
+ isOverride: true
2097
+ },
2098
+ GetBytes: {
2099
+ kind: "method",
2100
+ methodKind: "ordinary",
2101
+ isOverride: true
2102
+ },
2103
+ GetChar: {
2104
+ kind: "method",
2105
+ methodKind: "ordinary",
2106
+ isOverride: true
2107
+ },
2108
+ GetChars: {
2109
+ kind: "method",
2110
+ methodKind: "ordinary",
2111
+ isOverride: true
2112
+ },
2113
+ GetDataTypeName: {
2114
+ kind: "method",
2115
+ methodKind: "ordinary",
2116
+ isOverride: true
2117
+ },
2118
+ GetDateTime: {
2119
+ kind: "method",
2120
+ methodKind: "ordinary",
2121
+ isOverride: true
2122
+ },
2123
+ GetDecimal: {
2124
+ kind: "method",
2125
+ methodKind: "ordinary",
2126
+ isOverride: true
2127
+ },
2128
+ GetDouble: {
2129
+ kind: "method",
2130
+ methodKind: "ordinary",
2131
+ isOverride: true
2132
+ },
2133
+ GetEnumerator: {
2134
+ kind: "method",
2135
+ methodKind: "ordinary",
2136
+ isOverride: true
2137
+ },
2138
+ GetFieldType: {
2139
+ kind: "method",
2140
+ methodKind: "ordinary",
2141
+ isOverride: true
2142
+ },
2143
+ GetFloat: {
2144
+ kind: "method",
2145
+ methodKind: "ordinary",
2146
+ isOverride: true
2147
+ },
2148
+ GetGuid: {
2149
+ kind: "method",
2150
+ methodKind: "ordinary",
2151
+ isOverride: true
2152
+ },
2153
+ GetInt16: {
2154
+ kind: "method",
2155
+ methodKind: "ordinary",
2156
+ isOverride: true
2157
+ },
2158
+ GetInt32: {
2159
+ kind: "method",
2160
+ methodKind: "ordinary",
2161
+ isOverride: true
2162
+ },
2163
+ GetInt64: {
2164
+ kind: "method",
2165
+ methodKind: "ordinary",
2166
+ isOverride: true
2167
+ },
2168
+ GetName: {
2169
+ kind: "method",
2170
+ methodKind: "ordinary",
2171
+ isOverride: true
2172
+ },
2173
+ GetOrdinal: {
2174
+ kind: "method",
2175
+ methodKind: "ordinary",
2176
+ isOverride: true
2177
+ },
2178
+ GetProviderSpecificFieldType: {
2179
+ kind: "method",
2180
+ methodKind: "ordinary",
2181
+ isOverride: true
2182
+ },
2183
+ GetProviderSpecificValue: {
2184
+ kind: "method",
2185
+ methodKind: "ordinary",
2186
+ isOverride: true
2187
+ },
2188
+ GetProviderSpecificValues: {
2189
+ kind: "method",
2190
+ methodKind: "ordinary",
2191
+ isOverride: true
2192
+ },
2193
+ GetSchemaTable: {
2194
+ kind: "method",
2195
+ methodKind: "ordinary",
2196
+ isOverride: true
2197
+ },
2198
+ GetString: {
2199
+ kind: "method",
2200
+ methodKind: "ordinary",
2201
+ isOverride: true
2202
+ },
2203
+ GetValue: {
2204
+ kind: "method",
2205
+ methodKind: "ordinary",
2206
+ isOverride: true
2207
+ },
2208
+ GetValues: {
2209
+ kind: "method",
2210
+ methodKind: "ordinary",
2211
+ isOverride: true
2212
+ },
2213
+ IsDBNull: {
2214
+ kind: "method",
2215
+ methodKind: "ordinary",
2216
+ isOverride: true
2217
+ },
2218
+ NextResult: {
2219
+ kind: "method",
2220
+ methodKind: "ordinary",
2221
+ isOverride: true
2222
+ },
2223
+ Read: {
2224
+ kind: "method",
2225
+ methodKind: "ordinary",
2226
+ isOverride: true
2227
+ },
2228
+ Depth: {
2229
+ kind: "property",
2230
+ type: () => {
2231
+ return System.Int32;
2232
+ },
2233
+ isOverride: true
2234
+ },
2235
+ FieldCount: {
2236
+ kind: "property",
2237
+ type: () => {
2238
+ return System.Int32;
2239
+ },
2240
+ isOverride: true
2241
+ },
2242
+ HasRows: {
2243
+ kind: "property",
2244
+ type: () => {
2245
+ return System.Boolean;
2246
+ },
2247
+ isOverride: true
2248
+ },
2249
+ IsClosed: {
2250
+ kind: "property",
2251
+ type: () => {
2252
+ return System.Boolean;
2253
+ },
2254
+ isOverride: true
2255
+ },
2256
+ Item: {
2257
+ kind: "property",
2258
+ type: () => {
2259
+ return System.Object;
2260
+ },
2261
+ isOverride: true
2262
+ },
2263
+ RecordsAffected: {
2264
+ kind: "property",
2265
+ type: () => {
2266
+ return System.Int32;
2267
+ },
2268
+ isOverride: true
2269
+ }
2270
+ },
2271
+ isSealed: true
2272
+ },
2273
+ DataView: {
2274
+ kind: "class",
2275
+ members: {
2276
+ DataView: {
2277
+ kind: "method",
2278
+ methodKind: "constructor"
2279
+ },
2280
+ AddNew: {
2281
+ kind: "method",
2282
+ methodKind: "ordinary",
2283
+ isVirtual: true
2284
+ },
2285
+ BeginInit: {
2286
+ kind: "method",
2287
+ methodKind: "ordinary"
2288
+ },
2289
+ Close: {
2290
+ kind: "method",
2291
+ methodKind: "ordinary"
2292
+ },
2293
+ ColumnCollectionChanged: {
2294
+ kind: "method",
2295
+ methodKind: "ordinary",
2296
+ isVirtual: true
2297
+ },
2298
+ CopyTo: {
2299
+ kind: "method",
2300
+ methodKind: "ordinary"
2301
+ },
2302
+ Delete: {
2303
+ kind: "method",
2304
+ methodKind: "ordinary"
2305
+ },
2306
+ Dispose: {
2307
+ kind: "method",
2308
+ methodKind: "ordinary",
2309
+ isOverride: true
2310
+ },
2311
+ EndInit: {
2312
+ kind: "method",
2313
+ methodKind: "ordinary"
2314
+ },
2315
+ Equals: {
2316
+ kind: "method",
2317
+ methodKind: "ordinary",
2318
+ isVirtual: true
2319
+ },
2320
+ Find: {
2321
+ kind: "method",
2322
+ methodKind: "ordinary"
2323
+ },
2324
+ FindRows: {
2325
+ kind: "method",
2326
+ methodKind: "ordinary"
2327
+ },
2328
+ GetEnumerator: {
2329
+ kind: "method",
2330
+ methodKind: "ordinary"
2331
+ },
2332
+ IndexListChanged: {
2333
+ kind: "method",
2334
+ methodKind: "ordinary",
2335
+ isVirtual: true
2336
+ },
2337
+ OnListChanged: {
2338
+ kind: "method",
2339
+ methodKind: "ordinary",
2340
+ isVirtual: true
2341
+ },
2342
+ Open: {
2343
+ kind: "method",
2344
+ methodKind: "ordinary"
2345
+ },
2346
+ Reset: {
2347
+ kind: "method",
2348
+ methodKind: "ordinary"
2349
+ },
2350
+ ToTable: {
2351
+ kind: "method",
2352
+ methodKind: "ordinary"
2353
+ },
2354
+ UpdateIndex: {
2355
+ kind: "method",
2356
+ methodKind: "ordinary"
2357
+ },
2358
+ AllowDelete: {
2359
+ kind: "property",
2360
+ type: () => {
2361
+ return System.Boolean;
2362
+ }
2363
+ },
2364
+ AllowEdit: {
2365
+ kind: "property",
2366
+ type: () => {
2367
+ return System.Boolean;
2368
+ }
2369
+ },
2370
+ AllowNew: {
2371
+ kind: "property",
2372
+ type: () => {
2373
+ return System.Boolean;
2374
+ }
2375
+ },
2376
+ ApplyDefaultSort: {
2377
+ kind: "property",
2378
+ type: () => {
2379
+ return System.Boolean;
2380
+ }
2381
+ },
2382
+ Count: {
2383
+ kind: "property",
2384
+ type: () => {
2385
+ return System.Int32;
2386
+ }
2387
+ },
2388
+ DataViewManager: {
2389
+ kind: "property",
2390
+ type: () => {
2391
+ return Data.DataViewManager;
2392
+ }
2393
+ },
2394
+ IsInitialized: {
2395
+ kind: "property",
2396
+ type: () => {
2397
+ return System.Boolean;
2398
+ }
2399
+ },
2400
+ IsOpen: {
2401
+ kind: "property",
2402
+ type: () => {
2403
+ return System.Boolean;
2404
+ }
2405
+ },
2406
+ Item: {
2407
+ kind: "property",
2408
+ type: () => {
2409
+ return Data.DataRowView;
2410
+ }
2411
+ },
2412
+ RowFilter: {
2413
+ kind: "property",
2414
+ type: () => {
2415
+ return System.String;
2416
+ },
2417
+ isNullable: true,
2418
+ isVirtual: true
2419
+ },
2420
+ RowStateFilter: {
2421
+ kind: "property",
2422
+ type: () => {
2423
+ return Data.DataViewRowState;
2424
+ }
2425
+ },
2426
+ Sort: {
2427
+ kind: "property",
2428
+ type: () => {
2429
+ return System.String;
2430
+ }
2431
+ },
2432
+ Table: {
2433
+ kind: "property",
2434
+ type: () => {
2435
+ return Data.DataTable;
2436
+ }
2437
+ }
2438
+ }
2439
+ },
2440
+ DataViewManager: {
2441
+ kind: "class",
2442
+ members: {
2443
+ DataViewManager: {
2444
+ kind: "method",
2445
+ methodKind: "constructor"
2446
+ },
2447
+ CreateDataView: {
2448
+ kind: "method",
2449
+ methodKind: "ordinary"
2450
+ },
2451
+ OnListChanged: {
2452
+ kind: "method",
2453
+ methodKind: "ordinary",
2454
+ isVirtual: true
2455
+ },
2456
+ RelationCollectionChanged: {
2457
+ kind: "method",
2458
+ methodKind: "ordinary",
2459
+ isVirtual: true
2460
+ },
2461
+ TableCollectionChanged: {
2462
+ kind: "method",
2463
+ methodKind: "ordinary",
2464
+ isVirtual: true
2465
+ },
2466
+ DataSet: {
2467
+ kind: "property",
2468
+ type: () => {
2469
+ return Data.DataSet;
2470
+ }
2471
+ },
2472
+ DataViewSettingCollectionString: {
2473
+ kind: "property",
2474
+ type: () => {
2475
+ return System.String;
2476
+ }
2477
+ },
2478
+ DataViewSettings: {
2479
+ kind: "property",
2480
+ type: () => {
2481
+ return Data.DataViewSettingCollection;
2482
+ }
2483
+ }
2484
+ }
2485
+ },
2486
+ DataViewRowState: {
2487
+ kind: "enum",
2488
+ members: {
2489
+ None: {
2490
+ kind: "field",
2491
+ type: () => {
2492
+ return Data.DataViewRowState;
2493
+ }
2494
+ },
2495
+ Unchanged: {
2496
+ kind: "field",
2497
+ type: () => {
2498
+ return Data.DataViewRowState;
2499
+ }
2500
+ },
2501
+ Added: {
2502
+ kind: "field",
2503
+ type: () => {
2504
+ return Data.DataViewRowState;
2505
+ }
2506
+ },
2507
+ Deleted: {
2508
+ kind: "field",
2509
+ type: () => {
2510
+ return Data.DataViewRowState;
2511
+ }
2512
+ },
2513
+ ModifiedCurrent: {
2514
+ kind: "field",
2515
+ type: () => {
2516
+ return Data.DataViewRowState;
2517
+ }
2518
+ },
2519
+ CurrentRows: {
2520
+ kind: "field",
2521
+ type: () => {
2522
+ return Data.DataViewRowState;
2523
+ }
2524
+ },
2525
+ ModifiedOriginal: {
2526
+ kind: "field",
2527
+ type: () => {
2528
+ return Data.DataViewRowState;
2529
+ }
2530
+ },
2531
+ OriginalRows: {
2532
+ kind: "field",
2533
+ type: () => {
2534
+ return Data.DataViewRowState;
2535
+ }
2536
+ }
2537
+ }
2538
+ },
2539
+ DataViewSetting: {
2540
+ kind: "class",
2541
+ members: {
2542
+ ApplyDefaultSort: {
2543
+ kind: "property",
2544
+ type: () => {
2545
+ return System.Boolean;
2546
+ }
2547
+ },
2548
+ DataViewManager: {
2549
+ kind: "property",
2550
+ type: () => {
2551
+ return Data.DataViewManager;
2552
+ }
2553
+ },
2554
+ RowFilter: {
2555
+ kind: "property",
2556
+ type: () => {
2557
+ return System.String;
2558
+ }
2559
+ },
2560
+ RowStateFilter: {
2561
+ kind: "property",
2562
+ type: () => {
2563
+ return Data.DataViewRowState;
2564
+ }
2565
+ },
2566
+ Sort: {
2567
+ kind: "property",
2568
+ type: () => {
2569
+ return System.String;
2570
+ }
2571
+ },
2572
+ Table: {
2573
+ kind: "property",
2574
+ type: () => {
2575
+ return Data.DataTable;
2576
+ }
2577
+ }
2578
+ }
2579
+ },
2580
+ DataViewSettingCollection: {
2581
+ kind: "class",
2582
+ members: {
2583
+ CopyTo: {
2584
+ kind: "method",
2585
+ methodKind: "ordinary"
2586
+ },
2587
+ GetEnumerator: {
2588
+ kind: "method",
2589
+ methodKind: "ordinary"
2590
+ },
2591
+ Count: {
2592
+ kind: "property",
2593
+ type: () => {
2594
+ return System.Int32;
2595
+ },
2596
+ isVirtual: true
2597
+ },
2598
+ IsReadOnly: {
2599
+ kind: "property",
2600
+ type: () => {
2601
+ return System.Boolean;
2602
+ }
2603
+ },
2604
+ IsSynchronized: {
2605
+ kind: "property",
2606
+ type: () => {
2607
+ return System.Boolean;
2608
+ }
2609
+ },
2610
+ Item: {
2611
+ kind: "property",
2612
+ type: () => {
2613
+ return Data.DataViewSetting;
2614
+ },
2615
+ isVirtual: true
2616
+ },
2617
+ SyncRoot: {
2618
+ kind: "property",
2619
+ type: () => {
2620
+ return System.Object;
2621
+ }
2622
+ }
2623
+ }
2624
+ },
2625
+ DbType: {
2626
+ kind: "enum",
2627
+ members: {
2628
+ AnsiString: {
2629
+ kind: "field",
2630
+ type: () => {
2631
+ return Data.DbType;
2632
+ }
2633
+ },
2634
+ Binary: {
2635
+ kind: "field",
2636
+ type: () => {
2637
+ return Data.DbType;
2638
+ }
2639
+ },
2640
+ Byte: {
2641
+ kind: "field",
2642
+ type: () => {
2643
+ return Data.DbType;
2644
+ }
2645
+ },
2646
+ Boolean: {
2647
+ kind: "field",
2648
+ type: () => {
2649
+ return Data.DbType;
2650
+ }
2651
+ },
2652
+ Currency: {
2653
+ kind: "field",
2654
+ type: () => {
2655
+ return Data.DbType;
2656
+ }
2657
+ },
2658
+ Date: {
2659
+ kind: "field",
2660
+ type: () => {
2661
+ return Data.DbType;
2662
+ }
2663
+ },
2664
+ DateTime: {
2665
+ kind: "field",
2666
+ type: () => {
2667
+ return Data.DbType;
2668
+ }
2669
+ },
2670
+ Decimal: {
2671
+ kind: "field",
2672
+ type: () => {
2673
+ return Data.DbType;
2674
+ }
2675
+ },
2676
+ Double: {
2677
+ kind: "field",
2678
+ type: () => {
2679
+ return Data.DbType;
2680
+ }
2681
+ },
2682
+ Guid: {
2683
+ kind: "field",
2684
+ type: () => {
2685
+ return Data.DbType;
2686
+ }
2687
+ },
2688
+ Int16: {
2689
+ kind: "field",
2690
+ type: () => {
2691
+ return Data.DbType;
2692
+ }
2693
+ },
2694
+ Int32: {
2695
+ kind: "field",
2696
+ type: () => {
2697
+ return Data.DbType;
2698
+ }
2699
+ },
2700
+ Int64: {
2701
+ kind: "field",
2702
+ type: () => {
2703
+ return Data.DbType;
2704
+ }
2705
+ },
2706
+ Object: {
2707
+ kind: "field",
2708
+ type: () => {
2709
+ return Data.DbType;
2710
+ }
2711
+ },
2712
+ SByte: {
2713
+ kind: "field",
2714
+ type: () => {
2715
+ return Data.DbType;
2716
+ }
2717
+ },
2718
+ Single: {
2719
+ kind: "field",
2720
+ type: () => {
2721
+ return Data.DbType;
2722
+ }
2723
+ },
2724
+ String: {
2725
+ kind: "field",
2726
+ type: () => {
2727
+ return Data.DbType;
2728
+ }
2729
+ },
2730
+ Time: {
2731
+ kind: "field",
2732
+ type: () => {
2733
+ return Data.DbType;
2734
+ }
2735
+ },
2736
+ UInt16: {
2737
+ kind: "field",
2738
+ type: () => {
2739
+ return Data.DbType;
2740
+ }
2741
+ },
2742
+ UInt32: {
2743
+ kind: "field",
2744
+ type: () => {
2745
+ return Data.DbType;
2746
+ }
2747
+ },
2748
+ UInt64: {
2749
+ kind: "field",
2750
+ type: () => {
2751
+ return Data.DbType;
2752
+ }
2753
+ },
2754
+ VarNumeric: {
2755
+ kind: "field",
2756
+ type: () => {
2757
+ return Data.DbType;
2758
+ }
2759
+ },
2760
+ AnsiStringFixedLength: {
2761
+ kind: "field",
2762
+ type: () => {
2763
+ return Data.DbType;
2764
+ }
2765
+ },
2766
+ StringFixedLength: {
2767
+ kind: "field",
2768
+ type: () => {
2769
+ return Data.DbType;
2770
+ }
2771
+ },
2772
+ Xml: {
2773
+ kind: "field",
2774
+ type: () => {
2775
+ return Data.DbType;
2776
+ }
2777
+ },
2778
+ DateTime2: {
2779
+ kind: "field",
2780
+ type: () => {
2781
+ return Data.DbType;
2782
+ }
2783
+ },
2784
+ DateTimeOffset: {
2785
+ kind: "field",
2786
+ type: () => {
2787
+ return Data.DbType;
2788
+ }
2789
+ }
2790
+ }
2791
+ },
2792
+ DeletedRowInaccessibleException: {
2793
+ kind: "class",
2794
+ members: {
2795
+ DeletedRowInaccessibleException: {
2796
+ kind: "method",
2797
+ methodKind: "constructor"
2798
+ }
2799
+ }
2800
+ },
2801
+ DuplicateNameException: {
2802
+ kind: "class",
2803
+ members: {
2804
+ DuplicateNameException: {
2805
+ kind: "method",
2806
+ methodKind: "constructor"
2807
+ }
2808
+ }
2809
+ },
2810
+ EnumerableRowCollection: {
2811
+ kind: "class",
2812
+ members: {
2813
+ GetEnumerator: {
2814
+ kind: "method",
2815
+ methodKind: "ordinary"
2816
+ }
2817
+ }
2818
+ },
2819
+ EnumerableRowCollectionExtensions: {
2820
+ kind: "class",
2821
+ members: {},
2822
+ isStatic: true
2823
+ },
2824
+ EvaluateException: {
2825
+ kind: "class",
2826
+ members: {
2827
+ EvaluateException: {
2828
+ kind: "method",
2829
+ methodKind: "constructor"
2830
+ }
2831
+ }
2832
+ },
2833
+ FillErrorEventArgs: {
2834
+ kind: "class",
2835
+ members: {
2836
+ FillErrorEventArgs: {
2837
+ kind: "method",
2838
+ methodKind: "constructor"
2839
+ },
2840
+ Continue: {
2841
+ kind: "property",
2842
+ type: () => {
2843
+ return System.Boolean;
2844
+ }
2845
+ },
2846
+ DataTable: {
2847
+ kind: "property",
2848
+ type: () => {
2849
+ return Data.DataTable;
2850
+ }
2851
+ },
2852
+ Errors: {
2853
+ kind: "property",
2854
+ type: () => {
2855
+ return System.Exception;
2856
+ },
2857
+ isNullable: true
2858
+ },
2859
+ Values: {
2860
+ kind: "property",
2861
+ type: () => {
2862
+ return System.Array;
2863
+ }
2864
+ }
2865
+ }
2866
+ },
2867
+ FillErrorEventHandler: {
2868
+ kind: "generic",
2869
+ members: {
2870
+ FillErrorEventHandler: {
2871
+ kind: "method",
2872
+ methodKind: "constructor"
2873
+ },
2874
+ Invoke: {
2875
+ kind: "method",
2876
+ methodKind: "ordinary",
2877
+ isVirtual: true
2878
+ },
2879
+ BeginInvoke: {
2880
+ kind: "method",
2881
+ methodKind: "ordinary",
2882
+ isVirtual: true
2883
+ },
2884
+ EndInvoke: {
2885
+ kind: "method",
2886
+ methodKind: "ordinary",
2887
+ isVirtual: true
2888
+ }
2889
+ }
2890
+ },
2891
+ ForeignKeyConstraint: {
2892
+ kind: "class",
2893
+ members: {
2894
+ ForeignKeyConstraint: {
2895
+ kind: "method",
2896
+ methodKind: "constructor"
2897
+ },
2898
+ Equals: {
2899
+ kind: "method",
2900
+ methodKind: "ordinary",
2901
+ isOverride: true
2902
+ },
2903
+ GetHashCode: {
2904
+ kind: "method",
2905
+ methodKind: "ordinary",
2906
+ isOverride: true
2907
+ },
2908
+ AcceptRejectRule: {
2909
+ kind: "property",
2910
+ type: () => {
2911
+ return Data.AcceptRejectRule;
2912
+ },
2913
+ isVirtual: true
2914
+ },
2915
+ Columns: {
2916
+ kind: "property",
2917
+ type: () => {
2918
+ return System.Array;
2919
+ },
2920
+ isVirtual: true
2921
+ },
2922
+ DeleteRule: {
2923
+ kind: "property",
2924
+ type: () => {
2925
+ return Data.Rule;
2926
+ },
2927
+ isVirtual: true
2928
+ },
2929
+ RelatedColumns: {
2930
+ kind: "property",
2931
+ type: () => {
2932
+ return System.Array;
2933
+ },
2934
+ isVirtual: true
2935
+ },
2936
+ RelatedTable: {
2937
+ kind: "property",
2938
+ type: () => {
2939
+ return Data.DataTable;
2940
+ },
2941
+ isVirtual: true
2942
+ },
2943
+ Table: {
2944
+ kind: "property",
2945
+ type: () => {
2946
+ return Data.DataTable;
2947
+ },
2948
+ isOverride: true
2949
+ },
2950
+ UpdateRule: {
2951
+ kind: "property",
2952
+ type: () => {
2953
+ return Data.Rule;
2954
+ },
2955
+ isVirtual: true
2956
+ }
2957
+ }
2958
+ },
2959
+ IColumnMapping: {
2960
+ kind: "interface",
2961
+ members: {
2962
+ DataSetColumn: {
2963
+ kind: "property",
2964
+ type: () => {
2965
+ return System.String;
2966
+ }
2967
+ },
2968
+ SourceColumn: {
2969
+ kind: "property",
2970
+ type: () => {
2971
+ return System.String;
2972
+ }
2973
+ }
2974
+ }
2975
+ },
2976
+ IColumnMappingCollection: {
2977
+ kind: "interface",
2978
+ members: {
2979
+ Add: {
2980
+ kind: "method",
2981
+ methodKind: "ordinary"
2982
+ },
2983
+ Contains: {
2984
+ kind: "method",
2985
+ methodKind: "ordinary"
2986
+ },
2987
+ GetByDataSetColumn: {
2988
+ kind: "method",
2989
+ methodKind: "ordinary"
2990
+ },
2991
+ IndexOf: {
2992
+ kind: "method",
2993
+ methodKind: "ordinary"
2994
+ },
2995
+ RemoveAt: {
2996
+ kind: "method",
2997
+ methodKind: "ordinary"
2998
+ },
2999
+ Item: {
3000
+ kind: "property",
3001
+ type: () => {
3002
+ return System.Object;
3003
+ }
3004
+ }
3005
+ }
3006
+ },
3007
+ IDataAdapter: {
3008
+ kind: "interface",
3009
+ members: {
3010
+ Fill: {
3011
+ kind: "method",
3012
+ methodKind: "ordinary"
3013
+ },
3014
+ FillSchema: {
3015
+ kind: "method",
3016
+ methodKind: "ordinary"
3017
+ },
3018
+ GetFillParameters: {
3019
+ kind: "method",
3020
+ methodKind: "ordinary"
3021
+ },
3022
+ Update: {
3023
+ kind: "method",
3024
+ methodKind: "ordinary"
3025
+ },
3026
+ MissingMappingAction: {
3027
+ kind: "property",
3028
+ type: () => {
3029
+ return Data.MissingMappingAction;
3030
+ }
3031
+ },
3032
+ MissingSchemaAction: {
3033
+ kind: "property",
3034
+ type: () => {
3035
+ return Data.MissingSchemaAction;
3036
+ }
3037
+ },
3038
+ TableMappings: {
3039
+ kind: "property",
3040
+ type: () => {
3041
+ return Data.ITableMappingCollection;
3042
+ }
3043
+ }
3044
+ }
3045
+ },
3046
+ IDataParameter: {
3047
+ kind: "interface",
3048
+ members: {
3049
+ DbType: {
3050
+ kind: "property",
3051
+ type: () => {
3052
+ return Data.DbType;
3053
+ }
3054
+ },
3055
+ Direction: {
3056
+ kind: "property",
3057
+ type: () => {
3058
+ return Data.ParameterDirection;
3059
+ }
3060
+ },
3061
+ IsNullable: {
3062
+ kind: "property",
3063
+ type: () => {
3064
+ return System.Boolean;
3065
+ }
3066
+ },
3067
+ ParameterName: {
3068
+ kind: "property",
3069
+ type: () => {
3070
+ return System.String;
3071
+ }
3072
+ },
3073
+ SourceColumn: {
3074
+ kind: "property",
3075
+ type: () => {
3076
+ return System.String;
3077
+ }
3078
+ },
3079
+ SourceVersion: {
3080
+ kind: "property",
3081
+ type: () => {
3082
+ return Data.DataRowVersion;
3083
+ }
3084
+ },
3085
+ Value: {
3086
+ kind: "property",
3087
+ type: () => {
3088
+ return System.Object;
3089
+ },
3090
+ isNullable: true
3091
+ }
3092
+ }
3093
+ },
3094
+ IDataParameterCollection: {
3095
+ kind: "interface",
3096
+ members: {
3097
+ Contains: {
3098
+ kind: "method",
3099
+ methodKind: "ordinary"
3100
+ },
3101
+ IndexOf: {
3102
+ kind: "method",
3103
+ methodKind: "ordinary"
3104
+ },
3105
+ RemoveAt: {
3106
+ kind: "method",
3107
+ methodKind: "ordinary"
3108
+ },
3109
+ Item: {
3110
+ kind: "property",
3111
+ type: () => {
3112
+ return System.Object;
3113
+ }
3114
+ }
3115
+ }
3116
+ },
3117
+ IDataReader: {
3118
+ kind: "interface",
3119
+ members: {
3120
+ Close: {
3121
+ kind: "method",
3122
+ methodKind: "ordinary"
3123
+ },
3124
+ GetSchemaTable: {
3125
+ kind: "method",
3126
+ methodKind: "ordinary"
3127
+ },
3128
+ NextResult: {
3129
+ kind: "method",
3130
+ methodKind: "ordinary"
3131
+ },
3132
+ Read: {
3133
+ kind: "method",
3134
+ methodKind: "ordinary"
3135
+ },
3136
+ Depth: {
3137
+ kind: "property",
3138
+ type: () => {
3139
+ return System.Int32;
3140
+ }
3141
+ },
3142
+ IsClosed: {
3143
+ kind: "property",
3144
+ type: () => {
3145
+ return System.Boolean;
3146
+ }
3147
+ },
3148
+ RecordsAffected: {
3149
+ kind: "property",
3150
+ type: () => {
3151
+ return System.Int32;
3152
+ }
3153
+ }
3154
+ }
3155
+ },
3156
+ IDataRecord: {
3157
+ kind: "interface",
3158
+ members: {
3159
+ GetBoolean: {
3160
+ kind: "method",
3161
+ methodKind: "ordinary"
3162
+ },
3163
+ GetByte: {
3164
+ kind: "method",
3165
+ methodKind: "ordinary"
3166
+ },
3167
+ GetBytes: {
3168
+ kind: "method",
3169
+ methodKind: "ordinary"
3170
+ },
3171
+ GetChar: {
3172
+ kind: "method",
3173
+ methodKind: "ordinary"
3174
+ },
3175
+ GetChars: {
3176
+ kind: "method",
3177
+ methodKind: "ordinary"
3178
+ },
3179
+ GetData: {
3180
+ kind: "method",
3181
+ methodKind: "ordinary"
3182
+ },
3183
+ GetDataTypeName: {
3184
+ kind: "method",
3185
+ methodKind: "ordinary"
3186
+ },
3187
+ GetDateTime: {
3188
+ kind: "method",
3189
+ methodKind: "ordinary"
3190
+ },
3191
+ GetDecimal: {
3192
+ kind: "method",
3193
+ methodKind: "ordinary"
3194
+ },
3195
+ GetDouble: {
3196
+ kind: "method",
3197
+ methodKind: "ordinary"
3198
+ },
3199
+ GetFieldType: {
3200
+ kind: "method",
3201
+ methodKind: "ordinary"
3202
+ },
3203
+ GetFloat: {
3204
+ kind: "method",
3205
+ methodKind: "ordinary"
3206
+ },
3207
+ GetGuid: {
3208
+ kind: "method",
3209
+ methodKind: "ordinary"
3210
+ },
3211
+ GetInt16: {
3212
+ kind: "method",
3213
+ methodKind: "ordinary"
3214
+ },
3215
+ GetInt32: {
3216
+ kind: "method",
3217
+ methodKind: "ordinary"
3218
+ },
3219
+ GetInt64: {
3220
+ kind: "method",
3221
+ methodKind: "ordinary"
3222
+ },
3223
+ GetName: {
3224
+ kind: "method",
3225
+ methodKind: "ordinary"
3226
+ },
3227
+ GetOrdinal: {
3228
+ kind: "method",
3229
+ methodKind: "ordinary"
3230
+ },
3231
+ GetString: {
3232
+ kind: "method",
3233
+ methodKind: "ordinary"
3234
+ },
3235
+ GetValue: {
3236
+ kind: "method",
3237
+ methodKind: "ordinary"
3238
+ },
3239
+ GetValues: {
3240
+ kind: "method",
3241
+ methodKind: "ordinary"
3242
+ },
3243
+ IsDBNull: {
3244
+ kind: "method",
3245
+ methodKind: "ordinary"
3246
+ },
3247
+ FieldCount: {
3248
+ kind: "property",
3249
+ type: () => {
3250
+ return System.Int32;
3251
+ }
3252
+ },
3253
+ Item: {
3254
+ kind: "property",
3255
+ type: () => {
3256
+ return System.Object;
3257
+ }
3258
+ }
3259
+ }
3260
+ },
3261
+ IDbCommand: {
3262
+ kind: "interface",
3263
+ members: {
3264
+ Cancel: {
3265
+ kind: "method",
3266
+ methodKind: "ordinary"
3267
+ },
3268
+ CreateParameter: {
3269
+ kind: "method",
3270
+ methodKind: "ordinary"
3271
+ },
3272
+ ExecuteNonQuery: {
3273
+ kind: "method",
3274
+ methodKind: "ordinary"
3275
+ },
3276
+ ExecuteReader: {
3277
+ kind: "method",
3278
+ methodKind: "ordinary"
3279
+ },
3280
+ ExecuteScalar: {
3281
+ kind: "method",
3282
+ methodKind: "ordinary"
3283
+ },
3284
+ Prepare: {
3285
+ kind: "method",
3286
+ methodKind: "ordinary"
3287
+ },
3288
+ CommandText: {
3289
+ kind: "property",
3290
+ type: () => {
3291
+ return System.String;
3292
+ }
3293
+ },
3294
+ CommandTimeout: {
3295
+ kind: "property",
3296
+ type: () => {
3297
+ return System.Int32;
3298
+ }
3299
+ },
3300
+ CommandType: {
3301
+ kind: "property",
3302
+ type: () => {
3303
+ return Data.CommandType;
3304
+ }
3305
+ },
3306
+ Connection: {
3307
+ kind: "property",
3308
+ type: () => {
3309
+ return Data.IDbConnection;
3310
+ }
3311
+ },
3312
+ Parameters: {
3313
+ kind: "property",
3314
+ type: () => {
3315
+ return Data.IDataParameterCollection;
3316
+ }
3317
+ },
3318
+ Transaction: {
3319
+ kind: "property",
3320
+ type: () => {
3321
+ return Data.IDbTransaction;
3322
+ }
3323
+ },
3324
+ UpdatedRowSource: {
3325
+ kind: "property",
3326
+ type: () => {
3327
+ return Data.UpdateRowSource;
3328
+ }
3329
+ }
3330
+ }
3331
+ },
3332
+ IDbConnection: {
3333
+ kind: "interface",
3334
+ members: {
3335
+ BeginTransaction: {
3336
+ kind: "method",
3337
+ methodKind: "ordinary"
3338
+ },
3339
+ ChangeDatabase: {
3340
+ kind: "method",
3341
+ methodKind: "ordinary"
3342
+ },
3343
+ Close: {
3344
+ kind: "method",
3345
+ methodKind: "ordinary"
3346
+ },
3347
+ CreateCommand: {
3348
+ kind: "method",
3349
+ methodKind: "ordinary"
3350
+ },
3351
+ Open: {
3352
+ kind: "method",
3353
+ methodKind: "ordinary"
3354
+ },
3355
+ ConnectionString: {
3356
+ kind: "property",
3357
+ type: () => {
3358
+ return System.String;
3359
+ }
3360
+ },
3361
+ ConnectionTimeout: {
3362
+ kind: "property",
3363
+ type: () => {
3364
+ return System.Int32;
3365
+ }
3366
+ },
3367
+ Database: {
3368
+ kind: "property",
3369
+ type: () => {
3370
+ return System.String;
3371
+ }
3372
+ },
3373
+ State: {
3374
+ kind: "property",
3375
+ type: () => {
3376
+ return Data.ConnectionState;
3377
+ }
3378
+ }
3379
+ }
3380
+ },
3381
+ IDbDataAdapter: {
3382
+ kind: "interface",
3383
+ members: {
3384
+ DeleteCommand: {
3385
+ kind: "property",
3386
+ type: () => {
3387
+ return Data.IDbCommand;
3388
+ },
3389
+ isNullable: true
3390
+ },
3391
+ InsertCommand: {
3392
+ kind: "property",
3393
+ type: () => {
3394
+ return Data.IDbCommand;
3395
+ },
3396
+ isNullable: true
3397
+ },
3398
+ SelectCommand: {
3399
+ kind: "property",
3400
+ type: () => {
3401
+ return Data.IDbCommand;
3402
+ },
3403
+ isNullable: true
3404
+ },
3405
+ UpdateCommand: {
3406
+ kind: "property",
3407
+ type: () => {
3408
+ return Data.IDbCommand;
3409
+ },
3410
+ isNullable: true
3411
+ }
3412
+ }
3413
+ },
3414
+ IDbDataParameter: {
3415
+ kind: "interface",
3416
+ members: {
3417
+ Precision: {
3418
+ kind: "property",
3419
+ type: () => {
3420
+ return System.Byte;
3421
+ }
3422
+ },
3423
+ Scale: {
3424
+ kind: "property",
3425
+ type: () => {
3426
+ return System.Byte;
3427
+ }
3428
+ },
3429
+ Size: {
3430
+ kind: "property",
3431
+ type: () => {
3432
+ return System.Int32;
3433
+ }
3434
+ }
3435
+ }
3436
+ },
3437
+ IDbTransaction: {
3438
+ kind: "interface",
3439
+ members: {
3440
+ Commit: {
3441
+ kind: "method",
3442
+ methodKind: "ordinary"
3443
+ },
3444
+ Rollback: {
3445
+ kind: "method",
3446
+ methodKind: "ordinary"
3447
+ },
3448
+ Connection: {
3449
+ kind: "property",
3450
+ type: () => {
3451
+ return Data.IDbConnection;
3452
+ }
3453
+ },
3454
+ IsolationLevel: {
3455
+ kind: "property",
3456
+ type: () => {
3457
+ return Data.IsolationLevel;
3458
+ }
3459
+ }
3460
+ }
3461
+ },
3462
+ ITableMapping: {
3463
+ kind: "interface",
3464
+ members: {
3465
+ ColumnMappings: {
3466
+ kind: "property",
3467
+ type: () => {
3468
+ return Data.IColumnMappingCollection;
3469
+ }
3470
+ },
3471
+ DataSetTable: {
3472
+ kind: "property",
3473
+ type: () => {
3474
+ return System.String;
3475
+ }
3476
+ },
3477
+ SourceTable: {
3478
+ kind: "property",
3479
+ type: () => {
3480
+ return System.String;
3481
+ }
3482
+ }
3483
+ }
3484
+ },
3485
+ ITableMappingCollection: {
3486
+ kind: "interface",
3487
+ members: {
3488
+ Add: {
3489
+ kind: "method",
3490
+ methodKind: "ordinary"
3491
+ },
3492
+ Contains: {
3493
+ kind: "method",
3494
+ methodKind: "ordinary"
3495
+ },
3496
+ GetByDataSetTable: {
3497
+ kind: "method",
3498
+ methodKind: "ordinary"
3499
+ },
3500
+ IndexOf: {
3501
+ kind: "method",
3502
+ methodKind: "ordinary"
3503
+ },
3504
+ RemoveAt: {
3505
+ kind: "method",
3506
+ methodKind: "ordinary"
3507
+ },
3508
+ Item: {
3509
+ kind: "property",
3510
+ type: () => {
3511
+ return System.Object;
3512
+ }
3513
+ }
3514
+ }
3515
+ },
3516
+ InRowChangingEventException: {
3517
+ kind: "class",
3518
+ members: {
3519
+ InRowChangingEventException: {
3520
+ kind: "method",
3521
+ methodKind: "constructor"
3522
+ }
3523
+ }
3524
+ },
3525
+ InternalDataCollectionBase: {
3526
+ kind: "class",
3527
+ members: {
3528
+ InternalDataCollectionBase: {
3529
+ kind: "method",
3530
+ methodKind: "constructor"
3531
+ },
3532
+ CopyTo: {
3533
+ kind: "method",
3534
+ methodKind: "ordinary",
3535
+ isVirtual: true
3536
+ },
3537
+ GetEnumerator: {
3538
+ kind: "method",
3539
+ methodKind: "ordinary",
3540
+ isVirtual: true
3541
+ },
3542
+ Count: {
3543
+ kind: "property",
3544
+ type: () => {
3545
+ return System.Int32;
3546
+ },
3547
+ isVirtual: true
3548
+ },
3549
+ IsReadOnly: {
3550
+ kind: "property",
3551
+ type: () => {
3552
+ return System.Boolean;
3553
+ }
3554
+ },
3555
+ IsSynchronized: {
3556
+ kind: "property",
3557
+ type: () => {
3558
+ return System.Boolean;
3559
+ }
3560
+ },
3561
+ List: {
3562
+ kind: "property",
3563
+ type: () => {
3564
+ return Collections.ArrayList;
3565
+ },
3566
+ isVirtual: true
3567
+ },
3568
+ SyncRoot: {
3569
+ kind: "property",
3570
+ type: () => {
3571
+ return System.Object;
3572
+ }
3573
+ }
3574
+ }
3575
+ },
3576
+ InvalidConstraintException: {
3577
+ kind: "class",
3578
+ members: {
3579
+ InvalidConstraintException: {
3580
+ kind: "method",
3581
+ methodKind: "constructor"
3582
+ }
3583
+ }
3584
+ },
3585
+ InvalidExpressionException: {
3586
+ kind: "class",
3587
+ members: {
3588
+ InvalidExpressionException: {
3589
+ kind: "method",
3590
+ methodKind: "constructor"
3591
+ }
3592
+ }
3593
+ },
3594
+ IsolationLevel: {
3595
+ kind: "enum",
3596
+ members: {
3597
+ Unspecified: {
3598
+ kind: "field",
3599
+ type: () => {
3600
+ return Data.IsolationLevel;
3601
+ }
3602
+ },
3603
+ Chaos: {
3604
+ kind: "field",
3605
+ type: () => {
3606
+ return Data.IsolationLevel;
3607
+ }
3608
+ },
3609
+ ReadUncommitted: {
3610
+ kind: "field",
3611
+ type: () => {
3612
+ return Data.IsolationLevel;
3613
+ }
3614
+ },
3615
+ ReadCommitted: {
3616
+ kind: "field",
3617
+ type: () => {
3618
+ return Data.IsolationLevel;
3619
+ }
3620
+ },
3621
+ RepeatableRead: {
3622
+ kind: "field",
3623
+ type: () => {
3624
+ return Data.IsolationLevel;
3625
+ }
3626
+ },
3627
+ Serializable: {
3628
+ kind: "field",
3629
+ type: () => {
3630
+ return Data.IsolationLevel;
3631
+ }
3632
+ },
3633
+ Snapshot: {
3634
+ kind: "field",
3635
+ type: () => {
3636
+ return Data.IsolationLevel;
3637
+ }
3638
+ }
3639
+ }
3640
+ },
3641
+ KeyRestrictionBehavior: {
3642
+ kind: "enum",
3643
+ members: {
3644
+ AllowOnly: {
3645
+ kind: "field",
3646
+ type: () => {
3647
+ return Data.KeyRestrictionBehavior;
3648
+ }
3649
+ },
3650
+ PreventUsage: {
3651
+ kind: "field",
3652
+ type: () => {
3653
+ return Data.KeyRestrictionBehavior;
3654
+ }
3655
+ }
3656
+ }
3657
+ },
3658
+ LoadOption: {
3659
+ kind: "enum",
3660
+ members: {
3661
+ OverwriteChanges: {
3662
+ kind: "field",
3663
+ type: () => {
3664
+ return Data.LoadOption;
3665
+ }
3666
+ },
3667
+ PreserveChanges: {
3668
+ kind: "field",
3669
+ type: () => {
3670
+ return Data.LoadOption;
3671
+ }
3672
+ },
3673
+ Upsert: {
3674
+ kind: "field",
3675
+ type: () => {
3676
+ return Data.LoadOption;
3677
+ }
3678
+ }
3679
+ }
3680
+ },
3681
+ MappingType: {
3682
+ kind: "enum",
3683
+ members: {
3684
+ Element: {
3685
+ kind: "field",
3686
+ type: () => {
3687
+ return Data.MappingType;
3688
+ }
3689
+ },
3690
+ Attribute: {
3691
+ kind: "field",
3692
+ type: () => {
3693
+ return Data.MappingType;
3694
+ }
3695
+ },
3696
+ SimpleContent: {
3697
+ kind: "field",
3698
+ type: () => {
3699
+ return Data.MappingType;
3700
+ }
3701
+ },
3702
+ Hidden: {
3703
+ kind: "field",
3704
+ type: () => {
3705
+ return Data.MappingType;
3706
+ }
3707
+ }
3708
+ }
3709
+ },
3710
+ MergeFailedEventArgs: {
3711
+ kind: "class",
3712
+ members: {
3713
+ MergeFailedEventArgs: {
3714
+ kind: "method",
3715
+ methodKind: "constructor"
3716
+ },
3717
+ Conflict: {
3718
+ kind: "property",
3719
+ type: () => {
3720
+ return System.String;
3721
+ }
3722
+ },
3723
+ Table: {
3724
+ kind: "property",
3725
+ type: () => {
3726
+ return Data.DataTable;
3727
+ }
3728
+ }
3729
+ }
3730
+ },
3731
+ MergeFailedEventHandler: {
3732
+ kind: "generic",
3733
+ members: {
3734
+ MergeFailedEventHandler: {
3735
+ kind: "method",
3736
+ methodKind: "constructor"
3737
+ },
3738
+ Invoke: {
3739
+ kind: "method",
3740
+ methodKind: "ordinary",
3741
+ isVirtual: true
3742
+ },
3743
+ BeginInvoke: {
3744
+ kind: "method",
3745
+ methodKind: "ordinary",
3746
+ isVirtual: true
3747
+ },
3748
+ EndInvoke: {
3749
+ kind: "method",
3750
+ methodKind: "ordinary",
3751
+ isVirtual: true
3752
+ }
3753
+ }
3754
+ },
3755
+ MissingMappingAction: {
3756
+ kind: "enum",
3757
+ members: {
3758
+ Passthrough: {
3759
+ kind: "field",
3760
+ type: () => {
3761
+ return Data.MissingMappingAction;
3762
+ }
3763
+ },
3764
+ Ignore: {
3765
+ kind: "field",
3766
+ type: () => {
3767
+ return Data.MissingMappingAction;
3768
+ }
3769
+ },
3770
+ Error: {
3771
+ kind: "field",
3772
+ type: () => {
3773
+ return Data.MissingMappingAction;
3774
+ }
3775
+ }
3776
+ }
3777
+ },
3778
+ MissingPrimaryKeyException: {
3779
+ kind: "class",
3780
+ members: {
3781
+ MissingPrimaryKeyException: {
3782
+ kind: "method",
3783
+ methodKind: "constructor"
3784
+ }
3785
+ }
3786
+ },
3787
+ MissingSchemaAction: {
3788
+ kind: "enum",
3789
+ members: {
3790
+ Add: {
3791
+ kind: "field",
3792
+ type: () => {
3793
+ return Data.MissingSchemaAction;
3794
+ }
3795
+ },
3796
+ Ignore: {
3797
+ kind: "field",
3798
+ type: () => {
3799
+ return Data.MissingSchemaAction;
3800
+ }
3801
+ },
3802
+ Error: {
3803
+ kind: "field",
3804
+ type: () => {
3805
+ return Data.MissingSchemaAction;
3806
+ }
3807
+ },
3808
+ AddWithKey: {
3809
+ kind: "field",
3810
+ type: () => {
3811
+ return Data.MissingSchemaAction;
3812
+ }
3813
+ }
3814
+ }
3815
+ },
3816
+ NoNullAllowedException: {
3817
+ kind: "class",
3818
+ members: {
3819
+ NoNullAllowedException: {
3820
+ kind: "method",
3821
+ methodKind: "constructor"
3822
+ }
3823
+ }
3824
+ },
3825
+ OrderedEnumerableRowCollection: {
3826
+ kind: "class",
3827
+ members: {},
3828
+ isSealed: true
3829
+ },
3830
+ ParameterDirection: {
3831
+ kind: "enum",
3832
+ members: {
3833
+ Input: {
3834
+ kind: "field",
3835
+ type: () => {
3836
+ return Data.ParameterDirection;
3837
+ }
3838
+ },
3839
+ Output: {
3840
+ kind: "field",
3841
+ type: () => {
3842
+ return Data.ParameterDirection;
3843
+ }
3844
+ },
3845
+ InputOutput: {
3846
+ kind: "field",
3847
+ type: () => {
3848
+ return Data.ParameterDirection;
3849
+ }
3850
+ },
3851
+ ReturnValue: {
3852
+ kind: "field",
3853
+ type: () => {
3854
+ return Data.ParameterDirection;
3855
+ }
3856
+ }
3857
+ }
3858
+ },
3859
+ PropertyCollection: {
3860
+ kind: "class",
3861
+ members: {
3862
+ PropertyCollection: {
3863
+ kind: "method",
3864
+ methodKind: "constructor"
3865
+ },
3866
+ Clone: {
3867
+ kind: "method",
3868
+ methodKind: "ordinary",
3869
+ isOverride: true
3870
+ }
3871
+ }
3872
+ },
3873
+ ReadOnlyException: {
3874
+ kind: "class",
3875
+ members: {
3876
+ ReadOnlyException: {
3877
+ kind: "method",
3878
+ methodKind: "constructor"
3879
+ }
3880
+ }
3881
+ },
3882
+ RowNotInTableException: {
3883
+ kind: "class",
3884
+ members: {
3885
+ RowNotInTableException: {
3886
+ kind: "method",
3887
+ methodKind: "constructor"
3888
+ }
3889
+ }
3890
+ },
3891
+ Rule: {
3892
+ kind: "enum",
3893
+ members: {
3894
+ None: {
3895
+ kind: "field",
3896
+ type: () => {
3897
+ return Data.Rule;
3898
+ }
3899
+ },
3900
+ Cascade: {
3901
+ kind: "field",
3902
+ type: () => {
3903
+ return Data.Rule;
3904
+ }
3905
+ },
3906
+ SetNull: {
3907
+ kind: "field",
3908
+ type: () => {
3909
+ return Data.Rule;
3910
+ }
3911
+ },
3912
+ SetDefault: {
3913
+ kind: "field",
3914
+ type: () => {
3915
+ return Data.Rule;
3916
+ }
3917
+ }
3918
+ }
3919
+ },
3920
+ SchemaSerializationMode: {
3921
+ kind: "enum",
3922
+ members: {
3923
+ IncludeSchema: {
3924
+ kind: "field",
3925
+ type: () => {
3926
+ return Data.SchemaSerializationMode;
3927
+ }
3928
+ },
3929
+ ExcludeSchema: {
3930
+ kind: "field",
3931
+ type: () => {
3932
+ return Data.SchemaSerializationMode;
3933
+ }
3934
+ }
3935
+ }
3936
+ },
3937
+ SchemaType: {
3938
+ kind: "enum",
3939
+ members: {
3940
+ Source: {
3941
+ kind: "field",
3942
+ type: () => {
3943
+ return Data.SchemaType;
3944
+ }
3945
+ },
3946
+ Mapped: {
3947
+ kind: "field",
3948
+ type: () => {
3949
+ return Data.SchemaType;
3950
+ }
3951
+ }
3952
+ }
3953
+ },
3954
+ SerializationFormat: {
3955
+ kind: "enum",
3956
+ members: {
3957
+ Xml: {
3958
+ kind: "field",
3959
+ type: () => {
3960
+ return Data.SerializationFormat;
3961
+ }
3962
+ },
3963
+ Binary: {
3964
+ kind: "field",
3965
+ type: () => {
3966
+ return Data.SerializationFormat;
3967
+ }
3968
+ }
3969
+ }
3970
+ },
3971
+ SqlDbType: {
3972
+ kind: "enum",
3973
+ members: {
3974
+ BigInt: {
3975
+ kind: "field",
3976
+ type: () => {
3977
+ return Data.SqlDbType;
3978
+ }
3979
+ },
3980
+ Binary: {
3981
+ kind: "field",
3982
+ type: () => {
3983
+ return Data.SqlDbType;
3984
+ }
3985
+ },
3986
+ Bit: {
3987
+ kind: "field",
3988
+ type: () => {
3989
+ return Data.SqlDbType;
3990
+ }
3991
+ },
3992
+ Char: {
3993
+ kind: "field",
3994
+ type: () => {
3995
+ return Data.SqlDbType;
3996
+ }
3997
+ },
3998
+ DateTime: {
3999
+ kind: "field",
4000
+ type: () => {
4001
+ return Data.SqlDbType;
4002
+ }
4003
+ },
4004
+ Decimal: {
4005
+ kind: "field",
4006
+ type: () => {
4007
+ return Data.SqlDbType;
4008
+ }
4009
+ },
4010
+ Float: {
4011
+ kind: "field",
4012
+ type: () => {
4013
+ return Data.SqlDbType;
4014
+ }
4015
+ },
4016
+ Image: {
4017
+ kind: "field",
4018
+ type: () => {
4019
+ return Data.SqlDbType;
4020
+ }
4021
+ },
4022
+ Int: {
4023
+ kind: "field",
4024
+ type: () => {
4025
+ return Data.SqlDbType;
4026
+ }
4027
+ },
4028
+ Money: {
4029
+ kind: "field",
4030
+ type: () => {
4031
+ return Data.SqlDbType;
4032
+ }
4033
+ },
4034
+ NChar: {
4035
+ kind: "field",
4036
+ type: () => {
4037
+ return Data.SqlDbType;
4038
+ }
4039
+ },
4040
+ NText: {
4041
+ kind: "field",
4042
+ type: () => {
4043
+ return Data.SqlDbType;
4044
+ }
4045
+ },
4046
+ NVarChar: {
4047
+ kind: "field",
4048
+ type: () => {
4049
+ return Data.SqlDbType;
4050
+ }
4051
+ },
4052
+ Real: {
4053
+ kind: "field",
4054
+ type: () => {
4055
+ return Data.SqlDbType;
4056
+ }
4057
+ },
4058
+ UniqueIdentifier: {
4059
+ kind: "field",
4060
+ type: () => {
4061
+ return Data.SqlDbType;
4062
+ }
4063
+ },
4064
+ SmallDateTime: {
4065
+ kind: "field",
4066
+ type: () => {
4067
+ return Data.SqlDbType;
4068
+ }
4069
+ },
4070
+ SmallInt: {
4071
+ kind: "field",
4072
+ type: () => {
4073
+ return Data.SqlDbType;
4074
+ }
4075
+ },
4076
+ SmallMoney: {
4077
+ kind: "field",
4078
+ type: () => {
4079
+ return Data.SqlDbType;
4080
+ }
4081
+ },
4082
+ Text: {
4083
+ kind: "field",
4084
+ type: () => {
4085
+ return Data.SqlDbType;
4086
+ }
4087
+ },
4088
+ Timestamp: {
4089
+ kind: "field",
4090
+ type: () => {
4091
+ return Data.SqlDbType;
4092
+ }
4093
+ },
4094
+ TinyInt: {
4095
+ kind: "field",
4096
+ type: () => {
4097
+ return Data.SqlDbType;
4098
+ }
4099
+ },
4100
+ VarBinary: {
4101
+ kind: "field",
4102
+ type: () => {
4103
+ return Data.SqlDbType;
4104
+ }
4105
+ },
4106
+ VarChar: {
4107
+ kind: "field",
4108
+ type: () => {
4109
+ return Data.SqlDbType;
4110
+ }
4111
+ },
4112
+ Variant: {
4113
+ kind: "field",
4114
+ type: () => {
4115
+ return Data.SqlDbType;
4116
+ }
4117
+ },
4118
+ Xml: {
4119
+ kind: "field",
4120
+ type: () => {
4121
+ return Data.SqlDbType;
4122
+ }
4123
+ },
4124
+ Udt: {
4125
+ kind: "field",
4126
+ type: () => {
4127
+ return Data.SqlDbType;
4128
+ }
4129
+ },
4130
+ Structured: {
4131
+ kind: "field",
4132
+ type: () => {
4133
+ return Data.SqlDbType;
4134
+ }
4135
+ },
4136
+ Date: {
4137
+ kind: "field",
4138
+ type: () => {
4139
+ return Data.SqlDbType;
4140
+ }
4141
+ },
4142
+ Time: {
4143
+ kind: "field",
4144
+ type: () => {
4145
+ return Data.SqlDbType;
4146
+ }
4147
+ },
4148
+ DateTime2: {
4149
+ kind: "field",
4150
+ type: () => {
4151
+ return Data.SqlDbType;
4152
+ }
4153
+ },
4154
+ DateTimeOffset: {
4155
+ kind: "field",
4156
+ type: () => {
4157
+ return Data.SqlDbType;
4158
+ }
4159
+ },
4160
+ Json: {
4161
+ kind: "field",
4162
+ type: () => {
4163
+ return Data.SqlDbType;
4164
+ }
4165
+ }
4166
+ }
4167
+ },
4168
+ StateChangeEventArgs: {
4169
+ kind: "class",
4170
+ members: {
4171
+ StateChangeEventArgs: {
4172
+ kind: "method",
4173
+ methodKind: "constructor"
4174
+ },
4175
+ CurrentState: {
4176
+ kind: "property",
4177
+ type: () => {
4178
+ return Data.ConnectionState;
4179
+ }
4180
+ },
4181
+ OriginalState: {
4182
+ kind: "property",
4183
+ type: () => {
4184
+ return Data.ConnectionState;
4185
+ }
4186
+ }
4187
+ },
4188
+ isSealed: true
4189
+ },
4190
+ StateChangeEventHandler: {
4191
+ kind: "generic",
4192
+ members: {
4193
+ StateChangeEventHandler: {
4194
+ kind: "method",
4195
+ methodKind: "constructor"
4196
+ },
4197
+ Invoke: {
4198
+ kind: "method",
4199
+ methodKind: "ordinary",
4200
+ isVirtual: true
4201
+ },
4202
+ BeginInvoke: {
4203
+ kind: "method",
4204
+ methodKind: "ordinary",
4205
+ isVirtual: true
4206
+ },
4207
+ EndInvoke: {
4208
+ kind: "method",
4209
+ methodKind: "ordinary",
4210
+ isVirtual: true
4211
+ }
4212
+ }
4213
+ },
4214
+ StatementCompletedEventArgs: {
4215
+ kind: "class",
4216
+ members: {
4217
+ StatementCompletedEventArgs: {
4218
+ kind: "method",
4219
+ methodKind: "constructor"
4220
+ },
4221
+ RecordCount: {
4222
+ kind: "property",
4223
+ type: () => {
4224
+ return System.Int32;
4225
+ }
4226
+ }
4227
+ },
4228
+ isSealed: true
4229
+ },
4230
+ StatementCompletedEventHandler: {
4231
+ kind: "generic",
4232
+ members: {
4233
+ StatementCompletedEventHandler: {
4234
+ kind: "method",
4235
+ methodKind: "constructor"
4236
+ },
4237
+ Invoke: {
4238
+ kind: "method",
4239
+ methodKind: "ordinary",
4240
+ isVirtual: true
4241
+ },
4242
+ BeginInvoke: {
4243
+ kind: "method",
4244
+ methodKind: "ordinary",
4245
+ isVirtual: true
4246
+ },
4247
+ EndInvoke: {
4248
+ kind: "method",
4249
+ methodKind: "ordinary",
4250
+ isVirtual: true
4251
+ }
4252
+ }
4253
+ },
4254
+ StatementType: {
4255
+ kind: "enum",
4256
+ members: {
4257
+ Select: {
4258
+ kind: "field",
4259
+ type: () => {
4260
+ return Data.StatementType;
4261
+ }
4262
+ },
4263
+ Insert: {
4264
+ kind: "field",
4265
+ type: () => {
4266
+ return Data.StatementType;
4267
+ }
4268
+ },
4269
+ Update: {
4270
+ kind: "field",
4271
+ type: () => {
4272
+ return Data.StatementType;
4273
+ }
4274
+ },
4275
+ Delete: {
4276
+ kind: "field",
4277
+ type: () => {
4278
+ return Data.StatementType;
4279
+ }
4280
+ },
4281
+ Batch: {
4282
+ kind: "field",
4283
+ type: () => {
4284
+ return Data.StatementType;
4285
+ }
4286
+ }
4287
+ }
4288
+ },
4289
+ StrongTypingException: {
4290
+ kind: "class",
4291
+ members: {
4292
+ StrongTypingException: {
4293
+ kind: "method",
4294
+ methodKind: "constructor"
4295
+ }
4296
+ }
4297
+ },
4298
+ SyntaxErrorException: {
4299
+ kind: "class",
4300
+ members: {
4301
+ SyntaxErrorException: {
4302
+ kind: "method",
4303
+ methodKind: "constructor"
4304
+ }
4305
+ }
4306
+ },
4307
+ TypedTableBase: {
4308
+ kind: "class",
4309
+ members: {
4310
+ TypedTableBase: {
4311
+ kind: "method",
4312
+ methodKind: "constructor"
4313
+ },
4314
+ GetEnumerator: {
4315
+ kind: "method",
4316
+ methodKind: "ordinary"
4317
+ }
4318
+ },
4319
+ isAbstract: true
4320
+ },
4321
+ TypedTableBaseExtensions: {
4322
+ kind: "class",
4323
+ members: {},
4324
+ isStatic: true
4325
+ },
4326
+ UniqueConstraint: {
4327
+ kind: "class",
4328
+ members: {
4329
+ UniqueConstraint: {
4330
+ kind: "method",
4331
+ methodKind: "constructor"
4332
+ },
4333
+ Equals: {
4334
+ kind: "method",
4335
+ methodKind: "ordinary",
4336
+ isOverride: true
4337
+ },
4338
+ GetHashCode: {
4339
+ kind: "method",
4340
+ methodKind: "ordinary",
4341
+ isOverride: true
4342
+ },
4343
+ Columns: {
4344
+ kind: "property",
4345
+ type: () => {
4346
+ return System.Array;
4347
+ },
4348
+ isVirtual: true
4349
+ },
4350
+ IsPrimaryKey: {
4351
+ kind: "property",
4352
+ type: () => {
4353
+ return System.Boolean;
4354
+ }
4355
+ },
4356
+ Table: {
4357
+ kind: "property",
4358
+ type: () => {
4359
+ return Data.DataTable;
4360
+ },
4361
+ isOverride: true
4362
+ }
4363
+ }
4364
+ },
4365
+ UpdateRowSource: {
4366
+ kind: "enum",
4367
+ members: {
4368
+ None: {
4369
+ kind: "field",
4370
+ type: () => {
4371
+ return Data.UpdateRowSource;
4372
+ }
4373
+ },
4374
+ OutputParameters: {
4375
+ kind: "field",
4376
+ type: () => {
4377
+ return Data.UpdateRowSource;
4378
+ }
4379
+ },
4380
+ FirstReturnedRecord: {
4381
+ kind: "field",
4382
+ type: () => {
4383
+ return Data.UpdateRowSource;
4384
+ }
4385
+ },
4386
+ Both: {
4387
+ kind: "field",
4388
+ type: () => {
4389
+ return Data.UpdateRowSource;
4390
+ }
4391
+ }
4392
+ }
4393
+ },
4394
+ UpdateStatus: {
4395
+ kind: "enum",
4396
+ members: {
4397
+ Continue: {
4398
+ kind: "field",
4399
+ type: () => {
4400
+ return Data.UpdateStatus;
4401
+ }
4402
+ },
4403
+ ErrorsOccurred: {
4404
+ kind: "field",
4405
+ type: () => {
4406
+ return Data.UpdateStatus;
4407
+ }
4408
+ },
4409
+ SkipCurrentRow: {
4410
+ kind: "field",
4411
+ type: () => {
4412
+ return Data.UpdateStatus;
4413
+ }
4414
+ },
4415
+ SkipAllRemainingRows: {
4416
+ kind: "field",
4417
+ type: () => {
4418
+ return Data.UpdateStatus;
4419
+ }
4420
+ }
4421
+ }
4422
+ },
4423
+ VersionNotFoundException: {
4424
+ kind: "class",
4425
+ members: {
4426
+ VersionNotFoundException: {
4427
+ kind: "method",
4428
+ methodKind: "constructor"
4429
+ }
4430
+ }
4431
+ },
4432
+ XmlReadMode: {
4433
+ kind: "enum",
4434
+ members: {
4435
+ Auto: {
4436
+ kind: "field",
4437
+ type: () => {
4438
+ return Data.XmlReadMode;
4439
+ }
4440
+ },
4441
+ ReadSchema: {
4442
+ kind: "field",
4443
+ type: () => {
4444
+ return Data.XmlReadMode;
4445
+ }
4446
+ },
4447
+ IgnoreSchema: {
4448
+ kind: "field",
4449
+ type: () => {
4450
+ return Data.XmlReadMode;
4451
+ }
4452
+ },
4453
+ InferSchema: {
4454
+ kind: "field",
4455
+ type: () => {
4456
+ return Data.XmlReadMode;
4457
+ }
4458
+ },
4459
+ DiffGram: {
4460
+ kind: "field",
4461
+ type: () => {
4462
+ return Data.XmlReadMode;
4463
+ }
4464
+ },
4465
+ Fragment: {
4466
+ kind: "field",
4467
+ type: () => {
4468
+ return Data.XmlReadMode;
4469
+ }
4470
+ },
4471
+ InferTypedSchema: {
4472
+ kind: "field",
4473
+ type: () => {
4474
+ return Data.XmlReadMode;
4475
+ }
4476
+ }
4477
+ }
4478
+ },
4479
+ XmlWriteMode: {
4480
+ kind: "enum",
4481
+ members: {
4482
+ WriteSchema: {
4483
+ kind: "field",
4484
+ type: () => {
4485
+ return Data.XmlWriteMode;
4486
+ }
4487
+ },
4488
+ IgnoreSchema: {
4489
+ kind: "field",
4490
+ type: () => {
4491
+ return Data.XmlWriteMode;
4492
+ }
4493
+ },
4494
+ DiffGram: {
4495
+ kind: "field",
4496
+ type: () => {
4497
+ return Data.XmlWriteMode;
4498
+ }
4499
+ }
4500
+ }
4501
+ }
4502
+ });
4503
+ export default Data;
4504
+ //# sourceMappingURL=index.js.map