@tsonic/efcore-sqlserver 0.1.1

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 (399) hide show
  1. package/Azure/bindings.json +4791 -0
  2. package/Azure/internal/index.d.ts +433 -0
  3. package/Azure/internal/metadata.json +2772 -0
  4. package/Azure.Core/bindings.json +8215 -0
  5. package/Azure.Core/internal/index.d.ts +665 -0
  6. package/Azure.Core/internal/metadata.json +5291 -0
  7. package/Azure.Core.Cryptography/bindings.json +158 -0
  8. package/Azure.Core.Cryptography/internal/index.d.ts +30 -0
  9. package/Azure.Core.Cryptography/internal/metadata.json +122 -0
  10. package/Azure.Core.Cryptography.d.ts +15 -0
  11. package/Azure.Core.Cryptography.js +9 -0
  12. package/Azure.Core.Diagnostics/bindings.json +154 -0
  13. package/Azure.Core.Diagnostics/internal/index.d.ts +29 -0
  14. package/Azure.Core.Diagnostics/internal/metadata.json +87 -0
  15. package/Azure.Core.Diagnostics.d.ts +13 -0
  16. package/Azure.Core.Diagnostics.js +9 -0
  17. package/Azure.Core.Extensions/bindings.json +158 -0
  18. package/Azure.Core.Extensions/internal/index.d.ts +42 -0
  19. package/Azure.Core.Extensions/internal/metadata.json +139 -0
  20. package/Azure.Core.Extensions.d.ts +16 -0
  21. package/Azure.Core.Extensions.js +9 -0
  22. package/Azure.Core.GeoJson/bindings.json +2736 -0
  23. package/Azure.Core.GeoJson/internal/index.d.ts +256 -0
  24. package/Azure.Core.GeoJson/internal/metadata.json +1469 -0
  25. package/Azure.Core.GeoJson.d.ts +29 -0
  26. package/Azure.Core.GeoJson.js +9 -0
  27. package/Azure.Core.Pipeline/bindings.json +1894 -0
  28. package/Azure.Core.Pipeline/internal/index.d.ts +209 -0
  29. package/Azure.Core.Pipeline/internal/metadata.json +1181 -0
  30. package/Azure.Core.Pipeline.d.ts +32 -0
  31. package/Azure.Core.Pipeline.js +9 -0
  32. package/Azure.Core.Serialization/bindings.json +691 -0
  33. package/Azure.Core.Serialization/internal/index.d.ts +90 -0
  34. package/Azure.Core.Serialization/internal/metadata.json +468 -0
  35. package/Azure.Core.Serialization.d.ts +23 -0
  36. package/Azure.Core.Serialization.js +9 -0
  37. package/Azure.Core.d.ts +60 -0
  38. package/Azure.Core.js +9 -0
  39. package/Azure.Identity/bindings.json +11689 -0
  40. package/Azure.Identity/internal/index.d.ts +884 -0
  41. package/Azure.Identity/internal/metadata.json +5255 -0
  42. package/Azure.Identity.d.ts +75 -0
  43. package/Azure.Identity.js +9 -0
  44. package/Azure.Messaging/bindings.json +515 -0
  45. package/Azure.Messaging/internal/index.d.ts +62 -0
  46. package/Azure.Messaging/internal/metadata.json +316 -0
  47. package/Azure.Messaging.d.ts +17 -0
  48. package/Azure.Messaging.js +9 -0
  49. package/Azure.d.ts +69 -0
  50. package/Azure.js +9 -0
  51. package/LICENSE +21 -0
  52. package/Microsoft.Data/bindings.json +74 -0
  53. package/Microsoft.Data/internal/index.d.ts +33 -0
  54. package/Microsoft.Data/internal/metadata.json +59 -0
  55. package/Microsoft.Data.Sql/bindings.json +221 -0
  56. package/Microsoft.Data.Sql/internal/index.d.ts +42 -0
  57. package/Microsoft.Data.Sql/internal/metadata.json +136 -0
  58. package/Microsoft.Data.Sql.d.ts +15 -0
  59. package/Microsoft.Data.Sql.js +9 -0
  60. package/Microsoft.Data.SqlClient/bindings.json +17875 -0
  61. package/Microsoft.Data.SqlClient/internal/index.d.ts +1252 -0
  62. package/Microsoft.Data.SqlClient/internal/metadata.json +10965 -0
  63. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +640 -0
  64. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +90 -0
  65. package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +383 -0
  66. package/Microsoft.Data.SqlClient.DataClassification.d.ts +19 -0
  67. package/Microsoft.Data.SqlClient.DataClassification.js +9 -0
  68. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +4421 -0
  69. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +341 -0
  70. package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +2693 -0
  71. package/Microsoft.Data.SqlClient.Diagnostics.d.ts +30 -0
  72. package/Microsoft.Data.SqlClient.Diagnostics.js +9 -0
  73. package/Microsoft.Data.SqlClient.Server/bindings.json +3543 -0
  74. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +184 -0
  75. package/Microsoft.Data.SqlClient.Server/internal/metadata.json +2235 -0
  76. package/Microsoft.Data.SqlClient.Server.d.ts +16 -0
  77. package/Microsoft.Data.SqlClient.Server.js +9 -0
  78. package/Microsoft.Data.SqlClient.d.ts +92 -0
  79. package/Microsoft.Data.SqlClient.js +9 -0
  80. package/Microsoft.Data.SqlTypes/bindings.json +902 -0
  81. package/Microsoft.Data.SqlTypes/internal/index.d.ts +82 -0
  82. package/Microsoft.Data.SqlTypes/internal/metadata.json +558 -0
  83. package/Microsoft.Data.SqlTypes.d.ts +17 -0
  84. package/Microsoft.Data.SqlTypes.js +9 -0
  85. package/Microsoft.Data.d.ts +15 -0
  86. package/Microsoft.Data.js +9 -0
  87. package/Microsoft.EntityFrameworkCore/bindings.json +13302 -0
  88. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +693 -0
  89. package/Microsoft.EntityFrameworkCore/internal/metadata.json +9025 -0
  90. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +612 -0
  91. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +59 -0
  92. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +303 -0
  93. package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
  94. package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
  95. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +669 -0
  96. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +92 -0
  97. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +455 -0
  98. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +20 -0
  99. package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
  100. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +125 -0
  101. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +19 -0
  102. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +72 -0
  103. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +1095 -0
  104. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +113 -0
  105. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +660 -0
  106. package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +31 -0
  107. package/Microsoft.EntityFrameworkCore.Metadata.Builders.js +9 -0
  108. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1073 -0
  109. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +180 -0
  110. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +706 -0
  111. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +29 -0
  112. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
  113. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +95 -0
  114. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +29 -0
  115. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +88 -0
  116. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +14 -0
  117. package/Microsoft.EntityFrameworkCore.Metadata.Internal.js +9 -0
  118. package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
  119. package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
  120. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
  121. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +36 -0
  122. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
  123. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +151 -0
  124. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +43 -0
  125. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +100 -0
  126. package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +16 -0
  127. package/Microsoft.EntityFrameworkCore.Migrations.Operations.js +9 -0
  128. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +18 -0
  129. package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
  130. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +476 -0
  131. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +67 -0
  132. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +317 -0
  133. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +20 -0
  134. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.js +9 -0
  135. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +525 -0
  136. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +46 -0
  137. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +238 -0
  138. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +12 -0
  139. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.js +9 -0
  140. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +572 -0
  141. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +44 -0
  142. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +393 -0
  143. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +16 -0
  144. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.js +9 -0
  145. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +1259 -0
  146. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +106 -0
  147. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +790 -0
  148. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +21 -0
  149. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.js +9 -0
  150. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +1934 -0
  151. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +103 -0
  152. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +1294 -0
  153. package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +14 -0
  154. package/Microsoft.EntityFrameworkCore.SqlServer.Internal.js +9 -0
  155. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +933 -0
  156. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +73 -0
  157. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +452 -0
  158. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +16 -0
  159. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.js +9 -0
  160. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +482 -0
  161. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +67 -0
  162. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +317 -0
  163. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +21 -0
  164. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.js +9 -0
  165. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +5251 -0
  166. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +835 -0
  167. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +3289 -0
  168. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +141 -0
  169. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +33 -0
  170. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +95 -0
  171. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +17 -0
  172. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.js +9 -0
  173. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +87 -0
  174. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.js +9 -0
  175. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +238 -0
  176. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +53 -0
  177. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +167 -0
  178. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +21 -0
  179. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.js +9 -0
  180. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2619 -0
  181. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +411 -0
  182. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +1697 -0
  183. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +55 -0
  184. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.js +9 -0
  185. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +719 -0
  186. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +105 -0
  187. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +500 -0
  188. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +24 -0
  189. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.js +9 -0
  190. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +493 -0
  191. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +111 -0
  192. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +339 -0
  193. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +24 -0
  194. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.js +9 -0
  195. package/Microsoft.EntityFrameworkCore.d.ts +46 -0
  196. package/Microsoft.EntityFrameworkCore.js +9 -0
  197. package/Microsoft.Extensions.DependencyInjection/bindings.json +164 -0
  198. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +26 -0
  199. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +127 -0
  200. package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
  201. package/Microsoft.Extensions.DependencyInjection.js +9 -0
  202. package/Microsoft.Identity.Client/bindings.json +23512 -0
  203. package/Microsoft.Identity.Client/internal/index.d.ts +1605 -0
  204. package/Microsoft.Identity.Client/internal/metadata.json +11985 -0
  205. package/Microsoft.Identity.Client.Advanced/bindings.json +44 -0
  206. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +20 -0
  207. package/Microsoft.Identity.Client.Advanced/internal/metadata.json +41 -0
  208. package/Microsoft.Identity.Client.Advanced.d.ts +17 -0
  209. package/Microsoft.Identity.Client.Advanced.js +9 -0
  210. package/Microsoft.Identity.Client.AppConfig/bindings.json +338 -0
  211. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +47 -0
  212. package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +212 -0
  213. package/Microsoft.Identity.Client.AppConfig.d.ts +15 -0
  214. package/Microsoft.Identity.Client.AppConfig.js +9 -0
  215. package/Microsoft.Identity.Client.AuthScheme/bindings.json +167 -0
  216. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +25 -0
  217. package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +118 -0
  218. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +95 -0
  219. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +20 -0
  220. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +72 -0
  221. package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +12 -0
  222. package/Microsoft.Identity.Client.AuthScheme.PoP.js +9 -0
  223. package/Microsoft.Identity.Client.AuthScheme.d.ts +14 -0
  224. package/Microsoft.Identity.Client.AuthScheme.js +9 -0
  225. package/Microsoft.Identity.Client.Cache/bindings.json +210 -0
  226. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +32 -0
  227. package/Microsoft.Identity.Client.Cache/internal/metadata.json +123 -0
  228. package/Microsoft.Identity.Client.Cache.d.ts +13 -0
  229. package/Microsoft.Identity.Client.Cache.js +9 -0
  230. package/Microsoft.Identity.Client.Extensibility/bindings.json +882 -0
  231. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +128 -0
  232. package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +620 -0
  233. package/Microsoft.Identity.Client.Extensibility.d.ts +30 -0
  234. package/Microsoft.Identity.Client.Extensibility.js +9 -0
  235. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +1464 -0
  236. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +163 -0
  237. package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +877 -0
  238. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +25 -0
  239. package/Microsoft.Identity.Client.Extensions.Msal.js +9 -0
  240. package/Microsoft.Identity.Client.Kerberos/bindings.json +634 -0
  241. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +58 -0
  242. package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +386 -0
  243. package/Microsoft.Identity.Client.Kerberos.d.ts +15 -0
  244. package/Microsoft.Identity.Client.Kerberos.js +9 -0
  245. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +209 -0
  246. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +23 -0
  247. package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +106 -0
  248. package/Microsoft.Identity.Client.ManagedIdentity.d.ts +12 -0
  249. package/Microsoft.Identity.Client.ManagedIdentity.js +9 -0
  250. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +44 -0
  251. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +22 -0
  252. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +41 -0
  253. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +12 -0
  254. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.js +9 -0
  255. package/Microsoft.Identity.Client.RP/bindings.json +83 -0
  256. package/Microsoft.Identity.Client.RP/internal/index.d.ts +27 -0
  257. package/Microsoft.Identity.Client.RP/internal/metadata.json +74 -0
  258. package/Microsoft.Identity.Client.RP.d.ts +18 -0
  259. package/Microsoft.Identity.Client.RP.js +9 -0
  260. package/Microsoft.Identity.Client.Region/bindings.json +167 -0
  261. package/Microsoft.Identity.Client.Region/internal/index.d.ts +21 -0
  262. package/Microsoft.Identity.Client.Region/internal/metadata.json +88 -0
  263. package/Microsoft.Identity.Client.Region.d.ts +12 -0
  264. package/Microsoft.Identity.Client.Region.js +9 -0
  265. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +68 -0
  266. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +20 -0
  267. package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +57 -0
  268. package/Microsoft.Identity.Client.SSHCertificates.d.ts +16 -0
  269. package/Microsoft.Identity.Client.SSHCertificates.js +9 -0
  270. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +66 -0
  271. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +24 -0
  272. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +46 -0
  273. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +13 -0
  274. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.js +9 -0
  275. package/Microsoft.Identity.Client.Utils/bindings.json +164 -0
  276. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +29 -0
  277. package/Microsoft.Identity.Client.Utils/internal/metadata.json +121 -0
  278. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +68 -0
  279. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +19 -0
  280. package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +57 -0
  281. package/Microsoft.Identity.Client.Utils.Windows.d.ts +12 -0
  282. package/Microsoft.Identity.Client.Utils.Windows.js +9 -0
  283. package/Microsoft.Identity.Client.Utils.d.ts +13 -0
  284. package/Microsoft.Identity.Client.Utils.js +9 -0
  285. package/Microsoft.Identity.Client.d.ts +124 -0
  286. package/Microsoft.Identity.Client.js +9 -0
  287. package/Microsoft.IdentityModel.Abstractions/bindings.json +1278 -0
  288. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +132 -0
  289. package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +843 -0
  290. package/Microsoft.IdentityModel.Abstractions.d.ts +20 -0
  291. package/Microsoft.IdentityModel.Abstractions.js +9 -0
  292. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +3592 -0
  293. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +242 -0
  294. package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +1997 -0
  295. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +24 -0
  296. package/Microsoft.IdentityModel.JsonWebTokens.js +9 -0
  297. package/Microsoft.IdentityModel.Logging/bindings.json +1715 -0
  298. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +137 -0
  299. package/Microsoft.IdentityModel.Logging/internal/metadata.json +1117 -0
  300. package/Microsoft.IdentityModel.Logging.d.ts +21 -0
  301. package/Microsoft.IdentityModel.Logging.js +9 -0
  302. package/Microsoft.IdentityModel.Protocols/bindings.json +1839 -0
  303. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +208 -0
  304. package/Microsoft.IdentityModel.Protocols/internal/metadata.json +1067 -0
  305. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +177 -0
  306. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +43 -0
  307. package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +72 -0
  308. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +18 -0
  309. package/Microsoft.IdentityModel.Protocols.Configuration.js +9 -0
  310. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +7825 -0
  311. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +515 -0
  312. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +4288 -0
  313. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +117 -0
  314. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +35 -0
  315. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +80 -0
  316. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +14 -0
  317. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.js +9 -0
  318. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +42 -0
  319. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.js +9 -0
  320. package/Microsoft.IdentityModel.Protocols.d.ts +32 -0
  321. package/Microsoft.IdentityModel.Protocols.js +9 -0
  322. package/Microsoft.IdentityModel.Tokens/bindings.json +18398 -0
  323. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +1485 -0
  324. package/Microsoft.IdentityModel.Tokens/internal/metadata.json +10430 -0
  325. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +162 -0
  326. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +30 -0
  327. package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +101 -0
  328. package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +15 -0
  329. package/Microsoft.IdentityModel.Tokens.Configuration.js +9 -0
  330. package/Microsoft.IdentityModel.Tokens.d.ts +123 -0
  331. package/Microsoft.IdentityModel.Tokens.js +9 -0
  332. package/Microsoft.SqlServer.Server/bindings.json +1337 -0
  333. package/Microsoft.SqlServer.Server/internal/index.d.ts +138 -0
  334. package/Microsoft.SqlServer.Server/internal/metadata.json +792 -0
  335. package/Microsoft.SqlServer.Server.d.ts +23 -0
  336. package/Microsoft.SqlServer.Server.js +9 -0
  337. package/README.md +5 -0
  338. package/System/bindings.json +877 -0
  339. package/System/internal/index.d.ts +67 -0
  340. package/System/internal/metadata.json +523 -0
  341. package/System.ClientModel/bindings.json +975 -0
  342. package/System.ClientModel/internal/index.d.ts +152 -0
  343. package/System.ClientModel/internal/metadata.json +637 -0
  344. package/System.ClientModel.Primitives/bindings.json +5278 -0
  345. package/System.ClientModel.Primitives/internal/index.d.ts +596 -0
  346. package/System.ClientModel.Primitives/internal/metadata.json +3433 -0
  347. package/System.ClientModel.Primitives.d.ts +65 -0
  348. package/System.ClientModel.Primitives.js +9 -0
  349. package/System.ClientModel.d.ts +42 -0
  350. package/System.ClientModel.js +9 -0
  351. package/System.Configuration/bindings.json +22798 -0
  352. package/System.Configuration/internal/index.d.ts +2085 -0
  353. package/System.Configuration/internal/metadata.json +11888 -0
  354. package/System.Configuration.Internal/bindings.json +3313 -0
  355. package/System.Configuration.Internal/internal/index.d.ts +228 -0
  356. package/System.Configuration.Internal/internal/metadata.json +2269 -0
  357. package/System.Configuration.Internal.d.ts +30 -0
  358. package/System.Configuration.Internal.js +9 -0
  359. package/System.Configuration.Provider/bindings.json +447 -0
  360. package/System.Configuration.Provider/internal/index.d.ts +63 -0
  361. package/System.Configuration.Provider/internal/metadata.json +284 -0
  362. package/System.Configuration.Provider.d.ts +17 -0
  363. package/System.Configuration.Provider.js +9 -0
  364. package/System.Configuration.d.ts +166 -0
  365. package/System.Configuration.js +9 -0
  366. package/System.Diagnostics/bindings.json +44 -0
  367. package/System.Diagnostics/internal/index.d.ts +18 -0
  368. package/System.Diagnostics/internal/metadata.json +48 -0
  369. package/System.Diagnostics.d.ts +12 -0
  370. package/System.Diagnostics.js +9 -0
  371. package/System.Drawing.Configuration/bindings.json +178 -0
  372. package/System.Drawing.Configuration/internal/index.d.ts +25 -0
  373. package/System.Drawing.Configuration/internal/metadata.json +46 -0
  374. package/System.Drawing.Configuration.d.ts +13 -0
  375. package/System.Drawing.Configuration.js +9 -0
  376. package/System.IdentityModel.Tokens.Jwt/bindings.json +4622 -0
  377. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +309 -0
  378. package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +2556 -0
  379. package/System.IdentityModel.Tokens.Jwt.d.ts +29 -0
  380. package/System.IdentityModel.Tokens.Jwt.js +9 -0
  381. package/System.Security.Cryptography/bindings.json +146 -0
  382. package/System.Security.Cryptography/internal/index.d.ts +25 -0
  383. package/System.Security.Cryptography/internal/metadata.json +104 -0
  384. package/System.Security.Cryptography.d.ts +13 -0
  385. package/System.Security.Cryptography.js +9 -0
  386. package/System.Text.Json.Serialization/bindings.json +96 -0
  387. package/System.Text.Json.Serialization/internal/index.d.ts +32 -0
  388. package/System.Text.Json.Serialization/internal/metadata.json +70 -0
  389. package/System.Text.Json.Serialization.d.ts +15 -0
  390. package/System.Text.Json.Serialization.js +9 -0
  391. package/System.d.ts +21 -0
  392. package/System.js +9 -0
  393. package/__build/ref/Program.cs +5 -0
  394. package/__build/ref/ref.csproj +14 -0
  395. package/__build/scripts/generate.sh +113 -0
  396. package/__internal/extensions/index.d.ts +153 -0
  397. package/families.json +30 -0
  398. package/package.json +27 -0
  399. package/tsconfig.json +20 -0
