@tsonic/efcore-sqlserver 10.0.1 → 10.0.5

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 (166) hide show
  1. package/Azure/bindings.json +686 -17
  2. package/Azure/internal/index.d.ts +37 -15
  3. package/Azure.Core/bindings.json +1048 -19
  4. package/Azure.Core/internal/index.d.ts +61 -23
  5. package/Azure.Core.Cryptography/bindings.json +5 -0
  6. package/Azure.Core.Cryptography/internal/index.d.ts +4 -0
  7. package/Azure.Core.Diagnostics/bindings.json +56 -0
  8. package/Azure.Core.Diagnostics/internal/index.d.ts +6 -2
  9. package/Azure.Core.Diagnostics.d.ts +2 -2
  10. package/Azure.Core.Extensions/bindings.json +17 -0
  11. package/Azure.Core.Extensions/internal/index.d.ts +8 -0
  12. package/Azure.Core.GeoJson/bindings.json +362 -0
  13. package/Azure.Core.GeoJson/internal/index.d.ts +43 -7
  14. package/Azure.Core.Pipeline/bindings.json +450 -3
  15. package/Azure.Core.Pipeline/internal/index.d.ts +24 -9
  16. package/Azure.Core.Pipeline.d.ts +2 -2
  17. package/Azure.Core.Serialization/bindings.json +89 -1
  18. package/Azure.Core.Serialization/internal/index.d.ts +8 -2
  19. package/Azure.Core.d.ts +1 -1
  20. package/Azure.Identity/bindings.json +1039 -58
  21. package/Azure.Identity/internal/index.d.ts +97 -35
  22. package/Azure.Identity.d.ts +1 -1
  23. package/Azure.Messaging/bindings.json +69 -0
  24. package/Azure.Messaging/internal/index.d.ts +6 -5
  25. package/Azure.d.ts +1 -1
  26. package/Microsoft.Data/bindings.json +16 -0
  27. package/Microsoft.Data/internal/index.d.ts +2 -1
  28. package/Microsoft.Data.Sql/bindings.json +16 -0
  29. package/Microsoft.Data.SqlClient/bindings.json +2482 -38
  30. package/Microsoft.Data.SqlClient/internal/index.d.ts +140 -38
  31. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
  32. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
  33. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +90 -15
  34. package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
  35. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +2 -0
  36. package/Microsoft.Data.SqlTypes/bindings.json +73 -0
  37. package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -1
  38. package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
  39. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +6 -1
  40. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
  41. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
  42. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +11 -1
  43. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
  44. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
  45. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +2 -0
  46. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
  47. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +87 -2
  48. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
  49. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
  50. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
  51. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
  52. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +53 -5
  53. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
  54. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +9 -1
  55. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +9 -5
  56. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
  57. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +9 -1
  58. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
  59. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
  60. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
  61. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
  62. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
  63. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -8
  64. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
  65. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
  66. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
  67. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +2 -0
  68. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
  69. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +11 -1
  70. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
  71. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
  72. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +183 -9
  73. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
  74. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +6 -2
  75. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
  76. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
  77. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
  78. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +4 -0
  79. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
  80. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
  81. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +102 -8
  82. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
  83. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
  84. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +33 -3
  85. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
  86. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
  87. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +21 -1
  88. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
  89. package/Microsoft.EntityFrameworkCore.d.ts +4 -1
  90. package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
  91. package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
  92. package/Microsoft.Identity.Client/bindings.json +1941 -39
  93. package/Microsoft.Identity.Client/internal/index.d.ts +113 -47
  94. package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
  95. package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
  96. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +0 -1
  97. package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
  98. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +2 -0
  99. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
  100. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +2 -0
  101. package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
  102. package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
  103. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +7 -5
  104. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
  105. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +5 -4
  106. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
  107. package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
  108. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +1 -1
  109. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
  110. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
  111. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -1
  112. package/Microsoft.Identity.Client.RP/bindings.json +10 -0
  113. package/Microsoft.Identity.Client.Region/bindings.json +29 -0
  114. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
  115. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
  116. package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
  117. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +0 -1
  118. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
  119. package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
  120. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +13 -6
  121. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
  122. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +11 -6
  123. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
  124. package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
  125. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +9 -3
  126. package/Microsoft.IdentityModel.Logging.d.ts +1 -1
  127. package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
  128. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +17 -1
  129. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
  130. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -1
  131. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
  132. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
  133. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +19 -3
  134. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
  135. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -0
  136. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
  137. package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
  138. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +145 -44
  139. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
  140. package/Microsoft.IdentityModel.Tokens.d.ts +4 -1
  141. package/Microsoft.SqlServer.Server/bindings.json +144 -0
  142. package/Microsoft.SqlServer.Server/internal/index.d.ts +4 -1
  143. package/System/bindings.json +63 -0
  144. package/System.ClientModel/bindings.json +256 -11
  145. package/System.ClientModel/internal/index.d.ts +21 -12
  146. package/System.ClientModel.Primitives/bindings.json +1673 -120
  147. package/System.ClientModel.Primitives/internal/index.d.ts +101 -32
  148. package/System.ClientModel.Primitives.d.ts +5 -2
  149. package/System.Configuration/bindings.json +5382 -321
  150. package/System.Configuration/internal/index.d.ts +292 -59
  151. package/System.Configuration.Internal/bindings.json +193 -1
  152. package/System.Configuration.Internal/internal/index.d.ts +23 -2
  153. package/System.Configuration.Provider/bindings.json +69 -1
  154. package/System.Configuration.Provider/internal/index.d.ts +8 -3
  155. package/System.Configuration.Provider.d.ts +1 -1
  156. package/System.Configuration.d.ts +3 -3
  157. package/System.Diagnostics/bindings.json +5 -0
  158. package/System.Drawing.Configuration/bindings.json +25 -0
  159. package/System.Drawing.Configuration/internal/index.d.ts +6 -2
  160. package/System.Drawing.Configuration.d.ts +5 -2
  161. package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
  162. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +56 -20
  163. package/System.Security.Cryptography/bindings.json +31 -0
  164. package/System.Text.Json.Serialization/bindings.json +10 -0
  165. package/__internal/extensions/index.d.ts +915 -14
  166. package/package.json +1 -1
@@ -15,6 +15,32 @@
15
15
  "isSealed": false,
16
16
  "isStatic": false,
17
17
  "arity": 0,
