@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,28 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
20
|
+
"clrName": "System.Enum"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
25
|
+
"clrName": "System.IComparable"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
29
|
+
"clrName": "System.ISpanFormattable"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
33
|
+
"clrName": "System.IFormattable"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
37
|
+
"clrName": "System.IConvertible"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
18
40
|
"methods": [],
|
|
19
41
|
"properties": [],
|
|
20
42
|
"fields": [
|
|
@@ -26,6 +48,7 @@
|
|
|
26
48
|
"isStatic": false,
|
|
27
49
|
"isReadOnly": false,
|
|
28
50
|
"isLiteral": false,
|
|
51
|
+
"visibility": "Public",
|
|
29
52
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllOperatorType",
|
|
30
53
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
31
54
|
},
|
|
@@ -37,6 +60,7 @@
|
|
|
37
60
|
"isStatic": true,
|
|
38
61
|
"isReadOnly": false,
|
|
39
62
|
"isLiteral": true,
|
|
63
|
+
"visibility": "Public",
|
|
40
64
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllOperatorType",
|
|
41
65
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
42
66
|
},
|
|
@@ -48,6 +72,7 @@
|
|
|
48
72
|
"isStatic": true,
|
|
49
73
|
"isReadOnly": false,
|
|
50
74
|
"isLiteral": true,
|
|
75
|
+
"visibility": "Public",
|
|
51
76
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllOperatorType",
|
|
52
77
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
53
78
|
}
|
|
@@ -66,6 +91,28 @@
|
|
|
66
91
|
"isSealed": true,
|
|
67
92
|
"isStatic": false,
|
|
68
93
|
"arity": 0,
|
|
94
|
+
"baseType": {
|
|
95
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
96
|
+
"clrName": "System.Enum"
|
|
97
|
+
},
|
|
98
|
+
"interfaces": [
|
|
99
|
+
{
|
|
100
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
101
|
+
"clrName": "System.IComparable"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
105
|
+
"clrName": "System.ISpanFormattable"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
109
|
+
"clrName": "System.IFormattable"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
113
|
+
"clrName": "System.IConvertible"
|
|
114
|
+
}
|
|
115
|
+
],
|
|
69
116
|
"methods": [],
|
|
70
117
|
"properties": [],
|
|
71
118
|
"fields": [
|
|
@@ -77,6 +124,7 @@
|
|
|
77
124
|
"isStatic": false,
|
|
78
125
|
"isReadOnly": false,
|
|
79
126
|
"isLiteral": false,
|
|
127
|
+
"visibility": "Public",
|
|
80
128
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyOperatorType",
|
|
81
129
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
82
130
|
},
|
|
@@ -88,6 +136,7 @@
|
|
|
88
136
|
"isStatic": true,
|
|
89
137
|
"isReadOnly": false,
|
|
90
138
|
"isLiteral": true,
|
|
139
|
+
"visibility": "Public",
|
|
91
140
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyOperatorType",
|
|
92
141
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
93
142
|
},
|
|
@@ -99,6 +148,7 @@
|
|
|
99
148
|
"isStatic": true,
|
|
100
149
|
"isReadOnly": false,
|
|
101
150
|
"isLiteral": true,
|
|
151
|
+
"visibility": "Public",
|
|
102
152
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyOperatorType",
|
|
103
153
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
104
154
|
},
|
|
@@ -110,6 +160,7 @@
|
|
|
110
160
|
"isStatic": true,
|
|
111
161
|
"isReadOnly": false,
|
|
112
162
|
"isLiteral": true,
|
|
163
|
+
"visibility": "Public",
|
|
113
164
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyOperatorType",
|
|
114
165
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
115
166
|
}
|
|
@@ -128,6 +179,19 @@
|
|
|
128
179
|
"isSealed": true,
|
|
129
180
|
"isStatic": false,
|
|
130
181
|
"arity": 0,
|
|
182
|
+
"baseType": {
|
|
183
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
184
|
+
"clrName": "System.ValueType"
|
|
185
|
+
},
|
|
186
|
+
"interfaces": [
|
|
187
|
+
{
|
|
188
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
189
|
+
"clrName": "System.IEquatable\u00601",
|
|
190
|
+
"typeArguments": [
|
|
191
|
+
"ColumnInfo"
|
|
192
|
+
]
|
|
193
|
+
}
|
|
194
|
+
],
|
|
131
195
|
"methods": [
|
|
132
196
|
{
|
|
133
197
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression\u002BColumnInfo::ToString():System.String",
|
|
@@ -144,6 +208,7 @@
|
|
|
144
208
|
"isVirtual": true,
|
|
145
209
|
"isOverride": true,
|
|
146
210
|
"isSealed": false,
|
|
211
|
+
"visibility": "Public",
|
|
147
212
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression\u002BColumnInfo",
|
|
148
213
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
149
214
|
"isExtensionMethod": false
|
|
@@ -163,6 +228,7 @@
|
|
|
163
228
|
"isVirtual": true,
|
|
164
229
|
"isOverride": true,
|
|
165
230
|
"isSealed": false,
|
|
231
|
+
"visibility": "Public",
|
|
166
232
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression\u002BColumnInfo",
|
|
167
233
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
168
234
|
"isExtensionMethod": false
|
|
@@ -182,6 +248,7 @@
|
|
|
182
248
|
"isVirtual": true,
|
|
183
249
|
"isOverride": true,
|
|
184
250
|
"isSealed": false,
|
|
251
|
+
"visibility": "Public",
|
|
185
252
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression\u002BColumnInfo",
|
|
186
253
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
187
254
|
"isExtensionMethod": false
|
|
@@ -201,6 +268,7 @@
|
|
|
201
268
|
"isVirtual": true,
|
|
202
269
|
"isOverride": false,
|
|
203
270
|
"isSealed": true,
|
|
271
|
+
"visibility": "Public",
|
|
204
272
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression\u002BColumnInfo",
|
|
205
273
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
206
274
|
"isExtensionMethod": false
|
|
@@ -220,6 +288,7 @@
|
|
|
220
288
|
"isVirtual": false,
|
|
221
289
|
"isOverride": false,
|
|
222
290
|
"isSealed": false,
|
|
291
|
+
"visibility": "Public",
|
|
223
292
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression\u002BColumnInfo",
|
|
224
293
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
225
294
|
"isExtensionMethod": false,
|
|
@@ -251,6 +320,7 @@
|
|
|
251
320
|
"isAbstract": false,
|
|
252
321
|
"isVirtual": false,
|
|
253
322
|
"isOverride": false,
|
|
323
|
+
"visibility": "Public",
|
|
254
324
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression\u002BColumnInfo",
|
|
255
325
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
256
326
|
},
|
|
@@ -269,6 +339,7 @@
|
|
|
269
339
|
"isAbstract": false,
|
|
270
340
|
"isVirtual": false,
|
|
271
341
|
"isOverride": false,
|
|
342
|
+
"visibility": "Public",
|
|
272
343
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression\u002BColumnInfo",
|
|
273
344
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
274
345
|
}
|
|
@@ -283,6 +354,7 @@
|
|
|
283
354
|
"normalizedSignature": "constructor|(System.String,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):void|static=false",
|
|
284
355
|
"isStatic": false,
|
|
285
356
|
"parameterCount": 2,
|
|
357
|
+
"visibility": "Public",
|
|
286
358
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression\u002BColumnInfo",
|
|
287
359
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
288
360
|
}
|
|
@@ -299,6 +371,27 @@
|
|
|
299
371
|
"isSealed": false,
|
|
300
372
|
"isStatic": false,
|
|
301
373
|
"arity": 0,
|
|
374
|
+
"baseType": {
|
|
375
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
376
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression"
|
|
377
|
+
},
|
|
378
|
+
"interfaces": [
|
|
379
|
+
{
|
|
380
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression",
|
|
381
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.IPrintableExpression",
|
|
385
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
389
|
+
"clrName": "System.IEquatable\u00601",
|
|
390
|
+
"typeArguments": [
|
|
391
|
+
"PgAllExpression"
|
|
392
|
+
]
|
|
393
|
+
}
|
|
394
|
+
],
|
|
302
395
|
"methods": [
|
|
303
396
|
{
|
|
304
397
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression",
|
|
@@ -315,6 +408,7 @@
|
|
|
315
408
|
"isVirtual": true,
|
|
316
409
|
"isOverride": false,
|
|
317
410
|
"isSealed": false,
|
|
411
|
+
"visibility": "Public",
|
|
318
412
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression",
|
|
319
413
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
320
414
|
"isExtensionMethod": false
|
|
@@ -334,6 +428,27 @@
|
|
|
334
428
|
"isVirtual": true,
|
|
335
429
|
"isOverride": true,
|
|
336
430
|
"isSealed": false,
|
|
431
|
+
"visibility": "Public",
|
|
432
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression",
|
|
433
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
434
|
+
"isExtensionMethod": false
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression::VisitChildren(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
438
|
+
"clrName": "VisitChildren",
|
|
439
|
+
"metadataToken": 100664963,
|
|
440
|
+
"canonicalSignature": "(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
441
|
+
"normalizedSignature": "VisitChildren|(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression|static=false",
|
|
442
|
+
"emitScope": "ClassSurface",
|
|
443
|
+
"provenance": "Original",
|
|
444
|
+
"arity": 0,
|
|
445
|
+
"parameterCount": 1,
|
|
446
|
+
"isStatic": false,
|
|
447
|
+
"isAbstract": false,
|
|
448
|
+
"isVirtual": true,
|
|
449
|
+
"isOverride": true,
|
|
450
|
+
"isSealed": false,
|
|
451
|
+
"visibility": "Protected",
|
|
337
452
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression",
|
|
338
453
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
339
454
|
"isExtensionMethod": false
|
|
@@ -353,6 +468,7 @@
|
|
|
353
468
|
"isVirtual": true,
|
|
354
469
|
"isOverride": true,
|
|
355
470
|
"isSealed": false,
|
|
471
|
+
"visibility": "Public",
|
|
356
472
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression",
|
|
357
473
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
358
474
|
"isExtensionMethod": false
|
|
@@ -372,6 +488,7 @@
|
|
|
372
488
|
"isVirtual": true,
|
|
373
489
|
"isOverride": false,
|
|
374
490
|
"isSealed": false,
|
|
491
|
+
"visibility": "Public",
|
|
375
492
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression",
|
|
376
493
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
377
494
|
"isExtensionMethod": false
|
|
@@ -391,6 +508,27 @@
|
|
|
391
508
|
"isVirtual": true,
|
|
392
509
|
"isOverride": true,
|
|
393
510
|
"isSealed": false,
|
|
511
|
+
"visibility": "Public",
|
|
512
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression",
|
|
513
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
514
|
+
"isExtensionMethod": false
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression::Print(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
518
|
+
"clrName": "Print",
|
|
519
|
+
"metadataToken": 100664967,
|
|
520
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
521
|
+
"normalizedSignature": "Print|(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void|static=false",
|
|
522
|
+
"emitScope": "ClassSurface",
|
|
523
|
+
"provenance": "Original",
|
|
524
|
+
"arity": 0,
|
|
525
|
+
"parameterCount": 1,
|
|
526
|
+
"isStatic": false,
|
|
527
|
+
"isAbstract": false,
|
|
528
|
+
"isVirtual": true,
|
|
529
|
+
"isOverride": true,
|
|
530
|
+
"isSealed": false,
|
|
531
|
+
"visibility": "Protected",
|
|
394
532
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression",
|
|
395
533
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
396
534
|
"isExtensionMethod": false
|
|
@@ -410,6 +548,7 @@
|
|
|
410
548
|
"isVirtual": true,
|
|
411
549
|
"isOverride": true,
|
|
412
550
|
"isSealed": false,
|
|
551
|
+
"visibility": "Public",
|
|
413
552
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression",
|
|
414
553
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
415
554
|
"isExtensionMethod": false
|
|
@@ -431,6 +570,7 @@
|
|
|
431
570
|
"isAbstract": false,
|
|
432
571
|
"isVirtual": true,
|
|
433
572
|
"isOverride": true,
|
|
573
|
+
"visibility": "Public",
|
|
434
574
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression",
|
|
435
575
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
436
576
|
},
|
|
@@ -449,6 +589,7 @@
|
|
|
449
589
|
"isAbstract": false,
|
|
450
590
|
"isVirtual": true,
|
|
451
591
|
"isOverride": false,
|
|
592
|
+
"visibility": "Public",
|
|
452
593
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression",
|
|
453
594
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
454
595
|
},
|
|
@@ -467,6 +608,7 @@
|
|
|
467
608
|
"isAbstract": false,
|
|
468
609
|
"isVirtual": true,
|
|
469
610
|
"isOverride": false,
|
|
611
|
+
"visibility": "Public",
|
|
470
612
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression",
|
|
471
613
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
472
614
|
},
|
|
@@ -485,6 +627,7 @@
|
|
|
485
627
|
"isAbstract": false,
|
|
486
628
|
"isVirtual": true,
|
|
487
629
|
"isOverride": false,
|
|
630
|
+
"visibility": "Public",
|
|
488
631
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression",
|
|
489
632
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
490
633
|
}
|
|
@@ -499,6 +642,7 @@
|
|
|
499
642
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllOperatorType,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):void|static=false",
|
|
500
643
|
"isStatic": false,
|
|
501
644
|
"parameterCount": 4,
|
|
645
|
+
"visibility": "Public",
|
|
502
646
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression",
|
|
503
647
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
504
648
|
}
|
|
@@ -515,6 +659,27 @@
|
|
|
515
659
|
"isSealed": false,
|
|
516
660
|
"isStatic": false,
|
|
517
661
|
"arity": 0,
|
|
662
|
+
"baseType": {
|
|
663
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
664
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression"
|
|
665
|
+
},
|
|
666
|
+
"interfaces": [
|
|
667
|
+
{
|
|
668
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression",
|
|
669
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.IPrintableExpression",
|
|
673
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
677
|
+
"clrName": "System.IEquatable\u00601",
|
|
678
|
+
"typeArguments": [
|
|
679
|
+
"PgAnyExpression"
|
|
680
|
+
]
|
|
681
|
+
}
|
|
682
|
+
],
|
|
518
683
|
"methods": [
|
|
519
684
|
{
|
|
520
685
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression",
|
|
@@ -531,6 +696,7 @@
|
|
|
531
696
|
"isVirtual": true,
|
|
532
697
|
"isOverride": false,
|
|
533
698
|
"isSealed": false,
|
|
699
|
+
"visibility": "Public",
|
|
534
700
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression",
|
|
535
701
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
536
702
|
"isExtensionMethod": false
|
|
@@ -550,6 +716,27 @@
|
|
|
550
716
|
"isVirtual": true,
|
|
551
717
|
"isOverride": true,
|
|
552
718
|
"isSealed": false,
|
|
719
|
+
"visibility": "Public",
|
|
720
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression",
|
|
721
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
722
|
+
"isExtensionMethod": false
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression::VisitChildren(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
726
|
+
"clrName": "VisitChildren",
|
|
727
|
+
"metadataToken": 100664976,
|
|
728
|
+
"canonicalSignature": "(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
729
|
+
"normalizedSignature": "VisitChildren|(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression|static=false",
|
|
730
|
+
"emitScope": "ClassSurface",
|
|
731
|
+
"provenance": "Original",
|
|
732
|
+
"arity": 0,
|
|
733
|
+
"parameterCount": 1,
|
|
734
|
+
"isStatic": false,
|
|
735
|
+
"isAbstract": false,
|
|
736
|
+
"isVirtual": true,
|
|
737
|
+
"isOverride": true,
|
|
738
|
+
"isSealed": false,
|
|
739
|
+
"visibility": "Protected",
|
|
553
740
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression",
|
|
554
741
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
555
742
|
"isExtensionMethod": false
|
|
@@ -569,6 +756,7 @@
|
|
|
569
756
|
"isVirtual": true,
|
|
570
757
|
"isOverride": true,
|
|
571
758
|
"isSealed": false,
|
|
759
|
+
"visibility": "Public",
|
|
572
760
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression",
|
|
573
761
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
574
762
|
"isExtensionMethod": false
|
|
@@ -588,6 +776,7 @@
|
|
|
588
776
|
"isVirtual": true,
|
|
589
777
|
"isOverride": false,
|
|
590
778
|
"isSealed": false,
|
|
779
|
+
"visibility": "Public",
|
|
591
780
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression",
|
|
592
781
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
593
782
|
"isExtensionMethod": false
|
|
@@ -607,6 +796,27 @@
|
|
|
607
796
|
"isVirtual": true,
|
|
608
797
|
"isOverride": true,
|
|
609
798
|
"isSealed": false,
|
|
799
|
+
"visibility": "Public",
|
|
800
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression",
|
|
801
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
802
|
+
"isExtensionMethod": false
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression::Print(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
806
|
+
"clrName": "Print",
|
|
807
|
+
"metadataToken": 100664980,
|
|
808
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
809
|
+
"normalizedSignature": "Print|(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void|static=false",
|
|
810
|
+
"emitScope": "ClassSurface",
|
|
811
|
+
"provenance": "Original",
|
|
812
|
+
"arity": 0,
|
|
813
|
+
"parameterCount": 1,
|
|
814
|
+
"isStatic": false,
|
|
815
|
+
"isAbstract": false,
|
|
816
|
+
"isVirtual": true,
|
|
817
|
+
"isOverride": true,
|
|
818
|
+
"isSealed": false,
|
|
819
|
+
"visibility": "Protected",
|
|
610
820
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression",
|
|
611
821
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
612
822
|
"isExtensionMethod": false
|
|
@@ -626,6 +836,7 @@
|
|
|
626
836
|
"isVirtual": true,
|
|
627
837
|
"isOverride": true,
|
|
628
838
|
"isSealed": false,
|
|
839
|
+
"visibility": "Public",
|
|
629
840
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression",
|
|
630
841
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
631
842
|
"isExtensionMethod": false
|
|
@@ -647,6 +858,7 @@
|
|
|
647
858
|
"isAbstract": false,
|
|
648
859
|
"isVirtual": true,
|
|
649
860
|
"isOverride": true,
|
|
861
|
+
"visibility": "Public",
|
|
650
862
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression",
|
|
651
863
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
652
864
|
},
|
|
@@ -665,6 +877,7 @@
|
|
|
665
877
|
"isAbstract": false,
|
|
666
878
|
"isVirtual": true,
|
|
667
879
|
"isOverride": false,
|
|
880
|
+
"visibility": "Public",
|
|
668
881
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression",
|
|
669
882
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
670
883
|
},
|
|
@@ -683,6 +896,7 @@
|
|
|
683
896
|
"isAbstract": false,
|
|
684
897
|
"isVirtual": true,
|
|
685
898
|
"isOverride": false,
|
|
899
|
+
"visibility": "Public",
|
|
686
900
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression",
|
|
687
901
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
688
902
|
},
|
|
@@ -701,6 +915,7 @@
|
|
|
701
915
|
"isAbstract": false,
|
|
702
916
|
"isVirtual": true,
|
|
703
917
|
"isOverride": false,
|
|
918
|
+
"visibility": "Public",
|
|
704
919
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression",
|
|
705
920
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
706
921
|
}
|
|
@@ -715,6 +930,7 @@
|
|
|
715
930
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyOperatorType,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):void|static=false",
|
|
716
931
|
"isStatic": false,
|
|
717
932
|
"parameterCount": 4,
|
|
933
|
+
"visibility": "Public",
|
|
718
934
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression",
|
|
719
935
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
720
936
|
}
|
|
@@ -731,6 +947,27 @@
|
|
|
731
947
|
"isSealed": false,
|
|
732
948
|
"isStatic": false,
|
|
733
949
|
"arity": 0,
|
|
950
|
+
"baseType": {
|
|
951
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
952
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression"
|
|
953
|
+
},
|
|
954
|
+
"interfaces": [
|
|
955
|
+
{
|
|
956
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression",
|
|
957
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression"
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.IPrintableExpression",
|
|
961
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
965
|
+
"clrName": "System.IEquatable\u00601",
|
|
966
|
+
"typeArguments": [
|
|
967
|
+
"PgArrayIndexExpression"
|
|
968
|
+
]
|
|
969
|
+
}
|
|
970
|
+
],
|
|
734
971
|
"methods": [
|
|
735
972
|
{
|
|
736
973
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArrayIndexExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArrayIndexExpression",
|
|
@@ -747,6 +984,7 @@
|
|
|
747
984
|
"isVirtual": true,
|
|
748
985
|
"isOverride": false,
|
|
749
986
|
"isSealed": false,
|
|
987
|
+
"visibility": "Public",
|
|
750
988
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArrayIndexExpression",
|
|
751
989
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
752
990
|
"isExtensionMethod": false
|
|
@@ -766,6 +1004,27 @@
|
|
|
766
1004
|
"isVirtual": true,
|
|
767
1005
|
"isOverride": true,
|
|
768
1006
|
"isSealed": false,
|
|
1007
|
+
"visibility": "Public",
|
|
1008
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArrayIndexExpression",
|
|
1009
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1010
|
+
"isExtensionMethod": false
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArrayIndexExpression::VisitChildren(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
1014
|
+
"clrName": "VisitChildren",
|
|
1015
|
+
"metadataToken": 100664988,
|
|
1016
|
+
"canonicalSignature": "(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
1017
|
+
"normalizedSignature": "VisitChildren|(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression|static=false",
|
|
1018
|
+
"emitScope": "ClassSurface",
|
|
1019
|
+
"provenance": "Original",
|
|
1020
|
+
"arity": 0,
|
|
1021
|
+
"parameterCount": 1,
|
|
1022
|
+
"isStatic": false,
|
|
1023
|
+
"isAbstract": false,
|
|
1024
|
+
"isVirtual": true,
|
|
1025
|
+
"isOverride": true,
|
|
1026
|
+
"isSealed": false,
|
|
1027
|
+
"visibility": "Protected",
|
|
769
1028
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArrayIndexExpression",
|
|
770
1029
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
771
1030
|
"isExtensionMethod": false
|
|
@@ -785,6 +1044,7 @@
|
|
|
785
1044
|
"isVirtual": true,
|
|
786
1045
|
"isOverride": false,
|
|
787
1046
|
"isSealed": false,
|
|
1047
|
+
"visibility": "Public",
|
|
788
1048
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArrayIndexExpression",
|
|
789
1049
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
790
1050
|
"isExtensionMethod": false
|
|
@@ -804,6 +1064,7 @@
|
|
|
804
1064
|
"isVirtual": true,
|
|
805
1065
|
"isOverride": true,
|
|
806
1066
|
"isSealed": false,
|
|
1067
|
+
"visibility": "Public",
|
|
807
1068
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArrayIndexExpression",
|
|
808
1069
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
809
1070
|
"isExtensionMethod": false
|
|
@@ -823,6 +1084,27 @@
|
|
|
823
1084
|
"isVirtual": true,
|
|
824
1085
|
"isOverride": true,
|
|
825
1086
|
"isSealed": false,
|
|
1087
|
+
"visibility": "Public",
|
|
1088
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArrayIndexExpression",
|
|
1089
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1090
|
+
"isExtensionMethod": false
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArrayIndexExpression::Print(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
1094
|
+
"clrName": "Print",
|
|
1095
|
+
"metadataToken": 100664992,
|
|
1096
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
1097
|
+
"normalizedSignature": "Print|(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void|static=false",
|
|
1098
|
+
"emitScope": "ClassSurface",
|
|
1099
|
+
"provenance": "Original",
|
|
1100
|
+
"arity": 0,
|
|
1101
|
+
"parameterCount": 1,
|
|
1102
|
+
"isStatic": false,
|
|
1103
|
+
"isAbstract": false,
|
|
1104
|
+
"isVirtual": true,
|
|
1105
|
+
"isOverride": true,
|
|
1106
|
+
"isSealed": false,
|
|
1107
|
+
"visibility": "Protected",
|
|
826
1108
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArrayIndexExpression",
|
|
827
1109
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
828
1110
|
"isExtensionMethod": false
|
|
@@ -842,6 +1124,7 @@
|
|
|
842
1124
|
"isVirtual": true,
|
|
843
1125
|
"isOverride": true,
|
|
844
1126
|
"isSealed": false,
|
|
1127
|
+
"visibility": "Public",
|
|
845
1128
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArrayIndexExpression",
|
|
846
1129
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
847
1130
|
"isExtensionMethod": false
|
|
@@ -863,6 +1146,7 @@
|
|
|
863
1146
|
"isAbstract": false,
|
|
864
1147
|
"isVirtual": true,
|
|
865
1148
|
"isOverride": false,
|
|
1149
|
+
"visibility": "Public",
|
|
866
1150
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArrayIndexExpression",
|
|
867
1151
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
868
1152
|
},
|
|
@@ -881,6 +1165,7 @@
|
|
|
881
1165
|
"isAbstract": false,
|
|
882
1166
|
"isVirtual": true,
|
|
883
1167
|
"isOverride": false,
|
|
1168
|
+
"visibility": "Public",
|
|
884
1169
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArrayIndexExpression",
|
|
885
1170
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
886
1171
|
},
|
|
@@ -899,6 +1184,7 @@
|
|
|
899
1184
|
"isAbstract": false,
|
|
900
1185
|
"isVirtual": true,
|
|
901
1186
|
"isOverride": false,
|
|
1187
|
+
"visibility": "Public",
|
|
902
1188
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArrayIndexExpression",
|
|
903
1189
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
904
1190
|
}
|
|
@@ -913,6 +1199,7 @@
|
|
|
913
1199
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Boolean,System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):void|static=false",
|
|
914
1200
|
"isStatic": false,
|
|
915
1201
|
"parameterCount": 5,
|
|
1202
|
+
"visibility": "Public",
|
|
916
1203
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArrayIndexExpression",
|
|
917
1204
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
918
1205
|
}
|
|
@@ -929,6 +1216,27 @@
|
|
|
929
1216
|
"isSealed": false,
|
|
930
1217
|
"isStatic": false,
|
|
931
1218
|
"arity": 0,
|
|
1219
|
+
"baseType": {
|
|
1220
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1221
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression"
|
|
1222
|
+
},
|
|
1223
|
+
"interfaces": [
|
|
1224
|
+
{
|
|
1225
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression",
|
|
1226
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression"
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.IPrintableExpression",
|
|
1230
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
1234
|
+
"clrName": "System.IEquatable\u00601",
|
|
1235
|
+
"typeArguments": [
|
|
1236
|
+
"PgArraySliceExpression"
|
|
1237
|
+
]
|
|
1238
|
+
}
|
|
1239
|
+
],
|
|
932
1240
|
"methods": [
|
|
933
1241
|
{
|
|
934
1242
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArraySliceExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArraySliceExpression",
|
|
@@ -945,6 +1253,7 @@
|
|
|
945
1253
|
"isVirtual": true,
|
|
946
1254
|
"isOverride": false,
|
|
947
1255
|
"isSealed": false,
|
|
1256
|
+
"visibility": "Public",
|
|
948
1257
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArraySliceExpression",
|
|
949
1258
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
950
1259
|
"isExtensionMethod": false
|
|
@@ -964,6 +1273,27 @@
|
|
|
964
1273
|
"isVirtual": true,
|
|
965
1274
|
"isOverride": true,
|
|
966
1275
|
"isSealed": false,
|
|
1276
|
+
"visibility": "Public",
|
|
1277
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArraySliceExpression",
|
|
1278
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1279
|
+
"isExtensionMethod": false
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArraySliceExpression::VisitChildren(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
1283
|
+
"clrName": "VisitChildren",
|
|
1284
|
+
"metadataToken": 100665001,
|
|
1285
|
+
"canonicalSignature": "(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
1286
|
+
"normalizedSignature": "VisitChildren|(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression|static=false",
|
|
1287
|
+
"emitScope": "ClassSurface",
|
|
1288
|
+
"provenance": "Original",
|
|
1289
|
+
"arity": 0,
|
|
1290
|
+
"parameterCount": 1,
|
|
1291
|
+
"isStatic": false,
|
|
1292
|
+
"isAbstract": false,
|
|
1293
|
+
"isVirtual": true,
|
|
1294
|
+
"isOverride": true,
|
|
1295
|
+
"isSealed": false,
|
|
1296
|
+
"visibility": "Protected",
|
|
967
1297
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArraySliceExpression",
|
|
968
1298
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
969
1299
|
"isExtensionMethod": false
|
|
@@ -983,6 +1313,7 @@
|
|
|
983
1313
|
"isVirtual": true,
|
|
984
1314
|
"isOverride": false,
|
|
985
1315
|
"isSealed": false,
|
|
1316
|
+
"visibility": "Public",
|
|
986
1317
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArraySliceExpression",
|
|
987
1318
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
988
1319
|
"isExtensionMethod": false
|
|
@@ -1002,6 +1333,7 @@
|
|
|
1002
1333
|
"isVirtual": true,
|
|
1003
1334
|
"isOverride": true,
|
|
1004
1335
|
"isSealed": false,
|
|
1336
|
+
"visibility": "Public",
|
|
1005
1337
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArraySliceExpression",
|
|
1006
1338
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1007
1339
|
"isExtensionMethod": false
|
|
@@ -1021,6 +1353,27 @@
|
|
|
1021
1353
|
"isVirtual": true,
|
|
1022
1354
|
"isOverride": true,
|
|
1023
1355
|
"isSealed": false,
|
|
1356
|
+
"visibility": "Public",
|
|
1357
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArraySliceExpression",
|
|
1358
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1359
|
+
"isExtensionMethod": false
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArraySliceExpression::Print(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
1363
|
+
"clrName": "Print",
|
|
1364
|
+
"metadataToken": 100665005,
|
|
1365
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
1366
|
+
"normalizedSignature": "Print|(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void|static=false",
|
|
1367
|
+
"emitScope": "ClassSurface",
|
|
1368
|
+
"provenance": "Original",
|
|
1369
|
+
"arity": 0,
|
|
1370
|
+
"parameterCount": 1,
|
|
1371
|
+
"isStatic": false,
|
|
1372
|
+
"isAbstract": false,
|
|
1373
|
+
"isVirtual": true,
|
|
1374
|
+
"isOverride": true,
|
|
1375
|
+
"isSealed": false,
|
|
1376
|
+
"visibility": "Protected",
|
|
1024
1377
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArraySliceExpression",
|
|
1025
1378
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1026
1379
|
"isExtensionMethod": false
|
|
@@ -1040,6 +1393,7 @@
|
|
|
1040
1393
|
"isVirtual": true,
|
|
1041
1394
|
"isOverride": true,
|
|
1042
1395
|
"isSealed": false,
|
|
1396
|
+
"visibility": "Public",
|
|
1043
1397
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArraySliceExpression",
|
|
1044
1398
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1045
1399
|
"isExtensionMethod": false
|
|
@@ -1061,6 +1415,7 @@
|
|
|
1061
1415
|
"isAbstract": false,
|
|
1062
1416
|
"isVirtual": true,
|
|
1063
1417
|
"isOverride": false,
|
|
1418
|
+
"visibility": "Public",
|
|
1064
1419
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArraySliceExpression",
|
|
1065
1420
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1066
1421
|
},
|
|
@@ -1079,6 +1434,7 @@
|
|
|
1079
1434
|
"isAbstract": false,
|
|
1080
1435
|
"isVirtual": true,
|
|
1081
1436
|
"isOverride": false,
|
|
1437
|
+
"visibility": "Public",
|
|
1082
1438
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArraySliceExpression",
|
|
1083
1439
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1084
1440
|
},
|
|
@@ -1097,6 +1453,7 @@
|
|
|
1097
1453
|
"isAbstract": false,
|
|
1098
1454
|
"isVirtual": true,
|
|
1099
1455
|
"isOverride": false,
|
|
1456
|
+
"visibility": "Public",
|
|
1100
1457
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArraySliceExpression",
|
|
1101
1458
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1102
1459
|
},
|
|
@@ -1115,6 +1472,7 @@
|
|
|
1115
1472
|
"isAbstract": false,
|
|
1116
1473
|
"isVirtual": true,
|
|
1117
1474
|
"isOverride": false,
|
|
1475
|
+
"visibility": "Public",
|
|
1118
1476
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArraySliceExpression",
|
|
1119
1477
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1120
1478
|
}
|
|
@@ -1129,6 +1487,7 @@
|
|
|
1129
1487
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Boolean,System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):void|static=false",
|
|
1130
1488
|
"isStatic": false,
|
|
1131
1489
|
"parameterCount": 6,
|
|
1490
|
+
"visibility": "Public",
|
|
1132
1491
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArraySliceExpression",
|
|
1133
1492
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1134
1493
|
}
|
|
@@ -1145,7 +1504,41 @@
|
|
|
1145
1504
|
"isSealed": false,
|
|
1146
1505
|
"isStatic": false,
|
|
1147
1506
|
"arity": 0,
|
|
1507
|
+
"baseType": {
|
|
1508
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1509
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression"
|
|
1510
|
+
},
|
|
1511
|
+
"interfaces": [
|
|
1512
|
+
{
|
|
1513
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression",
|
|
1514
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression"
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.IPrintableExpression",
|
|
1518
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
1519
|
+
}
|
|
1520
|
+
],
|
|
1148
1521
|
"methods": [
|
|
1522
|
+
{
|
|
1523
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgBinaryExpression::VisitChildren(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
1524
|
+
"clrName": "VisitChildren",
|
|
1525
|
+
"metadataToken": 100665011,
|
|
1526
|
+
"canonicalSignature": "(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
1527
|
+
"normalizedSignature": "VisitChildren|(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression|static=false",
|
|
1528
|
+
"emitScope": "ClassSurface",
|
|
1529
|
+
"provenance": "Original",
|
|
1530
|
+
"arity": 0,
|
|
1531
|
+
"parameterCount": 1,
|
|
1532
|
+
"isStatic": false,
|
|
1533
|
+
"isAbstract": false,
|
|
1534
|
+
"isVirtual": true,
|
|
1535
|
+
"isOverride": true,
|
|
1536
|
+
"isSealed": false,
|
|
1537
|
+
"visibility": "Protected",
|
|
1538
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgBinaryExpression",
|
|
1539
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1540
|
+
"isExtensionMethod": false
|
|
1541
|
+
},
|
|
1149
1542
|
{
|
|
1150
1543
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgBinaryExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgBinaryExpression",
|
|
1151
1544
|
"clrName": "Update",
|
|
@@ -1161,6 +1554,7 @@
|
|
|
1161
1554
|
"isVirtual": true,
|
|
1162
1555
|
"isOverride": false,
|
|
1163
1556
|
"isSealed": false,
|
|
1557
|
+
"visibility": "Public",
|
|
1164
1558
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgBinaryExpression",
|
|
1165
1559
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1166
1560
|
"isExtensionMethod": false
|
|
@@ -1180,6 +1574,27 @@
|
|
|
1180
1574
|
"isVirtual": true,
|
|
1181
1575
|
"isOverride": true,
|
|
1182
1576
|
"isSealed": false,
|
|
1577
|
+
"visibility": "Public",
|
|
1578
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgBinaryExpression",
|
|
1579
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1580
|
+
"isExtensionMethod": false
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgBinaryExpression::Print(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
1584
|
+
"clrName": "Print",
|
|
1585
|
+
"metadataToken": 100665014,
|
|
1586
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
1587
|
+
"normalizedSignature": "Print|(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void|static=false",
|
|
1588
|
+
"emitScope": "ClassSurface",
|
|
1589
|
+
"provenance": "Original",
|
|
1590
|
+
"arity": 0,
|
|
1591
|
+
"parameterCount": 1,
|
|
1592
|
+
"isStatic": false,
|
|
1593
|
+
"isAbstract": false,
|
|
1594
|
+
"isVirtual": true,
|
|
1595
|
+
"isOverride": true,
|
|
1596
|
+
"isSealed": false,
|
|
1597
|
+
"visibility": "Protected",
|
|
1183
1598
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgBinaryExpression",
|
|
1184
1599
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1185
1600
|
"isExtensionMethod": false
|
|
@@ -1199,6 +1614,7 @@
|
|
|
1199
1614
|
"isVirtual": true,
|
|
1200
1615
|
"isOverride": true,
|
|
1201
1616
|
"isSealed": false,
|
|
1617
|
+
"visibility": "Public",
|
|
1202
1618
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgBinaryExpression",
|
|
1203
1619
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1204
1620
|
"isExtensionMethod": false
|
|
@@ -1218,6 +1634,7 @@
|
|
|
1218
1634
|
"isVirtual": true,
|
|
1219
1635
|
"isOverride": true,
|
|
1220
1636
|
"isSealed": false,
|
|
1637
|
+
"visibility": "Public",
|
|
1221
1638
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgBinaryExpression",
|
|
1222
1639
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1223
1640
|
"isExtensionMethod": false
|
|
@@ -1239,6 +1656,7 @@
|
|
|
1239
1656
|
"isAbstract": false,
|
|
1240
1657
|
"isVirtual": true,
|
|
1241
1658
|
"isOverride": false,
|
|
1659
|
+
"visibility": "Public",
|
|
1242
1660
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgBinaryExpression",
|
|
1243
1661
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1244
1662
|
},
|
|
@@ -1257,6 +1675,7 @@
|
|
|
1257
1675
|
"isAbstract": false,
|
|
1258
1676
|
"isVirtual": true,
|
|
1259
1677
|
"isOverride": false,
|
|
1678
|
+
"visibility": "Public",
|
|
1260
1679
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgBinaryExpression",
|
|
1261
1680
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1262
1681
|
},
|
|
@@ -1275,6 +1694,7 @@
|
|
|
1275
1694
|
"isAbstract": false,
|
|
1276
1695
|
"isVirtual": true,
|
|
1277
1696
|
"isOverride": false,
|
|
1697
|
+
"visibility": "Public",
|
|
1278
1698
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgBinaryExpression",
|
|
1279
1699
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1280
1700
|
}
|
|
@@ -1289,6 +1709,7 @@
|
|
|
1289
1709
|
"normalizedSignature": "constructor|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):void|static=false",
|
|
1290
1710
|
"isStatic": false,
|
|
1291
1711
|
"parameterCount": 5,
|
|
1712
|
+
"visibility": "Public",
|
|
1292
1713
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgBinaryExpression",
|
|
1293
1714
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1294
1715
|
}
|
|
@@ -1305,7 +1726,37 @@
|
|
|
1305
1726
|
"isSealed": true,
|
|
1306
1727
|
"isStatic": false,
|
|
1307
1728
|
"arity": 0,
|
|
1729
|
+
"baseType": {
|
|
1730
|
+
"stableId": "System.Linq.Expressions:System.Linq.Expressions.Expression",
|
|
1731
|
+
"clrName": "System.Linq.Expressions.Expression"
|
|
1732
|
+
},
|
|
1733
|
+
"interfaces": [
|
|
1734
|
+
{
|
|
1735
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.IPrintableExpression",
|
|
1736
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
1737
|
+
}
|
|
1738
|
+
],
|
|
1308
1739
|
"methods": [
|
|
1740
|
+
{
|
|
1741
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgDeleteExpression::VisitChildren(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
1742
|
+
"clrName": "VisitChildren",
|
|
1743
|
+
"metadataToken": 100665026,
|
|
1744
|
+
"canonicalSignature": "(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
1745
|
+
"normalizedSignature": "VisitChildren|(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression|static=false",
|
|
1746
|
+
"emitScope": "ClassSurface",
|
|
1747
|
+
"provenance": "Original",
|
|
1748
|
+
"arity": 0,
|
|
1749
|
+
"parameterCount": 1,
|
|
1750
|
+
"isStatic": false,
|
|
1751
|
+
"isAbstract": false,
|
|
1752
|
+
"isVirtual": true,
|
|
1753
|
+
"isOverride": true,
|
|
1754
|
+
"isSealed": false,
|
|
1755
|
+
"visibility": "Protected",
|
|
1756
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgDeleteExpression",
|
|
1757
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1758
|
+
"isExtensionMethod": false
|
|
1759
|
+
},
|
|
1309
1760
|
{
|
|
1310
1761
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgDeleteExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgDeleteExpression",
|
|
1311
1762
|
"clrName": "Update",
|
|
@@ -1321,6 +1772,7 @@
|
|
|
1321
1772
|
"isVirtual": false,
|
|
1322
1773
|
"isOverride": false,
|
|
1323
1774
|
"isSealed": false,
|
|
1775
|
+
"visibility": "Public",
|
|
1324
1776
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgDeleteExpression",
|
|
1325
1777
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1326
1778
|
"isExtensionMethod": false
|
|
@@ -1340,6 +1792,7 @@
|
|
|
1340
1792
|
"isVirtual": true,
|
|
1341
1793
|
"isOverride": false,
|
|
1342
1794
|
"isSealed": true,
|
|
1795
|
+
"visibility": "Public",
|
|
1343
1796
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgDeleteExpression",
|
|
1344
1797
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1345
1798
|
"isExtensionMethod": false
|
|
@@ -1359,6 +1812,7 @@
|
|
|
1359
1812
|
"isVirtual": true,
|
|
1360
1813
|
"isOverride": true,
|
|
1361
1814
|
"isSealed": false,
|
|
1815
|
+
"visibility": "Public",
|
|
1362
1816
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgDeleteExpression",
|
|
1363
1817
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1364
1818
|
"isExtensionMethod": false
|
|
@@ -1378,6 +1832,7 @@
|
|
|
1378
1832
|
"isVirtual": true,
|
|
1379
1833
|
"isOverride": true,
|
|
1380
1834
|
"isSealed": false,
|
|
1835
|
+
"visibility": "Public",
|
|
1381
1836
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgDeleteExpression",
|
|
1382
1837
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1383
1838
|
"isExtensionMethod": false
|
|
@@ -1399,6 +1854,7 @@
|
|
|
1399
1854
|
"isAbstract": false,
|
|
1400
1855
|
"isVirtual": false,
|
|
1401
1856
|
"isOverride": false,
|
|
1857
|
+
"visibility": "Public",
|
|
1402
1858
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgDeleteExpression",
|
|
1403
1859
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1404
1860
|
},
|
|
@@ -1417,6 +1873,7 @@
|
|
|
1417
1873
|
"isAbstract": false,
|
|
1418
1874
|
"isVirtual": false,
|
|
1419
1875
|
"isOverride": false,
|
|
1876
|
+
"visibility": "Public",
|
|
1420
1877
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgDeleteExpression",
|
|
1421
1878
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1422
1879
|
},
|
|
@@ -1435,6 +1892,7 @@
|
|
|
1435
1892
|
"isAbstract": false,
|
|
1436
1893
|
"isVirtual": false,
|
|
1437
1894
|
"isOverride": false,
|
|
1895
|
+
"visibility": "Public",
|
|
1438
1896
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgDeleteExpression",
|
|
1439
1897
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1440
1898
|
},
|
|
@@ -1453,6 +1911,7 @@
|
|
|
1453
1911
|
"isAbstract": false,
|
|
1454
1912
|
"isVirtual": false,
|
|
1455
1913
|
"isOverride": false,
|
|
1914
|
+
"visibility": "Public",
|
|
1456
1915
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgDeleteExpression",
|
|
1457
1916
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1458
1917
|
},
|
|
@@ -1471,6 +1930,7 @@
|
|
|
1471
1930
|
"isAbstract": false,
|
|
1472
1931
|
"isVirtual": true,
|
|
1473
1932
|
"isOverride": true,
|
|
1933
|
+
"visibility": "Public",
|
|
1474
1934
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgDeleteExpression",
|
|
1475
1935
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1476
1936
|
},
|
|
@@ -1489,6 +1949,7 @@
|
|
|
1489
1949
|
"isAbstract": false,
|
|
1490
1950
|
"isVirtual": true,
|
|
1491
1951
|
"isOverride": true,
|
|
1952
|
+
"visibility": "Public",
|
|
1492
1953
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgDeleteExpression",
|
|
1493
1954
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1494
1955
|
}
|
|
@@ -1503,6 +1964,7 @@
|
|
|
1503
1964
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.ISet_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
1504
1965
|
"isStatic": false,
|
|
1505
1966
|
"parameterCount": 4,
|
|
1967
|
+
"visibility": "Public",
|
|
1506
1968
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgDeleteExpression",
|
|
1507
1969
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1508
1970
|
}
|
|
@@ -1519,6 +1981,27 @@
|
|
|
1519
1981
|
"isSealed": false,
|
|
1520
1982
|
"isStatic": false,
|
|
1521
1983
|
"arity": 0,
|
|
1984
|
+
"baseType": {
|
|
1985
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlFunctionExpression",
|
|
1986
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlFunctionExpression"
|
|
1987
|
+
},
|
|
1988
|
+
"interfaces": [
|
|
1989
|
+
{
|
|
1990
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression",
|
|
1991
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression"
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.IPrintableExpression",
|
|
1995
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
1996
|
+
},
|
|
1997
|
+
{
|
|
1998
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
1999
|
+
"clrName": "System.IEquatable\u00601",
|
|
2000
|
+
"typeArguments": [
|
|
2001
|
+
"PgFunctionExpression"
|
|
2002
|
+
]
|
|
2003
|
+
}
|
|
2004
|
+
],
|
|
1522
2005
|
"methods": [
|
|
1523
2006
|
{
|
|
1524
2007
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression::CreateWithNamedArguments(System.String,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Collections.Generic.IEnumerable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression",
|
|
@@ -1535,6 +2018,7 @@
|
|
|
1535
2018
|
"isVirtual": false,
|
|
1536
2019
|
"isOverride": false,
|
|
1537
2020
|
"isSealed": false,
|
|
2021
|
+
"visibility": "Public",
|
|
1538
2022
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression",
|
|
1539
2023
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1540
2024
|
"isExtensionMethod": false
|
|
@@ -1554,6 +2038,27 @@
|
|
|
1554
2038
|
"isVirtual": false,
|
|
1555
2039
|
"isOverride": false,
|
|
1556
2040
|
"isSealed": false,
|
|
2041
|
+
"visibility": "Public",
|
|
2042
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression",
|
|
2043
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2044
|
+
"isExtensionMethod": false
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression::VisitChildren(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
2048
|
+
"clrName": "VisitChildren",
|
|
2049
|
+
"metadataToken": 100665042,
|
|
2050
|
+
"canonicalSignature": "(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
2051
|
+
"normalizedSignature": "VisitChildren|(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression|static=false",
|
|
2052
|
+
"emitScope": "ClassSurface",
|
|
2053
|
+
"provenance": "Original",
|
|
2054
|
+
"arity": 0,
|
|
2055
|
+
"parameterCount": 1,
|
|
2056
|
+
"isStatic": false,
|
|
2057
|
+
"isAbstract": false,
|
|
2058
|
+
"isVirtual": true,
|
|
2059
|
+
"isOverride": true,
|
|
2060
|
+
"isSealed": false,
|
|
2061
|
+
"visibility": "Protected",
|
|
1557
2062
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression",
|
|
1558
2063
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1559
2064
|
"isExtensionMethod": false
|
|
@@ -1573,6 +2078,7 @@
|
|
|
1573
2078
|
"isVirtual": true,
|
|
1574
2079
|
"isOverride": true,
|
|
1575
2080
|
"isSealed": false,
|
|
2081
|
+
"visibility": "Public",
|
|
1576
2082
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression",
|
|
1577
2083
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1578
2084
|
"isExtensionMethod": false
|
|
@@ -1592,6 +2098,7 @@
|
|
|
1592
2098
|
"isVirtual": true,
|
|
1593
2099
|
"isOverride": true,
|
|
1594
2100
|
"isSealed": false,
|
|
2101
|
+
"visibility": "Public",
|
|
1595
2102
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression",
|
|
1596
2103
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1597
2104
|
"isExtensionMethod": false
|
|
@@ -1611,16 +2118,17 @@
|
|
|
1611
2118
|
"isVirtual": true,
|
|
1612
2119
|
"isOverride": false,
|
|
1613
2120
|
"isSealed": false,
|
|
2121
|
+
"visibility": "Public",
|
|
1614
2122
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression",
|
|
1615
2123
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1616
2124
|
"isExtensionMethod": false
|
|
1617
2125
|
},
|
|
1618
2126
|
{
|
|
1619
|
-
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression::
|
|
1620
|
-
"clrName": "
|
|
1621
|
-
"metadataToken":
|
|
1622
|
-
"canonicalSignature": "(
|
|
1623
|
-
"normalizedSignature": "
|
|
2127
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression::Print(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
2128
|
+
"clrName": "Print",
|
|
2129
|
+
"metadataToken": 100665046,
|
|
2130
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
2131
|
+
"normalizedSignature": "Print|(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void|static=false",
|
|
1624
2132
|
"emitScope": "ClassSurface",
|
|
1625
2133
|
"provenance": "Original",
|
|
1626
2134
|
"arity": 0,
|
|
@@ -1630,16 +2138,37 @@
|
|
|
1630
2138
|
"isVirtual": true,
|
|
1631
2139
|
"isOverride": true,
|
|
1632
2140
|
"isSealed": false,
|
|
2141
|
+
"visibility": "Protected",
|
|
1633
2142
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression",
|
|
1634
2143
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1635
2144
|
"isExtensionMethod": false
|
|
1636
2145
|
},
|
|
1637
2146
|
{
|
|
1638
|
-
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression::Equals(
|
|
2147
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression::Equals(System.Object):System.Boolean",
|
|
1639
2148
|
"clrName": "Equals",
|
|
1640
|
-
"metadataToken":
|
|
1641
|
-
"canonicalSignature": "(
|
|
1642
|
-
"normalizedSignature": "Equals|(
|
|
2149
|
+
"metadataToken": 100665047,
|
|
2150
|
+
"canonicalSignature": "(System.Object):System.Boolean",
|
|
2151
|
+
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
2152
|
+
"emitScope": "ClassSurface",
|
|
2153
|
+
"provenance": "Original",
|
|
2154
|
+
"arity": 0,
|
|
2155
|
+
"parameterCount": 1,
|
|
2156
|
+
"isStatic": false,
|
|
2157
|
+
"isAbstract": false,
|
|
2158
|
+
"isVirtual": true,
|
|
2159
|
+
"isOverride": true,
|
|
2160
|
+
"isSealed": false,
|
|
2161
|
+
"visibility": "Public",
|
|
2162
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression",
|
|
2163
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2164
|
+
"isExtensionMethod": false
|
|
2165
|
+
},
|
|
2166
|
+
{
|
|
2167
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression::Equals(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression):System.Boolean",
|
|
2168
|
+
"clrName": "Equals",
|
|
2169
|
+
"metadataToken": 100665048,
|
|
2170
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression):System.Boolean",
|
|
2171
|
+
"normalizedSignature": "Equals|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression):System.Boolean|static=false",
|
|
1643
2172
|
"emitScope": "ClassSurface",
|
|
1644
2173
|
"provenance": "Original",
|
|
1645
2174
|
"arity": 0,
|
|
@@ -1649,6 +2178,7 @@
|
|
|
1649
2178
|
"isVirtual": true,
|
|
1650
2179
|
"isOverride": false,
|
|
1651
2180
|
"isSealed": false,
|
|
2181
|
+
"visibility": "Public",
|
|
1652
2182
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression",
|
|
1653
2183
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1654
2184
|
"isExtensionMethod": false
|
|
@@ -1668,6 +2198,7 @@
|
|
|
1668
2198
|
"isVirtual": true,
|
|
1669
2199
|
"isOverride": true,
|
|
1670
2200
|
"isSealed": false,
|
|
2201
|
+
"visibility": "Public",
|
|
1671
2202
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression",
|
|
1672
2203
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1673
2204
|
"isExtensionMethod": false
|
|
@@ -1689,6 +2220,7 @@
|
|
|
1689
2220
|
"isAbstract": false,
|
|
1690
2221
|
"isVirtual": true,
|
|
1691
2222
|
"isOverride": false,
|
|
2223
|
+
"visibility": "Public",
|
|
1692
2224
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression",
|
|
1693
2225
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1694
2226
|
},
|
|
@@ -1707,6 +2239,7 @@
|
|
|
1707
2239
|
"isAbstract": false,
|
|
1708
2240
|
"isVirtual": true,
|
|
1709
2241
|
"isOverride": false,
|
|
2242
|
+
"visibility": "Public",
|
|
1710
2243
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression",
|
|
1711
2244
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1712
2245
|
},
|
|
@@ -1725,6 +2258,7 @@
|
|
|
1725
2258
|
"isAbstract": false,
|
|
1726
2259
|
"isVirtual": true,
|
|
1727
2260
|
"isOverride": false,
|
|
2261
|
+
"visibility": "Public",
|
|
1728
2262
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression",
|
|
1729
2263
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1730
2264
|
},
|
|
@@ -1743,6 +2277,7 @@
|
|
|
1743
2277
|
"isAbstract": false,
|
|
1744
2278
|
"isVirtual": true,
|
|
1745
2279
|
"isOverride": false,
|
|
2280
|
+
"visibility": "Public",
|
|
1746
2281
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression",
|
|
1747
2282
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1748
2283
|
},
|
|
@@ -1761,6 +2296,7 @@
|
|
|
1761
2296
|
"isAbstract": false,
|
|
1762
2297
|
"isVirtual": true,
|
|
1763
2298
|
"isOverride": false,
|
|
2299
|
+
"visibility": "Public",
|
|
1764
2300
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression",
|
|
1765
2301
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1766
2302
|
},
|
|
@@ -1779,6 +2315,7 @@
|
|
|
1779
2315
|
"isAbstract": false,
|
|
1780
2316
|
"isVirtual": true,
|
|
1781
2317
|
"isOverride": false,
|
|
2318
|
+
"visibility": "Public",
|
|
1782
2319
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression",
|
|
1783
2320
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1784
2321
|
},
|
|
@@ -1797,6 +2334,7 @@
|
|
|
1797
2334
|
"isAbstract": false,
|
|
1798
2335
|
"isVirtual": true,
|
|
1799
2336
|
"isOverride": false,
|
|
2337
|
+
"visibility": "Public",
|
|
1800
2338
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression",
|
|
1801
2339
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1802
2340
|
}
|
|
@@ -1811,6 +2349,7 @@
|
|
|
1811
2349
|
"normalizedSignature": "constructor|(System.String,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.OrderingExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean,System.Collections.Generic.IEnumerable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):void|static=false",
|
|
1812
2350
|
"isStatic": false,
|
|
1813
2351
|
"parameterCount": 11,
|
|
2352
|
+
"visibility": "Public",
|
|
1814
2353
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression",
|
|
1815
2354
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1816
2355
|
}
|
|
@@ -1827,7 +2366,48 @@
|
|
|
1827
2366
|
"isSealed": false,
|
|
1828
2367
|
"isStatic": false,
|
|
1829
2368
|
"arity": 0,
|
|
2369
|
+
"baseType": {
|
|
2370
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2371
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression"
|
|
2372
|
+
},
|
|
2373
|
+
"interfaces": [
|
|
2374
|
+
{
|
|
2375
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression",
|
|
2376
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression"
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.IPrintableExpression",
|
|
2380
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
2381
|
+
},
|
|
2382
|
+
{
|
|
2383
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
2384
|
+
"clrName": "System.IEquatable\u00601",
|
|
2385
|
+
"typeArguments": [
|
|
2386
|
+
"PgILikeExpression"
|
|
2387
|
+
]
|
|
2388
|
+
}
|
|
2389
|
+
],
|
|
1830
2390
|
"methods": [
|
|
2391
|
+
{
|
|
2392
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgILikeExpression::VisitChildren(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
2393
|
+
"clrName": "VisitChildren",
|
|
2394
|
+
"metadataToken": 100665054,
|
|
2395
|
+
"canonicalSignature": "(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
2396
|
+
"normalizedSignature": "VisitChildren|(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression|static=false",
|
|
2397
|
+
"emitScope": "ClassSurface",
|
|
2398
|
+
"provenance": "Original",
|
|
2399
|
+
"arity": 0,
|
|
2400
|
+
"parameterCount": 1,
|
|
2401
|
+
"isStatic": false,
|
|
2402
|
+
"isAbstract": false,
|
|
2403
|
+
"isVirtual": true,
|
|
2404
|
+
"isOverride": true,
|
|
2405
|
+
"isSealed": false,
|
|
2406
|
+
"visibility": "Protected",
|
|
2407
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgILikeExpression",
|
|
2408
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2409
|
+
"isExtensionMethod": false
|
|
2410
|
+
},
|
|
1831
2411
|
{
|
|
1832
2412
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgILikeExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgILikeExpression",
|
|
1833
2413
|
"clrName": "Update",
|
|
@@ -1843,6 +2423,7 @@
|
|
|
1843
2423
|
"isVirtual": true,
|
|
1844
2424
|
"isOverride": false,
|
|
1845
2425
|
"isSealed": false,
|
|
2426
|
+
"visibility": "Public",
|
|
1846
2427
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgILikeExpression",
|
|
1847
2428
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1848
2429
|
"isExtensionMethod": false
|
|
@@ -1862,6 +2443,7 @@
|
|
|
1862
2443
|
"isVirtual": true,
|
|
1863
2444
|
"isOverride": true,
|
|
1864
2445
|
"isSealed": false,
|
|
2446
|
+
"visibility": "Public",
|
|
1865
2447
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgILikeExpression",
|
|
1866
2448
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1867
2449
|
"isExtensionMethod": false
|
|
@@ -1881,6 +2463,7 @@
|
|
|
1881
2463
|
"isVirtual": true,
|
|
1882
2464
|
"isOverride": true,
|
|
1883
2465
|
"isSealed": false,
|
|
2466
|
+
"visibility": "Public",
|
|
1884
2467
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgILikeExpression",
|
|
1885
2468
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1886
2469
|
"isExtensionMethod": false
|
|
@@ -1900,6 +2483,7 @@
|
|
|
1900
2483
|
"isVirtual": true,
|
|
1901
2484
|
"isOverride": false,
|
|
1902
2485
|
"isSealed": false,
|
|
2486
|
+
"visibility": "Public",
|
|
1903
2487
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgILikeExpression",
|
|
1904
2488
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1905
2489
|
"isExtensionMethod": false
|
|
@@ -1919,6 +2503,27 @@
|
|
|
1919
2503
|
"isVirtual": true,
|
|
1920
2504
|
"isOverride": true,
|
|
1921
2505
|
"isSealed": false,
|
|
2506
|
+
"visibility": "Public",
|
|
2507
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgILikeExpression",
|
|
2508
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2509
|
+
"isExtensionMethod": false
|
|
2510
|
+
},
|
|
2511
|
+
{
|
|
2512
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgILikeExpression::Print(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
2513
|
+
"clrName": "Print",
|
|
2514
|
+
"metadataToken": 100665060,
|
|
2515
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
2516
|
+
"normalizedSignature": "Print|(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void|static=false",
|
|
2517
|
+
"emitScope": "ClassSurface",
|
|
2518
|
+
"provenance": "Original",
|
|
2519
|
+
"arity": 0,
|
|
2520
|
+
"parameterCount": 1,
|
|
2521
|
+
"isStatic": false,
|
|
2522
|
+
"isAbstract": false,
|
|
2523
|
+
"isVirtual": true,
|
|
2524
|
+
"isOverride": true,
|
|
2525
|
+
"isSealed": false,
|
|
2526
|
+
"visibility": "Protected",
|
|
1922
2527
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgILikeExpression",
|
|
1923
2528
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1924
2529
|
"isExtensionMethod": false
|
|
@@ -1938,6 +2543,7 @@
|
|
|
1938
2543
|
"isVirtual": true,
|
|
1939
2544
|
"isOverride": true,
|
|
1940
2545
|
"isSealed": false,
|
|
2546
|
+
"visibility": "Public",
|
|
1941
2547
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgILikeExpression",
|
|
1942
2548
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1943
2549
|
"isExtensionMethod": false
|
|
@@ -1959,6 +2565,7 @@
|
|
|
1959
2565
|
"isAbstract": false,
|
|
1960
2566
|
"isVirtual": true,
|
|
1961
2567
|
"isOverride": false,
|
|
2568
|
+
"visibility": "Public",
|
|
1962
2569
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgILikeExpression",
|
|
1963
2570
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1964
2571
|
},
|
|
@@ -1977,6 +2584,7 @@
|
|
|
1977
2584
|
"isAbstract": false,
|
|
1978
2585
|
"isVirtual": true,
|
|
1979
2586
|
"isOverride": false,
|
|
2587
|
+
"visibility": "Public",
|
|
1980
2588
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgILikeExpression",
|
|
1981
2589
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1982
2590
|
},
|
|
@@ -1995,6 +2603,7 @@
|
|
|
1995
2603
|
"isAbstract": false,
|
|
1996
2604
|
"isVirtual": true,
|
|
1997
2605
|
"isOverride": false,
|
|
2606
|
+
"visibility": "Public",
|
|
1998
2607
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgILikeExpression",
|
|
1999
2608
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
2000
2609
|
}
|
|
@@ -2009,6 +2618,7 @@
|
|
|
2009
2618
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):void|static=false",
|
|
2010
2619
|
"isStatic": false,
|
|
2011
2620
|
"parameterCount": 4,
|
|
2621
|
+
"visibility": "Public",
|
|
2012
2622
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgILikeExpression",
|
|
2013
2623
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
2014
2624
|
}
|
|
@@ -2025,7 +2635,48 @@
|
|
|
2025
2635
|
"isSealed": false,
|
|
2026
2636
|
"isStatic": false,
|
|
2027
2637
|
"arity": 0,
|
|
2638
|
+
"baseType": {
|
|
2639
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2640
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression"
|
|
2641
|
+
},
|
|
2642
|
+
"interfaces": [
|
|
2643
|
+
{
|
|
2644
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression",
|
|
2645
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression"
|
|
2646
|
+
},
|
|
2647
|
+
{
|
|
2648
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.IPrintableExpression",
|
|
2649
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
2650
|
+
},
|
|
2651
|
+
{
|
|
2652
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
2653
|
+
"clrName": "System.IEquatable\u00601",
|
|
2654
|
+
"typeArguments": [
|
|
2655
|
+
"PgJsonTraversalExpression"
|
|
2656
|
+
]
|
|
2657
|
+
}
|
|
2658
|
+
],
|
|
2028
2659
|
"methods": [
|
|
2660
|
+
{
|
|
2661
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgJsonTraversalExpression::VisitChildren(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
2662
|
+
"clrName": "VisitChildren",
|
|
2663
|
+
"metadataToken": 100665066,
|
|
2664
|
+
"canonicalSignature": "(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
2665
|
+
"normalizedSignature": "VisitChildren|(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression|static=false",
|
|
2666
|
+
"emitScope": "ClassSurface",
|
|
2667
|
+
"provenance": "Original",
|
|
2668
|
+
"arity": 0,
|
|
2669
|
+
"parameterCount": 1,
|
|
2670
|
+
"isStatic": false,
|
|
2671
|
+
"isAbstract": false,
|
|
2672
|
+
"isVirtual": true,
|
|
2673
|
+
"isOverride": true,
|
|
2674
|
+
"isSealed": false,
|
|
2675
|
+
"visibility": "Protected",
|
|
2676
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgJsonTraversalExpression",
|
|
2677
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2678
|
+
"isExtensionMethod": false
|
|
2679
|
+
},
|
|
2029
2680
|
{
|
|
2030
2681
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgJsonTraversalExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgJsonTraversalExpression",
|
|
2031
2682
|
"clrName": "Update",
|
|
@@ -2041,6 +2692,7 @@
|
|
|
2041
2692
|
"isVirtual": true,
|
|
2042
2693
|
"isOverride": false,
|
|
2043
2694
|
"isSealed": false,
|
|
2695
|
+
"visibility": "Public",
|
|
2044
2696
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgJsonTraversalExpression",
|
|
2045
2697
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2046
2698
|
"isExtensionMethod": false
|
|
@@ -2060,6 +2712,7 @@
|
|
|
2060
2712
|
"isVirtual": true,
|
|
2061
2713
|
"isOverride": true,
|
|
2062
2714
|
"isSealed": false,
|
|
2715
|
+
"visibility": "Public",
|
|
2063
2716
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgJsonTraversalExpression",
|
|
2064
2717
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2065
2718
|
"isExtensionMethod": false
|
|
@@ -2079,6 +2732,7 @@
|
|
|
2079
2732
|
"isVirtual": true,
|
|
2080
2733
|
"isOverride": false,
|
|
2081
2734
|
"isSealed": false,
|
|
2735
|
+
"visibility": "Public",
|
|
2082
2736
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgJsonTraversalExpression",
|
|
2083
2737
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2084
2738
|
"isExtensionMethod": false
|
|
@@ -2098,6 +2752,7 @@
|
|
|
2098
2752
|
"isVirtual": true,
|
|
2099
2753
|
"isOverride": true,
|
|
2100
2754
|
"isSealed": false,
|
|
2755
|
+
"visibility": "Public",
|
|
2101
2756
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgJsonTraversalExpression",
|
|
2102
2757
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2103
2758
|
"isExtensionMethod": false
|
|
@@ -2117,6 +2772,7 @@
|
|
|
2117
2772
|
"isVirtual": true,
|
|
2118
2773
|
"isOverride": false,
|
|
2119
2774
|
"isSealed": false,
|
|
2775
|
+
"visibility": "Public",
|
|
2120
2776
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgJsonTraversalExpression",
|
|
2121
2777
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2122
2778
|
"isExtensionMethod": false
|
|
@@ -2136,6 +2792,27 @@
|
|
|
2136
2792
|
"isVirtual": true,
|
|
2137
2793
|
"isOverride": true,
|
|
2138
2794
|
"isSealed": false,
|
|
2795
|
+
"visibility": "Public",
|
|
2796
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgJsonTraversalExpression",
|
|
2797
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2798
|
+
"isExtensionMethod": false
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgJsonTraversalExpression::Print(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
2802
|
+
"clrName": "Print",
|
|
2803
|
+
"metadataToken": 100665073,
|
|
2804
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
2805
|
+
"normalizedSignature": "Print|(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void|static=false",
|
|
2806
|
+
"emitScope": "ClassSurface",
|
|
2807
|
+
"provenance": "Original",
|
|
2808
|
+
"arity": 0,
|
|
2809
|
+
"parameterCount": 1,
|
|
2810
|
+
"isStatic": false,
|
|
2811
|
+
"isAbstract": false,
|
|
2812
|
+
"isVirtual": true,
|
|
2813
|
+
"isOverride": true,
|
|
2814
|
+
"isSealed": false,
|
|
2815
|
+
"visibility": "Protected",
|
|
2139
2816
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgJsonTraversalExpression",
|
|
2140
2817
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2141
2818
|
"isExtensionMethod": false
|
|
@@ -2155,6 +2832,7 @@
|
|
|
2155
2832
|
"isVirtual": true,
|
|
2156
2833
|
"isOverride": true,
|
|
2157
2834
|
"isSealed": false,
|
|
2835
|
+
"visibility": "Public",
|
|
2158
2836
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgJsonTraversalExpression",
|
|
2159
2837
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2160
2838
|
"isExtensionMethod": false
|
|
@@ -2176,6 +2854,7 @@
|
|
|
2176
2854
|
"isAbstract": false,
|
|
2177
2855
|
"isVirtual": true,
|
|
2178
2856
|
"isOverride": false,
|
|
2857
|
+
"visibility": "Public",
|
|
2179
2858
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgJsonTraversalExpression",
|
|
2180
2859
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
2181
2860
|
},
|
|
@@ -2194,6 +2873,7 @@
|
|
|
2194
2873
|
"isAbstract": false,
|
|
2195
2874
|
"isVirtual": true,
|
|
2196
2875
|
"isOverride": false,
|
|
2876
|
+
"visibility": "Public",
|
|
2197
2877
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgJsonTraversalExpression",
|
|
2198
2878
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
2199
2879
|
},
|
|
@@ -2212,6 +2892,7 @@
|
|
|
2212
2892
|
"isAbstract": false,
|
|
2213
2893
|
"isVirtual": true,
|
|
2214
2894
|
"isOverride": false,
|
|
2895
|
+
"visibility": "Public",
|
|
2215
2896
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgJsonTraversalExpression",
|
|
2216
2897
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
2217
2898
|
}
|
|
@@ -2226,6 +2907,7 @@
|
|
|
2226
2907
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean,System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):void|static=false",
|
|
2227
2908
|
"isStatic": false,
|
|
2228
2909
|
"parameterCount": 5,
|
|
2910
|
+
"visibility": "Public",
|
|
2229
2911
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgJsonTraversalExpression",
|
|
2230
2912
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
2231
2913
|
}
|
|
@@ -2242,7 +2924,41 @@
|
|
|
2242
2924
|
"isSealed": false,
|
|
2243
2925
|
"isStatic": false,
|
|
2244
2926
|
"arity": 0,
|
|
2927
|
+
"baseType": {
|
|
2928
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2929
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression"
|
|
2930
|
+
},
|
|
2931
|
+
"interfaces": [
|
|
2932
|
+
{
|
|
2933
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression",
|
|
2934
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression"
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.IPrintableExpression",
|
|
2938
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
2939
|
+
}
|
|
2940
|
+
],
|
|
2245
2941
|
"methods": [
|
|
2942
|
+
{
|
|
2943
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgNewArrayExpression::VisitChildren(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
2944
|
+
"clrName": "VisitChildren",
|
|
2945
|
+
"metadataToken": 100665077,
|
|
2946
|
+
"canonicalSignature": "(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
2947
|
+
"normalizedSignature": "VisitChildren|(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression|static=false",
|
|
2948
|
+
"emitScope": "ClassSurface",
|
|
2949
|
+
"provenance": "Original",
|
|
2950
|
+
"arity": 0,
|
|
2951
|
+
"parameterCount": 1,
|
|
2952
|
+
"isStatic": false,
|
|
2953
|
+
"isAbstract": false,
|
|
2954
|
+
"isVirtual": true,
|
|
2955
|
+
"isOverride": true,
|
|
2956
|
+
"isSealed": false,
|
|
2957
|
+
"visibility": "Protected",
|
|
2958
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgNewArrayExpression",
|
|
2959
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2960
|
+
"isExtensionMethod": false
|
|
2961
|
+
},
|
|
2246
2962
|
{
|
|
2247
2963
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgNewArrayExpression::Update(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgNewArrayExpression",
|
|
2248
2964
|
"clrName": "Update",
|
|
@@ -2258,6 +2974,7 @@
|
|
|
2258
2974
|
"isVirtual": true,
|
|
2259
2975
|
"isOverride": false,
|
|
2260
2976
|
"isSealed": false,
|
|
2977
|
+
"visibility": "Public",
|
|
2261
2978
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgNewArrayExpression",
|
|
2262
2979
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2263
2980
|
"isExtensionMethod": false
|
|
@@ -2277,6 +2994,27 @@
|
|
|
2277
2994
|
"isVirtual": true,
|
|
2278
2995
|
"isOverride": true,
|
|
2279
2996
|
"isSealed": false,
|
|
2997
|
+
"visibility": "Public",
|
|
2998
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgNewArrayExpression",
|
|
2999
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
3000
|
+
"isExtensionMethod": false
|
|
3001
|
+
},
|
|
3002
|
+
{
|
|
3003
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgNewArrayExpression::Print(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
3004
|
+
"clrName": "Print",
|
|
3005
|
+
"metadataToken": 100665080,
|
|
3006
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
3007
|
+
"normalizedSignature": "Print|(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void|static=false",
|
|
3008
|
+
"emitScope": "ClassSurface",
|
|
3009
|
+
"provenance": "Original",
|
|
3010
|
+
"arity": 0,
|
|
3011
|
+
"parameterCount": 1,
|
|
3012
|
+
"isStatic": false,
|
|
3013
|
+
"isAbstract": false,
|
|
3014
|
+
"isVirtual": true,
|
|
3015
|
+
"isOverride": true,
|
|
3016
|
+
"isSealed": false,
|
|
3017
|
+
"visibility": "Protected",
|
|
2280
3018
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgNewArrayExpression",
|
|
2281
3019
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2282
3020
|
"isExtensionMethod": false
|
|
@@ -2296,6 +3034,7 @@
|
|
|
2296
3034
|
"isVirtual": true,
|
|
2297
3035
|
"isOverride": true,
|
|
2298
3036
|
"isSealed": false,
|
|
3037
|
+
"visibility": "Public",
|
|
2299
3038
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgNewArrayExpression",
|
|
2300
3039
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2301
3040
|
"isExtensionMethod": false
|
|
@@ -2315,6 +3054,7 @@
|
|
|
2315
3054
|
"isVirtual": true,
|
|
2316
3055
|
"isOverride": true,
|
|
2317
3056
|
"isSealed": false,
|
|
3057
|
+
"visibility": "Public",
|
|
2318
3058
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgNewArrayExpression",
|
|
2319
3059
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2320
3060
|
"isExtensionMethod": false
|
|
@@ -2336,6 +3076,7 @@
|
|
|
2336
3076
|
"isAbstract": false,
|
|
2337
3077
|
"isVirtual": true,
|
|
2338
3078
|
"isOverride": false,
|
|
3079
|
+
"visibility": "Public",
|
|
2339
3080
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgNewArrayExpression",
|
|
2340
3081
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
2341
3082
|
}
|
|
@@ -2350,6 +3091,7 @@
|
|
|
2350
3091
|
"normalizedSignature": "constructor|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):void|static=false",
|
|
2351
3092
|
"isStatic": false,
|
|
2352
3093
|
"parameterCount": 3,
|
|
3094
|
+
"visibility": "Public",
|
|
2353
3095
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgNewArrayExpression",
|
|
2354
3096
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
2355
3097
|
}
|
|
@@ -2366,7 +3108,48 @@
|
|
|
2366
3108
|
"isSealed": false,
|
|
2367
3109
|
"isStatic": false,
|
|
2368
3110
|
"arity": 0,
|
|
3111
|
+
"baseType": {
|
|
3112
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
3113
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression"
|
|
3114
|
+
},
|
|
3115
|
+
"interfaces": [
|
|
3116
|
+
{
|
|
3117
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression",
|
|
3118
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression"
|
|
3119
|
+
},
|
|
3120
|
+
{
|
|
3121
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.IPrintableExpression",
|
|
3122
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
3123
|
+
},
|
|
3124
|
+
{
|
|
3125
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
3126
|
+
"clrName": "System.IEquatable\u00601",
|
|
3127
|
+
"typeArguments": [
|
|
3128
|
+
"PgRegexMatchExpression"
|
|
3129
|
+
]
|
|
3130
|
+
}
|
|
3131
|
+
],
|
|
2369
3132
|
"methods": [
|
|
3133
|
+
{
|
|
3134
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression::VisitChildren(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
3135
|
+
"clrName": "VisitChildren",
|
|
3136
|
+
"metadataToken": 100665089,
|
|
3137
|
+
"canonicalSignature": "(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
3138
|
+
"normalizedSignature": "VisitChildren|(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression|static=false",
|
|
3139
|
+
"emitScope": "ClassSurface",
|
|
3140
|
+
"provenance": "Original",
|
|
3141
|
+
"arity": 0,
|
|
3142
|
+
"parameterCount": 1,
|
|
3143
|
+
"isStatic": false,
|
|
3144
|
+
"isAbstract": false,
|
|
3145
|
+
"isVirtual": true,
|
|
3146
|
+
"isOverride": true,
|
|
3147
|
+
"isSealed": false,
|
|
3148
|
+
"visibility": "Protected",
|
|
3149
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression",
|
|
3150
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
3151
|
+
"isExtensionMethod": false
|
|
3152
|
+
},
|
|
2370
3153
|
{
|
|
2371
3154
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression",
|
|
2372
3155
|
"clrName": "Update",
|
|
@@ -2382,6 +3165,7 @@
|
|
|
2382
3165
|
"isVirtual": true,
|
|
2383
3166
|
"isOverride": false,
|
|
2384
3167
|
"isSealed": false,
|
|
3168
|
+
"visibility": "Public",
|
|
2385
3169
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression",
|
|
2386
3170
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2387
3171
|
"isExtensionMethod": false
|
|
@@ -2401,6 +3185,7 @@
|
|
|
2401
3185
|
"isVirtual": true,
|
|
2402
3186
|
"isOverride": true,
|
|
2403
3187
|
"isSealed": false,
|
|
3188
|
+
"visibility": "Public",
|
|
2404
3189
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression",
|
|
2405
3190
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2406
3191
|
"isExtensionMethod": false
|
|
@@ -2420,6 +3205,7 @@
|
|
|
2420
3205
|
"isVirtual": true,
|
|
2421
3206
|
"isOverride": false,
|
|
2422
3207
|
"isSealed": false,
|
|
3208
|
+
"visibility": "Public",
|
|
2423
3209
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression",
|
|
2424
3210
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2425
3211
|
"isExtensionMethod": false
|
|
@@ -2439,6 +3225,7 @@
|
|
|
2439
3225
|
"isVirtual": true,
|
|
2440
3226
|
"isOverride": true,
|
|
2441
3227
|
"isSealed": false,
|
|
3228
|
+
"visibility": "Public",
|
|
2442
3229
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression",
|
|
2443
3230
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2444
3231
|
"isExtensionMethod": false
|
|
@@ -2458,6 +3245,27 @@
|
|
|
2458
3245
|
"isVirtual": true,
|
|
2459
3246
|
"isOverride": true,
|
|
2460
3247
|
"isSealed": false,
|
|
3248
|
+
"visibility": "Public",
|
|
3249
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression",
|
|
3250
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
3251
|
+
"isExtensionMethod": false
|
|
3252
|
+
},
|
|
3253
|
+
{
|
|
3254
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression::Print(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
3255
|
+
"clrName": "Print",
|
|
3256
|
+
"metadataToken": 100665095,
|
|
3257
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
3258
|
+
"normalizedSignature": "Print|(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void|static=false",
|
|
3259
|
+
"emitScope": "ClassSurface",
|
|
3260
|
+
"provenance": "Original",
|
|
3261
|
+
"arity": 0,
|
|
3262
|
+
"parameterCount": 1,
|
|
3263
|
+
"isStatic": false,
|
|
3264
|
+
"isAbstract": false,
|
|
3265
|
+
"isVirtual": true,
|
|
3266
|
+
"isOverride": true,
|
|
3267
|
+
"isSealed": false,
|
|
3268
|
+
"visibility": "Protected",
|
|
2461
3269
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression",
|
|
2462
3270
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2463
3271
|
"isExtensionMethod": false
|
|
@@ -2477,6 +3285,7 @@
|
|
|
2477
3285
|
"isVirtual": true,
|
|
2478
3286
|
"isOverride": true,
|
|
2479
3287
|
"isSealed": false,
|
|
3288
|
+
"visibility": "Public",
|
|
2480
3289
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression",
|
|
2481
3290
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2482
3291
|
"isExtensionMethod": false
|
|
@@ -2498,6 +3307,7 @@
|
|
|
2498
3307
|
"isAbstract": false,
|
|
2499
3308
|
"isVirtual": true,
|
|
2500
3309
|
"isOverride": true,
|
|
3310
|
+
"visibility": "Public",
|
|
2501
3311
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression",
|
|
2502
3312
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
2503
3313
|
},
|
|
@@ -2516,6 +3326,7 @@
|
|
|
2516
3326
|
"isAbstract": false,
|
|
2517
3327
|
"isVirtual": true,
|
|
2518
3328
|
"isOverride": false,
|
|
3329
|
+
"visibility": "Public",
|
|
2519
3330
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression",
|
|
2520
3331
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
2521
3332
|
},
|
|
@@ -2534,6 +3345,7 @@
|
|
|
2534
3345
|
"isAbstract": false,
|
|
2535
3346
|
"isVirtual": true,
|
|
2536
3347
|
"isOverride": false,
|
|
3348
|
+
"visibility": "Public",
|
|
2537
3349
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression",
|
|
2538
3350
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
2539
3351
|
},
|
|
@@ -2552,6 +3364,7 @@
|
|
|
2552
3364
|
"isAbstract": false,
|
|
2553
3365
|
"isVirtual": true,
|
|
2554
3366
|
"isOverride": false,
|
|
3367
|
+
"visibility": "Public",
|
|
2555
3368
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression",
|
|
2556
3369
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
2557
3370
|
}
|
|
@@ -2566,6 +3379,7 @@
|
|
|
2566
3379
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Text.RegularExpressions.RegexOptions,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):void|static=false",
|
|
2567
3380
|
"isStatic": false,
|
|
2568
3381
|
"parameterCount": 4,
|
|
3382
|
+
"visibility": "Public",
|
|
2569
3383
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression",
|
|
2570
3384
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
2571
3385
|
}
|
|
@@ -2582,7 +3396,48 @@
|
|
|
2582
3396
|
"isSealed": false,
|
|
2583
3397
|
"isStatic": false,
|
|
2584
3398
|
"arity": 0,
|
|
3399
|
+
"baseType": {
|
|
3400
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
3401
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression"
|
|
3402
|
+
},
|
|
3403
|
+
"interfaces": [
|
|
3404
|
+
{
|
|
3405
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression",
|
|
3406
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression"
|
|
3407
|
+
},
|
|
3408
|
+
{
|
|
3409
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.IPrintableExpression",
|
|
3410
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
3414
|
+
"clrName": "System.IEquatable\u00601",
|
|
3415
|
+
"typeArguments": [
|
|
3416
|
+
"PgRowValueExpression"
|
|
3417
|
+
]
|
|
3418
|
+
}
|
|
3419
|
+
],
|
|
2585
3420
|
"methods": [
|
|
3421
|
+
{
|
|
3422
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRowValueExpression::VisitChildren(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
3423
|
+
"clrName": "VisitChildren",
|
|
3424
|
+
"metadataToken": 100665099,
|
|
3425
|
+
"canonicalSignature": "(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
3426
|
+
"normalizedSignature": "VisitChildren|(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression|static=false",
|
|
3427
|
+
"emitScope": "ClassSurface",
|
|
3428
|
+
"provenance": "Original",
|
|
3429
|
+
"arity": 0,
|
|
3430
|
+
"parameterCount": 1,
|
|
3431
|
+
"isStatic": false,
|
|
3432
|
+
"isAbstract": false,
|
|
3433
|
+
"isVirtual": true,
|
|
3434
|
+
"isOverride": true,
|
|
3435
|
+
"isSealed": false,
|
|
3436
|
+
"visibility": "Protected",
|
|
3437
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRowValueExpression",
|
|
3438
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
3439
|
+
"isExtensionMethod": false
|
|
3440
|
+
},
|
|
2586
3441
|
{
|
|
2587
3442
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRowValueExpression::Update(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRowValueExpression",
|
|
2588
3443
|
"clrName": "Update",
|
|
@@ -2598,6 +3453,7 @@
|
|
|
2598
3453
|
"isVirtual": true,
|
|
2599
3454
|
"isOverride": false,
|
|
2600
3455
|
"isSealed": false,
|
|
3456
|
+
"visibility": "Public",
|
|
2601
3457
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRowValueExpression",
|
|
2602
3458
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2603
3459
|
"isExtensionMethod": false
|
|
@@ -2617,6 +3473,27 @@
|
|
|
2617
3473
|
"isVirtual": true,
|
|
2618
3474
|
"isOverride": true,
|
|
2619
3475
|
"isSealed": false,
|
|
3476
|
+
"visibility": "Public",
|
|
3477
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRowValueExpression",
|
|
3478
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
3479
|
+
"isExtensionMethod": false
|
|
3480
|
+
},
|
|
3481
|
+
{
|
|
3482
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRowValueExpression::Print(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
3483
|
+
"clrName": "Print",
|
|
3484
|
+
"metadataToken": 100665102,
|
|
3485
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
3486
|
+
"normalizedSignature": "Print|(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void|static=false",
|
|
3487
|
+
"emitScope": "ClassSurface",
|
|
3488
|
+
"provenance": "Original",
|
|
3489
|
+
"arity": 0,
|
|
3490
|
+
"parameterCount": 1,
|
|
3491
|
+
"isStatic": false,
|
|
3492
|
+
"isAbstract": false,
|
|
3493
|
+
"isVirtual": true,
|
|
3494
|
+
"isOverride": true,
|
|
3495
|
+
"isSealed": false,
|
|
3496
|
+
"visibility": "Protected",
|
|
2620
3497
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRowValueExpression",
|
|
2621
3498
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2622
3499
|
"isExtensionMethod": false
|
|
@@ -2636,6 +3513,7 @@
|
|
|
2636
3513
|
"isVirtual": true,
|
|
2637
3514
|
"isOverride": true,
|
|
2638
3515
|
"isSealed": false,
|
|
3516
|
+
"visibility": "Public",
|
|
2639
3517
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRowValueExpression",
|
|
2640
3518
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2641
3519
|
"isExtensionMethod": false
|
|
@@ -2655,6 +3533,7 @@
|
|
|
2655
3533
|
"isVirtual": true,
|
|
2656
3534
|
"isOverride": false,
|
|
2657
3535
|
"isSealed": false,
|
|
3536
|
+
"visibility": "Public",
|
|
2658
3537
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRowValueExpression",
|
|
2659
3538
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2660
3539
|
"isExtensionMethod": false
|
|
@@ -2674,6 +3553,7 @@
|
|
|
2674
3553
|
"isVirtual": true,
|
|
2675
3554
|
"isOverride": true,
|
|
2676
3555
|
"isSealed": false,
|
|
3556
|
+
"visibility": "Public",
|
|
2677
3557
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRowValueExpression",
|
|
2678
3558
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2679
3559
|
"isExtensionMethod": false
|
|
@@ -2695,6 +3575,7 @@
|
|
|
2695
3575
|
"isAbstract": false,
|
|
2696
3576
|
"isVirtual": true,
|
|
2697
3577
|
"isOverride": false,
|
|
3578
|
+
"visibility": "Public",
|
|
2698
3579
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRowValueExpression",
|
|
2699
3580
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
2700
3581
|
}
|
|
@@ -2709,6 +3590,7 @@
|
|
|
2709
3590
|
"normalizedSignature": "constructor|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):void|static=false",
|
|
2710
3591
|
"isStatic": false,
|
|
2711
3592
|
"parameterCount": 3,
|
|
3593
|
+
"visibility": "Public",
|
|
2712
3594
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRowValueExpression",
|
|
2713
3595
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
2714
3596
|
}
|
|
@@ -2725,7 +3607,52 @@
|
|
|
2725
3607
|
"isSealed": false,
|
|
2726
3608
|
"isStatic": false,
|
|
2727
3609
|
"arity": 0,
|
|
3610
|
+
"baseType": {
|
|
3611
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableValuedFunctionExpression",
|
|
3612
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableValuedFunctionExpression"
|
|
3613
|
+
},
|
|
3614
|
+
"interfaces": [
|
|
3615
|
+
{
|
|
3616
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression",
|
|
3617
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression"
|
|
3618
|
+
},
|
|
3619
|
+
{
|
|
3620
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.IPrintableExpression",
|
|
3621
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
3622
|
+
},
|
|
3623
|
+
{
|
|
3624
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.ITableBasedExpression",
|
|
3625
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.ITableBasedExpression"
|
|
3626
|
+
},
|
|
3627
|
+
{
|
|
3628
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
3629
|
+
"clrName": "System.IEquatable\u00601",
|
|
3630
|
+
"typeArguments": [
|
|
3631
|
+
"PgTableValuedFunctionExpression"
|
|
3632
|
+
]
|
|
3633
|
+
}
|
|
3634
|
+
],
|
|
2728
3635
|
"methods": [
|
|
3636
|
+
{
|
|
3637
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression::VisitChildren(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
3638
|
+
"clrName": "VisitChildren",
|
|
3639
|
+
"metadataToken": 100665109,
|
|
3640
|
+
"canonicalSignature": "(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
3641
|
+
"normalizedSignature": "VisitChildren|(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression|static=false",
|
|
3642
|
+
"emitScope": "ClassSurface",
|
|
3643
|
+
"provenance": "Original",
|
|
3644
|
+
"arity": 0,
|
|
3645
|
+
"parameterCount": 1,
|
|
3646
|
+
"isStatic": false,
|
|
3647
|
+
"isAbstract": false,
|
|
3648
|
+
"isVirtual": true,
|
|
3649
|
+
"isOverride": true,
|
|
3650
|
+
"isSealed": false,
|
|
3651
|
+
"visibility": "Protected",
|
|
3652
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression",
|
|
3653
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
3654
|
+
"isExtensionMethod": false
|
|
3655
|
+
},
|
|
2729
3656
|
{
|
|
2730
3657
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression::Update(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression",
|
|
2731
3658
|
"clrName": "Update",
|
|
@@ -2741,6 +3668,7 @@
|
|
|
2741
3668
|
"isVirtual": true,
|
|
2742
3669
|
"isOverride": false,
|
|
2743
3670
|
"isSealed": false,
|
|
3671
|
+
"visibility": "Public",
|
|
2744
3672
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression",
|
|
2745
3673
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2746
3674
|
"isExtensionMethod": false
|
|
@@ -2760,6 +3688,7 @@
|
|
|
2760
3688
|
"isVirtual": true,
|
|
2761
3689
|
"isOverride": true,
|
|
2762
3690
|
"isSealed": false,
|
|
3691
|
+
"visibility": "Public",
|
|
2763
3692
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression",
|
|
2764
3693
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2765
3694
|
"isExtensionMethod": false
|
|
@@ -2779,6 +3708,7 @@
|
|
|
2779
3708
|
"isVirtual": true,
|
|
2780
3709
|
"isOverride": false,
|
|
2781
3710
|
"isSealed": false,
|
|
3711
|
+
"visibility": "Public",
|
|
2782
3712
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression",
|
|
2783
3713
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2784
3714
|
"isExtensionMethod": false
|
|
@@ -2798,6 +3728,27 @@
|
|
|
2798
3728
|
"isVirtual": true,
|
|
2799
3729
|
"isOverride": false,
|
|
2800
3730
|
"isSealed": false,
|
|
3731
|
+
"visibility": "Public",
|
|
3732
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression",
|
|
3733
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
3734
|
+
"isExtensionMethod": false
|
|
3735
|
+
},
|
|
3736
|
+
{
|
|
3737
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression::Print(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
3738
|
+
"clrName": "Print",
|
|
3739
|
+
"metadataToken": 100665114,
|
|
3740
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
3741
|
+
"normalizedSignature": "Print|(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void|static=false",
|
|
3742
|
+
"emitScope": "ClassSurface",
|
|
3743
|
+
"provenance": "Original",
|
|
3744
|
+
"arity": 0,
|
|
3745
|
+
"parameterCount": 1,
|
|
3746
|
+
"isStatic": false,
|
|
3747
|
+
"isAbstract": false,
|
|
3748
|
+
"isVirtual": true,
|
|
3749
|
+
"isOverride": true,
|
|
3750
|
+
"isSealed": false,
|
|
3751
|
+
"visibility": "Protected",
|
|
2801
3752
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression",
|
|
2802
3753
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2803
3754
|
"isExtensionMethod": false
|
|
@@ -2817,6 +3768,7 @@
|
|
|
2817
3768
|
"isVirtual": true,
|
|
2818
3769
|
"isOverride": true,
|
|
2819
3770
|
"isSealed": false,
|
|
3771
|
+
"visibility": "Public",
|
|
2820
3772
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression",
|
|
2821
3773
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2822
3774
|
"isExtensionMethod": false
|
|
@@ -2836,6 +3788,7 @@
|
|
|
2836
3788
|
"isVirtual": true,
|
|
2837
3789
|
"isOverride": false,
|
|
2838
3790
|
"isSealed": true,
|
|
3791
|
+
"visibility": "Public",
|
|
2839
3792
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression",
|
|
2840
3793
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2841
3794
|
"isExtensionMethod": false
|
|
@@ -2855,6 +3808,7 @@
|
|
|
2855
3808
|
"isVirtual": true,
|
|
2856
3809
|
"isOverride": true,
|
|
2857
3810
|
"isSealed": false,
|
|
3811
|
+
"visibility": "Public",
|
|
2858
3812
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression",
|
|
2859
3813
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2860
3814
|
"isExtensionMethod": false
|
|
@@ -2876,6 +3830,7 @@
|
|
|
2876
3830
|
"isAbstract": false,
|
|
2877
3831
|
"isVirtual": true,
|
|
2878
3832
|
"isOverride": false,
|
|
3833
|
+
"visibility": "Public",
|
|
2879
3834
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression",
|
|
2880
3835
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
2881
3836
|
},
|
|
@@ -2894,6 +3849,7 @@
|
|
|
2894
3849
|
"isAbstract": false,
|
|
2895
3850
|
"isVirtual": true,
|
|
2896
3851
|
"isOverride": false,
|
|
3852
|
+
"visibility": "Public",
|
|
2897
3853
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression",
|
|
2898
3854
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
2899
3855
|
}
|
|
@@ -2908,6 +3864,7 @@
|
|
|
2908
3864
|
"normalizedSignature": "constructor|(System.String,System.String,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IReadOnlyList_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression\u002BColumnInfo,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Boolean):void|static=false",
|
|
2909
3865
|
"isStatic": false,
|
|
2910
3866
|
"parameterCount": 5,
|
|
3867
|
+
"visibility": "Public",
|
|
2911
3868
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression",
|
|
2912
3869
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
2913
3870
|
}
|
|
@@ -2924,7 +3881,48 @@
|
|
|
2924
3881
|
"isSealed": false,
|
|
2925
3882
|
"isStatic": false,
|
|
2926
3883
|
"arity": 0,
|
|
3884
|
+
"baseType": {
|
|
3885
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
3886
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression"
|
|
3887
|
+
},
|
|
3888
|
+
"interfaces": [
|
|
3889
|
+
{
|
|
3890
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression",
|
|
3891
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression"
|
|
3892
|
+
},
|
|
3893
|
+
{
|
|
3894
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.IPrintableExpression",
|
|
3895
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
3896
|
+
},
|
|
3897
|
+
{
|
|
3898
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
3899
|
+
"clrName": "System.IEquatable\u00601",
|
|
3900
|
+
"typeArguments": [
|
|
3901
|
+
"PgUnknownBinaryExpression"
|
|
3902
|
+
]
|
|
3903
|
+
}
|
|
3904
|
+
],
|
|
2927
3905
|
"methods": [
|
|
3906
|
+
{
|
|
3907
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnknownBinaryExpression::VisitChildren(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
3908
|
+
"clrName": "VisitChildren",
|
|
3909
|
+
"metadataToken": 100665122,
|
|
3910
|
+
"canonicalSignature": "(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
3911
|
+
"normalizedSignature": "VisitChildren|(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression|static=false",
|
|
3912
|
+
"emitScope": "ClassSurface",
|
|
3913
|
+
"provenance": "Original",
|
|
3914
|
+
"arity": 0,
|
|
3915
|
+
"parameterCount": 1,
|
|
3916
|
+
"isStatic": false,
|
|
3917
|
+
"isAbstract": false,
|
|
3918
|
+
"isVirtual": true,
|
|
3919
|
+
"isOverride": true,
|
|
3920
|
+
"isSealed": false,
|
|
3921
|
+
"visibility": "Protected",
|
|
3922
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnknownBinaryExpression",
|
|
3923
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
3924
|
+
"isExtensionMethod": false
|
|
3925
|
+
},
|
|
2928
3926
|
{
|
|
2929
3927
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnknownBinaryExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnknownBinaryExpression",
|
|
2930
3928
|
"clrName": "Update",
|
|
@@ -2940,6 +3938,7 @@
|
|
|
2940
3938
|
"isVirtual": true,
|
|
2941
3939
|
"isOverride": false,
|
|
2942
3940
|
"isSealed": false,
|
|
3941
|
+
"visibility": "Public",
|
|
2943
3942
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnknownBinaryExpression",
|
|
2944
3943
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2945
3944
|
"isExtensionMethod": false
|
|
@@ -2959,6 +3958,7 @@
|
|
|
2959
3958
|
"isVirtual": true,
|
|
2960
3959
|
"isOverride": true,
|
|
2961
3960
|
"isSealed": false,
|
|
3961
|
+
"visibility": "Public",
|
|
2962
3962
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnknownBinaryExpression",
|
|
2963
3963
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2964
3964
|
"isExtensionMethod": false
|
|
@@ -2978,6 +3978,7 @@
|
|
|
2978
3978
|
"isVirtual": true,
|
|
2979
3979
|
"isOverride": false,
|
|
2980
3980
|
"isSealed": false,
|
|
3981
|
+
"visibility": "Public",
|
|
2981
3982
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnknownBinaryExpression",
|
|
2982
3983
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2983
3984
|
"isExtensionMethod": false
|
|
@@ -2997,6 +3998,7 @@
|
|
|
2997
3998
|
"isVirtual": true,
|
|
2998
3999
|
"isOverride": true,
|
|
2999
4000
|
"isSealed": false,
|
|
4001
|
+
"visibility": "Public",
|
|
3000
4002
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnknownBinaryExpression",
|
|
3001
4003
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
3002
4004
|
"isExtensionMethod": false
|
|
@@ -3016,6 +4018,27 @@
|
|
|
3016
4018
|
"isVirtual": true,
|
|
3017
4019
|
"isOverride": true,
|
|
3018
4020
|
"isSealed": false,
|
|
4021
|
+
"visibility": "Public",
|
|
4022
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnknownBinaryExpression",
|
|
4023
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
4024
|
+
"isExtensionMethod": false
|
|
4025
|
+
},
|
|
4026
|
+
{
|
|
4027
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnknownBinaryExpression::Print(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
4028
|
+
"clrName": "Print",
|
|
4029
|
+
"metadataToken": 100665128,
|
|
4030
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
4031
|
+
"normalizedSignature": "Print|(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void|static=false",
|
|
4032
|
+
"emitScope": "ClassSurface",
|
|
4033
|
+
"provenance": "Original",
|
|
4034
|
+
"arity": 0,
|
|
4035
|
+
"parameterCount": 1,
|
|
4036
|
+
"isStatic": false,
|
|
4037
|
+
"isAbstract": false,
|
|
4038
|
+
"isVirtual": true,
|
|
4039
|
+
"isOverride": true,
|
|
4040
|
+
"isSealed": false,
|
|
4041
|
+
"visibility": "Protected",
|
|
3019
4042
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnknownBinaryExpression",
|
|
3020
4043
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
3021
4044
|
"isExtensionMethod": false
|
|
@@ -3035,6 +4058,7 @@
|
|
|
3035
4058
|
"isVirtual": true,
|
|
3036
4059
|
"isOverride": true,
|
|
3037
4060
|
"isSealed": false,
|
|
4061
|
+
"visibility": "Public",
|
|
3038
4062
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnknownBinaryExpression",
|
|
3039
4063
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
3040
4064
|
"isExtensionMethod": false
|
|
@@ -3056,6 +4080,7 @@
|
|
|
3056
4080
|
"isAbstract": false,
|
|
3057
4081
|
"isVirtual": true,
|
|
3058
4082
|
"isOverride": false,
|
|
4083
|
+
"visibility": "Public",
|
|
3059
4084
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnknownBinaryExpression",
|
|
3060
4085
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
3061
4086
|
},
|
|
@@ -3074,6 +4099,7 @@
|
|
|
3074
4099
|
"isAbstract": false,
|
|
3075
4100
|
"isVirtual": true,
|
|
3076
4101
|
"isOverride": false,
|
|
4102
|
+
"visibility": "Public",
|
|
3077
4103
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnknownBinaryExpression",
|
|
3078
4104
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
3079
4105
|
},
|
|
@@ -3092,6 +4118,7 @@
|
|
|
3092
4118
|
"isAbstract": false,
|
|
3093
4119
|
"isVirtual": true,
|
|
3094
4120
|
"isOverride": false,
|
|
4121
|
+
"visibility": "Public",
|
|
3095
4122
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnknownBinaryExpression",
|
|
3096
4123
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
3097
4124
|
}
|
|
@@ -3106,6 +4133,7 @@
|
|
|
3106
4133
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.String,System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):void|static=false",
|
|
3107
4134
|
"isStatic": false,
|
|
3108
4135
|
"parameterCount": 5,
|
|
4136
|
+
"visibility": "Public",
|
|
3109
4137
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnknownBinaryExpression",
|
|
3110
4138
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
3111
4139
|
}
|
|
@@ -3122,7 +4150,52 @@
|
|
|
3122
4150
|
"isSealed": false,
|
|
3123
4151
|
"isStatic": false,
|
|
3124
4152
|
"arity": 0,
|
|
4153
|
+
"baseType": {
|
|
4154
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression",
|
|
4155
|
+
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression"
|
|
4156
|
+
},
|
|
4157
|
+
"interfaces": [
|
|
4158
|
+
{
|
|
4159
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression",
|
|
4160
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression"
|
|
4161
|
+
},
|
|
4162
|
+
{
|
|
4163
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.IPrintableExpression",
|
|
4164
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
4165
|
+
},
|
|
4166
|
+
{
|
|
4167
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.ITableBasedExpression",
|
|
4168
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.ITableBasedExpression"
|
|
4169
|
+
},
|
|
4170
|
+
{
|
|
4171
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
4172
|
+
"clrName": "System.IEquatable\u00601",
|
|
4173
|
+
"typeArguments": [
|
|
4174
|
+
"PgTableValuedFunctionExpression"
|
|
4175
|
+
]
|
|
4176
|
+
}
|
|
4177
|
+
],
|
|
3125
4178
|
"methods": [
|
|
4179
|
+
{
|
|
4180
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnnestExpression::VisitChildren(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
4181
|
+
"clrName": "VisitChildren",
|
|
4182
|
+
"metadataToken": 100665134,
|
|
4183
|
+
"canonicalSignature": "(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression",
|
|
4184
|
+
"normalizedSignature": "VisitChildren|(System.Linq.Expressions.ExpressionVisitor):System.Linq.Expressions.Expression|static=false",
|
|
4185
|
+
"emitScope": "ClassSurface",
|
|
4186
|
+
"provenance": "Original",
|
|
4187
|
+
"arity": 0,
|
|
4188
|
+
"parameterCount": 1,
|
|
4189
|
+
"isStatic": false,
|
|
4190
|
+
"isAbstract": false,
|
|
4191
|
+
"isVirtual": true,
|
|
4192
|
+
"isOverride": true,
|
|
4193
|
+
"isSealed": false,
|
|
4194
|
+
"visibility": "Protected",
|
|
4195
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnnestExpression",
|
|
4196
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
4197
|
+
"isExtensionMethod": false
|
|
4198
|
+
},
|
|
3126
4199
|
{
|
|
3127
4200
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnnestExpression::Update(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnnestExpression",
|
|
3128
4201
|
"clrName": "Update",
|
|
@@ -3138,6 +4211,7 @@
|
|
|
3138
4211
|
"isVirtual": true,
|
|
3139
4212
|
"isOverride": false,
|
|
3140
4213
|
"isSealed": false,
|
|
4214
|
+
"visibility": "Public",
|
|
3141
4215
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnnestExpression",
|
|
3142
4216
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
3143
4217
|
"isExtensionMethod": false
|
|
@@ -3157,6 +4231,7 @@
|
|
|
3157
4231
|
"isVirtual": true,
|
|
3158
4232
|
"isOverride": false,
|
|
3159
4233
|
"isSealed": false,
|
|
4234
|
+
"visibility": "Public",
|
|
3160
4235
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnnestExpression",
|
|
3161
4236
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
3162
4237
|
"isExtensionMethod": false
|
|
@@ -3176,6 +4251,7 @@
|
|
|
3176
4251
|
"isVirtual": true,
|
|
3177
4252
|
"isOverride": true,
|
|
3178
4253
|
"isSealed": false,
|
|
4254
|
+
"visibility": "Public",
|
|
3179
4255
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnnestExpression",
|
|
3180
4256
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
3181
4257
|
"isExtensionMethod": false
|
|
@@ -3195,6 +4271,7 @@
|
|
|
3195
4271
|
"isVirtual": true,
|
|
3196
4272
|
"isOverride": false,
|
|
3197
4273
|
"isSealed": false,
|
|
4274
|
+
"visibility": "Public",
|
|
3198
4275
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnnestExpression",
|
|
3199
4276
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
3200
4277
|
"isExtensionMethod": false
|
|
@@ -3214,6 +4291,7 @@
|
|
|
3214
4291
|
"isVirtual": true,
|
|
3215
4292
|
"isOverride": false,
|
|
3216
4293
|
"isSealed": false,
|
|
4294
|
+
"visibility": "Public",
|
|
3217
4295
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnnestExpression",
|
|
3218
4296
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
3219
4297
|
"isExtensionMethod": false
|
|
@@ -3233,6 +4311,7 @@
|
|
|
3233
4311
|
"isVirtual": true,
|
|
3234
4312
|
"isOverride": false,
|
|
3235
4313
|
"isSealed": false,
|
|
4314
|
+
"visibility": "Public",
|
|
3236
4315
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnnestExpression",
|
|
3237
4316
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
3238
4317
|
"isExtensionMethod": false
|
|
@@ -3252,6 +4331,7 @@
|
|
|
3252
4331
|
"isVirtual": true,
|
|
3253
4332
|
"isOverride": false,
|
|
3254
4333
|
"isSealed": false,
|
|
4334
|
+
"visibility": "Public",
|
|
3255
4335
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnnestExpression",
|
|
3256
4336
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
3257
4337
|
"isExtensionMethod": false
|
|
@@ -3271,6 +4351,7 @@
|
|
|
3271
4351
|
"isVirtual": true,
|
|
3272
4352
|
"isOverride": false,
|
|
3273
4353
|
"isSealed": false,
|
|
4354
|
+
"visibility": "Public",
|
|
3274
4355
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnnestExpression",
|
|
3275
4356
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
3276
4357
|
"isExtensionMethod": false
|
|
@@ -3292,6 +4373,7 @@
|
|
|
3292
4373
|
"isAbstract": false,
|
|
3293
4374
|
"isVirtual": true,
|
|
3294
4375
|
"isOverride": false,
|
|
4376
|
+
"visibility": "Public",
|
|
3295
4377
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnnestExpression",
|
|
3296
4378
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
3297
4379
|
},
|
|
@@ -3310,6 +4392,7 @@
|
|
|
3310
4392
|
"isAbstract": false,
|
|
3311
4393
|
"isVirtual": true,
|
|
3312
4394
|
"isOverride": false,
|
|
4395
|
+
"visibility": "Public",
|
|
3313
4396
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnnestExpression",
|
|
3314
4397
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
3315
4398
|
}
|
|
@@ -3324,6 +4407,7 @@
|
|
|
3324
4407
|
"normalizedSignature": "constructor|(System.String,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.String,System.Boolean):void|static=false",
|
|
3325
4408
|
"isStatic": false,
|
|
3326
4409
|
"parameterCount": 4,
|
|
4410
|
+
"visibility": "Public",
|
|
3327
4411
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnnestExpression",
|
|
3328
4412
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
3329
4413
|
}
|