@tsonic/efcore-sqlserver 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (399) hide show
  1. package/Azure/bindings.json +4791 -0
  2. package/Azure/internal/index.d.ts +433 -0
  3. package/Azure/internal/metadata.json +2772 -0
  4. package/Azure.Core/bindings.json +8215 -0
  5. package/Azure.Core/internal/index.d.ts +665 -0
  6. package/Azure.Core/internal/metadata.json +5291 -0
  7. package/Azure.Core.Cryptography/bindings.json +158 -0
  8. package/Azure.Core.Cryptography/internal/index.d.ts +30 -0
  9. package/Azure.Core.Cryptography/internal/metadata.json +122 -0
  10. package/Azure.Core.Cryptography.d.ts +15 -0
  11. package/Azure.Core.Cryptography.js +9 -0
  12. package/Azure.Core.Diagnostics/bindings.json +154 -0
  13. package/Azure.Core.Diagnostics/internal/index.d.ts +29 -0
  14. package/Azure.Core.Diagnostics/internal/metadata.json +87 -0
  15. package/Azure.Core.Diagnostics.d.ts +13 -0
  16. package/Azure.Core.Diagnostics.js +9 -0
  17. package/Azure.Core.Extensions/bindings.json +158 -0
  18. package/Azure.Core.Extensions/internal/index.d.ts +42 -0
  19. package/Azure.Core.Extensions/internal/metadata.json +139 -0
  20. package/Azure.Core.Extensions.d.ts +16 -0
  21. package/Azure.Core.Extensions.js +9 -0
  22. package/Azure.Core.GeoJson/bindings.json +2736 -0
  23. package/Azure.Core.GeoJson/internal/index.d.ts +256 -0
  24. package/Azure.Core.GeoJson/internal/metadata.json +1469 -0
  25. package/Azure.Core.GeoJson.d.ts +29 -0
  26. package/Azure.Core.GeoJson.js +9 -0
  27. package/Azure.Core.Pipeline/bindings.json +1894 -0
  28. package/Azure.Core.Pipeline/internal/index.d.ts +209 -0
  29. package/Azure.Core.Pipeline/internal/metadata.json +1181 -0
  30. package/Azure.Core.Pipeline.d.ts +32 -0
  31. package/Azure.Core.Pipeline.js +9 -0
  32. package/Azure.Core.Serialization/bindings.json +691 -0
  33. package/Azure.Core.Serialization/internal/index.d.ts +90 -0
  34. package/Azure.Core.Serialization/internal/metadata.json +468 -0
  35. package/Azure.Core.Serialization.d.ts +23 -0
  36. package/Azure.Core.Serialization.js +9 -0
  37. package/Azure.Core.d.ts +60 -0
  38. package/Azure.Core.js +9 -0
  39. package/Azure.Identity/bindings.json +11689 -0
  40. package/Azure.Identity/internal/index.d.ts +884 -0
  41. package/Azure.Identity/internal/metadata.json +5255 -0
  42. package/Azure.Identity.d.ts +75 -0
  43. package/Azure.Identity.js +9 -0
  44. package/Azure.Messaging/bindings.json +515 -0
  45. package/Azure.Messaging/internal/index.d.ts +62 -0
  46. package/Azure.Messaging/internal/metadata.json +316 -0
  47. package/Azure.Messaging.d.ts +17 -0
  48. package/Azure.Messaging.js +9 -0
  49. package/Azure.d.ts +69 -0
  50. package/Azure.js +9 -0
  51. package/LICENSE +21 -0
  52. package/Microsoft.Data/bindings.json +74 -0
  53. package/Microsoft.Data/internal/index.d.ts +33 -0
  54. package/Microsoft.Data/internal/metadata.json +59 -0
  55. package/Microsoft.Data.Sql/bindings.json +221 -0
  56. package/Microsoft.Data.Sql/internal/index.d.ts +42 -0
  57. package/Microsoft.Data.Sql/internal/metadata.json +136 -0
  58. package/Microsoft.Data.Sql.d.ts +15 -0
  59. package/Microsoft.Data.Sql.js +9 -0
  60. package/Microsoft.Data.SqlClient/bindings.json +17875 -0
  61. package/Microsoft.Data.SqlClient/internal/index.d.ts +1252 -0
  62. package/Microsoft.Data.SqlClient/internal/metadata.json +10965 -0
  63. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +640 -0
  64. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +90 -0
  65. package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +383 -0
  66. package/Microsoft.Data.SqlClient.DataClassification.d.ts +19 -0
  67. package/Microsoft.Data.SqlClient.DataClassification.js +9 -0
  68. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +4421 -0
  69. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +341 -0
  70. package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +2693 -0
  71. package/Microsoft.Data.SqlClient.Diagnostics.d.ts +30 -0
  72. package/Microsoft.Data.SqlClient.Diagnostics.js +9 -0
  73. package/Microsoft.Data.SqlClient.Server/bindings.json +3543 -0
  74. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +184 -0
  75. package/Microsoft.Data.SqlClient.Server/internal/metadata.json +2235 -0
  76. package/Microsoft.Data.SqlClient.Server.d.ts +16 -0
  77. package/Microsoft.Data.SqlClient.Server.js +9 -0
  78. package/Microsoft.Data.SqlClient.d.ts +92 -0
  79. package/Microsoft.Data.SqlClient.js +9 -0
  80. package/Microsoft.Data.SqlTypes/bindings.json +902 -0
  81. package/Microsoft.Data.SqlTypes/internal/index.d.ts +82 -0
  82. package/Microsoft.Data.SqlTypes/internal/metadata.json +558 -0
  83. package/Microsoft.Data.SqlTypes.d.ts +17 -0
  84. package/Microsoft.Data.SqlTypes.js +9 -0
  85. package/Microsoft.Data.d.ts +15 -0
  86. package/Microsoft.Data.js +9 -0
  87. package/Microsoft.EntityFrameworkCore/bindings.json +13302 -0
  88. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +693 -0
  89. package/Microsoft.EntityFrameworkCore/internal/metadata.json +9025 -0
  90. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +612 -0
  91. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +59 -0
  92. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +303 -0
  93. package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
  94. package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
  95. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +669 -0
  96. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +92 -0
  97. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +455 -0
  98. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +20 -0
  99. package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
  100. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +125 -0
  101. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +19 -0
  102. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +72 -0
  103. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +1095 -0
  104. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +113 -0
  105. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +660 -0
  106. package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +31 -0
  107. package/Microsoft.EntityFrameworkCore.Metadata.Builders.js +9 -0
  108. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1073 -0
  109. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +180 -0
  110. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +706 -0
  111. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +29 -0
  112. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
  113. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +95 -0
  114. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +29 -0
  115. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +88 -0
  116. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +14 -0
  117. package/Microsoft.EntityFrameworkCore.Metadata.Internal.js +9 -0
  118. package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
  119. package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
  120. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
  121. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +36 -0
  122. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
  123. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +151 -0
  124. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +43 -0
  125. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +100 -0
  126. package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +16 -0
  127. package/Microsoft.EntityFrameworkCore.Migrations.Operations.js +9 -0
  128. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +18 -0
  129. package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
  130. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +476 -0
  131. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +67 -0
  132. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +317 -0
  133. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +20 -0
  134. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.js +9 -0
  135. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +525 -0
  136. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +46 -0
  137. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +238 -0
  138. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +12 -0
  139. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.js +9 -0
  140. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +572 -0
  141. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +44 -0
  142. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +393 -0
  143. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +16 -0
  144. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.js +9 -0
  145. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +1259 -0
  146. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +106 -0
  147. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +790 -0
  148. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +21 -0
  149. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.js +9 -0
  150. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +1934 -0
  151. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +103 -0
  152. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +1294 -0
  153. package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +14 -0
  154. package/Microsoft.EntityFrameworkCore.SqlServer.Internal.js +9 -0
  155. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +933 -0
  156. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +73 -0
  157. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +452 -0
  158. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +16 -0
  159. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.js +9 -0
  160. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +482 -0
  161. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +67 -0
  162. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +317 -0
  163. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +21 -0
  164. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.js +9 -0
  165. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +5251 -0
  166. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +835 -0
  167. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +3289 -0
  168. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +141 -0
  169. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +33 -0
  170. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +95 -0
  171. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +17 -0
  172. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.js +9 -0
  173. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +87 -0
  174. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.js +9 -0
  175. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +238 -0
  176. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +53 -0
  177. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +167 -0
  178. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +21 -0
  179. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.js +9 -0
  180. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2619 -0
  181. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +411 -0
  182. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +1697 -0
  183. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +55 -0
  184. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.js +9 -0
  185. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +719 -0
  186. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +105 -0
  187. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +500 -0
  188. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +24 -0
  189. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.js +9 -0
  190. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +493 -0
  191. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +111 -0
  192. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +339 -0
  193. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +24 -0
  194. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.js +9 -0
  195. package/Microsoft.EntityFrameworkCore.d.ts +46 -0
  196. package/Microsoft.EntityFrameworkCore.js +9 -0
  197. package/Microsoft.Extensions.DependencyInjection/bindings.json +164 -0
  198. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +26 -0
  199. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +127 -0
  200. package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
  201. package/Microsoft.Extensions.DependencyInjection.js +9 -0
  202. package/Microsoft.Identity.Client/bindings.json +23512 -0
  203. package/Microsoft.Identity.Client/internal/index.d.ts +1605 -0
  204. package/Microsoft.Identity.Client/internal/metadata.json +11985 -0
  205. package/Microsoft.Identity.Client.Advanced/bindings.json +44 -0
  206. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +20 -0
  207. package/Microsoft.Identity.Client.Advanced/internal/metadata.json +41 -0
  208. package/Microsoft.Identity.Client.Advanced.d.ts +17 -0
  209. package/Microsoft.Identity.Client.Advanced.js +9 -0
  210. package/Microsoft.Identity.Client.AppConfig/bindings.json +338 -0
  211. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +47 -0
  212. package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +212 -0
  213. package/Microsoft.Identity.Client.AppConfig.d.ts +15 -0
  214. package/Microsoft.Identity.Client.AppConfig.js +9 -0
  215. package/Microsoft.Identity.Client.AuthScheme/bindings.json +167 -0
  216. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +25 -0
  217. package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +118 -0
  218. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +95 -0
  219. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +20 -0
  220. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +72 -0
  221. package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +12 -0
  222. package/Microsoft.Identity.Client.AuthScheme.PoP.js +9 -0
  223. package/Microsoft.Identity.Client.AuthScheme.d.ts +14 -0
  224. package/Microsoft.Identity.Client.AuthScheme.js +9 -0
  225. package/Microsoft.Identity.Client.Cache/bindings.json +210 -0
  226. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +32 -0
  227. package/Microsoft.Identity.Client.Cache/internal/metadata.json +123 -0
  228. package/Microsoft.Identity.Client.Cache.d.ts +13 -0
  229. package/Microsoft.Identity.Client.Cache.js +9 -0
  230. package/Microsoft.Identity.Client.Extensibility/bindings.json +882 -0
  231. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +128 -0
  232. package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +620 -0
  233. package/Microsoft.Identity.Client.Extensibility.d.ts +30 -0
  234. package/Microsoft.Identity.Client.Extensibility.js +9 -0
  235. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +1464 -0
  236. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +163 -0
  237. package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +877 -0
  238. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +25 -0
  239. package/Microsoft.Identity.Client.Extensions.Msal.js +9 -0
  240. package/Microsoft.Identity.Client.Kerberos/bindings.json +634 -0
  241. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +58 -0
  242. package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +386 -0
  243. package/Microsoft.Identity.Client.Kerberos.d.ts +15 -0
  244. package/Microsoft.Identity.Client.Kerberos.js +9 -0
  245. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +209 -0
  246. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +23 -0
  247. package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +106 -0
  248. package/Microsoft.Identity.Client.ManagedIdentity.d.ts +12 -0
  249. package/Microsoft.Identity.Client.ManagedIdentity.js +9 -0
  250. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +44 -0
  251. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +22 -0
  252. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +41 -0
  253. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +12 -0
  254. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.js +9 -0
  255. package/Microsoft.Identity.Client.RP/bindings.json +83 -0
  256. package/Microsoft.Identity.Client.RP/internal/index.d.ts +27 -0
  257. package/Microsoft.Identity.Client.RP/internal/metadata.json +74 -0
  258. package/Microsoft.Identity.Client.RP.d.ts +18 -0
  259. package/Microsoft.Identity.Client.RP.js +9 -0
  260. package/Microsoft.Identity.Client.Region/bindings.json +167 -0
  261. package/Microsoft.Identity.Client.Region/internal/index.d.ts +21 -0
  262. package/Microsoft.Identity.Client.Region/internal/metadata.json +88 -0
  263. package/Microsoft.Identity.Client.Region.d.ts +12 -0
  264. package/Microsoft.Identity.Client.Region.js +9 -0
  265. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +68 -0
  266. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +20 -0
  267. package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +57 -0
  268. package/Microsoft.Identity.Client.SSHCertificates.d.ts +16 -0
  269. package/Microsoft.Identity.Client.SSHCertificates.js +9 -0
  270. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +66 -0
  271. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +24 -0
  272. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +46 -0
  273. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +13 -0
  274. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.js +9 -0
  275. package/Microsoft.Identity.Client.Utils/bindings.json +164 -0
  276. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +29 -0
  277. package/Microsoft.Identity.Client.Utils/internal/metadata.json +121 -0
  278. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +68 -0
  279. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +19 -0
  280. package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +57 -0
  281. package/Microsoft.Identity.Client.Utils.Windows.d.ts +12 -0
  282. package/Microsoft.Identity.Client.Utils.Windows.js +9 -0
  283. package/Microsoft.Identity.Client.Utils.d.ts +13 -0
  284. package/Microsoft.Identity.Client.Utils.js +9 -0
  285. package/Microsoft.Identity.Client.d.ts +124 -0
  286. package/Microsoft.Identity.Client.js +9 -0
  287. package/Microsoft.IdentityModel.Abstractions/bindings.json +1278 -0
  288. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +132 -0
  289. package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +843 -0
  290. package/Microsoft.IdentityModel.Abstractions.d.ts +20 -0
  291. package/Microsoft.IdentityModel.Abstractions.js +9 -0
  292. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +3592 -0
  293. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +242 -0
  294. package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +1997 -0
  295. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +24 -0
  296. package/Microsoft.IdentityModel.JsonWebTokens.js +9 -0
  297. package/Microsoft.IdentityModel.Logging/bindings.json +1715 -0
  298. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +137 -0
  299. package/Microsoft.IdentityModel.Logging/internal/metadata.json +1117 -0
  300. package/Microsoft.IdentityModel.Logging.d.ts +21 -0
  301. package/Microsoft.IdentityModel.Logging.js +9 -0
  302. package/Microsoft.IdentityModel.Protocols/bindings.json +1839 -0
  303. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +208 -0
  304. package/Microsoft.IdentityModel.Protocols/internal/metadata.json +1067 -0
  305. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +177 -0
  306. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +43 -0
  307. package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +72 -0
  308. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +18 -0
  309. package/Microsoft.IdentityModel.Protocols.Configuration.js +9 -0
  310. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +7825 -0
  311. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +515 -0
  312. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +4288 -0
  313. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +117 -0
  314. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +35 -0
  315. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +80 -0
  316. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +14 -0
  317. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.js +9 -0
  318. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +42 -0
  319. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.js +9 -0
  320. package/Microsoft.IdentityModel.Protocols.d.ts +32 -0
  321. package/Microsoft.IdentityModel.Protocols.js +9 -0
  322. package/Microsoft.IdentityModel.Tokens/bindings.json +18398 -0
  323. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +1485 -0
  324. package/Microsoft.IdentityModel.Tokens/internal/metadata.json +10430 -0
  325. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +162 -0
  326. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +30 -0
  327. package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +101 -0
  328. package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +15 -0
  329. package/Microsoft.IdentityModel.Tokens.Configuration.js +9 -0
  330. package/Microsoft.IdentityModel.Tokens.d.ts +123 -0
  331. package/Microsoft.IdentityModel.Tokens.js +9 -0
  332. package/Microsoft.SqlServer.Server/bindings.json +1337 -0
  333. package/Microsoft.SqlServer.Server/internal/index.d.ts +138 -0
  334. package/Microsoft.SqlServer.Server/internal/metadata.json +792 -0
  335. package/Microsoft.SqlServer.Server.d.ts +23 -0
  336. package/Microsoft.SqlServer.Server.js +9 -0
  337. package/README.md +5 -0
  338. package/System/bindings.json +877 -0
  339. package/System/internal/index.d.ts +67 -0
  340. package/System/internal/metadata.json +523 -0
  341. package/System.ClientModel/bindings.json +975 -0
  342. package/System.ClientModel/internal/index.d.ts +152 -0
  343. package/System.ClientModel/internal/metadata.json +637 -0
  344. package/System.ClientModel.Primitives/bindings.json +5278 -0
  345. package/System.ClientModel.Primitives/internal/index.d.ts +596 -0
  346. package/System.ClientModel.Primitives/internal/metadata.json +3433 -0
  347. package/System.ClientModel.Primitives.d.ts +65 -0
  348. package/System.ClientModel.Primitives.js +9 -0
  349. package/System.ClientModel.d.ts +42 -0
  350. package/System.ClientModel.js +9 -0
  351. package/System.Configuration/bindings.json +22798 -0
  352. package/System.Configuration/internal/index.d.ts +2085 -0
  353. package/System.Configuration/internal/metadata.json +11888 -0
  354. package/System.Configuration.Internal/bindings.json +3313 -0
  355. package/System.Configuration.Internal/internal/index.d.ts +228 -0
  356. package/System.Configuration.Internal/internal/metadata.json +2269 -0
  357. package/System.Configuration.Internal.d.ts +30 -0
  358. package/System.Configuration.Internal.js +9 -0
  359. package/System.Configuration.Provider/bindings.json +447 -0
  360. package/System.Configuration.Provider/internal/index.d.ts +63 -0
  361. package/System.Configuration.Provider/internal/metadata.json +284 -0
  362. package/System.Configuration.Provider.d.ts +17 -0
  363. package/System.Configuration.Provider.js +9 -0
  364. package/System.Configuration.d.ts +166 -0
  365. package/System.Configuration.js +9 -0
  366. package/System.Diagnostics/bindings.json +44 -0
  367. package/System.Diagnostics/internal/index.d.ts +18 -0
  368. package/System.Diagnostics/internal/metadata.json +48 -0
  369. package/System.Diagnostics.d.ts +12 -0
  370. package/System.Diagnostics.js +9 -0
  371. package/System.Drawing.Configuration/bindings.json +178 -0
  372. package/System.Drawing.Configuration/internal/index.d.ts +25 -0
  373. package/System.Drawing.Configuration/internal/metadata.json +46 -0
  374. package/System.Drawing.Configuration.d.ts +13 -0
  375. package/System.Drawing.Configuration.js +9 -0
  376. package/System.IdentityModel.Tokens.Jwt/bindings.json +4622 -0
  377. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +309 -0
  378. package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +2556 -0
  379. package/System.IdentityModel.Tokens.Jwt.d.ts +29 -0
  380. package/System.IdentityModel.Tokens.Jwt.js +9 -0
  381. package/System.Security.Cryptography/bindings.json +146 -0
  382. package/System.Security.Cryptography/internal/index.d.ts +25 -0
  383. package/System.Security.Cryptography/internal/metadata.json +104 -0
  384. package/System.Security.Cryptography.d.ts +13 -0
  385. package/System.Security.Cryptography.js +9 -0
  386. package/System.Text.Json.Serialization/bindings.json +96 -0
  387. package/System.Text.Json.Serialization/internal/index.d.ts +32 -0
  388. package/System.Text.Json.Serialization/internal/metadata.json +70 -0
  389. package/System.Text.Json.Serialization.d.ts +15 -0
  390. package/System.Text.Json.Serialization.js +9 -0
  391. package/System.d.ts +21 -0
  392. package/System.js +9 -0
  393. package/__build/ref/Program.cs +5 -0
  394. package/__build/ref/ref.csproj +14 -0
  395. package/__build/scripts/generate.sh +113 -0
  396. package/__internal/extensions/index.d.ts +153 -0
  397. package/families.json +30 -0
  398. package/package.json +27 -0
  399. package/tsconfig.json +20 -0