18
+ "interfaces": [
19
+ {
20
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IRelationalConnection",
21
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IRelationalConnection"
22
+ },
23
+ {
24
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IRelationalTransactionManager",
25
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IRelationalTransactionManager"
26
+ },
27
+ {
28
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.IDbContextTransactionManager",
29
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IDbContextTransactionManager"
30
+ },
31
+ {
32
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IResettableService",
33
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IResettableService"
34
+ },
35
+ {
36
+ "stableId": "System.Private.CoreLib:System.IDisposable",
37
+ "clrName": "System.IDisposable"
38
+ },
39
+ {
40
+ "stableId": "System.Private.CoreLib:System.IAsyncDisposable",
41
+ "clrName": "System.IAsyncDisposable"
42
+ }
43
+ ],
18
44
  "methods": [
19
45
  {
20
46
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection::CreateMasterConnection():Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection",
@@ -31,6 +57,7 @@
31
57
  "isVirtual": true,
32
58
  "isOverride": false,
33
59
  "isSealed": false,
60
+ "visibility": "Public",
34
61
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection",
35
62
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
36
63
  "isExtensionMethod": false
@@ -52,6 +79,7 @@
52
79
  "isAbstract": true,
53
80
  "isVirtual": true,
54
81
  "isOverride": false,
82
+ "visibility": "Public",
55
83
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection",
56
84
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
57
85
  }
@@ -71,7 +99,52 @@
71
99
  "isSealed": false,
72
100
  "isStatic": false,
73
101
  "arity": 0,
74
- "methods": [],
102
+ "baseType": {
103
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.BoolTypeMapping",
104
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.BoolTypeMapping"
105
+ },
106
+ "methods": [
107
+ {
108
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerBoolTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
109
+ "clrName": "Clone",
110
+ "metadataToken": 100664507,
111
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
112
+ "normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
113
+ "emitScope": "ClassSurface",
114
+ "provenance": "Original",
115
+ "arity": 0,
116
+ "parameterCount": 1,
117
+ "isStatic": false,
118
+ "isAbstract": false,
119
+ "isVirtual": true,
120
+ "isOverride": true,
121
+ "isSealed": false,
122
+ "visibility": "Protected",
123
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerBoolTypeMapping",
124
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
125
+ "isExtensionMethod": false
126
+ },
127
+ {
128
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerBoolTypeMapping::GenerateNonNullSqlLiteral(System.Object):System.String",
129
+ "clrName": "GenerateNonNullSqlLiteral",
130
+ "metadataToken": 100664508,
131
+ "canonicalSignature": "(System.Object):System.String",
132
+ "normalizedSignature": "GenerateNonNullSqlLiteral|(System.Object):System.String|static=false",
133
+ "emitScope": "ClassSurface",
134
+ "provenance": "Original",
135
+ "arity": 0,
136
+ "parameterCount": 1,
137
+ "isStatic": false,
138
+ "isAbstract": false,
139
+ "isVirtual": true,
140
+ "isOverride": true,
141
+ "isSealed": false,
142
+ "visibility": "Protected",
143
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerBoolTypeMapping",
144
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
145
+ "isExtensionMethod": false
146
+ }
147
+ ],
75
148
  "properties": [
76
149
  {
77
150
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerBoolTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerBoolTypeMapping",
@@ -88,6 +161,7 @@
88
161
  "isAbstract": false,
89
162
  "isVirtual": false,
90
163
  "isOverride": false,
164
+ "visibility": "Public",
91
165
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerBoolTypeMapping",
92
166
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
93
167
  }
@@ -102,6 +176,18 @@
102
176
  "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
103
177
  "isStatic": false,
104
178
  "parameterCount": 2,
179
+ "visibility": "Public",
180
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerBoolTypeMapping",
181
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
182
+ },
183
+ {
184
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerBoolTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
185
+ "metadataToken": 100664506,
186
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
187
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void|static=false",
188
+ "isStatic": false,
189
+ "parameterCount": 1,
190
+ "visibility": "Protected",
105
191
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerBoolTypeMapping",
106
192
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
107
193
  }
@@ -118,7 +204,72 @@
118
204
  "isSealed": false,
119
205
  "isStatic": false,
120
206
  "arity": 0,
121
- "methods": [],
207
+ "baseType": {
208
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ByteArrayTypeMapping",
209
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.ByteArrayTypeMapping"
210
+ },
211
+ "methods": [
212
+ {
213
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteArrayTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
214
+ "clrName": "Clone",
215
+ "metadataToken": 100664514,
216
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
217
+ "normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
218
+ "emitScope": "ClassSurface",
219
+ "provenance": "Original",
220
+ "arity": 0,
221
+ "parameterCount": 1,
222
+ "isStatic": false,
223
+ "isAbstract": false,
224
+ "isVirtual": true,
225
+ "isOverride": true,
226
+ "isSealed": false,
227
+ "visibility": "Protected",
228
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteArrayTypeMapping",
229
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
230
+ "isExtensionMethod": false
231
+ },
232
+ {
233
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteArrayTypeMapping::ConfigureParameter(System.Data.Common.DbParameter):System.Void",
234
+ "clrName": "ConfigureParameter",
235
+ "metadataToken": 100664515,
236
+ "canonicalSignature": "(System.Data.Common.DbParameter):System.Void",
237
+ "normalizedSignature": "ConfigureParameter|(System.Data.Common.DbParameter):System.Void|static=false",
238
+ "emitScope": "ClassSurface",
239
+ "provenance": "Original",
240
+ "arity": 0,
241
+ "parameterCount": 1,
242
+ "isStatic": false,
243
+ "isAbstract": false,
244
+ "isVirtual": true,
245
+ "isOverride": true,
246
+ "isSealed": false,
247
+ "visibility": "Protected",
248
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteArrayTypeMapping",
249
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
250
+ "isExtensionMethod": false
251
+ },
252
+ {
253
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteArrayTypeMapping::GenerateNonNullSqlLiteral(System.Object):System.String",
254
+ "clrName": "GenerateNonNullSqlLiteral",
255
+ "metadataToken": 100664516,
256
+ "canonicalSignature": "(System.Object):System.String",
257
+ "normalizedSignature": "GenerateNonNullSqlLiteral|(System.Object):System.String|static=false",
258
+ "emitScope": "ClassSurface",
259
+ "provenance": "Original",
260
+ "arity": 0,
261
+ "parameterCount": 1,
262
+ "isStatic": false,
263
+ "isAbstract": false,
264
+ "isVirtual": true,
265
+ "isOverride": true,
266
+ "isSealed": false,
267
+ "visibility": "Protected",
268
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteArrayTypeMapping",
269
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
270
+ "isExtensionMethod": false
271
+ }
272
+ ],
122
273
  "properties": [
123
274
  {
124
275
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteArrayTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteArrayTypeMapping",
@@ -135,6 +286,7 @@
135
286
  "isAbstract": false,
136
287
  "isVirtual": false,
137
288
  "isOverride": false,
289
+ "visibility": "Public",
138
290
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteArrayTypeMapping",
139
291
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
140
292
  }
@@ -149,6 +301,18 @@
149
301
  "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Nullable_1[[Microsoft.EntityFrameworkCore.Storage.StoreTypePostfix,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
150
302
  "isStatic": false,
151
303
  "parameterCount": 6,
304
+ "visibility": "Public",
305
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteArrayTypeMapping",
306
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
307
+ },
308
+ {
309
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteArrayTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters,System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void",
310
+ "metadataToken": 100664512,
311
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters,System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void",
312
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters,System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
313
+ "isStatic": false,
314
+ "parameterCount": 2,
315
+ "visibility": "Protected",
152
316
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteArrayTypeMapping",
153
317
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
154
318
  }
@@ -165,7 +329,52 @@
165
329
  "isSealed": false,
166
330
  "isStatic": false,
167
331
  "arity": 0,
168
- "methods": [],
332
+ "baseType": {
333
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ByteTypeMapping",
334
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.ByteTypeMapping"
335
+ },
336
+ "methods": [
337
+ {
338
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
339
+ "clrName": "Clone",
340
+ "metadataToken": 100664521,
341
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
342
+ "normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
343
+ "emitScope": "ClassSurface",
344
+ "provenance": "Original",
345
+ "arity": 0,
346
+ "parameterCount": 1,
347
+ "isStatic": false,
348
+ "isAbstract": false,
349
+ "isVirtual": true,
350
+ "isOverride": true,
351
+ "isSealed": false,
352
+ "visibility": "Protected",
353
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteTypeMapping",
354
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
355
+ "isExtensionMethod": false
356
+ },
357
+ {
358
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteTypeMapping::GenerateNonNullSqlLiteral(System.Object):System.String",
359
+ "clrName": "GenerateNonNullSqlLiteral",
360
+ "metadataToken": 100664522,
361
+ "canonicalSignature": "(System.Object):System.String",
362
+ "normalizedSignature": "GenerateNonNullSqlLiteral|(System.Object):System.String|static=false",
363
+ "emitScope": "ClassSurface",
364
+ "provenance": "Original",
365
+ "arity": 0,
366
+ "parameterCount": 1,
367
+ "isStatic": false,
368
+ "isAbstract": false,
369
+ "isVirtual": true,
370
+ "isOverride": true,
371
+ "isSealed": false,
372
+ "visibility": "Protected",
373
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteTypeMapping",
374
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
375
+ "isExtensionMethod": false
376
+ }
377
+ ],
169
378
  "properties": [
170
379
  {
171
380
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteTypeMapping",
@@ -182,6 +391,7 @@
182
391
  "isAbstract": false,
183
392
  "isVirtual": false,
184
393
  "isOverride": false,
394
+ "visibility": "Public",
185
395
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteTypeMapping",
186
396
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
187
397
  }
@@ -196,6 +406,18 @@
196
406
  "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
197
407
  "isStatic": false,
198
408
  "parameterCount": 2,
409
+ "visibility": "Public",
410
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteTypeMapping",
411
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
412
+ },
413
+ {
414
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
415
+ "metadataToken": 100664520,
416
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
417
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void|static=false",
418
+ "isStatic": false,
419
+ "parameterCount": 1,
420
+ "visibility": "Protected",
199
421
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerByteTypeMapping",
200
422
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
201
423
  }
@@ -212,7 +434,105 @@
212
434
  "isSealed": false,
213
435
  "isStatic": false,
214
436
  "arity": 0,
437
+ "baseType": {
438
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalConnection",
439
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.RelationalConnection"
440
+ },
441
+ "interfaces": [
442
+ {
443
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IRelationalConnection",
444
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IRelationalConnection"
445
+ },
446
+ {
447
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IRelationalTransactionManager",
448
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IRelationalTransactionManager"
449
+ },
450
+ {
451
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.IDbContextTransactionManager",
452
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IDbContextTransactionManager"
453
+ },
454
+ {
455
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IResettableService",
456
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IResettableService"
457
+ },
458
+ {
459
+ "stableId": "System.Private.CoreLib:System.IDisposable",
460
+ "clrName": "System.IDisposable"
461
+ },
462
+ {
463
+ "stableId": "System.Private.CoreLib:System.IAsyncDisposable",
464
+ "clrName": "System.IAsyncDisposable"
465
+ },
466
+ {
467
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.ITransactionEnlistmentManager",
468
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.ITransactionEnlistmentManager"
469
+ },
470
+ {
471
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection",
472
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection"
473
+ }
474
+ ],
215
475
  "methods": [
476
+ {
477
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection::OpenDbConnection(System.Boolean):System.Void",
478
+ "clrName": "OpenDbConnection",
479
+ "metadataToken": 100664527,
480
+ "canonicalSignature": "(System.Boolean):System.Void",
481
+ "normalizedSignature": "OpenDbConnection|(System.Boolean):System.Void|static=false",
482
+ "emitScope": "ClassSurface",
483
+ "provenance": "Original",
484
+ "arity": 0,
485
+ "parameterCount": 1,
486
+ "isStatic": false,
487
+ "isAbstract": false,
488
+ "isVirtual": true,
489
+ "isOverride": true,
490
+ "isSealed": false,
491
+ "visibility": "Protected",
492
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection",
493
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
494
+ "isExtensionMethod": false
495
+ },
496
+ {
497
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection::OpenDbConnectionAsync(System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task",
498
+ "clrName": "OpenDbConnectionAsync",
499
+ "metadataToken": 100664528,
500
+ "canonicalSignature": "(System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task",
501
+ "normalizedSignature": "OpenDbConnectionAsync|(System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
502
+ "emitScope": "ClassSurface",
503
+ "provenance": "Original",
504
+ "arity": 0,
505
+ "parameterCount": 2,
506
+ "isStatic": false,
507
+ "isAbstract": false,
508
+ "isVirtual": true,
509
+ "isOverride": true,
510
+ "isSealed": false,
511
+ "visibility": "Protected",
512
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection",
513
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
514
+ "isExtensionMethod": false
515
+ },
516
+ {
517
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection::CreateDbConnection():System.Data.Common.DbConnection",
518
+ "clrName": "CreateDbConnection",
519
+ "metadataToken": 100664529,
520
+ "canonicalSignature": "():System.Data.Common.DbConnection",
521
+ "normalizedSignature": "CreateDbConnection|():System.Data.Common.DbConnection|static=false",
522
+ "emitScope": "ClassSurface",
523
+ "provenance": "Original",
524
+ "arity": 0,
525
+ "parameterCount": 0,
526
+ "isStatic": false,
527
+ "isAbstract": false,
528
+ "isVirtual": true,
529
+ "isOverride": true,
530
+ "isSealed": false,
531
+ "visibility": "Protected",
532
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection",
533
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
534
+ "isExtensionMethod": false
535
+ },
216
536
  {
217
537
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection::CreateMasterConnection():Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection",
218
538
  "clrName": "CreateMasterConnection",
@@ -228,6 +548,27 @@
228
548
  "isVirtual": true,
229
549
  "isOverride": false,
230
550
  "isSealed": false,
551
+ "visibility": "Public",
552
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection",
553
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
554
+ "isExtensionMethod": false
555
+ },
556
+ {
557
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection::ModifyConnectionString(System.String):System.String",
558
+ "clrName": "ModifyConnectionString",
559
+ "metadataToken": 100664533,
560
+ "canonicalSignature": "(System.String):System.String",
561
+ "normalizedSignature": "ModifyConnectionString|(System.String):System.String|static=false",
562
+ "emitScope": "ClassSurface",
563
+ "provenance": "Original",
564
+ "arity": 0,
565
+ "parameterCount": 1,
566
+ "isStatic": false,
567
+ "isAbstract": false,
568
+ "isVirtual": true,
569
+ "isOverride": false,
570
+ "isSealed": false,
571
+ "visibility": "Protected",
231
572
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection",
232
573
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
233
574
  "isExtensionMethod": false
@@ -247,6 +588,7 @@
247
588
  "isVirtual": true,
248
589
  "isOverride": false,
249
590
  "isSealed": false,
591
+ "visibility": "Public",
250
592
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection",
251
593
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
252
594
  "isExtensionMethod": false,
@@ -269,6 +611,7 @@
269
611
  "isAbstract": false,
270
612
  "isVirtual": true,
271
613
  "isOverride": true,
614
+ "visibility": "Public",
272
615
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection",
273
616
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
274
617
  },
@@ -287,6 +630,26 @@
287
630
  "isAbstract": false,
288
631
  "isVirtual": true,
289
632
  "isOverride": false,
633
+ "visibility": "Public",
634
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection",
635
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
636
+ },
637
+ {
638
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection::SupportsAmbientTransactions:System.Boolean",
639
+ "clrName": "SupportsAmbientTransactions",
640
+ "metadataToken": 385876108,
641
+ "canonicalSignature": ":System.Boolean",
642
+ "normalizedSignature": "SupportsAmbientTransactions|:System.Boolean|static=false|accessor=get",
643
+ "emitScope": "ClassSurface",
644
+ "provenance": "Original",
645
+ "isIndexer": false,
646
+ "hasGetter": true,
647
+ "hasSetter": false,
648
+ "isStatic": false,
649
+ "isAbstract": false,
650
+ "isVirtual": true,
651
+ "isOverride": true,
652
+ "visibility": "Protected",
290
653
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection",
291
654
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
292
655
  },
@@ -305,6 +668,7 @@
305
668
  "isAbstract": false,
306
669
  "isVirtual": true,
307
670
  "isOverride": false,
671
+ "visibility": "Public",
308
672
  "sourceInterface": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection",
309
673
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection",
310
674
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
@@ -320,6 +684,7 @@
320
684
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalConnectionDependencies):void|static=false",
321
685
  "isStatic": false,
322
686
  "parameterCount": 1,
687
+ "visibility": "Public",
323
688
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection",
324
689
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
325
690
  }
@@ -336,6 +701,20 @@
336
701
  "isSealed": false,
337
702
  "isStatic": false,
338
703
  "arity": 0,
704
+ "baseType": {
705
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator",
706
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator"
707
+ },
708
+ "interfaces": [
709
+ {
710
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IRelationalDatabaseCreator",
711
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IRelationalDatabaseCreator"
712
+ },
713
+ {
714
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.IDatabaseCreator",
715
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IDatabaseCreator"
716
+ }
717
+ ],
339
718
  "methods": [
340
719
  {
341
720
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator::Create():System.Void",
@@ -352,6 +731,7 @@
352
731
  "isVirtual": true,
353
732
  "isOverride": true,
354
733
  "isSealed": false,
734
+ "visibility": "Public",
355
735
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator",
356
736
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
357
737
  "isExtensionMethod": false
@@ -371,6 +751,7 @@
371
751
  "isVirtual": true,
372
752
  "isOverride": true,
373
753
  "isSealed": false,
754
+ "visibility": "Public",
374
755
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator",
375
756
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
376
757
  "isExtensionMethod": false
@@ -390,6 +771,7 @@
390
771
  "isVirtual": true,
391
772
  "isOverride": true,
392
773
  "isSealed": false,
774
+ "visibility": "Public",
393
775
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator",
394
776
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
395
777
  "isExtensionMethod": false
@@ -409,6 +791,7 @@
409
791
  "isVirtual": true,
410
792
  "isOverride": true,
411
793
  "isSealed": false,
794
+ "visibility": "Public",
412
795
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator",
413
796
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
414
797
  "isExtensionMethod": false
@@ -428,6 +811,7 @@
428
811
  "isVirtual": true,
429
812
  "isOverride": true,
430
813
  "isSealed": false,
814
+ "visibility": "Public",
431
815
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator",
432
816
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
433
817
  "isExtensionMethod": false
@@ -447,6 +831,7 @@
447
831
  "isVirtual": true,
448
832
  "isOverride": true,
449
833
  "isSealed": false,
834
+ "visibility": "Public",
450
835
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator",
451
836
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
452
837
  "isExtensionMethod": false
@@ -466,6 +851,7 @@
466
851
  "isVirtual": true,
467
852
  "isOverride": true,
468
853
  "isSealed": false,
854
+ "visibility": "Public",
469
855
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator",
470
856
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
471
857
  "isExtensionMethod": false
@@ -485,6 +871,7 @@
485
871
  "isVirtual": true,
486
872
  "isOverride": true,
487
873
  "isSealed": false,
874
+ "visibility": "Public",
488
875
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator",
489
876
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
490
877
  "isExtensionMethod": false
@@ -506,6 +893,7 @@
506
893
  "isAbstract": false,
507
894
  "isVirtual": true,
508
895
  "isOverride": false,
896
+ "visibility": "Public",
509
897
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator",
510
898
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
511
899
  },
@@ -524,6 +912,7 @@
524
912
  "isAbstract": false,
525
913
  "isVirtual": true,
526
914
  "isOverride": false,
915
+ "visibility": "Public",
527
916
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator",
528
917
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
529
918
  }
@@ -538,6 +927,7 @@
538
927
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreatorDependencies,Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.ISqlServerConnection,Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder):void|static=false",
539
928
  "isStatic": false,
540
929
  "parameterCount": 3,
930
+ "visibility": "Public",
541
931
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator",
542
932
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
543
933
  }
@@ -554,7 +944,52 @@
554
944
  "isSealed": false,
555
945
  "isStatic": false,