@@ -0,0 +1,3543 @@
1
+ {
2
+ "namespace": "Microsoft.Data.SqlClient.Server",
3
+ "types": [
4
+ {
5
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord",
6
+ "clrName": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
7
+ "tsEmitName": "SqlDataRecord",
8
+ "assemblyName": "Microsoft.Data.SqlClient",
9
+ "metadataToken": 0,
10
+ "methods": [
11
+ {
12
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetBoolean(System.Int32):System.Boolean",
13
+ "clrName": "GetBoolean",
14
+ "tsEmitName": "getBoolean",
15
+ "metadataToken": 100665734,
16
+ "canonicalSignature": "(System.Int32):System.Boolean",
17
+ "normalizedSignature": "GetBoolean|(System.Int32):System.Boolean|static=false",
18
+ "emitScope": "ClassSurface",
19
+ "arity": 0,
20
+ "parameterCount": 1,
21
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
22
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
23
+ "isExtensionMethod": false
24
+ },
25
+ {
26
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetByte(System.Int32):System.Byte",
27
+ "clrName": "GetByte",
28
+ "tsEmitName": "getByte",
29
+ "metadataToken": 100665735,
30
+ "canonicalSignature": "(System.Int32):System.Byte",
31
+ "normalizedSignature": "GetByte|(System.Int32):System.Byte|static=false",
32
+ "emitScope": "ClassSurface",
33
+ "arity": 0,
34
+ "parameterCount": 1,
35
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
36
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
37
+ "isExtensionMethod": false
38
+ },
39
+ {
40
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32):System.Int64",
41
+ "clrName": "GetBytes",
42
+ "tsEmitName": "getBytes",
43
+ "metadataToken": 100665736,
44
+ "canonicalSignature": "(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32):System.Int64",
45
+ "normalizedSignature": "GetBytes|(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32):System.Int64|static=false",
46
+ "emitScope": "ClassSurface",
47
+ "arity": 0,
48
+ "parameterCount": 5,
49
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
50
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
51
+ "isExtensionMethod": false
52
+ },
53
+ {
54
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetChar(System.Int32):System.Char",
55
+ "clrName": "GetChar",
56
+ "tsEmitName": "getChar",
57
+ "metadataToken": 100665737,
58
+ "canonicalSignature": "(System.Int32):System.Char",
59
+ "normalizedSignature": "GetChar|(System.Int32):System.Char|static=false",
60
+ "emitScope": "ClassSurface",
61
+ "arity": 0,
62
+ "parameterCount": 1,
63
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
64
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
65
+ "isExtensionMethod": false
66
+ },
67
+ {
68
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32):System.Int64",
69
+ "clrName": "GetChars",
70
+ "tsEmitName": "getChars",
71
+ "metadataToken": 100665738,
72
+ "canonicalSignature": "(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32):System.Int64",
73
+ "normalizedSignature": "GetChars|(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32):System.Int64|static=false",
74
+ "emitScope": "ClassSurface",
75
+ "arity": 0,
76
+ "parameterCount": 5,
77
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
78
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
79
+ "isExtensionMethod": false
80
+ },
81
+ {
82
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetDataTypeName(System.Int32):System.String",
83
+ "clrName": "GetDataTypeName",
84
+ "tsEmitName": "getDataTypeName",
85
+ "metadataToken": 100665739,
86
+ "canonicalSignature": "(System.Int32):System.String",
87
+ "normalizedSignature": "GetDataTypeName|(System.Int32):System.String|static=false",
88
+ "emitScope": "ClassSurface",
89
+ "arity": 0,
90
+ "parameterCount": 1,
91
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
92
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
93
+ "isExtensionMethod": false
94
+ },
95
+ {
96
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetDateTime(System.Int32):System.DateTime",
97
+ "clrName": "GetDateTime",
98
+ "tsEmitName": "getDateTime",
99
+ "metadataToken": 100665740,
100
+ "canonicalSignature": "(System.Int32):System.DateTime",
101
+ "normalizedSignature": "GetDateTime|(System.Int32):System.DateTime|static=false",
102
+ "emitScope": "ClassSurface",
103
+ "arity": 0,
104
+ "parameterCount": 1,
105
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
106
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
107
+ "isExtensionMethod": false
108
+ },
109
+ {
110
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetDateTimeOffset(System.Int32):System.DateTimeOffset",
111
+ "clrName": "GetDateTimeOffset",
112
+ "tsEmitName": "getDateTimeOffset",
113
+ "metadataToken": 100665741,
114
+ "canonicalSignature": "(System.Int32):System.DateTimeOffset",
115
+ "normalizedSignature": "GetDateTimeOffset|(System.Int32):System.DateTimeOffset|static=false",
116
+ "emitScope": "ClassSurface",
117
+ "arity": 0,
118
+ "parameterCount": 1,
119
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
120
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
121
+ "isExtensionMethod": false
122
+ },
123
+ {
124
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetDecimal(System.Int32):System.Decimal",
125
+ "clrName": "GetDecimal",
126
+ "tsEmitName": "getDecimal",
127
+ "metadataToken": 100665742,
128
+ "canonicalSignature": "(System.Int32):System.Decimal",
129
+ "normalizedSignature": "GetDecimal|(System.Int32):System.Decimal|static=false",
130
+ "emitScope": "ClassSurface",
131
+ "arity": 0,
132
+ "parameterCount": 1,
133
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
134
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
135
+ "isExtensionMethod": false
136
+ },
137
+ {
138
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetDouble(System.Int32):System.Double",
139
+ "clrName": "GetDouble",
140
+ "tsEmitName": "getDouble",
141
+ "metadataToken": 100665743,
142
+ "canonicalSignature": "(System.Int32):System.Double",
143
+ "normalizedSignature": "GetDouble|(System.Int32):System.Double|static=false",
144
+ "emitScope": "ClassSurface",
145
+ "arity": 0,
146
+ "parameterCount": 1,
147
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
148
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
149
+ "isExtensionMethod": false
150
+ },
151
+ {
152
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetFieldType(System.Int32):System.Type",
153
+ "clrName": "GetFieldType",
154
+ "tsEmitName": "getFieldType",
155
+ "metadataToken": 100665744,
156
+ "canonicalSignature": "(System.Int32):System.Type",
157
+ "normalizedSignature": "GetFieldType|(System.Int32):System.Type|static=false",
158
+ "emitScope": "ClassSurface",
159
+ "arity": 0,
160
+ "parameterCount": 1,
161
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
162
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
163
+ "isExtensionMethod": false
164
+ },
165
+ {
166
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetFloat(System.Int32):System.Single",
167
+ "clrName": "GetFloat",
168
+ "tsEmitName": "getFloat",
169
+ "metadataToken": 100665745,
170
+ "canonicalSignature": "(System.Int32):System.Single",
171
+ "normalizedSignature": "GetFloat|(System.Int32):System.Single|static=false",
172
+ "emitScope": "ClassSurface",
173
+ "arity": 0,
174
+ "parameterCount": 1,
175
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
176
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
177
+ "isExtensionMethod": false
178
+ },
179
+ {
180
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetGuid(System.Int32):System.Guid",
181
+ "clrName": "GetGuid",
182
+ "tsEmitName": "getGuid",
183
+ "metadataToken": 100665746,
184
+ "canonicalSignature": "(System.Int32):System.Guid",
185
+ "normalizedSignature": "GetGuid|(System.Int32):System.Guid|static=false",
186
+ "emitScope": "ClassSurface",
187
+ "arity": 0,
188
+ "parameterCount": 1,
189
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
190
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
191
+ "isExtensionMethod": false
192
+ },
193
+ {
194
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetInt16(System.Int32):System.Int16",
195
+ "clrName": "GetInt16",
196
+ "tsEmitName": "getInt16",
197
+ "metadataToken": 100665747,
198
+ "canonicalSignature": "(System.Int32):System.Int16",
199
+ "normalizedSignature": "GetInt16|(System.Int32):System.Int16|static=false",
200
+ "emitScope": "ClassSurface",
201
+ "arity": 0,
202
+ "parameterCount": 1,
203
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
204
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
205
+ "isExtensionMethod": false
206
+ },
207
+ {
208
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetInt32(System.Int32):System.Int32",
209
+ "clrName": "GetInt32",
210
+ "tsEmitName": "getInt32",
211
+ "metadataToken": 100665748,
212
+ "canonicalSignature": "(System.Int32):System.Int32",
213
+ "normalizedSignature": "GetInt32|(System.Int32):System.Int32|static=false",
214
+ "emitScope": "ClassSurface",
215
+ "arity": 0,
216
+ "parameterCount": 1,
217
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
218
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
219
+ "isExtensionMethod": false
220
+ },
221
+ {
222
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetInt64(System.Int32):System.Int64",
223
+ "clrName": "GetInt64",
224
+ "tsEmitName": "getInt64",
225
+ "metadataToken": 100665749,
226
+ "canonicalSignature": "(System.Int32):System.Int64",
227
+ "normalizedSignature": "GetInt64|(System.Int32):System.Int64|static=false",
228
+ "emitScope": "ClassSurface",
229
+ "arity": 0,
230
+ "parameterCount": 1,
231
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
232
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
233
+ "isExtensionMethod": false
234
+ },
235
+ {
236
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetName(System.Int32):System.String",
237
+ "clrName": "GetName",
238
+ "tsEmitName": "getName",
239
+ "metadataToken": 100665750,
240
+ "canonicalSignature": "(System.Int32):System.String",
241
+ "normalizedSignature": "GetName|(System.Int32):System.String|static=false",
242
+ "emitScope": "ClassSurface",
243
+ "arity": 0,
244
+ "parameterCount": 1,
245
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
246
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
247
+ "isExtensionMethod": false
248
+ },
249
+ {
250
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetOrdinal(System.String):System.Int32",
251
+ "clrName": "GetOrdinal",
252
+ "tsEmitName": "getOrdinal",
253
+ "metadataToken": 100665751,
254
+ "canonicalSignature": "(System.String):System.Int32",
255
+ "normalizedSignature": "GetOrdinal|(System.String):System.Int32|static=false",
256
+ "emitScope": "ClassSurface",
257
+ "arity": 0,
258
+ "parameterCount": 1,
259
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
260
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
261
+ "isExtensionMethod": false
262
+ },
263
+ {
264
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetSqlBinary(System.Int32):System.Data.SqlTypes.SqlBinary",
265
+ "clrName": "GetSqlBinary",
266
+ "tsEmitName": "getSqlBinary",
267
+ "metadataToken": 100665752,
268
+ "canonicalSignature": "(System.Int32):System.Data.SqlTypes.SqlBinary",
269
+ "normalizedSignature": "GetSqlBinary|(System.Int32):System.Data.SqlTypes.SqlBinary|static=false",
270
+ "emitScope": "ClassSurface",
271
+ "arity": 0,
272
+ "parameterCount": 1,
273
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
274
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
275
+ "isExtensionMethod": false
276
+ },
277
+ {
278
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetSqlBoolean(System.Int32):System.Data.SqlTypes.SqlBoolean",
279
+ "clrName": "GetSqlBoolean",
280
+ "tsEmitName": "getSqlBoolean",
281
+ "metadataToken": 100665753,
282
+ "canonicalSignature": "(System.Int32):System.Data.SqlTypes.SqlBoolean",
283
+ "normalizedSignature": "GetSqlBoolean|(System.Int32):System.Data.SqlTypes.SqlBoolean|static=false",
284
+ "emitScope": "ClassSurface",
285
+ "arity": 0,
286
+ "parameterCount": 1,
287
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
288
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
289
+ "isExtensionMethod": false
290
+ },
291
+ {
292
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetSqlByte(System.Int32):System.Data.SqlTypes.SqlByte",
293
+ "clrName": "GetSqlByte",
294
+ "tsEmitName": "getSqlByte",
295
+ "metadataToken": 100665754,
296
+ "canonicalSignature": "(System.Int32):System.Data.SqlTypes.SqlByte",
297
+ "normalizedSignature": "GetSqlByte|(System.Int32):System.Data.SqlTypes.SqlByte|static=false",
298
+ "emitScope": "ClassSurface",
299
+ "arity": 0,
300
+ "parameterCount": 1,
301
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
302
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
303
+ "isExtensionMethod": false
304
+ },
305
+ {
306
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetSqlBytes(System.Int32):System.Data.SqlTypes.SqlBytes",
307
+ "clrName": "GetSqlBytes",
308
+ "tsEmitName": "getSqlBytes",
309
+ "metadataToken": 100665755,
310
+ "canonicalSignature": "(System.Int32):System.Data.SqlTypes.SqlBytes",
311
+ "normalizedSignature": "GetSqlBytes|(System.Int32):System.Data.SqlTypes.SqlBytes|static=false",
312
+ "emitScope": "ClassSurface",
313
+ "arity": 0,
314
+ "parameterCount": 1,
315
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
316
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
317
+ "isExtensionMethod": false
318
+ },
319
+ {
320
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetSqlChars(System.Int32):System.Data.SqlTypes.SqlChars",
321
+ "clrName": "GetSqlChars",
322
+ "tsEmitName": "getSqlChars",
323
+ "metadataToken": 100665756,
324
+ "canonicalSignature": "(System.Int32):System.Data.SqlTypes.SqlChars",
325
+ "normalizedSignature": "GetSqlChars|(System.Int32):System.Data.SqlTypes.SqlChars|static=false",
326
+ "emitScope": "ClassSurface",
327
+ "arity": 0,
328
+ "parameterCount": 1,
329
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
330
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
331
+ "isExtensionMethod": false
332
+ },
333
+ {
334
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetSqlDateTime(System.Int32):System.Data.SqlTypes.SqlDateTime",
335
+ "clrName": "GetSqlDateTime",
336
+ "tsEmitName": "getSqlDateTime",
337
+ "metadataToken": 100665757,
338
+ "canonicalSignature": "(System.Int32):System.Data.SqlTypes.SqlDateTime",
339
+ "normalizedSignature": "GetSqlDateTime|(System.Int32):System.Data.SqlTypes.SqlDateTime|static=false",
340
+ "emitScope": "ClassSurface",
341
+ "arity": 0,
342
+ "parameterCount": 1,
343
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
344
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
345
+ "isExtensionMethod": false
346
+ },
347
+ {
348
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetSqlDecimal(System.Int32):System.Data.SqlTypes.SqlDecimal",
349
+ "clrName": "GetSqlDecimal",
350
+ "tsEmitName": "getSqlDecimal",
351
+ "metadataToken": 100665758,
352
+ "canonicalSignature": "(System.Int32):System.Data.SqlTypes.SqlDecimal",
353
+ "normalizedSignature": "GetSqlDecimal|(System.Int32):System.Data.SqlTypes.SqlDecimal|static=false",
354
+ "emitScope": "ClassSurface",
355
+ "arity": 0,
356
+ "parameterCount": 1,
357
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
358
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
359
+ "isExtensionMethod": false
360
+ },
361
+ {
362
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetSqlDouble(System.Int32):System.Data.SqlTypes.SqlDouble",
363
+ "clrName": "GetSqlDouble",
364
+ "tsEmitName": "getSqlDouble",
365
+ "metadataToken": 100665759,
366
+ "canonicalSignature": "(System.Int32):System.Data.SqlTypes.SqlDouble",
367
+ "normalizedSignature": "GetSqlDouble|(System.Int32):System.Data.SqlTypes.SqlDouble|static=false",
368
+ "emitScope": "ClassSurface",
369
+ "arity": 0,
370
+ "parameterCount": 1,
371
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
372
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
373
+ "isExtensionMethod": false
374
+ },
375
+ {
376
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetSqlFieldType(System.Int32):System.Type",
377
+ "clrName": "GetSqlFieldType",
378
+ "tsEmitName": "getSqlFieldType",
379
+ "metadataToken": 100665760,
380
+ "canonicalSignature": "(System.Int32):System.Type",
381
+ "normalizedSignature": "GetSqlFieldType|(System.Int32):System.Type|static=false",
382
+ "emitScope": "ClassSurface",
383
+ "arity": 0,
384
+ "parameterCount": 1,
385
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
386
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
387
+ "isExtensionMethod": false
388
+ },
389
+ {
390
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetSqlGuid(System.Int32):System.Data.SqlTypes.SqlGuid",
391
+ "clrName": "GetSqlGuid",
392
+ "tsEmitName": "getSqlGuid",
393
+ "metadataToken": 100665761,
394
+ "canonicalSignature": "(System.Int32):System.Data.SqlTypes.SqlGuid",
395
+ "normalizedSignature": "GetSqlGuid|(System.Int32):System.Data.SqlTypes.SqlGuid|static=false",
396
+ "emitScope": "ClassSurface",
397
+ "arity": 0,
398
+ "parameterCount": 1,
399
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
400
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
401
+ "isExtensionMethod": false
402
+ },
403
+ {
404
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetSqlInt16(System.Int32):System.Data.SqlTypes.SqlInt16",
405
+ "clrName": "GetSqlInt16",
406
+ "tsEmitName": "getSqlInt16",
407
+ "metadataToken": 100665762,
408
+ "canonicalSignature": "(System.Int32):System.Data.SqlTypes.SqlInt16",
409
+ "normalizedSignature": "GetSqlInt16|(System.Int32):System.Data.SqlTypes.SqlInt16|static=false",
410
+ "emitScope": "ClassSurface",
411
+ "arity": 0,
412
+ "parameterCount": 1,
413
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
414
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
415
+ "isExtensionMethod": false
416
+ },
417
+ {
418
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetSqlInt32(System.Int32):System.Data.SqlTypes.SqlInt32",
419
+ "clrName": "GetSqlInt32",
420
+ "tsEmitName": "getSqlInt32",
421
+ "metadataToken": 100665763,
422
+ "canonicalSignature": "(System.Int32):System.Data.SqlTypes.SqlInt32",
423
+ "normalizedSignature": "GetSqlInt32|(System.Int32):System.Data.SqlTypes.SqlInt32|static=false",
424
+ "emitScope": "ClassSurface",
425
+ "arity": 0,
426
+ "parameterCount": 1,
427
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
428
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
429
+ "isExtensionMethod": false
430
+ },
431
+ {
432
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetSqlInt64(System.Int32):System.Data.SqlTypes.SqlInt64",
433
+ "clrName": "GetSqlInt64",
434
+ "tsEmitName": "getSqlInt64",
435
+ "metadataToken": 100665764,
436
+ "canonicalSignature": "(System.Int32):System.Data.SqlTypes.SqlInt64",
437
+ "normalizedSignature": "GetSqlInt64|(System.Int32):System.Data.SqlTypes.SqlInt64|static=false",
438
+ "emitScope": "ClassSurface",
439
+ "arity": 0,
440
+ "parameterCount": 1,
441
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
442
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
443
+ "isExtensionMethod": false
444
+ },
445
+ {
446
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetSqlMetaData(System.Int32):Microsoft.Data.SqlClient.Server.SqlMetaData",
447
+ "clrName": "GetSqlMetaData",
448
+ "tsEmitName": "getSqlMetaData",
449
+ "metadataToken": 100665765,
450
+ "canonicalSignature": "(System.Int32):Microsoft.Data.SqlClient.Server.SqlMetaData",
451
+ "normalizedSignature": "GetSqlMetaData|(System.Int32):Microsoft.Data.SqlClient.Server.SqlMetaData|static=false",
452
+ "emitScope": "ClassSurface",
453
+ "arity": 0,
454
+ "parameterCount": 1,
455
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
456
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
457
+ "isExtensionMethod": false
458
+ },
459
+ {
460
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetSqlMoney(System.Int32):System.Data.SqlTypes.SqlMoney",
461
+ "clrName": "GetSqlMoney",
462
+ "tsEmitName": "getSqlMoney",
463
+ "metadataToken": 100665766,
464
+ "canonicalSignature": "(System.Int32):System.Data.SqlTypes.SqlMoney",
465
+ "normalizedSignature": "GetSqlMoney|(System.Int32):System.Data.SqlTypes.SqlMoney|static=false",
466
+ "emitScope": "ClassSurface",
467
+ "arity": 0,
468
+ "parameterCount": 1,
469
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
470
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
471
+ "isExtensionMethod": false
472
+ },
473
+ {
474
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetSqlSingle(System.Int32):System.Data.SqlTypes.SqlSingle",
475
+ "clrName": "GetSqlSingle",
476
+ "tsEmitName": "getSqlSingle",
477
+ "metadataToken": 100665767,
478
+ "canonicalSignature": "(System.Int32):System.Data.SqlTypes.SqlSingle",
479
+ "normalizedSignature": "GetSqlSingle|(System.Int32):System.Data.SqlTypes.SqlSingle|static=false",
480
+ "emitScope": "ClassSurface",
481
+ "arity": 0,
482
+ "parameterCount": 1,
483
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
484
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
485
+ "isExtensionMethod": false
486
+ },
487
+ {
488
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetSqlString(System.Int32):System.Data.SqlTypes.SqlString",
489
+ "clrName": "GetSqlString",
490
+ "tsEmitName": "getSqlString",
491
+ "metadataToken": 100665768,
492
+ "canonicalSignature": "(System.Int32):System.Data.SqlTypes.SqlString",
493
+ "normalizedSignature": "GetSqlString|(System.Int32):System.Data.SqlTypes.SqlString|static=false",
494
+ "emitScope": "ClassSurface",
495
+ "arity": 0,
496
+ "parameterCount": 1,
497
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
498
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
499
+ "isExtensionMethod": false
500
+ },
501
+ {
502
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetSqlValue(System.Int32):System.Object",
503
+ "clrName": "GetSqlValue",
504
+ "tsEmitName": "getSqlValue",
505
+ "metadataToken": 100665769,
506
+ "canonicalSignature": "(System.Int32):System.Object",
507
+ "normalizedSignature": "GetSqlValue|(System.Int32):System.Object|static=false",
508
+ "emitScope": "ClassSurface",
509
+ "arity": 0,
510
+ "parameterCount": 1,
511
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
512
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
513
+ "isExtensionMethod": false
514
+ },
515
+ {
516
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetSqlValues(System.Object[]):System.Int32",
517
+ "clrName": "GetSqlValues",
518
+ "tsEmitName": "getSqlValues",
519
+ "metadataToken": 100665770,
520
+ "canonicalSignature": "(System.Object[]):System.Int32",
521
+ "normalizedSignature": "GetSqlValues|(System.Object[]):System.Int32|static=false",
522
+ "emitScope": "ClassSurface",
523
+ "arity": 0,
524
+ "parameterCount": 1,
525
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
526
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
527
+ "isExtensionMethod": false
528
+ },
529
+ {
530
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetSqlXml(System.Int32):System.Data.SqlTypes.SqlXml",
531
+ "clrName": "GetSqlXml",
532
+ "tsEmitName": "getSqlXml",
533
+ "metadataToken": 100665771,
534
+ "canonicalSignature": "(System.Int32):System.Data.SqlTypes.SqlXml",
535
+ "normalizedSignature": "GetSqlXml|(System.Int32):System.Data.SqlTypes.SqlXml|static=false",
536
+ "emitScope": "ClassSurface",
537
+ "arity": 0,
538
+ "parameterCount": 1,
539
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
540
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
541
+ "isExtensionMethod": false
542
+ },
543
+ {
544
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetString(System.Int32):System.String",
545
+ "clrName": "GetString",
546
+ "tsEmitName": "getString",
547
+ "metadataToken": 100665772,
548
+ "canonicalSignature": "(System.Int32):System.String",
549
+ "normalizedSignature": "GetString|(System.Int32):System.String|static=false",
550
+ "emitScope": "ClassSurface",
551
+ "arity": 0,
552
+ "parameterCount": 1,
553
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
554
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
555
+ "isExtensionMethod": false
556
+ },
557
+ {
558
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetTimeSpan(System.Int32):System.TimeSpan",
559
+ "clrName": "GetTimeSpan",
560
+ "tsEmitName": "getTimeSpan",
561
+ "metadataToken": 100665773,
562
+ "canonicalSignature": "(System.Int32):System.TimeSpan",
563
+ "normalizedSignature": "GetTimeSpan|(System.Int32):System.TimeSpan|static=false",
564
+ "emitScope": "ClassSurface",
565
+ "arity": 0,
566
+ "parameterCount": 1,
567
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
568
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
569
+ "isExtensionMethod": false
570
+ },
571
+ {
572
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetValue(System.Int32):System.Object",
573
+ "clrName": "GetValue",
574
+ "tsEmitName": "getValue",
575
+ "metadataToken": 100665774,
576
+ "canonicalSignature": "(System.Int32):System.Object",
577
+ "normalizedSignature": "GetValue|(System.Int32):System.Object|static=false",
578
+ "emitScope": "ClassSurface",
579
+ "arity": 0,
580
+ "parameterCount": 1,
581
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
582
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
583
+ "isExtensionMethod": false
584
+ },
585
+ {
586
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::GetValues(System.Object[]):System.Int32",
587
+ "clrName": "GetValues",
588
+ "tsEmitName": "getValues",
589
+ "metadataToken": 100665775,
590
+ "canonicalSignature": "(System.Object[]):System.Int32",
591
+ "normalizedSignature": "GetValues|(System.Object[]):System.Int32|static=false",
592
+ "emitScope": "ClassSurface",
593
+ "arity": 0,
594
+ "parameterCount": 1,
595
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
596
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
597
+ "isExtensionMethod": false
598
+ },
599
+ {
600
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::IsDBNull(System.Int32):System.Boolean",
601
+ "clrName": "IsDBNull",
602
+ "tsEmitName": "isDBNull",
603
+ "metadataToken": 100665776,
604
+ "canonicalSignature": "(System.Int32):System.Boolean",
605
+ "normalizedSignature": "IsDBNull|(System.Int32):System.Boolean|static=false",
606
+ "emitScope": "ClassSurface",
607
+ "arity": 0,
608
+ "parameterCount": 1,
609
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
610
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
611
+ "isExtensionMethod": false
612
+ },
613
+ {
614
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetBoolean(System.Int32,System.Boolean):System.Void",
615
+ "clrName": "SetBoolean",
616
+ "tsEmitName": "setBoolean",
617
+ "metadataToken": 100665777,
618
+ "canonicalSignature": "(System.Int32,System.Boolean):System.Void",
619
+ "normalizedSignature": "SetBoolean|(System.Int32,System.Boolean):System.Void|static=false",
620
+ "emitScope": "ClassSurface",
621
+ "arity": 0,
622
+ "parameterCount": 2,
623
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
624
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
625
+ "isExtensionMethod": false
626
+ },
627
+ {
628
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetByte(System.Int32,System.Byte):System.Void",
629
+ "clrName": "SetByte",
630
+ "tsEmitName": "setByte",
631
+ "metadataToken": 100665778,
632
+ "canonicalSignature": "(System.Int32,System.Byte):System.Void",
633
+ "normalizedSignature": "SetByte|(System.Int32,System.Byte):System.Void|static=false",
634
+ "emitScope": "ClassSurface",
635
+ "arity": 0,
636
+ "parameterCount": 2,
637
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
638
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
639
+ "isExtensionMethod": false
640
+ },
641
+ {
642
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32):System.Void",
643
+ "clrName": "SetBytes",
644
+ "tsEmitName": "setBytes",
645
+ "metadataToken": 100665779,
646
+ "canonicalSignature": "(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32):System.Void",
647
+ "normalizedSignature": "SetBytes|(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32):System.Void|static=false",
648
+ "emitScope": "ClassSurface",
649
+ "arity": 0,
650
+ "parameterCount": 5,
651
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
652
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
653
+ "isExtensionMethod": false
654
+ },
655
+ {
656
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetChar(System.Int32,System.Char):System.Void",
657
+ "clrName": "SetChar",
658
+ "tsEmitName": "setChar",
659
+ "metadataToken": 100665780,
660
+ "canonicalSignature": "(System.Int32,System.Char):System.Void",
661
+ "normalizedSignature": "SetChar|(System.Int32,System.Char):System.Void|static=false",
662
+ "emitScope": "ClassSurface",
663
+ "arity": 0,
664
+ "parameterCount": 2,
665
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
666
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
667
+ "isExtensionMethod": false
668
+ },
669
+ {
670
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32):System.Void",
671
+ "clrName": "SetChars",
672
+ "tsEmitName": "setChars",
673
+ "metadataToken": 100665781,
674
+ "canonicalSignature": "(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32):System.Void",
675
+ "normalizedSignature": "SetChars|(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32):System.Void|static=false",
676
+ "emitScope": "ClassSurface",
677
+ "arity": 0,
678
+ "parameterCount": 5,
679
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
680
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
681
+ "isExtensionMethod": false
682
+ },
683
+ {
684
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetDateTime(System.Int32,System.DateTime):System.Void",
685
+ "clrName": "SetDateTime",
686
+ "tsEmitName": "setDateTime",
687
+ "metadataToken": 100665782,
688
+ "canonicalSignature": "(System.Int32,System.DateTime):System.Void",
689
+ "normalizedSignature": "SetDateTime|(System.Int32,System.DateTime):System.Void|static=false",
690
+ "emitScope": "ClassSurface",
691
+ "arity": 0,
692
+ "parameterCount": 2,
693
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
694
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
695
+ "isExtensionMethod": false
696
+ },
697
+ {
698
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetDateTimeOffset(System.Int32,System.DateTimeOffset):System.Void",
699
+ "clrName": "SetDateTimeOffset",
700
+ "tsEmitName": "setDateTimeOffset",
701
+ "metadataToken": 100665783,
702
+ "canonicalSignature": "(System.Int32,System.DateTimeOffset):System.Void",
703
+ "normalizedSignature": "SetDateTimeOffset|(System.Int32,System.DateTimeOffset):System.Void|static=false",
704
+ "emitScope": "ClassSurface",
705
+ "arity": 0,
706
+ "parameterCount": 2,
707
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
708
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
709
+ "isExtensionMethod": false
710
+ },
711
+ {
712
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetDBNull(System.Int32):System.Void",
713
+ "clrName": "SetDBNull",
714
+ "tsEmitName": "setDBNull",
715
+ "metadataToken": 100665784,
716
+ "canonicalSignature": "(System.Int32):System.Void",
717
+ "normalizedSignature": "SetDBNull|(System.Int32):System.Void|static=false",
718
+ "emitScope": "ClassSurface",
719
+ "arity": 0,
720
+ "parameterCount": 1,
721
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
722
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
723
+ "isExtensionMethod": false
724
+ },
725
+ {
726
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetDecimal(System.Int32,System.Decimal):System.Void",
727
+ "clrName": "SetDecimal",
728
+ "tsEmitName": "setDecimal",
729
+ "metadataToken": 100665785,
730
+ "canonicalSignature": "(System.Int32,System.Decimal):System.Void",
731
+ "normalizedSignature": "SetDecimal|(System.Int32,System.Decimal):System.Void|static=false",
732
+ "emitScope": "ClassSurface",
733
+ "arity": 0,
734
+ "parameterCount": 2,
735
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
736
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
737
+ "isExtensionMethod": false
738
+ },
739
+ {
740
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetDouble(System.Int32,System.Double):System.Void",
741
+ "clrName": "SetDouble",
742
+ "tsEmitName": "setDouble",
743
+ "metadataToken": 100665786,
744
+ "canonicalSignature": "(System.Int32,System.Double):System.Void",
745
+ "normalizedSignature": "SetDouble|(System.Int32,System.Double):System.Void|static=false",
746
+ "emitScope": "ClassSurface",
747
+ "arity": 0,
748
+ "parameterCount": 2,
749
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
750
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
751
+ "isExtensionMethod": false
752
+ },
753
+ {
754
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetFloat(System.Int32,System.Single):System.Void",
755
+ "clrName": "SetFloat",
756
+ "tsEmitName": "setFloat",
757
+ "metadataToken": 100665787,
758
+ "canonicalSignature": "(System.Int32,System.Single):System.Void",
759
+ "normalizedSignature": "SetFloat|(System.Int32,System.Single):System.Void|static=false",
760
+ "emitScope": "ClassSurface",
761
+ "arity": 0,
762
+ "parameterCount": 2,
763
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
764
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
765
+ "isExtensionMethod": false
766
+ },
767
+ {
768
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetGuid(System.Int32,System.Guid):System.Void",
769
+ "clrName": "SetGuid",
770
+ "tsEmitName": "setGuid",
771
+ "metadataToken": 100665788,
772
+ "canonicalSignature": "(System.Int32,System.Guid):System.Void",
773
+ "normalizedSignature": "SetGuid|(System.Int32,System.Guid):System.Void|static=false",
774
+ "emitScope": "ClassSurface",
775
+ "arity": 0,
776
+ "parameterCount": 2,
777
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
778
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
779
+ "isExtensionMethod": false
780
+ },
781
+ {
782
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetInt16(System.Int32,System.Int16):System.Void",
783
+ "clrName": "SetInt16",
784
+ "tsEmitName": "setInt16",
785
+ "metadataToken": 100665789,
786
+ "canonicalSignature": "(System.Int32,System.Int16):System.Void",
787
+ "normalizedSignature": "SetInt16|(System.Int32,System.Int16):System.Void|static=false",
788
+ "emitScope": "ClassSurface",
789
+ "arity": 0,
790
+ "parameterCount": 2,
791
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
792
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
793
+ "isExtensionMethod": false
794
+ },
795
+ {
796
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetInt32(System.Int32,System.Int32):System.Void",
797
+ "clrName": "SetInt32",
798
+ "tsEmitName": "setInt32",
799
+ "metadataToken": 100665790,
800
+ "canonicalSignature": "(System.Int32,System.Int32):System.Void",
801
+ "normalizedSignature": "SetInt32|(System.Int32,System.Int32):System.Void|static=false",
802
+ "emitScope": "ClassSurface",
803
+ "arity": 0,
804
+ "parameterCount": 2,
805
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
806
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
807
+ "isExtensionMethod": false
808
+ },
809
+ {
810
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetInt64(System.Int32,System.Int64):System.Void",
811
+ "clrName": "SetInt64",
812
+ "tsEmitName": "setInt64",
813
+ "metadataToken": 100665791,
814
+ "canonicalSignature": "(System.Int32,System.Int64):System.Void",
815
+ "normalizedSignature": "SetInt64|(System.Int32,System.Int64):System.Void|static=false",
816
+ "emitScope": "ClassSurface",
817
+ "arity": 0,
818
+ "parameterCount": 2,
819
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
820
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
821
+ "isExtensionMethod": false
822
+ },
823
+ {
824
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetSqlBinary(System.Int32,System.Data.SqlTypes.SqlBinary):System.Void",
825
+ "clrName": "SetSqlBinary",
826
+ "tsEmitName": "setSqlBinary",
827
+ "metadataToken": 100665792,
828
+ "canonicalSignature": "(System.Int32,System.Data.SqlTypes.SqlBinary):System.Void",
829
+ "normalizedSignature": "SetSqlBinary|(System.Int32,System.Data.SqlTypes.SqlBinary):System.Void|static=false",
830
+ "emitScope": "ClassSurface",
831
+ "arity": 0,
832
+ "parameterCount": 2,
833
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
834
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
835
+ "isExtensionMethod": false
836
+ },
837
+ {
838
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetSqlBoolean(System.Int32,System.Data.SqlTypes.SqlBoolean):System.Void",
839
+ "clrName": "SetSqlBoolean",
840
+ "tsEmitName": "setSqlBoolean",
841
+ "metadataToken": 100665793,
842
+ "canonicalSignature": "(System.Int32,System.Data.SqlTypes.SqlBoolean):System.Void",
843
+ "normalizedSignature": "SetSqlBoolean|(System.Int32,System.Data.SqlTypes.SqlBoolean):System.Void|static=false",
844
+ "emitScope": "ClassSurface",
845
+ "arity": 0,
846
+ "parameterCount": 2,
847
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
848
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
849
+ "isExtensionMethod": false
850
+ },
851
+ {
852
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetSqlByte(System.Int32,System.Data.SqlTypes.SqlByte):System.Void",
853
+ "clrName": "SetSqlByte",
854
+ "tsEmitName": "setSqlByte",
855
+ "metadataToken": 100665794,
856
+ "canonicalSignature": "(System.Int32,System.Data.SqlTypes.SqlByte):System.Void",
857
+ "normalizedSignature": "SetSqlByte|(System.Int32,System.Data.SqlTypes.SqlByte):System.Void|static=false",
858
+ "emitScope": "ClassSurface",
859
+ "arity": 0,
860
+ "parameterCount": 2,
861
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
862
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
863
+ "isExtensionMethod": false
864
+ },
865
+ {
866
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetSqlBytes(System.Int32,System.Data.SqlTypes.SqlBytes):System.Void",
867
+ "clrName": "SetSqlBytes",
868
+ "tsEmitName": "setSqlBytes",
869
+ "metadataToken": 100665795,
870
+ "canonicalSignature": "(System.Int32,System.Data.SqlTypes.SqlBytes):System.Void",
871
+ "normalizedSignature": "SetSqlBytes|(System.Int32,System.Data.SqlTypes.SqlBytes):System.Void|static=false",
872
+ "emitScope": "ClassSurface",
873
+ "arity": 0,
874
+ "parameterCount": 2,
875
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
876
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
877
+ "isExtensionMethod": false
878
+ },
879
+ {
880
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetSqlChars(System.Int32,System.Data.SqlTypes.SqlChars):System.Void",
881
+ "clrName": "SetSqlChars",
882
+ "tsEmitName": "setSqlChars",
883
+ "metadataToken": 100665796,
884
+ "canonicalSignature": "(System.Int32,System.Data.SqlTypes.SqlChars):System.Void",
885
+ "normalizedSignature": "SetSqlChars|(System.Int32,System.Data.SqlTypes.SqlChars):System.Void|static=false",
886
+ "emitScope": "ClassSurface",
887
+ "arity": 0,
888
+ "parameterCount": 2,
889
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
890
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
891
+ "isExtensionMethod": false
892
+ },
893
+ {
894
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetSqlDateTime(System.Int32,System.Data.SqlTypes.SqlDateTime):System.Void",
895
+ "clrName": "SetSqlDateTime",
896
+ "tsEmitName": "setSqlDateTime",
897
+ "metadataToken": 100665797,
898
+ "canonicalSignature": "(System.Int32,System.Data.SqlTypes.SqlDateTime):System.Void",
899
+ "normalizedSignature": "SetSqlDateTime|(System.Int32,System.Data.SqlTypes.SqlDateTime):System.Void|static=false",
900
+ "emitScope": "ClassSurface",
901
+ "arity": 0,
902
+ "parameterCount": 2,
903
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
904
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
905
+ "isExtensionMethod": false
906
+ },
907
+ {
908
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetSqlDecimal(System.Int32,System.Data.SqlTypes.SqlDecimal):System.Void",
909
+ "clrName": "SetSqlDecimal",
910
+ "tsEmitName": "setSqlDecimal",
911
+ "metadataToken": 100665798,
912
+ "canonicalSignature": "(System.Int32,System.Data.SqlTypes.SqlDecimal):System.Void",
913
+ "normalizedSignature": "SetSqlDecimal|(System.Int32,System.Data.SqlTypes.SqlDecimal):System.Void|static=false",
914
+ "emitScope": "ClassSurface",
915
+ "arity": 0,
916
+ "parameterCount": 2,
917
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
918
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
919
+ "isExtensionMethod": false
920
+ },
921
+ {
922
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetSqlDouble(System.Int32,System.Data.SqlTypes.SqlDouble):System.Void",
923
+ "clrName": "SetSqlDouble",
924
+ "tsEmitName": "setSqlDouble",
925
+ "metadataToken": 100665799,
926
+ "canonicalSignature": "(System.Int32,System.Data.SqlTypes.SqlDouble):System.Void",
927
+ "normalizedSignature": "SetSqlDouble|(System.Int32,System.Data.SqlTypes.SqlDouble):System.Void|static=false",
928
+ "emitScope": "ClassSurface",
929
+ "arity": 0,
930
+ "parameterCount": 2,
931
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
932
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
933
+ "isExtensionMethod": false
934
+ },
935
+ {
936
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetSqlGuid(System.Int32,System.Data.SqlTypes.SqlGuid):System.Void",
937
+ "clrName": "SetSqlGuid",
938
+ "tsEmitName": "setSqlGuid",
939
+ "metadataToken": 100665800,
940
+ "canonicalSignature": "(System.Int32,System.Data.SqlTypes.SqlGuid):System.Void",
941
+ "normalizedSignature": "SetSqlGuid|(System.Int32,System.Data.SqlTypes.SqlGuid):System.Void|static=false",
942
+ "emitScope": "ClassSurface",
943
+ "arity": 0,
944
+ "parameterCount": 2,
945
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
946
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
947
+ "isExtensionMethod": false
948
+ },
949
+ {
950
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetSqlInt16(System.Int32,System.Data.SqlTypes.SqlInt16):System.Void",
951
+ "clrName": "SetSqlInt16",
952
+ "tsEmitName": "setSqlInt16",
953
+ "metadataToken": 100665801,
954
+ "canonicalSignature": "(System.Int32,System.Data.SqlTypes.SqlInt16):System.Void",
955
+ "normalizedSignature": "SetSqlInt16|(System.Int32,System.Data.SqlTypes.SqlInt16):System.Void|static=false",
956
+ "emitScope": "ClassSurface",
957
+ "arity": 0,
958
+ "parameterCount": 2,
959
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
960
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
961
+ "isExtensionMethod": false
962
+ },
963
+ {
964
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetSqlInt32(System.Int32,System.Data.SqlTypes.SqlInt32):System.Void",
965
+ "clrName": "SetSqlInt32",
966
+ "tsEmitName": "setSqlInt32",
967
+ "metadataToken": 100665802,
968
+ "canonicalSignature": "(System.Int32,System.Data.SqlTypes.SqlInt32):System.Void",
969
+ "normalizedSignature": "SetSqlInt32|(System.Int32,System.Data.SqlTypes.SqlInt32):System.Void|static=false",
970
+ "emitScope": "ClassSurface",
971
+ "arity": 0,
972
+ "parameterCount": 2,
973
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
974
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
975
+ "isExtensionMethod": false
976
+ },
977
+ {
978
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetSqlInt64(System.Int32,System.Data.SqlTypes.SqlInt64):System.Void",
979
+ "clrName": "SetSqlInt64",
980
+ "tsEmitName": "setSqlInt64",
981
+ "metadataToken": 100665803,
982
+ "canonicalSignature": "(System.Int32,System.Data.SqlTypes.SqlInt64):System.Void",
983
+ "normalizedSignature": "SetSqlInt64|(System.Int32,System.Data.SqlTypes.SqlInt64):System.Void|static=false",
984
+ "emitScope": "ClassSurface",
985
+ "arity": 0,
986
+ "parameterCount": 2,
987
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
988
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
989
+ "isExtensionMethod": false
990
+ },
991
+ {
992
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetSqlMoney(System.Int32,System.Data.SqlTypes.SqlMoney):System.Void",
993
+ "clrName": "SetSqlMoney",
994
+ "tsEmitName": "setSqlMoney",
995
+ "metadataToken": 100665804,
996
+ "canonicalSignature": "(System.Int32,System.Data.SqlTypes.SqlMoney):System.Void",
997
+ "normalizedSignature": "SetSqlMoney|(System.Int32,System.Data.SqlTypes.SqlMoney):System.Void|static=false",
998
+ "emitScope": "ClassSurface",
999
+ "arity": 0,
1000
+ "parameterCount": 2,
1001
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1002
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1003
+ "isExtensionMethod": false
1004
+ },
1005
+ {
1006
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetSqlSingle(System.Int32,System.Data.SqlTypes.SqlSingle):System.Void",
1007
+ "clrName": "SetSqlSingle",
1008
+ "tsEmitName": "setSqlSingle",
1009
+ "metadataToken": 100665805,
1010
+ "canonicalSignature": "(System.Int32,System.Data.SqlTypes.SqlSingle):System.Void",
1011
+ "normalizedSignature": "SetSqlSingle|(System.Int32,System.Data.SqlTypes.SqlSingle):System.Void|static=false",
1012
+ "emitScope": "ClassSurface",
1013
+ "arity": 0,
1014
+ "parameterCount": 2,
1015
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1016
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1017
+ "isExtensionMethod": false
1018
+ },
1019
+ {
1020
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetSqlString(System.Int32,System.Data.SqlTypes.SqlString):System.Void",
1021
+ "clrName": "SetSqlString",
1022
+ "tsEmitName": "setSqlString",
1023
+ "metadataToken": 100665806,
1024
+ "canonicalSignature": "(System.Int32,System.Data.SqlTypes.SqlString):System.Void",
1025
+ "normalizedSignature": "SetSqlString|(System.Int32,System.Data.SqlTypes.SqlString):System.Void|static=false",
1026
+ "emitScope": "ClassSurface",
1027
+ "arity": 0,
1028
+ "parameterCount": 2,
1029
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1030
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1031
+ "isExtensionMethod": false
1032
+ },
1033
+ {
1034
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetSqlXml(System.Int32,System.Data.SqlTypes.SqlXml):System.Void",
1035
+ "clrName": "SetSqlXml",
1036
+ "tsEmitName": "setSqlXml",
1037
+ "metadataToken": 100665807,
1038
+ "canonicalSignature": "(System.Int32,System.Data.SqlTypes.SqlXml):System.Void",
1039
+ "normalizedSignature": "SetSqlXml|(System.Int32,System.Data.SqlTypes.SqlXml):System.Void|static=false",
1040
+ "emitScope": "ClassSurface",
1041
+ "arity": 0,
1042
+ "parameterCount": 2,
1043
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1044
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1045
+ "isExtensionMethod": false
1046
+ },
1047
+ {
1048
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetString(System.Int32,System.String):System.Void",
1049
+ "clrName": "SetString",
1050
+ "tsEmitName": "setString",
1051
+ "metadataToken": 100665808,
1052
+ "canonicalSignature": "(System.Int32,System.String):System.Void",
1053
+ "normalizedSignature": "SetString|(System.Int32,System.String):System.Void|static=false",
1054
+ "emitScope": "ClassSurface",
1055
+ "arity": 0,
1056
+ "parameterCount": 2,
1057
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1058
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1059
+ "isExtensionMethod": false
1060
+ },
1061
+ {
1062
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetTimeSpan(System.Int32,System.TimeSpan):System.Void",
1063
+ "clrName": "SetTimeSpan",
1064
+ "tsEmitName": "setTimeSpan",
1065
+ "metadataToken": 100665809,
1066
+ "canonicalSignature": "(System.Int32,System.TimeSpan):System.Void",
1067
+ "normalizedSignature": "SetTimeSpan|(System.Int32,System.TimeSpan):System.Void|static=false",
1068
+ "emitScope": "ClassSurface",
1069
+ "arity": 0,
1070
+ "parameterCount": 2,
1071
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1072
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1073
+ "isExtensionMethod": false
1074
+ },
1075
+ {
1076
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetValue(System.Int32,System.Object):System.Void",
1077
+ "clrName": "SetValue",
1078
+ "tsEmitName": "setValue",
1079
+ "metadataToken": 100665810,
1080
+ "canonicalSignature": "(System.Int32,System.Object):System.Void",
1081
+ "normalizedSignature": "SetValue|(System.Int32,System.Object):System.Void|static=false",
1082
+ "emitScope": "ClassSurface",
1083
+ "arity": 0,
1084
+ "parameterCount": 2,
1085
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1086
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1087
+ "isExtensionMethod": false
1088
+ },
1089
+ {
1090
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::SetValues(System.Object[]):System.Int32",
1091
+ "clrName": "SetValues",
1092
+ "tsEmitName": "setValues",
1093
+ "metadataToken": 100665811,
1094
+ "canonicalSignature": "(System.Object[]):System.Int32",
1095
+ "normalizedSignature": "SetValues|(System.Object[]):System.Int32|static=false",
1096
+ "emitScope": "ClassSurface",
1097
+ "arity": 0,
1098
+ "parameterCount": 1,
1099
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1100
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1101
+ "isExtensionMethod": false
1102
+ },
1103
+ {
1104
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::get_Item(System.Int32):System.Object",
1105
+ "clrName": "get_Item",
1106
+ "tsEmitName": "get_Item",
1107
+ "metadataToken": 0,
1108
+ "canonicalSignature": "(System.Int32):System.Object",
1109
+ "normalizedSignature": "get_Item|(System.Int32):System.Object|static=false",
1110
+ "emitScope": "ClassSurface",
1111
+ "arity": 0,
1112
+ "parameterCount": 1,
1113
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1114
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1115
+ "isExtensionMethod": false
1116
+ },
1117
+ {
1118
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::get_Item(System.String):System.Object",
1119
+ "clrName": "get_Item",
1120
+ "tsEmitName": "get_Item2",
1121
+ "metadataToken": 0,
1122
+ "canonicalSignature": "(System.String):System.Object",
1123
+ "normalizedSignature": "get_Item|(System.String):System.Object|static=false",
1124
+ "emitScope": "ClassSurface",
1125
+ "arity": 0,
1126
+ "parameterCount": 1,
1127
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1128
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1129
+ "isExtensionMethod": false
1130
+ }
1131
+ ],
1132
+ "properties": [
1133
+ {
1134
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::FieldCount:System.Int32",
1135
+ "clrName": "FieldCount",
1136
+ "tsEmitName": "fieldCount",
1137
+ "metadataToken": 385877783,
1138
+ "canonicalSignature": ":System.Int32",
1139
+ "normalizedSignature": "FieldCount|:System.Int32|static=false|accessor=get",
1140
+ "emitScope": "ClassSurface",
1141
+ "isIndexer": false,
1142
+ "hasGetter": true,
1143
+ "hasSetter": false,
1144
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1145
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1146
+ }
1147
+ ],
1148
+ "fields": [],
1149
+ "events": [],
1150
+ "constructors": [
1151
+ {
1152
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlDataRecord::.ctor(Microsoft.Data.SqlClient.Server.SqlMetaData[]):void",
1153
+ "metadataToken": 100665730,
1154
+ "canonicalSignature": "(Microsoft.Data.SqlClient.Server.SqlMetaData[]):void",
1155
+ "normalizedSignature": "constructor|(Microsoft.Data.SqlClient.Server.SqlMetaData[]):void|static=false",
1156
+ "isStatic": false,
1157
+ "parameterCount": 1,
1158
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1159
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
1160
+ }
1161
+ ],
1162
+ "exposedMethods": [
1163
+ {
1164
+ "tsName": "getBoolean",
1165
+ "isStatic": false,
1166
+ "tsSignatureId": "GetBoolean|(System.Int32):System.Boolean|static=false",
1167
+ "target": {
1168
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1169
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1170
+ "metadataToken": 100665734
1171
+ }
1172
+ },
1173
+ {
1174
+ "tsName": "getByte",
1175
+ "isStatic": false,
1176
+ "tsSignatureId": "GetByte|(System.Int32):System.Byte|static=false",
1177
+ "target": {
1178
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1179
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1180
+ "metadataToken": 100665735
1181
+ }
1182
+ },
1183
+ {
1184
+ "tsName": "getBytes",
1185
+ "isStatic": false,
1186
+ "tsSignatureId": "GetBytes|(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32):System.Int64|static=false",
1187
+ "target": {
1188
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1189
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1190
+ "metadataToken": 100665736
1191
+ }
1192
+ },
1193
+ {
1194
+ "tsName": "getChar",
1195
+ "isStatic": false,
1196
+ "tsSignatureId": "GetChar|(System.Int32):System.Char|static=false",
1197
+ "target": {
1198
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1199
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1200
+ "metadataToken": 100665737
1201
+ }
1202
+ },
1203
+ {
1204
+ "tsName": "getChars",
1205
+ "isStatic": false,
1206
+ "tsSignatureId": "GetChars|(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32):System.Int64|static=false",
1207
+ "target": {
1208
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1209
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1210
+ "metadataToken": 100665738
1211
+ }
1212
+ },
1213
+ {
1214
+ "tsName": "getDataTypeName",
1215
+ "isStatic": false,
1216
+ "tsSignatureId": "GetDataTypeName|(System.Int32):System.String|static=false",
1217
+ "target": {
1218
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1219
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1220
+ "metadataToken": 100665739
1221
+ }
1222
+ },
1223
+ {
1224
+ "tsName": "getDateTime",
1225
+ "isStatic": false,
1226
+ "tsSignatureId": "GetDateTime|(System.Int32):System.DateTime|static=false",
1227
+ "target": {
1228
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1229
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1230
+ "metadataToken": 100665740
1231
+ }
1232
+ },
1233
+ {
1234
+ "tsName": "getDateTimeOffset",
1235
+ "isStatic": false,
1236
+ "tsSignatureId": "GetDateTimeOffset|(System.Int32):System.DateTimeOffset|static=false",
1237
+ "target": {
1238
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1239
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1240
+ "metadataToken": 100665741
1241
+ }
1242
+ },
1243
+ {
1244
+ "tsName": "getDecimal",
1245
+ "isStatic": false,
1246
+ "tsSignatureId": "GetDecimal|(System.Int32):System.Decimal|static=false",
1247
+ "target": {
1248
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1249
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1250
+ "metadataToken": 100665742
1251
+ }
1252
+ },
1253
+ {
1254
+ "tsName": "getDouble",
1255
+ "isStatic": false,
1256
+ "tsSignatureId": "GetDouble|(System.Int32):System.Double|static=false",
1257
+ "target": {
1258
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1259
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1260
+ "metadataToken": 100665743
1261
+ }
1262
+ },
1263
+ {
1264
+ "tsName": "getFieldType",
1265
+ "isStatic": false,
1266
+ "tsSignatureId": "GetFieldType|(System.Int32):System.Type|static=false",
1267
+ "target": {
1268
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1269
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1270
+ "metadataToken": 100665744
1271
+ }
1272
+ },
1273
+ {
1274
+ "tsName": "getFloat",
1275
+ "isStatic": false,
1276
+ "tsSignatureId": "GetFloat|(System.Int32):System.Single|static=false",
1277
+ "target": {
1278
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1279
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1280
+ "metadataToken": 100665745
1281
+ }
1282
+ },
1283
+ {
1284
+ "tsName": "getGuid",
1285
+ "isStatic": false,
1286
+ "tsSignatureId": "GetGuid|(System.Int32):System.Guid|static=false",
1287
+ "target": {
1288
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1289
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1290
+ "metadataToken": 100665746
1291
+ }
1292
+ },
1293
+ {
1294
+ "tsName": "getInt16",
1295
+ "isStatic": false,
1296
+ "tsSignatureId": "GetInt16|(System.Int32):System.Int16|static=false",
1297
+ "target": {
1298
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1299
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1300
+ "metadataToken": 100665747
1301
+ }
1302
+ },
1303
+ {
1304
+ "tsName": "getInt32",
1305
+ "isStatic": false,
1306
+ "tsSignatureId": "GetInt32|(System.Int32):System.Int32|static=false",
1307
+ "target": {
1308
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1309
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1310
+ "metadataToken": 100665748
1311
+ }
1312
+ },
1313
+ {
1314
+ "tsName": "getInt64",
1315
+ "isStatic": false,
1316
+ "tsSignatureId": "GetInt64|(System.Int32):System.Int64|static=false",
1317
+ "target": {
1318
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1319
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1320
+ "metadataToken": 100665749
1321
+ }
1322
+ },
1323
+ {
1324
+ "tsName": "getName",
1325
+ "isStatic": false,
1326
+ "tsSignatureId": "GetName|(System.Int32):System.String|static=false",
1327
+ "target": {
1328
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1329
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1330
+ "metadataToken": 100665750
1331
+ }
1332
+ },
1333
+ {
1334
+ "tsName": "getOrdinal",
1335
+ "isStatic": false,
1336
+ "tsSignatureId": "GetOrdinal|(System.String):System.Int32|static=false",
1337
+ "target": {
1338
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1339
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1340
+ "metadataToken": 100665751
1341
+ }
1342
+ },
1343
+ {
1344
+ "tsName": "getSqlBinary",
1345
+ "isStatic": false,
1346
+ "tsSignatureId": "GetSqlBinary|(System.Int32):System.Data.SqlTypes.SqlBinary|static=false",
1347
+ "target": {
1348
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1349
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1350
+ "metadataToken": 100665752
1351
+ }
1352
+ },
1353
+ {
1354
+ "tsName": "getSqlBoolean",
1355
+ "isStatic": false,
1356
+ "tsSignatureId": "GetSqlBoolean|(System.Int32):System.Data.SqlTypes.SqlBoolean|static=false",
1357
+ "target": {
1358
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1359
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1360
+ "metadataToken": 100665753
1361
+ }
1362
+ },
1363
+ {
1364
+ "tsName": "getSqlByte",
1365
+ "isStatic": false,
1366
+ "tsSignatureId": "GetSqlByte|(System.Int32):System.Data.SqlTypes.SqlByte|static=false",
1367
+ "target": {
1368
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1369
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1370
+ "metadataToken": 100665754
1371
+ }
1372
+ },
1373
+ {
1374
+ "tsName": "getSqlBytes",
1375
+ "isStatic": false,
1376
+ "tsSignatureId": "GetSqlBytes|(System.Int32):System.Data.SqlTypes.SqlBytes|static=false",
1377
+ "target": {
1378
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1379
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1380
+ "metadataToken": 100665755
1381
+ }
1382
+ },
1383
+ {
1384
+ "tsName": "getSqlChars",
1385
+ "isStatic": false,
1386
+ "tsSignatureId": "GetSqlChars|(System.Int32):System.Data.SqlTypes.SqlChars|static=false",
1387
+ "target": {
1388
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1389
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1390
+ "metadataToken": 100665756
1391
+ }
1392
+ },
1393
+ {
1394
+ "tsName": "getSqlDateTime",
1395
+ "isStatic": false,
1396
+ "tsSignatureId": "GetSqlDateTime|(System.Int32):System.Data.SqlTypes.SqlDateTime|static=false",
1397
+ "target": {
1398
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1399
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1400
+ "metadataToken": 100665757
1401
+ }
1402
+ },
1403
+ {
1404
+ "tsName": "getSqlDecimal",
1405
+ "isStatic": false,
1406
+ "tsSignatureId": "GetSqlDecimal|(System.Int32):System.Data.SqlTypes.SqlDecimal|static=false",
1407
+ "target": {
1408
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1409
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1410
+ "metadataToken": 100665758
1411
+ }
1412
+ },
1413
+ {
1414
+ "tsName": "getSqlDouble",
1415
+ "isStatic": false,
1416
+ "tsSignatureId": "GetSqlDouble|(System.Int32):System.Data.SqlTypes.SqlDouble|static=false",
1417
+ "target": {
1418
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1419
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1420
+ "metadataToken": 100665759
1421
+ }
1422
+ },
1423
+ {
1424
+ "tsName": "getSqlFieldType",
1425
+ "isStatic": false,
1426
+ "tsSignatureId": "GetSqlFieldType|(System.Int32):System.Type|static=false",
1427
+ "target": {
1428
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1429
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1430
+ "metadataToken": 100665760
1431
+ }
1432
+ },
1433
+ {
1434
+ "tsName": "getSqlGuid",
1435
+ "isStatic": false,
1436
+ "tsSignatureId": "GetSqlGuid|(System.Int32):System.Data.SqlTypes.SqlGuid|static=false",
1437
+ "target": {
1438
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1439
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1440
+ "metadataToken": 100665761
1441
+ }
1442
+ },
1443
+ {
1444
+ "tsName": "getSqlInt16",
1445
+ "isStatic": false,
1446
+ "tsSignatureId": "GetSqlInt16|(System.Int32):System.Data.SqlTypes.SqlInt16|static=false",
1447
+ "target": {
1448
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1449
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1450
+ "metadataToken": 100665762
1451
+ }
1452
+ },
1453
+ {
1454
+ "tsName": "getSqlInt32",
1455
+ "isStatic": false,
1456
+ "tsSignatureId": "GetSqlInt32|(System.Int32):System.Data.SqlTypes.SqlInt32|static=false",
1457
+ "target": {
1458
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1459
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1460
+ "metadataToken": 100665763
1461
+ }
1462
+ },
1463
+ {
1464
+ "tsName": "getSqlInt64",
1465
+ "isStatic": false,
1466
+ "tsSignatureId": "GetSqlInt64|(System.Int32):System.Data.SqlTypes.SqlInt64|static=false",
1467
+ "target": {
1468
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1469
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1470
+ "metadataToken": 100665764
1471
+ }
1472
+ },
1473
+ {
1474
+ "tsName": "getSqlMetaData",
1475
+ "isStatic": false,
1476
+ "tsSignatureId": "GetSqlMetaData|(System.Int32):Microsoft.Data.SqlClient.Server.SqlMetaData|static=false",
1477
+ "target": {
1478
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1479
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1480
+ "metadataToken": 100665765
1481
+ }
1482
+ },
1483
+ {
1484
+ "tsName": "getSqlMoney",
1485
+ "isStatic": false,
1486
+ "tsSignatureId": "GetSqlMoney|(System.Int32):System.Data.SqlTypes.SqlMoney|static=false",
1487
+ "target": {
1488
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1489
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1490
+ "metadataToken": 100665766
1491
+ }
1492
+ },
1493
+ {
1494
+ "tsName": "getSqlSingle",
1495
+ "isStatic": false,
1496
+ "tsSignatureId": "GetSqlSingle|(System.Int32):System.Data.SqlTypes.SqlSingle|static=false",
1497
+ "target": {
1498
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1499
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1500
+ "metadataToken": 100665767
1501
+ }
1502
+ },
1503
+ {
1504
+ "tsName": "getSqlString",
1505
+ "isStatic": false,
1506
+ "tsSignatureId": "GetSqlString|(System.Int32):System.Data.SqlTypes.SqlString|static=false",
1507
+ "target": {
1508
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1509
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1510
+ "metadataToken": 100665768
1511
+ }
1512
+ },
1513
+ {
1514
+ "tsName": "getSqlValue",
1515
+ "isStatic": false,
1516
+ "tsSignatureId": "GetSqlValue|(System.Int32):System.Object|static=false",
1517
+ "target": {
1518
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1519
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1520
+ "metadataToken": 100665769
1521
+ }
1522
+ },
1523
+ {
1524
+ "tsName": "getSqlValues",
1525
+ "isStatic": false,
1526
+ "tsSignatureId": "GetSqlValues|(System.Object[]):System.Int32|static=false",
1527
+ "target": {
1528
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1529
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1530
+ "metadataToken": 100665770
1531
+ }
1532
+ },
1533
+ {
1534
+ "tsName": "getSqlXml",
1535
+ "isStatic": false,
1536
+ "tsSignatureId": "GetSqlXml|(System.Int32):System.Data.SqlTypes.SqlXml|static=false",
1537
+ "target": {
1538
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1539
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1540
+ "metadataToken": 100665771
1541
+ }
1542
+ },
1543
+ {
1544
+ "tsName": "getString",
1545
+ "isStatic": false,
1546
+ "tsSignatureId": "GetString|(System.Int32):System.String|static=false",
1547
+ "target": {
1548
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1549
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1550
+ "metadataToken": 100665772
1551
+ }
1552
+ },
1553
+ {
1554
+ "tsName": "getTimeSpan",
1555
+ "isStatic": false,
1556
+ "tsSignatureId": "GetTimeSpan|(System.Int32):System.TimeSpan|static=false",
1557
+ "target": {
1558
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1559
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1560
+ "metadataToken": 100665773
1561
+ }
1562
+ },
1563
+ {
1564
+ "tsName": "getValue",
1565
+ "isStatic": false,
1566
+ "tsSignatureId": "GetValue|(System.Int32):System.Object|static=false",
1567
+ "target": {
1568
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1569
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1570
+ "metadataToken": 100665774
1571
+ }
1572
+ },
1573
+ {
1574
+ "tsName": "getValues",
1575
+ "isStatic": false,
1576
+ "tsSignatureId": "GetValues|(System.Object[]):System.Int32|static=false",
1577
+ "target": {
1578
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1579
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1580
+ "metadataToken": 100665775
1581
+ }
1582
+ },
1583
+ {
1584
+ "tsName": "isDBNull",
1585
+ "isStatic": false,
1586
+ "tsSignatureId": "IsDBNull|(System.Int32):System.Boolean|static=false",
1587
+ "target": {
1588
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1589
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1590
+ "metadataToken": 100665776
1591
+ }
1592
+ },
1593
+ {
1594
+ "tsName": "setBoolean",
1595
+ "isStatic": false,
1596
+ "tsSignatureId": "SetBoolean|(System.Int32,System.Boolean):System.Void|static=false",
1597
+ "target": {
1598
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1599
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1600
+ "metadataToken": 100665777
1601
+ }
1602
+ },
1603
+ {
1604
+ "tsName": "setByte",
1605
+ "isStatic": false,
1606
+ "tsSignatureId": "SetByte|(System.Int32,System.Byte):System.Void|static=false",
1607
+ "target": {
1608
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1609
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1610
+ "metadataToken": 100665778
1611
+ }
1612
+ },
1613
+ {
1614
+ "tsName": "setBytes",
1615
+ "isStatic": false,
1616
+ "tsSignatureId": "SetBytes|(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32):System.Void|static=false",
1617
+ "target": {
1618
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1619
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1620
+ "metadataToken": 100665779
1621
+ }
1622
+ },
1623
+ {
1624
+ "tsName": "setChar",
1625
+ "isStatic": false,
1626
+ "tsSignatureId": "SetChar|(System.Int32,System.Char):System.Void|static=false",
1627
+ "target": {
1628
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1629
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1630
+ "metadataToken": 100665780
1631
+ }
1632
+ },
1633
+ {
1634
+ "tsName": "setChars",
1635
+ "isStatic": false,
1636
+ "tsSignatureId": "SetChars|(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32):System.Void|static=false",
1637
+ "target": {
1638
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1639
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1640
+ "metadataToken": 100665781
1641
+ }
1642
+ },
1643
+ {
1644
+ "tsName": "setDateTime",
1645
+ "isStatic": false,
1646
+ "tsSignatureId": "SetDateTime|(System.Int32,System.DateTime):System.Void|static=false",
1647
+ "target": {
1648
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1649
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1650
+ "metadataToken": 100665782
1651
+ }
1652
+ },
1653
+ {
1654
+ "tsName": "setDateTimeOffset",
1655
+ "isStatic": false,
1656
+ "tsSignatureId": "SetDateTimeOffset|(System.Int32,System.DateTimeOffset):System.Void|static=false",
1657
+ "target": {
1658
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1659
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1660
+ "metadataToken": 100665783
1661
+ }
1662
+ },
1663
+ {
1664
+ "tsName": "setDBNull",
1665
+ "isStatic": false,
1666
+ "tsSignatureId": "SetDBNull|(System.Int32):System.Void|static=false",
1667
+ "target": {
1668
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1669
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1670
+ "metadataToken": 100665784
1671
+ }
1672
+ },
1673
+ {
1674
+ "tsName": "setDecimal",
1675
+ "isStatic": false,
1676
+ "tsSignatureId": "SetDecimal|(System.Int32,System.Decimal):System.Void|static=false",
1677
+ "target": {
1678
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1679
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1680
+ "metadataToken": 100665785
1681
+ }
1682
+ },
1683
+ {
1684
+ "tsName": "setDouble",
1685
+ "isStatic": false,
1686
+ "tsSignatureId": "SetDouble|(System.Int32,System.Double):System.Void|static=false",
1687
+ "target": {
1688
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1689
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1690
+ "metadataToken": 100665786
1691
+ }
1692
+ },
1693
+ {
1694
+ "tsName": "setFloat",
1695
+ "isStatic": false,
1696
+ "tsSignatureId": "SetFloat|(System.Int32,System.Single):System.Void|static=false",
1697
+ "target": {
1698
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1699
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1700
+ "metadataToken": 100665787
1701
+ }
1702
+ },
1703
+ {
1704
+ "tsName": "setGuid",
1705
+ "isStatic": false,
1706
+ "tsSignatureId": "SetGuid|(System.Int32,System.Guid):System.Void|static=false",
1707
+ "target": {
1708
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1709
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1710
+ "metadataToken": 100665788
1711
+ }
1712
+ },
1713
+ {
1714
+ "tsName": "setInt16",
1715
+ "isStatic": false,
1716
+ "tsSignatureId": "SetInt16|(System.Int32,System.Int16):System.Void|static=false",
1717
+ "target": {
1718
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1719
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1720
+ "metadataToken": 100665789
1721
+ }
1722
+ },
1723
+ {
1724
+ "tsName": "setInt32",
1725
+ "isStatic": false,
1726
+ "tsSignatureId": "SetInt32|(System.Int32,System.Int32):System.Void|static=false",
1727
+ "target": {
1728
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1729
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1730
+ "metadataToken": 100665790
1731
+ }
1732
+ },
1733
+ {
1734
+ "tsName": "setInt64",
1735
+ "isStatic": false,
1736
+ "tsSignatureId": "SetInt64|(System.Int32,System.Int64):System.Void|static=false",
1737
+ "target": {
1738
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1739
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1740
+ "metadataToken": 100665791
1741
+ }
1742
+ },
1743
+ {
1744
+ "tsName": "setSqlBinary",
1745
+ "isStatic": false,
1746
+ "tsSignatureId": "SetSqlBinary|(System.Int32,System.Data.SqlTypes.SqlBinary):System.Void|static=false",
1747
+ "target": {
1748
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1749
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1750
+ "metadataToken": 100665792
1751
+ }
1752
+ },
1753
+ {
1754
+ "tsName": "setSqlBoolean",
1755
+ "isStatic": false,
1756
+ "tsSignatureId": "SetSqlBoolean|(System.Int32,System.Data.SqlTypes.SqlBoolean):System.Void|static=false",
1757
+ "target": {
1758
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1759
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1760
+ "metadataToken": 100665793
1761
+ }
1762
+ },
1763
+ {
1764
+ "tsName": "setSqlByte",
1765
+ "isStatic": false,
1766
+ "tsSignatureId": "SetSqlByte|(System.Int32,System.Data.SqlTypes.SqlByte):System.Void|static=false",
1767
+ "target": {
1768
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1769
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1770
+ "metadataToken": 100665794
1771
+ }
1772
+ },
1773
+ {
1774
+ "tsName": "setSqlBytes",
1775
+ "isStatic": false,
1776
+ "tsSignatureId": "SetSqlBytes|(System.Int32,System.Data.SqlTypes.SqlBytes):System.Void|static=false",
1777
+ "target": {
1778
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1779
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1780
+ "metadataToken": 100665795
1781
+ }
1782
+ },
1783
+ {
1784
+ "tsName": "setSqlChars",
1785
+ "isStatic": false,
1786
+ "tsSignatureId": "SetSqlChars|(System.Int32,System.Data.SqlTypes.SqlChars):System.Void|static=false",
1787
+ "target": {
1788
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1789
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1790
+ "metadataToken": 100665796
1791
+ }
1792
+ },
1793
+ {
1794
+ "tsName": "setSqlDateTime",
1795
+ "isStatic": false,
1796
+ "tsSignatureId": "SetSqlDateTime|(System.Int32,System.Data.SqlTypes.SqlDateTime):System.Void|static=false",
1797
+ "target": {
1798
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1799
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1800
+ "metadataToken": 100665797
1801
+ }
1802
+ },
1803
+ {
1804
+ "tsName": "setSqlDecimal",
1805
+ "isStatic": false,
1806
+ "tsSignatureId": "SetSqlDecimal|(System.Int32,System.Data.SqlTypes.SqlDecimal):System.Void|static=false",
1807
+ "target": {
1808
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1809
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1810
+ "metadataToken": 100665798
1811
+ }
1812
+ },
1813
+ {
1814
+ "tsName": "setSqlDouble",
1815
+ "isStatic": false,
1816
+ "tsSignatureId": "SetSqlDouble|(System.Int32,System.Data.SqlTypes.SqlDouble):System.Void|static=false",
1817
+ "target": {
1818
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1819
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1820
+ "metadataToken": 100665799
1821
+ }
1822
+ },
1823
+ {
1824
+ "tsName": "setSqlGuid",
1825
+ "isStatic": false,
1826
+ "tsSignatureId": "SetSqlGuid|(System.Int32,System.Data.SqlTypes.SqlGuid):System.Void|static=false",
1827
+ "target": {
1828
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1829
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1830
+ "metadataToken": 100665800
1831
+ }
1832
+ },
1833
+ {
1834
+ "tsName": "setSqlInt16",
1835
+ "isStatic": false,
1836
+ "tsSignatureId": "SetSqlInt16|(System.Int32,System.Data.SqlTypes.SqlInt16):System.Void|static=false",
1837
+ "target": {
1838
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1839
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1840
+ "metadataToken": 100665801
1841
+ }
1842
+ },
1843
+ {
1844
+ "tsName": "setSqlInt32",
1845
+ "isStatic": false,
1846
+ "tsSignatureId": "SetSqlInt32|(System.Int32,System.Data.SqlTypes.SqlInt32):System.Void|static=false",
1847
+ "target": {
1848
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1849
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1850
+ "metadataToken": 100665802
1851
+ }
1852
+ },
1853
+ {
1854
+ "tsName": "setSqlInt64",
1855
+ "isStatic": false,
1856
+ "tsSignatureId": "SetSqlInt64|(System.Int32,System.Data.SqlTypes.SqlInt64):System.Void|static=false",
1857
+ "target": {
1858
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1859
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1860
+ "metadataToken": 100665803
1861
+ }
1862
+ },
1863
+ {
1864
+ "tsName": "setSqlMoney",
1865
+ "isStatic": false,
1866
+ "tsSignatureId": "SetSqlMoney|(System.Int32,System.Data.SqlTypes.SqlMoney):System.Void|static=false",
1867
+ "target": {
1868
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1869
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1870
+ "metadataToken": 100665804
1871
+ }
1872
+ },
1873
+ {
1874
+ "tsName": "setSqlSingle",
1875
+ "isStatic": false,
1876
+ "tsSignatureId": "SetSqlSingle|(System.Int32,System.Data.SqlTypes.SqlSingle):System.Void|static=false",
1877
+ "target": {
1878
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1879
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1880
+ "metadataToken": 100665805
1881
+ }
1882
+ },
1883
+ {
1884
+ "tsName": "setSqlString",
1885
+ "isStatic": false,
1886
+ "tsSignatureId": "SetSqlString|(System.Int32,System.Data.SqlTypes.SqlString):System.Void|static=false",
1887
+ "target": {
1888
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1889
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1890
+ "metadataToken": 100665806
1891
+ }
1892
+ },
1893
+ {
1894
+ "tsName": "setSqlXml",
1895
+ "isStatic": false,
1896
+ "tsSignatureId": "SetSqlXml|(System.Int32,System.Data.SqlTypes.SqlXml):System.Void|static=false",
1897
+ "target": {
1898
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1899
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1900
+ "metadataToken": 100665807
1901
+ }
1902
+ },
1903
+ {
1904
+ "tsName": "setString",
1905
+ "isStatic": false,
1906
+ "tsSignatureId": "SetString|(System.Int32,System.String):System.Void|static=false",
1907
+ "target": {
1908
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1909
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1910
+ "metadataToken": 100665808
1911
+ }
1912
+ },
1913
+ {
1914
+ "tsName": "setTimeSpan",
1915
+ "isStatic": false,
1916
+ "tsSignatureId": "SetTimeSpan|(System.Int32,System.TimeSpan):System.Void|static=false",
1917
+ "target": {
1918
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1919
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1920
+ "metadataToken": 100665809
1921
+ }
1922
+ },
1923
+ {
1924
+ "tsName": "setValue",
1925
+ "isStatic": false,
1926
+ "tsSignatureId": "SetValue|(System.Int32,System.Object):System.Void|static=false",
1927
+ "target": {
1928
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1929
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1930
+ "metadataToken": 100665810
1931
+ }
1932
+ },
1933
+ {
1934
+ "tsName": "setValues",
1935
+ "isStatic": false,
1936
+ "tsSignatureId": "SetValues|(System.Object[]):System.Int32|static=false",
1937
+ "target": {
1938
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1939
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1940
+ "metadataToken": 100665811
1941
+ }
1942
+ },
1943
+ {
1944
+ "tsName": "get_Item",
1945
+ "isStatic": false,
1946
+ "tsSignatureId": "get_Item|(System.Int32):System.Object|static=false",
1947
+ "target": {
1948
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1949
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1950
+ "metadataToken": 0
1951
+ }
1952
+ },
1953
+ {
1954
+ "tsName": "get_Item2",
1955
+ "isStatic": false,
1956
+ "tsSignatureId": "get_Item|(System.String):System.Object|static=false",
1957
+ "target": {
1958
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1959
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1960
+ "metadataToken": 0
1961
+ }
1962
+ }
1963
+ ],
1964
+ "exposedProperties": [
1965
+ {
1966
+ "tsName": "fieldCount",
1967
+ "isStatic": false,
1968
+ "tsSignatureId": "FieldCount|:System.Int32|static=false|accessor=get",
1969
+ "target": {
1970
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1971
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1972
+ "metadataToken": 385877783
1973
+ }
1974
+ }
1975
+ ],
1976
+ "exposedConstructors": [
1977
+ {
1978
+ "isStatic": false,
1979
+ "tsSignatureId": "constructor|(Microsoft.Data.SqlClient.Server.SqlMetaData[]):void|static=false",
1980
+ "target": {
1981
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlDataRecord",
1982
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
1983
+ "metadataToken": 100665730
1984
+ }
1985
+ }
1986
+ ]
1987
+ },
1988
+ {
1989
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData",
1990
+ "clrName": "Microsoft.Data.SqlClient.Server.SqlMetaData",
1991
+ "tsEmitName": "SqlMetaData",
1992
+ "assemblyName": "Microsoft.Data.SqlClient",
1993
+ "metadataToken": 0,
1994
+ "methods": [
1995
+ {
1996
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Boolean):System.Boolean",
1997
+ "clrName": "Adjust",
1998
+ "tsEmitName": "adjust",
1999
+ "metadataToken": 100665846,
2000
+ "canonicalSignature": "(System.Boolean):System.Boolean",
2001
+ "normalizedSignature": "Adjust|(System.Boolean):System.Boolean|static=false",
2002
+ "emitScope": "ClassSurface",
2003
+ "arity": 0,
2004
+ "parameterCount": 1,
2005
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2006
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2007
+ "isExtensionMethod": false
2008
+ },
2009
+ {
2010
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Byte):System.Byte",
2011
+ "clrName": "Adjust",
2012
+ "tsEmitName": "adjust",
2013
+ "metadataToken": 100665847,
2014
+ "canonicalSignature": "(System.Byte):System.Byte",
2015
+ "normalizedSignature": "Adjust|(System.Byte):System.Byte|static=false",
2016
+ "emitScope": "ClassSurface",
2017
+ "arity": 0,
2018
+ "parameterCount": 1,
2019
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2020
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2021
+ "isExtensionMethod": false
2022
+ },
2023
+ {
2024
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Byte[]):System.Byte[]",
2025
+ "clrName": "Adjust",
2026
+ "tsEmitName": "adjust",
2027
+ "metadataToken": 100665848,
2028
+ "canonicalSignature": "(System.Byte[]):System.Byte[]",
2029
+ "normalizedSignature": "Adjust|(System.Byte[]):System.Byte[]|static=false",
2030
+ "emitScope": "ClassSurface",
2031
+ "arity": 0,
2032
+ "parameterCount": 1,
2033
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2034
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2035
+ "isExtensionMethod": false
2036
+ },
2037
+ {
2038
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Char):System.Char",
2039
+ "clrName": "Adjust",
2040
+ "tsEmitName": "adjust",
2041
+ "metadataToken": 100665849,
2042
+ "canonicalSignature": "(System.Char):System.Char",
2043
+ "normalizedSignature": "Adjust|(System.Char):System.Char|static=false",
2044
+ "emitScope": "ClassSurface",
2045
+ "arity": 0,
2046
+ "parameterCount": 1,
2047
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2048
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2049
+ "isExtensionMethod": false
2050
+ },
2051
+ {
2052
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Char[]):System.Char[]",
2053
+ "clrName": "Adjust",
2054
+ "tsEmitName": "adjust",
2055
+ "metadataToken": 100665850,
2056
+ "canonicalSignature": "(System.Char[]):System.Char[]",
2057
+ "normalizedSignature": "Adjust|(System.Char[]):System.Char[]|static=false",
2058
+ "emitScope": "ClassSurface",
2059
+ "arity": 0,
2060
+ "parameterCount": 1,
2061
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2062
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2063
+ "isExtensionMethod": false
2064
+ },
2065
+ {
2066
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Data.SqlTypes.SqlBinary):System.Data.SqlTypes.SqlBinary",
2067
+ "clrName": "Adjust",
2068
+ "tsEmitName": "adjust",
2069
+ "metadataToken": 100665851,
2070
+ "canonicalSignature": "(System.Data.SqlTypes.SqlBinary):System.Data.SqlTypes.SqlBinary",
2071
+ "normalizedSignature": "Adjust|(System.Data.SqlTypes.SqlBinary):System.Data.SqlTypes.SqlBinary|static=false",
2072
+ "emitScope": "ClassSurface",
2073
+ "arity": 0,
2074
+ "parameterCount": 1,
2075
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2076
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2077
+ "isExtensionMethod": false
2078
+ },
2079
+ {
2080
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Data.SqlTypes.SqlBoolean):System.Data.SqlTypes.SqlBoolean",
2081
+ "clrName": "Adjust",
2082
+ "tsEmitName": "adjust",
2083
+ "metadataToken": 100665852,
2084
+ "canonicalSignature": "(System.Data.SqlTypes.SqlBoolean):System.Data.SqlTypes.SqlBoolean",
2085
+ "normalizedSignature": "Adjust|(System.Data.SqlTypes.SqlBoolean):System.Data.SqlTypes.SqlBoolean|static=false",
2086
+ "emitScope": "ClassSurface",
2087
+ "arity": 0,
2088
+ "parameterCount": 1,
2089
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2090
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2091
+ "isExtensionMethod": false
2092
+ },
2093
+ {
2094
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Data.SqlTypes.SqlByte):System.Data.SqlTypes.SqlByte",
2095
+ "clrName": "Adjust",
2096
+ "tsEmitName": "adjust",
2097
+ "metadataToken": 100665853,
2098
+ "canonicalSignature": "(System.Data.SqlTypes.SqlByte):System.Data.SqlTypes.SqlByte",
2099
+ "normalizedSignature": "Adjust|(System.Data.SqlTypes.SqlByte):System.Data.SqlTypes.SqlByte|static=false",
2100
+ "emitScope": "ClassSurface",
2101
+ "arity": 0,
2102
+ "parameterCount": 1,
2103
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2104
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2105
+ "isExtensionMethod": false
2106
+ },
2107
+ {
2108
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Data.SqlTypes.SqlBytes):System.Data.SqlTypes.SqlBytes",
2109
+ "clrName": "Adjust",
2110
+ "tsEmitName": "adjust",
2111
+ "metadataToken": 100665854,
2112
+ "canonicalSignature": "(System.Data.SqlTypes.SqlBytes):System.Data.SqlTypes.SqlBytes",
2113
+ "normalizedSignature": "Adjust|(System.Data.SqlTypes.SqlBytes):System.Data.SqlTypes.SqlBytes|static=false",
2114
+ "emitScope": "ClassSurface",
2115
+ "arity": 0,
2116
+ "parameterCount": 1,
2117
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2118
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2119
+ "isExtensionMethod": false
2120
+ },
2121
+ {
2122
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Data.SqlTypes.SqlChars):System.Data.SqlTypes.SqlChars",
2123
+ "clrName": "Adjust",
2124
+ "tsEmitName": "adjust",
2125
+ "metadataToken": 100665855,
2126
+ "canonicalSignature": "(System.Data.SqlTypes.SqlChars):System.Data.SqlTypes.SqlChars",
2127
+ "normalizedSignature": "Adjust|(System.Data.SqlTypes.SqlChars):System.Data.SqlTypes.SqlChars|static=false",
2128
+ "emitScope": "ClassSurface",
2129
+ "arity": 0,
2130
+ "parameterCount": 1,
2131
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2132
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2133
+ "isExtensionMethod": false
2134
+ },
2135
+ {
2136
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Data.SqlTypes.SqlDateTime):System.Data.SqlTypes.SqlDateTime",
2137
+ "clrName": "Adjust",
2138
+ "tsEmitName": "adjust",
2139
+ "metadataToken": 100665856,
2140
+ "canonicalSignature": "(System.Data.SqlTypes.SqlDateTime):System.Data.SqlTypes.SqlDateTime",
2141
+ "normalizedSignature": "Adjust|(System.Data.SqlTypes.SqlDateTime):System.Data.SqlTypes.SqlDateTime|static=false",
2142
+ "emitScope": "ClassSurface",
2143
+ "arity": 0,
2144
+ "parameterCount": 1,
2145
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2146
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2147
+ "isExtensionMethod": false
2148
+ },
2149
+ {
2150
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Data.SqlTypes.SqlDecimal):System.Data.SqlTypes.SqlDecimal",
2151
+ "clrName": "Adjust",
2152
+ "tsEmitName": "adjust",
2153
+ "metadataToken": 100665857,
2154
+ "canonicalSignature": "(System.Data.SqlTypes.SqlDecimal):System.Data.SqlTypes.SqlDecimal",
2155
+ "normalizedSignature": "Adjust|(System.Data.SqlTypes.SqlDecimal):System.Data.SqlTypes.SqlDecimal|static=false",
2156
+ "emitScope": "ClassSurface",
2157
+ "arity": 0,
2158
+ "parameterCount": 1,
2159
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2160
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2161
+ "isExtensionMethod": false
2162
+ },
2163
+ {
2164
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Data.SqlTypes.SqlDouble):System.Data.SqlTypes.SqlDouble",
2165
+ "clrName": "Adjust",
2166
+ "tsEmitName": "adjust",
2167
+ "metadataToken": 100665858,
2168
+ "canonicalSignature": "(System.Data.SqlTypes.SqlDouble):System.Data.SqlTypes.SqlDouble",
2169
+ "normalizedSignature": "Adjust|(System.Data.SqlTypes.SqlDouble):System.Data.SqlTypes.SqlDouble|static=false",
2170
+ "emitScope": "ClassSurface",
2171
+ "arity": 0,
2172
+ "parameterCount": 1,
2173
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2174
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2175
+ "isExtensionMethod": false
2176
+ },
2177
+ {
2178
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Data.SqlTypes.SqlGuid):System.Data.SqlTypes.SqlGuid",
2179
+ "clrName": "Adjust",
2180
+ "tsEmitName": "adjust",
2181
+ "metadataToken": 100665859,
2182
+ "canonicalSignature": "(System.Data.SqlTypes.SqlGuid):System.Data.SqlTypes.SqlGuid",
2183
+ "normalizedSignature": "Adjust|(System.Data.SqlTypes.SqlGuid):System.Data.SqlTypes.SqlGuid|static=false",
2184
+ "emitScope": "ClassSurface",
2185
+ "arity": 0,
2186
+ "parameterCount": 1,
2187
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2188
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2189
+ "isExtensionMethod": false
2190
+ },
2191
+ {
2192
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Data.SqlTypes.SqlInt16):System.Data.SqlTypes.SqlInt16",
2193
+ "clrName": "Adjust",
2194
+ "tsEmitName": "adjust",
2195
+ "metadataToken": 100665860,
2196
+ "canonicalSignature": "(System.Data.SqlTypes.SqlInt16):System.Data.SqlTypes.SqlInt16",
2197
+ "normalizedSignature": "Adjust|(System.Data.SqlTypes.SqlInt16):System.Data.SqlTypes.SqlInt16|static=false",
2198
+ "emitScope": "ClassSurface",
2199
+ "arity": 0,
2200
+ "parameterCount": 1,
2201
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2202
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2203
+ "isExtensionMethod": false
2204
+ },
2205
+ {
2206
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Data.SqlTypes.SqlInt32):System.Data.SqlTypes.SqlInt32",
2207
+ "clrName": "Adjust",
2208
+ "tsEmitName": "adjust",
2209
+ "metadataToken": 100665861,
2210
+ "canonicalSignature": "(System.Data.SqlTypes.SqlInt32):System.Data.SqlTypes.SqlInt32",
2211
+ "normalizedSignature": "Adjust|(System.Data.SqlTypes.SqlInt32):System.Data.SqlTypes.SqlInt32|static=false",
2212
+ "emitScope": "ClassSurface",
2213
+ "arity": 0,
2214
+ "parameterCount": 1,
2215
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2216
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2217
+ "isExtensionMethod": false
2218
+ },
2219
+ {
2220
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Data.SqlTypes.SqlInt64):System.Data.SqlTypes.SqlInt64",
2221
+ "clrName": "Adjust",
2222
+ "tsEmitName": "adjust",
2223
+ "metadataToken": 100665862,
2224
+ "canonicalSignature": "(System.Data.SqlTypes.SqlInt64):System.Data.SqlTypes.SqlInt64",
2225
+ "normalizedSignature": "Adjust|(System.Data.SqlTypes.SqlInt64):System.Data.SqlTypes.SqlInt64|static=false",
2226
+ "emitScope": "ClassSurface",
2227
+ "arity": 0,
2228
+ "parameterCount": 1,
2229
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2230
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2231
+ "isExtensionMethod": false
2232
+ },
2233
+ {
2234
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Data.SqlTypes.SqlMoney):System.Data.SqlTypes.SqlMoney",
2235
+ "clrName": "Adjust",
2236
+ "tsEmitName": "adjust",
2237
+ "metadataToken": 100665863,
2238
+ "canonicalSignature": "(System.Data.SqlTypes.SqlMoney):System.Data.SqlTypes.SqlMoney",
2239
+ "normalizedSignature": "Adjust|(System.Data.SqlTypes.SqlMoney):System.Data.SqlTypes.SqlMoney|static=false",
2240
+ "emitScope": "ClassSurface",
2241
+ "arity": 0,
2242
+ "parameterCount": 1,
2243
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2244
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2245
+ "isExtensionMethod": false
2246
+ },
2247
+ {
2248
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Data.SqlTypes.SqlSingle):System.Data.SqlTypes.SqlSingle",
2249
+ "clrName": "Adjust",
2250
+ "tsEmitName": "adjust",
2251
+ "metadataToken": 100665864,
2252
+ "canonicalSignature": "(System.Data.SqlTypes.SqlSingle):System.Data.SqlTypes.SqlSingle",
2253
+ "normalizedSignature": "Adjust|(System.Data.SqlTypes.SqlSingle):System.Data.SqlTypes.SqlSingle|static=false",
2254
+ "emitScope": "ClassSurface",
2255
+ "arity": 0,
2256
+ "parameterCount": 1,
2257
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2258
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2259
+ "isExtensionMethod": false
2260
+ },
2261
+ {
2262
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Data.SqlTypes.SqlString):System.Data.SqlTypes.SqlString",
2263
+ "clrName": "Adjust",
2264
+ "tsEmitName": "adjust",
2265
+ "metadataToken": 100665865,
2266
+ "canonicalSignature": "(System.Data.SqlTypes.SqlString):System.Data.SqlTypes.SqlString",
2267
+ "normalizedSignature": "Adjust|(System.Data.SqlTypes.SqlString):System.Data.SqlTypes.SqlString|static=false",
2268
+ "emitScope": "ClassSurface",
2269
+ "arity": 0,
2270
+ "parameterCount": 1,
2271
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2272
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2273
+ "isExtensionMethod": false
2274
+ },
2275
+ {
2276
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Data.SqlTypes.SqlXml):System.Data.SqlTypes.SqlXml",
2277
+ "clrName": "Adjust",
2278
+ "tsEmitName": "adjust",
2279
+ "metadataToken": 100665866,
2280
+ "canonicalSignature": "(System.Data.SqlTypes.SqlXml):System.Data.SqlTypes.SqlXml",
2281
+ "normalizedSignature": "Adjust|(System.Data.SqlTypes.SqlXml):System.Data.SqlTypes.SqlXml|static=false",
2282
+ "emitScope": "ClassSurface",
2283
+ "arity": 0,
2284
+ "parameterCount": 1,
2285
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2286
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2287
+ "isExtensionMethod": false
2288
+ },
2289
+ {
2290
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.DateTime):System.DateTime",
2291
+ "clrName": "Adjust",
2292
+ "tsEmitName": "adjust",
2293
+ "metadataToken": 100665867,
2294
+ "canonicalSignature": "(System.DateTime):System.DateTime",
2295
+ "normalizedSignature": "Adjust|(System.DateTime):System.DateTime|static=false",
2296
+ "emitScope": "ClassSurface",
2297
+ "arity": 0,
2298
+ "parameterCount": 1,
2299
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2300
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2301
+ "isExtensionMethod": false
2302
+ },
2303
+ {
2304
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.DateTimeOffset):System.DateTimeOffset",
2305
+ "clrName": "Adjust",
2306
+ "tsEmitName": "adjust",
2307
+ "metadataToken": 100665868,
2308
+ "canonicalSignature": "(System.DateTimeOffset):System.DateTimeOffset",
2309
+ "normalizedSignature": "Adjust|(System.DateTimeOffset):System.DateTimeOffset|static=false",
2310
+ "emitScope": "ClassSurface",
2311
+ "arity": 0,
2312
+ "parameterCount": 1,
2313
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2314
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2315
+ "isExtensionMethod": false
2316
+ },
2317
+ {
2318
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Decimal):System.Decimal",
2319
+ "clrName": "Adjust",
2320
+ "tsEmitName": "adjust",
2321
+ "metadataToken": 100665869,
2322
+ "canonicalSignature": "(System.Decimal):System.Decimal",
2323
+ "normalizedSignature": "Adjust|(System.Decimal):System.Decimal|static=false",
2324
+ "emitScope": "ClassSurface",
2325
+ "arity": 0,
2326
+ "parameterCount": 1,
2327
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2328
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2329
+ "isExtensionMethod": false
2330
+ },
2331
+ {
2332
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Double):System.Double",
2333
+ "clrName": "Adjust",
2334
+ "tsEmitName": "adjust",
2335
+ "metadataToken": 100665870,
2336
+ "canonicalSignature": "(System.Double):System.Double",
2337
+ "normalizedSignature": "Adjust|(System.Double):System.Double|static=false",
2338
+ "emitScope": "ClassSurface",
2339
+ "arity": 0,
2340
+ "parameterCount": 1,
2341
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2342
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2343
+ "isExtensionMethod": false
2344
+ },
2345
+ {
2346
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Guid):System.Guid",
2347
+ "clrName": "Adjust",
2348
+ "tsEmitName": "adjust",
2349
+ "metadataToken": 100665871,
2350
+ "canonicalSignature": "(System.Guid):System.Guid",
2351
+ "normalizedSignature": "Adjust|(System.Guid):System.Guid|static=false",
2352
+ "emitScope": "ClassSurface",
2353
+ "arity": 0,
2354
+ "parameterCount": 1,
2355
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2356
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2357
+ "isExtensionMethod": false
2358
+ },
2359
+ {
2360
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Int16):System.Int16",
2361
+ "clrName": "Adjust",
2362
+ "tsEmitName": "adjust",
2363
+ "metadataToken": 100665872,
2364
+ "canonicalSignature": "(System.Int16):System.Int16",
2365
+ "normalizedSignature": "Adjust|(System.Int16):System.Int16|static=false",
2366
+ "emitScope": "ClassSurface",
2367
+ "arity": 0,
2368
+ "parameterCount": 1,
2369
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2370
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2371
+ "isExtensionMethod": false
2372
+ },
2373
+ {
2374
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Int32):System.Int32",
2375
+ "clrName": "Adjust",
2376
+ "tsEmitName": "adjust",
2377
+ "metadataToken": 100665873,
2378
+ "canonicalSignature": "(System.Int32):System.Int32",
2379
+ "normalizedSignature": "Adjust|(System.Int32):System.Int32|static=false",
2380
+ "emitScope": "ClassSurface",
2381
+ "arity": 0,
2382
+ "parameterCount": 1,
2383
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2384
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2385
+ "isExtensionMethod": false
2386
+ },
2387
+ {
2388
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Int64):System.Int64",
2389
+ "clrName": "Adjust",
2390
+ "tsEmitName": "adjust",
2391
+ "metadataToken": 100665874,
2392
+ "canonicalSignature": "(System.Int64):System.Int64",
2393
+ "normalizedSignature": "Adjust|(System.Int64):System.Int64|static=false",
2394
+ "emitScope": "ClassSurface",
2395
+ "arity": 0,
2396
+ "parameterCount": 1,
2397
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2398
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2399
+ "isExtensionMethod": false
2400
+ },
2401
+ {
2402
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Object):System.Object",
2403
+ "clrName": "Adjust",
2404
+ "tsEmitName": "adjust",
2405
+ "metadataToken": 100665875,
2406
+ "canonicalSignature": "(System.Object):System.Object",
2407
+ "normalizedSignature": "Adjust|(System.Object):System.Object|static=false",
2408
+ "emitScope": "ClassSurface",
2409
+ "arity": 0,
2410
+ "parameterCount": 1,
2411
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2412
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2413
+ "isExtensionMethod": false
2414
+ },
2415
+ {
2416
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.Single):System.Single",
2417
+ "clrName": "Adjust",
2418
+ "tsEmitName": "adjust",
2419
+ "metadataToken": 100665876,
2420
+ "canonicalSignature": "(System.Single):System.Single",
2421
+ "normalizedSignature": "Adjust|(System.Single):System.Single|static=false",
2422
+ "emitScope": "ClassSurface",
2423
+ "arity": 0,
2424
+ "parameterCount": 1,
2425
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2426
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2427
+ "isExtensionMethod": false
2428
+ },
2429
+ {
2430
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.String):System.String",
2431
+ "clrName": "Adjust",
2432
+ "tsEmitName": "adjust",
2433
+ "metadataToken": 100665877,
2434
+ "canonicalSignature": "(System.String):System.String",
2435
+ "normalizedSignature": "Adjust|(System.String):System.String|static=false",
2436
+ "emitScope": "ClassSurface",
2437
+ "arity": 0,
2438
+ "parameterCount": 1,
2439
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2440
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2441
+ "isExtensionMethod": false
2442
+ },
2443
+ {
2444
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Adjust(System.TimeSpan):System.TimeSpan",
2445
+ "clrName": "Adjust",
2446
+ "tsEmitName": "adjust",
2447
+ "metadataToken": 100665878,
2448
+ "canonicalSignature": "(System.TimeSpan):System.TimeSpan",
2449
+ "normalizedSignature": "Adjust|(System.TimeSpan):System.TimeSpan|static=false",
2450
+ "emitScope": "ClassSurface",
2451
+ "arity": 0,
2452
+ "parameterCount": 1,
2453
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2454
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2455
+ "isExtensionMethod": false
2456
+ },
2457
+ {
2458
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::InferFromValue(System.Object,System.String):Microsoft.Data.SqlClient.Server.SqlMetaData",
2459
+ "clrName": "InferFromValue",
2460
+ "tsEmitName": "inferFromValue",
2461
+ "metadataToken": 100665879,
2462
+ "canonicalSignature": "(System.Object,System.String):Microsoft.Data.SqlClient.Server.SqlMetaData",
2463
+ "normalizedSignature": "InferFromValue|(System.Object,System.String):Microsoft.Data.SqlClient.Server.SqlMetaData|static=true",
2464
+ "emitScope": "ClassSurface",
2465
+ "arity": 0,
2466
+ "parameterCount": 2,
2467
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2468
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2469
+ "isExtensionMethod": false
2470
+ }
2471
+ ],
2472
+ "properties": [
2473
+ {
2474
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::CompareOptions:System.Data.SqlTypes.SqlCompareOptions",
2475
+ "clrName": "CompareOptions",
2476
+ "tsEmitName": "compareOptions",
2477
+ "metadataToken": 385877786,
2478
+ "canonicalSignature": ":System.Data.SqlTypes.SqlCompareOptions",
2479
+ "normalizedSignature": "CompareOptions|:System.Data.SqlTypes.SqlCompareOptions|static=false|accessor=get",
2480
+ "emitScope": "ClassSurface",
2481
+ "isIndexer": false,
2482
+ "hasGetter": true,
2483
+ "hasSetter": false,
2484
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2485
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2486
+ },
2487
+ {
2488
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::DbType:System.Data.DbType",
2489
+ "clrName": "DbType",
2490
+ "tsEmitName": "dbType",
2491
+ "metadataToken": 385877787,
2492
+ "canonicalSignature": ":System.Data.DbType",
2493
+ "normalizedSignature": "DbType|:System.Data.DbType|static=false|accessor=get",
2494
+ "emitScope": "ClassSurface",
2495
+ "isIndexer": false,
2496
+ "hasGetter": true,
2497
+ "hasSetter": false,
2498
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2499
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2500
+ },
2501
+ {
2502
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::IsUniqueKey:System.Boolean",
2503
+ "clrName": "IsUniqueKey",
2504
+ "tsEmitName": "isUniqueKey",
2505
+ "metadataToken": 385877788,
2506
+ "canonicalSignature": ":System.Boolean",
2507
+ "normalizedSignature": "IsUniqueKey|:System.Boolean|static=false|accessor=get",
2508
+ "emitScope": "ClassSurface",
2509
+ "isIndexer": false,
2510
+ "hasGetter": true,
2511
+ "hasSetter": false,
2512
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2513
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2514
+ },
2515
+ {
2516
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::LocaleId:System.Int64",
2517
+ "clrName": "LocaleId",
2518
+ "tsEmitName": "localeId",
2519
+ "metadataToken": 385877789,
2520
+ "canonicalSignature": ":System.Int64",
2521
+ "normalizedSignature": "LocaleId|:System.Int64|static=false|accessor=get",
2522
+ "emitScope": "ClassSurface",
2523
+ "isIndexer": false,
2524
+ "hasGetter": true,
2525
+ "hasSetter": false,
2526
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2527
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2528
+ },
2529
+ {
2530
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Max:System.Int64",
2531
+ "clrName": "Max",
2532
+ "tsEmitName": "max",
2533
+ "metadataToken": 385877790,
2534
+ "canonicalSignature": ":System.Int64",
2535
+ "normalizedSignature": "Max|:System.Int64|static=true|accessor=get",
2536
+ "emitScope": "ClassSurface",
2537
+ "isIndexer": false,
2538
+ "hasGetter": true,
2539
+ "hasSetter": false,
2540
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2541
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2542
+ },
2543
+ {
2544
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::MaxLength:System.Int64",
2545
+ "clrName": "MaxLength",
2546
+ "tsEmitName": "maxLength",
2547
+ "metadataToken": 385877791,
2548
+ "canonicalSignature": ":System.Int64",
2549
+ "normalizedSignature": "MaxLength|:System.Int64|static=false|accessor=get",
2550
+ "emitScope": "ClassSurface",
2551
+ "isIndexer": false,
2552
+ "hasGetter": true,
2553
+ "hasSetter": false,
2554
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2555
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2556
+ },
2557
+ {
2558
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Name:System.String",
2559
+ "clrName": "Name",
2560
+ "tsEmitName": "name",
2561
+ "metadataToken": 385877792,
2562
+ "canonicalSignature": ":System.String",
2563
+ "normalizedSignature": "Name|:System.String|static=false|accessor=get",
2564
+ "emitScope": "ClassSurface",
2565
+ "isIndexer": false,
2566
+ "hasGetter": true,
2567
+ "hasSetter": false,
2568
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2569
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2570
+ },
2571
+ {
2572
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Precision:System.Byte",
2573
+ "clrName": "Precision",
2574
+ "tsEmitName": "precision",
2575
+ "metadataToken": 385877793,
2576
+ "canonicalSignature": ":System.Byte",
2577
+ "normalizedSignature": "Precision|:System.Byte|static=false|accessor=get",
2578
+ "emitScope": "ClassSurface",
2579
+ "isIndexer": false,
2580
+ "hasGetter": true,
2581
+ "hasSetter": false,
2582
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2583
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2584
+ },
2585
+ {
2586
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Scale:System.Byte",
2587
+ "clrName": "Scale",
2588
+ "tsEmitName": "scale",
2589
+ "metadataToken": 385877794,
2590
+ "canonicalSignature": ":System.Byte",
2591
+ "normalizedSignature": "Scale|:System.Byte|static=false|accessor=get",
2592
+ "emitScope": "ClassSurface",
2593
+ "isIndexer": false,
2594
+ "hasGetter": true,
2595
+ "hasSetter": false,
2596
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2597
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2598
+ },
2599
+ {
2600
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::SortOrder:Microsoft.Data.SqlClient.SortOrder",
2601
+ "clrName": "SortOrder",
2602
+ "tsEmitName": "sortOrder",
2603
+ "metadataToken": 385877795,
2604
+ "canonicalSignature": ":Microsoft.Data.SqlClient.SortOrder",
2605
+ "normalizedSignature": "SortOrder|:Microsoft.Data.SqlClient.SortOrder|static=false|accessor=get",
2606
+ "emitScope": "ClassSurface",
2607
+ "isIndexer": false,
2608
+ "hasGetter": true,
2609
+ "hasSetter": false,
2610
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2611
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2612
+ },
2613
+ {
2614
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::SortOrdinal:System.Int32",
2615
+ "clrName": "SortOrdinal",
2616
+ "tsEmitName": "sortOrdinal",
2617
+ "metadataToken": 385877796,
2618
+ "canonicalSignature": ":System.Int32",
2619
+ "normalizedSignature": "SortOrdinal|:System.Int32|static=false|accessor=get",
2620
+ "emitScope": "ClassSurface",
2621
+ "isIndexer": false,
2622
+ "hasGetter": true,
2623
+ "hasSetter": false,
2624
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2625
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2626
+ },
2627
+ {
2628
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::SqlDbType:System.Data.SqlDbType",
2629
+ "clrName": "SqlDbType",
2630
+ "tsEmitName": "sqlDbType",
2631
+ "metadataToken": 385877797,
2632
+ "canonicalSignature": ":System.Data.SqlDbType",
2633
+ "normalizedSignature": "SqlDbType|:System.Data.SqlDbType|static=false|accessor=get",
2634
+ "emitScope": "ClassSurface",
2635
+ "isIndexer": false,
2636
+ "hasGetter": true,
2637
+ "hasSetter": false,
2638
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2639
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2640
+ },
2641
+ {
2642
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::Type:System.Type",
2643
+ "clrName": "Type",
2644
+ "tsEmitName": "type_",
2645
+ "metadataToken": 385877798,
2646
+ "canonicalSignature": ":System.Type",
2647
+ "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
2648
+ "emitScope": "ClassSurface",
2649
+ "isIndexer": false,
2650
+ "hasGetter": true,
2651
+ "hasSetter": false,
2652
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2653
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2654
+ },
2655
+ {
2656
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::TypeName:System.String",
2657
+ "clrName": "TypeName",
2658
+ "tsEmitName": "typeName",
2659
+ "metadataToken": 385877799,
2660
+ "canonicalSignature": ":System.String",
2661
+ "normalizedSignature": "TypeName|:System.String|static=false|accessor=get",
2662
+ "emitScope": "ClassSurface",
2663
+ "isIndexer": false,
2664
+ "hasGetter": true,
2665
+ "hasSetter": false,
2666
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2667
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2668
+ },
2669
+ {
2670
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::UseServerDefault:System.Boolean",
2671
+ "clrName": "UseServerDefault",
2672
+ "tsEmitName": "useServerDefault",
2673
+ "metadataToken": 385877800,
2674
+ "canonicalSignature": ":System.Boolean",
2675
+ "normalizedSignature": "UseServerDefault|:System.Boolean|static=false|accessor=get",
2676
+ "emitScope": "ClassSurface",
2677
+ "isIndexer": false,
2678
+ "hasGetter": true,
2679
+ "hasSetter": false,
2680
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2681
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2682
+ },
2683
+ {
2684
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::XmlSchemaCollectionDatabase:System.String",
2685
+ "clrName": "XmlSchemaCollectionDatabase",
2686
+ "tsEmitName": "xmlSchemaCollectionDatabase",
2687
+ "metadataToken": 385877801,
2688
+ "canonicalSignature": ":System.String",
2689
+ "normalizedSignature": "XmlSchemaCollectionDatabase|:System.String|static=false|accessor=get",
2690
+ "emitScope": "ClassSurface",
2691
+ "isIndexer": false,
2692
+ "hasGetter": true,
2693
+ "hasSetter": false,
2694
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2695
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2696
+ },
2697
+ {
2698
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::XmlSchemaCollectionName:System.String",
2699
+ "clrName": "XmlSchemaCollectionName",
2700
+ "tsEmitName": "xmlSchemaCollectionName",
2701
+ "metadataToken": 385877802,
2702
+ "canonicalSignature": ":System.String",
2703
+ "normalizedSignature": "XmlSchemaCollectionName|:System.String|static=false|accessor=get",
2704
+ "emitScope": "ClassSurface",
2705
+ "isIndexer": false,
2706
+ "hasGetter": true,
2707
+ "hasSetter": false,
2708
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2709
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2710
+ },
2711
+ {
2712
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::XmlSchemaCollectionOwningSchema:System.String",
2713
+ "clrName": "XmlSchemaCollectionOwningSchema",
2714
+ "tsEmitName": "xmlSchemaCollectionOwningSchema",
2715
+ "metadataToken": 385877803,
2716
+ "canonicalSignature": ":System.String",
2717
+ "normalizedSignature": "XmlSchemaCollectionOwningSchema|:System.String|static=false|accessor=get",
2718
+ "emitScope": "ClassSurface",
2719
+ "isIndexer": false,
2720
+ "hasGetter": true,
2721
+ "hasSetter": false,
2722
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2723
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2724
+ }
2725
+ ],
2726
+ "fields": [],
2727
+ "events": [],
2728
+ "constructors": [
2729
+ {
2730
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::.ctor(System.String,System.Data.SqlDbType):void",
2731
+ "metadataToken": 100665813,
2732
+ "canonicalSignature": "(System.String,System.Data.SqlDbType):void",
2733
+ "normalizedSignature": "constructor|(System.String,System.Data.SqlDbType):void|static=false",
2734
+ "isStatic": false,
2735
+ "parameterCount": 2,
2736
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2737
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2738
+ },
2739
+ {
2740
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::.ctor(System.String,System.Data.SqlDbType,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void",
2741
+ "metadataToken": 100665814,
2742
+ "canonicalSignature": "(System.String,System.Data.SqlDbType,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void",
2743
+ "normalizedSignature": "constructor|(System.String,System.Data.SqlDbType,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void|static=false",
2744
+ "isStatic": false,
2745
+ "parameterCount": 6,
2746
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2747
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2748
+ },
2749
+ {
2750
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::.ctor(System.String,System.Data.SqlDbType,System.Byte,System.Byte):void",
2751
+ "metadataToken": 100665815,
2752
+ "canonicalSignature": "(System.String,System.Data.SqlDbType,System.Byte,System.Byte):void",
2753
+ "normalizedSignature": "constructor|(System.String,System.Data.SqlDbType,System.Byte,System.Byte):void|static=false",
2754
+ "isStatic": false,
2755
+ "parameterCount": 4,
2756
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2757
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2758
+ },
2759
+ {
2760
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::.ctor(System.String,System.Data.SqlDbType,System.Byte,System.Byte,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void",
2761
+ "metadataToken": 100665816,
2762
+ "canonicalSignature": "(System.String,System.Data.SqlDbType,System.Byte,System.Byte,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void",
2763
+ "normalizedSignature": "constructor|(System.String,System.Data.SqlDbType,System.Byte,System.Byte,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void|static=false",
2764
+ "isStatic": false,
2765
+ "parameterCount": 8,
2766
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2767
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2768
+ },
2769
+ {
2770
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::.ctor(System.String,System.Data.SqlDbType,System.Int64):void",
2771
+ "metadataToken": 100665817,
2772
+ "canonicalSignature": "(System.String,System.Data.SqlDbType,System.Int64):void",
2773
+ "normalizedSignature": "constructor|(System.String,System.Data.SqlDbType,System.Int64):void|static=false",
2774
+ "isStatic": false,
2775
+ "parameterCount": 3,
2776
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2777
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2778
+ },
2779
+ {
2780
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::.ctor(System.String,System.Data.SqlDbType,System.Int64,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void",
2781
+ "metadataToken": 100665818,
2782
+ "canonicalSignature": "(System.String,System.Data.SqlDbType,System.Int64,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void",
2783
+ "normalizedSignature": "constructor|(System.String,System.Data.SqlDbType,System.Int64,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void|static=false",
2784
+ "isStatic": false,
2785
+ "parameterCount": 7,
2786
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2787
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2788
+ },
2789
+ {
2790
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::.ctor(System.String,System.Data.SqlDbType,System.Int64,System.Byte,System.Byte,System.Int64,System.Data.SqlTypes.SqlCompareOptions,System.Type):void",
2791
+ "metadataToken": 100665819,
2792
+ "canonicalSignature": "(System.String,System.Data.SqlDbType,System.Int64,System.Byte,System.Byte,System.Int64,System.Data.SqlTypes.SqlCompareOptions,System.Type):void",
2793
+ "normalizedSignature": "constructor|(System.String,System.Data.SqlDbType,System.Int64,System.Byte,System.Byte,System.Int64,System.Data.SqlTypes.SqlCompareOptions,System.Type):void|static=false",
2794
+ "isStatic": false,
2795
+ "parameterCount": 8,
2796
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2797
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2798
+ },
2799
+ {
2800
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::.ctor(System.String,System.Data.SqlDbType,System.Int64,System.Byte,System.Byte,System.Int64,System.Data.SqlTypes.SqlCompareOptions,System.Type,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void",
2801
+ "metadataToken": 100665820,
2802
+ "canonicalSignature": "(System.String,System.Data.SqlDbType,System.Int64,System.Byte,System.Byte,System.Int64,System.Data.SqlTypes.SqlCompareOptions,System.Type,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void",
2803
+ "normalizedSignature": "constructor|(System.String,System.Data.SqlDbType,System.Int64,System.Byte,System.Byte,System.Int64,System.Data.SqlTypes.SqlCompareOptions,System.Type,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void|static=false",
2804
+ "isStatic": false,
2805
+ "parameterCount": 12,
2806
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2807
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2808
+ },
2809
+ {
2810
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::.ctor(System.String,System.Data.SqlDbType,System.Int64,System.Int64,System.Data.SqlTypes.SqlCompareOptions):void",
2811
+ "metadataToken": 100665821,
2812
+ "canonicalSignature": "(System.String,System.Data.SqlDbType,System.Int64,System.Int64,System.Data.SqlTypes.SqlCompareOptions):void",
2813
+ "normalizedSignature": "constructor|(System.String,System.Data.SqlDbType,System.Int64,System.Int64,System.Data.SqlTypes.SqlCompareOptions):void|static=false",
2814
+ "isStatic": false,
2815
+ "parameterCount": 5,
2816
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2817
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2818
+ },
2819
+ {
2820
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::.ctor(System.String,System.Data.SqlDbType,System.Int64,System.Int64,System.Data.SqlTypes.SqlCompareOptions,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void",
2821
+ "metadataToken": 100665822,
2822
+ "canonicalSignature": "(System.String,System.Data.SqlDbType,System.Int64,System.Int64,System.Data.SqlTypes.SqlCompareOptions,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void",
2823
+ "normalizedSignature": "constructor|(System.String,System.Data.SqlDbType,System.Int64,System.Int64,System.Data.SqlTypes.SqlCompareOptions,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void|static=false",
2824
+ "isStatic": false,
2825
+ "parameterCount": 9,
2826
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2827
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2828
+ },
2829
+ {
2830
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::.ctor(System.String,System.Data.SqlDbType,System.String,System.String,System.String):void",
2831
+ "metadataToken": 100665823,
2832
+ "canonicalSignature": "(System.String,System.Data.SqlDbType,System.String,System.String,System.String):void",
2833
+ "normalizedSignature": "constructor|(System.String,System.Data.SqlDbType,System.String,System.String,System.String):void|static=false",
2834
+ "isStatic": false,
2835
+ "parameterCount": 5,
2836
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2837
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2838
+ },
2839
+ {
2840
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::.ctor(System.String,System.Data.SqlDbType,System.String,System.String,System.String,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void",
2841
+ "metadataToken": 100665824,
2842
+ "canonicalSignature": "(System.String,System.Data.SqlDbType,System.String,System.String,System.String,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void",
2843
+ "normalizedSignature": "constructor|(System.String,System.Data.SqlDbType,System.String,System.String,System.String,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void|static=false",
2844
+ "isStatic": false,
2845
+ "parameterCount": 9,
2846
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2847
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2848
+ },
2849
+ {
2850
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::.ctor(System.String,System.Data.SqlDbType,System.Type):void",
2851
+ "metadataToken": 100665825,
2852
+ "canonicalSignature": "(System.String,System.Data.SqlDbType,System.Type):void",
2853
+ "normalizedSignature": "constructor|(System.String,System.Data.SqlDbType,System.Type):void|static=false",
2854
+ "isStatic": false,
2855
+ "parameterCount": 3,
2856
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2857
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2858
+ },
2859
+ {
2860
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::.ctor(System.String,System.Data.SqlDbType,System.Type,System.String):void",
2861
+ "metadataToken": 100665826,
2862
+ "canonicalSignature": "(System.String,System.Data.SqlDbType,System.Type,System.String):void",
2863
+ "normalizedSignature": "constructor|(System.String,System.Data.SqlDbType,System.Type,System.String):void|static=false",
2864
+ "isStatic": false,
2865
+ "parameterCount": 4,
2866
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2867
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2868
+ },
2869
+ {
2870
+ "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.Server.SqlMetaData::.ctor(System.String,System.Data.SqlDbType,System.Type,System.String,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void",
2871
+ "metadataToken": 100665827,
2872
+ "canonicalSignature": "(System.String,System.Data.SqlDbType,System.Type,System.String,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void",
2873
+ "normalizedSignature": "constructor|(System.String,System.Data.SqlDbType,System.Type,System.String,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void|static=false",
2874
+ "isStatic": false,
2875
+ "parameterCount": 8,
2876
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2877
+ "declaringAssemblyName": "Microsoft.Data.SqlClient"
2878
+ }
2879
+ ],
2880
+ "exposedMethods": [
2881
+ {
2882
+ "tsName": "adjust",
2883
+ "isStatic": false,
2884
+ "tsSignatureId": "Adjust|(System.Boolean):System.Boolean|static=false",
2885
+ "target": {
2886
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2887
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2888
+ "metadataToken": 100665846
2889
+ }
2890
+ },
2891
+ {
2892
+ "tsName": "adjust",
2893
+ "isStatic": false,
2894
+ "tsSignatureId": "Adjust|(System.Byte):System.Byte|static=false",
2895
+ "target": {
2896
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2897
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2898
+ "metadataToken": 100665847
2899
+ }
2900
+ },
2901
+ {
2902
+ "tsName": "adjust",
2903
+ "isStatic": false,
2904
+ "tsSignatureId": "Adjust|(System.Byte[]):System.Byte[]|static=false",
2905
+ "target": {
2906
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2907
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2908
+ "metadataToken": 100665848
2909
+ }
2910
+ },
2911
+ {
2912
+ "tsName": "adjust",
2913
+ "isStatic": false,
2914
+ "tsSignatureId": "Adjust|(System.Char):System.Char|static=false",
2915
+ "target": {
2916
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2917
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2918
+ "metadataToken": 100665849
2919
+ }
2920
+ },
2921
+ {
2922
+ "tsName": "adjust",
2923
+ "isStatic": false,
2924
+ "tsSignatureId": "Adjust|(System.Char[]):System.Char[]|static=false",
2925
+ "target": {
2926
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2927
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2928
+ "metadataToken": 100665850
2929
+ }
2930
+ },
2931
+ {
2932
+ "tsName": "adjust",
2933
+ "isStatic": false,
2934
+ "tsSignatureId": "Adjust|(System.Data.SqlTypes.SqlBinary):System.Data.SqlTypes.SqlBinary|static=false",
2935
+ "target": {
2936
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2937
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2938
+ "metadataToken": 100665851
2939
+ }
2940
+ },
2941
+ {
2942
+ "tsName": "adjust",
2943
+ "isStatic": false,
2944
+ "tsSignatureId": "Adjust|(System.Data.SqlTypes.SqlBoolean):System.Data.SqlTypes.SqlBoolean|static=false",
2945
+ "target": {
2946
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2947
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2948
+ "metadataToken": 100665852
2949
+ }
2950
+ },
2951
+ {
2952
+ "tsName": "adjust",
2953
+ "isStatic": false,
2954
+ "tsSignatureId": "Adjust|(System.Data.SqlTypes.SqlByte):System.Data.SqlTypes.SqlByte|static=false",
2955
+ "target": {
2956
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2957
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2958
+ "metadataToken": 100665853
2959
+ }
2960
+ },
2961
+ {
2962
+ "tsName": "adjust",
2963
+ "isStatic": false,
2964
+ "tsSignatureId": "Adjust|(System.Data.SqlTypes.SqlBytes):System.Data.SqlTypes.SqlBytes|static=false",
2965
+ "target": {
2966
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2967
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2968
+ "metadataToken": 100665854
2969
+ }
2970
+ },
2971
+ {
2972
+ "tsName": "adjust",
2973
+ "isStatic": false,
2974
+ "tsSignatureId": "Adjust|(System.Data.SqlTypes.SqlChars):System.Data.SqlTypes.SqlChars|static=false",
2975
+ "target": {
2976
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2977
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2978
+ "metadataToken": 100665855
2979
+ }
2980
+ },
2981
+ {
2982
+ "tsName": "adjust",
2983
+ "isStatic": false,
2984
+ "tsSignatureId": "Adjust|(System.Data.SqlTypes.SqlDateTime):System.Data.SqlTypes.SqlDateTime|static=false",
2985
+ "target": {
2986
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2987
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2988
+ "metadataToken": 100665856
2989
+ }
2990
+ },
2991
+ {
2992
+ "tsName": "adjust",
2993
+ "isStatic": false,
2994
+ "tsSignatureId": "Adjust|(System.Data.SqlTypes.SqlDecimal):System.Data.SqlTypes.SqlDecimal|static=false",
2995
+ "target": {
2996
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
2997
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
2998
+ "metadataToken": 100665857
2999
+ }
3000
+ },
3001
+ {
3002
+ "tsName": "adjust",
3003
+ "isStatic": false,
3004
+ "tsSignatureId": "Adjust|(System.Data.SqlTypes.SqlDouble):System.Data.SqlTypes.SqlDouble|static=false",
3005
+ "target": {
3006
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3007
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3008
+ "metadataToken": 100665858
3009
+ }
3010
+ },
3011
+ {
3012
+ "tsName": "adjust",
3013
+ "isStatic": false,
3014
+ "tsSignatureId": "Adjust|(System.Data.SqlTypes.SqlGuid):System.Data.SqlTypes.SqlGuid|static=false",
3015
+ "target": {
3016
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3017
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3018
+ "metadataToken": 100665859
3019
+ }
3020
+ },
3021
+ {
3022
+ "tsName": "adjust",
3023
+ "isStatic": false,
3024
+ "tsSignatureId": "Adjust|(System.Data.SqlTypes.SqlInt16):System.Data.SqlTypes.SqlInt16|static=false",
3025
+ "target": {
3026
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3027
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3028
+ "metadataToken": 100665860
3029
+ }
3030
+ },
3031
+ {
3032
+ "tsName": "adjust",
3033
+ "isStatic": false,
3034
+ "tsSignatureId": "Adjust|(System.Data.SqlTypes.SqlInt32):System.Data.SqlTypes.SqlInt32|static=false",
3035
+ "target": {
3036
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3037
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3038
+ "metadataToken": 100665861
3039
+ }
3040
+ },
3041
+ {
3042
+ "tsName": "adjust",
3043
+ "isStatic": false,
3044
+ "tsSignatureId": "Adjust|(System.Data.SqlTypes.SqlInt64):System.Data.SqlTypes.SqlInt64|static=false",
3045
+ "target": {
3046
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3047
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3048
+ "metadataToken": 100665862
3049
+ }
3050
+ },
3051
+ {
3052
+ "tsName": "adjust",
3053
+ "isStatic": false,
3054
+ "tsSignatureId": "Adjust|(System.Data.SqlTypes.SqlMoney):System.Data.SqlTypes.SqlMoney|static=false",
3055
+ "target": {
3056
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3057
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3058
+ "metadataToken": 100665863
3059
+ }
3060
+ },
3061
+ {
3062
+ "tsName": "adjust",
3063
+ "isStatic": false,
3064
+ "tsSignatureId": "Adjust|(System.Data.SqlTypes.SqlSingle):System.Data.SqlTypes.SqlSingle|static=false",
3065
+ "target": {
3066
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3067
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3068
+ "metadataToken": 100665864
3069
+ }
3070
+ },
3071
+ {
3072
+ "tsName": "adjust",
3073
+ "isStatic": false,
3074
+ "tsSignatureId": "Adjust|(System.Data.SqlTypes.SqlString):System.Data.SqlTypes.SqlString|static=false",
3075
+ "target": {
3076
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3077
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3078
+ "metadataToken": 100665865
3079
+ }
3080
+ },
3081
+ {
3082
+ "tsName": "adjust",
3083
+ "isStatic": false,
3084
+ "tsSignatureId": "Adjust|(System.Data.SqlTypes.SqlXml):System.Data.SqlTypes.SqlXml|static=false",
3085
+ "target": {
3086
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3087
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3088
+ "metadataToken": 100665866
3089
+ }
3090
+ },
3091
+ {
3092
+ "tsName": "adjust",
3093
+ "isStatic": false,
3094
+ "tsSignatureId": "Adjust|(System.DateTime):System.DateTime|static=false",
3095
+ "target": {
3096
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3097
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3098
+ "metadataToken": 100665867
3099
+ }
3100
+ },
3101
+ {
3102
+ "tsName": "adjust",
3103
+ "isStatic": false,
3104
+ "tsSignatureId": "Adjust|(System.DateTimeOffset):System.DateTimeOffset|static=false",
3105
+ "target": {
3106
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3107
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3108
+ "metadataToken": 100665868
3109
+ }
3110
+ },
3111
+ {
3112
+ "tsName": "adjust",
3113
+ "isStatic": false,
3114
+ "tsSignatureId": "Adjust|(System.Decimal):System.Decimal|static=false",
3115
+ "target": {
3116
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3117
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3118
+ "metadataToken": 100665869
3119
+ }
3120
+ },
3121
+ {
3122
+ "tsName": "adjust",
3123
+ "isStatic": false,
3124
+ "tsSignatureId": "Adjust|(System.Double):System.Double|static=false",
3125
+ "target": {
3126
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3127
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3128
+ "metadataToken": 100665870
3129
+ }
3130
+ },
3131
+ {
3132
+ "tsName": "adjust",
3133
+ "isStatic": false,
3134
+ "tsSignatureId": "Adjust|(System.Guid):System.Guid|static=false",
3135
+ "target": {
3136
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3137
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3138
+ "metadataToken": 100665871
3139
+ }
3140
+ },
3141
+ {
3142
+ "tsName": "adjust",
3143
+ "isStatic": false,
3144
+ "tsSignatureId": "Adjust|(System.Int16):System.Int16|static=false",
3145
+ "target": {
3146
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3147
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3148
+ "metadataToken": 100665872
3149
+ }
3150
+ },
3151
+ {
3152
+ "tsName": "adjust",
3153
+ "isStatic": false,
3154
+ "tsSignatureId": "Adjust|(System.Int32):System.Int32|static=false",
3155
+ "target": {
3156
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3157
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3158
+ "metadataToken": 100665873
3159
+ }
3160
+ },
3161
+ {
3162
+ "tsName": "adjust",
3163
+ "isStatic": false,
3164
+ "tsSignatureId": "Adjust|(System.Int64):System.Int64|static=false",
3165
+ "target": {
3166
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3167
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3168
+ "metadataToken": 100665874
3169
+ }
3170
+ },
3171
+ {
3172
+ "tsName": "adjust",
3173
+ "isStatic": false,
3174
+ "tsSignatureId": "Adjust|(System.Object):System.Object|static=false",
3175
+ "target": {
3176
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3177
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3178
+ "metadataToken": 100665875
3179
+ }
3180
+ },
3181
+ {
3182
+ "tsName": "adjust",
3183
+ "isStatic": false,
3184
+ "tsSignatureId": "Adjust|(System.Single):System.Single|static=false",
3185
+ "target": {
3186
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3187
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3188
+ "metadataToken": 100665876
3189
+ }
3190
+ },
3191
+ {
3192
+ "tsName": "adjust",
3193
+ "isStatic": false,
3194
+ "tsSignatureId": "Adjust|(System.String):System.String|static=false",
3195
+ "target": {
3196
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3197
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3198
+ "metadataToken": 100665877
3199
+ }
3200
+ },
3201
+ {
3202
+ "tsName": "adjust",
3203
+ "isStatic": false,
3204
+ "tsSignatureId": "Adjust|(System.TimeSpan):System.TimeSpan|static=false",
3205
+ "target": {
3206
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3207
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3208
+ "metadataToken": 100665878
3209
+ }
3210
+ },
3211
+ {
3212
+ "tsName": "inferFromValue",
3213
+ "isStatic": true,
3214
+ "tsSignatureId": "InferFromValue|(System.Object,System.String):Microsoft.Data.SqlClient.Server.SqlMetaData|static=true",
3215
+ "target": {
3216
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3217
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3218
+ "metadataToken": 100665879
3219
+ }
3220
+ }
3221
+ ],
3222
+ "exposedProperties": [
3223
+ {
3224
+ "tsName": "compareOptions",
3225
+ "isStatic": false,
3226
+ "tsSignatureId": "CompareOptions|:System.Data.SqlTypes.SqlCompareOptions|static=false|accessor=get",
3227
+ "target": {
3228
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3229
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3230
+ "metadataToken": 385877786
3231
+ }
3232
+ },
3233
+ {
3234
+ "tsName": "dbType",
3235
+ "isStatic": false,
3236
+ "tsSignatureId": "DbType|:System.Data.DbType|static=false|accessor=get",
3237
+ "target": {
3238
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3239
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3240
+ "metadataToken": 385877787
3241
+ }
3242
+ },
3243
+ {
3244
+ "tsName": "isUniqueKey",
3245
+ "isStatic": false,
3246
+ "tsSignatureId": "IsUniqueKey|:System.Boolean|static=false|accessor=get",
3247
+ "target": {
3248
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3249
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3250
+ "metadataToken": 385877788
3251
+ }
3252
+ },
3253
+ {
3254
+ "tsName": "localeId",
3255
+ "isStatic": false,
3256
+ "tsSignatureId": "LocaleId|:System.Int64|static=false|accessor=get",
3257
+ "target": {
3258
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3259
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3260
+ "metadataToken": 385877789
3261
+ }
3262
+ },
3263
+ {
3264
+ "tsName": "max",
3265
+ "isStatic": true,
3266
+ "tsSignatureId": "Max|:System.Int64|static=true|accessor=get",
3267
+ "target": {
3268
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3269
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3270
+ "metadataToken": 385877790
3271
+ }
3272
+ },
3273
+ {
3274
+ "tsName": "maxLength",
3275
+ "isStatic": false,
3276
+ "tsSignatureId": "MaxLength|:System.Int64|static=false|accessor=get",
3277
+ "target": {
3278
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3279
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3280
+ "metadataToken": 385877791
3281
+ }
3282
+ },
3283
+ {
3284
+ "tsName": "name",
3285
+ "isStatic": false,
3286
+ "tsSignatureId": "Name|:System.String|static=false|accessor=get",
3287
+ "target": {
3288
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3289
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3290
+ "metadataToken": 385877792
3291
+ }
3292
+ },
3293
+ {
3294
+ "tsName": "precision",
3295
+ "isStatic": false,
3296
+ "tsSignatureId": "Precision|:System.Byte|static=false|accessor=get",
3297
+ "target": {
3298
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3299
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3300
+ "metadataToken": 385877793
3301
+ }
3302
+ },
3303
+ {
3304
+ "tsName": "scale",
3305
+ "isStatic": false,
3306
+ "tsSignatureId": "Scale|:System.Byte|static=false|accessor=get",
3307
+ "target": {
3308
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3309
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3310
+ "metadataToken": 385877794
3311
+ }
3312
+ },
3313
+ {
3314
+ "tsName": "sortOrder",
3315
+ "isStatic": false,
3316
+ "tsSignatureId": "SortOrder|:Microsoft.Data.SqlClient.SortOrder|static=false|accessor=get",
3317
+ "target": {
3318
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3319
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3320
+ "metadataToken": 385877795
3321
+ }
3322
+ },
3323
+ {
3324
+ "tsName": "sortOrdinal",
3325
+ "isStatic": false,
3326
+ "tsSignatureId": "SortOrdinal|:System.Int32|static=false|accessor=get",
3327
+ "target": {
3328
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3329
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3330
+ "metadataToken": 385877796
3331
+ }
3332
+ },
3333
+ {
3334
+ "tsName": "sqlDbType",
3335
+ "isStatic": false,
3336
+ "tsSignatureId": "SqlDbType|:System.Data.SqlDbType|static=false|accessor=get",
3337
+ "target": {
3338
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3339
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3340
+ "metadataToken": 385877797
3341
+ }
3342
+ },
3343
+ {
3344
+ "tsName": "type_",
3345
+ "isStatic": false,
3346
+ "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
3347
+ "target": {
3348
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3349
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3350
+ "metadataToken": 385877798
3351
+ }
3352
+ },
3353
+ {
3354
+ "tsName": "typeName",
3355
+ "isStatic": false,
3356
+ "tsSignatureId": "TypeName|:System.String|static=false|accessor=get",
3357
+ "target": {
3358
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3359
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3360
+ "metadataToken": 385877799
3361
+ }
3362
+ },
3363
+ {
3364
+ "tsName": "useServerDefault",
3365
+ "isStatic": false,
3366
+ "tsSignatureId": "UseServerDefault|:System.Boolean|static=false|accessor=get",
3367
+ "target": {
3368
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3369
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3370
+ "metadataToken": 385877800
3371
+ }
3372
+ },
3373
+ {
3374
+ "tsName": "xmlSchemaCollectionDatabase",
3375
+ "isStatic": false,
3376
+ "tsSignatureId": "XmlSchemaCollectionDatabase|:System.String|static=false|accessor=get",
3377
+ "target": {
3378
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3379
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3380
+ "metadataToken": 385877801
3381
+ }
3382
+ },
3383
+ {
3384
+ "tsName": "xmlSchemaCollectionName",
3385
+ "isStatic": false,
3386
+ "tsSignatureId": "XmlSchemaCollectionName|:System.String|static=false|accessor=get",
3387
+ "target": {
3388
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3389
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3390
+ "metadataToken": 385877802
3391
+ }
3392
+ },
3393
+ {
3394
+ "tsName": "xmlSchemaCollectionOwningSchema",
3395
+ "isStatic": false,
3396
+ "tsSignatureId": "XmlSchemaCollectionOwningSchema|:System.String|static=false|accessor=get",
3397
+ "target": {
3398
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3399
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3400
+ "metadataToken": 385877803
3401
+ }
3402
+ }
3403
+ ],
3404
+ "exposedConstructors": [
3405
+ {
3406
+ "isStatic": false,
3407
+ "tsSignatureId": "constructor|(System.String,System.Data.SqlDbType):void|static=false",
3408
+ "target": {
3409
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3410
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3411
+ "metadataToken": 100665813
3412
+ }
3413
+ },
3414
+ {
3415
+ "isStatic": false,
3416
+ "tsSignatureId": "constructor|(System.String,System.Data.SqlDbType,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void|static=false",
3417
+ "target": {
3418
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3419
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3420
+ "metadataToken": 100665814
3421
+ }
3422
+ },
3423
+ {
3424
+ "isStatic": false,
3425
+ "tsSignatureId": "constructor|(System.String,System.Data.SqlDbType,System.Byte,System.Byte):void|static=false",
3426
+ "target": {
3427
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3428
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3429
+ "metadataToken": 100665815
3430
+ }
3431
+ },
3432
+ {
3433
+ "isStatic": false,
3434
+ "tsSignatureId": "constructor|(System.String,System.Data.SqlDbType,System.Byte,System.Byte,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void|static=false",
3435
+ "target": {
3436
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3437
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3438
+ "metadataToken": 100665816
3439
+ }
3440
+ },
3441
+ {
3442
+ "isStatic": false,
3443
+ "tsSignatureId": "constructor|(System.String,System.Data.SqlDbType,System.Int64):void|static=false",
3444
+ "target": {
3445
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3446
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3447
+ "metadataToken": 100665817
3448
+ }
3449
+ },
3450
+ {
3451
+ "isStatic": false,
3452
+ "tsSignatureId": "constructor|(System.String,System.Data.SqlDbType,System.Int64,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void|static=false",
3453
+ "target": {
3454
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3455
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3456
+ "metadataToken": 100665818
3457
+ }
3458
+ },
3459
+ {
3460
+ "isStatic": false,
3461
+ "tsSignatureId": "constructor|(System.String,System.Data.SqlDbType,System.Int64,System.Byte,System.Byte,System.Int64,System.Data.SqlTypes.SqlCompareOptions,System.Type):void|static=false",
3462
+ "target": {
3463
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3464
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3465
+ "metadataToken": 100665819
3466
+ }
3467
+ },
3468
+ {
3469
+ "isStatic": false,
3470
+ "tsSignatureId": "constructor|(System.String,System.Data.SqlDbType,System.Int64,System.Byte,System.Byte,System.Int64,System.Data.SqlTypes.SqlCompareOptions,System.Type,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void|static=false",
3471
+ "target": {
3472
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3473
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3474
+ "metadataToken": 100665820
3475
+ }
3476
+ },
3477
+ {
3478
+ "isStatic": false,
3479
+ "tsSignatureId": "constructor|(System.String,System.Data.SqlDbType,System.Int64,System.Int64,System.Data.SqlTypes.SqlCompareOptions):void|static=false",
3480
+ "target": {
3481
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3482
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3483
+ "metadataToken": 100665821
3484
+ }
3485
+ },
3486
+ {
3487
+ "isStatic": false,
3488
+ "tsSignatureId": "constructor|(System.String,System.Data.SqlDbType,System.Int64,System.Int64,System.Data.SqlTypes.SqlCompareOptions,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void|static=false",
3489
+ "target": {
3490
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3491
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3492
+ "metadataToken": 100665822
3493
+ }
3494
+ },
3495
+ {
3496
+ "isStatic": false,
3497
+ "tsSignatureId": "constructor|(System.String,System.Data.SqlDbType,System.String,System.String,System.String):void|static=false",
3498
+ "target": {
3499
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3500
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3501
+ "metadataToken": 100665823
3502
+ }
3503
+ },
3504
+ {
3505
+ "isStatic": false,
3506
+ "tsSignatureId": "constructor|(System.String,System.Data.SqlDbType,System.String,System.String,System.String,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void|static=false",
3507
+ "target": {
3508
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3509
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3510
+ "metadataToken": 100665824
3511
+ }
3512
+ },
3513
+ {
3514
+ "isStatic": false,
3515
+ "tsSignatureId": "constructor|(System.String,System.Data.SqlDbType,System.Type):void|static=false",
3516
+ "target": {
3517
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3518
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3519
+ "metadataToken": 100665825
3520
+ }
3521
+ },
3522
+ {
3523
+ "isStatic": false,
3524
+ "tsSignatureId": "constructor|(System.String,System.Data.SqlDbType,System.Type,System.String):void|static=false",
3525
+ "target": {
3526
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3527
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3528
+ "metadataToken": 100665826
3529
+ }
3530
+ },
3531
+ {
3532
+ "isStatic": false,
3533
+ "tsSignatureId": "constructor|(System.String,System.Data.SqlDbType,System.Type,System.String,System.Boolean,System.Boolean,Microsoft.Data.SqlClient.SortOrder,System.Int32):void|static=false",
3534
+ "target": {
3535
+ "declaringClrType": "Microsoft.Data.SqlClient.Server.SqlMetaData",
3536
+ "declaringAssemblyName": "Microsoft.Data.SqlClient",
3537
+ "metadataToken": 100665827
3538
+ }
3539
+ }
3540
+ ]
3541
+ }
3542
+ ]
3543
+ }