@tsonic/efcore-sqlserver 0.1.2 → 10.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) hide show
  1. package/Azure/bindings.json +1638 -2427
  2. package/Azure/internal/index.d.ts +169 -139
  3. package/Azure.Core/bindings.json +2874 -3751
  4. package/Azure.Core/internal/index.d.ts +326 -295
  5. package/Azure.Core.Cryptography/bindings.json +51 -65
  6. package/Azure.Core.Cryptography/internal/index.d.ts +5 -5
  7. package/Azure.Core.Diagnostics/bindings.json +79 -69
  8. package/Azure.Core.Diagnostics/internal/index.d.ts +13 -7
  9. package/Azure.Core.Diagnostics.d.ts +2 -2
  10. package/Azure.Core.Extensions/bindings.json +71 -57
  11. package/Azure.Core.Extensions/internal/index.d.ts +4 -4
  12. package/Azure.Core.GeoJson/bindings.json +814 -1379
  13. package/Azure.Core.GeoJson/internal/index.d.ts +67 -67
  14. package/Azure.Core.Pipeline/bindings.json +847 -880
  15. package/Azure.Core.Pipeline/internal/index.d.ts +79 -56
  16. package/Azure.Core.Pipeline.d.ts +2 -2
  17. package/Azure.Core.Serialization/bindings.json +251 -302
  18. package/Azure.Core.Serialization/internal/index.d.ts +22 -21
  19. package/Azure.Core.d.ts +1 -1
  20. package/Azure.Identity/bindings.json +2882 -7099
  21. package/Azure.Identity/internal/index.d.ts +250 -229
  22. package/Azure.Identity.d.ts +1 -1
  23. package/Azure.Messaging/bindings.json +166 -230
  24. package/Azure.Messaging/internal/index.d.ts +27 -22
  25. package/Azure.d.ts +1 -1
  26. package/Microsoft.Data/bindings.json +34 -27
  27. package/Microsoft.Data/internal/index.d.ts +2 -2
  28. package/Microsoft.Data.Sql/bindings.json +57 -94
  29. package/Microsoft.Data.Sql/internal/index.d.ts +5 -5
  30. package/Microsoft.Data.SqlClient/bindings.json +6187 -8407
  31. package/Microsoft.Data.SqlClient/internal/index.d.ts +718 -626
  32. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +173 -283
  33. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +12 -12
  34. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +1458 -1995
  35. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +159 -159
  36. package/Microsoft.Data.SqlClient.Server/bindings.json +1112 -1776
  37. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +131 -131
  38. package/Microsoft.Data.SqlTypes/bindings.json +257 -405
  39. package/Microsoft.Data.SqlTypes/internal/index.d.ts +30 -30
  40. package/Microsoft.EntityFrameworkCore/bindings.json +7017 -8970
  41. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +533 -526
  42. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +92 -304
  43. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +26 -26
  44. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +269 -289
  45. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +22 -21
  46. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +44 -59
  47. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +4 -4
  48. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +311 -536
  49. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +32 -32
  50. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1083 -457
  51. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +111 -39
  52. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
  53. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +41 -30
  54. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2 -2
  55. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +946 -40
  56. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +58 -8
  57. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +72 -61
  58. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +4 -4
  59. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +6 -5
  60. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +233 -207
  61. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +25 -17
  62. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
  63. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +60 -267
  64. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +23 -23
  65. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +175 -257
  66. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +23 -23
  67. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +666 -569
  68. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +69 -45
  69. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
  70. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +565 -879
  71. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +79 -79
  72. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +138 -469
  73. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +41 -41
  74. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +204 -211
  75. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +23 -17
  76. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
  77. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +3431 -2277
  78. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +326 -147
  79. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +71 -60
  80. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +12 -7
  81. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
  82. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
  83. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +90 -98
  84. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +6 -6
  85. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2295 -1113
  86. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +263 -93
  87. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
  88. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +548 -284
  89. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +54 -23
  90. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
  91. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +252 -204
  92. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +25 -12
  93. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
  94. package/Microsoft.EntityFrameworkCore.d.ts +1 -1
  95. package/Microsoft.Extensions.DependencyInjection/bindings.json +62 -70
  96. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +6 -6
  97. package/Microsoft.Identity.Client/bindings.json +6237 -13523
  98. package/Microsoft.Identity.Client/internal/index.d.ts +741 -675
  99. package/Microsoft.Identity.Client.Advanced/bindings.json +21 -15
  100. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +1 -1
  101. package/Microsoft.Identity.Client.AppConfig/bindings.json +90 -148
  102. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +10 -10
  103. package/Microsoft.Identity.Client.AuthScheme/bindings.json +48 -72
  104. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +6 -6
  105. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +29 -39
  106. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -3
  107. package/Microsoft.Identity.Client.Cache/bindings.json +65 -95
  108. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +6 -6
  109. package/Microsoft.Identity.Client.Extensibility/bindings.json +297 -380
  110. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +27 -26
  111. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +379 -668
  112. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +51 -50
  113. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
  114. package/Microsoft.Identity.Client.Kerberos/bindings.json +191 -288
  115. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +21 -21
  116. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +50 -103
  117. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +8 -8
  118. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +30 -12
  119. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +2 -1
  120. package/Microsoft.Identity.Client.RP/bindings.json +39 -30
  121. package/Microsoft.Identity.Client.RP/internal/index.d.ts +2 -2
  122. package/Microsoft.Identity.Client.Region/bindings.json +46 -81
  123. package/Microsoft.Identity.Client.Region/internal/index.d.ts +6 -6
  124. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +28 -26
  125. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
  126. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +20 -25
  127. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +1 -1
  128. package/Microsoft.Identity.Client.Utils/bindings.json +56 -70
  129. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -6
  130. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +28 -26
  131. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
  132. package/Microsoft.IdentityModel.Abstractions/bindings.json +426 -581
  133. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +42 -41
  134. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +828 -1776
  135. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +154 -147
  136. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
  137. package/Microsoft.IdentityModel.Logging/bindings.json +516 -773
  138. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +69 -64
  139. package/Microsoft.IdentityModel.Logging.d.ts +1 -1
  140. package/Microsoft.IdentityModel.Protocols/bindings.json +507 -898
  141. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +47 -46
  142. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +43 -94
  143. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -2
  144. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
  145. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +2335 -4306
  146. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +316 -301
  147. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +45 -50
  148. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -2
  149. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
  150. package/Microsoft.IdentityModel.Tokens/bindings.json +5594 -8774
  151. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +578 -478
  152. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +40 -71
  153. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +5 -5
  154. package/Microsoft.IdentityModel.Tokens.d.ts +1 -1
  155. package/Microsoft.SqlServer.Server/bindings.json +385 -633
  156. package/Microsoft.SqlServer.Server/internal/index.d.ts +40 -40
  157. package/System/bindings.json +236 -402
  158. package/System/internal/index.d.ts +28 -28
  159. package/System.ClientModel/bindings.json +448 -433
  160. package/System.ClientModel/internal/index.d.ts +48 -32
  161. package/System.ClientModel.Primitives/bindings.json +2665 -2310
  162. package/System.ClientModel.Primitives/internal/index.d.ts +269 -175
  163. package/System.ClientModel.Primitives.d.ts +2 -2
  164. package/System.Configuration/bindings.json +9039 -12341
  165. package/System.Configuration/internal/index.d.ts +837 -565
  166. package/System.Configuration.Internal/bindings.json +985 -1442
  167. package/System.Configuration.Internal/internal/index.d.ts +115 -115
  168. package/System.Configuration.Provider/bindings.json +155 -188
  169. package/System.Configuration.Provider/internal/index.d.ts +16 -14
  170. package/System.Configuration.Provider.d.ts +1 -1
  171. package/System.Configuration.d.ts +3 -3
  172. package/System.Diagnostics/bindings.json +28 -15
  173. package/System.Diagnostics/internal/index.d.ts +1 -1
  174. package/System.Drawing.Configuration/bindings.json +39 -137
  175. package/System.Drawing.Configuration/internal/index.d.ts +12 -4
  176. package/System.Drawing.Configuration.d.ts +5 -2
  177. package/System.IdentityModel.Tokens.Jwt/bindings.json +1367 -2255
  178. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +184 -170
  179. package/System.Security.Cryptography/bindings.json +66 -63
  180. package/System.Security.Cryptography/internal/index.d.ts +4 -4
  181. package/System.Text.Json.Serialization/bindings.json +32 -36
  182. package/System.Text.Json.Serialization/internal/index.d.ts +2 -2
  183. package/__build/scripts/generate.sh +4 -4
  184. package/__internal/extensions/index.d.ts +27 -27
  185. package/package.json +5 -5
  186. package/Azure/internal/metadata.json +0 -2772
  187. package/Azure.Core/internal/metadata.json +0 -5291
  188. package/Azure.Core.Cryptography/internal/metadata.json +0 -122
  189. package/Azure.Core.Diagnostics/internal/metadata.json +0 -87
  190. package/Azure.Core.Extensions/internal/metadata.json +0 -139
  191. package/Azure.Core.GeoJson/internal/metadata.json +0 -1469
  192. package/Azure.Core.Pipeline/internal/metadata.json +0 -1181
  193. package/Azure.Core.Serialization/internal/metadata.json +0 -468
  194. package/Azure.Identity/internal/metadata.json +0 -5255
  195. package/Azure.Messaging/internal/metadata.json +0 -316
  196. package/Microsoft.Data/internal/metadata.json +0 -59
  197. package/Microsoft.Data.Sql/internal/metadata.json +0 -136
  198. package/Microsoft.Data.SqlClient/internal/metadata.json +0 -10965
  199. package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +0 -383
  200. package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +0 -2693
  201. package/Microsoft.Data.SqlClient.Server/internal/metadata.json +0 -2235
  202. package/Microsoft.Data.SqlTypes/internal/metadata.json +0 -558
  203. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -9025
  204. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -303
  205. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -455
  206. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -72
  207. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +0 -660
  208. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -706
  209. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -88
  210. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
  211. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +0 -100
  212. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +0 -317
  213. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +0 -238
  214. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +0 -393
  215. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +0 -790
  216. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +0 -1294
  217. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +0 -452
  218. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +0 -317
  219. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +0 -3289
  220. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +0 -95
  221. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +0 -167
  222. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +0 -1697
  223. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +0 -500
  224. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +0 -339
  225. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -127
  226. package/Microsoft.Identity.Client/internal/metadata.json +0 -11985
  227. package/Microsoft.Identity.Client.Advanced/internal/metadata.json +0 -41
  228. package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +0 -212
  229. package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +0 -118
  230. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +0 -72
  231. package/Microsoft.Identity.Client.Cache/internal/metadata.json +0 -123
  232. package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +0 -620
  233. package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +0 -877
  234. package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +0 -386
  235. package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +0 -106
  236. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +0 -41
  237. package/Microsoft.Identity.Client.RP/internal/metadata.json +0 -74
  238. package/Microsoft.Identity.Client.Region/internal/metadata.json +0 -88
  239. package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +0 -57
  240. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +0 -46
  241. package/Microsoft.Identity.Client.Utils/internal/metadata.json +0 -121
  242. package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +0 -57
  243. package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +0 -843
  244. package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +0 -1997
  245. package/Microsoft.IdentityModel.Logging/internal/metadata.json +0 -1117
  246. package/Microsoft.IdentityModel.Protocols/internal/metadata.json +0 -1067
  247. package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +0 -72
  248. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +0 -4288
  249. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +0 -80
  250. package/Microsoft.IdentityModel.Tokens/internal/metadata.json +0 -10430
  251. package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +0 -101
  252. package/Microsoft.SqlServer.Server/internal/metadata.json +0 -792
  253. package/System/internal/metadata.json +0 -523
  254. package/System.ClientModel/internal/metadata.json +0 -637
  255. package/System.ClientModel.Primitives/internal/metadata.json +0 -3433
  256. package/System.Configuration/internal/metadata.json +0 -11888
  257. package/System.Configuration.Internal/internal/metadata.json +0 -2269
  258. package/System.Configuration.Provider/internal/metadata.json +0 -284
  259. package/System.Diagnostics/internal/metadata.json +0 -48
  260. package/System.Drawing.Configuration/internal/metadata.json +0 -46
  261. package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +0 -2556
  262. package/System.Security.Cryptography/internal/metadata.json +0 -104
  263. package/System.Text.Json.Serialization/internal/metadata.json +0 -70