556
946
  "arity": 0,
557
- "methods": [],
947
+ "baseType": {
948
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DateOnlyTypeMapping",
949
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.DateOnlyTypeMapping"
950
+ },
951
+ "methods": [
952
+ {
953
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateOnlyTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
954
+ "clrName": "Clone",
955
+ "metadataToken": 100664563,
956
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
957
+ "normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
958
+ "emitScope": "ClassSurface",
959
+ "provenance": "Original",
960
+ "arity": 0,
961
+ "parameterCount": 1,
962
+ "isStatic": false,
963
+ "isAbstract": false,
964
+ "isVirtual": true,
965
+ "isOverride": true,
966
+ "isSealed": false,
967
+ "visibility": "Protected",
968
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateOnlyTypeMapping",
969
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
970
+ "isExtensionMethod": false
971
+ },
972
+ {
973
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateOnlyTypeMapping::ConfigureParameter(System.Data.Common.DbParameter):System.Void",
974
+ "clrName": "ConfigureParameter",
975
+ "metadataToken": 100664564,
976
+ "canonicalSignature": "(System.Data.Common.DbParameter):System.Void",
977
+ "normalizedSignature": "ConfigureParameter|(System.Data.Common.DbParameter):System.Void|static=false",
978
+ "emitScope": "ClassSurface",
979
+ "provenance": "Original",
980
+ "arity": 0,
981
+ "parameterCount": 1,
982
+ "isStatic": false,
983
+ "isAbstract": false,
984
+ "isVirtual": true,
985
+ "isOverride": true,
986
+ "isSealed": false,
987
+ "visibility": "Protected",
988
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateOnlyTypeMapping",
989
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
990
+ "isExtensionMethod": false
991
+ }
992
+ ],
558
993
  "properties": [
559
994
  {
560
995
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateOnlyTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateOnlyTypeMapping",
@@ -571,13 +1006,45 @@
571
1006
  "isAbstract": false,
572
1007
  "isVirtual": false,
573
1008
  "isOverride": false,
1009
+ "visibility": "Public",
1010
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateOnlyTypeMapping",
1011
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1012
+ },
1013
+ {
1014
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateOnlyTypeMapping::SqlLiteralFormatString:System.String",
1015
+ "clrName": "SqlLiteralFormatString",
1016
+ "metadataToken": 385876112,
1017
+ "canonicalSignature": ":System.String",
1018
+ "normalizedSignature": "SqlLiteralFormatString|:System.String|static=false|accessor=get",
1019
+ "emitScope": "ClassSurface",
1020
+ "provenance": "Original",
1021
+ "isIndexer": false,
1022
+ "hasGetter": true,
1023
+ "hasSetter": false,
1024
+ "isStatic": false,
1025
+ "isAbstract": false,
1026
+ "isVirtual": true,
1027
+ "isOverride": true,
1028
+ "visibility": "Protected",
574
1029
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateOnlyTypeMapping",
575
1030
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
576
1031
  }
577
1032
  ],
578
1033
  "fields": [],
579
1034
  "events": [],
580
- "constructors": []
1035
+ "constructors": [
1036
+ {
1037
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateOnlyTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
1038
+ "metadataToken": 100664562,
1039
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
1040
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void|static=false",
1041
+ "isStatic": false,
1042
+ "parameterCount": 1,
1043
+ "visibility": "Protected",
1044
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateOnlyTypeMapping",
1045
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1046
+ }
1047
+ ]
581
1048
  },
582
1049
  {
583
1050
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeOffsetTypeMapping",
@@ -590,7 +1057,52 @@
590
1057
  "isSealed": false,
591
1058
  "isStatic": false,
592
1059
  "arity": 0,
593
- "methods": [],
1060
+ "baseType": {
1061
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DateTimeOffsetTypeMapping",
1062
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.DateTimeOffsetTypeMapping"
1063
+ },
1064
+ "methods": [
1065
+ {
1066
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeOffsetTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
1067
+ "clrName": "Clone",
1068
+ "metadataToken": 100664570,
1069
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
1070
+ "normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
1071
+ "emitScope": "ClassSurface",
1072
+ "provenance": "Original",
1073
+ "arity": 0,
1074
+ "parameterCount": 1,
1075
+ "isStatic": false,
1076
+ "isAbstract": false,
1077
+ "isVirtual": true,
1078
+ "isOverride": true,
1079
+ "isSealed": false,
1080
+ "visibility": "Protected",
1081
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeOffsetTypeMapping",
1082
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1083
+ "isExtensionMethod": false
1084
+ },
1085
+ {
1086
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeOffsetTypeMapping::ConfigureParameter(System.Data.Common.DbParameter):System.Void",
1087
+ "clrName": "ConfigureParameter",
1088
+ "metadataToken": 100664572,
1089
+ "canonicalSignature": "(System.Data.Common.DbParameter):System.Void",
1090
+ "normalizedSignature": "ConfigureParameter|(System.Data.Common.DbParameter):System.Void|static=false",
1091
+ "emitScope": "ClassSurface",
1092
+ "provenance": "Original",
1093
+ "arity": 0,
1094
+ "parameterCount": 1,
1095
+ "isStatic": false,
1096
+ "isAbstract": false,
1097
+ "isVirtual": true,
1098
+ "isOverride": true,
1099
+ "isSealed": false,
1100
+ "visibility": "Protected",
1101
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeOffsetTypeMapping",
1102
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1103
+ "isExtensionMethod": false
1104
+ }
1105
+ ],
594
1106
  "properties": [
595
1107
  {
596
1108
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeOffsetTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeOffsetTypeMapping",
@@ -607,6 +1119,26 @@
607
1119
  "isAbstract": false,
608
1120
  "isVirtual": false,
609
1121
  "isOverride": false,
1122
+ "visibility": "Public",
1123
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeOffsetTypeMapping",
1124
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1125
+ },
1126
+ {
1127
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeOffsetTypeMapping::SqlLiteralFormatString:System.String",
1128
+ "clrName": "SqlLiteralFormatString",
1129
+ "metadataToken": 385876114,
1130
+ "canonicalSignature": ":System.String",
1131
+ "normalizedSignature": "SqlLiteralFormatString|:System.String|static=false|accessor=get",
1132
+ "emitScope": "ClassSurface",
1133
+ "provenance": "Original",
1134
+ "isIndexer": false,
1135
+ "hasGetter": true,
1136
+ "hasSetter": false,
1137
+ "isStatic": false,
1138
+ "isAbstract": false,
1139
+ "isVirtual": true,
1140
+ "isOverride": true,
1141
+ "visibility": "Protected",
610
1142
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeOffsetTypeMapping",
611
1143
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
612
1144
  }
@@ -621,6 +1153,18 @@
621
1153
  "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],Microsoft.EntityFrameworkCore.Storage.StoreTypePostfix):void|static=false",
622
1154
  "isStatic": false,
623
1155
  "parameterCount": 3,
1156
+ "visibility": "Public",
1157
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeOffsetTypeMapping",
1158
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1159
+ },
1160
+ {
1161
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeOffsetTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
1162
+ "metadataToken": 100664569,
1163
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
1164
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void|static=false",
1165
+ "isStatic": false,
1166
+ "parameterCount": 1,
1167
+ "visibility": "Protected",
624
1168
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeOffsetTypeMapping",
625
1169
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
626
1170
  }
@@ -637,7 +1181,52 @@
637
1181
  "isSealed": false,
638
1182
  "isStatic": false,
639
1183
  "arity": 0,
640
- "methods": [],
1184
+ "baseType": {
1185
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DateTimeTypeMapping",
1186
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.DateTimeTypeMapping"
1187
+ },
1188
+ "methods": [
1189
+ {
1190
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeTypeMapping::ConfigureParameter(System.Data.Common.DbParameter):System.Void",
1191
+ "clrName": "ConfigureParameter",
1192
+ "metadataToken": 100664578,
1193
+ "canonicalSignature": "(System.Data.Common.DbParameter):System.Void",
1194
+ "normalizedSignature": "ConfigureParameter|(System.Data.Common.DbParameter):System.Void|static=false",
1195
+ "emitScope": "ClassSurface",
1196
+ "provenance": "Original",
1197
+ "arity": 0,
1198
+ "parameterCount": 1,
1199
+ "isStatic": false,
1200
+ "isAbstract": false,
1201
+ "isVirtual": true,
1202
+ "isOverride": true,
1203
+ "isSealed": false,
1204
+ "visibility": "Protected",
1205
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeTypeMapping",
1206
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1207
+ "isExtensionMethod": false
1208
+ },
1209
+ {
1210
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
1211
+ "clrName": "Clone",
1212
+ "metadataToken": 100664579,
1213
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
1214
+ "normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
1215
+ "emitScope": "ClassSurface",
1216
+ "provenance": "Original",
1217
+ "arity": 0,
1218
+ "parameterCount": 1,
1219
+ "isStatic": false,
1220
+ "isAbstract": false,
1221
+ "isVirtual": true,
1222
+ "isOverride": true,
1223
+ "isSealed": false,
1224
+ "visibility": "Protected",
1225
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeTypeMapping",
1226
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1227
+ "isExtensionMethod": false
1228
+ }
1229
+ ],
641
1230
  "properties": [
642
1231
  {
643
1232
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeTypeMapping",
@@ -654,6 +1243,7 @@
654
1243
  "isAbstract": false,
655
1244
  "isVirtual": false,
656
1245
  "isOverride": false,
1246
+ "visibility": "Public",
657
1247
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeTypeMapping",
658
1248
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
659
1249
  },
@@ -672,6 +1262,26 @@
672
1262
  "isAbstract": false,
673
1263
  "isVirtual": true,
674
1264
  "isOverride": false,
1265
+ "visibility": "Public",
1266
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeTypeMapping",
1267
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1268
+ },
1269
+ {
1270
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeTypeMapping::SqlLiteralFormatString:System.String",
1271
+ "clrName": "SqlLiteralFormatString",
1272
+ "metadataToken": 385876117,
1273
+ "canonicalSignature": ":System.String",
1274
+ "normalizedSignature": "SqlLiteralFormatString|:System.String|static=false|accessor=get",
1275
+ "emitScope": "ClassSurface",
1276
+ "provenance": "Original",
1277
+ "isIndexer": false,
1278
+ "hasGetter": true,
1279
+ "hasSetter": false,
1280
+ "isStatic": false,
1281
+ "isAbstract": false,
1282
+ "isVirtual": true,
1283
+ "isOverride": true,
1284
+ "visibility": "Protected",
675
1285
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeTypeMapping",
676
1286
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
677
1287
  }
@@ -686,6 +1296,18 @@
686
1296
  "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],Microsoft.EntityFrameworkCore.Storage.StoreTypePostfix):void|static=false",
687
1297
  "isStatic": false,
688
1298
  "parameterCount": 4,
1299
+ "visibility": "Public",
1300
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeTypeMapping",
1301
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1302
+ },
1303
+ {
1304
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters,System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void",
1305
+ "metadataToken": 100664576,
1306
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters,System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void",
1307
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters,System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
1308
+ "isStatic": false,
1309
+ "parameterCount": 2,
1310
+ "visibility": "Protected",
689
1311
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDateTimeTypeMapping",
690
1312
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
691
1313
  }
@@ -702,7 +1324,52 @@
702
1324
  "isSealed": false,
703
1325
  "isStatic": false,
704
1326
  "arity": 0,
705
- "methods": [],
1327
+ "baseType": {
1328
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DecimalTypeMapping",
1329
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.DecimalTypeMapping"
1330
+ },
1331
+ "methods": [
1332
+ {
1333
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDecimalTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
1334
+ "clrName": "Clone",
1335
+ "metadataToken": 100664586,
1336
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
1337
+ "normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
1338
+ "emitScope": "ClassSurface",
1339
+ "provenance": "Original",
1340
+ "arity": 0,
1341
+ "parameterCount": 1,
1342
+ "isStatic": false,
1343
+ "isAbstract": false,
1344
+ "isVirtual": true,
1345
+ "isOverride": true,
1346
+ "isSealed": false,
1347
+ "visibility": "Protected",
1348
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDecimalTypeMapping",
1349
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1350
+ "isExtensionMethod": false
1351
+ },
1352
+ {
1353
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDecimalTypeMapping::ConfigureParameter(System.Data.Common.DbParameter):System.Void",
1354
+ "clrName": "ConfigureParameter",
1355
+ "metadataToken": 100664587,
1356
+ "canonicalSignature": "(System.Data.Common.DbParameter):System.Void",
1357
+ "normalizedSignature": "ConfigureParameter|(System.Data.Common.DbParameter):System.Void|static=false",
1358
+ "emitScope": "ClassSurface",
1359
+ "provenance": "Original",
1360
+ "arity": 0,
1361
+ "parameterCount": 1,
1362
+ "isStatic": false,
1363
+ "isAbstract": false,
1364
+ "isVirtual": true,
1365
+ "isOverride": true,
1366
+ "isSealed": false,
1367
+ "visibility": "Protected",
1368
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDecimalTypeMapping",
1369
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1370
+ "isExtensionMethod": false
1371
+ }
1372
+ ],
706
1373
  "properties": [
707
1374
  {
708
1375
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDecimalTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDecimalTypeMapping",
@@ -719,6 +1386,7 @@
719
1386
  "isAbstract": false,
720
1387
  "isVirtual": false,
721
1388
  "isOverride": false,
1389
+ "visibility": "Public",
722
1390
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDecimalTypeMapping",
723
1391
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
724
1392
  },
@@ -737,6 +1405,7 @@
737
1405
  "isAbstract": false,
738
1406
  "isVirtual": true,
739
1407
  "isOverride": false,
1408
+ "visibility": "Public",
740
1409
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDecimalTypeMapping",
741
1410
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
742
1411
  }
