@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,1259 @@
1
+ {
2
+ "namespace": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal",
3
+ "types": [
4
+ {
5
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
6
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
7
+ "tsEmitName": "SqlServerEngineType",
8
+ "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
9
+ "metadataToken": 0,
10
+ "methods": [],
11
+ "properties": [],
12
+ "fields": [
13
+ {
14
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType::value__System.Int32",
15
+ "clrName": "value__",
16
+ "tsEmitName": "value__",
17
+ "metadataToken": 67109415,
18
+ "normalizedSignature": "value__|System.Int32|static=false|const=false",
19
+ "isStatic": false,
20
+ "isReadOnly": false,
21
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
22
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
23
+ },
24
+ {
25
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType::UnknownMicrosoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
26
+ "clrName": "Unknown",
27
+ "tsEmitName": "unknown_",
28
+ "metadataToken": 67109416,
29
+ "normalizedSignature": "Unknown|Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType|static=true|const=true",
30
+ "isStatic": true,
31
+ "isReadOnly": false,
32
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
33
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
34
+ },
35
+ {
36
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType::SqlServerMicrosoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
37
+ "clrName": "SqlServer",
38
+ "tsEmitName": "sqlServer",
39
+ "metadataToken": 67109417,
40
+ "normalizedSignature": "SqlServer|Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType|static=true|const=true",
41
+ "isStatic": true,
42
+ "isReadOnly": false,
43
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
44
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
45
+ },
46
+ {
47
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType::AzureSqlMicrosoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
48
+ "clrName": "AzureSql",
49
+ "tsEmitName": "azureSql",
50
+ "metadataToken": 67109418,
51
+ "normalizedSignature": "AzureSql|Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType|static=true|const=true",
52
+ "isStatic": true,
53
+ "isReadOnly": false,
54
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
55
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
56
+ },
57
+ {
58
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType::AzureSynapseMicrosoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
59
+ "clrName": "AzureSynapse",
60
+ "tsEmitName": "azureSynapse",
61
+ "metadataToken": 67109419,
62
+ "normalizedSignature": "AzureSynapse|Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType|static=true|const=true",
63
+ "isStatic": true,
64
+ "isReadOnly": false,
65
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
66
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
67
+ }
68
+ ],
69
+ "events": [],
70
+ "constructors": [],
71
+ "exposedFields": [
72
+ {
73
+ "tsName": "value__",
74
+ "isStatic": false,
75
+ "tsSignatureId": "value__|System.Int32|static=false|const=false",
76
+ "target": {
77
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
78
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
79
+ "metadataToken": 67109415
80
+ }
81
+ },
82
+ {
83
+ "tsName": "unknown_",
84
+ "isStatic": true,
85
+ "tsSignatureId": "Unknown|Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType|static=true|const=true",
86
+ "target": {
87
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
88
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
89
+ "metadataToken": 67109416
90
+ }
91
+ },
92
+ {
93
+ "tsName": "sqlServer",
94
+ "isStatic": true,
95
+ "tsSignatureId": "SqlServer|Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType|static=true|const=true",
96
+ "target": {
97
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
98
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
99
+ "metadataToken": 67109417
100
+ }
101
+ },
102
+ {
103
+ "tsName": "azureSql",
104
+ "isStatic": true,
105
+ "tsSignatureId": "AzureSql|Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType|static=true|const=true",
106
+ "target": {
107
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
108
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
109
+ "metadataToken": 67109418
110
+ }
111
+ },
112
+ {
113
+ "tsName": "azureSynapse",
114
+ "isStatic": true,
115
+ "tsSignatureId": "AzureSynapse|Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType|static=true|const=true",
116
+ "target": {
117
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
118
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
119
+ "metadataToken": 67109419
120
+ }
121
+ }
122
+ ]
123
+ },
124
+ {
125
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
126
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
127
+ "tsEmitName": "ISqlServerSingletonOptions",
128
+ "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
129
+ "metadataToken": 0,
130
+ "methods": [],
131
+ "properties": [
132
+ {
133
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions::EngineType:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
134
+ "clrName": "EngineType",
135
+ "tsEmitName": "engineType",
136
+ "metadataToken": 385876184,
137
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
138
+ "normalizedSignature": "EngineType|:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType|static=false|accessor=get",
139
+ "emitScope": "ClassSurface",
140
+ "isIndexer": false,
141
+ "hasGetter": true,
142
+ "hasSetter": false,
143
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
144
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
145
+ },
146
+ {
147
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions::SqlServerCompatibilityLevel:System.Int32",
148
+ "clrName": "SqlServerCompatibilityLevel",
149
+ "tsEmitName": "sqlServerCompatibilityLevel",
150
+ "metadataToken": 385876185,
151
+ "canonicalSignature": ":System.Int32",
152
+ "normalizedSignature": "SqlServerCompatibilityLevel|:System.Int32|static=false|accessor=get",
153
+ "emitScope": "ClassSurface",
154
+ "isIndexer": false,
155
+ "hasGetter": true,
156
+ "hasSetter": false,
157
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
158
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
159
+ },
160
+ {
161
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions::AzureSqlCompatibilityLevel:System.Int32",
162
+ "clrName": "AzureSqlCompatibilityLevel",
163
+ "tsEmitName": "azureSqlCompatibilityLevel",
164
+ "metadataToken": 385876186,
165
+ "canonicalSignature": ":System.Int32",
166
+ "normalizedSignature": "AzureSqlCompatibilityLevel|:System.Int32|static=false|accessor=get",
167
+ "emitScope": "ClassSurface",
168
+ "isIndexer": false,
169
+ "hasGetter": true,
170
+ "hasSetter": false,
171
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
172
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
173
+ },
174
+ {
175
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions::AzureSynapseCompatibilityLevel:System.Int32",
176
+ "clrName": "AzureSynapseCompatibilityLevel",
177
+ "tsEmitName": "azureSynapseCompatibilityLevel",
178
+ "metadataToken": 385876187,
179
+ "canonicalSignature": ":System.Int32",
180
+ "normalizedSignature": "AzureSynapseCompatibilityLevel|:System.Int32|static=false|accessor=get",
181
+ "emitScope": "ClassSurface",
182
+ "isIndexer": false,
183
+ "hasGetter": true,
184
+ "hasSetter": false,
185
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
186
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
187
+ },
188
+ {
189
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions::SupportsJsonFunctions:System.Boolean",
190
+ "clrName": "SupportsJsonFunctions",
191
+ "tsEmitName": "supportsJsonFunctions",
192
+ "metadataToken": 385876188,
193
+ "canonicalSignature": ":System.Boolean",
194
+ "normalizedSignature": "SupportsJsonFunctions|:System.Boolean|static=false|accessor=get",
195
+ "emitScope": "ClassSurface",
196
+ "isIndexer": false,
197
+ "hasGetter": true,
198
+ "hasSetter": false,
199
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
200
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
201
+ },
202
+ {
203
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions::SupportsJsonObjectArray:System.Boolean",
204
+ "clrName": "SupportsJsonObjectArray",
205
+ "tsEmitName": "supportsJsonObjectArray",
206
+ "metadataToken": 385876189,
207
+ "canonicalSignature": ":System.Boolean",
208
+ "normalizedSignature": "SupportsJsonObjectArray|:System.Boolean|static=false|accessor=get",
209
+ "emitScope": "ClassSurface",
210
+ "isIndexer": false,
211
+ "hasGetter": true,
212
+ "hasSetter": false,
213
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
214
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
215
+ },
216
+ {
217
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions::SupportsJsonType:System.Boolean",
218
+ "clrName": "SupportsJsonType",
219
+ "tsEmitName": "supportsJsonType",
220
+ "metadataToken": 385876190,
221
+ "canonicalSignature": ":System.Boolean",
222
+ "normalizedSignature": "SupportsJsonType|:System.Boolean|static=false|accessor=get",
223
+ "emitScope": "ClassSurface",
224
+ "isIndexer": false,
225
+ "hasGetter": true,
226
+ "hasSetter": false,
227
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
228
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
229
+ }
230
+ ],
231
+ "fields": [],
232
+ "events": [],
233
+ "constructors": [],
234
+ "exposedProperties": [
235
+ {
236
+ "tsName": "engineType",
237
+ "isStatic": false,
238
+ "tsSignatureId": "EngineType|:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType|static=false|accessor=get",
239
+ "target": {
240
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
241
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
242
+ "metadataToken": 385876184
243
+ }
244
+ },
245
+ {
246
+ "tsName": "sqlServerCompatibilityLevel",
247
+ "isStatic": false,
248
+ "tsSignatureId": "SqlServerCompatibilityLevel|:System.Int32|static=false|accessor=get",
249
+ "target": {
250
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
251
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
252
+ "metadataToken": 385876185
253
+ }
254
+ },
255
+ {
256
+ "tsName": "azureSqlCompatibilityLevel",
257
+ "isStatic": false,
258
+ "tsSignatureId": "AzureSqlCompatibilityLevel|:System.Int32|static=false|accessor=get",
259
+ "target": {
260
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
261
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
262
+ "metadataToken": 385876186
263
+ }
264
+ },
265
+ {
266
+ "tsName": "azureSynapseCompatibilityLevel",
267
+ "isStatic": false,
268
+ "tsSignatureId": "AzureSynapseCompatibilityLevel|:System.Int32|static=false|accessor=get",
269
+ "target": {
270
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
271
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
272
+ "metadataToken": 385876187
273
+ }
274
+ },
275
+ {
276
+ "tsName": "supportsJsonFunctions",
277
+ "isStatic": false,
278
+ "tsSignatureId": "SupportsJsonFunctions|:System.Boolean|static=false|accessor=get",
279
+ "target": {
280
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
281
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
282
+ "metadataToken": 385876188
283
+ }
284
+ },
285
+ {
286
+ "tsName": "supportsJsonObjectArray",
287
+ "isStatic": false,
288
+ "tsSignatureId": "SupportsJsonObjectArray|:System.Boolean|static=false|accessor=get",
289
+ "target": {
290
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
291
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
292
+ "metadataToken": 385876189
293
+ }
294
+ },
295
+ {
296
+ "tsName": "supportsJsonType",
297
+ "isStatic": false,
298
+ "tsSignatureId": "SupportsJsonType|:System.Boolean|static=false|accessor=get",
299
+ "target": {
300
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
301
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
302
+ "metadataToken": 385876190
303
+ }
304
+ }
305
+ ]
306
+ },
307
+ {
308
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerModelValidator",
309
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerModelValidator",
310
+ "tsEmitName": "SqlServerModelValidator",
311
+ "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
312
+ "metadataToken": 0,
313
+ "methods": [
314
+ {
315
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerModelValidator::Validate(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
316
+ "clrName": "Validate",
317
+ "tsEmitName": "validate",
318
+ "metadataToken": 100665184,
319
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
320
+ "normalizedSignature": "Validate|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
321
+ "emitScope": "ClassSurface",
322
+ "arity": 0,
323
+ "parameterCount": 2,
324
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerModelValidator",
325
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
326
+ "isExtensionMethod": false
327
+ }
328
+ ],
329
+ "properties": [],
330
+ "fields": [],
331
+ "events": [],
332
+ "constructors": [
333
+ {
334
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerModelValidator::.ctor(Microsoft.EntityFrameworkCore.Infrastructure.ModelValidatorDependencies,Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidatorDependencies):void",
335
+ "metadataToken": 100665183,
336
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Infrastructure.ModelValidatorDependencies,Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidatorDependencies):void",
337
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Infrastructure.ModelValidatorDependencies,Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidatorDependencies):void|static=false",
338
+ "isStatic": false,
339
+ "parameterCount": 2,
340
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerModelValidator",
341
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
342
+ }
343
+ ],
344
+ "exposedMethods": [
345
+ {
346
+ "tsName": "validate",
347
+ "isStatic": false,
348
+ "tsSignatureId": "Validate|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
349
+ "target": {
350
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerModelValidator",
351
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
352
+ "metadataToken": 100665184
353
+ }
354
+ }
355
+ ],
356
+ "exposedConstructors": [
357
+ {
358
+ "isStatic": false,
359
+ "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Infrastructure.ModelValidatorDependencies,Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidatorDependencies):void|static=false",
360
+ "target": {
361
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerModelValidator",
362
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
363
+ "metadataToken": 100665183
364
+ }
365
+ }
366
+ ]
367
+ },
368
+ {
369
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
370
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
371
+ "tsEmitName": "SqlServerOptionsExtension",
372
+ "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
373
+ "metadataToken": 0,
374
+ "methods": [
375
+ {
376
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension::WithEngineType(Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
377
+ "clrName": "WithEngineType",
378
+ "tsEmitName": "withEngineType",
379
+ "metadataToken": 100665207,
380
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
381
+ "normalizedSignature": "WithEngineType|(Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension|static=false",
382
+ "emitScope": "ClassSurface",
383
+ "arity": 0,
384
+ "parameterCount": 1,
385
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
386
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
387
+ "isExtensionMethod": false
388
+ },
389
+ {
390
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension::WithLegacyAzureSql(System.Boolean):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
391
+ "clrName": "WithLegacyAzureSql",
392
+ "tsEmitName": "withLegacyAzureSql",
393
+ "metadataToken": 100665208,
394
+ "canonicalSignature": "(System.Boolean):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
395
+ "normalizedSignature": "WithLegacyAzureSql|(System.Boolean):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension|static=false",
396
+ "emitScope": "ClassSurface",
397
+ "arity": 0,
398
+ "parameterCount": 1,
399
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
400
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
401
+ "isExtensionMethod": false
402
+ },
403
+ {
404
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension::WithSqlServerCompatibilityLevel(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
405
+ "clrName": "WithSqlServerCompatibilityLevel",
406
+ "tsEmitName": "withSqlServerCompatibilityLevel",
407
+ "metadataToken": 100665209,
408
+ "canonicalSignature": "(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
409
+ "normalizedSignature": "WithSqlServerCompatibilityLevel|(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension|static=false",
410
+ "emitScope": "ClassSurface",
411
+ "arity": 0,
412
+ "parameterCount": 1,
413
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
414
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
415
+ "isExtensionMethod": false
416
+ },
417
+ {
418
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension::WithAzureSqlCompatibilityLevel(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
419
+ "clrName": "WithAzureSqlCompatibilityLevel",
420
+ "tsEmitName": "withAzureSqlCompatibilityLevel",
421
+ "metadataToken": 100665210,
422
+ "canonicalSignature": "(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
423
+ "normalizedSignature": "WithAzureSqlCompatibilityLevel|(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension|static=false",
424
+ "emitScope": "ClassSurface",
425
+ "arity": 0,
426
+ "parameterCount": 1,
427
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
428
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
429
+ "isExtensionMethod": false
430
+ },
431
+ {
432
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension::WithAzureSynapseCompatibilityLevel(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
433
+ "clrName": "WithAzureSynapseCompatibilityLevel",
434
+ "tsEmitName": "withAzureSynapseCompatibilityLevel",
435
+ "metadataToken": 100665211,
436
+ "canonicalSignature": "(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
437
+ "normalizedSignature": "WithAzureSynapseCompatibilityLevel|(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension|static=false",
438
+ "emitScope": "ClassSurface",
439
+ "arity": 0,
440
+ "parameterCount": 1,
441
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
442
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
443
+ "isExtensionMethod": false
444
+ },
445
+ {
446
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension::WithUseRetryingStrategyByDefault(System.Boolean):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
447
+ "clrName": "WithUseRetryingStrategyByDefault",
448
+ "tsEmitName": "withUseRetryingStrategyByDefault",
449
+ "metadataToken": 100665212,
450
+ "canonicalSignature": "(System.Boolean):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
451
+ "normalizedSignature": "WithUseRetryingStrategyByDefault|(System.Boolean):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension|static=false",
452
+ "emitScope": "ClassSurface",
453
+ "arity": 0,
454
+ "parameterCount": 1,
455
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
456
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
457
+ "isExtensionMethod": false
458
+ },
459
+ {
460
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension::ApplyDefaults(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension",
461
+ "clrName": "ApplyDefaults",
462
+ "tsEmitName": "applyDefaults",
463
+ "metadataToken": 100665213,
464
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension",
465
+ "normalizedSignature": "ApplyDefaults|(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension|static=false",
466
+ "emitScope": "ClassSurface",
467
+ "arity": 0,
468
+ "parameterCount": 1,
469
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
470
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
471
+ "isExtensionMethod": false
472
+ },
473
+ {
474
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension::ApplyServices(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void",
475
+ "clrName": "ApplyServices",
476
+ "tsEmitName": "applyServices",
477
+ "metadataToken": 100665214,
478
+ "canonicalSignature": "(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void",
479
+ "normalizedSignature": "ApplyServices|(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void|static=false",
480
+ "emitScope": "ClassSurface",
481
+ "arity": 0,
482
+ "parameterCount": 1,
483
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
484
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
485
+ "isExtensionMethod": false
486
+ },
487
+ {
488
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension::Validate(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void",
489
+ "clrName": "Validate",
490
+ "tsEmitName": "validate",
491
+ "metadataToken": 100665215,
492
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void",
493
+ "normalizedSignature": "Validate|(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void|static=false",
494
+ "emitScope": "ClassSurface",
495
+ "arity": 0,
496
+ "parameterCount": 1,
497
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
498
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
499
+ "isExtensionMethod": false
500
+ }
501
+ ],
502
+ "properties": [
503
+ {
504
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension::Info:Microsoft.EntityFrameworkCore.Infrastructure.DbContextOptionsExtensionInfo",
505
+ "clrName": "Info",
506
+ "tsEmitName": "info",
507
+ "metadataToken": 385876191,
508
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.Infrastructure.DbContextOptionsExtensionInfo",
509
+ "normalizedSignature": "Info|:Microsoft.EntityFrameworkCore.Infrastructure.DbContextOptionsExtensionInfo|static=false|accessor=get",
510
+ "emitScope": "ClassSurface",
511
+ "isIndexer": false,
512
+ "hasGetter": true,
513
+ "hasSetter": false,
514
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
515
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
516
+ },
517
+ {
518
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension::EngineType:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
519
+ "clrName": "EngineType",
520
+ "tsEmitName": "engineType",
521
+ "metadataToken": 385876192,
522
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
523
+ "normalizedSignature": "EngineType|:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType|static=false|accessor=get",
524
+ "emitScope": "ClassSurface",
525
+ "isIndexer": false,
526
+ "hasGetter": true,
527
+ "hasSetter": false,
528
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
529
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
530
+ },
531
+ {
532
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension::SqlServerCompatibilityLevel:System.Int32",
533
+ "clrName": "SqlServerCompatibilityLevel",
534
+ "tsEmitName": "sqlServerCompatibilityLevel",
535
+ "metadataToken": 385876193,
536
+ "canonicalSignature": ":System.Int32",
537
+ "normalizedSignature": "SqlServerCompatibilityLevel|:System.Int32|static=false|accessor=get",
538
+ "emitScope": "ClassSurface",
539
+ "isIndexer": false,
540
+ "hasGetter": true,
541
+ "hasSetter": false,
542
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
543
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
544
+ },
545
+ {
546
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension::AzureSqlCompatibilityLevel:System.Int32",
547
+ "clrName": "AzureSqlCompatibilityLevel",
548
+ "tsEmitName": "azureSqlCompatibilityLevel",
549
+ "metadataToken": 385876194,
550
+ "canonicalSignature": ":System.Int32",
551
+ "normalizedSignature": "AzureSqlCompatibilityLevel|:System.Int32|static=false|accessor=get",
552
+ "emitScope": "ClassSurface",
553
+ "isIndexer": false,
554
+ "hasGetter": true,
555
+ "hasSetter": false,
556
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
557
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
558
+ },
559
+ {
560
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension::AzureSynapseCompatibilityLevel:System.Int32",
561
+ "clrName": "AzureSynapseCompatibilityLevel",
562
+ "tsEmitName": "azureSynapseCompatibilityLevel",
563
+ "metadataToken": 385876195,
564
+ "canonicalSignature": ":System.Int32",
565
+ "normalizedSignature": "AzureSynapseCompatibilityLevel|:System.Int32|static=false|accessor=get",
566
+ "emitScope": "ClassSurface",
567
+ "isIndexer": false,
568
+ "hasGetter": true,
569
+ "hasSetter": false,
570
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
571
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
572
+ },
573
+ {
574
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension::UseRetryingStrategyByDefault:System.Boolean",
575
+ "clrName": "UseRetryingStrategyByDefault",
576
+ "tsEmitName": "useRetryingStrategyByDefault",
577
+ "metadataToken": 385876196,
578
+ "canonicalSignature": ":System.Boolean",
579
+ "normalizedSignature": "UseRetryingStrategyByDefault|:System.Boolean|static=false|accessor=get",
580
+ "emitScope": "ClassSurface",
581
+ "isIndexer": false,
582
+ "hasGetter": true,
583
+ "hasSetter": false,
584
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
585
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
586
+ }
587
+ ],
588
+ "fields": [
589
+ {
590
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension::SqlServerDefaultCompatibilityLevelSystem.Int32",
591
+ "clrName": "SqlServerDefaultCompatibilityLevel",
592
+ "tsEmitName": "sqlServerDefaultCompatibilityLevel",
593
+ "metadataToken": 67109426,
594
+ "normalizedSignature": "SqlServerDefaultCompatibilityLevel|System.Int32|static=true|const=false",
595
+ "isStatic": true,
596
+ "isReadOnly": true,
597
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
598
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
599
+ },
600
+ {
601
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension::AzureSqlDefaultCompatibilityLevelSystem.Int32",
602
+ "clrName": "AzureSqlDefaultCompatibilityLevel",
603
+ "tsEmitName": "azureSqlDefaultCompatibilityLevel",
604
+ "metadataToken": 67109427,
605
+ "normalizedSignature": "AzureSqlDefaultCompatibilityLevel|System.Int32|static=true|const=false",
606
+ "isStatic": true,
607
+ "isReadOnly": true,
608
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
609
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
610
+ },
611
+ {
612
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension::AzureSynapseDefaultCompatibilityLevelSystem.Int32",
613
+ "clrName": "AzureSynapseDefaultCompatibilityLevel",
614
+ "tsEmitName": "azureSynapseDefaultCompatibilityLevel",
615
+ "metadataToken": 67109428,
616
+ "normalizedSignature": "AzureSynapseDefaultCompatibilityLevel|System.Int32|static=true|const=false",
617
+ "isStatic": true,
618
+ "isReadOnly": true,
619
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
620
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
621
+ }
622
+ ],
623
+ "events": [],
624
+ "constructors": [
625
+ {
626
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension::.ctor():void",
627
+ "metadataToken": 100665198,
628
+ "canonicalSignature": "():void",
629
+ "normalizedSignature": "constructor|():void|static=false",
630
+ "isStatic": false,
631
+ "parameterCount": 0,
632
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
633
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
634
+ }
635
+ ],
636
+ "exposedMethods": [
637
+ {
638
+ "tsName": "withEngineType",
639
+ "isStatic": false,
640
+ "tsSignatureId": "WithEngineType|(Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension|static=false",
641
+ "target": {
642
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
643
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
644
+ "metadataToken": 100665207
645
+ }
646
+ },
647
+ {
648
+ "tsName": "withLegacyAzureSql",
649
+ "isStatic": false,
650
+ "tsSignatureId": "WithLegacyAzureSql|(System.Boolean):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension|static=false",
651
+ "target": {
652
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
653
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
654
+ "metadataToken": 100665208
655
+ }
656
+ },
657
+ {
658
+ "tsName": "withSqlServerCompatibilityLevel",
659
+ "isStatic": false,
660
+ "tsSignatureId": "WithSqlServerCompatibilityLevel|(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension|static=false",
661
+ "target": {
662
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
663
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
664
+ "metadataToken": 100665209
665
+ }
666
+ },
667
+ {
668
+ "tsName": "withAzureSqlCompatibilityLevel",
669
+ "isStatic": false,
670
+ "tsSignatureId": "WithAzureSqlCompatibilityLevel|(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension|static=false",
671
+ "target": {
672
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
673
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
674
+ "metadataToken": 100665210
675
+ }
676
+ },
677
+ {
678
+ "tsName": "withAzureSynapseCompatibilityLevel",
679
+ "isStatic": false,
680
+ "tsSignatureId": "WithAzureSynapseCompatibilityLevel|(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension|static=false",
681
+ "target": {
682
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
683
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
684
+ "metadataToken": 100665211
685
+ }
686
+ },
687
+ {
688
+ "tsName": "withUseRetryingStrategyByDefault",
689
+ "isStatic": false,
690
+ "tsSignatureId": "WithUseRetryingStrategyByDefault|(System.Boolean):Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension|static=false",
691
+ "target": {
692
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
693
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
694
+ "metadataToken": 100665212
695
+ }
696
+ },
697
+ {
698
+ "tsName": "applyDefaults",
699
+ "isStatic": false,
700
+ "tsSignatureId": "ApplyDefaults|(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension|static=false",
701
+ "target": {
702
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
703
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
704
+ "metadataToken": 100665213
705
+ }
706
+ },
707
+ {
708
+ "tsName": "applyServices",
709
+ "isStatic": false,
710
+ "tsSignatureId": "ApplyServices|(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void|static=false",
711
+ "target": {
712
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
713
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
714
+ "metadataToken": 100665214
715
+ }
716
+ },
717
+ {
718
+ "tsName": "validate",
719
+ "isStatic": false,
720
+ "tsSignatureId": "Validate|(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void|static=false",
721
+ "target": {
722
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
723
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
724
+ "metadataToken": 100665215
725
+ }
726
+ }
727
+ ],
728
+ "exposedProperties": [
729
+ {
730
+ "tsName": "info",
731
+ "isStatic": false,
732
+ "tsSignatureId": "Info|:Microsoft.EntityFrameworkCore.Infrastructure.DbContextOptionsExtensionInfo|static=false|accessor=get",
733
+ "target": {
734
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
735
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
736
+ "metadataToken": 385876191
737
+ }
738
+ },
739
+ {
740
+ "tsName": "engineType",
741
+ "isStatic": false,
742
+ "tsSignatureId": "EngineType|:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType|static=false|accessor=get",
743
+ "target": {
744
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
745
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
746
+ "metadataToken": 385876192
747
+ }
748
+ },
749
+ {
750
+ "tsName": "sqlServerCompatibilityLevel",
751
+ "isStatic": false,
752
+ "tsSignatureId": "SqlServerCompatibilityLevel|:System.Int32|static=false|accessor=get",
753
+ "target": {
754
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
755
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
756
+ "metadataToken": 385876193
757
+ }
758
+ },
759
+ {
760
+ "tsName": "azureSqlCompatibilityLevel",
761
+ "isStatic": false,
762
+ "tsSignatureId": "AzureSqlCompatibilityLevel|:System.Int32|static=false|accessor=get",
763
+ "target": {
764
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
765
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
766
+ "metadataToken": 385876194
767
+ }
768
+ },
769
+ {
770
+ "tsName": "azureSynapseCompatibilityLevel",
771
+ "isStatic": false,
772
+ "tsSignatureId": "AzureSynapseCompatibilityLevel|:System.Int32|static=false|accessor=get",
773
+ "target": {
774
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
775
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
776
+ "metadataToken": 385876195
777
+ }
778
+ },
779
+ {
780
+ "tsName": "useRetryingStrategyByDefault",
781
+ "isStatic": false,
782
+ "tsSignatureId": "UseRetryingStrategyByDefault|:System.Boolean|static=false|accessor=get",
783
+ "target": {
784
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
785
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
786
+ "metadataToken": 385876196
787
+ }
788
+ }
789
+ ],
790
+ "exposedFields": [
791
+ {
792
+ "tsName": "sqlServerDefaultCompatibilityLevel",
793
+ "isStatic": true,
794
+ "tsSignatureId": "SqlServerDefaultCompatibilityLevel|System.Int32|static=true|const=false",
795
+ "target": {
796
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
797
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
798
+ "metadataToken": 67109426
799
+ }
800
+ },
801
+ {
802
+ "tsName": "azureSqlDefaultCompatibilityLevel",
803
+ "isStatic": true,
804
+ "tsSignatureId": "AzureSqlDefaultCompatibilityLevel|System.Int32|static=true|const=false",
805
+ "target": {
806
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
807
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
808
+ "metadataToken": 67109427
809
+ }
810
+ },
811
+ {
812
+ "tsName": "azureSynapseDefaultCompatibilityLevel",
813
+ "isStatic": true,
814
+ "tsSignatureId": "AzureSynapseDefaultCompatibilityLevel|System.Int32|static=true|const=false",
815
+ "target": {
816
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
817
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
818
+ "metadataToken": 67109428
819
+ }
820
+ }
821
+ ],
822
+ "exposedConstructors": [
823
+ {
824
+ "isStatic": false,
825
+ "tsSignatureId": "constructor|():void|static=false",
826
+ "target": {
827
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension",
828
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
829
+ "metadataToken": 100665198
830
+ }
831
+ }
832
+ ]
833
+ },
834
+ {
835
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions",
836
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions",
837
+ "tsEmitName": "SqlServerSingletonOptions",
838
+ "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
839
+ "metadataToken": 0,
840
+ "methods": [
841
+ {
842
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions::Initialize(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void",
843
+ "clrName": "Initialize",
844
+ "tsEmitName": "initialize",
845
+ "metadataToken": 100665228,
846
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void",
847
+ "normalizedSignature": "Initialize|(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void|static=false",
848
+ "emitScope": "ClassSurface",
849
+ "arity": 0,
850
+ "parameterCount": 1,
851
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions",
852
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
853
+ "isExtensionMethod": false
854
+ },
855
+ {
856
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions::Validate(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void",
857
+ "clrName": "Validate",
858
+ "tsEmitName": "validate",
859
+ "metadataToken": 100665229,
860
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void",
861
+ "normalizedSignature": "Validate|(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void|static=false",
862
+ "emitScope": "ClassSurface",
863
+ "arity": 0,
864
+ "parameterCount": 1,
865
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions",
866
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
867
+ "isExtensionMethod": false
868
+ }
869
+ ],
870
+ "properties": [
871
+ {
872
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions::EngineType:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
873
+ "clrName": "EngineType",
874
+ "tsEmitName": "engineType",
875
+ "metadataToken": 385876197,
876
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
877
+ "normalizedSignature": "EngineType|:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType|static=false|accessor=get",
878
+ "emitScope": "ClassSurface",
879
+ "isIndexer": false,
880
+ "hasGetter": true,
881
+ "hasSetter": false,
882
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions",
883
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
884
+ },
885
+ {
886
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions::SqlServerCompatibilityLevel:System.Int32",
887
+ "clrName": "SqlServerCompatibilityLevel",
888
+ "tsEmitName": "sqlServerCompatibilityLevel",
889
+ "metadataToken": 385876198,
890
+ "canonicalSignature": ":System.Int32",
891
+ "normalizedSignature": "SqlServerCompatibilityLevel|:System.Int32|static=false|accessor=get",
892
+ "emitScope": "ClassSurface",
893
+ "isIndexer": false,
894
+ "hasGetter": true,
895
+ "hasSetter": false,
896
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions",
897
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
898
+ },
899
+ {
900
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions::AzureSqlCompatibilityLevel:System.Int32",
901
+ "clrName": "AzureSqlCompatibilityLevel",
902
+ "tsEmitName": "azureSqlCompatibilityLevel",
903
+ "metadataToken": 385876199,
904
+ "canonicalSignature": ":System.Int32",
905
+ "normalizedSignature": "AzureSqlCompatibilityLevel|:System.Int32|static=false|accessor=get",
906
+ "emitScope": "ClassSurface",
907
+ "isIndexer": false,
908
+ "hasGetter": true,
909
+ "hasSetter": false,
910
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions",
911
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
912
+ },
913
+ {
914
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions::AzureSynapseCompatibilityLevel:System.Int32",
915
+ "clrName": "AzureSynapseCompatibilityLevel",
916
+ "tsEmitName": "azureSynapseCompatibilityLevel",
917
+ "metadataToken": 385876200,
918
+ "canonicalSignature": ":System.Int32",
919
+ "normalizedSignature": "AzureSynapseCompatibilityLevel|:System.Int32|static=false|accessor=get",
920
+ "emitScope": "ClassSurface",
921
+ "isIndexer": false,
922
+ "hasGetter": true,
923
+ "hasSetter": false,
924
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions",
925
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
926
+ },
927
+ {
928
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions::SupportsJsonFunctions:System.Boolean",
929
+ "clrName": "SupportsJsonFunctions",
930
+ "tsEmitName": "supportsJsonFunctions",
931
+ "metadataToken": 385876201,
932
+ "canonicalSignature": ":System.Boolean",
933
+ "normalizedSignature": "SupportsJsonFunctions|:System.Boolean|static=false|accessor=get",
934
+ "emitScope": "ClassSurface",
935
+ "isIndexer": false,
936
+ "hasGetter": true,
937
+ "hasSetter": false,
938
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions",
939
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
940
+ },
941
+ {
942
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions::SupportsJsonObjectArray:System.Boolean",
943
+ "clrName": "SupportsJsonObjectArray",
944
+ "tsEmitName": "supportsJsonObjectArray",
945
+ "metadataToken": 385876202,
946
+ "canonicalSignature": ":System.Boolean",
947
+ "normalizedSignature": "SupportsJsonObjectArray|:System.Boolean|static=false|accessor=get",
948
+ "emitScope": "ClassSurface",
949
+ "isIndexer": false,
950
+ "hasGetter": true,
951
+ "hasSetter": false,
952
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions",
953
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
954
+ },
955
+ {
956
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions::SupportsJsonType:System.Boolean",
957
+ "clrName": "SupportsJsonType",
958
+ "tsEmitName": "supportsJsonType",
959
+ "metadataToken": 385876203,
960
+ "canonicalSignature": ":System.Boolean",
961
+ "normalizedSignature": "SupportsJsonType|:System.Boolean|static=false|accessor=get",
962
+ "emitScope": "ClassSurface",
963
+ "isIndexer": false,
964
+ "hasGetter": true,
965
+ "hasSetter": false,
966
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions",
967
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
968
+ },
969
+ {
970
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions::EngineType:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
971
+ "clrName": "EngineType",
972
+ "tsEmitName": "engineType$view",
973
+ "metadataToken": 385876184,
974
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType",
975
+ "normalizedSignature": "EngineType|:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType|static=false|accessor=get",
976
+ "emitScope": "ViewOnly",
977
+ "isIndexer": false,
978
+ "hasGetter": true,
979
+ "hasSetter": false,
980
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
981
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
982
+ },
983
+ {
984
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions::SqlServerCompatibilityLevel:System.Int32",
985
+ "clrName": "SqlServerCompatibilityLevel",
986
+ "tsEmitName": "sqlServerCompatibilityLevel$view",
987
+ "metadataToken": 385876185,
988
+ "canonicalSignature": ":System.Int32",
989
+ "normalizedSignature": "SqlServerCompatibilityLevel|:System.Int32|static=false|accessor=get",
990
+ "emitScope": "ViewOnly",
991
+ "isIndexer": false,
992
+ "hasGetter": true,
993
+ "hasSetter": false,
994
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
995
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
996
+ },
997
+ {
998
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions::AzureSqlCompatibilityLevel:System.Int32",
999
+ "clrName": "AzureSqlCompatibilityLevel",
1000
+ "tsEmitName": "azureSqlCompatibilityLevel$view",
1001
+ "metadataToken": 385876186,
1002
+ "canonicalSignature": ":System.Int32",
1003
+ "normalizedSignature": "AzureSqlCompatibilityLevel|:System.Int32|static=false|accessor=get",
1004
+ "emitScope": "ViewOnly",
1005
+ "isIndexer": false,
1006
+ "hasGetter": true,
1007
+ "hasSetter": false,
1008
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
1009
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1010
+ },
1011
+ {
1012
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions::AzureSynapseCompatibilityLevel:System.Int32",
1013
+ "clrName": "AzureSynapseCompatibilityLevel",
1014
+ "tsEmitName": "azureSynapseCompatibilityLevel$view",
1015
+ "metadataToken": 385876187,
1016
+ "canonicalSignature": ":System.Int32",
1017
+ "normalizedSignature": "AzureSynapseCompatibilityLevel|:System.Int32|static=false|accessor=get",
1018
+ "emitScope": "ViewOnly",
1019
+ "isIndexer": false,
1020
+ "hasGetter": true,
1021
+ "hasSetter": false,
1022
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
1023
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1024
+ },
1025
+ {
1026
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions::SupportsJsonFunctions:System.Boolean",
1027
+ "clrName": "SupportsJsonFunctions",
1028
+ "tsEmitName": "supportsJsonFunctions$view",
1029
+ "metadataToken": 385876188,
1030
+ "canonicalSignature": ":System.Boolean",
1031
+ "normalizedSignature": "SupportsJsonFunctions|:System.Boolean|static=false|accessor=get",
1032
+ "emitScope": "ViewOnly",
1033
+ "isIndexer": false,
1034
+ "hasGetter": true,
1035
+ "hasSetter": false,
1036
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
1037
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1038
+ },
1039
+ {
1040
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions::SupportsJsonObjectArray:System.Boolean",
1041
+ "clrName": "SupportsJsonObjectArray",
1042
+ "tsEmitName": "supportsJsonObjectArray$view",
1043
+ "metadataToken": 385876189,
1044
+ "canonicalSignature": ":System.Boolean",
1045
+ "normalizedSignature": "SupportsJsonObjectArray|:System.Boolean|static=false|accessor=get",
1046
+ "emitScope": "ViewOnly",
1047
+ "isIndexer": false,
1048
+ "hasGetter": true,
1049
+ "hasSetter": false,
1050
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
1051
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1052
+ },
1053
+ {
1054
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions::SupportsJsonType:System.Boolean",
1055
+ "clrName": "SupportsJsonType",
1056
+ "tsEmitName": "supportsJsonType$view",
1057
+ "metadataToken": 385876190,
1058
+ "canonicalSignature": ":System.Boolean",
1059
+ "normalizedSignature": "SupportsJsonType|:System.Boolean|static=false|accessor=get",
1060
+ "emitScope": "ViewOnly",
1061
+ "isIndexer": false,
1062
+ "hasGetter": true,
1063
+ "hasSetter": false,
1064
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
1065
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1066
+ }
1067
+ ],
1068
+ "fields": [],
1069
+ "events": [],
1070
+ "constructors": [
1071
+ {
1072
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions::.ctor():void",
1073
+ "metadataToken": 100665230,
1074
+ "canonicalSignature": "():void",
1075
+ "normalizedSignature": "constructor|():void|static=false",
1076
+ "isStatic": false,
1077
+ "parameterCount": 0,
1078
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions",
1079
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1080
+ }
1081
+ ],
1082
+ "exposedMethods": [
1083
+ {
1084
+ "tsName": "initialize",
1085
+ "isStatic": false,
1086
+ "tsSignatureId": "Initialize|(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void|static=false",
1087
+ "target": {
1088
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions",
1089
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1090
+ "metadataToken": 100665228
1091
+ }
1092
+ },
1093
+ {
1094
+ "tsName": "validate",
1095
+ "isStatic": false,
1096
+ "tsSignatureId": "Validate|(Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):System.Void|static=false",
1097
+ "target": {
1098
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions",
1099
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1100
+ "metadataToken": 100665229
1101
+ }
1102
+ }
1103
+ ],
1104
+ "exposedProperties": [
1105
+ {
1106
+ "tsName": "engineType",
1107
+ "isStatic": false,
1108
+ "tsSignatureId": "EngineType|:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType|static=false|accessor=get",
1109
+ "target": {
1110
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions",
1111
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1112
+ "metadataToken": 385876197
1113
+ }
1114
+ },
1115
+ {
1116
+ "tsName": "sqlServerCompatibilityLevel",
1117
+ "isStatic": false,
1118
+ "tsSignatureId": "SqlServerCompatibilityLevel|:System.Int32|static=false|accessor=get",
1119
+ "target": {
1120
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions",
1121
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1122
+ "metadataToken": 385876198
1123
+ }
1124
+ },
1125
+ {
1126
+ "tsName": "azureSqlCompatibilityLevel",
1127
+ "isStatic": false,
1128
+ "tsSignatureId": "AzureSqlCompatibilityLevel|:System.Int32|static=false|accessor=get",
1129
+ "target": {
1130
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions",
1131
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1132
+ "metadataToken": 385876199
1133
+ }
1134
+ },
1135
+ {
1136
+ "tsName": "azureSynapseCompatibilityLevel",
1137
+ "isStatic": false,
1138
+ "tsSignatureId": "AzureSynapseCompatibilityLevel|:System.Int32|static=false|accessor=get",
1139
+ "target": {
1140
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions",
1141
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1142
+ "metadataToken": 385876200
1143
+ }
1144
+ },
1145
+ {
1146
+ "tsName": "supportsJsonFunctions",
1147
+ "isStatic": false,
1148
+ "tsSignatureId": "SupportsJsonFunctions|:System.Boolean|static=false|accessor=get",
1149
+ "target": {
1150
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions",
1151
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1152
+ "metadataToken": 385876201
1153
+ }
1154
+ },
1155
+ {
1156
+ "tsName": "supportsJsonObjectArray",
1157
+ "isStatic": false,
1158
+ "tsSignatureId": "SupportsJsonObjectArray|:System.Boolean|static=false|accessor=get",
1159
+ "target": {
1160
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions",
1161
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1162
+ "metadataToken": 385876202
1163
+ }
1164
+ },
1165
+ {
1166
+ "tsName": "supportsJsonType",
1167
+ "isStatic": false,
1168
+ "tsSignatureId": "SupportsJsonType|:System.Boolean|static=false|accessor=get",
1169
+ "target": {
1170
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions",
1171
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1172
+ "metadataToken": 385876203
1173
+ }
1174
+ },
1175
+ {
1176
+ "tsName": "engineType$view",
1177
+ "isStatic": false,
1178
+ "tsSignatureId": "EngineType|:Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerEngineType|static=false|accessor=get",
1179
+ "target": {
1180
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
1181
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1182
+ "metadataToken": 385876184
1183
+ }
1184
+ },
1185
+ {
1186
+ "tsName": "sqlServerCompatibilityLevel$view",
1187
+ "isStatic": false,
1188
+ "tsSignatureId": "SqlServerCompatibilityLevel|:System.Int32|static=false|accessor=get",
1189
+ "target": {
1190
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
1191
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1192
+ "metadataToken": 385876185
1193
+ }
1194
+ },
1195
+ {
1196
+ "tsName": "azureSqlCompatibilityLevel$view",
1197
+ "isStatic": false,
1198
+ "tsSignatureId": "AzureSqlCompatibilityLevel|:System.Int32|static=false|accessor=get",
1199
+ "target": {
1200
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
1201
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1202
+ "metadataToken": 385876186
1203
+ }
1204
+ },
1205
+ {
1206
+ "tsName": "azureSynapseCompatibilityLevel$view",
1207
+ "isStatic": false,
1208
+ "tsSignatureId": "AzureSynapseCompatibilityLevel|:System.Int32|static=false|accessor=get",
1209
+ "target": {
1210
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
1211
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1212
+ "metadataToken": 385876187
1213
+ }
1214
+ },
1215
+ {
1216
+ "tsName": "supportsJsonFunctions$view",
1217
+ "isStatic": false,
1218
+ "tsSignatureId": "SupportsJsonFunctions|:System.Boolean|static=false|accessor=get",
1219
+ "target": {
1220
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
1221
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1222
+ "metadataToken": 385876188
1223
+ }
1224
+ },
1225
+ {
1226
+ "tsName": "supportsJsonObjectArray$view",
1227
+ "isStatic": false,
1228
+ "tsSignatureId": "SupportsJsonObjectArray|:System.Boolean|static=false|accessor=get",
1229
+ "target": {
1230
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
1231
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1232
+ "metadataToken": 385876189
1233
+ }
1234
+ },
1235
+ {
1236
+ "tsName": "supportsJsonType$view",
1237
+ "isStatic": false,
1238
+ "tsSignatureId": "SupportsJsonType|:System.Boolean|static=false|accessor=get",
1239
+ "target": {
1240
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions",
1241
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1242
+ "metadataToken": 385876190
1243
+ }
1244
+ }
1245
+ ],
1246
+ "exposedConstructors": [
1247
+ {
1248
+ "isStatic": false,
1249
+ "tsSignatureId": "constructor|():void|static=false",
1250
+ "target": {
1251
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerSingletonOptions",
1252
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1253
+ "metadataToken": 100665230
1254
+ }
1255
+ }
1256
+ ]
1257
+ }
1258
+ ]
1259
+ }