@@ -1,660 +0,0 @@
1
- {
2
- "namespace": "Microsoft.EntityFrameworkCore.Metadata.Builders",
3
- "contributingAssemblies": [
4
- "Microsoft.EntityFrameworkCore",
5
- "Microsoft.EntityFrameworkCore.Relational",
6
- "Microsoft.EntityFrameworkCore.SqlServer"
7
- ],
8
- "types": [
9
- {
10
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder",
11
- "clrName": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder",
12
- "tsEmitName": "OwnedNavigationTemporalPeriodPropertyBuilder",
13
- "kind": "Class",
14
- "accessibility": "Public",
15
- "isAbstract": false,
16
- "isSealed": false,
17
- "isStatic": false,
18
- "arity": 0,
19
- "methods": [
20
- {
21
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder::HasColumnName(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder",
22
- "clrName": "HasColumnName",
23
- "tsEmitName": "hasColumnName",
24
- "normalizedSignature": "HasColumnName|(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder|static=false",
25
- "provenance": "Original",
26
- "emitScope": "ClassSurface",
27
- "isStatic": false,
28
- "isAbstract": false,
29
- "isVirtual": true,
30
- "isOverride": false,
31
- "isSealed": false,
32
- "arity": 0,
33
- "parameterCount": 1,
34
- "isExtensionMethod": false
35
- },
36
- {
37
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder::HasPrecision(System.Int32):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder",
38
- "clrName": "HasPrecision",
39
- "tsEmitName": "hasPrecision",
40
- "normalizedSignature": "HasPrecision|(System.Int32):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder|static=false",
41
- "provenance": "Original",
42
- "emitScope": "ClassSurface",
43
- "isStatic": false,
44
- "isAbstract": false,
45
- "isVirtual": true,
46
- "isOverride": false,
47
- "isSealed": false,
48
- "arity": 0,
49
- "parameterCount": 1,
50
- "isExtensionMethod": false
51
- },
52
- {
53
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder::ToString():System.String",
54
- "clrName": "ToString",
55
- "tsEmitName": "toString",
56
- "normalizedSignature": "ToString|():System.String|static=false",
57
- "provenance": "Original",
58
- "emitScope": "ClassSurface",
59
- "isStatic": false,
60
- "isAbstract": false,
61
- "isVirtual": true,
62
- "isOverride": true,
63
- "isSealed": false,
64
- "arity": 0,
65
- "parameterCount": 0,
66
- "isExtensionMethod": false
67
- },
68
- {
69
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder::Equals(System.Object):System.Boolean",
70
- "clrName": "Equals",
71
- "tsEmitName": "equals",
72
- "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
73
- "provenance": "Original",
74
- "emitScope": "ClassSurface",
75
- "isStatic": false,
76
- "isAbstract": false,
77
- "isVirtual": true,
78
- "isOverride": true,
79
- "isSealed": false,
80
- "arity": 0,
81
- "parameterCount": 1,
82
- "isExtensionMethod": false
83
- },
84
- {
85
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder::GetHashCode():System.Int32",
86
- "clrName": "GetHashCode",
87
- "tsEmitName": "getHashCode",
88
- "normalizedSignature": "GetHashCode|():System.Int32|static=false",
89
- "provenance": "Original",
90
- "emitScope": "ClassSurface",
91
- "isStatic": false,
92
- "isAbstract": false,
93
- "isVirtual": true,
94
- "isOverride": true,
95
- "isSealed": false,
96
- "arity": 0,
97
- "parameterCount": 0,
98
- "isExtensionMethod": false
99
- }
100
- ],
101
- "properties": [],
102
- "fields": [],
103
- "events": [],
104
- "constructors": [
105
- {
106
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder):void|static=false",
107
- "isStatic": false,
108
- "parameterCount": 1
109
- }
110
- ]
111
- },
112
- {
113
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder",
114
- "clrName": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder",
115
- "tsEmitName": "OwnedNavigationTemporalTableBuilder",
116
- "kind": "Class",
117
- "accessibility": "Public",
118
- "isAbstract": false,
119
- "isSealed": false,
120
- "isStatic": false,
121
- "arity": 0,
122
- "methods": [
123
- {
124
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder::UseHistoryTable(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder",
125
- "clrName": "UseHistoryTable",
126
- "tsEmitName": "useHistoryTable",
127
- "normalizedSignature": "UseHistoryTable|(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder|static=false",
128
- "provenance": "Original",
129
- "emitScope": "ClassSurface",
130
- "isStatic": false,
131
- "isAbstract": false,
132
- "isVirtual": true,
133
- "isOverride": false,
134
- "isSealed": false,
135
- "arity": 0,
136
- "parameterCount": 1,
137
- "isExtensionMethod": false
138
- },
139
- {
140
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder::UseHistoryTable(System.String,System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder",
141
- "clrName": "UseHistoryTable",
142
- "tsEmitName": "useHistoryTable",
143
- "normalizedSignature": "UseHistoryTable|(System.String,System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder|static=false",
144
- "provenance": "Original",
145
- "emitScope": "ClassSurface",
146
- "isStatic": false,
147
- "isAbstract": false,
148
- "isVirtual": true,
149
- "isOverride": false,
150
- "isSealed": false,
151
- "arity": 0,
152
- "parameterCount": 2,
153
- "isExtensionMethod": false
154
- },
155
- {
156
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder::HasPeriodStart(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder",
157
- "clrName": "HasPeriodStart",
158
- "tsEmitName": "hasPeriodStart",
159
- "normalizedSignature": "HasPeriodStart|(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder|static=false",
160
- "provenance": "Original",
161
- "emitScope": "ClassSurface",
162
- "isStatic": false,
163
- "isAbstract": false,
164
- "isVirtual": true,
165
- "isOverride": false,
166
- "isSealed": false,
167
- "arity": 0,
168
- "parameterCount": 1,
169
- "isExtensionMethod": false
170
- },
171
- {
172
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder::HasPeriodEnd(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder",
173
- "clrName": "HasPeriodEnd",
174
- "tsEmitName": "hasPeriodEnd",
175
- "normalizedSignature": "HasPeriodEnd|(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder|static=false",
176
- "provenance": "Original",
177
- "emitScope": "ClassSurface",
178
- "isStatic": false,
179
- "isAbstract": false,
180
- "isVirtual": true,
181
- "isOverride": false,
182
- "isSealed": false,
183
- "arity": 0,
184
- "parameterCount": 1,
185
- "isExtensionMethod": false
186
- },
187
- {
188
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder::ToString():System.String",
189
- "clrName": "ToString",
190
- "tsEmitName": "toString",
191
- "normalizedSignature": "ToString|():System.String|static=false",
192
- "provenance": "Original",
193
- "emitScope": "ClassSurface",
194
- "isStatic": false,
195
- "isAbstract": false,
196
- "isVirtual": true,
197
- "isOverride": true,
198
- "isSealed": false,
199
- "arity": 0,
200
- "parameterCount": 0,
201
- "isExtensionMethod": false
202
- },
203
- {
204
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder::Equals(System.Object):System.Boolean",
205
- "clrName": "Equals",
206
- "tsEmitName": "equals",
207
- "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
208
- "provenance": "Original",
209
- "emitScope": "ClassSurface",
210
- "isStatic": false,
211
- "isAbstract": false,
212
- "isVirtual": true,
213
- "isOverride": true,
214
- "isSealed": false,
215
- "arity": 0,
216
- "parameterCount": 1,
217
- "isExtensionMethod": false
218
- },
219
- {
220
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder::GetHashCode():System.Int32",
221
- "clrName": "GetHashCode",
222
- "tsEmitName": "getHashCode",
223
- "normalizedSignature": "GetHashCode|():System.Int32|static=false",
224
- "provenance": "Original",
225
- "emitScope": "ClassSurface",
226
- "isStatic": false,
227
- "isAbstract": false,
228
- "isVirtual": true,
229
- "isOverride": true,
230
- "isSealed": false,
231
- "arity": 0,
232
- "parameterCount": 0,
233
- "isExtensionMethod": false
234
- }
235
- ],
236
- "properties": [],
237
- "fields": [],
238
- "events": [],
239
- "constructors": [
240
- {
241
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder):void|static=false",
242
- "isStatic": false,
243
- "parameterCount": 1
244
- }
245
- ]
246
- },
247
- {
248
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder\u00602",
249
- "clrName": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder\u00602",
250
- "tsEmitName": "OwnedNavigationTemporalTableBuilder_2",
251
- "kind": "Class",
252
- "accessibility": "Public",
253
- "isAbstract": false,
254
- "isSealed": false,
255
- "isStatic": false,
256
- "arity": 2,
257
- "methods": [
258
- {
259
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder\u00602::UseHistoryTable(System.String):OwnedNavigationTemporalTableBuilder_2",
260
- "clrName": "UseHistoryTable",
261
- "tsEmitName": "useHistoryTable3",
262
- "normalizedSignature": "UseHistoryTable|(System.String):OwnedNavigationTemporalTableBuilder_2|static=false",
263
- "provenance": "Original",
264
- "emitScope": "ClassSurface",
265
- "isStatic": false,
266
- "isAbstract": false,
267
- "isVirtual": true,
268
- "isOverride": false,
269
- "isSealed": false,
270
- "arity": 0,
271
- "parameterCount": 1,
272
- "isExtensionMethod": false
273
- },
274
- {
275
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder\u00602::UseHistoryTable(System.String,System.String):OwnedNavigationTemporalTableBuilder_2",
276
- "clrName": "UseHistoryTable",
277
- "tsEmitName": "useHistoryTable3",
278
- "normalizedSignature": "UseHistoryTable|(System.String,System.String):OwnedNavigationTemporalTableBuilder_2|static=false",
279
- "provenance": "Original",
280
- "emitScope": "ClassSurface",
281
- "isStatic": false,
282
- "isAbstract": false,
283
- "isVirtual": true,
284
- "isOverride": false,
285
- "isSealed": false,
286
- "arity": 0,
287
- "parameterCount": 2,
288
- "isExtensionMethod": false
289
- },
290
- {
291
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder\u00602::UseHistoryTable(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder",
292
- "clrName": "UseHistoryTable",
293
- "tsEmitName": "useHistoryTable",
294
- "normalizedSignature": "UseHistoryTable|(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder|static=false",
295
- "provenance": "BaseOverload",
296
- "emitScope": "ClassSurface",
297
- "isStatic": false,
298
- "isAbstract": false,
299
- "isVirtual": true,
300
- "isOverride": false,
301
- "isSealed": false,
302
- "arity": 0,
303
- "parameterCount": 1,
304
- "isExtensionMethod": false
305
- },
306
- {
307
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder\u00602::UseHistoryTable(System.String,System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder",
308
- "clrName": "UseHistoryTable",
309
- "tsEmitName": "useHistoryTable2",
310
- "normalizedSignature": "UseHistoryTable|(System.String,System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder|static=false",
311
- "provenance": "BaseOverload",
312
- "emitScope": "ClassSurface",
313
- "isStatic": false,
314
- "isAbstract": false,
315
- "isVirtual": true,
316
- "isOverride": false,
317
- "isSealed": false,
318
- "arity": 0,
319
- "parameterCount": 2,
320
- "isExtensionMethod": false
321
- }
322
- ],
323
- "properties": [],
324
- "fields": [],
325
- "events": [],
326
- "constructors": [
327
- {
328
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder):void|static=false",
329
- "isStatic": false,
330
- "parameterCount": 1
331
- }
332
- ]
333
- },
334
- {
335
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder",
336
- "clrName": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder",
337
- "tsEmitName": "TemporalPeriodPropertyBuilder",
338
- "kind": "Class",
339
- "accessibility": "Public",
340
- "isAbstract": false,
341
- "isSealed": false,
342
- "isStatic": false,
343
- "arity": 0,
344
- "methods": [
345
- {
346
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder::HasColumnName(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder",
347
- "clrName": "HasColumnName",
348
- "tsEmitName": "hasColumnName",
349
- "normalizedSignature": "HasColumnName|(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder|static=false",
350
- "provenance": "Original",
351
- "emitScope": "ClassSurface",
352
- "isStatic": false,
353
- "isAbstract": false,
354
- "isVirtual": true,
355
- "isOverride": false,
356
- "isSealed": false,
357
- "arity": 0,
358
- "parameterCount": 1,
359
- "isExtensionMethod": false
360
- },
361
- {
362
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder::HasPrecision(System.Int32):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder",
363
- "clrName": "HasPrecision",
364
- "tsEmitName": "hasPrecision",
365
- "normalizedSignature": "HasPrecision|(System.Int32):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder|static=false",
366
- "provenance": "Original",
367
- "emitScope": "ClassSurface",
368
- "isStatic": false,
369
- "isAbstract": false,
370
- "isVirtual": true,
371
- "isOverride": false,
372
- "isSealed": false,
373
- "arity": 0,
374
- "parameterCount": 1,
375
- "isExtensionMethod": false
376
- },
377
- {
378
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder::ToString():System.String",
379
- "clrName": "ToString",
380
- "tsEmitName": "toString",
381
- "normalizedSignature": "ToString|():System.String|static=false",
382
- "provenance": "Original",
383
- "emitScope": "ClassSurface",
384
- "isStatic": false,
385
- "isAbstract": false,
386
- "isVirtual": true,
387
- "isOverride": true,
388
- "isSealed": false,
389
- "arity": 0,
390
- "parameterCount": 0,
391
- "isExtensionMethod": false
392
- },
393
- {
394
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder::Equals(System.Object):System.Boolean",
395
- "clrName": "Equals",
396
- "tsEmitName": "equals",
397
- "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
398
- "provenance": "Original",
399
- "emitScope": "ClassSurface",
400
- "isStatic": false,
401
- "isAbstract": false,
402
- "isVirtual": true,
403
- "isOverride": true,
404
- "isSealed": false,
405
- "arity": 0,
406
- "parameterCount": 1,
407
- "isExtensionMethod": false
408
- },
409
- {
410
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder::GetHashCode():System.Int32",
411
- "clrName": "GetHashCode",
412
- "tsEmitName": "getHashCode",
413
- "normalizedSignature": "GetHashCode|():System.Int32|static=false",
414
- "provenance": "Original",
415
- "emitScope": "ClassSurface",
416
- "isStatic": false,
417
- "isAbstract": false,
418
- "isVirtual": true,
419
- "isOverride": true,
420
- "isSealed": false,
421
- "arity": 0,
422
- "parameterCount": 0,
423
- "isExtensionMethod": false
424
- }
425
- ],
426
- "properties": [],
427
- "fields": [],
428
- "events": [],
429
- "constructors": [
430
- {
431
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder):void|static=false",
432
- "isStatic": false,
433
- "parameterCount": 1
434
- }
435
- ]
436
- },
437
- {
438
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder",
439
- "clrName": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder",
440
- "tsEmitName": "TemporalTableBuilder",
441
- "kind": "Class",
442
- "accessibility": "Public",
443
- "isAbstract": false,
444
- "isSealed": false,
445
- "isStatic": false,
446
- "arity": 0,
447
- "methods": [
448
- {
449
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder::UseHistoryTable(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder",
450
- "clrName": "UseHistoryTable",
451
- "tsEmitName": "useHistoryTable",
452
- "normalizedSignature": "UseHistoryTable|(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder|static=false",
453
- "provenance": "Original",
454
- "emitScope": "ClassSurface",
455
- "isStatic": false,
456
- "isAbstract": false,
457
- "isVirtual": true,
458
- "isOverride": false,
459
- "isSealed": false,
460
- "arity": 0,
461
- "parameterCount": 1,
462
- "isExtensionMethod": false
463
- },
464
- {
465
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder::UseHistoryTable(System.String,System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder",
466
- "clrName": "UseHistoryTable",
467
- "tsEmitName": "useHistoryTable",
468
- "normalizedSignature": "UseHistoryTable|(System.String,System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder|static=false",
469
- "provenance": "Original",
470
- "emitScope": "ClassSurface",
471
- "isStatic": false,
472
- "isAbstract": false,
473
- "isVirtual": true,
474
- "isOverride": false,
475
- "isSealed": false,
476
- "arity": 0,
477
- "parameterCount": 2,
478
- "isExtensionMethod": false
479
- },
480
- {
481
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder::HasPeriodStart(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder",
482
- "clrName": "HasPeriodStart",
483
- "tsEmitName": "hasPeriodStart",
484
- "normalizedSignature": "HasPeriodStart|(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder|static=false",
485
- "provenance": "Original",
486
- "emitScope": "ClassSurface",
487
- "isStatic": false,
488
- "isAbstract": false,
489
- "isVirtual": true,
490
- "isOverride": false,
491
- "isSealed": false,
492
- "arity": 0,
493
- "parameterCount": 1,
494
- "isExtensionMethod": false
495
- },
496
- {
497
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder::HasPeriodEnd(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder",
498
- "clrName": "HasPeriodEnd",
499
- "tsEmitName": "hasPeriodEnd",
500
- "normalizedSignature": "HasPeriodEnd|(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder|static=false",
501
- "provenance": "Original",
502
- "emitScope": "ClassSurface",
503
- "isStatic": false,
504
- "isAbstract": false,
505
- "isVirtual": true,
506
- "isOverride": false,
507
- "isSealed": false,
508
- "arity": 0,
509
- "parameterCount": 1,
510
- "isExtensionMethod": false
511
- },
512
- {
513
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder::ToString():System.String",
514
- "clrName": "ToString",
515
- "tsEmitName": "toString",
516
- "normalizedSignature": "ToString|():System.String|static=false",
517
- "provenance": "Original",
518
- "emitScope": "ClassSurface",
519
- "isStatic": false,
520
- "isAbstract": false,
521
- "isVirtual": true,
522
- "isOverride": true,
523
- "isSealed": false,
524
- "arity": 0,
525
- "parameterCount": 0,
526
- "isExtensionMethod": false
527
- },
528
- {
529
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder::Equals(System.Object):System.Boolean",
530
- "clrName": "Equals",
531
- "tsEmitName": "equals",
532
- "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
533
- "provenance": "Original",
534
- "emitScope": "ClassSurface",
535
- "isStatic": false,
536
- "isAbstract": false,
537
- "isVirtual": true,
538
- "isOverride": true,
539
- "isSealed": false,
540
- "arity": 0,
541
- "parameterCount": 1,
542
- "isExtensionMethod": false
543
- },
544
- {
545
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder::GetHashCode():System.Int32",
546
- "clrName": "GetHashCode",
547
- "tsEmitName": "getHashCode",
548
- "normalizedSignature": "GetHashCode|():System.Int32|static=false",
549
- "provenance": "Original",
550
- "emitScope": "ClassSurface",
551
- "isStatic": false,
552
- "isAbstract": false,
553
- "isVirtual": true,
554
- "isOverride": true,
555
- "isSealed": false,
556
- "arity": 0,
557
- "parameterCount": 0,
558
- "isExtensionMethod": false
559
- }
560
- ],
561
- "properties": [],
562
- "fields": [],
563
- "events": [],
564
- "constructors": [
565
- {
566
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder):void|static=false",
567
- "isStatic": false,
568
- "parameterCount": 1
569
- }
570
- ]
571
- },
572
- {
573
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder\u00601",
574
- "clrName": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder\u00601",
575
- "tsEmitName": "TemporalTableBuilder_1",
576
- "kind": "Class",
577
- "accessibility": "Public",
578
- "isAbstract": false,
579
- "isSealed": false,
580
- "isStatic": false,
581
- "arity": 1,
582
- "methods": [
583
- {
584
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder\u00601::UseHistoryTable(System.String):TemporalTableBuilder_1",
585
- "clrName": "UseHistoryTable",
586
- "tsEmitName": "useHistoryTable3",
587
- "normalizedSignature": "UseHistoryTable|(System.String):TemporalTableBuilder_1|static=false",
588
- "provenance": "Original",
589
- "emitScope": "ClassSurface",
590
- "isStatic": false,
591
- "isAbstract": false,
592
- "isVirtual": true,
593
- "isOverride": false,
594
- "isSealed": false,
595
- "arity": 0,
596
- "parameterCount": 1,
597
- "isExtensionMethod": false
598
- },
599
- {
600
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder\u00601::UseHistoryTable(System.String,System.String):TemporalTableBuilder_1",
601
- "clrName": "UseHistoryTable",
602
- "tsEmitName": "useHistoryTable3",
603
- "normalizedSignature": "UseHistoryTable|(System.String,System.String):TemporalTableBuilder_1|static=false",
604
- "provenance": "Original",
605
- "emitScope": "ClassSurface",
606
- "isStatic": false,
607
- "isAbstract": false,
608
- "isVirtual": true,
609
- "isOverride": false,
610
- "isSealed": false,
611
- "arity": 0,
612
- "parameterCount": 2,
613
- "isExtensionMethod": false
614
- },
615
- {
616
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder\u00601::UseHistoryTable(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder",
617
- "clrName": "UseHistoryTable",
618
- "tsEmitName": "useHistoryTable",
619
- "normalizedSignature": "UseHistoryTable|(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder|static=false",
620
- "provenance": "BaseOverload",
621
- "emitScope": "ClassSurface",
622
- "isStatic": false,
623
- "isAbstract": false,
624
- "isVirtual": true,
625
- "isOverride": false,
626
- "isSealed": false,
627
- "arity": 0,
628
- "parameterCount": 1,
629
- "isExtensionMethod": false
630
- },
631
- {
632
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder\u00601::UseHistoryTable(System.String,System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder",
633
- "clrName": "UseHistoryTable",
634
- "tsEmitName": "useHistoryTable2",
635
- "normalizedSignature": "UseHistoryTable|(System.String,System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder|static=false",
636
- "provenance": "BaseOverload",
637
- "emitScope": "ClassSurface",
638
- "isStatic": false,
639
- "isAbstract": false,
640
- "isVirtual": true,
641
- "isOverride": false,
642
- "isSealed": false,
643
- "arity": 0,
644
- "parameterCount": 2,
645
- "isExtensionMethod": false
646
- }
647
- ],
648
- "properties": [],
649
- "fields": [],
650
- "events": [],
651
- "constructors": [
652
- {
653
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder):void|static=false",
654
- "isStatic": false,
655
- "parameterCount": 1
656
- }
657
- ]
658
- }
659
- ]
660
- }