@@ -751,6 +1420,18 @@
751
1420
  "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],Microsoft.EntityFrameworkCore.Storage.StoreTypePostfix):void|static=false",
752
1421
  "isStatic": false,
753
1422
  "parameterCount": 6,
1423
+ "visibility": "Public",
1424
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDecimalTypeMapping",
1425
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1426
+ },
1427
+ {
1428
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDecimalTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters,System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void",
1429
+ "metadataToken": 100664584,
1430
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters,System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void",
1431
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters,System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
1432
+ "isStatic": false,
1433
+ "parameterCount": 2,
1434
+ "visibility": "Protected",
754
1435
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDecimalTypeMapping",
755
1436
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
756
1437
  }
@@ -767,7 +1448,51 @@
767
1448
  "isSealed": false,
768
1449
  "isStatic": false,
769
1450
  "arity": 0,
1451
+ "baseType": {
1452
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DoubleTypeMapping",
1453
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.DoubleTypeMapping"
1454
+ },
770
1455
  "methods": [
1456
+ {
1457
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDoubleTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
1458
+ "clrName": "Clone",
1459
+ "metadataToken": 100664592,
1460
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
1461
+ "normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
1462
+ "emitScope": "ClassSurface",
1463
+ "provenance": "Original",
1464
+ "arity": 0,
1465
+ "parameterCount": 1,
1466
+ "isStatic": false,
1467
+ "isAbstract": false,
1468
+ "isVirtual": true,
1469
+ "isOverride": true,
1470
+ "isSealed": false,
1471
+ "visibility": "Protected",
1472
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDoubleTypeMapping",
1473
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1474
+ "isExtensionMethod": false
1475
+ },
1476
+ {
1477
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDoubleTypeMapping::GenerateNonNullSqlLiteral(System.Object):System.String",
1478
+ "clrName": "GenerateNonNullSqlLiteral",
1479
+ "metadataToken": 100664593,
1480
+ "canonicalSignature": "(System.Object):System.String",
1481
+ "normalizedSignature": "GenerateNonNullSqlLiteral|(System.Object):System.String|static=false",
1482
+ "emitScope": "ClassSurface",
1483
+ "provenance": "Original",
1484
+ "arity": 0,
1485
+ "parameterCount": 1,
1486
+ "isStatic": false,
1487
+ "isAbstract": false,
1488
+ "isVirtual": true,
1489
+ "isOverride": true,
1490
+ "isSealed": false,
1491
+ "visibility": "Protected",
1492
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDoubleTypeMapping",
1493
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1494
+ "isExtensionMethod": false
1495
+ },
771
1496
  {
772
1497
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDoubleTypeMapping::GetDataReaderMethod():System.Reflection.MethodInfo",
773
1498
  "clrName": "GetDataReaderMethod",
@@ -783,6 +1508,7 @@
783
1508
  "isVirtual": true,
784
1509
  "isOverride": true,
785
1510
  "isSealed": false,
1511
+ "visibility": "Public",
786
1512
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDoubleTypeMapping",
787
1513
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
788
1514
  "isExtensionMethod": false
@@ -802,6 +1528,27 @@
802
1528
  "isVirtual": true,
803
1529
  "isOverride": true,
804
1530
  "isSealed": false,
1531
+ "visibility": "Public",
1532
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDoubleTypeMapping",
1533
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1534
+ "isExtensionMethod": false
1535
+ },
1536
+ {
1537
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDoubleTypeMapping::ConfigureParameter(System.Data.Common.DbParameter):System.Void",
1538
+ "clrName": "ConfigureParameter",
1539
+ "metadataToken": 100664596,
1540
+ "canonicalSignature": "(System.Data.Common.DbParameter):System.Void",
1541
+ "normalizedSignature": "ConfigureParameter|(System.Data.Common.DbParameter):System.Void|static=false",
1542
+ "emitScope": "ClassSurface",
1543
+ "provenance": "Original",
1544
+ "arity": 0,
1545
+ "parameterCount": 1,
1546
+ "isStatic": false,
1547
+ "isAbstract": false,
1548
+ "isVirtual": true,
1549
+ "isOverride": true,
1550
+ "isSealed": false,
1551
+ "visibility": "Protected",
805
1552
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDoubleTypeMapping",
806
1553
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
807
1554
  "isExtensionMethod": false
@@ -823,6 +1570,7 @@
823
1570
  "isAbstract": false,
824
1571
  "isVirtual": false,
825
1572
  "isOverride": false,
1573
+ "visibility": "Public",
826
1574
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDoubleTypeMapping",
827
1575
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
828
1576
  }
@@ -837,6 +1585,18 @@
837
1585
  "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],Microsoft.EntityFrameworkCore.Storage.StoreTypePostfix):void|static=false",
838
1586
  "isStatic": false,
839
1587
  "parameterCount": 3,
1588
+ "visibility": "Public",
1589
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDoubleTypeMapping",
1590
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1591
+ },
1592
+ {
1593
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDoubleTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
1594
+ "metadataToken": 100664591,
1595
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
1596
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void|static=false",
1597
+ "isStatic": false,
1598
+ "parameterCount": 1,
1599
+ "visibility": "Protected",
840
1600
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDoubleTypeMapping",
841
1601
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
842
1602
  }
@@ -853,6 +1613,16 @@
853
1613
  "isSealed": false,
854
1614
  "isStatic": false,
855
1615
  "arity": 0,
1616
+ "baseType": {
1617
+ "stableId": "System.Private.CoreLib:System.Object",
1618
+ "clrName": "System.Object"
1619
+ },
1620
+ "interfaces": [
1621
+ {
1622
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.IExceptionDetector",
1623
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IExceptionDetector"
1624
+ }
1625
+ ],
856
1626
  "methods": [
857
1627
  {
858
1628
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExceptionDetector::IsCancellation(System.Exception,System.Threading.CancellationToken):System.Boolean",
@@ -869,6 +1639,7 @@
869
1639
  "isVirtual": true,
870
1640
  "isOverride": false,
871
1641
  "isSealed": false,
1642
+ "visibility": "Public",
872
1643
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExceptionDetector",
873
1644
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
874
1645
  "isExtensionMethod": false
@@ -885,6 +1656,7 @@
885
1656
  "normalizedSignature": "constructor|():void|static=false",
886
1657
  "isStatic": false,
887
1658
  "parameterCount": 0,
1659
+ "visibility": "Public",
888
1660
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExceptionDetector",
889
1661
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
890
1662
  }
@@ -901,6 +1673,16 @@
901
1673
  "isSealed": false,
902
1674
  "isStatic": false,
903
1675
  "arity": 0,
1676
+ "baseType": {
1677
+ "stableId": "System.Private.CoreLib:System.Object",
1678
+ "clrName": "System.Object"
1679
+ },
1680
+ "interfaces": [
1681
+ {
1682
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy",
1683
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy"
1684
+ }
1685
+ ],
904
1686
  "methods": [
905
1687
  {
906
1688
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy::Execute(TState,Func_3,Func_3):TResult",
@@ -917,6 +1699,7 @@
917
1699
  "isVirtual": true,
918
1700
  "isOverride": false,
919
1701
  "isSealed": false,
1702
+ "visibility": "Public",
920
1703
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy",
921
1704
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
922
1705
  "isExtensionMethod": false
@@ -936,12 +1719,32 @@
936
1719
  "isVirtual": true,
937
1720
  "isOverride": false,
938
1721
  "isSealed": false,
1722
+ "visibility": "Public",
939
1723
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy",
940
1724
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
941
1725
  "isExtensionMethod": false
942
1726
  }
943
1727
  ],
944
1728
  "properties": [
1729
+ {
1730
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy::Dependencies:Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies",
1731
+ "clrName": "Dependencies",
1732
+ "metadataToken": 385876121,
1733
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies",
1734
+ "normalizedSignature": "Dependencies|:Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies|static=false|accessor=get",
1735
+ "emitScope": "ClassSurface",
1736
+ "provenance": "Original",
1737
+ "isIndexer": false,
1738
+ "hasGetter": true,
1739
+ "hasSetter": false,
1740
+ "isStatic": false,
1741
+ "isAbstract": false,
1742
+ "isVirtual": true,
1743
+ "isOverride": false,
1744
+ "visibility": "Protected",
1745
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy",
1746
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1747
+ },
945
1748
  {
946
1749
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy::RetriesOnFailure:System.Boolean",
947
1750
  "clrName": "RetriesOnFailure",
@@ -957,6 +1760,7 @@
957
1760
  "isAbstract": false,
958
1761
  "isVirtual": true,
959
1762
  "isOverride": false,
1763
+ "visibility": "Public",
960
1764
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy",
961
1765
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
962
1766
  }
@@ -971,6 +1775,7 @@
971
1775
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies):void|static=false",
972
1776
  "isStatic": false,
973
1777
  "parameterCount": 1,
1778
+ "visibility": "Public",
974
1779
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy",
975
1780
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
976
1781
  }
@@ -987,7 +1792,38 @@
987
1792
  "isSealed": false,
988
1793
  "isStatic": false,
989
1794
  "arity": 0,
990
- "methods": [],
1795
+ "baseType": {
1796
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalExecutionStrategyFactory",
1797
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.RelationalExecutionStrategyFactory"
1798
+ },
1799
+ "interfaces": [
1800
+ {
1801
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.IExecutionStrategyFactory",
1802
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IExecutionStrategyFactory"
1803
+ }
1804
+ ],
1805
+ "methods": [
1806
+ {
1807
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategyFactory::CreateDefaultStrategy(Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies):Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy",
1808
+ "clrName": "CreateDefaultStrategy",
1809
+ "metadataToken": 100664606,
1810
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies):Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy",
1811
+ "normalizedSignature": "CreateDefaultStrategy|(Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies):Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy|static=false",
1812
+ "emitScope": "ClassSurface",
1813
+ "provenance": "Original",
1814
+ "arity": 0,
1815
+ "parameterCount": 1,
1816
+ "isStatic": false,
1817
+ "isAbstract": false,
1818
+ "isVirtual": true,
1819
+ "isOverride": true,
1820
+ "isSealed": false,
1821
+ "visibility": "Protected",
1822
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategyFactory",
1823
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1824
+ "isExtensionMethod": false
1825
+ }
1826
+ ],
991
1827
  "properties": [],
992
1828
  "fields": [],
993
1829
  "events": [],
@@ -999,6 +1835,7 @@
999
1835
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies):void|static=false",
1000
1836
  "isStatic": false,
1001
1837
  "parameterCount": 1,
1838
+ "visibility": "Public",
1002
1839
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategyFactory",
1003
1840
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1004
1841
  }
@@ -1015,23 +1852,89 @@
1015
1852
  "isSealed": false,
1016
1853
  "isStatic": false,
1017
1854
  "arity": 0,