@@ -0,0 +1,719 @@
1
+ {
2
+ "namespace": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal",
3
+ "types": [
4
+ {
5
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator",
6
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator",
7
+ "tsEmitName": "ISqlServerUpdateSqlGenerator",
8
+ "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
9
+ "metadataToken": 0,
10
+ "methods": [
11
+ {
12
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator::AppendBulkInsertOperation(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
13
+ "clrName": "AppendBulkInsertOperation",
14
+ "tsEmitName": "appendBulkInsertOperation",
15
+ "metadataToken": 100664447,
16
+ "canonicalSignature": "(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
17
+ "normalizedSignature": "AppendBulkInsertOperation|(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
18
+ "emitScope": "ClassSurface",
19
+ "arity": 0,
20
+ "parameterCount": 4,
21
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator",
22
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
23
+ "isExtensionMethod": false,
24
+ "parameterModifiers": [
25
+ {
26
+ "index": 3,
27
+ "modifier": "out"
28
+ }
29
+ ]
30
+ },
31
+ {
32
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator::AppendBulkInsertOperation(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Int32):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
33
+ "clrName": "AppendBulkInsertOperation",
34
+ "tsEmitName": "appendBulkInsertOperation",
35
+ "metadataToken": 100664448,
36
+ "canonicalSignature": "(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Int32):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
37
+ "normalizedSignature": "AppendBulkInsertOperation|(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Int32):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
38
+ "emitScope": "ClassSurface",
39
+ "arity": 0,
40
+ "parameterCount": 3,
41
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator",
42
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
43
+ "isExtensionMethod": false
44
+ }
45
+ ],
46
+ "properties": [],
47
+ "fields": [],
48
+ "events": [],
49
+ "constructors": [],
50
+ "exposedMethods": [
51
+ {
52
+ "tsName": "appendBulkInsertOperation",
53
+ "isStatic": false,
54
+ "tsSignatureId": "AppendBulkInsertOperation|(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
55
+ "target": {
56
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator",
57
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
58
+ "metadataToken": 100664447
59
+ }
60
+ },
61
+ {
62
+ "tsName": "appendBulkInsertOperation",
63
+ "isStatic": false,
64
+ "tsSignatureId": "AppendBulkInsertOperation|(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Int32):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
65
+ "target": {
66
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator",
67
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
68
+ "metadataToken": 100664448
69
+ }
70
+ }
71
+ ]
72
+ },
73
+ {
74
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommand",
75
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommand",
76
+ "tsEmitName": "SqlServerModificationCommand",
77
+ "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
78
+ "metadataToken": 0,
79
+ "methods": [],
80
+ "properties": [],
81
+ "fields": [],
82
+ "events": [],
83
+ "constructors": [
84
+ {
85
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommand::.ctor(Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters\u0026):void",
86
+ "metadataToken": 100664449,
87
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters\u0026):void",
88
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters\u0026):void|static=false",
89
+ "isStatic": false,
90
+ "parameterCount": 1,
91
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommand",
92
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
93
+ "parameterModifiers": [
94
+ {
95
+ "index": 0,
96
+ "modifier": "in"
97
+ }
98
+ ]
99
+ },
100
+ {
101
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommand::.ctor(Microsoft.EntityFrameworkCore.Update.NonTrackedModificationCommandParameters\u0026):void",
102
+ "metadataToken": 100664450,
103
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.NonTrackedModificationCommandParameters\u0026):void",
104
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Update.NonTrackedModificationCommandParameters\u0026):void|static=false",
105
+ "isStatic": false,
106
+ "parameterCount": 1,
107
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommand",
108
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
109
+ "parameterModifiers": [
110
+ {
111
+ "index": 0,
112
+ "modifier": "in"
113
+ }
114
+ ]
115
+ }
116
+ ],
117
+ "exposedConstructors": [
118
+ {
119
+ "isStatic": false,
120
+ "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters\u0026):void|static=false",
121
+ "target": {
122
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommand",
123
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
124
+ "metadataToken": 100664449
125
+ }
126
+ },
127
+ {
128
+ "isStatic": false,
129
+ "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Update.NonTrackedModificationCommandParameters\u0026):void|static=false",
130
+ "target": {
131
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommand",
132
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
133
+ "metadataToken": 100664450
134
+ }
135
+ }
136
+ ]
137
+ },
138
+ {
139
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch",
140
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch",
141
+ "tsEmitName": "SqlServerModificationCommandBatch",
142
+ "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
143
+ "metadataToken": 0,
144
+ "methods": [
145
+ {
146
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch::TryAddCommand(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand):System.Boolean",
147
+ "clrName": "TryAddCommand",
148
+ "tsEmitName": "tryAddCommand",
149
+ "metadataToken": 100664457,
150
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand):System.Boolean",
151
+ "normalizedSignature": "TryAddCommand|(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand):System.Boolean|static=false",
152
+ "emitScope": "ClassSurface",
153
+ "arity": 0,
154
+ "parameterCount": 1,
155
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch",
156
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
157
+ "isExtensionMethod": false
158
+ },
159
+ {
160
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch::Complete(System.Boolean):System.Void",
161
+ "clrName": "Complete",
162
+ "tsEmitName": "complete",
163
+ "metadataToken": 100664460,
164
+ "canonicalSignature": "(System.Boolean):System.Void",
165
+ "normalizedSignature": "Complete|(System.Boolean):System.Void|static=false",
166
+ "emitScope": "ClassSurface",
167
+ "arity": 0,
168
+ "parameterCount": 1,
169
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch",
170
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
171
+ "isExtensionMethod": false
172
+ },
173
+ {
174
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch::Execute(Microsoft.EntityFrameworkCore.Storage.IRelationalConnection):System.Void",
175
+ "clrName": "Execute",
176
+ "tsEmitName": "execute",
177
+ "metadataToken": 100664461,
178
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.IRelationalConnection):System.Void",
179
+ "normalizedSignature": "Execute|(Microsoft.EntityFrameworkCore.Storage.IRelationalConnection):System.Void|static=false",
180
+ "emitScope": "ClassSurface",
181
+ "arity": 0,
182
+ "parameterCount": 1,
183
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch",
184
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
185
+ "isExtensionMethod": false
186
+ },
187
+ {
188
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch::ExecuteAsync(Microsoft.EntityFrameworkCore.Storage.IRelationalConnection,System.Threading.CancellationToken):System.Threading.Tasks.Task",
189
+ "clrName": "ExecuteAsync",
190
+ "tsEmitName": "executeAsync",
191
+ "metadataToken": 100664462,
192
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.IRelationalConnection,System.Threading.CancellationToken):System.Threading.Tasks.Task",
193
+ "normalizedSignature": "ExecuteAsync|(Microsoft.EntityFrameworkCore.Storage.IRelationalConnection,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
194
+ "emitScope": "ClassSurface",
195
+ "arity": 0,
196
+ "parameterCount": 2,
197
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch",
198
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
199
+ "isExtensionMethod": false
200
+ }
201
+ ],
202
+ "properties": [],
203
+ "fields": [],
204
+ "events": [],
205
+ "constructors": [
206
+ {
207
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch::.ctor(Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies,System.Int32):void",
208
+ "metadataToken": 100664452,
209
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies,System.Int32):void",
210
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies,System.Int32):void|static=false",
211
+ "isStatic": false,
212
+ "parameterCount": 2,
213
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch",
214
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
215
+ }
216
+ ],
217
+ "exposedMethods": [
218
+ {
219
+ "tsName": "tryAddCommand",
220
+ "isStatic": false,
221
+ "tsSignatureId": "TryAddCommand|(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand):System.Boolean|static=false",
222
+ "target": {
223
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch",
224
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
225
+ "metadataToken": 100664457
226
+ }
227
+ },
228
+ {
229
+ "tsName": "complete",
230
+ "isStatic": false,
231
+ "tsSignatureId": "Complete|(System.Boolean):System.Void|static=false",
232
+ "target": {
233
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch",
234
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
235
+ "metadataToken": 100664460
236
+ }
237
+ },
238
+ {
239
+ "tsName": "execute",
240
+ "isStatic": false,
241
+ "tsSignatureId": "Execute|(Microsoft.EntityFrameworkCore.Storage.IRelationalConnection):System.Void|static=false",
242
+ "target": {
243
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch",
244
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
245
+ "metadataToken": 100664461
246
+ }
247
+ },
248
+ {
249
+ "tsName": "executeAsync",
250
+ "isStatic": false,
251
+ "tsSignatureId": "ExecuteAsync|(Microsoft.EntityFrameworkCore.Storage.IRelationalConnection,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
252
+ "target": {
253
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch",
254
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
255
+ "metadataToken": 100664462
256
+ }
257
+ }
258
+ ],
259
+ "exposedConstructors": [
260
+ {
261
+ "isStatic": false,
262
+ "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies,System.Int32):void|static=false",
263
+ "target": {
264
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch",
265
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
266
+ "metadataToken": 100664452
267
+ }
268
+ }
269
+ ]
270
+ },
271
+ {
272
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatchFactory",
273
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatchFactory",
274
+ "tsEmitName": "SqlServerModificationCommandBatchFactory",
275
+ "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
276
+ "metadataToken": 0,
277
+ "methods": [
278
+ {
279
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatchFactory::Create():Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch",
280
+ "clrName": "Create",
281
+ "tsEmitName": "create",
282
+ "metadataToken": 100664466,
283
+ "canonicalSignature": "():Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch",
284
+ "normalizedSignature": "Create|():Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch|static=false",
285
+ "emitScope": "ClassSurface",
286
+ "arity": 0,
287
+ "parameterCount": 0,
288
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatchFactory",
289
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
290
+ "isExtensionMethod": false
291
+ }
292
+ ],
293
+ "properties": [],
294
+ "fields": [],
295
+ "events": [],
296
+ "constructors": [
297
+ {
298
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatchFactory::.ctor(Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies,Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):void",
299
+ "metadataToken": 100664464,
300
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies,Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):void",
301
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies,Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):void|static=false",
302
+ "isStatic": false,
303
+ "parameterCount": 2,
304
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatchFactory",
305
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
306
+ }
307
+ ],
308
+ "exposedMethods": [
309
+ {
310
+ "tsName": "create",
311
+ "isStatic": false,
312
+ "tsSignatureId": "Create|():Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch|static=false",
313
+ "target": {
314
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatchFactory",
315
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
316
+ "metadataToken": 100664466
317
+ }
318
+ }
319
+ ],
320
+ "exposedConstructors": [
321
+ {
322
+ "isStatic": false,
323
+ "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies,Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):void|static=false",
324
+ "target": {
325
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatchFactory",
326
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
327
+ "metadataToken": 100664464
328
+ }
329
+ }
330
+ ]
331
+ },
332
+ {
333
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandFactory",
334
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandFactory",
335
+ "tsEmitName": "SqlServerModificationCommandFactory",
336
+ "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
337
+ "metadataToken": 0,
338
+ "methods": [
339
+ {
340
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandFactory::CreateModificationCommand(Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters\u0026):Microsoft.EntityFrameworkCore.Update.IModificationCommand",
341
+ "clrName": "CreateModificationCommand",
342
+ "tsEmitName": "createModificationCommand",
343
+ "metadataToken": 100664467,
344
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters\u0026):Microsoft.EntityFrameworkCore.Update.IModificationCommand",
345
+ "normalizedSignature": "CreateModificationCommand|(Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters\u0026):Microsoft.EntityFrameworkCore.Update.IModificationCommand|static=false",
346
+ "emitScope": "ClassSurface",
347
+ "arity": 0,
348
+ "parameterCount": 1,
349
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandFactory",
350
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
351
+ "isExtensionMethod": false,
352
+ "parameterModifiers": [
353
+ {
354
+ "index": 0,
355
+ "modifier": "in"
356
+ }
357
+ ]
358
+ },
359
+ {
360
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandFactory::CreateNonTrackedModificationCommand(Microsoft.EntityFrameworkCore.Update.NonTrackedModificationCommandParameters\u0026):Microsoft.EntityFrameworkCore.Update.INonTrackedModificationCommand",
361
+ "clrName": "CreateNonTrackedModificationCommand",
362
+ "tsEmitName": "createNonTrackedModificationCommand",
363
+ "metadataToken": 100664468,
364
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.NonTrackedModificationCommandParameters\u0026):Microsoft.EntityFrameworkCore.Update.INonTrackedModificationCommand",
365
+ "normalizedSignature": "CreateNonTrackedModificationCommand|(Microsoft.EntityFrameworkCore.Update.NonTrackedModificationCommandParameters\u0026):Microsoft.EntityFrameworkCore.Update.INonTrackedModificationCommand|static=false",
366
+ "emitScope": "ClassSurface",
367
+ "arity": 0,
368
+ "parameterCount": 1,
369
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandFactory",
370
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
371
+ "isExtensionMethod": false,
372
+ "parameterModifiers": [
373
+ {
374
+ "index": 0,
375
+ "modifier": "in"
376
+ }
377
+ ]
378
+ }
379
+ ],
380
+ "properties": [],
381
+ "fields": [],
382
+ "events": [],
383
+ "constructors": [
384
+ {
385
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandFactory::.ctor():void",
386
+ "metadataToken": 100664469,
387
+ "canonicalSignature": "():void",
388
+ "normalizedSignature": "constructor|():void|static=false",
389
+ "isStatic": false,
390
+ "parameterCount": 0,
391
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandFactory",
392
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
393
+ }
394
+ ],
395
+ "exposedMethods": [
396
+ {
397
+ "tsName": "createModificationCommand",
398
+ "isStatic": false,
399
+ "tsSignatureId": "CreateModificationCommand|(Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters\u0026):Microsoft.EntityFrameworkCore.Update.IModificationCommand|static=false",
400
+ "target": {
401
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandFactory",
402
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
403
+ "metadataToken": 100664467
404
+ }
405
+ },
406
+ {
407
+ "tsName": "createNonTrackedModificationCommand",
408
+ "isStatic": false,
409
+ "tsSignatureId": "CreateNonTrackedModificationCommand|(Microsoft.EntityFrameworkCore.Update.NonTrackedModificationCommandParameters\u0026):Microsoft.EntityFrameworkCore.Update.INonTrackedModificationCommand|static=false",
410
+ "target": {
411
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandFactory",
412
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
413
+ "metadataToken": 100664468
414
+ }
415
+ }
416
+ ],
417
+ "exposedConstructors": [
418
+ {
419
+ "isStatic": false,
420
+ "tsSignatureId": "constructor|():void|static=false",
421
+ "target": {
422
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandFactory",
423
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
424
+ "metadataToken": 100664469
425
+ }
426
+ }
427
+ ]
428
+ },
429
+ {
430
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
431
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
432
+ "tsEmitName": "SqlServerUpdateSqlGenerator",
433
+ "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
434
+ "metadataToken": 0,
435
+ "methods": [
436
+ {
437
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator::AppendInsertOperation(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
438
+ "clrName": "AppendInsertOperation",
439
+ "tsEmitName": "appendInsertOperation",
440
+ "metadataToken": 100664472,
441
+ "canonicalSignature": "(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
442
+ "normalizedSignature": "AppendInsertOperation|(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
443
+ "emitScope": "ClassSurface",
444
+ "arity": 0,
445
+ "parameterCount": 4,
446
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
447
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
448
+ "isExtensionMethod": false,
449
+ "parameterModifiers": [
450
+ {
451
+ "index": 3,
452
+ "modifier": "out"
453
+ }
454
+ ]
455
+ },
456
+ {
457
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator::AppendUpdateOperation(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
458
+ "clrName": "AppendUpdateOperation",
459
+ "tsEmitName": "appendUpdateOperation",
460
+ "metadataToken": 100664474,
461
+ "canonicalSignature": "(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
462
+ "normalizedSignature": "AppendUpdateOperation|(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
463
+ "emitScope": "ClassSurface",
464
+ "arity": 0,
465
+ "parameterCount": 4,
466
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
467
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
468
+ "isExtensionMethod": false,
469
+ "parameterModifiers": [
470
+ {
471
+ "index": 3,
472
+ "modifier": "out"
473
+ }
474
+ ]
475
+ },
476
+ {
477
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator::AppendDeleteOperation(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
478
+ "clrName": "AppendDeleteOperation",
479
+ "tsEmitName": "appendDeleteOperation",
480
+ "metadataToken": 100664477,
481
+ "canonicalSignature": "(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
482
+ "normalizedSignature": "AppendDeleteOperation|(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
483
+ "emitScope": "ClassSurface",
484
+ "arity": 0,
485
+ "parameterCount": 4,
486
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
487
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
488
+ "isExtensionMethod": false,
489
+ "parameterModifiers": [
490
+ {
491
+ "index": 3,
492
+ "modifier": "out"
493
+ }
494
+ ]
495
+ },
496
+ {
497
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator::AppendBulkInsertOperation(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
498
+ "clrName": "AppendBulkInsertOperation",
499
+ "tsEmitName": "appendBulkInsertOperation",
500
+ "metadataToken": 100664479,
501
+ "canonicalSignature": "(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
502
+ "normalizedSignature": "AppendBulkInsertOperation|(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
503
+ "emitScope": "ClassSurface",
504
+ "arity": 0,
505
+ "parameterCount": 4,
506
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
507
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
508
+ "isExtensionMethod": false,
509
+ "parameterModifiers": [
510
+ {
511
+ "index": 3,
512
+ "modifier": "out"
513
+ }
514
+ ]
515
+ },
516
+ {
517
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator::AppendStoredProcedureCall(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
518
+ "clrName": "AppendStoredProcedureCall",
519
+ "tsEmitName": "appendStoredProcedureCall",
520
+ "metadataToken": 100664486,
521
+ "canonicalSignature": "(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
522
+ "normalizedSignature": "AppendStoredProcedureCall|(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
523
+ "emitScope": "ClassSurface",
524
+ "arity": 0,
525
+ "parameterCount": 4,
526
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
527
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
528
+ "isExtensionMethod": false,
529
+ "parameterModifiers": [
530
+ {
531
+ "index": 3,
532
+ "modifier": "out"
533
+ }
534
+ ]
535
+ },
536
+ {
537
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator::AppendBatchHeader(System.Text.StringBuilder):System.Void",
538
+ "clrName": "AppendBatchHeader",
539
+ "tsEmitName": "appendBatchHeader",
540
+ "metadataToken": 100664496,
541
+ "canonicalSignature": "(System.Text.StringBuilder):System.Void",
542
+ "normalizedSignature": "AppendBatchHeader|(System.Text.StringBuilder):System.Void|static=false",
543
+ "emitScope": "ClassSurface",
544
+ "arity": 0,
545
+ "parameterCount": 1,
546
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
547
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
548
+ "isExtensionMethod": false
549
+ },
550
+ {
551
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator::PrependEnsureAutocommit(System.Text.StringBuilder):System.Void",
552
+ "clrName": "PrependEnsureAutocommit",
553
+ "tsEmitName": "prependEnsureAutocommit",
554
+ "metadataToken": 100664497,
555
+ "canonicalSignature": "(System.Text.StringBuilder):System.Void",
556
+ "normalizedSignature": "PrependEnsureAutocommit|(System.Text.StringBuilder):System.Void|static=false",
557
+ "emitScope": "ClassSurface",
558
+ "arity": 0,
559
+ "parameterCount": 1,
560
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
561
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
562
+ "isExtensionMethod": false
563
+ },
564
+ {
565
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator::AppendBulkInsertOperation(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Int32):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
566
+ "clrName": "AppendBulkInsertOperation",
567
+ "tsEmitName": "appendBulkInsertOperation$view2",
568
+ "metadataToken": 100664448,
569
+ "canonicalSignature": "(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Int32):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
570
+ "normalizedSignature": "AppendBulkInsertOperation|(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Int32):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
571
+ "emitScope": "ViewOnly",
572
+ "arity": 0,
573
+ "parameterCount": 3,
574
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator",
575
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
576
+ "isExtensionMethod": false
577
+ },
578
+ {
579
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator::AppendBulkInsertOperation(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
580
+ "clrName": "AppendBulkInsertOperation",
581
+ "tsEmitName": "appendBulkInsertOperation$view",
582
+ "metadataToken": 100664447,
583
+ "canonicalSignature": "(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
584
+ "normalizedSignature": "AppendBulkInsertOperation|(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
585
+ "emitScope": "ViewOnly",
586
+ "arity": 0,
587
+ "parameterCount": 4,
588
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator",
589
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
590
+ "isExtensionMethod": false,
591
+ "parameterModifiers": [
592
+ {
593
+ "index": 3,
594
+ "modifier": "out"
595
+ }
596
+ ]
597
+ }
598
+ ],
599
+ "properties": [],
600
+ "fields": [],
601
+ "events": [],
602
+ "constructors": [
603
+ {
604
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator::.ctor(Microsoft.EntityFrameworkCore.Update.UpdateSqlGeneratorDependencies):void",
605
+ "metadataToken": 100664470,
606
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.UpdateSqlGeneratorDependencies):void",
607
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Update.UpdateSqlGeneratorDependencies):void|static=false",
608
+ "isStatic": false,
609
+ "parameterCount": 1,
610
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
611
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
612
+ }
613
+ ],
614
+ "exposedMethods": [
615
+ {
616
+ "tsName": "appendInsertOperation",
617
+ "isStatic": false,
618
+ "tsSignatureId": "AppendInsertOperation|(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
619
+ "target": {
620
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
621
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
622
+ "metadataToken": 100664472
623
+ }
624
+ },
625
+ {
626
+ "tsName": "appendUpdateOperation",
627
+ "isStatic": false,
628
+ "tsSignatureId": "AppendUpdateOperation|(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
629
+ "target": {
630
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
631
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
632
+ "metadataToken": 100664474
633
+ }
634
+ },
635
+ {
636
+ "tsName": "appendDeleteOperation",
637
+ "isStatic": false,
638
+ "tsSignatureId": "AppendDeleteOperation|(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
639
+ "target": {
640
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
641
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
642
+ "metadataToken": 100664477
643
+ }
644
+ },
645
+ {
646
+ "tsName": "appendBulkInsertOperation",
647
+ "isStatic": false,
648
+ "tsSignatureId": "AppendBulkInsertOperation|(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
649
+ "target": {
650
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
651
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
652
+ "metadataToken": 100664479
653
+ }
654
+ },
655
+ {
656
+ "tsName": "appendStoredProcedureCall",
657
+ "isStatic": false,
658
+ "tsSignatureId": "AppendStoredProcedureCall|(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
659
+ "target": {
660
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
661
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
662
+ "metadataToken": 100664486
663
+ }
664
+ },
665
+ {
666
+ "tsName": "appendBatchHeader",
667
+ "isStatic": false,
668
+ "tsSignatureId": "AppendBatchHeader|(System.Text.StringBuilder):System.Void|static=false",
669
+ "target": {
670
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
671
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
672
+ "metadataToken": 100664496
673
+ }
674
+ },
675
+ {
676
+ "tsName": "prependEnsureAutocommit",
677
+ "isStatic": false,
678
+ "tsSignatureId": "PrependEnsureAutocommit|(System.Text.StringBuilder):System.Void|static=false",
679
+ "target": {
680
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
681
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
682
+ "metadataToken": 100664497
683
+ }
684
+ },
685
+ {
686
+ "tsName": "appendBulkInsertOperation$view2",
687
+ "isStatic": false,
688
+ "tsSignatureId": "AppendBulkInsertOperation|(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Int32):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
689
+ "target": {
690
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator",
691
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
692
+ "metadataToken": 100664448
693
+ }
694
+ },
695
+ {
696
+ "tsName": "appendBulkInsertOperation$view",
697
+ "isStatic": false,
698
+ "tsSignatureId": "AppendBulkInsertOperation|(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
699
+ "target": {
700
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator",
701
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
702
+ "metadataToken": 100664447
703
+ }
704
+ }
705
+ ],
706
+ "exposedConstructors": [
707
+ {
708
+ "isStatic": false,
709
+ "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Update.UpdateSqlGeneratorDependencies):void|static=false",
710
+ "target": {
711
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
712
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
713
+ "metadataToken": 100664470
714
+ }
715
+ }
716
+ ]
717
+ }
718
+ ]
719
+ }