@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.
- package/Azure/bindings.json +686 -17
- package/Azure/internal/index.d.ts +37 -15
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +61 -23
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Cryptography/internal/index.d.ts +4 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +6 -2
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.Extensions/internal/index.d.ts +8 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.GeoJson/internal/index.d.ts +43 -7
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +24 -9
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +8 -2
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +97 -35
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -5
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data/internal/index.d.ts +2 -1
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +140 -38
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +90 -15
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +2 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +87 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +53 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +9 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +183 -9
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +102 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +33 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +21 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +4 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +113 -47
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +7 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.RP/bindings.json +10 -0
- package/Microsoft.Identity.Client.Region/bindings.json +29 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +13 -6
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +11 -6
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +9 -3
- package/Microsoft.IdentityModel.Logging.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +17 -1
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -1
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +19 -3
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
- package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +145 -44
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +4 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +4 -1
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +21 -12
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +101 -32
- package/System.ClientModel.Primitives.d.ts +5 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +292 -59
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Internal/internal/index.d.ts +23 -2
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +8 -3
- package/System.Configuration.Provider.d.ts +1 -1
- package/System.Configuration.d.ts +3 -3
- package/System.Diagnostics/bindings.json +5 -0
- package/System.Drawing.Configuration/bindings.json +25 -0
- package/System.Drawing.Configuration/internal/index.d.ts +6 -2
- package/System.Drawing.Configuration.d.ts +5 -2
- package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +56 -20
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/__internal/extensions/index.d.ts +915 -14
- package/package.json +1 -1
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": true,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
20
|
+
"clrName": "System.Object"
|
|
21
|
+
},
|
|
18
22
|
"methods": [
|
|
19
23
|
{
|
|
20
24
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogByteIdentityColumn(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
@@ -31,6 +35,7 @@
|
|
|
31
35
|
"isVirtual": false,
|
|
32
36
|
"isOverride": false,
|
|
33
37
|
"isSealed": false,
|
|
38
|
+
"visibility": "Public",
|
|
34
39
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
|
|
35
40
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
36
41
|
"isExtensionMethod": false
|
|
@@ -50,6 +55,7 @@
|
|
|
50
55
|
"isVirtual": false,
|
|
51
56
|
"isOverride": false,
|
|
52
57
|
"isSealed": false,
|
|
58
|
+
"visibility": "Public",
|
|
53
59
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
|
|
54
60
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
55
61
|
"isExtensionMethod": false
|
|
@@ -69,6 +75,7 @@
|
|
|
69
75
|
"isVirtual": false,
|
|
70
76
|
"isOverride": false,
|
|
71
77
|
"isSealed": false,
|
|
78
|
+
"visibility": "Public",
|
|
72
79
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
|
|
73
80
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
74
81
|
"isExtensionMethod": false
|
|
@@ -88,6 +95,7 @@
|
|
|
88
95
|
"isVirtual": false,
|
|
89
96
|
"isOverride": false,
|
|
90
97
|
"isSealed": false,
|
|
98
|
+
"visibility": "Public",
|
|
91
99
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
|
|
92
100
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
93
101
|
"isExtensionMethod": false
|
|
@@ -107,6 +115,7 @@
|
|
|
107
115
|
"isVirtual": false,
|
|
108
116
|
"isOverride": false,
|
|
109
117
|
"isSealed": false,
|
|
118
|
+
"visibility": "Public",
|
|
110
119
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
|
|
111
120
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
112
121
|
"isExtensionMethod": false
|
|
@@ -126,6 +135,7 @@
|
|
|
126
135
|
"isVirtual": false,
|
|
127
136
|
"isOverride": false,
|
|
128
137
|
"isSealed": false,
|
|
138
|
+
"visibility": "Public",
|
|
129
139
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
|
|
130
140
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
131
141
|
"isExtensionMethod": false
|
|
@@ -145,6 +155,7 @@
|
|
|
145
155
|
"isVirtual": false,
|
|
146
156
|
"isOverride": false,
|
|
147
157
|
"isSealed": false,
|
|
158
|
+
"visibility": "Public",
|
|
148
159
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
|
|
149
160
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
150
161
|
"isExtensionMethod": false
|
|
@@ -164,6 +175,7 @@
|
|
|
164
175
|
"isVirtual": false,
|
|
165
176
|
"isOverride": false,
|
|
166
177
|
"isSealed": false,
|
|
178
|
+
"visibility": "Public",
|
|
167
179
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
|
|
168
180
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
169
181
|
"isExtensionMethod": false
|
|
@@ -183,6 +195,7 @@
|
|
|
183
195
|
"isVirtual": false,
|
|
184
196
|
"isOverride": false,
|
|
185
197
|
"isSealed": false,
|
|
198
|
+
"visibility": "Public",
|
|
186
199
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
|
|
187
200
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
188
201
|
"isExtensionMethod": false
|
|
@@ -202,6 +215,7 @@
|
|
|
202
215
|
"isVirtual": false,
|
|
203
216
|
"isOverride": false,
|
|
204
217
|
"isSealed": false,
|
|
218
|
+
"visibility": "Public",
|
|
205
219
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
|
|
206
220
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
207
221
|
"isExtensionMethod": false
|
|
@@ -221,6 +235,7 @@
|
|
|
221
235
|
"isVirtual": false,
|
|
222
236
|
"isOverride": false,
|
|
223
237
|
"isSealed": false,
|
|
238
|
+
"visibility": "Public",
|
|
224
239
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
|
|
225
240
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
226
241
|
"isExtensionMethod": false
|
|
@@ -240,6 +255,7 @@
|
|
|
240
255
|
"isVirtual": false,
|
|
241
256
|
"isOverride": false,
|
|
242
257
|
"isSealed": false,
|
|
258
|
+
"visibility": "Public",
|
|
243
259
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
|
|
244
260
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
245
261
|
"isExtensionMethod": false
|
|
@@ -259,6 +275,7 @@
|
|
|
259
275
|
"isVirtual": false,
|
|
260
276
|
"isOverride": false,
|
|
261
277
|
"isSealed": false,
|
|
278
|
+
"visibility": "Public",
|
|
262
279
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
|
|
263
280
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
264
281
|
"isExtensionMethod": false
|
|
@@ -278,6 +295,7 @@
|
|
|
278
295
|
"isVirtual": false,
|
|
279
296
|
"isOverride": false,
|
|
280
297
|
"isSealed": false,
|
|
298
|
+
"visibility": "Public",
|
|
281
299
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
|
|
282
300
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
283
301
|
"isExtensionMethod": false
|
|
@@ -297,6 +315,7 @@
|
|
|
297
315
|
"isVirtual": false,
|
|
298
316
|
"isOverride": false,
|
|
299
317
|
"isSealed": false,
|
|
318
|
+
"visibility": "Public",
|
|
300
319
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
|
|
301
320
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
302
321
|
"isExtensionMethod": false
|
|
@@ -316,6 +335,7 @@
|
|
|
316
335
|
"isVirtual": false,
|
|
317
336
|
"isOverride": false,
|
|
318
337
|
"isSealed": false,
|
|
338
|
+
"visibility": "Public",
|
|
319
339
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
|
|
320
340
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
321
341
|
"isExtensionMethod": false
|
|
@@ -335,6 +355,7 @@
|
|
|
335
355
|
"isVirtual": false,
|
|
336
356
|
"isOverride": false,
|
|
337
357
|
"isSealed": false,
|
|
358
|
+
"visibility": "Public",
|
|
338
359
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
|
|
339
360
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
340
361
|
"isExtensionMethod": false
|
|
@@ -354,6 +375,7 @@
|
|
|
354
375
|
"isVirtual": false,
|
|
355
376
|
"isOverride": false,
|
|
356
377
|
"isSealed": false,
|
|
378
|
+
"visibility": "Public",
|
|
357
379
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
|
|
358
380
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
359
381
|
"isExtensionMethod": false
|
|
@@ -373,6 +395,7 @@
|
|
|
373
395
|
"isVirtual": false,
|
|
374
396
|
"isOverride": false,
|
|
375
397
|
"isSealed": false,
|
|
398
|
+
"visibility": "Public",
|
|
376
399
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
|
|
377
400
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
378
401
|
"isExtensionMethod": false
|
|
@@ -392,6 +415,7 @@
|
|
|
392
415
|
"isVirtual": false,
|
|
393
416
|
"isOverride": false,
|
|
394
417
|
"isSealed": false,
|
|
418
|
+
"visibility": "Public",
|
|
395
419
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
|
|
396
420
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
397
421
|
"isExtensionMethod": false
|
|
@@ -411,6 +435,7 @@
|
|
|
411
435
|
"isVirtual": false,
|
|
412
436
|
"isOverride": false,
|
|
413
437
|
"isSealed": false,
|
|
438
|
+
"visibility": "Public",
|
|
414
439
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
|
|
415
440
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
416
441
|
"isExtensionMethod": false
|
|
@@ -430,6 +455,7 @@
|
|
|
430
455
|
"isVirtual": false,
|
|
431
456
|
"isOverride": false,
|
|
432
457
|
"isSealed": false,
|
|
458
|
+
"visibility": "Public",
|
|
433
459
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
|
|
434
460
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
435
461
|
"isExtensionMethod": false
|
|
@@ -449,6 +475,7 @@
|
|
|
449
475
|
"isVirtual": false,
|
|
450
476
|
"isOverride": false,
|
|
451
477
|
"isSealed": false,
|
|
478
|
+
"visibility": "Public",
|
|
452
479
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
|
|
453
480
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
454
481
|
"isExtensionMethod": false
|
|
@@ -470,6 +497,10 @@
|
|
|
470
497
|
"isSealed": true,
|
|
471
498
|
"isStatic": true,
|
|
472
499
|
"arity": 0,
|
|
500
|
+
"baseType": {
|
|
501
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
502
|
+
"clrName": "System.Object"
|
|
503
|
+
},
|
|
473
504
|
"methods": [
|
|
474
505
|
{
|
|
475
506
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::AlreadyConfiguredEngineType(System.Object,System.Object):System.String",
|
|
@@ -486,6 +517,7 @@
|
|
|
486
517
|
"isVirtual": false,
|
|
487
518
|
"isOverride": false,
|
|
488
519
|
"isSealed": false,
|
|
520
|
+
"visibility": "Public",
|
|
489
521
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
490
522
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
491
523
|
"isExtensionMethod": false
|
|
@@ -505,6 +537,7 @@
|
|
|
505
537
|
"isVirtual": false,
|
|
506
538
|
"isOverride": false,
|
|
507
539
|
"isSealed": false,
|
|
540
|
+
"visibility": "Public",
|
|
508
541
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
509
542
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
510
543
|
"isExtensionMethod": false
|
|
@@ -524,6 +557,7 @@
|
|
|
524
557
|
"isVirtual": false,
|
|
525
558
|
"isOverride": false,
|
|
526
559
|
"isSealed": false,
|
|
560
|
+
"visibility": "Public",
|
|
527
561
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
528
562
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
529
563
|
"isExtensionMethod": false
|
|
@@ -543,6 +577,7 @@
|
|
|
543
577
|
"isVirtual": false,
|
|
544
578
|
"isOverride": false,
|
|
545
579
|
"isSealed": false,
|
|
580
|
+
"visibility": "Public",
|
|
546
581
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
547
582
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
548
583
|
"isExtensionMethod": false
|
|
@@ -562,6 +597,7 @@
|
|
|
562
597
|
"isVirtual": false,
|
|
563
598
|
"isOverride": false,
|
|
564
599
|
"isSealed": false,
|
|
600
|
+
"visibility": "Public",
|
|
565
601
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
566
602
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
567
603
|
"isExtensionMethod": false
|
|
@@ -581,6 +617,7 @@
|
|
|
581
617
|
"isVirtual": false,
|
|
582
618
|
"isOverride": false,
|
|
583
619
|
"isSealed": false,
|
|
620
|
+
"visibility": "Public",
|
|
584
621
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
585
622
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
586
623
|
"isExtensionMethod": false
|
|
@@ -600,6 +637,7 @@
|
|
|
600
637
|
"isVirtual": false,
|
|
601
638
|
"isOverride": false,
|
|
602
639
|
"isSealed": false,
|
|
640
|
+
"visibility": "Public",
|
|
603
641
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
604
642
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
605
643
|
"isExtensionMethod": false
|
|
@@ -619,6 +657,7 @@
|
|
|
619
657
|
"isVirtual": false,
|
|
620
658
|
"isOverride": false,
|
|
621
659
|
"isSealed": false,
|
|
660
|
+
"visibility": "Public",
|
|
622
661
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
623
662
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
624
663
|
"isExtensionMethod": false
|
|
@@ -638,6 +677,7 @@
|
|
|
638
677
|
"isVirtual": false,
|
|
639
678
|
"isOverride": false,
|
|
640
679
|
"isSealed": false,
|
|
680
|
+
"visibility": "Public",
|
|
641
681
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
642
682
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
643
683
|
"isExtensionMethod": false
|
|
@@ -657,6 +697,7 @@
|
|
|
657
697
|
"isVirtual": false,
|
|
658
698
|
"isOverride": false,
|
|
659
699
|
"isSealed": false,
|
|
700
|
+
"visibility": "Public",
|
|
660
701
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
661
702
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
662
703
|
"isExtensionMethod": false
|
|
@@ -676,6 +717,7 @@
|
|
|
676
717
|
"isVirtual": false,
|
|
677
718
|
"isOverride": false,
|
|
678
719
|
"isSealed": false,
|
|
720
|
+
"visibility": "Public",
|
|
679
721
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
680
722
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
681
723
|
"isExtensionMethod": false
|
|
@@ -695,6 +737,7 @@
|
|
|
695
737
|
"isVirtual": false,
|
|
696
738
|
"isOverride": false,
|
|
697
739
|
"isSealed": false,
|
|
740
|
+
"visibility": "Public",
|
|
698
741
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
699
742
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
700
743
|
"isExtensionMethod": false
|
|
@@ -714,6 +757,7 @@
|
|
|
714
757
|
"isVirtual": false,
|
|
715
758
|
"isOverride": false,
|
|
716
759
|
"isSealed": false,
|
|
760
|
+
"visibility": "Public",
|
|
717
761
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
718
762
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
719
763
|
"isExtensionMethod": false
|
|
@@ -733,6 +777,7 @@
|
|
|
733
777
|
"isVirtual": false,
|
|
734
778
|
"isOverride": false,
|
|
735
779
|
"isSealed": false,
|
|
780
|
+
"visibility": "Public",
|
|
736
781
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
737
782
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
738
783
|
"isExtensionMethod": false
|
|
@@ -752,6 +797,7 @@
|
|
|
752
797
|
"isVirtual": false,
|
|
753
798
|
"isOverride": false,
|
|
754
799
|
"isSealed": false,
|
|
800
|
+
"visibility": "Public",
|
|
755
801
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
756
802
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
757
803
|
"isExtensionMethod": false
|
|
@@ -771,6 +817,7 @@
|
|
|
771
817
|
"isVirtual": false,
|
|
772
818
|
"isOverride": false,
|
|
773
819
|
"isSealed": false,
|
|
820
|
+
"visibility": "Public",
|
|
774
821
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
775
822
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
776
823
|
"isExtensionMethod": false
|
|
@@ -790,6 +837,7 @@
|
|
|
790
837
|
"isVirtual": false,
|
|
791
838
|
"isOverride": false,
|
|
792
839
|
"isSealed": false,
|
|
840
|
+
"visibility": "Public",
|
|
793
841
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
794
842
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
795
843
|
"isExtensionMethod": false
|
|
@@ -809,6 +857,7 @@
|
|
|
809
857
|
"isVirtual": false,
|
|
810
858
|
"isOverride": false,
|
|
811
859
|
"isSealed": false,
|
|
860
|
+
"visibility": "Public",
|
|
812
861
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
813
862
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
814
863
|
"isExtensionMethod": false
|
|
@@ -828,6 +877,7 @@
|
|
|
828
877
|
"isVirtual": false,
|
|
829
878
|
"isOverride": false,
|
|
830
879
|
"isSealed": false,
|
|
880
|
+
"visibility": "Public",
|
|
831
881
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
832
882
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
833
883
|
"isExtensionMethod": false
|
|
@@ -847,6 +897,7 @@
|
|
|
847
897
|
"isVirtual": false,
|
|
848
898
|
"isOverride": false,
|
|
849
899
|
"isSealed": false,
|
|
900
|
+
"visibility": "Public",
|
|
850
901
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
851
902
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
852
903
|
"isExtensionMethod": false
|
|
@@ -866,6 +917,7 @@
|
|
|
866
917
|
"isVirtual": false,
|
|
867
918
|
"isOverride": false,
|
|
868
919
|
"isSealed": false,
|
|
920
|
+
"visibility": "Public",
|
|
869
921
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
870
922
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
871
923
|
"isExtensionMethod": false
|
|
@@ -885,6 +937,7 @@
|
|
|
885
937
|
"isVirtual": false,
|
|
886
938
|
"isOverride": false,
|
|
887
939
|
"isSealed": false,
|
|
940
|
+
"visibility": "Public",
|
|
888
941
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
889
942
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
890
943
|
"isExtensionMethod": false
|
|
@@ -904,6 +957,7 @@
|
|
|
904
957
|
"isVirtual": false,
|
|
905
958
|
"isOverride": false,
|
|
906
959
|
"isSealed": false,
|
|
960
|
+
"visibility": "Public",
|
|
907
961
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
908
962
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
909
963
|
"isExtensionMethod": false
|
|
@@ -923,6 +977,7 @@
|
|
|
923
977
|
"isVirtual": false,
|
|
924
978
|
"isOverride": false,
|
|
925
979
|
"isSealed": false,
|
|
980
|
+
"visibility": "Public",
|
|
926
981
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
927
982
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
928
983
|
"isExtensionMethod": false
|
|
@@ -942,6 +997,7 @@
|
|
|
942
997
|
"isVirtual": false,
|
|
943
998
|
"isOverride": false,
|
|
944
999
|
"isSealed": false,
|
|
1000
|
+
"visibility": "Public",
|
|
945
1001
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
946
1002
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
947
1003
|
"isExtensionMethod": false
|
|
@@ -961,6 +1017,7 @@
|
|
|
961
1017
|
"isVirtual": false,
|
|
962
1018
|
"isOverride": false,
|
|
963
1019
|
"isSealed": false,
|
|
1020
|
+
"visibility": "Public",
|
|
964
1021
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
965
1022
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
966
1023
|
"isExtensionMethod": false
|
|
@@ -980,6 +1037,7 @@
|
|
|
980
1037
|
"isVirtual": false,
|
|
981
1038
|
"isOverride": false,
|
|
982
1039
|
"isSealed": false,
|
|
1040
|
+
"visibility": "Public",
|
|
983
1041
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
984
1042
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
985
1043
|
"isExtensionMethod": false
|
|
@@ -999,6 +1057,7 @@
|
|
|
999
1057
|
"isVirtual": false,
|
|
1000
1058
|
"isOverride": false,
|
|
1001
1059
|
"isSealed": false,
|
|
1060
|
+
"visibility": "Public",
|
|
1002
1061
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1003
1062
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
1004
1063
|
"isExtensionMethod": false
|
|
@@ -1018,6 +1077,7 @@
|
|
|
1018
1077
|
"isVirtual": false,
|
|
1019
1078
|
"isOverride": false,
|
|
1020
1079
|
"isSealed": false,
|
|
1080
|
+
"visibility": "Public",
|
|
1021
1081
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1022
1082
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
1023
1083
|
"isExtensionMethod": false
|
|
@@ -1037,6 +1097,7 @@
|
|
|
1037
1097
|
"isVirtual": false,
|
|
1038
1098
|
"isOverride": false,
|
|
1039
1099
|
"isSealed": false,
|
|
1100
|
+
"visibility": "Public",
|
|
1040
1101
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1041
1102
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
1042
1103
|
"isExtensionMethod": false
|
|
@@ -1056,6 +1117,7 @@
|
|
|
1056
1117
|
"isVirtual": false,
|
|
1057
1118
|
"isOverride": false,
|
|
1058
1119
|
"isSealed": false,
|
|
1120
|
+
"visibility": "Public",
|
|
1059
1121
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1060
1122
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
1061
1123
|
"isExtensionMethod": false
|
|
@@ -1075,6 +1137,7 @@
|
|
|
1075
1137
|
"isVirtual": false,
|
|
1076
1138
|
"isOverride": false,
|
|
1077
1139
|
"isSealed": false,
|
|
1140
|
+
"visibility": "Public",
|
|
1078
1141
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1079
1142
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
1080
1143
|
"isExtensionMethod": false
|
|
@@ -1094,6 +1157,7 @@
|
|
|
1094
1157
|
"isVirtual": false,
|
|
1095
1158
|
"isOverride": false,
|
|
1096
1159
|
"isSealed": false,
|
|
1160
|
+
"visibility": "Public",
|
|
1097
1161
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1098
1162
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
1099
1163
|
"isExtensionMethod": false
|
|
@@ -1113,6 +1177,7 @@
|
|
|
1113
1177
|
"isVirtual": false,
|
|
1114
1178
|
"isOverride": false,
|
|
1115
1179
|
"isSealed": false,
|
|
1180
|
+
"visibility": "Public",
|
|
1116
1181
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1117
1182
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
1118
1183
|
"isExtensionMethod": false
|
|
@@ -1132,6 +1197,7 @@
|
|
|
1132
1197
|
"isVirtual": false,
|
|
1133
1198
|
"isOverride": false,
|
|
1134
1199
|
"isSealed": false,
|
|
1200
|
+
"visibility": "Public",
|
|
1135
1201
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1136
1202
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
1137
1203
|
"isExtensionMethod": false
|
|
@@ -1151,6 +1217,7 @@
|
|
|
1151
1217
|
"isVirtual": false,
|
|
1152
1218
|
"isOverride": false,
|
|
1153
1219
|
"isSealed": false,
|
|
1220
|
+
"visibility": "Public",
|
|
1154
1221
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1155
1222
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
1156
1223
|
"isExtensionMethod": false
|
|
@@ -1170,6 +1237,7 @@
|
|
|
1170
1237
|
"isVirtual": false,
|
|
1171
1238
|
"isOverride": false,
|
|
1172
1239
|
"isSealed": false,
|
|
1240
|
+
"visibility": "Public",
|
|
1173
1241
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1174
1242
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
1175
1243
|
"isExtensionMethod": false
|
|
@@ -1189,6 +1257,7 @@
|
|
|
1189
1257
|
"isVirtual": false,
|
|
1190
1258
|
"isOverride": false,
|
|
1191
1259
|
"isSealed": false,
|
|
1260
|
+
"visibility": "Public",
|
|
1192
1261
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1193
1262
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
1194
1263
|
"isExtensionMethod": false
|
|
@@ -1208,6 +1277,7 @@
|
|
|
1208
1277
|
"isVirtual": false,
|
|
1209
1278
|
"isOverride": false,
|
|
1210
1279
|
"isSealed": false,
|
|
1280
|
+
"visibility": "Public",
|
|
1211
1281
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1212
1282
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
1213
1283
|
"isExtensionMethod": false
|
|
@@ -1227,6 +1297,7 @@
|
|
|
1227
1297
|
"isVirtual": false,
|
|
1228
1298
|
"isOverride": false,
|
|
1229
1299
|
"isSealed": false,
|
|
1300
|
+
"visibility": "Public",
|
|
1230
1301
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1231
1302
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
1232
1303
|
"isExtensionMethod": false
|
|
@@ -1246,6 +1317,7 @@
|
|
|
1246
1317
|
"isVirtual": false,
|
|
1247
1318
|
"isOverride": false,
|
|
1248
1319
|
"isSealed": false,
|
|
1320
|
+
"visibility": "Public",
|
|
1249
1321
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1250
1322
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
1251
1323
|
"isExtensionMethod": false
|
|
@@ -1265,6 +1337,7 @@
|
|
|
1265
1337
|
"isVirtual": false,
|
|
1266
1338
|
"isOverride": false,
|
|
1267
1339
|
"isSealed": false,
|
|
1340
|
+
"visibility": "Public",
|
|
1268
1341
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1269
1342
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
1270
1343
|
"isExtensionMethod": false
|
|
@@ -1284,6 +1357,7 @@
|
|
|
1284
1357
|
"isVirtual": false,
|
|
1285
1358
|
"isOverride": false,
|
|
1286
1359
|
"isSealed": false,
|
|
1360
|
+
"visibility": "Public",
|
|
1287
1361
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1288
1362
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
1289
1363
|
"isExtensionMethod": false
|
|
@@ -1305,6 +1379,7 @@
|
|
|
1305
1379
|
"isAbstract": false,
|
|
1306
1380
|
"isVirtual": false,
|
|
1307
1381
|
"isOverride": false,
|
|
1382
|
+
"visibility": "Public",
|
|
1308
1383
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1309
1384
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
1310
1385
|
},
|
|
@@ -1323,6 +1398,7 @@
|
|
|
1323
1398
|
"isAbstract": false,
|
|
1324
1399
|
"isVirtual": false,
|
|
1325
1400
|
"isOverride": false,
|
|
1401
|
+
"visibility": "Public",
|
|
1326
1402
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1327
1403
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
1328
1404
|
},
|
|
@@ -1341,6 +1417,7 @@
|
|
|
1341
1417
|
"isAbstract": false,
|
|
1342
1418
|
"isVirtual": false,
|
|
1343
1419
|
"isOverride": false,
|
|
1420
|
+
"visibility": "Public",
|
|
1344
1421
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1345
1422
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
1346
1423
|
},
|
|
@@ -1359,6 +1436,7 @@
|
|
|
1359
1436
|
"isAbstract": false,
|
|
1360
1437
|
"isVirtual": false,
|
|
1361
1438
|
"isOverride": false,
|
|
1439
|
+
"visibility": "Public",
|
|
1362
1440
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1363
1441
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
1364
1442
|
},
|
|
@@ -1377,6 +1455,7 @@
|
|
|
1377
1455
|
"isAbstract": false,
|
|
1378
1456
|
"isVirtual": false,
|
|
1379
1457
|
"isOverride": false,
|
|
1458
|
+
"visibility": "Public",
|
|
1380
1459
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1381
1460
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
1382
1461
|
},
|
|
@@ -1395,6 +1474,7 @@
|
|
|
1395
1474
|
"isAbstract": false,
|
|
1396
1475
|
"isVirtual": false,
|
|
1397
1476
|
"isOverride": false,
|
|
1477
|
+
"visibility": "Public",
|
|
1398
1478
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1399
1479
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
1400
1480
|
},
|
|
@@ -1413,6 +1493,7 @@
|
|
|
1413
1493
|
"isAbstract": false,
|
|
1414
1494
|
"isVirtual": false,
|
|
1415
1495
|
"isOverride": false,
|
|
1496
|
+
"visibility": "Public",
|
|
1416
1497
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1417
1498
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
1418
1499
|
},
|
|
@@ -1431,6 +1512,7 @@
|
|
|
1431
1512
|
"isAbstract": false,
|
|
1432
1513
|
"isVirtual": false,
|
|
1433
1514
|
"isOverride": false,
|
|
1515
|
+
"visibility": "Public",
|
|
1434
1516
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1435
1517
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
1436
1518
|
},
|
|
@@ -1449,6 +1531,7 @@
|
|
|
1449
1531
|
"isAbstract": false,
|
|
1450
1532
|
"isVirtual": false,
|
|
1451
1533
|
"isOverride": false,
|
|
1534
|
+
"visibility": "Public",
|
|
1452
1535
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1453
1536
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
1454
1537
|
},
|
|
@@ -1467,6 +1550,7 @@
|
|
|
1467
1550
|
"isAbstract": false,
|
|
1468
1551
|
"isVirtual": false,
|
|
1469
1552
|
"isOverride": false,
|
|
1553
|
+
"visibility": "Public",
|
|
1470
1554
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1471
1555
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
1472
1556
|
},
|
|
@@ -1485,6 +1569,7 @@
|
|
|
1485
1569
|
"isAbstract": false,
|
|
1486
1570
|
"isVirtual": false,
|
|
1487
1571
|
"isOverride": false,
|
|
1572
|
+
"visibility": "Public",
|
|
1488
1573
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1489
1574
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
1490
1575
|
},
|
|
@@ -1503,6 +1588,7 @@
|
|
|
1503
1588
|
"isAbstract": false,
|
|
1504
1589
|
"isVirtual": false,
|
|
1505
1590
|
"isOverride": false,
|
|
1591
|
+
"visibility": "Public",
|
|
1506
1592
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1507
1593
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
1508
1594
|
},
|
|
@@ -1521,6 +1607,7 @@
|
|
|
1521
1607
|
"isAbstract": false,
|
|
1522
1608
|
"isVirtual": false,
|
|
1523
1609
|
"isOverride": false,
|
|
1610
|
+
"visibility": "Public",
|
|
1524
1611
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
|
|
1525
1612
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
1526
1613
|
}
|