1018
- "methods": [],
1019
- "properties": [
1855
+ "baseType": {
1856
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.FloatTypeMapping",
1857
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.FloatTypeMapping"
1858
+ },
1859
+ "methods": [
1020
1860
  {
1021
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerFloatTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerFloatTypeMapping",
1022
- "clrName": "Default",
1023
- "metadataToken": 385876123,
1024
- "canonicalSignature": ":Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerFloatTypeMapping",
1025
- "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerFloatTypeMapping|static=true|accessor=get",
1861
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerFloatTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
1862
+ "clrName": "Clone",
1863
+ "metadataToken": 100664610,
1864
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
1865
+ "normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
1026
1866
  "emitScope": "ClassSurface",
1027
1867
  "provenance": "Original",
1028
- "isIndexer": false,
1029
- "hasGetter": true,
1030
- "hasSetter": false,
1031
- "isStatic": true,
1868
+ "arity": 0,
1869
+ "parameterCount": 1,
1870
+ "isStatic": false,
1871
+ "isAbstract": false,
1872
+ "isVirtual": true,
1873
+ "isOverride": true,
1874
+ "isSealed": false,
1875
+ "visibility": "Protected",
1876
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerFloatTypeMapping",
1877
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1878
+ "isExtensionMethod": false
1879
+ },
1880
+ {
1881
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerFloatTypeMapping::GenerateNonNullSqlLiteral(System.Object):System.String",
1882
+ "clrName": "GenerateNonNullSqlLiteral",
1883
+ "metadataToken": 100664611,
1884
+ "canonicalSignature": "(System.Object):System.String",
1885
+ "normalizedSignature": "GenerateNonNullSqlLiteral|(System.Object):System.String|static=false",
1886
+ "emitScope": "ClassSurface",
1887
+ "provenance": "Original",
1888
+ "arity": 0,
1889
+ "parameterCount": 1,
1890
+ "isStatic": false,
1891
+ "isAbstract": false,
1892
+ "isVirtual": true,
1893
+ "isOverride": true,
1894
+ "isSealed": false,
1895
+ "visibility": "Protected",
1896
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerFloatTypeMapping",
1897
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1898
+ "isExtensionMethod": false
1899
+ },
1900
+ {
1901
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerFloatTypeMapping::ConfigureParameter(System.Data.Common.DbParameter):System.Void",
1902
+ "clrName": "ConfigureParameter",
1903
+ "metadataToken": 100664612,
1904
+ "canonicalSignature": "(System.Data.Common.DbParameter):System.Void",
1905
+ "normalizedSignature": "ConfigureParameter|(System.Data.Common.DbParameter):System.Void|static=false",
1906
+ "emitScope": "ClassSurface",
1907
+ "provenance": "Original",
1908
+ "arity": 0,
1909
+ "parameterCount": 1,
1910
+ "isStatic": false,
1911
+ "isAbstract": false,
1912
+ "isVirtual": true,
1913
+ "isOverride": true,
1914
+ "isSealed": false,
1915
+ "visibility": "Protected",
1916
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerFloatTypeMapping",
1917
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1918
+ "isExtensionMethod": false
1919
+ }
1920
+ ],
1921
+ "properties": [
1922
+ {
1923
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerFloatTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerFloatTypeMapping",
1924
+ "clrName": "Default",
1925
+ "metadataToken": 385876123,
1926
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerFloatTypeMapping",
1927
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerFloatTypeMapping|static=true|accessor=get",
1928
+ "emitScope": "ClassSurface",
1929
+ "provenance": "Original",
1930
+ "isIndexer": false,
1931
+ "hasGetter": true,
1932
+ "hasSetter": false,
1933
+ "isStatic": true,
1032
1934
  "isAbstract": false,
1033
1935
  "isVirtual": false,
1034
1936
  "isOverride": false,
1937
+ "visibility": "Public",
1035
1938
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerFloatTypeMapping",
1036
1939
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1037
1940
  }
@@ -1046,6 +1949,18 @@
1046
1949
  "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],Microsoft.EntityFrameworkCore.Storage.StoreTypePostfix):void|static=false",
1047
1950
  "isStatic": false,
1048
1951
  "parameterCount": 3,
1952
+ "visibility": "Public",
1953
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerFloatTypeMapping",
1954
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1955
+ },
1956
+ {
1957
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerFloatTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
1958
+ "metadataToken": 100664609,
1959
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
1960
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void|static=false",
1961
+ "isStatic": false,
1962
+ "parameterCount": 1,
1963
+ "visibility": "Protected",
1049
1964
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerFloatTypeMapping",
1050
1965
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1051
1966
  }
@@ -1062,7 +1977,52 @@
1062
1977
  "isSealed": false,
1063
1978
  "isStatic": false,
1064
1979
  "arity": 0,
1065
- "methods": [],
1980
+ "baseType": {
1981
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.LongTypeMapping",
1982
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.LongTypeMapping"
1983
+ },
1984
+ "methods": [
1985
+ {
1986
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerLongTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
1987
+ "clrName": "Clone",
1988
+ "metadataToken": 100664617,
1989
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
1990
+ "normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
1991
+ "emitScope": "ClassSurface",
1992
+ "provenance": "Original",
1993
+ "arity": 0,
1994
+ "parameterCount": 1,
1995
+ "isStatic": false,
1996
+ "isAbstract": false,
1997
+ "isVirtual": true,
1998
+ "isOverride": true,
1999
+ "isSealed": false,
2000
+ "visibility": "Protected",
2001
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerLongTypeMapping",
2002
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
2003
+ "isExtensionMethod": false
2004
+ },
2005
+ {
2006
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerLongTypeMapping::GenerateNonNullSqlLiteral(System.Object):System.String",
2007
+ "clrName": "GenerateNonNullSqlLiteral",
2008
+ "metadataToken": 100664618,
2009
+ "canonicalSignature": "(System.Object):System.String",
2010
+ "normalizedSignature": "GenerateNonNullSqlLiteral|(System.Object):System.String|static=false",
2011
+ "emitScope": "ClassSurface",
2012
+ "provenance": "Original",
2013
+ "arity": 0,
2014
+ "parameterCount": 1,
2015
+ "isStatic": false,
2016
+ "isAbstract": false,
2017
+ "isVirtual": true,
2018
+ "isOverride": true,
2019
+ "isSealed": false,
2020
+ "visibility": "Protected",
2021
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerLongTypeMapping",
2022
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
2023
+ "isExtensionMethod": false
2024
+ }
2025
+ ],
1066
2026
  "properties": [
1067
2027
  {
1068
2028
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerLongTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerLongTypeMapping",
@@ -1079,6 +2039,7 @@
1079
2039
  "isAbstract": false,
1080
2040
  "isVirtual": false,
1081
2041
  "isOverride": false,
2042
+ "visibility": "Public",
1082
2043
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerLongTypeMapping",
1083
2044
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1084
2045
  }
@@ -1093,6 +2054,18 @@
1093
2054
  "normalizedSignature": "constructor|(System.String,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
1094
2055
  "isStatic": false,
1095
2056
  "parameterCount": 5,
2057
+ "visibility": "Public",
2058
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerLongTypeMapping",
2059
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
2060
+ },
2061
+ {
2062
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerLongTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
2063
+ "metadataToken": 100664616,
2064
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
2065
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void|static=false",
2066
+ "isStatic": false,
2067
+ "parameterCount": 1,
2068
+ "visibility": "Protected",
1096
2069
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerLongTypeMapping",
1097
2070
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1098
2071
  }
@@ -1109,7 +2082,52 @@
1109
2082
  "isSealed": false,
1110
2083
  "isStatic": false,
1111
2084
  "arity": 0,
1112
- "methods": [],
2085
+ "baseType": {
2086
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ShortTypeMapping",
2087
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.ShortTypeMapping"
2088
+ },
2089
+ "methods": [
2090
+ {
2091
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerShortTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
2092
+ "clrName": "Clone",
2093
+ "metadataToken": 100664623,
2094
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
2095
+ "normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
2096
+ "emitScope": "ClassSurface",
2097
+ "provenance": "Original",
2098
+ "arity": 0,
2099
+ "parameterCount": 1,
2100
+ "isStatic": false,
2101
+ "isAbstract": false,
2102
+ "isVirtual": true,
2103
+ "isOverride": true,
2104
+ "isSealed": false,
2105
+ "visibility": "Protected",
2106
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerShortTypeMapping",
2107
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
2108
+ "isExtensionMethod": false
2109
+ },
2110
+ {
2111
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerShortTypeMapping::GenerateNonNullSqlLiteral(System.Object):System.String",
2112
+ "clrName": "GenerateNonNullSqlLiteral",
2113
+ "metadataToken": 100664624,
2114
+ "canonicalSignature": "(System.Object):System.String",
2115
+ "normalizedSignature": "GenerateNonNullSqlLiteral|(System.Object):System.String|static=false",
2116
+ "emitScope": "ClassSurface",
2117
+ "provenance": "Original",
2118
+ "arity": 0,
2119
+ "parameterCount": 1,
2120
+ "isStatic": false,
2121
+ "isAbstract": false,
2122
+ "isVirtual": true,
2123
+ "isOverride": true,
2124
+ "isSealed": false,
2125
+ "visibility": "Protected",
2126
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerShortTypeMapping",
2127
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
2128
+ "isExtensionMethod": false
2129
+ }
2130
+ ],
1113
2131
  "properties": [
1114
2132
  {
1115
2133
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerShortTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerShortTypeMapping",
@@ -1126,6 +2144,7 @@
1126
2144
  "isAbstract": false,
1127
2145
  "isVirtual": false,
1128
2146
  "isOverride": false,
2147
+ "visibility": "Public",
1129
2148
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerShortTypeMapping",
1130
2149
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1131
2150
  }
@@ -1140,6 +2159,18 @@
1140
2159
  "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
1141
2160
  "isStatic": false,
1142
2161
  "parameterCount": 2,
2162
+ "visibility": "Public",
2163
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerShortTypeMapping",
2164
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
2165
+ },
2166
+ {
2167
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerShortTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
2168
+ "metadataToken": 100664622,
2169
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
2170
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void|static=false",
2171
+ "isStatic": false,
2172
+ "parameterCount": 1,
2173
+ "visibility": "Protected",
1143
2174
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerShortTypeMapping",
1144
2175
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1145
2176
  }
@@ -1156,6 +2187,16 @@
1156
2187
  "isSealed": false,
1157
2188
  "isStatic": false,
1158
2189
  "arity": 0,
2190
+ "baseType": {
2191
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalSqlGenerationHelper",
2192
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.RelationalSqlGenerationHelper"
2193
+ },
2194
+ "interfaces": [
2195
+ {
2196
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper",
2197
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper"
2198
+ }
2199
+ ],
1159
2200
  "methods": [
1160
2201
  {
1161
2202
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper::EscapeIdentifier(System.String):System.String",
@@ -1172,6 +2213,7 @@
1172
2213
  "isVirtual": true,
1173
2214
  "isOverride": true,
1174
2215
  "isSealed": false,
2216
+ "visibility": "Public",
1175
2217
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper",
1176
2218
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1177
2219
  "isExtensionMethod": false
@@ -1191,6 +2233,7 @@
1191
2233
  "isVirtual": true,
1192
2234
  "isOverride": true,
1193
2235
  "isSealed": false,
2236
+ "visibility": "Public",
1194
2237
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper",
1195
2238
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1196
2239
  "isExtensionMethod": false
@@ -1210,6 +2253,7 @@
1210
2253
  "isVirtual": true,
1211
2254
  "isOverride": true,
1212
2255
  "isSealed": false,
2256
+ "visibility": "Public",
1213
2257
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper",
1214
2258
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1215
2259
  "isExtensionMethod": false
@@ -1229,6 +2273,7 @@
1229
2273
  "isVirtual": true,
1230
2274
  "isOverride": true,
1231
2275
  "isSealed": false,
2276
+ "visibility": "Public",
1232
2277
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper",
1233
2278
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1234
2279
  "isExtensionMethod": false
@@ -1248,6 +2293,7 @@
1248
2293
  "isVirtual": true,
1249
2294
  "isOverride": true,
1250
2295
  "isSealed": false,
2296
+ "visibility": "Public",
1251
2297
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper",
1252
2298
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1253
2299
  "isExtensionMethod": false
@@ -1267,6 +2313,7 @@
1267
2313
  "isVirtual": true,
1268
2314
  "isOverride": true,
1269
2315
  "isSealed": false,
2316
+ "visibility": "Public",
1270
2317
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper",
1271
2318
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1272
2319
  "isExtensionMethod": false
@@ -1286,6 +2333,7 @@
1286
2333
  "isVirtual": true,
1287
2334
  "isOverride": true,
1288
2335
  "isSealed": false,
2336
+ "visibility": "Public",
1289
2337
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper",
1290
2338
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1291
2339
  "isExtensionMethod": false
@@ -1305,6 +2353,7 @@
1305
2353
  "isVirtual": true,
1306
2354
  "isOverride": true,
1307
2355
  "isSealed": false,
2356
+ "visibility": "Public",
1308
2357
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper",
1309
2358
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1310
2359
  "isExtensionMethod": false
@@ -1326,6 +2375,7 @@
1326
2375
  "isAbstract": false,
1327
2376
  "isVirtual": true,
1328
2377
  "isOverride": true,
2378
+ "visibility": "Public",
1329
2379
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper",
1330
2380
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1331
2381
  },
@@ -1344,6 +2394,7 @@
1344
2394
  "isAbstract": false,
1345
2395
  "isVirtual": true,
1346
2396
  "isOverride": true,
2397
+ "visibility": "Public",
1347
2398
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper",
1348
2399
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1349
2400
  }
@@ -1358,6 +2409,7 @@
1358
2409
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalSqlGenerationHelperDependencies):void|static=false",
1359
2410
  "isStatic": false,
1360
2411
  "parameterCount": 1,
2412
+ "visibility": "Public",
1361
2413
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlGenerationHelper",
1362
2414
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1363
2415
  }
@@ -1374,7 +2426,32 @@
1374
2426
  "isSealed": false,
1375
2427
  "isStatic": false,
1376
2428
  "arity": 0,
1377
- "methods": [],
2429
+ "baseType": {
2430
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
2431
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping"
2432
+ },
2433
+ "methods": [
2434
+ {
2435
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlVariantTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
2436
+ "clrName": "Clone",
2437
+ "metadataToken": 100664640,
2438
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
2439
+ "normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
2440
+ "emitScope": "ClassSurface",
2441
+ "provenance": "Original",
2442
+ "arity": 0,
2443
+ "parameterCount": 1,
2444
+ "isStatic": false,
2445
+ "isAbstract": false,
2446
+ "isVirtual": true,
2447
+ "isOverride": true,
2448
+ "isSealed": false,
2449
+ "visibility": "Protected",
2450
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlVariantTypeMapping",
2451
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
2452
+ "isExtensionMethod": false
2453
+ }
2454
+ ],
1378
2455
  "properties": [
1379
2456
  {
1380
2457
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlVariantTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlVariantTypeMapping",
@@ -1391,6 +2468,7 @@
1391
2468
  "isAbstract": false,
1392
2469
  "isVirtual": false,
1393
2470
  "isOverride": false,
2471
+ "visibility": "Public",
1394
2472
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlVariantTypeMapping",
1395
2473
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1396
2474
  }
@@ -1405,6 +2483,18 @@
1405
2483
  "normalizedSignature": "constructor|(System.String):void|static=false",
1406
2484
  "isStatic": false,
1407
2485
  "parameterCount": 1,
2486
+ "visibility": "Public",
2487
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlVariantTypeMapping",
2488
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
2489
+ },
2490
+ {
2491
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlVariantTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
2492
+ "metadataToken": 100664639,
2493
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
2494
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void|static=false",
2495
+ "isStatic": false,
2496
+ "parameterCount": 1,
2497
+ "visibility": "Protected",
1408
2498
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerSqlVariantTypeMapping",
1409
2499
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1410
2500
  }
