@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,933 @@
1
+ {
2
+ "namespace": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal",
3
+ "types": [
4
+ {
5
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider",
6
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider",
7
+ "tsEmitName": "SqlServerAnnotationProvider",
8
+ "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
9
+ "metadataToken": 0,
10
+ "methods": [
11
+ {
12
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
13
+ "clrName": "For",
14
+ "tsEmitName": "for_",
15
+ "metadataToken": 100665171,
16
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
17
+ "normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
18
+ "emitScope": "ClassSurface",
19
+ "arity": 0,
20
+ "parameterCount": 2,
21
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider",
22
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
23
+ "isExtensionMethod": false
24
+ },
25
+ {
26
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ITable,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
27
+ "clrName": "For",
28
+ "tsEmitName": "for_",
29
+ "metadataToken": 100665172,
30
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITable,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
31
+ "normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ITable,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
32
+ "emitScope": "ClassSurface",
33
+ "arity": 0,
34
+ "parameterCount": 2,
35
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider",
36
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
37
+ "isExtensionMethod": false
38
+ },
39
+ {
40
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
41
+ "clrName": "For",
42
+ "tsEmitName": "for_",
43
+ "metadataToken": 100665173,
44
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
45
+ "normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
46
+ "emitScope": "ClassSurface",
47
+ "arity": 0,
48
+ "parameterCount": 2,
49
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider",
50
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
51
+ "isExtensionMethod": false
52
+ },
53
+ {
54
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
55
+ "clrName": "For",
56
+ "tsEmitName": "for_",
57
+ "metadataToken": 100665174,
58
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
59
+ "normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
60
+ "emitScope": "ClassSurface",
61
+ "arity": 0,
62
+ "parameterCount": 2,
63
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider",
64
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
65
+ "isExtensionMethod": false
66
+ },
67
+ {
68
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
69
+ "clrName": "For",
70
+ "tsEmitName": "for_",
71
+ "metadataToken": 100665175,
72
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
73
+ "normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
74
+ "emitScope": "ClassSurface",
75
+ "arity": 0,
76
+ "parameterCount": 2,
77
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider",
78
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
79
+ "isExtensionMethod": false
80
+ }
81
+ ],
82
+ "properties": [],
83
+ "fields": [],
84
+ "events": [],
85
+ "constructors": [
86
+ {
87
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider::.ctor(Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProviderDependencies):void",
88
+ "metadataToken": 100665170,
89
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProviderDependencies):void",
90
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProviderDependencies):void|static=false",
91
+ "isStatic": false,
92
+ "parameterCount": 1,
93
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider",
94
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
95
+ }
96
+ ],
97
+ "exposedMethods": [
98
+ {
99
+ "tsName": "for_",
100
+ "isStatic": false,
101
+ "tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
102
+ "target": {
103
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider",
104
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
105
+ "metadataToken": 100665171
106
+ }
107
+ },
108
+ {
109
+ "tsName": "for_",
110
+ "isStatic": false,
111
+ "tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.ITable,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
112
+ "target": {
113
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider",
114
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
115
+ "metadataToken": 100665172
116
+ }
117
+ },
118
+ {
119
+ "tsName": "for_",
120
+ "isStatic": false,
121
+ "tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
122
+ "target": {
123
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider",
124
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
125
+ "metadataToken": 100665173
126
+ }
127
+ },
128
+ {
129
+ "tsName": "for_",
130
+ "isStatic": false,
131
+ "tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
132
+ "target": {
133
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider",
134
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
135
+ "metadataToken": 100665174
136
+ }
137
+ },
138
+ {
139
+ "tsName": "for_",
140
+ "isStatic": false,
141
+ "tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
142
+ "target": {
143
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider",
144
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
145
+ "metadataToken": 100665175
146
+ }
147
+ }
148
+ ],
149
+ "exposedConstructors": [
150
+ {
151
+ "isStatic": false,
152
+ "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProviderDependencies):void|static=false",
153
+ "target": {
154
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider",
155
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
156
+ "metadataToken": 100665170
157
+ }
158
+ }
159
+ ]
160
+ },
161
+ {
162
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
163
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
164
+ "tsEmitName": "SqlServerAnnotationNames",
165
+ "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
166
+ "metadataToken": 0,
167
+ "methods": [],
168
+ "properties": [],
169
+ "fields": [
170
+ {
171
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::PrefixSystem.String",
172
+ "clrName": "Prefix",
173
+ "tsEmitName": "prefix",
174
+ "metadataToken": 67109379,
175
+ "normalizedSignature": "Prefix|System.String|static=true|const=true",
176
+ "isStatic": true,
177
+ "isReadOnly": false,
178
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
179
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
180
+ },
181
+ {
182
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::ClusteredSystem.String",
183
+ "clrName": "Clustered",
184
+ "tsEmitName": "clustered",
185
+ "metadataToken": 67109380,
186
+ "normalizedSignature": "Clustered|System.String|static=true|const=true",
187
+ "isStatic": true,
188
+ "isReadOnly": false,
189
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
190
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
191
+ },
192
+ {
193
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::CreatedOnlineSystem.String",
194
+ "clrName": "CreatedOnline",
195
+ "tsEmitName": "createdOnline",
196
+ "metadataToken": 67109381,
197
+ "normalizedSignature": "CreatedOnline|System.String|static=true|const=true",
198
+ "isStatic": true,
199
+ "isReadOnly": false,
200
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
201
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
202
+ },
203
+ {
204
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::EditionOptionsSystem.String",
205
+ "clrName": "EditionOptions",
206
+ "tsEmitName": "editionOptions",
207
+ "metadataToken": 67109382,
208
+ "normalizedSignature": "EditionOptions|System.String|static=true|const=true",
209
+ "isStatic": true,
210
+ "isReadOnly": false,
211
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
212
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
213
+ },
214
+ {
215
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::FillFactorSystem.String",
216
+ "clrName": "FillFactor",
217
+ "tsEmitName": "fillFactor",
218
+ "metadataToken": 67109383,
219
+ "normalizedSignature": "FillFactor|System.String|static=true|const=true",
220
+ "isStatic": true,
221
+ "isReadOnly": false,
222
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
223
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
224
+ },
225
+ {
226
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::SortInTempDbSystem.String",
227
+ "clrName": "SortInTempDb",
228
+ "tsEmitName": "sortInTempDb",
229
+ "metadataToken": 67109384,
230
+ "normalizedSignature": "SortInTempDb|System.String|static=true|const=true",
231
+ "isStatic": true,
232
+ "isReadOnly": false,
233
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
234
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
235
+ },
236
+ {
237
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::DataCompressionSystem.String",
238
+ "clrName": "DataCompression",
239
+ "tsEmitName": "dataCompression",
240
+ "metadataToken": 67109385,
241
+ "normalizedSignature": "DataCompression|System.String|static=true|const=true",
242
+ "isStatic": true,
243
+ "isReadOnly": false,
244
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
245
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
246
+ },
247
+ {
248
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::HiLoSequenceNameSystem.String",
249
+ "clrName": "HiLoSequenceName",
250
+ "tsEmitName": "hiLoSequenceName",
251
+ "metadataToken": 67109386,
252
+ "normalizedSignature": "HiLoSequenceName|System.String|static=true|const=true",
253
+ "isStatic": true,
254
+ "isReadOnly": false,
255
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
256
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
257
+ },
258
+ {
259
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::HiLoSequenceSchemaSystem.String",
260
+ "clrName": "HiLoSequenceSchema",
261
+ "tsEmitName": "hiLoSequenceSchema",
262
+ "metadataToken": 67109387,
263
+ "normalizedSignature": "HiLoSequenceSchema|System.String|static=true|const=true",
264
+ "isStatic": true,
265
+ "isReadOnly": false,
266
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
267
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
268
+ },
269
+ {
270
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::SequenceNameSuffixSystem.String",
271
+ "clrName": "SequenceNameSuffix",
272
+ "tsEmitName": "sequenceNameSuffix",
273
+ "metadataToken": 67109388,
274
+ "normalizedSignature": "SequenceNameSuffix|System.String|static=true|const=true",
275
+ "isStatic": true,
276
+ "isReadOnly": false,
277
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
278
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
279
+ },
280
+ {
281
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::SequenceNameSystem.String",
282
+ "clrName": "SequenceName",
283
+ "tsEmitName": "sequenceName",
284
+ "metadataToken": 67109389,
285
+ "normalizedSignature": "SequenceName|System.String|static=true|const=true",
286
+ "isStatic": true,
287
+ "isReadOnly": false,
288
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
289
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
290
+ },
291
+ {
292
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::SequenceSchemaSystem.String",
293
+ "clrName": "SequenceSchema",
294
+ "tsEmitName": "sequenceSchema",
295
+ "metadataToken": 67109390,
296
+ "normalizedSignature": "SequenceSchema|System.String|static=true|const=true",
297
+ "isStatic": true,
298
+ "isReadOnly": false,
299
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
300
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
301
+ },
302
+ {
303
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::IdentitySystem.String",
304
+ "clrName": "Identity",
305
+ "tsEmitName": "identity",
306
+ "metadataToken": 67109391,
307
+ "normalizedSignature": "Identity|System.String|static=true|const=true",
308
+ "isStatic": true,
309
+ "isReadOnly": false,
310
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
311
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
312
+ },
313
+ {
314
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::IdentityIncrementSystem.String",
315
+ "clrName": "IdentityIncrement",
316
+ "tsEmitName": "identityIncrement",
317
+ "metadataToken": 67109392,
318
+ "normalizedSignature": "IdentityIncrement|System.String|static=true|const=true",
319
+ "isStatic": true,
320
+ "isReadOnly": false,
321
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
322
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
323
+ },
324
+ {
325
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::IdentitySeedSystem.String",
326
+ "clrName": "IdentitySeed",
327
+ "tsEmitName": "identitySeed",
328
+ "metadataToken": 67109393,
329
+ "normalizedSignature": "IdentitySeed|System.String|static=true|const=true",
330
+ "isStatic": true,
331
+ "isReadOnly": false,
332
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
333
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
334
+ },
335
+ {
336
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::IncludeSystem.String",
337
+ "clrName": "Include",
338
+ "tsEmitName": "include",
339
+ "metadataToken": 67109394,
340
+ "normalizedSignature": "Include|System.String|static=true|const=true",
341
+ "isStatic": true,
342
+ "isReadOnly": false,
343
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
344
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
345
+ },
346
+ {
347
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::MaxDatabaseSizeSystem.String",
348
+ "clrName": "MaxDatabaseSize",
349
+ "tsEmitName": "maxDatabaseSize",
350
+ "metadataToken": 67109395,
351
+ "normalizedSignature": "MaxDatabaseSize|System.String|static=true|const=true",
352
+ "isStatic": true,
353
+ "isReadOnly": false,
354
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
355
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
356
+ },
357
+ {
358
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::MemoryOptimizedSystem.String",
359
+ "clrName": "MemoryOptimized",
360
+ "tsEmitName": "memoryOptimized",
361
+ "metadataToken": 67109396,
362
+ "normalizedSignature": "MemoryOptimized|System.String|static=true|const=true",
363
+ "isStatic": true,
364
+ "isReadOnly": false,
365
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
366
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
367
+ },
368
+ {
369
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::PerformanceLevelSqlSystem.String",
370
+ "clrName": "PerformanceLevelSql",
371
+ "tsEmitName": "performanceLevelSql",
372
+ "metadataToken": 67109397,
373
+ "normalizedSignature": "PerformanceLevelSql|System.String|static=true|const=true",
374
+ "isStatic": true,
375
+ "isReadOnly": false,
376
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
377
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
378
+ },
379
+ {
380
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::ServiceTierSqlSystem.String",
381
+ "clrName": "ServiceTierSql",
382
+ "tsEmitName": "serviceTierSql",
383
+ "metadataToken": 67109398,
384
+ "normalizedSignature": "ServiceTierSql|System.String|static=true|const=true",
385
+ "isStatic": true,
386
+ "isReadOnly": false,
387
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
388
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
389
+ },
390
+ {
391
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::SparseSystem.String",
392
+ "clrName": "Sparse",
393
+ "tsEmitName": "sparse",
394
+ "metadataToken": 67109399,
395
+ "normalizedSignature": "Sparse|System.String|static=true|const=true",
396
+ "isStatic": true,
397
+ "isReadOnly": false,
398
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
399
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
400
+ },
401
+ {
402
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::IsTemporalSystem.String",
403
+ "clrName": "IsTemporal",
404
+ "tsEmitName": "isTemporal",
405
+ "metadataToken": 67109400,
406
+ "normalizedSignature": "IsTemporal|System.String|static=true|const=true",
407
+ "isStatic": true,
408
+ "isReadOnly": false,
409
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
410
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
411
+ },
412
+ {
413
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::TemporalHistoryTableNameSystem.String",
414
+ "clrName": "TemporalHistoryTableName",
415
+ "tsEmitName": "temporalHistoryTableName",
416
+ "metadataToken": 67109401,
417
+ "normalizedSignature": "TemporalHistoryTableName|System.String|static=true|const=true",
418
+ "isStatic": true,
419
+ "isReadOnly": false,
420
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
421
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
422
+ },
423
+ {
424
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::TemporalHistoryTableSchemaSystem.String",
425
+ "clrName": "TemporalHistoryTableSchema",
426
+ "tsEmitName": "temporalHistoryTableSchema",
427
+ "metadataToken": 67109402,
428
+ "normalizedSignature": "TemporalHistoryTableSchema|System.String|static=true|const=true",
429
+ "isStatic": true,
430
+ "isReadOnly": false,
431
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
432
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
433
+ },
434
+ {
435
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::TemporalPeriodStartPropertyNameSystem.String",
436
+ "clrName": "TemporalPeriodStartPropertyName",
437
+ "tsEmitName": "temporalPeriodStartPropertyName",
438
+ "metadataToken": 67109403,
439
+ "normalizedSignature": "TemporalPeriodStartPropertyName|System.String|static=true|const=true",
440
+ "isStatic": true,
441
+ "isReadOnly": false,
442
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
443
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
444
+ },
445
+ {
446
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::TemporalPeriodStartColumnNameSystem.String",
447
+ "clrName": "TemporalPeriodStartColumnName",
448
+ "tsEmitName": "temporalPeriodStartColumnName",
449
+ "metadataToken": 67109404,
450
+ "normalizedSignature": "TemporalPeriodStartColumnName|System.String|static=true|const=true",
451
+ "isStatic": true,
452
+ "isReadOnly": false,
453
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
454
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
455
+ },
456
+ {
457
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::TemporalPeriodEndPropertyNameSystem.String",
458
+ "clrName": "TemporalPeriodEndPropertyName",
459
+ "tsEmitName": "temporalPeriodEndPropertyName",
460
+ "metadataToken": 67109405,
461
+ "normalizedSignature": "TemporalPeriodEndPropertyName|System.String|static=true|const=true",
462
+ "isStatic": true,
463
+ "isReadOnly": false,
464
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
465
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
466
+ },
467
+ {
468
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::TemporalPeriodEndColumnNameSystem.String",
469
+ "clrName": "TemporalPeriodEndColumnName",
470
+ "tsEmitName": "temporalPeriodEndColumnName",
471
+ "metadataToken": 67109406,
472
+ "normalizedSignature": "TemporalPeriodEndColumnName|System.String|static=true|const=true",
473
+ "isStatic": true,
474
+ "isReadOnly": false,
475
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
476
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
477
+ },
478
+ {
479
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::TemporalOperationTypeSystem.String",
480
+ "clrName": "TemporalOperationType",
481
+ "tsEmitName": "temporalOperationType",
482
+ "metadataToken": 67109407,
483
+ "normalizedSignature": "TemporalOperationType|System.String|static=true|const=true",
484
+ "isStatic": true,
485
+ "isReadOnly": false,
486
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
487
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
488
+ },
489
+ {
490
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::TemporalAsOfPointInTimeSystem.String",
491
+ "clrName": "TemporalAsOfPointInTime",
492
+ "tsEmitName": "temporalAsOfPointInTime",
493
+ "metadataToken": 67109408,
494
+ "normalizedSignature": "TemporalAsOfPointInTime|System.String|static=true|const=true",
495
+ "isStatic": true,
496
+ "isReadOnly": false,
497
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
498
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
499
+ },
500
+ {
501
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::TemporalRangeOperationFromSystem.String",
502
+ "clrName": "TemporalRangeOperationFrom",
503
+ "tsEmitName": "temporalRangeOperationFrom",
504
+ "metadataToken": 67109409,
505
+ "normalizedSignature": "TemporalRangeOperationFrom|System.String|static=true|const=true",
506
+ "isStatic": true,
507
+ "isReadOnly": false,
508
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
509
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
510
+ },
511
+ {
512
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::TemporalRangeOperationToSystem.String",
513
+ "clrName": "TemporalRangeOperationTo",
514
+ "tsEmitName": "temporalRangeOperationTo",
515
+ "metadataToken": 67109410,
516
+ "normalizedSignature": "TemporalRangeOperationTo|System.String|static=true|const=true",
517
+ "isStatic": true,
518
+ "isReadOnly": false,
519
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
520
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
521
+ },
522
+ {
523
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::ValueGenerationStrategySystem.String",
524
+ "clrName": "ValueGenerationStrategy",
525
+ "tsEmitName": "valueGenerationStrategy",
526
+ "metadataToken": 67109411,
527
+ "normalizedSignature": "ValueGenerationStrategy|System.String|static=true|const=true",
528
+ "isStatic": true,
529
+ "isReadOnly": false,
530
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
531
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
532
+ },
533
+ {
534
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::UseSqlOutputClauseSystem.String",
535
+ "clrName": "UseSqlOutputClause",
536
+ "tsEmitName": "useSqlOutputClause",
537
+ "metadataToken": 67109412,
538
+ "normalizedSignature": "UseSqlOutputClause|System.String|static=true|const=true",
539
+ "isStatic": true,
540
+ "isReadOnly": false,
541
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
542
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
543
+ },
544
+ {
545
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::TemporalIsPeriodStartColumnSystem.String",
546
+ "clrName": "TemporalIsPeriodStartColumn",
547
+ "tsEmitName": "temporalIsPeriodStartColumn",
548
+ "metadataToken": 67109413,
549
+ "normalizedSignature": "TemporalIsPeriodStartColumn|System.String|static=true|const=true",
550
+ "isStatic": true,
551
+ "isReadOnly": false,
552
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
553
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
554
+ },
555
+ {
556
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames::TemporalIsPeriodEndColumnSystem.String",
557
+ "clrName": "TemporalIsPeriodEndColumn",
558
+ "tsEmitName": "temporalIsPeriodEndColumn",
559
+ "metadataToken": 67109414,
560
+ "normalizedSignature": "TemporalIsPeriodEndColumn|System.String|static=true|const=true",
561
+ "isStatic": true,
562
+ "isReadOnly": false,
563
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
564
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
565
+ }
566
+ ],
567
+ "events": [],
568
+ "constructors": [],
569
+ "exposedFields": [
570
+ {
571
+ "tsName": "prefix",
572
+ "isStatic": true,
573
+ "tsSignatureId": "Prefix|System.String|static=true|const=true",
574
+ "target": {
575
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
576
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
577
+ "metadataToken": 67109379
578
+ }
579
+ },
580
+ {
581
+ "tsName": "clustered",
582
+ "isStatic": true,
583
+ "tsSignatureId": "Clustered|System.String|static=true|const=true",
584
+ "target": {
585
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
586
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
587
+ "metadataToken": 67109380
588
+ }
589
+ },
590
+ {
591
+ "tsName": "createdOnline",
592
+ "isStatic": true,
593
+ "tsSignatureId": "CreatedOnline|System.String|static=true|const=true",
594
+ "target": {
595
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
596
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
597
+ "metadataToken": 67109381
598
+ }
599
+ },
600
+ {
601
+ "tsName": "editionOptions",
602
+ "isStatic": true,
603
+ "tsSignatureId": "EditionOptions|System.String|static=true|const=true",
604
+ "target": {
605
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
606
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
607
+ "metadataToken": 67109382
608
+ }
609
+ },
610
+ {
611
+ "tsName": "fillFactor",
612
+ "isStatic": true,
613
+ "tsSignatureId": "FillFactor|System.String|static=true|const=true",
614
+ "target": {
615
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
616
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
617
+ "metadataToken": 67109383
618
+ }
619
+ },
620
+ {
621
+ "tsName": "sortInTempDb",
622
+ "isStatic": true,
623
+ "tsSignatureId": "SortInTempDb|System.String|static=true|const=true",
624
+ "target": {
625
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
626
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
627
+ "metadataToken": 67109384
628
+ }
629
+ },
630
+ {
631
+ "tsName": "dataCompression",
632
+ "isStatic": true,
633
+ "tsSignatureId": "DataCompression|System.String|static=true|const=true",
634
+ "target": {
635
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
636
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
637
+ "metadataToken": 67109385
638
+ }
639
+ },
640
+ {
641
+ "tsName": "hiLoSequenceName",
642
+ "isStatic": true,
643
+ "tsSignatureId": "HiLoSequenceName|System.String|static=true|const=true",
644
+ "target": {
645
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
646
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
647
+ "metadataToken": 67109386
648
+ }
649
+ },
650
+ {
651
+ "tsName": "hiLoSequenceSchema",
652
+ "isStatic": true,
653
+ "tsSignatureId": "HiLoSequenceSchema|System.String|static=true|const=true",
654
+ "target": {
655
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
656
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
657
+ "metadataToken": 67109387
658
+ }
659
+ },
660
+ {
661
+ "tsName": "sequenceNameSuffix",
662
+ "isStatic": true,
663
+ "tsSignatureId": "SequenceNameSuffix|System.String|static=true|const=true",
664
+ "target": {
665
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
666
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
667
+ "metadataToken": 67109388
668
+ }
669
+ },
670
+ {
671
+ "tsName": "sequenceName",
672
+ "isStatic": true,
673
+ "tsSignatureId": "SequenceName|System.String|static=true|const=true",
674
+ "target": {
675
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
676
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
677
+ "metadataToken": 67109389
678
+ }
679
+ },
680
+ {
681
+ "tsName": "sequenceSchema",
682
+ "isStatic": true,
683
+ "tsSignatureId": "SequenceSchema|System.String|static=true|const=true",
684
+ "target": {
685
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
686
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
687
+ "metadataToken": 67109390
688
+ }
689
+ },
690
+ {
691
+ "tsName": "identity",
692
+ "isStatic": true,
693
+ "tsSignatureId": "Identity|System.String|static=true|const=true",
694
+ "target": {
695
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
696
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
697
+ "metadataToken": 67109391
698
+ }
699
+ },
700
+ {
701
+ "tsName": "identityIncrement",
702
+ "isStatic": true,
703
+ "tsSignatureId": "IdentityIncrement|System.String|static=true|const=true",
704
+ "target": {
705
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
706
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
707
+ "metadataToken": 67109392
708
+ }
709
+ },
710
+ {
711
+ "tsName": "identitySeed",
712
+ "isStatic": true,
713
+ "tsSignatureId": "IdentitySeed|System.String|static=true|const=true",
714
+ "target": {
715
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
716
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
717
+ "metadataToken": 67109393
718
+ }
719
+ },
720
+ {
721
+ "tsName": "include",
722
+ "isStatic": true,
723
+ "tsSignatureId": "Include|System.String|static=true|const=true",
724
+ "target": {
725
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
726
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
727
+ "metadataToken": 67109394
728
+ }
729
+ },
730
+ {
731
+ "tsName": "maxDatabaseSize",
732
+ "isStatic": true,
733
+ "tsSignatureId": "MaxDatabaseSize|System.String|static=true|const=true",
734
+ "target": {
735
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
736
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
737
+ "metadataToken": 67109395
738
+ }
739
+ },
740
+ {
741
+ "tsName": "memoryOptimized",
742
+ "isStatic": true,
743
+ "tsSignatureId": "MemoryOptimized|System.String|static=true|const=true",
744
+ "target": {
745
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
746
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
747
+ "metadataToken": 67109396
748
+ }
749
+ },
750
+ {
751
+ "tsName": "performanceLevelSql",
752
+ "isStatic": true,
753
+ "tsSignatureId": "PerformanceLevelSql|System.String|static=true|const=true",
754
+ "target": {
755
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
756
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
757
+ "metadataToken": 67109397
758
+ }
759
+ },
760
+ {
761
+ "tsName": "serviceTierSql",
762
+ "isStatic": true,
763
+ "tsSignatureId": "ServiceTierSql|System.String|static=true|const=true",
764
+ "target": {
765
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
766
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
767
+ "metadataToken": 67109398
768
+ }
769
+ },
770
+ {
771
+ "tsName": "sparse",
772
+ "isStatic": true,
773
+ "tsSignatureId": "Sparse|System.String|static=true|const=true",
774
+ "target": {
775
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
776
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
777
+ "metadataToken": 67109399
778
+ }
779
+ },
780
+ {
781
+ "tsName": "isTemporal",
782
+ "isStatic": true,
783
+ "tsSignatureId": "IsTemporal|System.String|static=true|const=true",
784
+ "target": {
785
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
786
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
787
+ "metadataToken": 67109400
788
+ }
789
+ },
790
+ {
791
+ "tsName": "temporalHistoryTableName",
792
+ "isStatic": true,
793
+ "tsSignatureId": "TemporalHistoryTableName|System.String|static=true|const=true",
794
+ "target": {
795
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
796
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
797
+ "metadataToken": 67109401
798
+ }
799
+ },
800
+ {
801
+ "tsName": "temporalHistoryTableSchema",
802
+ "isStatic": true,
803
+ "tsSignatureId": "TemporalHistoryTableSchema|System.String|static=true|const=true",
804
+ "target": {
805
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
806
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
807
+ "metadataToken": 67109402
808
+ }
809
+ },
810
+ {
811
+ "tsName": "temporalPeriodStartPropertyName",
812
+ "isStatic": true,
813
+ "tsSignatureId": "TemporalPeriodStartPropertyName|System.String|static=true|const=true",
814
+ "target": {
815
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
816
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
817
+ "metadataToken": 67109403
818
+ }
819
+ },
820
+ {
821
+ "tsName": "temporalPeriodStartColumnName",
822
+ "isStatic": true,
823
+ "tsSignatureId": "TemporalPeriodStartColumnName|System.String|static=true|const=true",
824
+ "target": {
825
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
826
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
827
+ "metadataToken": 67109404
828
+ }
829
+ },
830
+ {
831
+ "tsName": "temporalPeriodEndPropertyName",
832
+ "isStatic": true,
833
+ "tsSignatureId": "TemporalPeriodEndPropertyName|System.String|static=true|const=true",
834
+ "target": {
835
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
836
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
837
+ "metadataToken": 67109405
838
+ }
839
+ },
840
+ {
841
+ "tsName": "temporalPeriodEndColumnName",
842
+ "isStatic": true,
843
+ "tsSignatureId": "TemporalPeriodEndColumnName|System.String|static=true|const=true",
844
+ "target": {
845
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
846
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
847
+ "metadataToken": 67109406
848
+ }
849
+ },
850
+ {
851
+ "tsName": "temporalOperationType",
852
+ "isStatic": true,
853
+ "tsSignatureId": "TemporalOperationType|System.String|static=true|const=true",
854
+ "target": {
855
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
856
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
857
+ "metadataToken": 67109407
858
+ }
859
+ },
860
+ {
861
+ "tsName": "temporalAsOfPointInTime",
862
+ "isStatic": true,
863
+ "tsSignatureId": "TemporalAsOfPointInTime|System.String|static=true|const=true",
864
+ "target": {
865
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
866
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
867
+ "metadataToken": 67109408
868
+ }
869
+ },
870
+ {
871
+ "tsName": "temporalRangeOperationFrom",
872
+ "isStatic": true,
873
+ "tsSignatureId": "TemporalRangeOperationFrom|System.String|static=true|const=true",
874
+ "target": {
875
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
876
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
877
+ "metadataToken": 67109409
878
+ }
879
+ },
880
+ {
881
+ "tsName": "temporalRangeOperationTo",
882
+ "isStatic": true,
883
+ "tsSignatureId": "TemporalRangeOperationTo|System.String|static=true|const=true",
884
+ "target": {
885
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
886
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
887
+ "metadataToken": 67109410
888
+ }
889
+ },
890
+ {
891
+ "tsName": "valueGenerationStrategy",
892
+ "isStatic": true,
893
+ "tsSignatureId": "ValueGenerationStrategy|System.String|static=true|const=true",
894
+ "target": {
895
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
896
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
897
+ "metadataToken": 67109411
898
+ }
899
+ },
900
+ {
901
+ "tsName": "useSqlOutputClause",
902
+ "isStatic": true,
903
+ "tsSignatureId": "UseSqlOutputClause|System.String|static=true|const=true",
904
+ "target": {
905
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
906
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
907
+ "metadataToken": 67109412
908
+ }
909
+ },
910
+ {
911
+ "tsName": "temporalIsPeriodStartColumn",
912
+ "isStatic": true,
913
+ "tsSignatureId": "TemporalIsPeriodStartColumn|System.String|static=true|const=true",
914
+ "target": {
915
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
916
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
917
+ "metadataToken": 67109413
918
+ }
919
+ },
920
+ {
921
+ "tsName": "temporalIsPeriodEndColumn",
922
+ "isStatic": true,
923
+ "tsSignatureId": "TemporalIsPeriodEndColumn|System.String|static=true|const=true",
924
+ "target": {
925
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
926
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
927
+ "metadataToken": 67109414
928
+ }
929
+ }
930
+ ]
931
+ }
932
+ ]
933
+ }