@tsonic/efcore-sqlserver 0.1.2 → 10.0.2

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