@@ -1421,7 +2511,72 @@
1421
2511
  "isSealed": false,
1422
2512
  "isStatic": false,
1423
2513
  "arity": 0,
1424
- "methods": [],
2514
+ "baseType": {
2515
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.StringTypeMapping",
2516
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.StringTypeMapping"
2517
+ },
2518
+ "methods": [
2519
+ {
2520
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
2521
+ "clrName": "Clone",
2522
+ "metadataToken": 100664649,
2523
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
2524
+ "normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
2525
+ "emitScope": "ClassSurface",
2526
+ "provenance": "Original",
2527
+ "arity": 0,
2528
+ "parameterCount": 1,
2529
+ "isStatic": false,
2530
+ "isAbstract": false,
2531
+ "isVirtual": true,
2532
+ "isOverride": true,
2533
+ "isSealed": false,
2534
+ "visibility": "Protected",
2535
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping",
2536
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
2537
+ "isExtensionMethod": false
2538
+ },
2539
+ {
2540
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping::ConfigureParameter(System.Data.Common.DbParameter):System.Void",
2541
+ "clrName": "ConfigureParameter",
2542
+ "metadataToken": 100664650,
2543
+ "canonicalSignature": "(System.Data.Common.DbParameter):System.Void",
2544
+ "normalizedSignature": "ConfigureParameter|(System.Data.Common.DbParameter):System.Void|static=false",
2545
+ "emitScope": "ClassSurface",
2546
+ "provenance": "Original",
2547
+ "arity": 0,
2548
+ "parameterCount": 1,
2549
+ "isStatic": false,
2550
+ "isAbstract": false,
2551
+ "isVirtual": true,
2552
+ "isOverride": true,
2553
+ "isSealed": false,
2554
+ "visibility": "Protected",
2555
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping",
2556
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
2557
+ "isExtensionMethod": false
2558
+ },
2559
+ {
2560
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping::GenerateNonNullSqlLiteral(System.Object):System.String",
2561
+ "clrName": "GenerateNonNullSqlLiteral",
2562
+ "metadataToken": 100664651,
2563
+ "canonicalSignature": "(System.Object):System.String",
2564
+ "normalizedSignature": "GenerateNonNullSqlLiteral|(System.Object):System.String|static=false",
2565
+ "emitScope": "ClassSurface",
2566
+ "provenance": "Original",
2567
+ "arity": 0,
2568
+ "parameterCount": 1,
2569
+ "isStatic": false,
2570
+ "isAbstract": false,
2571
+ "isVirtual": true,
2572
+ "isOverride": true,
2573
+ "isSealed": false,
2574
+ "visibility": "Protected",
2575
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping",
2576
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
2577
+ "isExtensionMethod": false
2578
+ }
2579
+ ],
1425
2580
  "properties": [
1426
2581
  {
1427
2582
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping",
@@ -1438,6 +2593,7 @@
1438
2593
  "isAbstract": false,
1439
2594
  "isVirtual": false,
1440
2595
  "isOverride": false,
2596
+ "visibility": "Public",
1441
2597
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping",
1442
2598
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1443
2599
  },
@@ -1456,6 +2612,7 @@
1456
2612
  "isAbstract": false,
1457
2613
  "isVirtual": false,
1458
2614
  "isOverride": false,
2615
+ "visibility": "Public",
1459
2616
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping",
1460
2617
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1461
2618
  },
@@ -1474,6 +2631,7 @@
1474
2631
  "isAbstract": false,
1475
2632
  "isVirtual": false,
1476
2633
  "isOverride": false,
2634
+ "visibility": "Public",
1477
2635
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping",
1478
2636
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1479
2637
  }
@@ -1488,6 +2646,18 @@
1488
2646
  "normalizedSignature": "constructor|(System.String,System.Boolean,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Nullable_1[[Microsoft.EntityFrameworkCore.Storage.StoreTypePostfix,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):void|static=false",
1489
2647
  "isStatic": false,
1490
2648
  "parameterCount": 7,
2649
+ "visibility": "Public",
2650
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping",
2651
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
2652
+ },
2653
+ {
2654
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters,System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void",
2655
+ "metadataToken": 100664648,
2656
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters,System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void",
2657
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters,System.Nullable_1[[System.Data.SqlDbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
2658
+ "isStatic": false,
2659
+ "parameterCount": 2,
2660
+ "visibility": "Protected",
1491
2661
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStringTypeMapping",
1492
2662
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1493
2663
  }
@@ -1504,6 +2674,10 @@
1504
2674
  "isSealed": false,
1505
2675
  "isStatic": false,
1506
2676
  "arity": 0,
2677
+ "baseType": {
2678
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.JsonTypeMapping",
2679
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.JsonTypeMapping"
2680
+ },
1507
2681
  "methods": [
1508
2682
  {
1509
2683
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping::GetDataReaderMethod():System.Reflection.MethodInfo",
@@ -1520,6 +2694,7 @@
1520
2694
  "isVirtual": true,
1521
2695
  "isOverride": true,
1522
2696
  "isSealed": false,
2697
+ "visibility": "Public",
1523
2698
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
1524
2699
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1525
2700
  "isExtensionMethod": false
@@ -1539,6 +2714,7 @@
1539
2714
  "isVirtual": false,
1540
2715
  "isOverride": false,
1541
2716
  "isSealed": false,
2717
+ "visibility": "Public",
1542
2718
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
1543
2719
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1544
2720
  "isExtensionMethod": false
@@ -1558,63 +2734,147 @@
1558
2734
  "isVirtual": true,
1559
2735
  "isOverride": true,
1560
2736
  "isSealed": false,
2737
+ "visibility": "Public",
1561
2738
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
1562
2739
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1563
2740
  "isExtensionMethod": false
1564
- }
1565
- ],
1566
- "properties": [
2741
+ },
1567
2742
  {
1568
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
1569
- "clrName": "Default",
1570
- "metadataToken": 385876132,
1571
- "canonicalSignature": ":Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
1572
- "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping|static=true|accessor=get",
2743
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping::EscapeSqlLiteral(System.String):System.String",
2744
+ "clrName": "EscapeSqlLiteral",
2745
+ "metadataToken": 100664662,
2746
+ "canonicalSignature": "(System.String):System.String",
2747
+ "normalizedSignature": "EscapeSqlLiteral|(System.String):System.String|static=false",
1573
2748
  "emitScope": "ClassSurface",
1574
2749
  "provenance": "Original",
1575
- "isIndexer": false,
1576
- "hasGetter": true,
1577
- "hasSetter": false,
1578
- "isStatic": true,
2750
+ "arity": 0,
2751
+ "parameterCount": 1,
2752
+ "isStatic": false,
1579
2753
  "isAbstract": false,
1580
- "isVirtual": false,
2754
+ "isVirtual": true,
1581
2755
  "isOverride": false,
2756
+ "isSealed": false,
2757
+ "visibility": "Protected",
1582
2758
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
1583
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
2759
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
2760
+ "isExtensionMethod": false
1584
2761
  },
1585
2762
  {
1586
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping::JsonTypeDefault:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
1587
- "clrName": "JsonTypeDefault",
1588
- "metadataToken": 385876133,
1589
- "canonicalSignature": ":Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
1590
- "normalizedSignature": "JsonTypeDefault|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping|static=true|accessor=get",
2763
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping::GenerateNonNullSqlLiteral(System.Object):System.String",
2764
+ "clrName": "GenerateNonNullSqlLiteral",
2765
+ "metadataToken": 100664663,
2766
+ "canonicalSignature": "(System.Object):System.String",
2767
+ "normalizedSignature": "GenerateNonNullSqlLiteral|(System.Object):System.String|static=false",
1591
2768
  "emitScope": "ClassSurface",
1592
2769
  "provenance": "Original",
1593
- "isIndexer": false,
1594
- "hasGetter": true,
1595
- "hasSetter": false,
1596
- "isStatic": true,
2770
+ "arity": 0,
2771
+ "parameterCount": 1,
2772
+ "isStatic": false,
1597
2773
  "isAbstract": false,
1598
- "isVirtual": false,
1599
- "isOverride": false,
2774
+ "isVirtual": true,
2775
+ "isOverride": true,
2776
+ "isSealed": false,
2777
+ "visibility": "Protected",
1600
2778
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
1601
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
2779
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
2780
+ "isExtensionMethod": false
1602
2781
  },
1603
2782
  {
1604
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping::NvarcharMaxDefault:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
1605
- "clrName": "NvarcharMaxDefault",
1606
- "metadataToken": 385876134,
1607
- "canonicalSignature": ":Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
1608
- "normalizedSignature": "NvarcharMaxDefault|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping|static=true|accessor=get",
2783
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
2784
+ "clrName": "Clone",
2785
+ "metadataToken": 100664664,
2786
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
2787
+ "normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
1609
2788
  "emitScope": "ClassSurface",
1610
2789
  "provenance": "Original",
1611
- "isIndexer": false,
1612
- "hasGetter": true,
1613
- "hasSetter": false,
1614
- "isStatic": true,
1615
- "isAbstract": false,
1616
- "isVirtual": false,
2790
+ "arity": 0,
2791
+ "parameterCount": 1,
2792
+ "isStatic": false,
2793
+ "isAbstract": false,
2794
+ "isVirtual": true,
2795
+ "isOverride": true,
2796
+ "isSealed": false,
2797
+ "visibility": "Protected",
2798
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
2799
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
2800
+ "isExtensionMethod": false
2801
+ },
2802
+ {
2803
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping::ConfigureParameter(System.Data.Common.DbParameter):System.Void",
2804
+ "clrName": "ConfigureParameter",
2805
+ "metadataToken": 100664665,
2806
+ "canonicalSignature": "(System.Data.Common.DbParameter):System.Void",
2807
+ "normalizedSignature": "ConfigureParameter|(System.Data.Common.DbParameter):System.Void|static=false",
2808
+ "emitScope": "ClassSurface",
2809
+ "provenance": "Original",
2810
+ "arity": 0,
2811
+ "parameterCount": 1,
2812
+ "isStatic": false,
2813
+ "isAbstract": false,
2814
+ "isVirtual": true,
2815
+ "isOverride": true,
2816
+ "isSealed": false,
2817
+ "visibility": "Protected",
2818
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
2819
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
2820
+ "isExtensionMethod": false
2821
+ }
2822
+ ],
2823
+ "properties": [
2824
+ {
2825
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
2826
+ "clrName": "Default",
2827
+ "metadataToken": 385876132,
2828
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
2829
+ "normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping|static=true|accessor=get",
2830
+ "emitScope": "ClassSurface",
2831
+ "provenance": "Original",
2832
+ "isIndexer": false,
2833
+ "hasGetter": true,
2834
+ "hasSetter": false,
2835
+ "isStatic": true,
2836
+ "isAbstract": false,
2837
+ "isVirtual": false,
2838
+ "isOverride": false,
2839
+ "visibility": "Public",
2840
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
2841
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
2842
+ },
2843
+ {
2844
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping::JsonTypeDefault:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
2845
+ "clrName": "JsonTypeDefault",
2846
+ "metadataToken": 385876133,
2847
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
2848
+ "normalizedSignature": "JsonTypeDefault|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping|static=true|accessor=get",
2849
+ "emitScope": "ClassSurface",
2850
+ "provenance": "Original",
2851
+ "isIndexer": false,
2852
+ "hasGetter": true,
2853
+ "hasSetter": false,
2854
+ "isStatic": true,
2855
+ "isAbstract": false,
2856
+ "isVirtual": false,
1617
2857
  "isOverride": false,
2858
+ "visibility": "Public",
2859
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
2860
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
2861
+ },
2862
+ {
2863
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping::NvarcharMaxDefault:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
2864
+ "clrName": "NvarcharMaxDefault",
2865
+ "metadataToken": 385876134,
2866
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
2867
+ "normalizedSignature": "NvarcharMaxDefault|:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping|static=true|accessor=get",
2868
+ "emitScope": "ClassSurface",
2869
+ "provenance": "Original",
2870
+ "isIndexer": false,
2871
+ "hasGetter": true,
2872
+ "hasSetter": false,
2873
+ "isStatic": true,
2874
+ "isAbstract": false,
2875
+ "isVirtual": false,
2876
+ "isOverride": false,
2877
+ "visibility": "Public",
1618
2878
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
1619
2879
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1620
2880
  }
@@ -1629,6 +2889,18 @@
1629
2889
  "normalizedSignature": "constructor|(System.String):void|static=false",
1630
2890
  "isStatic": false,
1631
2891
  "parameterCount": 1,
2892
+ "visibility": "Public",
2893
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
2894
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
2895
+ },
2896
+ {
2897
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
2898
+ "metadataToken": 100664661,
2899
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
2900
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void|static=false",
2901
+ "isStatic": false,
2902
+ "parameterCount": 1,
2903
+ "visibility": "Protected",
1632
2904
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerStructuralJsonTypeMapping",
1633
2905
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1634
2906
  }
@@ -1645,7 +2917,72 @@
1645
2917
  "isSealed": false,
1646
2918
  "isStatic": false,
1647
2919
  "arity": 0,
1648
- "methods": [],
2920
+ "baseType": {
2921
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.TimeOnlyTypeMapping",
2922
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.TimeOnlyTypeMapping"
2923
+ },
2924
+ "methods": [
2925
+ {
2926
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeOnlyTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
2927
+ "clrName": "Clone",
2928
+ "metadataToken": 100664670,
2929
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
2930
+ "normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
2931
+ "emitScope": "ClassSurface",
2932
+ "provenance": "Original",
2933
+ "arity": 0,
2934
+ "parameterCount": 1,
2935
+ "isStatic": false,
2936
+ "isAbstract": false,
2937
+ "isVirtual": true,
2938
+ "isOverride": true,
2939
+ "isSealed": false,
2940
+ "visibility": "Protected",
2941
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeOnlyTypeMapping",
2942
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
2943
+ "isExtensionMethod": false
2944
+ },
2945
+ {
2946
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeOnlyTypeMapping::ConfigureParameter(System.Data.Common.DbParameter):System.Void",
2947
+ "clrName": "ConfigureParameter",
2948
+ "metadataToken": 100664671,
2949
+ "canonicalSignature": "(System.Data.Common.DbParameter):System.Void",
2950
+ "normalizedSignature": "ConfigureParameter|(System.Data.Common.DbParameter):System.Void|static=false",
2951
+ "emitScope": "ClassSurface",
2952
+ "provenance": "Original",
2953
+ "arity": 0,
2954
+ "parameterCount": 1,
2955
+ "isStatic": false,
2956
+ "isAbstract": false,
2957
+ "isVirtual": true,
2958
+ "isOverride": true,
2959
+ "isSealed": false,
2960
+ "visibility": "Protected",
2961
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeOnlyTypeMapping",
2962
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
2963
+ "isExtensionMethod": false
2964
+ },
2965
+ {
2966
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeOnlyTypeMapping::GenerateNonNullSqlLiteral(System.Object):System.String",
2967
+ "clrName": "GenerateNonNullSqlLiteral",
2968
+ "metadataToken": 100664673,
2969
+ "canonicalSignature": "(System.Object):System.String",
2970
+ "normalizedSignature": "GenerateNonNullSqlLiteral|(System.Object):System.String|static=false",
2971
+ "emitScope": "ClassSurface",
2972
+ "provenance": "Original",
2973
+ "arity": 0,
2974
+ "parameterCount": 1,
2975
+ "isStatic": false,
2976
+ "isAbstract": false,
2977
+ "isVirtual": true,
2978
+ "isOverride": true,
2979
+ "isSealed": false,
2980
+ "visibility": "Protected",
2981
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeOnlyTypeMapping",
2982
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
2983
+ "isExtensionMethod": false
2984
+ }
2985
+ ],
1649
2986
  "properties": [
1650
2987
  {
1651
2988
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeOnlyTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeOnlyTypeMapping",
@@ -1662,13 +2999,45 @@
1662
2999
  "isAbstract": false,
1663
3000
  "isVirtual": false,
1664
3001
  "isOverride": false,
3002
+ "visibility": "Public",
3003
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeOnlyTypeMapping",
3004
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
3005
+ },
3006
+ {
3007
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeOnlyTypeMapping::SqlLiteralFormatString:System.String",
3008
+ "clrName": "SqlLiteralFormatString",
3009
+ "metadataToken": 385876136,
3010
+ "canonicalSignature": ":System.String",
3011
+ "normalizedSignature": "SqlLiteralFormatString|:System.String|static=false|accessor=get",
3012
+ "emitScope": "ClassSurface",
3013
+ "provenance": "Original",
3014
+ "isIndexer": false,
3015
+ "hasGetter": true,
3016
+ "hasSetter": false,
3017
+ "isStatic": false,
3018
+ "isAbstract": false,
3019
+ "isVirtual": true,
3020
+ "isOverride": true,
3021
+ "visibility": "Protected",
1665
3022
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeOnlyTypeMapping",
1666
3023
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1667
3024
  }
1668
3025
  ],
1669
3026
  "fields": [],
1670
3027
  "events": [],
1671
- "constructors": []
3028
+ "constructors": [
3029
+ {
3030
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeOnlyTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
3031
+ "metadataToken": 100664669,
3032
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
3033
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void|static=false",
3034
+ "isStatic": false,
3035
+ "parameterCount": 1,
3036
+ "visibility": "Protected",
3037
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeOnlyTypeMapping",
3038
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
3039
+ }
3040
+ ]
1672
3041
  },
