@tsonic/efcore-npgsql 10.0.1 → 10.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.EntityFrameworkCore/bindings.json +737 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +20 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +5 -0
- package/Microsoft.Extensions.DependencyInjection/bindings.json +6 -0
- package/Npgsql/bindings.json +3099 -41
- package/Npgsql/internal/index.d.ts +142 -22
- package/Npgsql.BackendMessages/bindings.json +7 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +39 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +7 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +179 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +17 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +22 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +8 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +59 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +8 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +275 -16
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +35 -11
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +120 -31
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +6 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +150 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +480 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +50 -10
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +85 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +763 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +47 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +94 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +10 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +42 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +31 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +410 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +53 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +1093 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +103 -15
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +2356 -296
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +157 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +6 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +25 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +508 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +44 -11
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +23 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +4017 -129
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +435 -53
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +16 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +257 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +29 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +5 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +20 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +137 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +16 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +3 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +1 -1
- package/Npgsql.Internal/bindings.json +884 -15
- package/Npgsql.Internal/internal/index.d.ts +43 -9
- package/Npgsql.Internal.Postgres/bindings.json +81 -0
- package/Npgsql.Internal.d.ts +1 -1
- package/Npgsql.NameTranslation/bindings.json +30 -0
- package/Npgsql.PostgresTypes/bindings.json +144 -12
- package/Npgsql.PostgresTypes/internal/index.d.ts +12 -9
- package/Npgsql.Replication/bindings.json +166 -11
- package/Npgsql.Replication/internal/index.d.ts +6 -5
- package/Npgsql.Replication.Internal/bindings.json +26 -1
- package/Npgsql.Replication.Internal/internal/index.d.ts +1 -0
- package/Npgsql.Replication.PgOutput/bindings.json +160 -6
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +4 -3
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +513 -83
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +43 -40
- package/Npgsql.Replication.TestDecoding/bindings.json +40 -2
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +1 -1
- package/Npgsql.Schema/bindings.json +87 -54
- package/Npgsql.Schema/internal/index.d.ts +33 -27
- package/Npgsql.TypeMapping/bindings.json +17 -0
- package/Npgsql.Util/bindings.json +4 -0
- package/Npgsql.d.ts +1 -1
- package/NpgsqlTypes/bindings.json +871 -4
- package/NpgsqlTypes/internal/index.d.ts +3 -1
- 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": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection::CreateAdminConnection():Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
@@ -31,6 +57,7 @@
|
|
|
31
57
|
"isVirtual": true,
|
|
32
58
|
"isOverride": false,
|
|
33
59
|
"isSealed": false,
|
|
60
|
+
"visibility": "Public",
|
|
34
61
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
35
62
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
36
63
|
"isExtensionMethod": false
|
|
@@ -50,6 +77,7 @@
|
|
|
50
77
|
"isVirtual": true,
|
|
51
78
|
"isOverride": false,
|
|
52
79
|
"isSealed": false,
|
|
80
|
+
"visibility": "Public",
|
|
53
81
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
54
82
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
55
83
|
"isExtensionMethod": false
|
|
@@ -71,6 +99,7 @@
|
|
|
71
99
|
"isAbstract": true,
|
|
72
100
|
"isVirtual": true,
|
|
73
101
|
"isOverride": false,
|
|
102
|
+
"visibility": "Public",
|
|
74
103
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
75
104
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
76
105
|
}
|
|
@@ -90,6 +119,20 @@
|
|
|
90
119
|
"isSealed": false,
|
|
91
120
|
"isStatic": false,
|
|
92
121
|
"arity": 0,
|
|
122
|
+
"baseType": {
|
|
123
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator",
|
|
124
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator"
|
|
125
|
+
},
|
|
126
|
+
"interfaces": [
|
|
127
|
+
{
|
|
128
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IRelationalDatabaseCreator",
|
|
129
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.IRelationalDatabaseCreator"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.IDatabaseCreator",
|
|
133
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.IDatabaseCreator"
|
|
134
|
+
}
|
|
135
|
+
],
|
|
93
136
|
"methods": [
|
|
94
137
|
{
|
|
95
138
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator::Create():System.Void",
|
|
@@ -106,6 +149,7 @@
|
|
|
106
149
|
"isVirtual": true,
|
|
107
150
|
"isOverride": true,
|
|
108
151
|
"isSealed": false,
|
|
152
|
+
"visibility": "Public",
|
|
109
153
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
110
154
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
111
155
|
"isExtensionMethod": false
|
|
@@ -125,6 +169,7 @@
|
|
|
125
169
|
"isVirtual": true,
|
|
126
170
|
"isOverride": true,
|
|
127
171
|
"isSealed": false,
|
|
172
|
+
"visibility": "Public",
|
|
128
173
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
129
174
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
130
175
|
"isExtensionMethod": false
|
|
@@ -144,6 +189,7 @@
|
|
|
144
189
|
"isVirtual": true,
|
|
145
190
|
"isOverride": true,
|
|
146
191
|
"isSealed": false,
|
|
192
|
+
"visibility": "Public",
|
|
147
193
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
148
194
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
149
195
|
"isExtensionMethod": false
|
|
@@ -163,6 +209,7 @@
|
|
|
163
209
|
"isVirtual": true,
|
|
164
210
|
"isOverride": true,
|
|
165
211
|
"isSealed": false,
|
|
212
|
+
"visibility": "Public",
|
|
166
213
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
167
214
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
168
215
|
"isExtensionMethod": false
|
|
@@ -182,6 +229,7 @@
|
|
|
182
229
|
"isVirtual": true,
|
|
183
230
|
"isOverride": true,
|
|
184
231
|
"isSealed": false,
|
|
232
|
+
"visibility": "Public",
|
|
185
233
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
186
234
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
187
235
|
"isExtensionMethod": false
|
|
@@ -201,6 +249,7 @@
|
|
|
201
249
|
"isVirtual": true,
|
|
202
250
|
"isOverride": true,
|
|
203
251
|
"isSealed": false,
|
|
252
|
+
"visibility": "Public",
|
|
204
253
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
205
254
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
206
255
|
"isExtensionMethod": false
|
|
@@ -220,6 +269,7 @@
|
|
|
220
269
|
"isVirtual": true,
|
|
221
270
|
"isOverride": true,
|
|
222
271
|
"isSealed": false,
|
|
272
|
+
"visibility": "Public",
|
|
223
273
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
224
274
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
225
275
|
"isExtensionMethod": false
|
|
@@ -239,6 +289,7 @@
|
|
|
239
289
|
"isVirtual": true,
|
|
240
290
|
"isOverride": true,
|
|
241
291
|
"isSealed": false,
|
|
292
|
+
"visibility": "Public",
|
|
242
293
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
243
294
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
244
295
|
"isExtensionMethod": false
|
|
@@ -258,6 +309,7 @@
|
|
|
258
309
|
"isVirtual": true,
|
|
259
310
|
"isOverride": true,
|
|
260
311
|
"isSealed": false,
|
|
312
|
+
"visibility": "Public",
|
|
261
313
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
262
314
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
263
315
|
"isExtensionMethod": false
|
|
@@ -277,6 +329,7 @@
|
|
|
277
329
|
"isVirtual": true,
|
|
278
330
|
"isOverride": true,
|
|
279
331
|
"isSealed": false,
|
|
332
|
+
"visibility": "Public",
|
|
280
333
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
281
334
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
282
335
|
"isExtensionMethod": false
|
|
@@ -298,6 +351,7 @@
|
|
|
298
351
|
"isAbstract": false,
|
|
299
352
|
"isVirtual": true,
|
|
300
353
|
"isOverride": false,
|
|
354
|
+
"visibility": "Public",
|
|
301
355
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
302
356
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
303
357
|
},
|
|
@@ -316,6 +370,7 @@
|
|
|
316
370
|
"isAbstract": false,
|
|
317
371
|
"isVirtual": true,
|
|
318
372
|
"isOverride": false,
|
|
373
|
+
"visibility": "Public",
|
|
319
374
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
320
375
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
321
376
|
}
|
|
@@ -330,6 +385,7 @@
|
|
|
330
385
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreatorDependencies,Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection,Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder):void|static=false",
|
|
331
386
|
"isStatic": false,
|
|
332
387
|
"parameterCount": 3,
|
|
388
|
+
"visibility": "Public",
|
|
333
389
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
334
390
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
335
391
|
}
|
|
@@ -346,6 +402,20 @@
|
|
|
346
402
|
"isSealed": false,
|
|
347
403
|
"isStatic": false,
|
|
348
404
|
"arity": 0,
|
|
405
|
+
"baseType": {
|
|
406
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
407
|
+
"clrName": "System.Object"
|
|
408
|
+
},
|
|
409
|
+
"interfaces": [
|
|
410
|
+
{
|
|
411
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
412
|
+
"clrName": "System.IDisposable"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"stableId": "System.Private.CoreLib:System.IAsyncDisposable",
|
|
416
|
+
"clrName": "System.IAsyncDisposable"
|
|
417
|
+
}
|
|
418
|
+
],
|
|
349
419
|
"methods": [
|
|
350
420
|
{
|
|
351
421
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDataSourceManager::GetDataSource(Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension,System.IServiceProvider):System.Data.Common.DbDataSource",
|
|
@@ -362,6 +432,27 @@
|
|
|
362
432
|
"isVirtual": true,
|
|
363
433
|
"isOverride": false,
|
|
364
434
|
"isSealed": false,
|
|
435
|
+
"visibility": "Public",
|
|
436
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDataSourceManager",
|
|
437
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
438
|
+
"isExtensionMethod": false
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDataSourceManager::CreateDataSource(Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension):Npgsql.NpgsqlDataSource",
|
|
442
|
+
"clrName": "CreateDataSource",
|
|
443
|
+
"metadataToken": 100664145,
|
|
444
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension):Npgsql.NpgsqlDataSource",
|
|
445
|
+
"normalizedSignature": "CreateDataSource|(Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension):Npgsql.NpgsqlDataSource|static=false",
|
|
446
|
+
"emitScope": "ClassSurface",
|
|
447
|
+
"provenance": "Original",
|
|
448
|
+
"arity": 0,
|
|
449
|
+
"parameterCount": 1,
|
|
450
|
+
"isStatic": false,
|
|
451
|
+
"isAbstract": false,
|
|
452
|
+
"isVirtual": true,
|
|
453
|
+
"isOverride": false,
|
|
454
|
+
"isSealed": false,
|
|
455
|
+
"visibility": "Protected",
|
|
365
456
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDataSourceManager",
|
|
366
457
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
367
458
|
"isExtensionMethod": false
|
|
@@ -381,6 +472,7 @@
|
|
|
381
472
|
"isVirtual": true,
|
|
382
473
|
"isOverride": false,
|
|
383
474
|
"isSealed": true,
|
|
475
|
+
"visibility": "Public",
|
|
384
476
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDataSourceManager",
|
|
385
477
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
386
478
|
"isExtensionMethod": false
|
|
@@ -400,6 +492,7 @@
|
|
|
400
492
|
"isVirtual": true,
|
|
401
493
|
"isOverride": false,
|
|
402
494
|
"isSealed": true,
|
|
495
|
+
"visibility": "Public",
|
|
403
496
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDataSourceManager",
|
|
404
497
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
405
498
|
"isExtensionMethod": false
|
|
@@ -416,6 +509,7 @@
|
|
|
416
509
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.INpgsqlDataSourceConfigurationPlugin,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):void|static=false",
|
|
417
510
|
"isStatic": false,
|
|
418
511
|
"parameterCount": 1,
|
|
512
|
+
"visibility": "Public",
|
|
419
513
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDataSourceManager",
|
|
420
514
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
421
515
|
}
|
|
@@ -432,6 +526,16 @@
|
|
|
432
526
|
"isSealed": false,
|
|
433
527
|
"isStatic": false,
|
|
434
528
|
"arity": 0,
|
|
529
|
+
"baseType": {
|
|
530
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
531
|
+
"clrName": "System.Object"
|
|
532
|
+
},
|
|
533
|
+
"interfaces": [
|
|
534
|
+
{
|
|
535
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy",
|
|
536
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy"
|
|
537
|
+
}
|
|
538
|
+
],
|
|
435
539
|
"methods": [
|
|
436
540
|
{
|
|
437
541
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategy::Execute(TState,Func_3,Func_3):TResult",
|
|
@@ -448,6 +552,7 @@
|
|
|
448
552
|
"isVirtual": true,
|
|
449
553
|
"isOverride": false,
|
|
450
554
|
"isSealed": false,
|
|
555
|
+
"visibility": "Public",
|
|
451
556
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategy",
|
|
452
557
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
453
558
|
"isExtensionMethod": false
|
|
@@ -467,6 +572,7 @@
|
|
|
467
572
|
"isVirtual": true,
|
|
468
573
|
"isOverride": false,
|
|
469
574
|
"isSealed": false,
|
|
575
|
+
"visibility": "Public",
|
|
470
576
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategy",
|
|
471
577
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
472
578
|
"isExtensionMethod": false
|
|
@@ -488,6 +594,7 @@
|
|
|
488
594
|
"isAbstract": false,
|
|
489
595
|
"isVirtual": true,
|
|
490
596
|
"isOverride": false,
|
|
597
|
+
"visibility": "Public",
|
|
491
598
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategy",
|
|
492
599
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
493
600
|
}
|
|
@@ -502,6 +609,7 @@
|
|
|
502
609
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies):void|static=false",
|
|
503
610
|
"isStatic": false,
|
|
504
611
|
"parameterCount": 1,
|
|
612
|
+
"visibility": "Public",
|
|
505
613
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategy",
|
|
506
614
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
507
615
|
}
|
|
@@ -518,7 +626,38 @@
|
|
|
518
626
|
"isSealed": false,
|
|
519
627
|
"isStatic": false,
|
|
520
628
|
"arity": 0,
|
|
521
|
-
"
|
|
629
|
+
"baseType": {
|
|
630
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalExecutionStrategyFactory",
|
|
631
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.RelationalExecutionStrategyFactory"
|
|
632
|
+
},
|
|
633
|
+
"interfaces": [
|
|
634
|
+
{
|
|
635
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.IExecutionStrategyFactory",
|
|
636
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.IExecutionStrategyFactory"
|
|
637
|
+
}
|
|
638
|
+
],
|
|
639
|
+
"methods": [
|
|
640
|
+
{
|
|
641
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategyFactory::CreateDefaultStrategy(Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies):Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy",
|
|
642
|
+
"clrName": "CreateDefaultStrategy",
|
|
643
|
+
"metadataToken": 100664154,
|
|
644
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies):Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy",
|
|
645
|
+
"normalizedSignature": "CreateDefaultStrategy|(Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies):Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy|static=false",
|
|
646
|
+
"emitScope": "ClassSurface",
|
|
647
|
+
"provenance": "Original",
|
|
648
|
+
"arity": 0,
|
|
649
|
+
"parameterCount": 1,
|
|
650
|
+
"isStatic": false,
|
|
651
|
+
"isAbstract": false,
|
|
652
|
+
"isVirtual": true,
|
|
653
|
+
"isOverride": true,
|
|
654
|
+
"isSealed": false,
|
|
655
|
+
"visibility": "Protected",
|
|
656
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategyFactory",
|
|
657
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
658
|
+
"isExtensionMethod": false
|
|
659
|
+
}
|
|
660
|
+
],
|
|
522
661
|
"properties": [],
|
|
523
662
|
"fields": [],
|
|
524
663
|
"events": [],
|
|
@@ -530,6 +669,7 @@
|
|
|
530
669
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies):void|static=false",
|
|
531
670
|
"isStatic": false,
|
|
532
671
|
"parameterCount": 1,
|
|
672
|
+
"visibility": "Public",
|
|
533
673
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategyFactory",
|
|
534
674
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
535
675
|
}
|
|
@@ -546,7 +686,65 @@
|
|
|
546
686
|
"isSealed": false,
|
|
547
687
|
"isStatic": false,
|
|
548
688
|
"arity": 0,
|
|
689
|
+
"baseType": {
|
|
690
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalConnection",
|
|
691
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.RelationalConnection"
|
|
692
|
+
},
|
|
693
|
+
"interfaces": [
|
|
694
|
+
{
|
|
695
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IRelationalConnection",
|
|
696
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.IRelationalConnection"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IRelationalTransactionManager",
|
|
700
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.IRelationalTransactionManager"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.IDbContextTransactionManager",
|
|
704
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.IDbContextTransactionManager"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IResettableService",
|
|
708
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IResettableService"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
712
|
+
"clrName": "System.IDisposable"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"stableId": "System.Private.CoreLib:System.IAsyncDisposable",
|
|
716
|
+
"clrName": "System.IAsyncDisposable"
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.ITransactionEnlistmentManager",
|
|
720
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.ITransactionEnlistmentManager"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
724
|
+
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection"
|
|
725
|
+
}
|
|
726
|
+
],
|
|
549
727
|
"methods": [
|
|
728
|
+
{
|
|
729
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection::CreateDbConnection():System.Data.Common.DbConnection",
|
|
730
|
+
"clrName": "CreateDbConnection",
|
|
731
|
+
"metadataToken": 100664160,
|
|
732
|
+
"canonicalSignature": "():System.Data.Common.DbConnection",
|
|
733
|
+
"normalizedSignature": "CreateDbConnection|():System.Data.Common.DbConnection|static=false",
|
|
734
|
+
"emitScope": "ClassSurface",
|
|
735
|
+
"provenance": "Original",
|
|
736
|
+
"arity": 0,
|
|
737
|
+
"parameterCount": 0,
|
|
738
|
+
"isStatic": false,
|
|
739
|
+
"isAbstract": false,
|
|
740
|
+
"isVirtual": true,
|
|
741
|
+
"isOverride": true,
|
|
742
|
+
"isSealed": false,
|
|
743
|
+
"visibility": "Protected",
|
|
744
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
745
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
746
|
+
"isExtensionMethod": false
|
|
747
|
+
},
|
|
550
748
|
{
|
|
551
749
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection::CreateAdminConnection():Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
552
750
|
"clrName": "CreateAdminConnection",
|
|
@@ -562,6 +760,7 @@
|
|
|
562
760
|
"isVirtual": true,
|
|
563
761
|
"isOverride": false,
|
|
564
762
|
"isSealed": false,
|
|
763
|
+
"visibility": "Public",
|
|
565
764
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
566
765
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
567
766
|
"isExtensionMethod": false
|
|
@@ -581,6 +780,7 @@
|
|
|
581
780
|
"isVirtual": true,
|
|
582
781
|
"isOverride": false,
|
|
583
782
|
"isSealed": false,
|
|
783
|
+
"visibility": "Public",
|
|
584
784
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
585
785
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
586
786
|
"isExtensionMethod": false
|
|
@@ -600,6 +800,7 @@
|
|
|
600
800
|
"isVirtual": true,
|
|
601
801
|
"isOverride": false,
|
|
602
802
|
"isSealed": false,
|
|
803
|
+
"visibility": "Public",
|
|
603
804
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
604
805
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
605
806
|
"isExtensionMethod": false,
|
|
@@ -620,6 +821,7 @@
|
|
|
620
821
|
"isVirtual": true,
|
|
621
822
|
"isOverride": false,
|
|
622
823
|
"isSealed": false,
|
|
824
|
+
"visibility": "Public",
|
|
623
825
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
624
826
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
625
827
|
"isExtensionMethod": false,
|
|
@@ -632,16 +834,36 @@
|
|
|
632
834
|
"clrName": "DataSource",
|
|
633
835
|
"metadataToken": 385875998,
|
|
634
836
|
"canonicalSignature": ":System.Data.Common.DbDataSource",
|
|
635
|
-
"normalizedSignature": "DataSource|:System.Data.Common.DbDataSource|static=false|accessor=
|
|
837
|
+
"normalizedSignature": "DataSource|:System.Data.Common.DbDataSource|static=false|accessor=getset",
|
|
636
838
|
"emitScope": "ClassSurface",
|
|
637
839
|
"provenance": "Original",
|
|
638
840
|
"isIndexer": false,
|
|
639
841
|
"hasGetter": true,
|
|
640
|
-
"hasSetter":
|
|
842
|
+
"hasSetter": true,
|
|
641
843
|
"isStatic": false,
|
|
642
844
|
"isAbstract": false,
|
|
643
845
|
"isVirtual": true,
|
|
644
846
|
"isOverride": false,
|
|
847
|
+
"visibility": "Public",
|
|
848
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
849
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection::SupportsAmbientTransactions:System.Boolean",
|
|
853
|
+
"clrName": "SupportsAmbientTransactions",
|
|
854
|
+
"metadataToken": 385875999,
|
|
855
|
+
"canonicalSignature": ":System.Boolean",
|
|
856
|
+
"normalizedSignature": "SupportsAmbientTransactions|:System.Boolean|static=false|accessor=get",
|
|
857
|
+
"emitScope": "ClassSurface",
|
|
858
|
+
"provenance": "Original",
|
|
859
|
+
"isIndexer": false,
|
|
860
|
+
"hasGetter": true,
|
|
861
|
+
"hasSetter": false,
|
|
862
|
+
"isStatic": false,
|
|
863
|
+
"isAbstract": false,
|
|
864
|
+
"isVirtual": true,
|
|
865
|
+
"isOverride": true,
|
|
866
|
+
"visibility": "Protected",
|
|
645
867
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
646
868
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
647
869
|
},
|
|
@@ -660,6 +882,7 @@
|
|
|
660
882
|
"isAbstract": false,
|
|
661
883
|
"isVirtual": true,
|
|
662
884
|
"isOverride": true,
|
|
885
|
+
"visibility": "Public",
|
|
663
886
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
664
887
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
665
888
|
},
|
|
@@ -678,6 +901,7 @@
|
|
|
678
901
|
"isAbstract": false,
|
|
679
902
|
"isVirtual": true,
|
|
680
903
|
"isOverride": false,
|
|
904
|
+
"visibility": "Public",
|
|
681
905
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
682
906
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
683
907
|
},
|
|
@@ -696,6 +920,7 @@
|
|
|
696
920
|
"isAbstract": false,
|
|
697
921
|
"isVirtual": true,
|
|
698
922
|
"isOverride": false,
|
|
923
|
+
"visibility": "Public",
|
|
699
924
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
700
925
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
701
926
|
},
|
|
@@ -714,6 +939,7 @@
|
|
|
714
939
|
"isAbstract": false,
|
|
715
940
|
"isVirtual": true,
|
|
716
941
|
"isOverride": true,
|
|
942
|
+
"visibility": "Public",
|
|
717
943
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
718
944
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
719
945
|
},
|
|
@@ -732,6 +958,7 @@
|
|
|
732
958
|
"isAbstract": false,
|
|
733
959
|
"isVirtual": true,
|
|
734
960
|
"isOverride": false,
|
|
961
|
+
"visibility": "Public",
|
|
735
962
|
"sourceInterface": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
736
963
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
737
964
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
@@ -747,6 +974,18 @@
|
|
|
747
974
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalConnectionDependencies,Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDataSourceManager,Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):void|static=false",
|
|
748
975
|
"isStatic": false,
|
|
749
976
|
"parameterCount": 3,
|
|
977
|
+
"visibility": "Public",
|
|
978
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
979
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalConnectionDependencies,System.Data.Common.DbDataSource):void",
|
|
983
|
+
"metadataToken": 100664159,
|
|
984
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalConnectionDependencies,System.Data.Common.DbDataSource):void",
|
|
985
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalConnectionDependencies,System.Data.Common.DbDataSource):void|static=false",
|
|
986
|
+
"isStatic": false,
|
|
987
|
+
"parameterCount": 2,
|
|
988
|
+
"visibility": "Protected",
|
|
750
989
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
751
990
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
752
991
|
}
|
|
@@ -763,6 +1002,16 @@
|
|
|
763
1002
|
"isSealed": false,
|
|
764
1003
|
"isStatic": false,
|
|
765
1004
|
"arity": 0,
|
|
1005
|
+
"baseType": {
|
|
1006
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalSqlGenerationHelper",
|
|
1007
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.RelationalSqlGenerationHelper"
|
|
1008
|
+
},
|
|
1009
|
+
"interfaces": [
|
|
1010
|
+
{
|
|
1011
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper",
|
|
1012
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper"
|
|
1013
|
+
}
|
|
1014
|
+
],
|
|
766
1015
|
"methods": [
|
|
767
1016
|
{
|
|
768
1017
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper::DelimitIdentifier(System.String):System.String",
|
|
@@ -779,6 +1028,7 @@
|
|
|
779
1028
|
"isVirtual": true,
|
|
780
1029
|
"isOverride": true,
|
|
781
1030
|
"isSealed": false,
|
|
1031
|
+
"visibility": "Public",
|
|
782
1032
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper",
|
|
783
1033
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
784
1034
|
"isExtensionMethod": false
|
|
@@ -798,6 +1048,7 @@
|
|
|
798
1048
|
"isVirtual": true,
|
|
799
1049
|
"isOverride": true,
|
|
800
1050
|
"isSealed": false,
|
|
1051
|
+
"visibility": "Public",
|
|
801
1052
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper",
|
|
802
1053
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
803
1054
|
"isExtensionMethod": false
|
|
@@ -814,6 +1065,7 @@
|
|
|
814
1065
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalSqlGenerationHelperDependencies):void|static=false",
|
|
815
1066
|
"isStatic": false,
|
|
816
1067
|
"parameterCount": 1,
|
|
1068
|
+
"visibility": "Public",
|
|
817
1069
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper",
|
|
818
1070
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
819
1071
|
}
|
|
@@ -830,6 +1082,10 @@
|
|
|
830
1082
|
"isSealed": false,
|
|
831
1083
|
"isStatic": false,
|
|
832
1084
|
"arity": 0,
|
|
1085
|
+
"baseType": {
|
|
1086
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1087
|
+
"clrName": "System.Object"
|
|
1088
|
+
},
|
|
833
1089
|
"methods": [
|
|
834
1090
|
{
|
|
835
1091
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTransientExceptionDetector::ShouldRetryOn(System.Exception):System.Boolean",
|
|
@@ -846,6 +1102,7 @@
|
|
|
846
1102
|
"isVirtual": false,
|
|
847
1103
|
"isOverride": false,
|
|
848
1104
|
"isSealed": false,
|
|
1105
|
+
"visibility": "Public",
|
|
849
1106
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTransientExceptionDetector",
|
|
850
1107
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
851
1108
|
"isExtensionMethod": false
|
|
@@ -862,6 +1119,7 @@
|
|
|
862
1119
|
"normalizedSignature": "constructor|():void|static=false",
|
|
863
1120
|
"isStatic": false,
|
|
864
1121
|
"parameterCount": 0,
|
|
1122
|
+
"visibility": "Public",
|
|
865
1123
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTransientExceptionDetector",
|
|
866
1124
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
867
1125
|
}
|
|
@@ -878,7 +1136,93 @@
|
|
|
878
1136
|
"isSealed": false,
|
|
879
1137
|
"isStatic": false,
|
|
880
1138
|
"arity": 0,
|
|
1139
|
+
"baseType": {
|
|
1140
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSource",
|
|
1141
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSource"
|
|
1142
|
+
},
|
|
1143
|
+
"interfaces": [
|
|
1144
|
+
{
|
|
1145
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.ITypeMappingSource",
|
|
1146
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.ITypeMappingSource"
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource",
|
|
1150
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource"
|
|
1151
|
+
}
|
|
1152
|
+
],
|
|
881
1153
|
"methods": [
|
|
1154
|
+
{
|
|
1155
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource::FindMapping(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u0026):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1156
|
+
"clrName": "FindMapping",
|
|
1157
|
+
"metadataToken": 100664182,
|
|
1158
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u0026):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1159
|
+
"normalizedSignature": "FindMapping|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u0026):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
1160
|
+
"emitScope": "ClassSurface",
|
|
1161
|
+
"provenance": "Original",
|
|
1162
|
+
"arity": 0,
|
|
1163
|
+
"parameterCount": 1,
|
|
1164
|
+
"isStatic": false,
|
|
1165
|
+
"isAbstract": false,
|
|
1166
|
+
"isVirtual": true,
|
|
1167
|
+
"isOverride": true,
|
|
1168
|
+
"isSealed": false,
|
|
1169
|
+
"visibility": "Protected",
|
|
1170
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
1171
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1172
|
+
"isExtensionMethod": false,
|
|
1173
|
+
"parameterModifiers": [
|
|
1174
|
+
{
|
|
1175
|
+
"index": 0,
|
|
1176
|
+
"modifier": "in"
|
|
1177
|
+
}
|
|
1178
|
+
]
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource::FindBaseMapping(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u0026):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1182
|
+
"clrName": "FindBaseMapping",
|
|
1183
|
+
"metadataToken": 100664183,
|
|
1184
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u0026):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1185
|
+
"normalizedSignature": "FindBaseMapping|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u0026):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
1186
|
+
"emitScope": "ClassSurface",
|
|
1187
|
+
"provenance": "Original",
|
|
1188
|
+
"arity": 0,
|
|
1189
|
+
"parameterCount": 1,
|
|
1190
|
+
"isStatic": false,
|
|
1191
|
+
"isAbstract": false,
|
|
1192
|
+
"isVirtual": true,
|
|
1193
|
+
"isOverride": false,
|
|
1194
|
+
"isSealed": false,
|
|
1195
|
+
"visibility": "Protected",
|
|
1196
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
1197
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1198
|
+
"isExtensionMethod": false,
|
|
1199
|
+
"parameterModifiers": [
|
|
1200
|
+
{
|
|
1201
|
+
"index": 0,
|
|
1202
|
+
"modifier": "in"
|
|
1203
|
+
}
|
|
1204
|
+
]
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource::FindCollectionMapping(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo,System.Type,System.Type,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1208
|
+
"clrName": "FindCollectionMapping",
|
|
1209
|
+
"metadataToken": 100664184,
|
|
1210
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo,System.Type,System.Type,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1211
|
+
"normalizedSignature": "FindCollectionMapping|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo,System.Type,System.Type,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
1212
|
+
"emitScope": "ClassSurface",
|
|
1213
|
+
"provenance": "Original",
|
|
1214
|
+
"arity": 0,
|
|
1215
|
+
"parameterCount": 4,
|
|
1216
|
+
"isStatic": false,
|
|
1217
|
+
"isAbstract": false,
|
|
1218
|
+
"isVirtual": true,
|
|
1219
|
+
"isOverride": true,
|
|
1220
|
+
"isSealed": false,
|
|
1221
|
+
"visibility": "Protected",
|
|
1222
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
1223
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1224
|
+
"isExtensionMethod": false
|
|
1225
|
+
},
|
|
882
1226
|
{
|
|
883
1227
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource::FindCollectionMapping(System.String,System.Type,System.Type,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
884
1228
|
"clrName": "FindCollectionMapping",
|
|
@@ -894,10 +1238,89 @@
|
|
|
894
1238
|
"isVirtual": true,
|
|
895
1239
|
"isOverride": false,
|
|
896
1240
|
"isSealed": false,
|
|
1241
|
+
"visibility": "Public",
|
|
897
1242
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
898
1243
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
899
1244
|
"isExtensionMethod": false
|
|
900
1245
|
},
|
|
1246
|
+
{
|
|
1247
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource::FindRowValueMapping(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u0026):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1248
|
+
"clrName": "FindRowValueMapping",
|
|
1249
|
+
"metadataToken": 100664186,
|
|
1250
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u0026):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1251
|
+
"normalizedSignature": "FindRowValueMapping|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u0026):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
1252
|
+
"emitScope": "ClassSurface",
|
|
1253
|
+
"provenance": "Original",
|
|
1254
|
+
"arity": 0,
|
|
1255
|
+
"parameterCount": 1,
|
|
1256
|
+
"isStatic": false,
|
|
1257
|
+
"isAbstract": false,
|
|
1258
|
+
"isVirtual": true,
|
|
1259
|
+
"isOverride": false,
|
|
1260
|
+
"isSealed": false,
|
|
1261
|
+
"visibility": "Protected",
|
|
1262
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
1263
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1264
|
+
"isExtensionMethod": false,
|
|
1265
|
+
"parameterModifiers": [
|
|
1266
|
+
{
|
|
1267
|
+
"index": 0,
|
|
1268
|
+
"modifier": "in"
|
|
1269
|
+
}
|
|
1270
|
+
]
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource::FindEnumMapping(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u0026):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1274
|
+
"clrName": "FindEnumMapping",
|
|
1275
|
+
"metadataToken": 100664187,
|
|
1276
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u0026):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1277
|
+
"normalizedSignature": "FindEnumMapping|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u0026):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
1278
|
+
"emitScope": "ClassSurface",
|
|
1279
|
+
"provenance": "Original",
|
|
1280
|
+
"arity": 0,
|
|
1281
|
+
"parameterCount": 1,
|
|
1282
|
+
"isStatic": false,
|
|
1283
|
+
"isAbstract": false,
|
|
1284
|
+
"isVirtual": true,
|
|
1285
|
+
"isOverride": false,
|
|
1286
|
+
"isSealed": false,
|
|
1287
|
+
"visibility": "Protected",
|
|
1288
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
1289
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1290
|
+
"isExtensionMethod": false,
|
|
1291
|
+
"parameterModifiers": [
|
|
1292
|
+
{
|
|
1293
|
+
"index": 0,
|
|
1294
|
+
"modifier": "in"
|
|
1295
|
+
}
|
|
1296
|
+
]
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource::FindUserRangeMapping(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u0026):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1300
|
+
"clrName": "FindUserRangeMapping",
|
|
1301
|
+
"metadataToken": 100664188,
|
|
1302
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u0026):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1303
|
+
"normalizedSignature": "FindUserRangeMapping|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u0026):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
1304
|
+
"emitScope": "ClassSurface",
|
|
1305
|
+
"provenance": "Original",
|
|
1306
|
+
"arity": 0,
|
|
1307
|
+
"parameterCount": 1,
|
|
1308
|
+
"isStatic": false,
|
|
1309
|
+
"isAbstract": false,
|
|
1310
|
+
"isVirtual": true,
|
|
1311
|
+
"isOverride": false,
|
|
1312
|
+
"isSealed": false,
|
|
1313
|
+
"visibility": "Protected",
|
|
1314
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
1315
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1316
|
+
"isExtensionMethod": false,
|
|
1317
|
+
"parameterModifiers": [
|
|
1318
|
+
{
|
|
1319
|
+
"index": 0,
|
|
1320
|
+
"modifier": "in"
|
|
1321
|
+
}
|
|
1322
|
+
]
|
|
1323
|
+
},
|
|
901
1324
|
{
|
|
902
1325
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource::FindContainerMapping(System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping,Microsoft.EntityFrameworkCore.Metadata.IModel):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
903
1326
|
"clrName": "FindContainerMapping",
|
|
@@ -913,6 +1336,7 @@
|
|
|
913
1336
|
"isVirtual": true,
|
|
914
1337
|
"isOverride": false,
|
|
915
1338
|
"isSealed": false,
|
|
1339
|
+
"visibility": "Public",
|
|
916
1340
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
917
1341
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
918
1342
|
"isExtensionMethod": false
|
|
@@ -932,12 +1356,90 @@
|
|
|
932
1356
|
"isVirtual": true,
|
|
933
1357
|
"isOverride": false,
|
|
934
1358
|
"isSealed": false,
|
|
1359
|
+
"visibility": "Public",
|
|
935
1360
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
936
1361
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
937
1362
|
"isExtensionMethod": false
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource::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",
|
|
1366
|
+
"clrName": "ParseStoreTypeName",
|
|
1367
|
+
"metadataToken": 100664192,
|
|
1368
|
+
"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",
|
|
1369
|
+
"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",
|
|
1370
|
+
"emitScope": "ClassSurface",
|
|
1371
|
+
"provenance": "Original",
|
|
1372
|
+
"arity": 0,
|
|
1373
|
+
"parameterCount": 5,
|
|
1374
|
+
"isStatic": false,
|
|
1375
|
+
"isAbstract": false,
|
|
1376
|
+
"isVirtual": true,
|
|
1377
|
+
"isOverride": true,
|
|
1378
|
+
"isSealed": false,
|
|
1379
|
+
"visibility": "Protected",
|
|
1380
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
1381
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1382
|
+
"isExtensionMethod": false,
|
|
1383
|
+
"parameterModifiers": [
|
|
1384
|
+
{
|
|
1385
|
+
"index": 1,
|
|
1386
|
+
"modifier": "ref"
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
"index": 2,
|
|
1390
|
+
"modifier": "ref"
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"index": 3,
|
|
1394
|
+
"modifier": "ref"
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
"index": 4,
|
|
1398
|
+
"modifier": "ref"
|
|
1399
|
+
}
|
|
1400
|
+
]
|
|
1401
|
+
}
|
|
1402
|
+
],
|
|
1403
|
+
"properties": [
|
|
1404
|
+
{
|
|
1405
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource::StoreTypeMappings:System.Collections.Concurrent.ConcurrentDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping[],Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1406
|
+
"clrName": "StoreTypeMappings",
|
|
1407
|
+
"metadataToken": 385876004,
|
|
1408
|
+
"canonicalSignature": ":System.Collections.Concurrent.ConcurrentDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping[],Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1409
|
+
"normalizedSignature": "StoreTypeMappings|:System.Collections.Concurrent.ConcurrentDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping[],Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
1410
|
+
"emitScope": "ClassSurface",
|
|
1411
|
+
"provenance": "Original",
|
|
1412
|
+
"isIndexer": false,
|
|
1413
|
+
"hasGetter": true,
|
|
1414
|
+
"hasSetter": false,
|
|
1415
|
+
"isStatic": false,
|
|
1416
|
+
"isAbstract": false,
|
|
1417
|
+
"isVirtual": true,
|
|
1418
|
+
"isOverride": false,
|
|
1419
|
+
"visibility": "Protected",
|
|
1420
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
1421
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource::ClrTypeMappings:System.Collections.Concurrent.ConcurrentDictionary_2[[System.Type,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1425
|
+
"clrName": "ClrTypeMappings",
|
|
1426
|
+
"metadataToken": 385876005,
|
|
1427
|
+
"canonicalSignature": ":System.Collections.Concurrent.ConcurrentDictionary_2[[System.Type,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1428
|
+
"normalizedSignature": "ClrTypeMappings|:System.Collections.Concurrent.ConcurrentDictionary_2[[System.Type,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
1429
|
+
"emitScope": "ClassSurface",
|
|
1430
|
+
"provenance": "Original",
|
|
1431
|
+
"isIndexer": false,
|
|
1432
|
+
"hasGetter": true,
|
|
1433
|
+
"hasSetter": false,
|
|
1434
|
+
"isStatic": false,
|
|
1435
|
+
"isAbstract": false,
|
|
1436
|
+
"isVirtual": true,
|
|
1437
|
+
"isOverride": false,
|
|
1438
|
+
"visibility": "Protected",
|
|
1439
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
1440
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
938
1441
|
}
|
|
939
1442
|
],
|
|
940
|
-
"properties": [],
|
|
941
1443
|
"fields": [
|
|
942
1444
|
{
|
|
943
1445
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource::EStringTypeMappingNpgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping.NpgsqlEStringTypeMapping",
|
|
@@ -947,6 +1449,7 @@
|
|
|
947
1449
|
"isStatic": false,
|
|
948
1450
|
"isReadOnly": true,
|
|
949
1451
|
"isLiteral": false,
|
|
1452
|
+
"visibility": "Public",
|
|
950
1453
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
951
1454
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
952
1455
|
}
|
|
@@ -960,6 +1463,7 @@
|
|
|
960
1463
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.TypeMappingSourceDependencies,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSourceDependencies,Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper,Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions):void|static=false",
|
|
961
1464
|
"isStatic": false,
|
|
962
1465
|
"parameterCount": 4,
|
|
1466
|
+
"visibility": "Public",
|
|
963
1467
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
964
1468
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
965
1469
|
}
|