1673
3042
  {
1674
3043
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeSpanTypeMapping",
@@ -1681,7 +3050,72 @@
1681
3050
  "isSealed": false,
1682
3051
  "isStatic": false,
1683
3052
  "arity": 0,
1684
- "methods": [],
3053
+ "baseType": {
3054
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.TimeSpanTypeMapping",
3055
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.TimeSpanTypeMapping"
3056
+ },
3057
+ "methods": [
3058
+ {
3059
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeSpanTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
3060
+ "clrName": "Clone",
3061
+ "metadataToken": 100664678,
3062
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
3063
+ "normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
3064
+ "emitScope": "ClassSurface",
3065
+ "provenance": "Original",
3066
+ "arity": 0,
3067
+ "parameterCount": 1,
3068
+ "isStatic": false,
3069
+ "isAbstract": false,
3070
+ "isVirtual": true,
3071
+ "isOverride": true,
3072
+ "isSealed": false,
3073
+ "visibility": "Protected",
3074
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeSpanTypeMapping",
3075
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
3076
+ "isExtensionMethod": false
3077
+ },
3078
+ {
3079
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeSpanTypeMapping::ConfigureParameter(System.Data.Common.DbParameter):System.Void",
3080
+ "clrName": "ConfigureParameter",
3081
+ "metadataToken": 100664679,
3082
+ "canonicalSignature": "(System.Data.Common.DbParameter):System.Void",
3083
+ "normalizedSignature": "ConfigureParameter|(System.Data.Common.DbParameter):System.Void|static=false",
3084
+ "emitScope": "ClassSurface",
3085
+ "provenance": "Original",
3086
+ "arity": 0,
3087
+ "parameterCount": 1,
3088
+ "isStatic": false,
3089
+ "isAbstract": false,
3090
+ "isVirtual": true,
3091
+ "isOverride": true,
3092
+ "isSealed": false,
3093
+ "visibility": "Protected",
3094
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeSpanTypeMapping",
3095
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
3096
+ "isExtensionMethod": false
3097
+ },
3098
+ {
3099
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeSpanTypeMapping::GenerateNonNullSqlLiteral(System.Object):System.String",
3100
+ "clrName": "GenerateNonNullSqlLiteral",
3101
+ "metadataToken": 100664681,
3102
+ "canonicalSignature": "(System.Object):System.String",
3103
+ "normalizedSignature": "GenerateNonNullSqlLiteral|(System.Object):System.String|static=false",
3104
+ "emitScope": "ClassSurface",
3105
+ "provenance": "Original",
3106
+ "arity": 0,
3107
+ "parameterCount": 1,
3108
+ "isStatic": false,
3109
+ "isAbstract": false,
3110
+ "isVirtual": true,
3111
+ "isOverride": true,
3112
+ "isSealed": false,
3113
+ "visibility": "Protected",
3114
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeSpanTypeMapping",
3115
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
3116
+ "isExtensionMethod": false
3117
+ }
3118
+ ],
1685
3119
  "properties": [
1686
3120
  {
1687
3121
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeSpanTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeSpanTypeMapping",
@@ -1698,6 +3132,26 @@
1698
3132
  "isAbstract": false,
1699
3133
  "isVirtual": false,
1700
3134
  "isOverride": false,
3135
+ "visibility": "Public",
3136
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeSpanTypeMapping",
3137
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
3138
+ },
3139
+ {
3140
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeSpanTypeMapping::SqlLiteralFormatString:System.String",
3141
+ "clrName": "SqlLiteralFormatString",
3142
+ "metadataToken": 385876138,
3143
+ "canonicalSignature": ":System.String",
3144
+ "normalizedSignature": "SqlLiteralFormatString|:System.String|static=false|accessor=get",
3145
+ "emitScope": "ClassSurface",
3146
+ "provenance": "Original",
3147
+ "isIndexer": false,
3148
+ "hasGetter": true,
3149
+ "hasSetter": false,
3150
+ "isStatic": false,
3151
+ "isAbstract": false,
3152
+ "isVirtual": true,
3153
+ "isOverride": true,
3154
+ "visibility": "Protected",
1701
3155
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeSpanTypeMapping",
1702
3156
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1703
3157
  }
@@ -1712,6 +3166,18 @@
1712
3166
  "normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],Microsoft.EntityFrameworkCore.Storage.StoreTypePostfix):void|static=false",
1713
3167
  "isStatic": false,
1714
3168
  "parameterCount": 3,
3169
+ "visibility": "Public",
3170
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeSpanTypeMapping",
3171
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
3172
+ },
3173
+ {
3174
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeSpanTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
3175
+ "metadataToken": 100664677,
3176
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
3177
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void|static=false",
3178
+ "isStatic": false,
3179
+ "parameterCount": 1,
3180
+ "visibility": "Protected",
1715
3181
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTimeSpanTypeMapping",
1716
3182
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1717
3183
  }
@@ -1728,6 +3194,31 @@
1728
3194
  "isSealed": false,
1729
3195
  "isStatic": false,
1730
3196
  "arity": 0,
3197
+ "baseType": {
3198
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalTransaction",
3199
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.RelationalTransaction"
3200
+ },
3201
+ "interfaces": [
3202
+ {
3203
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.IDbContextTransaction",
3204
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IDbContextTransaction"
3205
+ },
3206
+ {
3207
+ "stableId": "System.Private.CoreLib:System.IDisposable",
3208
+ "clrName": "System.IDisposable"
3209
+ },
3210
+ {
3211
+ "stableId": "System.Private.CoreLib:System.IAsyncDisposable",
3212
+ "clrName": "System.IAsyncDisposable"
3213
+ },
3214
+ {
3215
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure\u00601",
3216
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure\u00601",
3217
+ "typeArguments": [
3218
+ "DbTransaction"
3219
+ ]
3220
+ }
3221
+ ],
1731
3222
  "methods": [
1732
3223
  {
1733
3224
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTransaction::ReleaseSavepoint(System.String):System.Void",
@@ -1744,6 +3235,7 @@
1744
3235
  "isVirtual": true,
1745
3236
  "isOverride": true,
1746
3237
  "isSealed": false,
3238
+ "visibility": "Public",
1747
3239
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTransaction",
1748
3240
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1749
3241
  "isExtensionMethod": false
@@ -1763,6 +3255,7 @@
1763
3255
  "isVirtual": true,
1764
3256
  "isOverride": true,
1765
3257
  "isSealed": false,
3258
+ "visibility": "Public",
1766
3259
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTransaction",
1767
3260
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1768
3261
  "isExtensionMethod": false
@@ -1784,6 +3277,7 @@
1784
3277
  "isAbstract": false,
1785
3278
  "isVirtual": true,
1786
3279
  "isOverride": true,
3280
+ "visibility": "Public",
1787
3281
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTransaction",
1788
3282
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1789
3283
  }
@@ -1798,6 +3292,7 @@
1798
3292
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.IRelationalConnection,System.Data.Common.DbTransaction,System.Guid,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BDatabase\u002BTransaction,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean,Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper):void|static=false",
1799
3293
  "isStatic": false,
1800
3294
  "parameterCount": 6,
3295
+ "visibility": "Public",
1801
3296
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTransaction",
1802
3297
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1803
3298
  }
@@ -1814,6 +3309,16 @@
1814
3309
  "isSealed": false,
1815
3310
  "isStatic": false,
1816
3311
  "arity": 0,
3312
+ "baseType": {
3313
+ "stableId": "System.Private.CoreLib:System.Object",
3314
+ "clrName": "System.Object"
3315
+ },
3316
+ "interfaces": [
3317
+ {
3318
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IRelationalTransactionFactory",
3319
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IRelationalTransactionFactory"
3320
+ }
3321
+ ],
1817
3322
  "methods": [
1818
3323
  {
1819
3324
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTransactionFactory::Create(Microsoft.EntityFrameworkCore.Storage.IRelationalConnection,System.Data.Common.DbTransaction,System.Guid,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BDatabase\u002BTransaction,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):Microsoft.EntityFrameworkCore.Storage.RelationalTransaction",
@@ -1830,12 +3335,33 @@
1830
3335
  "isVirtual": true,
1831
3336
  "isOverride": false,
1832
3337
  "isSealed": false,
3338
+ "visibility": "Public",
1833
3339
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTransactionFactory",
1834
3340
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1835
3341
  "isExtensionMethod": false
1836
3342
  }
1837
3343
  ],
1838
- "properties": [],
3344
+ "properties": [
3345
+ {
3346
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTransactionFactory::Dependencies:Microsoft.EntityFrameworkCore.Storage.RelationalTransactionFactoryDependencies",
3347
+ "clrName": "Dependencies",
3348
+ "metadataToken": 385876140,
3349
+ "canonicalSignature": ":Microsoft.EntityFrameworkCore.Storage.RelationalTransactionFactoryDependencies",
3350
+ "normalizedSignature": "Dependencies|:Microsoft.EntityFrameworkCore.Storage.RelationalTransactionFactoryDependencies|static=false|accessor=get",
3351
+ "emitScope": "ClassSurface",
3352
+ "provenance": "Original",
3353
+ "isIndexer": false,
3354
+ "hasGetter": true,
3355
+ "hasSetter": false,
3356
+ "isStatic": false,
3357
+ "isAbstract": false,
3358
+ "isVirtual": true,
3359
+ "isOverride": false,
3360
+ "visibility": "Protected",
3361
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTransactionFactory",
3362
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
3363
+ }
3364
+ ],
1839
3365
  "fields": [],
1840
3366
  "events": [],
1841
3367
  "constructors": [
@@ -1846,6 +3372,7 @@
1846
3372
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTransactionFactoryDependencies):void|static=false",
1847
3373
  "isStatic": false,
1848
3374
  "parameterCount": 1,
3375
+ "visibility": "Public",
1849
3376
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTransactionFactory",
1850
3377
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1851
3378
  }
@@ -1862,7 +3389,106 @@
1862
3389
  "isSealed": false,
1863
3390
  "isStatic": false,
1864
3391
  "arity": 0,
1865
- "methods": [],
3392
+ "baseType": {
3393
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSource",
3394
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSource"
3395
+ },
3396
+ "interfaces": [
3397
+ {
3398
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.ITypeMappingSource",
3399
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.ITypeMappingSource"
3400
+ },
3401
+ {
3402
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource",
3403
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource"
3404
+ }
3405
+ ],
3406
+ "methods": [
3407
+ {
3408
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTypeMappingSource::FindMapping(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u0026):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
3409
+ "clrName": "FindMapping",
3410
+ "metadataToken": 100664693,
3411
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u0026):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
3412
+ "normalizedSignature": "FindMapping|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u0026):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
3413
+ "emitScope": "ClassSurface",
3414
+ "provenance": "Original",
3415
+ "arity": 0,
3416
+ "parameterCount": 1,
3417
+ "isStatic": false,
3418
+ "isAbstract": false,
3419
+ "isVirtual": true,
3420
+ "isOverride": true,
3421
+ "isSealed": false,
3422
+ "visibility": "Protected",
3423
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTypeMappingSource",
3424
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
3425
+ "isExtensionMethod": false,
3426
+ "parameterModifiers": [
3427
+ {
3428
+ "index": 0,
3429
+ "modifier": "in"
3430
+ }
3431
+ ]
3432
+ },
3433
+ {
3434
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTypeMappingSource::FindCollectionMapping(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo,System.Type,System.Type,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
3435
+ "clrName": "FindCollectionMapping",
3436
+ "metadataToken": 100664695,
3437
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo,System.Type,System.Type,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
3438
+ "normalizedSignature": "FindCollectionMapping|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo,System.Type,System.Type,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
3439
+ "emitScope": "ClassSurface",
3440
+ "provenance": "Original",
3441
+ "arity": 0,
3442
+ "parameterCount": 4,
3443
+ "isStatic": false,
3444
+ "isAbstract": false,
3445
+ "isVirtual": true,
3446
+ "isOverride": true,
3447
+ "isSealed": false,
3448
+ "visibility": "Protected",
3449
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTypeMappingSource",
3450
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
3451
+ "isExtensionMethod": false
3452
+ },
3453
+ {
3454
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTypeMappingSource::ParseStoreTypeName(System.String,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026):System.String",
3455
+ "clrName": "ParseStoreTypeName",
3456
+ "metadataToken": 100664696,
3457
+ "canonicalSignature": "(System.String,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026):System.String",
3458
+ "normalizedSignature": "ParseStoreTypeName|(System.String,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026):System.String|static=false",
3459
+ "emitScope": "ClassSurface",
3460
+ "provenance": "Original",
3461
+ "arity": 0,
3462
+ "parameterCount": 5,
3463
+ "isStatic": false,
3464
+ "isAbstract": false,
3465
+ "isVirtual": true,
3466
+ "isOverride": true,
3467
+ "isSealed": false,
3468
+ "visibility": "Protected",
3469
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTypeMappingSource",
3470
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
3471
+ "isExtensionMethod": false,
3472
+ "parameterModifiers": [
3473
+ {
3474
+ "index": 1,
3475
+ "modifier": "ref"
3476
+ },
3477
+ {
3478
+ "index": 2,
3479
+ "modifier": "ref"
3480
+ },
3481
+ {
3482
+ "index": 3,
3483
+ "modifier": "ref"
3484
+ },
3485
+ {
3486
+ "index": 4,
3487
+ "modifier": "ref"
3488
+ }
3489
+ ]
3490
+ }
3491
+ ],
1866
3492
  "properties": [],
1867
3493
  "fields": [],
1868
3494
  "events": [],
@@ -1874,6 +3500,7 @@
1874
3500
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.TypeMappingSourceDependencies,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSourceDependencies,Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.ISqlServerSingletonOptions):void|static=false",
1875
3501
  "isStatic": false,
1876
3502
  "parameterCount": 3,
3503
+ "visibility": "Public",
1877
3504
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTypeMappingSource",
1878
3505
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1879
3506
  }
@@ -1890,7 +3517,51 @@
1890
3517
  "isSealed": false,
1891
3518
  "isStatic": false,
1892
3519
  "arity": 0,
3520
+ "baseType": {
3521
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
3522
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping"
3523
+ },
1893
3524
  "methods": [
3525
+ {
3526
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerUdtTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
3527
+ "clrName": "Clone",
3528
+ "metadataToken": 100664701,
3529
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
3530
+ "normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
3531
+ "emitScope": "ClassSurface",
3532
+ "provenance": "Original",
3533
+ "arity": 0,
3534
+ "parameterCount": 1,
3535
+ "isStatic": false,
3536
+ "isAbstract": false,
3537
+ "isVirtual": true,
3538
+ "isOverride": true,
3539
+ "isSealed": false,
3540
+ "visibility": "Protected",
3541
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerUdtTypeMapping",
3542
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
3543
+ "isExtensionMethod": false
3544
+ },
3545
+ {
3546
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerUdtTypeMapping::ConfigureParameter(System.Data.Common.DbParameter):System.Void",
3547
+ "clrName": "ConfigureParameter",
3548
+ "metadataToken": 100664702,
3549
+ "canonicalSignature": "(System.Data.Common.DbParameter):System.Void",
3550
+ "normalizedSignature": "ConfigureParameter|(System.Data.Common.DbParameter):System.Void|static=false",
3551
+ "emitScope": "ClassSurface",
3552
+ "provenance": "Original",
3553
+ "arity": 0,
3554
+ "parameterCount": 1,
3555
+ "isStatic": false,
3556
+ "isAbstract": false,
3557
+ "isVirtual": true,
3558
+ "isOverride": true,
3559
+ "isSealed": false,
3560
+ "visibility": "Protected",
3561
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerUdtTypeMapping",
3562
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
3563
+ "isExtensionMethod": false
3564
+ },
1894
3565
  {
1895
3566
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerUdtTypeMapping::GenerateCodeLiteral(System.Object):System.Linq.Expressions.Expression",
1896
3567
  "clrName": "GenerateCodeLiteral",
@@ -1906,6 +3577,7 @@
1906
3577
  "isVirtual": true,
1907
3578
  "isOverride": true,
1908
3579
  "isSealed": false,
3580
+ "visibility": "Public",
1909
3581
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerUdtTypeMapping",
1910
3582
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
1911
3583
  "isExtensionMethod": false
@@ -1927,6 +3599,7 @@
1927
3599
  "isAbstract": false,
1928
3600
  "isVirtual": true,
1929
3601
  "isOverride": false,
3602
+ "visibility": "Public",
1930
3603
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerUdtTypeMapping",
1931
3604
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1932
3605
  },
@@ -1945,6 +3618,7 @@
1945
3618
  "isAbstract": false,
1946
3619
  "isVirtual": true,
1947
3620
  "isOverride": false,
3621
+ "visibility": "Public",
1948
3622
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerUdtTypeMapping",
1949
3623
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1950
3624
  }
@@ -1959,6 +3633,18 @@
1959
3633
  "normalizedSignature": "constructor|(System.Type,System.String,System.Func_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Linq.Expressions.Expression,System.Linq.Expressions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],Microsoft.EntityFrameworkCore.Storage.StoreTypePostfix,System.String,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Boolean,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
1960
3634
  "isStatic": false,
1961
3635
  "parameterCount": 14,
3636
+ "visibility": "Public",
3637
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerUdtTypeMapping",
3638
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
3639
+ },
3640
+ {
3641
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerUdtTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters,System.Func_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Linq.Expressions.Expression,System.Linq.Expressions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.String):void",
3642
+ "metadataToken": 100664698,
3643
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters,System.Func_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Linq.Expressions.Expression,System.Linq.Expressions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.String):void",
3644
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters,System.Func_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Linq.Expressions.Expression,System.Linq.Expressions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.String):void|static=false",
3645
+ "isStatic": false,
3646
+ "parameterCount": 3,
3647
+ "visibility": "Protected",
1962
3648
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerUdtTypeMapping",
1963
3649
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1964
3650
  }
@@ -1975,7 +3661,52 @@
1975
3661
  "isSealed": false,
1976
3662
  "isStatic": false,
1977
3663
  "arity": 0,
1978
- "methods": [],
3664
+ "baseType": {
3665
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
3666
+ "clrName": "Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping"
3667
+ },
3668
+ "methods": [
3669
+ {
3670
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerVectorTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
3671
+ "clrName": "Clone",
3672
+ "metadataToken": 100664709,
3673
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
3674
+ "normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
3675
+ "emitScope": "ClassSurface",
3676
+ "provenance": "Original",
3677
+ "arity": 0,
3678
+ "parameterCount": 1,
3679
+ "isStatic": false,
3680
+ "isAbstract": false,
3681
+ "isVirtual": true,
3682
+ "isOverride": true,
3683
+ "isSealed": false,
3684
+ "visibility": "Protected",
3685
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerVectorTypeMapping",
3686
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
3687
+ "isExtensionMethod": false
3688
+ },
3689
+ {
3690
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerVectorTypeMapping::GenerateNonNullSqlLiteral(System.Object):System.String",
3691
+ "clrName": "GenerateNonNullSqlLiteral",
3692
+ "metadataToken": 100664710,
3693
+ "canonicalSignature": "(System.Object):System.String",
3694
+ "normalizedSignature": "GenerateNonNullSqlLiteral|(System.Object):System.String|static=false",
3695
+ "emitScope": "ClassSurface",
3696
+ "provenance": "Original",
3697
+ "arity": 0,
3698
+ "parameterCount": 1,
3699
+ "isStatic": false,
3700
+ "isAbstract": false,
3701
+ "isVirtual": true,
3702
+ "isOverride": true,
3703
+ "isSealed": false,
3704
+ "visibility": "Protected",
3705
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerVectorTypeMapping",
3706
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
3707
+ "isExtensionMethod": false
3708
+ }
3709
+ ],
1979
3710
  "properties": [
1980
3711
  {
1981
3712
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerVectorTypeMapping::Default:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerVectorTypeMapping",
@@ -1992,6 +3723,7 @@
1992
3723
  "isAbstract": false,
1993
3724
  "isVirtual": false,
1994
3725
  "isOverride": false,
3726
+ "visibility": "Public",
1995
3727
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerVectorTypeMapping",
1996
3728
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
1997
3729
  }
@@ -2006,6 +3738,18 @@
2006
3738
  "normalizedSignature": "constructor|(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
2007
3739
  "isStatic": false,
2008
3740
  "parameterCount": 1,
3741
+ "visibility": "Public",
3742
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerVectorTypeMapping",
3743
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
3744
+ },
3745
+ {
3746
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerVectorTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
3747
+ "metadataToken": 100664708,
3748
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
3749
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void|static=false",
3750
+ "isStatic": false,
3751
+ "parameterCount": 1,
3752
+ "visibility": "Protected",
2009
3753
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerVectorTypeMapping",
2010
3754
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
2011
3755
  }
@@ -2022,6 +3766,10 @@
2022
3766
  "isSealed": true,
2023
3767
  "isStatic": true,
2024
3768
  "arity": 0,
3769
+ "baseType": {
3770
+ "stableId": "System.Private.CoreLib:System.Object",
3771
+ "clrName": "System.Object"
3772
+ },
2025
3773
  "methods": [
2026
3774
  {
2027
3775
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTransientExceptionDetector::ShouldRetryOn(System.Exception):System.Boolean",
@@ -2038,6 +3786,7 @@
2038
3786
  "isVirtual": false,
2039
3787
  "isOverride": false,
2040
3788
  "isSealed": false,
3789
+ "visibility": "Public",
2041
3790
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerTransientExceptionDetector",
2042
3791
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
2043
3792
  "isExtensionMethod": false