@tsonic/efcore-npgsql 0.1.2 → 10.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.EntityFrameworkCore/bindings.json +8946 -11216
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +49 -180
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +23 -15
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +34 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Npgsql/bindings.json +14579 -19539
- package/Npgsql/internal/index.d.ts +1182 -1062
- package/Npgsql.BackendMessages/bindings.json +33 -39
- package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +48 -67
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +7 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +272 -174
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +29 -14
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +48 -201
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +42 -48
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +183 -218
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +25 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +606 -705
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +82 -58
- 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 +504 -737
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +468 -699
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +579 -197
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +59 -19
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +240 -612
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +788 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +51 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +186 -173
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +23 -16
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +77 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +160 -234
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +831 -864
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +94 -345
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +2021 -2000
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +255 -167
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +2408 -631
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +178 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +6 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +58 -61
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +780 -544
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +79 -46
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +83 -110
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +5272 -3851
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +594 -212
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +30 -34
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +349 -188
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +39 -15
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +5 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +57 -76
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +245 -193
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +24 -11
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +3 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +1 -1
- package/Npgsql.Internal/bindings.json +2550 -3274
- package/Npgsql.Internal/internal/index.d.ts +282 -248
- package/Npgsql.Internal.Postgres/bindings.json +289 -434
- package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
- package/Npgsql.Internal.d.ts +1 -1
- package/Npgsql.NameTranslation/bindings.json +91 -116
- package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
- package/Npgsql.PostgresTypes/bindings.json +289 -982
- package/Npgsql.PostgresTypes/internal/index.d.ts +28 -25
- package/Npgsql.Replication/bindings.json +486 -1078
- package/Npgsql.Replication/internal/index.d.ts +47 -46
- package/Npgsql.Replication.Internal/bindings.json +65 -69
- package/Npgsql.Replication.Internal/internal/index.d.ts +6 -5
- package/Npgsql.Replication.PgOutput/bindings.json +344 -536
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +31 -30
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +1176 -2950
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +85 -82
- package/Npgsql.Replication.TestDecoding/bindings.json +131 -270
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
- package/Npgsql.Schema/bindings.json +236 -376
- package/Npgsql.Schema/internal/index.d.ts +34 -28
- package/Npgsql.TypeMapping/bindings.json +109 -153
- package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
- package/Npgsql.Util/bindings.json +13 -1
- package/Npgsql.d.ts +1 -1
- package/NpgsqlTypes/bindings.json +2306 -4296
- package/NpgsqlTypes/internal/index.d.ts +282 -280
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +71 -71
- package/package.json +5 -5
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -10154
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -172
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -49
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Npgsql/internal/metadata.json +0 -15514
- package/Npgsql.BackendMessages/internal/metadata.json +0 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +0 -60
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +0 -269
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +0 -184
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +0 -125
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +0 -342
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +0 -985
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +0 -1064
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +0 -990
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +0 -317
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +0 -664
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +0 -95
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +0 -262
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +0 -114
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +0 -351
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +0 -1349
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +0 -304
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +0 -2783
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +0 -806
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +0 -807
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +0 -186
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +0 -4823
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +0 -51
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +0 -341
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +0 -118
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +0 -323
- package/Npgsql.Internal/internal/metadata.json +0 -4555
- package/Npgsql.Internal.Postgres/internal/metadata.json +0 -619
- package/Npgsql.NameTranslation/internal/metadata.json +0 -173
- package/Npgsql.PostgresTypes/internal/metadata.json +0 -480
- package/Npgsql.Replication/internal/metadata.json +0 -972
- package/Npgsql.Replication.Internal/internal/metadata.json +0 -119
- package/Npgsql.Replication.PgOutput/internal/metadata.json +0 -644
- package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +0 -1905
- package/Npgsql.Replication.TestDecoding/internal/metadata.json +0 -283
- package/Npgsql.Schema/internal/metadata.json +0 -451
- package/Npgsql.TypeMapping/internal/metadata.json +0 -248
- package/Npgsql.Util/internal/metadata.json +0 -24
- package/NpgsqlTypes/internal/metadata.json +0 -5014
|
@@ -1,122 +1,135 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
6
9
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
7
|
-
"tsEmitName": "NpgsqlSqlTranslatingExpressionVisitor_StartsEndsWithContains",
|
|
8
10
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Enum",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": false,
|
|
15
|
+
"isSealed": true,
|
|
16
|
+
"isStatic": false,
|
|
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
|
+
],
|
|
10
40
|
"methods": [],
|
|
11
41
|
"properties": [],
|
|
12
42
|
"fields": [
|
|
13
43
|
{
|
|
14
44
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains::value__System.Int32",
|
|
15
45
|
"clrName": "value__",
|
|
16
|
-
"tsEmitName": "value__",
|
|
17
46
|
"metadataToken": 67110027,
|
|
18
47
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
19
48
|
"isStatic": false,
|
|
20
49
|
"isReadOnly": false,
|
|
50
|
+
"isLiteral": false,
|
|
51
|
+
"visibility": "Public",
|
|
21
52
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
22
53
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
23
54
|
},
|
|
24
55
|
{
|
|
25
56
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains::StartsWithNpgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
26
57
|
"clrName": "StartsWith",
|
|
27
|
-
"tsEmitName": "startsWith",
|
|
28
58
|
"metadataToken": 67110028,
|
|
29
59
|
"normalizedSignature": "StartsWith|Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains|static=true|const=true",
|
|
30
60
|
"isStatic": true,
|
|
31
61
|
"isReadOnly": false,
|
|
62
|
+
"isLiteral": true,
|
|
63
|
+
"visibility": "Public",
|
|
32
64
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
33
65
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
34
66
|
},
|
|
35
67
|
{
|
|
36
68
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains::EndsWithNpgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
37
69
|
"clrName": "EndsWith",
|
|
38
|
-
"tsEmitName": "endsWith",
|
|
39
70
|
"metadataToken": 67110029,
|
|
40
71
|
"normalizedSignature": "EndsWith|Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains|static=true|const=true",
|
|
41
72
|
"isStatic": true,
|
|
42
73
|
"isReadOnly": false,
|
|
74
|
+
"isLiteral": true,
|
|
75
|
+
"visibility": "Public",
|
|
43
76
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
44
77
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
45
78
|
},
|
|
46
79
|
{
|
|
47
80
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains::ContainsNpgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
48
81
|
"clrName": "Contains",
|
|
49
|
-
"tsEmitName": "contains",
|
|
50
82
|
"metadataToken": 67110030,
|
|
51
83
|
"normalizedSignature": "Contains|Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains|static=true|const=true",
|
|
52
84
|
"isStatic": true,
|
|
53
85
|
"isReadOnly": false,
|
|
86
|
+
"isLiteral": true,
|
|
87
|
+
"visibility": "Public",
|
|
54
88
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
55
89
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
56
90
|
}
|
|
57
91
|
],
|
|
58
92
|
"events": [],
|
|
59
|
-
"constructors": []
|
|
60
|
-
"exposedFields": [
|
|
61
|
-
{
|
|
62
|
-
"tsName": "value__",
|
|
63
|
-
"isStatic": false,
|
|
64
|
-
"tsSignatureId": "value__|System.Int32|static=false|const=false",
|
|
65
|
-
"target": {
|
|
66
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
67
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
68
|
-
"metadataToken": 67110027
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"tsName": "startsWith",
|
|
73
|
-
"isStatic": true,
|
|
74
|
-
"tsSignatureId": "StartsWith|Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains|static=true|const=true",
|
|
75
|
-
"target": {
|
|
76
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
77
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
78
|
-
"metadataToken": 67110028
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"tsName": "endsWith",
|
|
83
|
-
"isStatic": true,
|
|
84
|
-
"tsSignatureId": "EndsWith|Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains|static=true|const=true",
|
|
85
|
-
"target": {
|
|
86
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
87
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
88
|
-
"metadataToken": 67110029
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"tsName": "contains",
|
|
93
|
-
"isStatic": true,
|
|
94
|
-
"tsSignatureId": "Contains|Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains|static=true|const=true",
|
|
95
|
-
"target": {
|
|
96
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
97
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
98
|
-
"metadataToken": 67110030
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
]
|
|
93
|
+
"constructors": []
|
|
102
94
|
},
|
|
103
95
|
{
|
|
104
96
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlCompiledQueryCacheKeyGenerator",
|
|
105
97
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlCompiledQueryCacheKeyGenerator",
|
|
106
|
-
"tsEmitName": "NpgsqlCompiledQueryCacheKeyGenerator",
|
|
107
98
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
108
99
|
"metadataToken": 0,
|
|
100
|
+
"kind": "Class",
|
|
101
|
+
"accessibility": "Public",
|
|
102
|
+
"isAbstract": false,
|
|
103
|
+
"isSealed": false,
|
|
104
|
+
"isStatic": false,
|
|
105
|
+
"arity": 0,
|
|
106
|
+
"baseType": {
|
|
107
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.RelationalCompiledQueryCacheKeyGenerator",
|
|
108
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.RelationalCompiledQueryCacheKeyGenerator"
|
|
109
|
+
},
|
|
110
|
+
"interfaces": [
|
|
111
|
+
{
|
|
112
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.ICompiledQueryCacheKeyGenerator",
|
|
113
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.ICompiledQueryCacheKeyGenerator"
|
|
114
|
+
}
|
|
115
|
+
],
|
|
109
116
|
"methods": [
|
|
110
117
|
{
|
|
111
118
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlCompiledQueryCacheKeyGenerator::GenerateCacheKey(System.Linq.Expressions.Expression,System.Boolean):System.Object",
|
|
112
119
|
"clrName": "GenerateCacheKey",
|
|
113
|
-
"tsEmitName": "generateCacheKey",
|
|
114
120
|
"metadataToken": 100664670,
|
|
115
121
|
"canonicalSignature": "(System.Linq.Expressions.Expression,System.Boolean):System.Object",
|
|
116
122
|
"normalizedSignature": "GenerateCacheKey|(System.Linq.Expressions.Expression,System.Boolean):System.Object|static=false",
|
|
117
123
|
"emitScope": "ClassSurface",
|
|
124
|
+
"provenance": "Original",
|
|
118
125
|
"arity": 0,
|
|
119
126
|
"parameterCount": 2,
|
|
127
|
+
"isStatic": false,
|
|
128
|
+
"isAbstract": false,
|
|
129
|
+
"isVirtual": true,
|
|
130
|
+
"isOverride": true,
|
|
131
|
+
"isSealed": false,
|
|
132
|
+
"visibility": "Public",
|
|
120
133
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlCompiledQueryCacheKeyGenerator",
|
|
121
134
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
122
135
|
"isExtensionMethod": false
|
|
@@ -133,51 +146,64 @@
|
|
|
133
146
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.CompiledQueryCacheKeyGeneratorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalCompiledQueryCacheKeyGeneratorDependencies):void|static=false",
|
|
134
147
|
"isStatic": false,
|
|
135
148
|
"parameterCount": 2,
|
|
149
|
+
"visibility": "Public",
|
|
136
150
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlCompiledQueryCacheKeyGenerator",
|
|
137
151
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
138
152
|
}
|
|
139
|
-
],
|
|
140
|
-
"exposedMethods": [
|
|
141
|
-
{
|
|
142
|
-
"tsName": "generateCacheKey",
|
|
143
|
-
"isStatic": false,
|
|
144
|
-
"tsSignatureId": "GenerateCacheKey|(System.Linq.Expressions.Expression,System.Boolean):System.Object|static=false",
|
|
145
|
-
"target": {
|
|
146
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlCompiledQueryCacheKeyGenerator",
|
|
147
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
148
|
-
"metadataToken": 100664670
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
],
|
|
152
|
-
"exposedConstructors": [
|
|
153
|
-
{
|
|
154
|
-
"isStatic": false,
|
|
155
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.CompiledQueryCacheKeyGeneratorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalCompiledQueryCacheKeyGeneratorDependencies):void|static=false",
|
|
156
|
-
"target": {
|
|
157
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlCompiledQueryCacheKeyGenerator",
|
|
158
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
159
|
-
"metadataToken": 100664669
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
153
|
]
|
|
163
154
|
},
|
|
164
155
|
{
|
|
165
156
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlDeleteConvertingExpressionVisitor",
|
|
166
157
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlDeleteConvertingExpressionVisitor",
|
|
167
|
-
"tsEmitName": "NpgsqlDeleteConvertingExpressionVisitor",
|
|
168
158
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
169
159
|
"metadataToken": 0,
|
|
160
|
+
"kind": "Class",
|
|
161
|
+
"accessibility": "Public",
|
|
162
|
+
"isAbstract": false,
|
|
163
|
+
"isSealed": false,
|
|
164
|
+
"isStatic": false,
|
|
165
|
+
"arity": 0,
|
|
166
|
+
"baseType": {
|
|
167
|
+
"stableId": "System.Linq.Expressions:System.Linq.Expressions.ExpressionVisitor",
|
|
168
|
+
"clrName": "System.Linq.Expressions.ExpressionVisitor"
|
|
169
|
+
},
|
|
170
170
|
"methods": [
|
|
171
171
|
{
|
|
172
172
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlDeleteConvertingExpressionVisitor::Process(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
173
173
|
"clrName": "Process",
|
|
174
|
-
"tsEmitName": "process",
|
|
175
174
|
"metadataToken": 100664671,
|
|
176
175
|
"canonicalSignature": "(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
177
176
|
"normalizedSignature": "Process|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
|
|
178
177
|
"emitScope": "ClassSurface",
|
|
178
|
+
"provenance": "Original",
|
|
179
179
|
"arity": 0,
|
|
180
180
|
"parameterCount": 1,
|
|
181
|
+
"isStatic": false,
|
|
182
|
+
"isAbstract": false,
|
|
183
|
+
"isVirtual": true,
|
|
184
|
+
"isOverride": false,
|
|
185
|
+
"isSealed": false,
|
|
186
|
+
"visibility": "Public",
|
|
187
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlDeleteConvertingExpressionVisitor",
|
|
188
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
189
|
+
"isExtensionMethod": false
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlDeleteConvertingExpressionVisitor::VisitDelete(Microsoft.EntityFrameworkCore.Query.SqlExpressions.DeleteExpression):System.Linq.Expressions.Expression",
|
|
193
|
+
"clrName": "VisitDelete",
|
|
194
|
+
"metadataToken": 100664672,
|
|
195
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.DeleteExpression):System.Linq.Expressions.Expression",
|
|
196
|
+
"normalizedSignature": "VisitDelete|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.DeleteExpression):System.Linq.Expressions.Expression|static=false",
|
|
197
|
+
"emitScope": "ClassSurface",
|
|
198
|
+
"provenance": "Original",
|
|
199
|
+
"arity": 0,
|
|
200
|
+
"parameterCount": 1,
|
|
201
|
+
"isStatic": false,
|
|
202
|
+
"isAbstract": false,
|
|
203
|
+
"isVirtual": true,
|
|
204
|
+
"isOverride": false,
|
|
205
|
+
"isSealed": false,
|
|
206
|
+
"visibility": "Protected",
|
|
181
207
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlDeleteConvertingExpressionVisitor",
|
|
182
208
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
183
209
|
"isExtensionMethod": false
|
|
@@ -194,51 +220,50 @@
|
|
|
194
220
|
"normalizedSignature": "constructor|():void|static=false",
|
|
195
221
|
"isStatic": false,
|
|
196
222
|
"parameterCount": 0,
|
|
223
|
+
"visibility": "Public",
|
|
197
224
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlDeleteConvertingExpressionVisitor",
|
|
198
225
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
199
226
|
}
|
|
200
|
-
],
|
|
201
|
-
"exposedMethods": [
|
|
202
|
-
{
|
|
203
|
-
"tsName": "process",
|
|
204
|
-
"isStatic": false,
|
|
205
|
-
"tsSignatureId": "Process|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
|
|
206
|
-
"target": {
|
|
207
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlDeleteConvertingExpressionVisitor",
|
|
208
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
209
|
-
"metadataToken": 100664671
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
],
|
|
213
|
-
"exposedConstructors": [
|
|
214
|
-
{
|
|
215
|
-
"isStatic": false,
|
|
216
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
217
|
-
"target": {
|
|
218
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlDeleteConvertingExpressionVisitor",
|
|
219
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
220
|
-
"metadataToken": 100664673
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
227
|
]
|
|
224
228
|
},
|
|
225
229
|
{
|
|
226
230
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlEvaluatableExpressionFilter",
|
|
227
231
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlEvaluatableExpressionFilter",
|
|
228
|
-
"tsEmitName": "NpgsqlEvaluatableExpressionFilter",
|
|
229
232
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
230
233
|
"metadataToken": 0,
|
|
234
|
+
"kind": "Class",
|
|
235
|
+
"accessibility": "Public",
|
|
236
|
+
"isAbstract": false,
|
|
237
|
+
"isSealed": false,
|
|
238
|
+
"isStatic": false,
|
|
239
|
+
"arity": 0,
|
|
240
|
+
"baseType": {
|
|
241
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.RelationalEvaluatableExpressionFilter",
|
|
242
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.RelationalEvaluatableExpressionFilter"
|
|
243
|
+
},
|
|
244
|
+
"interfaces": [
|
|
245
|
+
{
|
|
246
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.IEvaluatableExpressionFilter",
|
|
247
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IEvaluatableExpressionFilter"
|
|
248
|
+
}
|
|
249
|
+
],
|
|
231
250
|
"methods": [
|
|
232
251
|
{
|
|
233
252
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlEvaluatableExpressionFilter::IsEvaluatableExpression(System.Linq.Expressions.Expression,Microsoft.EntityFrameworkCore.Metadata.IModel):System.Boolean",
|
|
234
253
|
"clrName": "IsEvaluatableExpression",
|
|
235
|
-
"tsEmitName": "isEvaluatableExpression",
|
|
236
254
|
"metadataToken": 100664675,
|
|
237
255
|
"canonicalSignature": "(System.Linq.Expressions.Expression,Microsoft.EntityFrameworkCore.Metadata.IModel):System.Boolean",
|
|
238
256
|
"normalizedSignature": "IsEvaluatableExpression|(System.Linq.Expressions.Expression,Microsoft.EntityFrameworkCore.Metadata.IModel):System.Boolean|static=false",
|
|
239
257
|
"emitScope": "ClassSurface",
|
|
258
|
+
"provenance": "Original",
|
|
240
259
|
"arity": 0,
|
|
241
260
|
"parameterCount": 2,
|
|
261
|
+
"isStatic": false,
|
|
262
|
+
"isAbstract": false,
|
|
263
|
+
"isVirtual": true,
|
|
264
|
+
"isOverride": true,
|
|
265
|
+
"isSealed": false,
|
|
266
|
+
"visibility": "Public",
|
|
242
267
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlEvaluatableExpressionFilter",
|
|
243
268
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
244
269
|
"isExtensionMethod": false
|
|
@@ -255,51 +280,64 @@
|
|
|
255
280
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.EvaluatableExpressionFilterDependencies,Microsoft.EntityFrameworkCore.Query.RelationalEvaluatableExpressionFilterDependencies,Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions):void|static=false",
|
|
256
281
|
"isStatic": false,
|
|
257
282
|
"parameterCount": 3,
|
|
283
|
+
"visibility": "Public",
|
|
258
284
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlEvaluatableExpressionFilter",
|
|
259
285
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
260
286
|
}
|
|
261
|
-
],
|
|
262
|
-
"exposedMethods": [
|
|
263
|
-
{
|
|
264
|
-
"tsName": "isEvaluatableExpression",
|
|
265
|
-
"isStatic": false,
|
|
266
|
-
"tsSignatureId": "IsEvaluatableExpression|(System.Linq.Expressions.Expression,Microsoft.EntityFrameworkCore.Metadata.IModel):System.Boolean|static=false",
|
|
267
|
-
"target": {
|
|
268
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlEvaluatableExpressionFilter",
|
|
269
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
270
|
-
"metadataToken": 100664675
|
|
271
|
-
}
|
|
272
|
-
}
|
|
273
|
-
],
|
|
274
|
-
"exposedConstructors": [
|
|
275
|
-
{
|
|
276
|
-
"isStatic": false,
|
|
277
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.EvaluatableExpressionFilterDependencies,Microsoft.EntityFrameworkCore.Query.RelationalEvaluatableExpressionFilterDependencies,Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions):void|static=false",
|
|
278
|
-
"target": {
|
|
279
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlEvaluatableExpressionFilter",
|
|
280
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
281
|
-
"metadataToken": 100664674
|
|
282
|
-
}
|
|
283
|
-
}
|
|
284
287
|
]
|
|
285
288
|
},
|
|
286
289
|
{
|
|
287
290
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlParameterBasedSqlProcessor",
|
|
288
291
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlParameterBasedSqlProcessor",
|
|
289
|
-
"tsEmitName": "NpgsqlParameterBasedSqlProcessor",
|
|
290
292
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
291
293
|
"metadataToken": 0,
|
|
294
|
+
"kind": "Class",
|
|
295
|
+
"accessibility": "Public",
|
|
296
|
+
"isAbstract": false,
|
|
297
|
+
"isSealed": false,
|
|
298
|
+
"isStatic": false,
|
|
299
|
+
"arity": 0,
|
|
300
|
+
"baseType": {
|
|
301
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessor",
|
|
302
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessor"
|
|
303
|
+
},
|
|
292
304
|
"methods": [
|
|
293
305
|
{
|
|
294
306
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlParameterBasedSqlProcessor::Process(System.Linq.Expressions.Expression,Microsoft.EntityFrameworkCore.Query.ParametersCacheDecorator):System.Linq.Expressions.Expression",
|
|
295
307
|
"clrName": "Process",
|
|
296
|
-
"tsEmitName": "process",
|
|
297
308
|
"metadataToken": 100664678,
|
|
298
309
|
"canonicalSignature": "(System.Linq.Expressions.Expression,Microsoft.EntityFrameworkCore.Query.ParametersCacheDecorator):System.Linq.Expressions.Expression",
|
|
299
310
|
"normalizedSignature": "Process|(System.Linq.Expressions.Expression,Microsoft.EntityFrameworkCore.Query.ParametersCacheDecorator):System.Linq.Expressions.Expression|static=false",
|
|
300
311
|
"emitScope": "ClassSurface",
|
|
312
|
+
"provenance": "Original",
|
|
313
|
+
"arity": 0,
|
|
314
|
+
"parameterCount": 2,
|
|
315
|
+
"isStatic": false,
|
|
316
|
+
"isAbstract": false,
|
|
317
|
+
"isVirtual": true,
|
|
318
|
+
"isOverride": true,
|
|
319
|
+
"isSealed": false,
|
|
320
|
+
"visibility": "Public",
|
|
321
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlParameterBasedSqlProcessor",
|
|
322
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
323
|
+
"isExtensionMethod": false
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlParameterBasedSqlProcessor::ProcessSqlNullability(System.Linq.Expressions.Expression,Microsoft.EntityFrameworkCore.Query.ParametersCacheDecorator):System.Linq.Expressions.Expression",
|
|
327
|
+
"clrName": "ProcessSqlNullability",
|
|
328
|
+
"metadataToken": 100664679,
|
|
329
|
+
"canonicalSignature": "(System.Linq.Expressions.Expression,Microsoft.EntityFrameworkCore.Query.ParametersCacheDecorator):System.Linq.Expressions.Expression",
|
|
330
|
+
"normalizedSignature": "ProcessSqlNullability|(System.Linq.Expressions.Expression,Microsoft.EntityFrameworkCore.Query.ParametersCacheDecorator):System.Linq.Expressions.Expression|static=false",
|
|
331
|
+
"emitScope": "ClassSurface",
|
|
332
|
+
"provenance": "Original",
|
|
301
333
|
"arity": 0,
|
|
302
334
|
"parameterCount": 2,
|
|
335
|
+
"isStatic": false,
|
|
336
|
+
"isAbstract": false,
|
|
337
|
+
"isVirtual": true,
|
|
338
|
+
"isOverride": true,
|
|
339
|
+
"isSealed": false,
|
|
340
|
+
"visibility": "Protected",
|
|
303
341
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlParameterBasedSqlProcessor",
|
|
304
342
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
305
343
|
"isExtensionMethod": false
|
|
@@ -316,51 +354,50 @@
|
|
|
316
354
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorParameters):void|static=false",
|
|
317
355
|
"isStatic": false,
|
|
318
356
|
"parameterCount": 2,
|
|
357
|
+
"visibility": "Public",
|
|
319
358
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlParameterBasedSqlProcessor",
|
|
320
359
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
321
360
|
}
|
|
322
|
-
],
|
|
323
|
-
"exposedMethods": [
|
|
324
|
-
{
|
|
325
|
-
"tsName": "process",
|
|
326
|
-
"isStatic": false,
|
|
327
|
-
"tsSignatureId": "Process|(System.Linq.Expressions.Expression,Microsoft.EntityFrameworkCore.Query.ParametersCacheDecorator):System.Linq.Expressions.Expression|static=false",
|
|
328
|
-
"target": {
|
|
329
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlParameterBasedSqlProcessor",
|
|
330
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
331
|
-
"metadataToken": 100664678
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
],
|
|
335
|
-
"exposedConstructors": [
|
|
336
|
-
{
|
|
337
|
-
"isStatic": false,
|
|
338
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorParameters):void|static=false",
|
|
339
|
-
"target": {
|
|
340
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlParameterBasedSqlProcessor",
|
|
341
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
342
|
-
"metadataToken": 100664677
|
|
343
|
-
}
|
|
344
|
-
}
|
|
345
361
|
]
|
|
346
362
|
},
|
|
347
363
|
{
|
|
348
364
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlParameterBasedSqlProcessorFactory",
|
|
349
365
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlParameterBasedSqlProcessorFactory",
|
|
350
|
-
"tsEmitName": "NpgsqlParameterBasedSqlProcessorFactory",
|
|
351
366
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
352
367
|
"metadataToken": 0,
|
|
368
|
+
"kind": "Class",
|
|
369
|
+
"accessibility": "Public",
|
|
370
|
+
"isAbstract": false,
|
|
371
|
+
"isSealed": false,
|
|
372
|
+
"isStatic": false,
|
|
373
|
+
"arity": 0,
|
|
374
|
+
"baseType": {
|
|
375
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
376
|
+
"clrName": "System.Object"
|
|
377
|
+
},
|
|
378
|
+
"interfaces": [
|
|
379
|
+
{
|
|
380
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.IRelationalParameterBasedSqlProcessorFactory",
|
|
381
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IRelationalParameterBasedSqlProcessorFactory"
|
|
382
|
+
}
|
|
383
|
+
],
|
|
353
384
|
"methods": [
|
|
354
385
|
{
|
|
355
386
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlParameterBasedSqlProcessorFactory::Create(Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorParameters):Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessor",
|
|
356
387
|
"clrName": "Create",
|
|
357
|
-
"tsEmitName": "create",
|
|
358
388
|
"metadataToken": 100664681,
|
|
359
389
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorParameters):Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessor",
|
|
360
390
|
"normalizedSignature": "Create|(Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorParameters):Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessor|static=false",
|
|
361
391
|
"emitScope": "ClassSurface",
|
|
392
|
+
"provenance": "Original",
|
|
362
393
|
"arity": 0,
|
|
363
394
|
"parameterCount": 1,
|
|
395
|
+
"isStatic": false,
|
|
396
|
+
"isAbstract": false,
|
|
397
|
+
"isVirtual": true,
|
|
398
|
+
"isOverride": false,
|
|
399
|
+
"isSealed": false,
|
|
400
|
+
"visibility": "Public",
|
|
364
401
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlParameterBasedSqlProcessorFactory",
|
|
365
402
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
366
403
|
"isExtensionMethod": false
|
|
@@ -377,325 +414,1484 @@
|
|
|
377
414
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorDependencies):void|static=false",
|
|
378
415
|
"isStatic": false,
|
|
379
416
|
"parameterCount": 1,
|
|
417
|
+
"visibility": "Public",
|
|
380
418
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlParameterBasedSqlProcessorFactory",
|
|
381
419
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
382
420
|
}
|
|
383
|
-
],
|
|
384
|
-
"exposedMethods": [
|
|
385
|
-
{
|
|
386
|
-
"tsName": "create",
|
|
387
|
-
"isStatic": false,
|
|
388
|
-
"tsSignatureId": "Create|(Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorParameters):Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessor|static=false",
|
|
389
|
-
"target": {
|
|
390
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlParameterBasedSqlProcessorFactory",
|
|
391
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
392
|
-
"metadataToken": 100664681
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
],
|
|
396
|
-
"exposedConstructors": [
|
|
397
|
-
{
|
|
398
|
-
"isStatic": false,
|
|
399
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorDependencies):void|static=false",
|
|
400
|
-
"target": {
|
|
401
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlParameterBasedSqlProcessorFactory",
|
|
402
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
403
|
-
"metadataToken": 100664680
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
421
|
]
|
|
407
422
|
},
|
|
408
423
|
{
|
|
409
424
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
410
425
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
411
|
-
"tsEmitName": "NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
412
426
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
413
427
|
"metadataToken": 0,
|
|
414
|
-
"
|
|
415
|
-
"
|
|
416
|
-
"
|
|
417
|
-
"
|
|
418
|
-
"
|
|
428
|
+
"kind": "Class",
|
|
429
|
+
"accessibility": "Public",
|
|
430
|
+
"isAbstract": false,
|
|
431
|
+
"isSealed": false,
|
|
432
|
+
"isStatic": false,
|
|
433
|
+
"arity": 0,
|
|
434
|
+
"baseType": {
|
|
435
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.RelationalQueryableMethodTranslatingExpressionVisitor",
|
|
436
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.RelationalQueryableMethodTranslatingExpressionVisitor"
|
|
437
|
+
},
|
|
438
|
+
"methods": [
|
|
419
439
|
{
|
|
420
|
-
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor
|
|
421
|
-
"
|
|
422
|
-
"
|
|
423
|
-
"
|
|
440
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor::CreateSubqueryVisitor():Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor",
|
|
441
|
+
"clrName": "CreateSubqueryVisitor",
|
|
442
|
+
"metadataToken": 100664684,
|
|
443
|
+
"canonicalSignature": "():Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor",
|
|
444
|
+
"normalizedSignature": "CreateSubqueryVisitor|():Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor|static=false",
|
|
445
|
+
"emitScope": "ClassSurface",
|
|
446
|
+
"provenance": "Original",
|
|
447
|
+
"arity": 0,
|
|
448
|
+
"parameterCount": 0,
|
|
424
449
|
"isStatic": false,
|
|
425
|
-
"
|
|
450
|
+
"isAbstract": false,
|
|
451
|
+
"isVirtual": true,
|
|
452
|
+
"isOverride": true,
|
|
453
|
+
"isSealed": false,
|
|
454
|
+
"visibility": "Protected",
|
|
426
455
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
427
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
"exposedConstructors": [
|
|
456
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
457
|
+
"isExtensionMethod": false
|
|
458
|
+
},
|
|
431
459
|
{
|
|
460
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor::TranslatePrimitiveCollection(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Metadata.IProperty,System.String):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
461
|
+
"clrName": "TranslatePrimitiveCollection",
|
|
462
|
+
"metadataToken": 100664685,
|
|
463
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Metadata.IProperty,System.String):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
464
|
+
"normalizedSignature": "TranslatePrimitiveCollection|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Metadata.IProperty,System.String):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression|static=false",
|
|
465
|
+
"emitScope": "ClassSurface",
|
|
466
|
+
"provenance": "Original",
|
|
467
|
+
"arity": 0,
|
|
468
|
+
"parameterCount": 3,
|
|
432
469
|
"isStatic": false,
|
|
433
|
-
"
|
|
434
|
-
"
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
{
|
|
443
|
-
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitorFactory",
|
|
444
|
-
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitorFactory",
|
|
445
|
-
"tsEmitName": "NpgsqlQueryableMethodTranslatingExpressionVisitorFactory",
|
|
446
|
-
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
447
|
-
"metadataToken": 0,
|
|
448
|
-
"methods": [
|
|
470
|
+
"isAbstract": false,
|
|
471
|
+
"isVirtual": true,
|
|
472
|
+
"isOverride": true,
|
|
473
|
+
"isSealed": false,
|
|
474
|
+
"visibility": "Protected",
|
|
475
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
476
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
477
|
+
"isExtensionMethod": false
|
|
478
|
+
},
|
|
449
479
|
{
|
|
450
|
-
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.
|
|
451
|
-
"clrName": "
|
|
452
|
-
"
|
|
453
|
-
"
|
|
454
|
-
"
|
|
455
|
-
"normalizedSignature": "Create|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext):Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor|static=false",
|
|
480
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor::TransformJsonQueryToTable(Microsoft.EntityFrameworkCore.Query.JsonQueryExpression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
481
|
+
"clrName": "TransformJsonQueryToTable",
|
|
482
|
+
"metadataToken": 100664686,
|
|
483
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.JsonQueryExpression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
484
|
+
"normalizedSignature": "TransformJsonQueryToTable|(Microsoft.EntityFrameworkCore.Query.JsonQueryExpression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression|static=false",
|
|
456
485
|
"emitScope": "ClassSurface",
|
|
486
|
+
"provenance": "Original",
|
|
457
487
|
"arity": 0,
|
|
458
488
|
"parameterCount": 1,
|
|
459
|
-
"
|
|
489
|
+
"isStatic": false,
|
|
490
|
+
"isAbstract": false,
|
|
491
|
+
"isVirtual": true,
|
|
492
|
+
"isOverride": true,
|
|
493
|
+
"isSealed": false,
|
|
494
|
+
"visibility": "Protected",
|
|
495
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
460
496
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
461
497
|
"isExtensionMethod": false
|
|
462
|
-
}
|
|
463
|
-
],
|
|
464
|
-
"properties": [],
|
|
465
|
-
"fields": [],
|
|
466
|
-
"events": [],
|
|
467
|
-
"constructors": [
|
|
468
|
-
{
|
|
469
|
-
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitorFactory::.ctor(Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryableMethodTranslatingExpressionVisitorDependencies,Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions):void",
|
|
470
|
-
"metadataToken": 100664707,
|
|
471
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryableMethodTranslatingExpressionVisitorDependencies,Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions):void",
|
|
472
|
-
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryableMethodTranslatingExpressionVisitorDependencies,Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions):void|static=false",
|
|
473
|
-
"isStatic": false,
|
|
474
|
-
"parameterCount": 3,
|
|
475
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitorFactory",
|
|
476
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
477
|
-
}
|
|
478
|
-
],
|
|
479
|
-
"exposedMethods": [
|
|
480
|
-
{
|
|
481
|
-
"tsName": "create",
|
|
482
|
-
"isStatic": false,
|
|
483
|
-
"tsSignatureId": "Create|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext):Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor|static=false",
|
|
484
|
-
"target": {
|
|
485
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitorFactory",
|
|
486
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
487
|
-
"metadataToken": 100664710
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
],
|
|
491
|
-
"exposedConstructors": [
|
|
498
|
+
},
|
|
492
499
|
{
|
|
500
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor::TranslateAll(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.LambdaExpression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
501
|
+
"clrName": "TranslateAll",
|
|
502
|
+
"metadataToken": 100664687,
|
|
503
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.LambdaExpression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
504
|
+
"normalizedSignature": "TranslateAll|(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.LambdaExpression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression|static=false",
|
|
505
|
+
"emitScope": "ClassSurface",
|
|
506
|
+
"provenance": "Original",
|
|
507
|
+
"arity": 0,
|
|
508
|
+
"parameterCount": 2,
|
|
493
509
|
"isStatic": false,
|
|
494
|
-
"
|
|
495
|
-
"
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
{
|
|
504
|
-
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryCompilationContext",
|
|
505
|
-
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryCompilationContext",
|
|
506
|
-
"tsEmitName": "NpgsqlQueryCompilationContext",
|
|
507
|
-
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
508
|
-
"metadataToken": 0,
|
|
509
|
-
"methods": [],
|
|
510
|
-
"properties": [
|
|
510
|
+
"isAbstract": false,
|
|
511
|
+
"isVirtual": true,
|
|
512
|
+
"isOverride": true,
|
|
513
|
+
"isSealed": false,
|
|
514
|
+
"visibility": "Protected",
|
|
515
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
516
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
517
|
+
"isExtensionMethod": false
|
|
518
|
+
},
|
|
511
519
|
{
|
|
512
|
-
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.
|
|
513
|
-
"clrName": "
|
|
514
|
-
"
|
|
515
|
-
"
|
|
516
|
-
"
|
|
517
|
-
"normalizedSignature": "IsBuffering|:System.Boolean|static=false|accessor=get",
|
|
520
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor::TranslateAny(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.LambdaExpression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
521
|
+
"clrName": "TranslateAny",
|
|
522
|
+
"metadataToken": 100664688,
|
|
523
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.LambdaExpression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
524
|
+
"normalizedSignature": "TranslateAny|(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.LambdaExpression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression|static=false",
|
|
518
525
|
"emitScope": "ClassSurface",
|
|
519
|
-
"
|
|
520
|
-
"
|
|
521
|
-
"
|
|
522
|
-
"
|
|
523
|
-
"
|
|
526
|
+
"provenance": "Original",
|
|
527
|
+
"arity": 0,
|
|
528
|
+
"parameterCount": 2,
|
|
529
|
+
"isStatic": false,
|
|
530
|
+
"isAbstract": false,
|
|
531
|
+
"isVirtual": true,
|
|
532
|
+
"isOverride": true,
|
|
533
|
+
"isSealed": false,
|
|
534
|
+
"visibility": "Protected",
|
|
535
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
536
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
537
|
+
"isExtensionMethod": false
|
|
524
538
|
},
|
|
525
539
|
{
|
|
526
|
-
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.
|
|
527
|
-
"clrName": "
|
|
528
|
-
"
|
|
529
|
-
"
|
|
530
|
-
"
|
|
531
|
-
"normalizedSignature": "SupportsPrecompiledQuery|:System.Boolean|static=false|accessor=get",
|
|
540
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor::TranslateContains(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.Expression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
541
|
+
"clrName": "TranslateContains",
|
|
542
|
+
"metadataToken": 100664689,
|
|
543
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.Expression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
544
|
+
"normalizedSignature": "TranslateContains|(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.Expression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression|static=false",
|
|
532
545
|
"emitScope": "ClassSurface",
|
|
533
|
-
"
|
|
534
|
-
"
|
|
535
|
-
"
|
|
536
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryCompilationContext",
|
|
537
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
538
|
-
}
|
|
539
|
-
],
|
|
540
|
-
"fields": [],
|
|
541
|
-
"events": [],
|
|
542
|
-
"constructors": [
|
|
543
|
-
{
|
|
544
|
-
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryCompilationContext::.ctor(Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContextDependencies,System.Boolean):void",
|
|
545
|
-
"metadataToken": 100664711,
|
|
546
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContextDependencies,System.Boolean):void",
|
|
547
|
-
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContextDependencies,System.Boolean):void|static=false",
|
|
546
|
+
"provenance": "Original",
|
|
547
|
+
"arity": 0,
|
|
548
|
+
"parameterCount": 2,
|
|
548
549
|
"isStatic": false,
|
|
549
|
-
"
|
|
550
|
-
"
|
|
551
|
-
"
|
|
550
|
+
"isAbstract": false,
|
|
551
|
+
"isVirtual": true,
|
|
552
|
+
"isOverride": true,
|
|
553
|
+
"isSealed": false,
|
|
554
|
+
"visibility": "Protected",
|
|
555
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
556
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
557
|
+
"isExtensionMethod": false
|
|
552
558
|
},
|
|
553
559
|
{
|
|
554
|
-
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.
|
|
555
|
-
"
|
|
556
|
-
"
|
|
557
|
-
"
|
|
560
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor::TranslateCount(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.LambdaExpression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
561
|
+
"clrName": "TranslateCount",
|
|
562
|
+
"metadataToken": 100664690,
|
|
563
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.LambdaExpression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
564
|
+
"normalizedSignature": "TranslateCount|(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.LambdaExpression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression|static=false",
|
|
565
|
+
"emitScope": "ClassSurface",
|
|
566
|
+
"provenance": "Original",
|
|
567
|
+
"arity": 0,
|
|
568
|
+
"parameterCount": 2,
|
|
558
569
|
"isStatic": false,
|
|
559
|
-
"
|
|
560
|
-
"
|
|
561
|
-
"
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
570
|
+
"isAbstract": false,
|
|
571
|
+
"isVirtual": true,
|
|
572
|
+
"isOverride": true,
|
|
573
|
+
"isSealed": false,
|
|
574
|
+
"visibility": "Protected",
|
|
575
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
576
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
577
|
+
"isExtensionMethod": false
|
|
578
|
+
},
|
|
565
579
|
{
|
|
566
|
-
"
|
|
580
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor::TranslateConcat(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
581
|
+
"clrName": "TranslateConcat",
|
|
582
|
+
"metadataToken": 100664691,
|
|
583
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
584
|
+
"normalizedSignature": "TranslateConcat|(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression|static=false",
|
|
585
|
+
"emitScope": "ClassSurface",
|
|
586
|
+
"provenance": "Original",
|
|
587
|
+
"arity": 0,
|
|
588
|
+
"parameterCount": 2,
|
|
567
589
|
"isStatic": false,
|
|
568
|
-
"
|
|
569
|
-
"
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
590
|
+
"isAbstract": false,
|
|
591
|
+
"isVirtual": true,
|
|
592
|
+
"isOverride": true,
|
|
593
|
+
"isSealed": false,
|
|
594
|
+
"visibility": "Protected",
|
|
595
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
596
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
597
|
+
"isExtensionMethod": false
|
|
574
598
|
},
|
|
575
599
|
{
|
|
576
|
-
"
|
|
600
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor::TranslateElementAtOrDefault(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.Expression,System.Boolean):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
601
|
+
"clrName": "TranslateElementAtOrDefault",
|
|
602
|
+
"metadataToken": 100664692,
|
|
603
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.Expression,System.Boolean):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
604
|
+
"normalizedSignature": "TranslateElementAtOrDefault|(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.Expression,System.Boolean):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression|static=false",
|
|
605
|
+
"emitScope": "ClassSurface",
|
|
606
|
+
"provenance": "Original",
|
|
607
|
+
"arity": 0,
|
|
608
|
+
"parameterCount": 3,
|
|
577
609
|
"isStatic": false,
|
|
578
|
-
"
|
|
579
|
-
"
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
610
|
+
"isAbstract": false,
|
|
611
|
+
"isVirtual": true,
|
|
612
|
+
"isOverride": true,
|
|
613
|
+
"isSealed": false,
|
|
614
|
+
"visibility": "Protected",
|
|
615
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
616
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
617
|
+
"isExtensionMethod": false
|
|
618
|
+
},
|
|
587
619
|
{
|
|
620
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor::TranslateFirstOrDefault(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.LambdaExpression,System.Type,System.Boolean):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
621
|
+
"clrName": "TranslateFirstOrDefault",
|
|
622
|
+
"metadataToken": 100664693,
|
|
623
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.LambdaExpression,System.Type,System.Boolean):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
624
|
+
"normalizedSignature": "TranslateFirstOrDefault|(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.LambdaExpression,System.Type,System.Boolean):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression|static=false",
|
|
625
|
+
"emitScope": "ClassSurface",
|
|
626
|
+
"provenance": "Original",
|
|
627
|
+
"arity": 0,
|
|
628
|
+
"parameterCount": 4,
|
|
588
629
|
"isStatic": false,
|
|
589
|
-
"
|
|
590
|
-
"
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
630
|
+
"isAbstract": false,
|
|
631
|
+
"isVirtual": true,
|
|
632
|
+
"isOverride": true,
|
|
633
|
+
"isSealed": false,
|
|
634
|
+
"visibility": "Protected",
|
|
635
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
636
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
637
|
+
"isExtensionMethod": false
|
|
595
638
|
},
|
|
596
639
|
{
|
|
597
|
-
"
|
|
598
|
-
"
|
|
599
|
-
"
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
640
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor::TranslateSkip(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.Expression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
641
|
+
"clrName": "TranslateSkip",
|
|
642
|
+
"metadataToken": 100664694,
|
|
643
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.Expression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
644
|
+
"normalizedSignature": "TranslateSkip|(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.Expression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression|static=false",
|
|
645
|
+
"emitScope": "ClassSurface",
|
|
646
|
+
"provenance": "Original",
|
|
647
|
+
"arity": 0,
|
|
648
|
+
"parameterCount": 2,
|
|
649
|
+
"isStatic": false,
|
|
650
|
+
"isAbstract": false,
|
|
651
|
+
"isVirtual": true,
|
|
652
|
+
"isOverride": true,
|
|
653
|
+
"isSealed": false,
|
|
654
|
+
"visibility": "Protected",
|
|
655
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
656
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
657
|
+
"isExtensionMethod": false
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor::TranslateTake(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.Expression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
661
|
+
"clrName": "TranslateTake",
|
|
662
|
+
"metadataToken": 100664695,
|
|
663
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.Expression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
664
|
+
"normalizedSignature": "TranslateTake|(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.Expression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression|static=false",
|
|
665
|
+
"emitScope": "ClassSurface",
|
|
666
|
+
"provenance": "Original",
|
|
667
|
+
"arity": 0,
|
|
668
|
+
"parameterCount": 2,
|
|
669
|
+
"isStatic": false,
|
|
670
|
+
"isAbstract": false,
|
|
671
|
+
"isVirtual": true,
|
|
672
|
+
"isOverride": true,
|
|
673
|
+
"isSealed": false,
|
|
674
|
+
"visibility": "Protected",
|
|
675
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
676
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
677
|
+
"isExtensionMethod": false
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor::TranslateWhere(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.LambdaExpression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
681
|
+
"clrName": "TranslateWhere",
|
|
682
|
+
"metadataToken": 100664696,
|
|
683
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.LambdaExpression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression",
|
|
684
|
+
"normalizedSignature": "TranslateWhere|(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression,System.Linq.Expressions.LambdaExpression):Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression|static=false",
|
|
685
|
+
"emitScope": "ClassSurface",
|
|
686
|
+
"provenance": "Original",
|
|
687
|
+
"arity": 0,
|
|
688
|
+
"parameterCount": 2,
|
|
689
|
+
"isStatic": false,
|
|
690
|
+
"isAbstract": false,
|
|
691
|
+
"isVirtual": true,
|
|
692
|
+
"isOverride": true,
|
|
693
|
+
"isSealed": false,
|
|
694
|
+
"visibility": "Protected",
|
|
695
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
696
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
697
|
+
"isExtensionMethod": false
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor::IsNaturallyOrdered(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):System.Boolean",
|
|
701
|
+
"clrName": "IsNaturallyOrdered",
|
|
702
|
+
"metadataToken": 100664697,
|
|
703
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):System.Boolean",
|
|
704
|
+
"normalizedSignature": "IsNaturallyOrdered|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):System.Boolean|static=false",
|
|
705
|
+
"emitScope": "ClassSurface",
|
|
706
|
+
"provenance": "Original",
|
|
707
|
+
"arity": 0,
|
|
708
|
+
"parameterCount": 1,
|
|
709
|
+
"isStatic": false,
|
|
710
|
+
"isAbstract": false,
|
|
711
|
+
"isVirtual": true,
|
|
712
|
+
"isOverride": true,
|
|
713
|
+
"isSealed": false,
|
|
714
|
+
"visibility": "Protected",
|
|
715
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
716
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
717
|
+
"isExtensionMethod": false
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor::IsValidSelectExpressionForExecuteUpdate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase,Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpression\u0026):System.Boolean",
|
|
721
|
+
"clrName": "IsValidSelectExpressionForExecuteUpdate",
|
|
722
|
+
"metadataToken": 100664698,
|
|
723
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase,Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpression\u0026):System.Boolean",
|
|
724
|
+
"normalizedSignature": "IsValidSelectExpressionForExecuteUpdate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase,Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpression\u0026):System.Boolean|static=false",
|
|
725
|
+
"emitScope": "ClassSurface",
|
|
726
|
+
"provenance": "Original",
|
|
727
|
+
"arity": 0,
|
|
728
|
+
"parameterCount": 3,
|
|
729
|
+
"isStatic": false,
|
|
730
|
+
"isAbstract": false,
|
|
731
|
+
"isVirtual": true,
|
|
732
|
+
"isOverride": true,
|
|
733
|
+
"isSealed": false,
|
|
734
|
+
"visibility": "Protected",
|
|
735
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
736
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
737
|
+
"isExtensionMethod": false,
|
|
738
|
+
"parameterModifiers": [
|
|
739
|
+
{
|
|
740
|
+
"index": 2,
|
|
741
|
+
"modifier": "out"
|
|
742
|
+
}
|
|
743
|
+
]
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor::TrySerializeScalarToJson(Microsoft.EntityFrameworkCore.Query.SqlExpressions.JsonScalarExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression\u0026):System.Boolean",
|
|
747
|
+
"clrName": "TrySerializeScalarToJson",
|
|
748
|
+
"metadataToken": 100664699,
|
|
749
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.JsonScalarExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression\u0026):System.Boolean",
|
|
750
|
+
"normalizedSignature": "TrySerializeScalarToJson|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.JsonScalarExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression\u0026):System.Boolean|static=false",
|
|
751
|
+
"emitScope": "ClassSurface",
|
|
752
|
+
"provenance": "Original",
|
|
753
|
+
"arity": 0,
|
|
754
|
+
"parameterCount": 3,
|
|
755
|
+
"isStatic": false,
|
|
756
|
+
"isAbstract": false,
|
|
757
|
+
"isVirtual": true,
|
|
758
|
+
"isOverride": true,
|
|
759
|
+
"isSealed": false,
|
|
760
|
+
"visibility": "Protected",
|
|
761
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
762
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
763
|
+
"isExtensionMethod": false,
|
|
764
|
+
"parameterModifiers": [
|
|
765
|
+
{
|
|
766
|
+
"index": 2,
|
|
767
|
+
"modifier": "out"
|
|
768
|
+
}
|
|
769
|
+
]
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor::GenerateJsonPartialUpdateSetter(System.Linq.Expressions.Expression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
773
|
+
"clrName": "GenerateJsonPartialUpdateSetter",
|
|
774
|
+
"metadataToken": 100664700,
|
|
775
|
+
"canonicalSignature": "(System.Linq.Expressions.Expression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
776
|
+
"normalizedSignature": "GenerateJsonPartialUpdateSetter|(System.Linq.Expressions.Expression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
777
|
+
"emitScope": "ClassSurface",
|
|
778
|
+
"provenance": "Original",
|
|
779
|
+
"arity": 0,
|
|
780
|
+
"parameterCount": 3,
|
|
781
|
+
"isStatic": false,
|
|
782
|
+
"isAbstract": false,
|
|
783
|
+
"isVirtual": true,
|
|
784
|
+
"isOverride": true,
|
|
785
|
+
"isSealed": false,
|
|
786
|
+
"visibility": "Protected",
|
|
787
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
788
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
789
|
+
"isExtensionMethod": false,
|
|
790
|
+
"parameterModifiers": [
|
|
791
|
+
{
|
|
792
|
+
"index": 2,
|
|
793
|
+
"modifier": "ref"
|
|
794
|
+
}
|
|
795
|
+
]
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor::IsValidSelectExpressionForExecuteDelete(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):System.Boolean",
|
|
799
|
+
"clrName": "IsValidSelectExpressionForExecuteDelete",
|
|
800
|
+
"metadataToken": 100664701,
|
|
801
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):System.Boolean",
|
|
802
|
+
"normalizedSignature": "IsValidSelectExpressionForExecuteDelete|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):System.Boolean|static=false",
|
|
803
|
+
"emitScope": "ClassSurface",
|
|
804
|
+
"provenance": "Original",
|
|
805
|
+
"arity": 0,
|
|
806
|
+
"parameterCount": 1,
|
|
807
|
+
"isStatic": false,
|
|
808
|
+
"isAbstract": false,
|
|
809
|
+
"isVirtual": true,
|
|
810
|
+
"isOverride": true,
|
|
811
|
+
"isSealed": false,
|
|
812
|
+
"visibility": "Protected",
|
|
813
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
814
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
815
|
+
"isExtensionMethod": false
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor::IsOrdered(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):System.Boolean",
|
|
819
|
+
"clrName": "IsOrdered",
|
|
820
|
+
"metadataToken": 100664702,
|
|
821
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):System.Boolean",
|
|
822
|
+
"normalizedSignature": "IsOrdered|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):System.Boolean|static=false",
|
|
823
|
+
"emitScope": "ClassSurface",
|
|
824
|
+
"provenance": "Original",
|
|
825
|
+
"arity": 0,
|
|
826
|
+
"parameterCount": 1,
|
|
827
|
+
"isStatic": false,
|
|
828
|
+
"isAbstract": false,
|
|
829
|
+
"isVirtual": true,
|
|
830
|
+
"isOverride": true,
|
|
831
|
+
"isSealed": false,
|
|
832
|
+
"visibility": "Protected",
|
|
833
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
834
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
835
|
+
"isExtensionMethod": false
|
|
836
|
+
}
|
|
837
|
+
],
|
|
838
|
+
"properties": [],
|
|
839
|
+
"fields": [],
|
|
840
|
+
"events": [],
|
|
841
|
+
"constructors": [
|
|
842
|
+
{
|
|
843
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor::.ctor(Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryableMethodTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext,Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions):void",
|
|
844
|
+
"metadataToken": 100664682,
|
|
845
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryableMethodTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext,Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions):void",
|
|
846
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryableMethodTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext,Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions):void|static=false",
|
|
847
|
+
"isStatic": false,
|
|
848
|
+
"parameterCount": 4,
|
|
849
|
+
"visibility": "Public",
|
|
850
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
851
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor::.ctor(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor):void",
|
|
855
|
+
"metadataToken": 100664683,
|
|
856
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor):void",
|
|
857
|
+
"normalizedSignature": "constructor|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor):void|static=false",
|
|
858
|
+
"isStatic": false,
|
|
859
|
+
"parameterCount": 1,
|
|
860
|
+
"visibility": "Protected",
|
|
861
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitor",
|
|
862
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
863
|
+
}
|
|
864
|
+
]
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitorFactory",
|
|
868
|
+
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitorFactory",
|
|
869
|
+
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
870
|
+
"metadataToken": 0,
|
|
871
|
+
"kind": "Class",
|
|
872
|
+
"accessibility": "Public",
|
|
873
|
+
"isAbstract": false,
|
|
874
|
+
"isSealed": false,
|
|
875
|
+
"isStatic": false,
|
|
876
|
+
"arity": 0,
|
|
877
|
+
"baseType": {
|
|
878
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
879
|
+
"clrName": "System.Object"
|
|
880
|
+
},
|
|
881
|
+
"interfaces": [
|
|
882
|
+
{
|
|
883
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.IQueryableMethodTranslatingExpressionVisitorFactory",
|
|
884
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IQueryableMethodTranslatingExpressionVisitorFactory"
|
|
885
|
+
}
|
|
886
|
+
],
|
|
887
|
+
"methods": [
|
|
888
|
+
{
|
|
889
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitorFactory::Create(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext):Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor",
|
|
890
|
+
"clrName": "Create",
|
|
891
|
+
"metadataToken": 100664710,
|
|
892
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext):Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor",
|
|
893
|
+
"normalizedSignature": "Create|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext):Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor|static=false",
|
|
894
|
+
"emitScope": "ClassSurface",
|
|
895
|
+
"provenance": "Original",
|
|
896
|
+
"arity": 0,
|
|
897
|
+
"parameterCount": 1,
|
|
898
|
+
"isStatic": false,
|
|
899
|
+
"isAbstract": false,
|
|
900
|
+
"isVirtual": true,
|
|
901
|
+
"isOverride": false,
|
|
902
|
+
"isSealed": false,
|
|
903
|
+
"visibility": "Public",
|
|
904
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitorFactory",
|
|
905
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
906
|
+
"isExtensionMethod": false
|
|
907
|
+
}
|
|
908
|
+
],
|
|
909
|
+
"properties": [
|
|
910
|
+
{
|
|
911
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitorFactory::Dependencies:Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitorDependencies",
|
|
912
|
+
"clrName": "Dependencies",
|
|
913
|
+
"metadataToken": 385876076,
|
|
914
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitorDependencies",
|
|
915
|
+
"normalizedSignature": "Dependencies|:Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitorDependencies|static=false|accessor=get",
|
|
916
|
+
"emitScope": "ClassSurface",
|
|
917
|
+
"provenance": "Original",
|
|
918
|
+
"isIndexer": false,
|
|
919
|
+
"hasGetter": true,
|
|
920
|
+
"hasSetter": false,
|
|
921
|
+
"isStatic": false,
|
|
922
|
+
"isAbstract": false,
|
|
923
|
+
"isVirtual": true,
|
|
924
|
+
"isOverride": false,
|
|
925
|
+
"visibility": "Protected",
|
|
926
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitorFactory",
|
|
927
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitorFactory::RelationalDependencies:Microsoft.EntityFrameworkCore.Query.RelationalQueryableMethodTranslatingExpressionVisitorDependencies",
|
|
931
|
+
"clrName": "RelationalDependencies",
|
|
932
|
+
"metadataToken": 385876077,
|
|
933
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Query.RelationalQueryableMethodTranslatingExpressionVisitorDependencies",
|
|
934
|
+
"normalizedSignature": "RelationalDependencies|:Microsoft.EntityFrameworkCore.Query.RelationalQueryableMethodTranslatingExpressionVisitorDependencies|static=false|accessor=get",
|
|
935
|
+
"emitScope": "ClassSurface",
|
|
936
|
+
"provenance": "Original",
|
|
937
|
+
"isIndexer": false,
|
|
938
|
+
"hasGetter": true,
|
|
939
|
+
"hasSetter": false,
|
|
940
|
+
"isStatic": false,
|
|
941
|
+
"isAbstract": false,
|
|
942
|
+
"isVirtual": true,
|
|
943
|
+
"isOverride": false,
|
|
944
|
+
"visibility": "Protected",
|
|
945
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitorFactory",
|
|
946
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
947
|
+
}
|
|
948
|
+
],
|
|
949
|
+
"fields": [],
|
|
950
|
+
"events": [],
|
|
951
|
+
"constructors": [
|
|
952
|
+
{
|
|
953
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitorFactory::.ctor(Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryableMethodTranslatingExpressionVisitorDependencies,Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions):void",
|
|
954
|
+
"metadataToken": 100664707,
|
|
955
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryableMethodTranslatingExpressionVisitorDependencies,Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions):void",
|
|
956
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryableMethodTranslatingExpressionVisitorDependencies,Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions):void|static=false",
|
|
957
|
+
"isStatic": false,
|
|
958
|
+
"parameterCount": 3,
|
|
959
|
+
"visibility": "Public",
|
|
960
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryableMethodTranslatingExpressionVisitorFactory",
|
|
961
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
962
|
+
}
|
|
963
|
+
]
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryCompilationContext",
|
|
967
|
+
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryCompilationContext",
|
|
968
|
+
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
969
|
+
"metadataToken": 0,
|
|
970
|
+
"kind": "Class",
|
|
971
|
+
"accessibility": "Public",
|
|
972
|
+
"isAbstract": false,
|
|
973
|
+
"isSealed": false,
|
|
974
|
+
"isStatic": false,
|
|
975
|
+
"arity": 0,
|
|
976
|
+
"baseType": {
|
|
977
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext",
|
|
978
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext"
|
|
979
|
+
},
|
|
980
|
+
"methods": [],
|
|
981
|
+
"properties": [
|
|
982
|
+
{
|
|
983
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryCompilationContext::IsBuffering:System.Boolean",
|
|
984
|
+
"clrName": "IsBuffering",
|
|
985
|
+
"metadataToken": 385876078,
|
|
986
|
+
"canonicalSignature": ":System.Boolean",
|
|
987
|
+
"normalizedSignature": "IsBuffering|:System.Boolean|static=false|accessor=get",
|
|
988
|
+
"emitScope": "ClassSurface",
|
|
989
|
+
"provenance": "Original",
|
|
990
|
+
"isIndexer": false,
|
|
991
|
+
"hasGetter": true,
|
|
992
|
+
"hasSetter": false,
|
|
993
|
+
"isStatic": false,
|
|
994
|
+
"isAbstract": false,
|
|
995
|
+
"isVirtual": true,
|
|
996
|
+
"isOverride": true,
|
|
997
|
+
"visibility": "Public",
|
|
998
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryCompilationContext",
|
|
999
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryCompilationContext::SupportsPrecompiledQuery:System.Boolean",
|
|
1003
|
+
"clrName": "SupportsPrecompiledQuery",
|
|
1004
|
+
"metadataToken": 385876079,
|
|
1005
|
+
"canonicalSignature": ":System.Boolean",
|
|
1006
|
+
"normalizedSignature": "SupportsPrecompiledQuery|:System.Boolean|static=false|accessor=get",
|
|
1007
|
+
"emitScope": "ClassSurface",
|
|
1008
|
+
"provenance": "Original",
|
|
1009
|
+
"isIndexer": false,
|
|
1010
|
+
"hasGetter": true,
|
|
1011
|
+
"hasSetter": false,
|
|
1012
|
+
"isStatic": false,
|
|
1013
|
+
"isAbstract": false,
|
|
1014
|
+
"isVirtual": true,
|
|
1015
|
+
"isOverride": true,
|
|
1016
|
+
"visibility": "Public",
|
|
1017
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryCompilationContext",
|
|
1018
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1019
|
+
}
|
|
1020
|
+
],
|
|
1021
|
+
"fields": [],
|
|
1022
|
+
"events": [],
|
|
1023
|
+
"constructors": [
|
|
1024
|
+
{
|
|
1025
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryCompilationContext::.ctor(Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContextDependencies,System.Boolean):void",
|
|
1026
|
+
"metadataToken": 100664711,
|
|
1027
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContextDependencies,System.Boolean):void",
|
|
1028
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContextDependencies,System.Boolean):void|static=false",
|
|
1029
|
+
"isStatic": false,
|
|
1030
|
+
"parameterCount": 3,
|
|
1031
|
+
"visibility": "Public",
|
|
1032
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryCompilationContext",
|
|
1033
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryCompilationContext::.ctor(Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContextDependencies,System.Boolean,System.Boolean):void",
|
|
1037
|
+
"metadataToken": 100664712,
|
|
1038
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContextDependencies,System.Boolean,System.Boolean):void",
|
|
1039
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContextDependencies,System.Boolean,System.Boolean):void|static=false",
|
|
1040
|
+
"isStatic": false,
|
|
1041
|
+
"parameterCount": 4,
|
|
1042
|
+
"visibility": "Public",
|
|
1043
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryCompilationContext",
|
|
1044
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
604
1045
|
}
|
|
605
1046
|
]
|
|
606
1047
|
},
|
|
607
1048
|
{
|
|
608
1049
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryCompilationContextFactory",
|
|
609
1050
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryCompilationContextFactory",
|
|
610
|
-
"tsEmitName": "NpgsqlQueryCompilationContextFactory",
|
|
611
1051
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
612
1052
|
"metadataToken": 0,
|
|
1053
|
+
"kind": "Class",
|
|
1054
|
+
"accessibility": "Public",
|
|
1055
|
+
"isAbstract": false,
|
|
1056
|
+
"isSealed": false,
|
|
1057
|
+
"isStatic": false,
|
|
1058
|
+
"arity": 0,
|
|
1059
|
+
"baseType": {
|
|
1060
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1061
|
+
"clrName": "System.Object"
|
|
1062
|
+
},
|
|
1063
|
+
"interfaces": [
|
|
1064
|
+
{
|
|
1065
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.IQueryCompilationContextFactory",
|
|
1066
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IQueryCompilationContextFactory"
|
|
1067
|
+
}
|
|
1068
|
+
],
|
|
1069
|
+
"methods": [
|
|
1070
|
+
{
|
|
1071
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryCompilationContextFactory::Create(System.Boolean):Microsoft.EntityFrameworkCore.Query.QueryCompilationContext",
|
|
1072
|
+
"clrName": "Create",
|
|
1073
|
+
"metadataToken": 100664716,
|
|
1074
|
+
"canonicalSignature": "(System.Boolean):Microsoft.EntityFrameworkCore.Query.QueryCompilationContext",
|
|
1075
|
+
"normalizedSignature": "Create|(System.Boolean):Microsoft.EntityFrameworkCore.Query.QueryCompilationContext|static=false",
|
|
1076
|
+
"emitScope": "ClassSurface",
|
|
1077
|
+
"provenance": "Original",
|
|
1078
|
+
"arity": 0,
|
|
1079
|
+
"parameterCount": 1,
|
|
1080
|
+
"isStatic": false,
|
|
1081
|
+
"isAbstract": false,
|
|
1082
|
+
"isVirtual": true,
|
|
1083
|
+
"isOverride": false,
|
|
1084
|
+
"isSealed": false,
|
|
1085
|
+
"visibility": "Public",
|
|
1086
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryCompilationContextFactory",
|
|
1087
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1088
|
+
"isExtensionMethod": false
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryCompilationContextFactory::CreatePrecompiled(System.Boolean):Microsoft.EntityFrameworkCore.Query.QueryCompilationContext",
|
|
1092
|
+
"clrName": "CreatePrecompiled",
|
|
1093
|
+
"metadataToken": 100664717,
|
|
1094
|
+
"canonicalSignature": "(System.Boolean):Microsoft.EntityFrameworkCore.Query.QueryCompilationContext",
|
|
1095
|
+
"normalizedSignature": "CreatePrecompiled|(System.Boolean):Microsoft.EntityFrameworkCore.Query.QueryCompilationContext|static=false",
|
|
1096
|
+
"emitScope": "ClassSurface",
|
|
1097
|
+
"provenance": "Original",
|
|
1098
|
+
"arity": 0,
|
|
1099
|
+
"parameterCount": 1,
|
|
1100
|
+
"isStatic": false,
|
|
1101
|
+
"isAbstract": false,
|
|
1102
|
+
"isVirtual": true,
|
|
1103
|
+
"isOverride": false,
|
|
1104
|
+
"isSealed": false,
|
|
1105
|
+
"visibility": "Public",
|
|
1106
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryCompilationContextFactory",
|
|
1107
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1108
|
+
"isExtensionMethod": false
|
|
1109
|
+
}
|
|
1110
|
+
],
|
|
1111
|
+
"properties": [],
|
|
1112
|
+
"fields": [],
|
|
1113
|
+
"events": [],
|
|
1114
|
+
"constructors": [
|
|
1115
|
+
{
|
|
1116
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryCompilationContextFactory::.ctor(Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContextDependencies):void",
|
|
1117
|
+
"metadataToken": 100664715,
|
|
1118
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContextDependencies):void",
|
|
1119
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContextDependencies):void|static=false",
|
|
1120
|
+
"isStatic": false,
|
|
1121
|
+
"parameterCount": 2,
|
|
1122
|
+
"visibility": "Public",
|
|
1123
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryCompilationContextFactory",
|
|
1124
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1125
|
+
}
|
|
1126
|
+
]
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1130
|
+
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1131
|
+
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1132
|
+
"metadataToken": 0,
|
|
1133
|
+
"kind": "Class",
|
|
1134
|
+
"accessibility": "Public",
|
|
1135
|
+
"isAbstract": false,
|
|
1136
|
+
"isSealed": false,
|
|
1137
|
+
"isStatic": false,
|
|
1138
|
+
"arity": 0,
|
|
1139
|
+
"baseType": {
|
|
1140
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.QuerySqlGenerator",
|
|
1141
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.QuerySqlGenerator"
|
|
1142
|
+
},
|
|
613
1143
|
"methods": [
|
|
614
1144
|
{
|
|
615
|
-
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.
|
|
616
|
-
"clrName": "
|
|
617
|
-
"
|
|
618
|
-
"
|
|
619
|
-
"
|
|
620
|
-
"
|
|
1145
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitExtension(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
1146
|
+
"clrName": "VisitExtension",
|
|
1147
|
+
"metadataToken": 100664719,
|
|
1148
|
+
"canonicalSignature": "(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
1149
|
+
"normalizedSignature": "VisitExtension|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
|
|
1150
|
+
"emitScope": "ClassSurface",
|
|
1151
|
+
"provenance": "Original",
|
|
1152
|
+
"arity": 0,
|
|
1153
|
+
"parameterCount": 1,
|
|
1154
|
+
"isStatic": false,
|
|
1155
|
+
"isAbstract": false,
|
|
1156
|
+
"isVirtual": true,
|
|
1157
|
+
"isOverride": true,
|
|
1158
|
+
"isSealed": false,
|
|
1159
|
+
"visibility": "Protected",
|
|
1160
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1161
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1162
|
+
"isExtensionMethod": false
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::GenerateRootCommand(System.Linq.Expressions.Expression):System.Void",
|
|
1166
|
+
"clrName": "GenerateRootCommand",
|
|
1167
|
+
"metadataToken": 100664720,
|
|
1168
|
+
"canonicalSignature": "(System.Linq.Expressions.Expression):System.Void",
|
|
1169
|
+
"normalizedSignature": "GenerateRootCommand|(System.Linq.Expressions.Expression):System.Void|static=false",
|
|
1170
|
+
"emitScope": "ClassSurface",
|
|
1171
|
+
"provenance": "Original",
|
|
1172
|
+
"arity": 0,
|
|
1173
|
+
"parameterCount": 1,
|
|
1174
|
+
"isStatic": false,
|
|
1175
|
+
"isAbstract": false,
|
|
1176
|
+
"isVirtual": true,
|
|
1177
|
+
"isOverride": true,
|
|
1178
|
+
"isSealed": false,
|
|
1179
|
+
"visibility": "Protected",
|
|
1180
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1181
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1182
|
+
"isExtensionMethod": false
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::GenerateLimitOffset(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):System.Void",
|
|
1186
|
+
"clrName": "GenerateLimitOffset",
|
|
1187
|
+
"metadataToken": 100664721,
|
|
1188
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):System.Void",
|
|
1189
|
+
"normalizedSignature": "GenerateLimitOffset|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):System.Void|static=false",
|
|
1190
|
+
"emitScope": "ClassSurface",
|
|
1191
|
+
"provenance": "Original",
|
|
1192
|
+
"arity": 0,
|
|
1193
|
+
"parameterCount": 1,
|
|
1194
|
+
"isStatic": false,
|
|
1195
|
+
"isAbstract": false,
|
|
1196
|
+
"isVirtual": true,
|
|
1197
|
+
"isOverride": true,
|
|
1198
|
+
"isSealed": false,
|
|
1199
|
+
"visibility": "Protected",
|
|
1200
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1201
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1202
|
+
"isExtensionMethod": false
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::GetOperator(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlBinaryExpression):System.String",
|
|
1206
|
+
"clrName": "GetOperator",
|
|
1207
|
+
"metadataToken": 100664722,
|
|
1208
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlBinaryExpression):System.String",
|
|
1209
|
+
"normalizedSignature": "GetOperator|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlBinaryExpression):System.String|static=false",
|
|
1210
|
+
"emitScope": "ClassSurface",
|
|
1211
|
+
"provenance": "Original",
|
|
1212
|
+
"arity": 0,
|
|
1213
|
+
"parameterCount": 1,
|
|
1214
|
+
"isStatic": false,
|
|
1215
|
+
"isAbstract": false,
|
|
1216
|
+
"isVirtual": true,
|
|
1217
|
+
"isOverride": true,
|
|
1218
|
+
"isSealed": false,
|
|
1219
|
+
"visibility": "Protected",
|
|
1220
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1221
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1222
|
+
"isExtensionMethod": false
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitOrdering(Microsoft.EntityFrameworkCore.Query.SqlExpressions.OrderingExpression):System.Linq.Expressions.Expression",
|
|
1226
|
+
"clrName": "VisitOrdering",
|
|
1227
|
+
"metadataToken": 100664723,
|
|
1228
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.OrderingExpression):System.Linq.Expressions.Expression",
|
|
1229
|
+
"normalizedSignature": "VisitOrdering|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.OrderingExpression):System.Linq.Expressions.Expression|static=false",
|
|
1230
|
+
"emitScope": "ClassSurface",
|
|
1231
|
+
"provenance": "Original",
|
|
1232
|
+
"arity": 0,
|
|
1233
|
+
"parameterCount": 1,
|
|
1234
|
+
"isStatic": false,
|
|
1235
|
+
"isAbstract": false,
|
|
1236
|
+
"isVirtual": true,
|
|
1237
|
+
"isOverride": true,
|
|
1238
|
+
"isSealed": false,
|
|
1239
|
+
"visibility": "Protected",
|
|
1240
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1241
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1242
|
+
"isExtensionMethod": false
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::GenerateTop(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):System.Void",
|
|
1246
|
+
"clrName": "GenerateTop",
|
|
1247
|
+
"metadataToken": 100664724,
|
|
1248
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):System.Void",
|
|
1249
|
+
"normalizedSignature": "GenerateTop|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):System.Void|static=false",
|
|
1250
|
+
"emitScope": "ClassSurface",
|
|
1251
|
+
"provenance": "Original",
|
|
1252
|
+
"arity": 0,
|
|
1253
|
+
"parameterCount": 1,
|
|
1254
|
+
"isStatic": false,
|
|
1255
|
+
"isAbstract": false,
|
|
1256
|
+
"isVirtual": true,
|
|
1257
|
+
"isOverride": true,
|
|
1258
|
+
"isSealed": false,
|
|
1259
|
+
"visibility": "Protected",
|
|
1260
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1261
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1262
|
+
"isExtensionMethod": false
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitSqlConstant(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlConstantExpression):System.Linq.Expressions.Expression",
|
|
1266
|
+
"clrName": "VisitSqlConstant",
|
|
1267
|
+
"metadataToken": 100664725,
|
|
1268
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlConstantExpression):System.Linq.Expressions.Expression",
|
|
1269
|
+
"normalizedSignature": "VisitSqlConstant|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlConstantExpression):System.Linq.Expressions.Expression|static=false",
|
|
1270
|
+
"emitScope": "ClassSurface",
|
|
1271
|
+
"provenance": "Original",
|
|
1272
|
+
"arity": 0,
|
|
1273
|
+
"parameterCount": 1,
|
|
1274
|
+
"isStatic": false,
|
|
1275
|
+
"isAbstract": false,
|
|
1276
|
+
"isVirtual": true,
|
|
1277
|
+
"isOverride": true,
|
|
1278
|
+
"isSealed": false,
|
|
1279
|
+
"visibility": "Protected",
|
|
1280
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1281
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1282
|
+
"isExtensionMethod": false
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitCrossApply(Microsoft.EntityFrameworkCore.Query.SqlExpressions.CrossApplyExpression):System.Linq.Expressions.Expression",
|
|
1286
|
+
"clrName": "VisitCrossApply",
|
|
1287
|
+
"metadataToken": 100664726,
|
|
1288
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.CrossApplyExpression):System.Linq.Expressions.Expression",
|
|
1289
|
+
"normalizedSignature": "VisitCrossApply|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.CrossApplyExpression):System.Linq.Expressions.Expression|static=false",
|
|
1290
|
+
"emitScope": "ClassSurface",
|
|
1291
|
+
"provenance": "Original",
|
|
1292
|
+
"arity": 0,
|
|
1293
|
+
"parameterCount": 1,
|
|
1294
|
+
"isStatic": false,
|
|
1295
|
+
"isAbstract": false,
|
|
1296
|
+
"isVirtual": true,
|
|
1297
|
+
"isOverride": true,
|
|
1298
|
+
"isSealed": false,
|
|
1299
|
+
"visibility": "Protected",
|
|
1300
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1301
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1302
|
+
"isExtensionMethod": false
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitOuterApply(Microsoft.EntityFrameworkCore.Query.SqlExpressions.OuterApplyExpression):System.Linq.Expressions.Expression",
|
|
1306
|
+
"clrName": "VisitOuterApply",
|
|
1307
|
+
"metadataToken": 100664727,
|
|
1308
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.OuterApplyExpression):System.Linq.Expressions.Expression",
|
|
1309
|
+
"normalizedSignature": "VisitOuterApply|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.OuterApplyExpression):System.Linq.Expressions.Expression|static=false",
|
|
1310
|
+
"emitScope": "ClassSurface",
|
|
1311
|
+
"provenance": "Original",
|
|
1312
|
+
"arity": 0,
|
|
1313
|
+
"parameterCount": 1,
|
|
1314
|
+
"isStatic": false,
|
|
1315
|
+
"isAbstract": false,
|
|
1316
|
+
"isVirtual": true,
|
|
1317
|
+
"isOverride": true,
|
|
1318
|
+
"isSealed": false,
|
|
1319
|
+
"visibility": "Protected",
|
|
1320
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1321
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1322
|
+
"isExtensionMethod": false
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitSqlBinary(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlBinaryExpression):System.Linq.Expressions.Expression",
|
|
1326
|
+
"clrName": "VisitSqlBinary",
|
|
1327
|
+
"metadataToken": 100664728,
|
|
1328
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlBinaryExpression):System.Linq.Expressions.Expression",
|
|
1329
|
+
"normalizedSignature": "VisitSqlBinary|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlBinaryExpression):System.Linq.Expressions.Expression|static=false",
|
|
1330
|
+
"emitScope": "ClassSurface",
|
|
1331
|
+
"provenance": "Original",
|
|
1332
|
+
"arity": 0,
|
|
1333
|
+
"parameterCount": 1,
|
|
1334
|
+
"isStatic": false,
|
|
1335
|
+
"isAbstract": false,
|
|
1336
|
+
"isVirtual": true,
|
|
1337
|
+
"isOverride": true,
|
|
1338
|
+
"isSealed": false,
|
|
1339
|
+
"visibility": "Protected",
|
|
1340
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1341
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1342
|
+
"isExtensionMethod": false
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitDelete(Microsoft.EntityFrameworkCore.Query.SqlExpressions.DeleteExpression):System.Linq.Expressions.Expression",
|
|
1346
|
+
"clrName": "VisitDelete",
|
|
1347
|
+
"metadataToken": 100664729,
|
|
1348
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.DeleteExpression):System.Linq.Expressions.Expression",
|
|
1349
|
+
"normalizedSignature": "VisitDelete|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.DeleteExpression):System.Linq.Expressions.Expression|static=false",
|
|
1350
|
+
"emitScope": "ClassSurface",
|
|
1351
|
+
"provenance": "Original",
|
|
1352
|
+
"arity": 0,
|
|
1353
|
+
"parameterCount": 1,
|
|
1354
|
+
"isStatic": false,
|
|
1355
|
+
"isAbstract": false,
|
|
1356
|
+
"isVirtual": true,
|
|
1357
|
+
"isOverride": true,
|
|
1358
|
+
"isSealed": false,
|
|
1359
|
+
"visibility": "Protected",
|
|
1360
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1361
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1362
|
+
"isExtensionMethod": false
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitPgDelete(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgDeleteExpression):System.Linq.Expressions.Expression",
|
|
1366
|
+
"clrName": "VisitPgDelete",
|
|
1367
|
+
"metadataToken": 100664730,
|
|
1368
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgDeleteExpression):System.Linq.Expressions.Expression",
|
|
1369
|
+
"normalizedSignature": "VisitPgDelete|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgDeleteExpression):System.Linq.Expressions.Expression|static=false",
|
|
1370
|
+
"emitScope": "ClassSurface",
|
|
1371
|
+
"provenance": "Original",
|
|
1372
|
+
"arity": 0,
|
|
1373
|
+
"parameterCount": 1,
|
|
1374
|
+
"isStatic": false,
|
|
1375
|
+
"isAbstract": false,
|
|
1376
|
+
"isVirtual": true,
|
|
1377
|
+
"isOverride": false,
|
|
1378
|
+
"isSealed": false,
|
|
1379
|
+
"visibility": "Protected",
|
|
1380
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1381
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1382
|
+
"isExtensionMethod": false
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitUpdate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.UpdateExpression):System.Linq.Expressions.Expression",
|
|
1386
|
+
"clrName": "VisitUpdate",
|
|
1387
|
+
"metadataToken": 100664731,
|
|
1388
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.UpdateExpression):System.Linq.Expressions.Expression",
|
|
1389
|
+
"normalizedSignature": "VisitUpdate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.UpdateExpression):System.Linq.Expressions.Expression|static=false",
|
|
1390
|
+
"emitScope": "ClassSurface",
|
|
1391
|
+
"provenance": "Original",
|
|
1392
|
+
"arity": 0,
|
|
1393
|
+
"parameterCount": 1,
|
|
1394
|
+
"isStatic": false,
|
|
1395
|
+
"isAbstract": false,
|
|
1396
|
+
"isVirtual": true,
|
|
1397
|
+
"isOverride": true,
|
|
1398
|
+
"isSealed": false,
|
|
1399
|
+
"visibility": "Protected",
|
|
1400
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1401
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1402
|
+
"isExtensionMethod": false
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitNewArray(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgNewArrayExpression):System.Linq.Expressions.Expression",
|
|
1406
|
+
"clrName": "VisitNewArray",
|
|
1407
|
+
"metadataToken": 100664732,
|
|
1408
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgNewArrayExpression):System.Linq.Expressions.Expression",
|
|
1409
|
+
"normalizedSignature": "VisitNewArray|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgNewArrayExpression):System.Linq.Expressions.Expression|static=false",
|
|
1410
|
+
"emitScope": "ClassSurface",
|
|
1411
|
+
"provenance": "Original",
|
|
1412
|
+
"arity": 0,
|
|
1413
|
+
"parameterCount": 1,
|
|
1414
|
+
"isStatic": false,
|
|
1415
|
+
"isAbstract": false,
|
|
1416
|
+
"isVirtual": true,
|
|
1417
|
+
"isOverride": false,
|
|
1418
|
+
"isSealed": false,
|
|
1419
|
+
"visibility": "Protected",
|
|
1420
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1421
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1422
|
+
"isExtensionMethod": false
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitPgBinary(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgBinaryExpression):System.Linq.Expressions.Expression",
|
|
1426
|
+
"clrName": "VisitPgBinary",
|
|
1427
|
+
"metadataToken": 100664733,
|
|
1428
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgBinaryExpression):System.Linq.Expressions.Expression",
|
|
1429
|
+
"normalizedSignature": "VisitPgBinary|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgBinaryExpression):System.Linq.Expressions.Expression|static=false",
|
|
1430
|
+
"emitScope": "ClassSurface",
|
|
1431
|
+
"provenance": "Original",
|
|
1432
|
+
"arity": 0,
|
|
1433
|
+
"parameterCount": 1,
|
|
1434
|
+
"isStatic": false,
|
|
1435
|
+
"isAbstract": false,
|
|
1436
|
+
"isVirtual": true,
|
|
1437
|
+
"isOverride": false,
|
|
1438
|
+
"isSealed": false,
|
|
1439
|
+
"visibility": "Protected",
|
|
1440
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1441
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1442
|
+
"isExtensionMethod": false
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitArrayIndex(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlBinaryExpression):System.Linq.Expressions.Expression",
|
|
1446
|
+
"clrName": "VisitArrayIndex",
|
|
1447
|
+
"metadataToken": 100664734,
|
|
1448
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlBinaryExpression):System.Linq.Expressions.Expression",
|
|
1449
|
+
"normalizedSignature": "VisitArrayIndex|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlBinaryExpression):System.Linq.Expressions.Expression|static=false",
|
|
1450
|
+
"emitScope": "ClassSurface",
|
|
1451
|
+
"provenance": "Original",
|
|
1452
|
+
"arity": 0,
|
|
1453
|
+
"parameterCount": 1,
|
|
1454
|
+
"isStatic": false,
|
|
1455
|
+
"isAbstract": false,
|
|
1456
|
+
"isVirtual": true,
|
|
1457
|
+
"isOverride": false,
|
|
1458
|
+
"isSealed": false,
|
|
1459
|
+
"visibility": "Protected",
|
|
1460
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1461
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1462
|
+
"isExtensionMethod": false
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitSqlUnary(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlUnaryExpression):System.Linq.Expressions.Expression",
|
|
1466
|
+
"clrName": "VisitSqlUnary",
|
|
1467
|
+
"metadataToken": 100664735,
|
|
1468
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlUnaryExpression):System.Linq.Expressions.Expression",
|
|
1469
|
+
"normalizedSignature": "VisitSqlUnary|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlUnaryExpression):System.Linq.Expressions.Expression|static=false",
|
|
1470
|
+
"emitScope": "ClassSurface",
|
|
1471
|
+
"provenance": "Original",
|
|
1472
|
+
"arity": 0,
|
|
1473
|
+
"parameterCount": 1,
|
|
1474
|
+
"isStatic": false,
|
|
1475
|
+
"isAbstract": false,
|
|
1476
|
+
"isVirtual": true,
|
|
1477
|
+
"isOverride": true,
|
|
1478
|
+
"isSealed": false,
|
|
1479
|
+
"visibility": "Protected",
|
|
1480
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1481
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1482
|
+
"isExtensionMethod": false
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::GenerateSetOperationOperand(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):System.Void",
|
|
1486
|
+
"clrName": "GenerateSetOperationOperand",
|
|
1487
|
+
"metadataToken": 100664736,
|
|
1488
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):System.Void",
|
|
1489
|
+
"normalizedSignature": "GenerateSetOperationOperand|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):System.Void|static=false",
|
|
1490
|
+
"emitScope": "ClassSurface",
|
|
1491
|
+
"provenance": "Original",
|
|
1492
|
+
"arity": 0,
|
|
1493
|
+
"parameterCount": 2,
|
|
1494
|
+
"isStatic": false,
|
|
1495
|
+
"isAbstract": false,
|
|
1496
|
+
"isVirtual": true,
|
|
1497
|
+
"isOverride": true,
|
|
1498
|
+
"isSealed": false,
|
|
1499
|
+
"visibility": "Protected",
|
|
1500
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1501
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1502
|
+
"isExtensionMethod": false
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitCollate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.CollateExpression):System.Linq.Expressions.Expression",
|
|
1506
|
+
"clrName": "VisitCollate",
|
|
1507
|
+
"metadataToken": 100664737,
|
|
1508
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.CollateExpression):System.Linq.Expressions.Expression",
|
|
1509
|
+
"normalizedSignature": "VisitCollate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.CollateExpression):System.Linq.Expressions.Expression|static=false",
|
|
1510
|
+
"emitScope": "ClassSurface",
|
|
1511
|
+
"provenance": "Original",
|
|
1512
|
+
"arity": 0,
|
|
1513
|
+
"parameterCount": 1,
|
|
1514
|
+
"isStatic": false,
|
|
1515
|
+
"isAbstract": false,
|
|
1516
|
+
"isVirtual": true,
|
|
1517
|
+
"isOverride": true,
|
|
1518
|
+
"isSealed": false,
|
|
1519
|
+
"visibility": "Protected",
|
|
1520
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1521
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1522
|
+
"isExtensionMethod": false
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::TryGenerateWithoutWrappingSelect(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):System.Boolean",
|
|
1526
|
+
"clrName": "TryGenerateWithoutWrappingSelect",
|
|
1527
|
+
"metadataToken": 100664738,
|
|
1528
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):System.Boolean",
|
|
1529
|
+
"normalizedSignature": "TryGenerateWithoutWrappingSelect|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):System.Boolean|static=false",
|
|
621
1530
|
"emitScope": "ClassSurface",
|
|
1531
|
+
"provenance": "Original",
|
|
622
1532
|
"arity": 0,
|
|
623
1533
|
"parameterCount": 1,
|
|
624
|
-
"
|
|
1534
|
+
"isStatic": false,
|
|
1535
|
+
"isAbstract": false,
|
|
1536
|
+
"isVirtual": true,
|
|
1537
|
+
"isOverride": true,
|
|
1538
|
+
"isSealed": false,
|
|
1539
|
+
"visibility": "Protected",
|
|
1540
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
625
1541
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
626
1542
|
"isExtensionMethod": false
|
|
627
1543
|
},
|
|
628
1544
|
{
|
|
629
|
-
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.
|
|
630
|
-
"clrName": "
|
|
631
|
-
"
|
|
632
|
-
"
|
|
633
|
-
"
|
|
634
|
-
"normalizedSignature": "CreatePrecompiled|(System.Boolean):Microsoft.EntityFrameworkCore.Query.QueryCompilationContext|static=false",
|
|
1545
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::GenerateSetOperation(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase):System.Void",
|
|
1546
|
+
"clrName": "GenerateSetOperation",
|
|
1547
|
+
"metadataToken": 100664739,
|
|
1548
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase):System.Void",
|
|
1549
|
+
"normalizedSignature": "GenerateSetOperation|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase):System.Void|static=false",
|
|
635
1550
|
"emitScope": "ClassSurface",
|
|
1551
|
+
"provenance": "Original",
|
|
636
1552
|
"arity": 0,
|
|
637
1553
|
"parameterCount": 1,
|
|
638
|
-
"
|
|
1554
|
+
"isStatic": false,
|
|
1555
|
+
"isAbstract": false,
|
|
1556
|
+
"isVirtual": true,
|
|
1557
|
+
"isOverride": true,
|
|
1558
|
+
"isSealed": false,
|
|
1559
|
+
"visibility": "Protected",
|
|
1560
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
639
1561
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
640
1562
|
"isExtensionMethod": false
|
|
641
|
-
}
|
|
642
|
-
],
|
|
643
|
-
"properties": [],
|
|
644
|
-
"fields": [],
|
|
645
|
-
"events": [],
|
|
646
|
-
"constructors": [
|
|
1563
|
+
},
|
|
647
1564
|
{
|
|
648
|
-
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.
|
|
649
|
-
"
|
|
650
|
-
"
|
|
651
|
-
"
|
|
1565
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitValues(Microsoft.EntityFrameworkCore.Query.SqlExpressions.ValuesExpression):System.Linq.Expressions.Expression",
|
|
1566
|
+
"clrName": "VisitValues",
|
|
1567
|
+
"metadataToken": 100664740,
|
|
1568
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.ValuesExpression):System.Linq.Expressions.Expression",
|
|
1569
|
+
"normalizedSignature": "VisitValues|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.ValuesExpression):System.Linq.Expressions.Expression|static=false",
|
|
1570
|
+
"emitScope": "ClassSurface",
|
|
1571
|
+
"provenance": "Original",
|
|
1572
|
+
"arity": 0,
|
|
1573
|
+
"parameterCount": 1,
|
|
1574
|
+
"isStatic": false,
|
|
1575
|
+
"isAbstract": false,
|
|
1576
|
+
"isVirtual": true,
|
|
1577
|
+
"isOverride": true,
|
|
1578
|
+
"isSealed": false,
|
|
1579
|
+
"visibility": "Protected",
|
|
1580
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1581
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1582
|
+
"isExtensionMethod": false
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::GenerateValues(Microsoft.EntityFrameworkCore.Query.SqlExpressions.ValuesExpression):System.Void",
|
|
1586
|
+
"clrName": "GenerateValues",
|
|
1587
|
+
"metadataToken": 100664741,
|
|
1588
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.ValuesExpression):System.Void",
|
|
1589
|
+
"normalizedSignature": "GenerateValues|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.ValuesExpression):System.Void|static=false",
|
|
1590
|
+
"emitScope": "ClassSurface",
|
|
1591
|
+
"provenance": "Original",
|
|
1592
|
+
"arity": 0,
|
|
1593
|
+
"parameterCount": 1,
|
|
1594
|
+
"isStatic": false,
|
|
1595
|
+
"isAbstract": false,
|
|
1596
|
+
"isVirtual": true,
|
|
1597
|
+
"isOverride": true,
|
|
1598
|
+
"isSealed": false,
|
|
1599
|
+
"visibility": "Protected",
|
|
1600
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1601
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1602
|
+
"isExtensionMethod": false
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitArrayAll(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression):System.Linq.Expressions.Expression",
|
|
1606
|
+
"clrName": "VisitArrayAll",
|
|
1607
|
+
"metadataToken": 100664742,
|
|
1608
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression):System.Linq.Expressions.Expression",
|
|
1609
|
+
"normalizedSignature": "VisitArrayAll|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression):System.Linq.Expressions.Expression|static=false",
|
|
1610
|
+
"emitScope": "ClassSurface",
|
|
1611
|
+
"provenance": "Original",
|
|
1612
|
+
"arity": 0,
|
|
1613
|
+
"parameterCount": 1,
|
|
1614
|
+
"isStatic": false,
|
|
1615
|
+
"isAbstract": false,
|
|
1616
|
+
"isVirtual": true,
|
|
1617
|
+
"isOverride": false,
|
|
1618
|
+
"isSealed": false,
|
|
1619
|
+
"visibility": "Protected",
|
|
1620
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1621
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1622
|
+
"isExtensionMethod": false
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitArrayAny(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression):System.Linq.Expressions.Expression",
|
|
1626
|
+
"clrName": "VisitArrayAny",
|
|
1627
|
+
"metadataToken": 100664743,
|
|
1628
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression):System.Linq.Expressions.Expression",
|
|
1629
|
+
"normalizedSignature": "VisitArrayAny|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression):System.Linq.Expressions.Expression|static=false",
|
|
1630
|
+
"emitScope": "ClassSurface",
|
|
1631
|
+
"provenance": "Original",
|
|
1632
|
+
"arity": 0,
|
|
1633
|
+
"parameterCount": 1,
|
|
1634
|
+
"isStatic": false,
|
|
1635
|
+
"isAbstract": false,
|
|
1636
|
+
"isVirtual": true,
|
|
1637
|
+
"isOverride": false,
|
|
1638
|
+
"isSealed": false,
|
|
1639
|
+
"visibility": "Protected",
|
|
1640
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1641
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1642
|
+
"isExtensionMethod": false
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitArrayIndex(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArrayIndexExpression):System.Linq.Expressions.Expression",
|
|
1646
|
+
"clrName": "VisitArrayIndex",
|
|
1647
|
+
"metadataToken": 100664744,
|
|
1648
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArrayIndexExpression):System.Linq.Expressions.Expression",
|
|
1649
|
+
"normalizedSignature": "VisitArrayIndex|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArrayIndexExpression):System.Linq.Expressions.Expression|static=false",
|
|
1650
|
+
"emitScope": "ClassSurface",
|
|
1651
|
+
"provenance": "Original",
|
|
1652
|
+
"arity": 0,
|
|
1653
|
+
"parameterCount": 1,
|
|
1654
|
+
"isStatic": false,
|
|
1655
|
+
"isAbstract": false,
|
|
1656
|
+
"isVirtual": true,
|
|
1657
|
+
"isOverride": false,
|
|
1658
|
+
"isSealed": false,
|
|
1659
|
+
"visibility": "Protected",
|
|
1660
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1661
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1662
|
+
"isExtensionMethod": false
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitArraySlice(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArraySliceExpression):System.Linq.Expressions.Expression",
|
|
1666
|
+
"clrName": "VisitArraySlice",
|
|
1667
|
+
"metadataToken": 100664745,
|
|
1668
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArraySliceExpression):System.Linq.Expressions.Expression",
|
|
1669
|
+
"normalizedSignature": "VisitArraySlice|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArraySliceExpression):System.Linq.Expressions.Expression|static=false",
|
|
1670
|
+
"emitScope": "ClassSurface",
|
|
1671
|
+
"provenance": "Original",
|
|
1672
|
+
"arity": 0,
|
|
1673
|
+
"parameterCount": 1,
|
|
652
1674
|
"isStatic": false,
|
|
1675
|
+
"isAbstract": false,
|
|
1676
|
+
"isVirtual": true,
|
|
1677
|
+
"isOverride": false,
|
|
1678
|
+
"isSealed": false,
|
|
1679
|
+
"visibility": "Protected",
|
|
1680
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1681
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1682
|
+
"isExtensionMethod": false
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitRegexMatch(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression,System.Boolean):System.Linq.Expressions.Expression",
|
|
1686
|
+
"clrName": "VisitRegexMatch",
|
|
1687
|
+
"metadataToken": 100664746,
|
|
1688
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression,System.Boolean):System.Linq.Expressions.Expression",
|
|
1689
|
+
"normalizedSignature": "VisitRegexMatch|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression,System.Boolean):System.Linq.Expressions.Expression|static=false",
|
|
1690
|
+
"emitScope": "ClassSurface",
|
|
1691
|
+
"provenance": "Original",
|
|
1692
|
+
"arity": 0,
|
|
653
1693
|
"parameterCount": 2,
|
|
654
|
-
"
|
|
655
|
-
"
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
1694
|
+
"isStatic": false,
|
|
1695
|
+
"isAbstract": false,
|
|
1696
|
+
"isVirtual": true,
|
|
1697
|
+
"isOverride": false,
|
|
1698
|
+
"isSealed": false,
|
|
1699
|
+
"visibility": "Protected",
|
|
1700
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1701
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1702
|
+
"isExtensionMethod": false
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitRowValue(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRowValueExpression):System.Linq.Expressions.Expression",
|
|
1706
|
+
"clrName": "VisitRowValue",
|
|
1707
|
+
"metadataToken": 100664747,
|
|
1708
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRowValueExpression):System.Linq.Expressions.Expression",
|
|
1709
|
+
"normalizedSignature": "VisitRowValue|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRowValueExpression):System.Linq.Expressions.Expression|static=false",
|
|
1710
|
+
"emitScope": "ClassSurface",
|
|
1711
|
+
"provenance": "Original",
|
|
1712
|
+
"arity": 0,
|
|
1713
|
+
"parameterCount": 1,
|
|
1714
|
+
"isStatic": false,
|
|
1715
|
+
"isAbstract": false,
|
|
1716
|
+
"isVirtual": true,
|
|
1717
|
+
"isOverride": false,
|
|
1718
|
+
"isSealed": false,
|
|
1719
|
+
"visibility": "Protected",
|
|
1720
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1721
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1722
|
+
"isExtensionMethod": false
|
|
1723
|
+
},
|
|
659
1724
|
{
|
|
660
|
-
"
|
|
1725
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitILike(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgILikeExpression,System.Boolean):System.Linq.Expressions.Expression",
|
|
1726
|
+
"clrName": "VisitILike",
|
|
1727
|
+
"metadataToken": 100664748,
|
|
1728
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgILikeExpression,System.Boolean):System.Linq.Expressions.Expression",
|
|
1729
|
+
"normalizedSignature": "VisitILike|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgILikeExpression,System.Boolean):System.Linq.Expressions.Expression|static=false",
|
|
1730
|
+
"emitScope": "ClassSurface",
|
|
1731
|
+
"provenance": "Original",
|
|
1732
|
+
"arity": 0,
|
|
1733
|
+
"parameterCount": 2,
|
|
661
1734
|
"isStatic": false,
|
|
662
|
-
"
|
|
663
|
-
"
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
1735
|
+
"isAbstract": false,
|
|
1736
|
+
"isVirtual": true,
|
|
1737
|
+
"isOverride": false,
|
|
1738
|
+
"isSealed": false,
|
|
1739
|
+
"visibility": "Protected",
|
|
1740
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1741
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1742
|
+
"isExtensionMethod": false
|
|
668
1743
|
},
|
|
669
1744
|
{
|
|
670
|
-
"
|
|
1745
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitJsonScalar(Microsoft.EntityFrameworkCore.Query.SqlExpressions.JsonScalarExpression):System.Linq.Expressions.Expression",
|
|
1746
|
+
"clrName": "VisitJsonScalar",
|
|
1747
|
+
"metadataToken": 100664749,
|
|
1748
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.JsonScalarExpression):System.Linq.Expressions.Expression",
|
|
1749
|
+
"normalizedSignature": "VisitJsonScalar|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.JsonScalarExpression):System.Linq.Expressions.Expression|static=false",
|
|
1750
|
+
"emitScope": "ClassSurface",
|
|
1751
|
+
"provenance": "Original",
|
|
1752
|
+
"arity": 0,
|
|
1753
|
+
"parameterCount": 1,
|
|
671
1754
|
"isStatic": false,
|
|
672
|
-
"
|
|
673
|
-
"
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
1755
|
+
"isAbstract": false,
|
|
1756
|
+
"isVirtual": true,
|
|
1757
|
+
"isOverride": true,
|
|
1758
|
+
"isSealed": false,
|
|
1759
|
+
"visibility": "Protected",
|
|
1760
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1761
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1762
|
+
"isExtensionMethod": false
|
|
1763
|
+
},
|
|
1764
|
+
{
|
|
1765
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitJsonPathTraversal(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgJsonTraversalExpression):System.Linq.Expressions.Expression",
|
|
1766
|
+
"clrName": "VisitJsonPathTraversal",
|
|
1767
|
+
"metadataToken": 100664750,
|
|
1768
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgJsonTraversalExpression):System.Linq.Expressions.Expression",
|
|
1769
|
+
"normalizedSignature": "VisitJsonPathTraversal|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgJsonTraversalExpression):System.Linq.Expressions.Expression|static=false",
|
|
1770
|
+
"emitScope": "ClassSurface",
|
|
1771
|
+
"provenance": "Original",
|
|
1772
|
+
"arity": 0,
|
|
1773
|
+
"parameterCount": 1,
|
|
1774
|
+
"isStatic": false,
|
|
1775
|
+
"isAbstract": false,
|
|
1776
|
+
"isVirtual": true,
|
|
1777
|
+
"isOverride": false,
|
|
1778
|
+
"isSealed": false,
|
|
1779
|
+
"visibility": "Protected",
|
|
1780
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1781
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1782
|
+
"isExtensionMethod": false
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitPgTableValuedFunctionExpression(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression):System.Linq.Expressions.Expression",
|
|
1786
|
+
"clrName": "VisitPgTableValuedFunctionExpression",
|
|
1787
|
+
"metadataToken": 100664754,
|
|
1788
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression):System.Linq.Expressions.Expression",
|
|
1789
|
+
"normalizedSignature": "VisitPgTableValuedFunctionExpression|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgTableValuedFunctionExpression):System.Linq.Expressions.Expression|static=false",
|
|
1790
|
+
"emitScope": "ClassSurface",
|
|
1791
|
+
"provenance": "Original",
|
|
1792
|
+
"arity": 0,
|
|
1793
|
+
"parameterCount": 1,
|
|
1794
|
+
"isStatic": false,
|
|
1795
|
+
"isAbstract": false,
|
|
1796
|
+
"isVirtual": true,
|
|
1797
|
+
"isOverride": false,
|
|
1798
|
+
"isSealed": false,
|
|
1799
|
+
"visibility": "Protected",
|
|
1800
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1801
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1802
|
+
"isExtensionMethod": false
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitUnknownBinary(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnknownBinaryExpression):System.Linq.Expressions.Expression",
|
|
1806
|
+
"clrName": "VisitUnknownBinary",
|
|
1807
|
+
"metadataToken": 100664755,
|
|
1808
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnknownBinaryExpression):System.Linq.Expressions.Expression",
|
|
1809
|
+
"normalizedSignature": "VisitUnknownBinary|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnknownBinaryExpression):System.Linq.Expressions.Expression|static=false",
|
|
1810
|
+
"emitScope": "ClassSurface",
|
|
1811
|
+
"provenance": "Original",
|
|
1812
|
+
"arity": 0,
|
|
1813
|
+
"parameterCount": 1,
|
|
1814
|
+
"isStatic": false,
|
|
1815
|
+
"isAbstract": false,
|
|
1816
|
+
"isVirtual": true,
|
|
1817
|
+
"isOverride": false,
|
|
1818
|
+
"isSealed": false,
|
|
1819
|
+
"visibility": "Protected",
|
|
1820
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1821
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1822
|
+
"isExtensionMethod": false
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::VisitPgFunction(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression):System.Linq.Expressions.Expression",
|
|
1826
|
+
"clrName": "VisitPgFunction",
|
|
1827
|
+
"metadataToken": 100664756,
|
|
1828
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression):System.Linq.Expressions.Expression",
|
|
1829
|
+
"normalizedSignature": "VisitPgFunction|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgFunctionExpression):System.Linq.Expressions.Expression|static=false",
|
|
1830
|
+
"emitScope": "ClassSurface",
|
|
1831
|
+
"provenance": "Original",
|
|
1832
|
+
"arity": 0,
|
|
1833
|
+
"parameterCount": 1,
|
|
1834
|
+
"isStatic": false,
|
|
1835
|
+
"isAbstract": false,
|
|
1836
|
+
"isVirtual": true,
|
|
1837
|
+
"isOverride": false,
|
|
1838
|
+
"isSealed": false,
|
|
1839
|
+
"visibility": "Protected",
|
|
1840
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1841
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1842
|
+
"isExtensionMethod": false
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::RequiresParentheses(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):System.Boolean",
|
|
1846
|
+
"clrName": "RequiresParentheses",
|
|
1847
|
+
"metadataToken": 100664757,
|
|
1848
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):System.Boolean",
|
|
1849
|
+
"normalizedSignature": "RequiresParentheses|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):System.Boolean|static=false",
|
|
1850
|
+
"emitScope": "ClassSurface",
|
|
1851
|
+
"provenance": "Original",
|
|
1852
|
+
"arity": 0,
|
|
1853
|
+
"parameterCount": 2,
|
|
1854
|
+
"isStatic": false,
|
|
1855
|
+
"isAbstract": false,
|
|
1856
|
+
"isVirtual": true,
|
|
1857
|
+
"isOverride": true,
|
|
1858
|
+
"isSealed": false,
|
|
1859
|
+
"visibility": "Protected",
|
|
1860
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1861
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1862
|
+
"isExtensionMethod": false
|
|
1863
|
+
},
|
|
681
1864
|
{
|
|
1865
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator::TryGetOperatorInfo(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Int32\u0026,System.Boolean\u0026):System.Boolean",
|
|
1866
|
+
"clrName": "TryGetOperatorInfo",
|
|
1867
|
+
"metadataToken": 100664758,
|
|
1868
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Int32\u0026,System.Boolean\u0026):System.Boolean",
|
|
1869
|
+
"normalizedSignature": "TryGetOperatorInfo|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Int32\u0026,System.Boolean\u0026):System.Boolean|static=false",
|
|
1870
|
+
"emitScope": "ClassSurface",
|
|
1871
|
+
"provenance": "Original",
|
|
1872
|
+
"arity": 0,
|
|
1873
|
+
"parameterCount": 3,
|
|
682
1874
|
"isStatic": false,
|
|
683
|
-
"
|
|
684
|
-
"
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
1875
|
+
"isAbstract": false,
|
|
1876
|
+
"isVirtual": true,
|
|
1877
|
+
"isOverride": true,
|
|
1878
|
+
"isSealed": false,
|
|
1879
|
+
"visibility": "Protected",
|
|
1880
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
1881
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1882
|
+
"isExtensionMethod": false,
|
|
1883
|
+
"parameterModifiers": [
|
|
1884
|
+
{
|
|
1885
|
+
"index": 1,
|
|
1886
|
+
"modifier": "out"
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
"index": 2,
|
|
1890
|
+
"modifier": "out"
|
|
1891
|
+
}
|
|
1892
|
+
]
|
|
689
1893
|
}
|
|
690
|
-
]
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
694
|
-
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
695
|
-
"tsEmitName": "NpgsqlQuerySqlGenerator",
|
|
696
|
-
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
697
|
-
"metadataToken": 0,
|
|
698
|
-
"methods": [],
|
|
1894
|
+
],
|
|
699
1895
|
"properties": [],
|
|
700
1896
|
"fields": [],
|
|
701
1897
|
"events": [],
|
|
@@ -707,39 +1903,50 @@
|
|
|
707
1903
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.QuerySqlGeneratorDependencies,Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource,System.Boolean,System.Version):void|static=false",
|
|
708
1904
|
"isStatic": false,
|
|
709
1905
|
"parameterCount": 4,
|
|
1906
|
+
"visibility": "Public",
|
|
710
1907
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
711
1908
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
712
1909
|
}
|
|
713
|
-
],
|
|
714
|
-
"exposedConstructors": [
|
|
715
|
-
{
|
|
716
|
-
"isStatic": false,
|
|
717
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.QuerySqlGeneratorDependencies,Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource,System.Boolean,System.Version):void|static=false",
|
|
718
|
-
"target": {
|
|
719
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGenerator",
|
|
720
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
721
|
-
"metadataToken": 100664718
|
|
722
|
-
}
|
|
723
|
-
}
|
|
724
1910
|
]
|
|
725
1911
|
},
|
|
726
1912
|
{
|
|
727
1913
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGeneratorFactory",
|
|
728
1914
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGeneratorFactory",
|
|
729
|
-
"tsEmitName": "NpgsqlQuerySqlGeneratorFactory",
|
|
730
1915
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
731
1916
|
"metadataToken": 0,
|
|
1917
|
+
"kind": "Class",
|
|
1918
|
+
"accessibility": "Public",
|
|
1919
|
+
"isAbstract": false,
|
|
1920
|
+
"isSealed": false,
|
|
1921
|
+
"isStatic": false,
|
|
1922
|
+
"arity": 0,
|
|
1923
|
+
"baseType": {
|
|
1924
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1925
|
+
"clrName": "System.Object"
|
|
1926
|
+
},
|
|
1927
|
+
"interfaces": [
|
|
1928
|
+
{
|
|
1929
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.IQuerySqlGeneratorFactory",
|
|
1930
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IQuerySqlGeneratorFactory"
|
|
1931
|
+
}
|
|
1932
|
+
],
|
|
732
1933
|
"methods": [
|
|
733
1934
|
{
|
|
734
1935
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGeneratorFactory::Create():Microsoft.EntityFrameworkCore.Query.QuerySqlGenerator",
|
|
735
1936
|
"clrName": "Create",
|
|
736
|
-
"tsEmitName": "create",
|
|
737
1937
|
"metadataToken": 100664764,
|
|
738
1938
|
"canonicalSignature": "():Microsoft.EntityFrameworkCore.Query.QuerySqlGenerator",
|
|
739
1939
|
"normalizedSignature": "Create|():Microsoft.EntityFrameworkCore.Query.QuerySqlGenerator|static=false",
|
|
740
1940
|
"emitScope": "ClassSurface",
|
|
1941
|
+
"provenance": "Original",
|
|
741
1942
|
"arity": 0,
|
|
742
1943
|
"parameterCount": 0,
|
|
1944
|
+
"isStatic": false,
|
|
1945
|
+
"isAbstract": false,
|
|
1946
|
+
"isVirtual": true,
|
|
1947
|
+
"isOverride": false,
|
|
1948
|
+
"isSealed": false,
|
|
1949
|
+
"visibility": "Public",
|
|
743
1950
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGeneratorFactory",
|
|
744
1951
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
745
1952
|
"isExtensionMethod": false
|
|
@@ -756,51 +1963,84 @@
|
|
|
756
1963
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.QuerySqlGeneratorDependencies,Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource,Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions):void|static=false",
|
|
757
1964
|
"isStatic": false,
|
|
758
1965
|
"parameterCount": 3,
|
|
1966
|
+
"visibility": "Public",
|
|
759
1967
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGeneratorFactory",
|
|
760
1968
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
761
1969
|
}
|
|
762
|
-
],
|
|
763
|
-
"exposedMethods": [
|
|
764
|
-
{
|
|
765
|
-
"tsName": "create",
|
|
766
|
-
"isStatic": false,
|
|
767
|
-
"tsSignatureId": "Create|():Microsoft.EntityFrameworkCore.Query.QuerySqlGenerator|static=false",
|
|
768
|
-
"target": {
|
|
769
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGeneratorFactory",
|
|
770
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
771
|
-
"metadataToken": 100664764
|
|
772
|
-
}
|
|
773
|
-
}
|
|
774
|
-
],
|
|
775
|
-
"exposedConstructors": [
|
|
776
|
-
{
|
|
777
|
-
"isStatic": false,
|
|
778
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.QuerySqlGeneratorDependencies,Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource,Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions):void|static=false",
|
|
779
|
-
"target": {
|
|
780
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQuerySqlGeneratorFactory",
|
|
781
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
782
|
-
"metadataToken": 100664763
|
|
783
|
-
}
|
|
784
|
-
}
|
|
785
1970
|
]
|
|
786
1971
|
},
|
|
787
1972
|
{
|
|
788
1973
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryTranslationPostprocessor",
|
|
789
1974
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryTranslationPostprocessor",
|
|
790
|
-
"tsEmitName": "NpgsqlQueryTranslationPostprocessor",
|
|
791
1975
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
792
1976
|
"metadataToken": 0,
|
|
1977
|
+
"kind": "Class",
|
|
1978
|
+
"accessibility": "Public",
|
|
1979
|
+
"isAbstract": false,
|
|
1980
|
+
"isSealed": false,
|
|
1981
|
+
"isStatic": false,
|
|
1982
|
+
"arity": 0,
|
|
1983
|
+
"baseType": {
|
|
1984
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.RelationalQueryTranslationPostprocessor",
|
|
1985
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.RelationalQueryTranslationPostprocessor"
|
|
1986
|
+
},
|
|
793
1987
|
"methods": [
|
|
794
1988
|
{
|
|
795
1989
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryTranslationPostprocessor::Process(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
796
1990
|
"clrName": "Process",
|
|
797
|
-
"tsEmitName": "process",
|
|
798
1991
|
"metadataToken": 100664766,
|
|
799
1992
|
"canonicalSignature": "(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
800
1993
|
"normalizedSignature": "Process|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
|
|
801
1994
|
"emitScope": "ClassSurface",
|
|
1995
|
+
"provenance": "Original",
|
|
1996
|
+
"arity": 0,
|
|
1997
|
+
"parameterCount": 1,
|
|
1998
|
+
"isStatic": false,
|
|
1999
|
+
"isAbstract": false,
|
|
2000
|
+
"isVirtual": true,
|
|
2001
|
+
"isOverride": true,
|
|
2002
|
+
"isSealed": false,
|
|
2003
|
+
"visibility": "Public",
|
|
2004
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryTranslationPostprocessor",
|
|
2005
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2006
|
+
"isExtensionMethod": false
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryTranslationPostprocessor::ProcessTypeMappings(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
2010
|
+
"clrName": "ProcessTypeMappings",
|
|
2011
|
+
"metadataToken": 100664767,
|
|
2012
|
+
"canonicalSignature": "(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
2013
|
+
"normalizedSignature": "ProcessTypeMappings|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
|
|
2014
|
+
"emitScope": "ClassSurface",
|
|
2015
|
+
"provenance": "Original",
|
|
2016
|
+
"arity": 0,
|
|
2017
|
+
"parameterCount": 1,
|
|
2018
|
+
"isStatic": false,
|
|
2019
|
+
"isAbstract": false,
|
|
2020
|
+
"isVirtual": true,
|
|
2021
|
+
"isOverride": true,
|
|
2022
|
+
"isSealed": false,
|
|
2023
|
+
"visibility": "Protected",
|
|
2024
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryTranslationPostprocessor",
|
|
2025
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2026
|
+
"isExtensionMethod": false
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryTranslationPostprocessor::Prune(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
2030
|
+
"clrName": "Prune",
|
|
2031
|
+
"metadataToken": 100664768,
|
|
2032
|
+
"canonicalSignature": "(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
2033
|
+
"normalizedSignature": "Prune|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
|
|
2034
|
+
"emitScope": "ClassSurface",
|
|
2035
|
+
"provenance": "Original",
|
|
802
2036
|
"arity": 0,
|
|
803
2037
|
"parameterCount": 1,
|
|
2038
|
+
"isStatic": false,
|
|
2039
|
+
"isAbstract": false,
|
|
2040
|
+
"isVirtual": true,
|
|
2041
|
+
"isOverride": true,
|
|
2042
|
+
"isSealed": false,
|
|
2043
|
+
"visibility": "Protected",
|
|
804
2044
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryTranslationPostprocessor",
|
|
805
2045
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
806
2046
|
"isExtensionMethod": false
|
|
@@ -817,57 +2057,95 @@
|
|
|
817
2057
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryTranslationPostprocessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext):void|static=false",
|
|
818
2058
|
"isStatic": false,
|
|
819
2059
|
"parameterCount": 3,
|
|
2060
|
+
"visibility": "Public",
|
|
820
2061
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryTranslationPostprocessor",
|
|
821
2062
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
822
2063
|
}
|
|
823
|
-
],
|
|
824
|
-
"exposedMethods": [
|
|
825
|
-
{
|
|
826
|
-
"tsName": "process",
|
|
827
|
-
"isStatic": false,
|
|
828
|
-
"tsSignatureId": "Process|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
|
|
829
|
-
"target": {
|
|
830
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryTranslationPostprocessor",
|
|
831
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
832
|
-
"metadataToken": 100664766
|
|
833
|
-
}
|
|
834
|
-
}
|
|
835
|
-
],
|
|
836
|
-
"exposedConstructors": [
|
|
837
|
-
{
|
|
838
|
-
"isStatic": false,
|
|
839
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryTranslationPostprocessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext):void|static=false",
|
|
840
|
-
"target": {
|
|
841
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryTranslationPostprocessor",
|
|
842
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
843
|
-
"metadataToken": 100664765
|
|
844
|
-
}
|
|
845
|
-
}
|
|
846
2064
|
]
|
|
847
2065
|
},
|
|
848
2066
|
{
|
|
849
2067
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryTranslationPostprocessorFactory",
|
|
850
2068
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryTranslationPostprocessorFactory",
|
|
851
|
-
"tsEmitName": "NpgsqlQueryTranslationPostprocessorFactory",
|
|
852
2069
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
853
2070
|
"metadataToken": 0,
|
|
2071
|
+
"kind": "Class",
|
|
2072
|
+
"accessibility": "Public",
|
|
2073
|
+
"isAbstract": false,
|
|
2074
|
+
"isSealed": false,
|
|
2075
|
+
"isStatic": false,
|
|
2076
|
+
"arity": 0,
|
|
2077
|
+
"baseType": {
|
|
2078
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2079
|
+
"clrName": "System.Object"
|
|
2080
|
+
},
|
|
2081
|
+
"interfaces": [
|
|
2082
|
+
{
|
|
2083
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.IQueryTranslationPostprocessorFactory",
|
|
2084
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IQueryTranslationPostprocessorFactory"
|
|
2085
|
+
}
|
|
2086
|
+
],
|
|
854
2087
|
"methods": [
|
|
855
2088
|
{
|
|
856
2089
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryTranslationPostprocessorFactory::Create(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext):Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessor",
|
|
857
2090
|
"clrName": "Create",
|
|
858
|
-
"tsEmitName": "create",
|
|
859
2091
|
"metadataToken": 100664772,
|
|
860
2092
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext):Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessor",
|
|
861
2093
|
"normalizedSignature": "Create|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext):Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessor|static=false",
|
|
862
2094
|
"emitScope": "ClassSurface",
|
|
2095
|
+
"provenance": "Original",
|
|
863
2096
|
"arity": 0,
|
|
864
2097
|
"parameterCount": 1,
|
|
2098
|
+
"isStatic": false,
|
|
2099
|
+
"isAbstract": false,
|
|
2100
|
+
"isVirtual": true,
|
|
2101
|
+
"isOverride": false,
|
|
2102
|
+
"isSealed": false,
|
|
2103
|
+
"visibility": "Public",
|
|
865
2104
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryTranslationPostprocessorFactory",
|
|
866
2105
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
867
2106
|
"isExtensionMethod": false
|
|
868
2107
|
}
|
|
869
2108
|
],
|
|
870
|
-
"properties": [
|
|
2109
|
+
"properties": [
|
|
2110
|
+
{
|
|
2111
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryTranslationPostprocessorFactory::Dependencies:Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessorDependencies",
|
|
2112
|
+
"clrName": "Dependencies",
|
|
2113
|
+
"metadataToken": 385876080,
|
|
2114
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessorDependencies",
|
|
2115
|
+
"normalizedSignature": "Dependencies|:Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessorDependencies|static=false|accessor=get",
|
|
2116
|
+
"emitScope": "ClassSurface",
|
|
2117
|
+
"provenance": "Original",
|
|
2118
|
+
"isIndexer": false,
|
|
2119
|
+
"hasGetter": true,
|
|
2120
|
+
"hasSetter": false,
|
|
2121
|
+
"isStatic": false,
|
|
2122
|
+
"isAbstract": false,
|
|
2123
|
+
"isVirtual": true,
|
|
2124
|
+
"isOverride": false,
|
|
2125
|
+
"visibility": "Protected",
|
|
2126
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryTranslationPostprocessorFactory",
|
|
2127
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryTranslationPostprocessorFactory::RelationalDependencies:Microsoft.EntityFrameworkCore.Query.RelationalQueryTranslationPostprocessorDependencies",
|
|
2131
|
+
"clrName": "RelationalDependencies",
|
|
2132
|
+
"metadataToken": 385876081,
|
|
2133
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Query.RelationalQueryTranslationPostprocessorDependencies",
|
|
2134
|
+
"normalizedSignature": "RelationalDependencies|:Microsoft.EntityFrameworkCore.Query.RelationalQueryTranslationPostprocessorDependencies|static=false|accessor=get",
|
|
2135
|
+
"emitScope": "ClassSurface",
|
|
2136
|
+
"provenance": "Original",
|
|
2137
|
+
"isIndexer": false,
|
|
2138
|
+
"hasGetter": true,
|
|
2139
|
+
"hasSetter": false,
|
|
2140
|
+
"isStatic": false,
|
|
2141
|
+
"isAbstract": false,
|
|
2142
|
+
"isVirtual": true,
|
|
2143
|
+
"isOverride": false,
|
|
2144
|
+
"visibility": "Protected",
|
|
2145
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryTranslationPostprocessorFactory",
|
|
2146
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
2147
|
+
}
|
|
2148
|
+
],
|
|
871
2149
|
"fields": [],
|
|
872
2150
|
"events": [],
|
|
873
2151
|
"constructors": [
|
|
@@ -878,41 +2156,49 @@
|
|
|
878
2156
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryTranslationPostprocessorDependencies):void|static=false",
|
|
879
2157
|
"isStatic": false,
|
|
880
2158
|
"parameterCount": 2,
|
|
2159
|
+
"visibility": "Public",
|
|
881
2160
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryTranslationPostprocessorFactory",
|
|
882
2161
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
883
2162
|
}
|
|
884
|
-
],
|
|
885
|
-
"exposedMethods": [
|
|
886
|
-
{
|
|
887
|
-
"tsName": "create",
|
|
888
|
-
"isStatic": false,
|
|
889
|
-
"tsSignatureId": "Create|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext):Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessor|static=false",
|
|
890
|
-
"target": {
|
|
891
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryTranslationPostprocessorFactory",
|
|
892
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
893
|
-
"metadataToken": 100664772
|
|
894
|
-
}
|
|
895
|
-
}
|
|
896
|
-
],
|
|
897
|
-
"exposedConstructors": [
|
|
898
|
-
{
|
|
899
|
-
"isStatic": false,
|
|
900
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryTranslationPostprocessorDependencies):void|static=false",
|
|
901
|
-
"target": {
|
|
902
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlQueryTranslationPostprocessorFactory",
|
|
903
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
904
|
-
"metadataToken": 100664769
|
|
905
|
-
}
|
|
906
|
-
}
|
|
907
2163
|
]
|
|
908
2164
|
},
|
|
909
2165
|
{
|
|
910
2166
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSetOperationTypingInjector",
|
|
911
2167
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSetOperationTypingInjector",
|
|
912
|
-
"tsEmitName": "NpgsqlSetOperationTypingInjector",
|
|
913
2168
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
914
2169
|
"metadataToken": 0,
|
|
915
|
-
"
|
|
2170
|
+
"kind": "Class",
|
|
2171
|
+
"accessibility": "Public",
|
|
2172
|
+
"isAbstract": false,
|
|
2173
|
+
"isSealed": false,
|
|
2174
|
+
"isStatic": false,
|
|
2175
|
+
"arity": 0,
|
|
2176
|
+
"baseType": {
|
|
2177
|
+
"stableId": "System.Linq.Expressions:System.Linq.Expressions.ExpressionVisitor",
|
|
2178
|
+
"clrName": "System.Linq.Expressions.ExpressionVisitor"
|
|
2179
|
+
},
|
|
2180
|
+
"methods": [
|
|
2181
|
+
{
|
|
2182
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSetOperationTypingInjector::VisitExtension(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
2183
|
+
"clrName": "VisitExtension",
|
|
2184
|
+
"metadataToken": 100664773,
|
|
2185
|
+
"canonicalSignature": "(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
2186
|
+
"normalizedSignature": "VisitExtension|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
|
|
2187
|
+
"emitScope": "ClassSurface",
|
|
2188
|
+
"provenance": "Original",
|
|
2189
|
+
"arity": 0,
|
|
2190
|
+
"parameterCount": 1,
|
|
2191
|
+
"isStatic": false,
|
|
2192
|
+
"isAbstract": false,
|
|
2193
|
+
"isVirtual": true,
|
|
2194
|
+
"isOverride": true,
|
|
2195
|
+
"isSealed": false,
|
|
2196
|
+
"visibility": "Protected",
|
|
2197
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSetOperationTypingInjector",
|
|
2198
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2199
|
+
"isExtensionMethod": false
|
|
2200
|
+
}
|
|
2201
|
+
],
|
|
916
2202
|
"properties": [],
|
|
917
2203
|
"fields": [],
|
|
918
2204
|
"events": [],
|
|
@@ -924,29 +2210,393 @@
|
|
|
924
2210
|
"normalizedSignature": "constructor|():void|static=false",
|
|
925
2211
|
"isStatic": false,
|
|
926
2212
|
"parameterCount": 0,
|
|
2213
|
+
"visibility": "Public",
|
|
927
2214
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSetOperationTypingInjector",
|
|
928
2215
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
929
2216
|
}
|
|
930
|
-
],
|
|
931
|
-
"exposedConstructors": [
|
|
932
|
-
{
|
|
933
|
-
"isStatic": false,
|
|
934
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
935
|
-
"target": {
|
|
936
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSetOperationTypingInjector",
|
|
937
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
938
|
-
"metadataToken": 100664775
|
|
939
|
-
}
|
|
940
|
-
}
|
|
941
2217
|
]
|
|
942
2218
|
},
|
|
943
2219
|
{
|
|
944
2220
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor",
|
|
945
2221
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor",
|
|
946
|
-
"tsEmitName": "NpgsqlSqlNullabilityProcessor",
|
|
947
2222
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
948
2223
|
"metadataToken": 0,
|
|
949
|
-
"
|
|
2224
|
+
"kind": "Class",
|
|
2225
|
+
"accessibility": "Public",
|
|
2226
|
+
"isAbstract": false,
|
|
2227
|
+
"isSealed": false,
|
|
2228
|
+
"isStatic": false,
|
|
2229
|
+
"arity": 0,
|
|
2230
|
+
"baseType": {
|
|
2231
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlNullabilityProcessor",
|
|
2232
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.SqlNullabilityProcessor"
|
|
2233
|
+
},
|
|
2234
|
+
"methods": [
|
|
2235
|
+
{
|
|
2236
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor::VisitSqlBinary(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlBinaryExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2237
|
+
"clrName": "VisitSqlBinary",
|
|
2238
|
+
"metadataToken": 100664777,
|
|
2239
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlBinaryExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2240
|
+
"normalizedSignature": "VisitSqlBinary|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlBinaryExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2241
|
+
"emitScope": "ClassSurface",
|
|
2242
|
+
"provenance": "Original",
|
|
2243
|
+
"arity": 0,
|
|
2244
|
+
"parameterCount": 3,
|
|
2245
|
+
"isStatic": false,
|
|
2246
|
+
"isAbstract": false,
|
|
2247
|
+
"isVirtual": true,
|
|
2248
|
+
"isOverride": true,
|
|
2249
|
+
"isSealed": false,
|
|
2250
|
+
"visibility": "Protected",
|
|
2251
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor",
|
|
2252
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2253
|
+
"isExtensionMethod": false,
|
|
2254
|
+
"parameterModifiers": [
|
|
2255
|
+
{
|
|
2256
|
+
"index": 2,
|
|
2257
|
+
"modifier": "out"
|
|
2258
|
+
}
|
|
2259
|
+
]
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor::VisitCustomSqlExpression(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2263
|
+
"clrName": "VisitCustomSqlExpression",
|
|
2264
|
+
"metadataToken": 100664778,
|
|
2265
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2266
|
+
"normalizedSignature": "VisitCustomSqlExpression|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2267
|
+
"emitScope": "ClassSurface",
|
|
2268
|
+
"provenance": "Original",
|
|
2269
|
+
"arity": 0,
|
|
2270
|
+
"parameterCount": 3,
|
|
2271
|
+
"isStatic": false,
|
|
2272
|
+
"isAbstract": false,
|
|
2273
|
+
"isVirtual": true,
|
|
2274
|
+
"isOverride": true,
|
|
2275
|
+
"isSealed": false,
|
|
2276
|
+
"visibility": "Protected",
|
|
2277
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor",
|
|
2278
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2279
|
+
"isExtensionMethod": false,
|
|
2280
|
+
"parameterModifiers": [
|
|
2281
|
+
{
|
|
2282
|
+
"index": 2,
|
|
2283
|
+
"modifier": "out"
|
|
2284
|
+
}
|
|
2285
|
+
]
|
|
2286
|
+
},
|
|
2287
|
+
{
|
|
2288
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor::VisitAny(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2289
|
+
"clrName": "VisitAny",
|
|
2290
|
+
"metadataToken": 100664779,
|
|
2291
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2292
|
+
"normalizedSignature": "VisitAny|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAnyExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2293
|
+
"emitScope": "ClassSurface",
|
|
2294
|
+
"provenance": "Original",
|
|
2295
|
+
"arity": 0,
|
|
2296
|
+
"parameterCount": 3,
|
|
2297
|
+
"isStatic": false,
|
|
2298
|
+
"isAbstract": false,
|
|
2299
|
+
"isVirtual": true,
|
|
2300
|
+
"isOverride": false,
|
|
2301
|
+
"isSealed": false,
|
|
2302
|
+
"visibility": "Protected",
|
|
2303
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor",
|
|
2304
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2305
|
+
"isExtensionMethod": false,
|
|
2306
|
+
"parameterModifiers": [
|
|
2307
|
+
{
|
|
2308
|
+
"index": 2,
|
|
2309
|
+
"modifier": "out"
|
|
2310
|
+
}
|
|
2311
|
+
]
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor::VisitAll(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2315
|
+
"clrName": "VisitAll",
|
|
2316
|
+
"metadataToken": 100664780,
|
|
2317
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2318
|
+
"normalizedSignature": "VisitAll|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgAllExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2319
|
+
"emitScope": "ClassSurface",
|
|
2320
|
+
"provenance": "Original",
|
|
2321
|
+
"arity": 0,
|
|
2322
|
+
"parameterCount": 3,
|
|
2323
|
+
"isStatic": false,
|
|
2324
|
+
"isAbstract": false,
|
|
2325
|
+
"isVirtual": true,
|
|
2326
|
+
"isOverride": false,
|
|
2327
|
+
"isSealed": false,
|
|
2328
|
+
"visibility": "Protected",
|
|
2329
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor",
|
|
2330
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2331
|
+
"isExtensionMethod": false,
|
|
2332
|
+
"parameterModifiers": [
|
|
2333
|
+
{
|
|
2334
|
+
"index": 2,
|
|
2335
|
+
"modifier": "out"
|
|
2336
|
+
}
|
|
2337
|
+
]
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor::VisitArrayIndex(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArrayIndexExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2341
|
+
"clrName": "VisitArrayIndex",
|
|
2342
|
+
"metadataToken": 100664781,
|
|
2343
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArrayIndexExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2344
|
+
"normalizedSignature": "VisitArrayIndex|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArrayIndexExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2345
|
+
"emitScope": "ClassSurface",
|
|
2346
|
+
"provenance": "Original",
|
|
2347
|
+
"arity": 0,
|
|
2348
|
+
"parameterCount": 3,
|
|
2349
|
+
"isStatic": false,
|
|
2350
|
+
"isAbstract": false,
|
|
2351
|
+
"isVirtual": true,
|
|
2352
|
+
"isOverride": false,
|
|
2353
|
+
"isSealed": false,
|
|
2354
|
+
"visibility": "Protected",
|
|
2355
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor",
|
|
2356
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2357
|
+
"isExtensionMethod": false,
|
|
2358
|
+
"parameterModifiers": [
|
|
2359
|
+
{
|
|
2360
|
+
"index": 2,
|
|
2361
|
+
"modifier": "out"
|
|
2362
|
+
}
|
|
2363
|
+
]
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor::VisitArraySlice(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArraySliceExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2367
|
+
"clrName": "VisitArraySlice",
|
|
2368
|
+
"metadataToken": 100664782,
|
|
2369
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArraySliceExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2370
|
+
"normalizedSignature": "VisitArraySlice|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgArraySliceExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2371
|
+
"emitScope": "ClassSurface",
|
|
2372
|
+
"provenance": "Original",
|
|
2373
|
+
"arity": 0,
|
|
2374
|
+
"parameterCount": 3,
|
|
2375
|
+
"isStatic": false,
|
|
2376
|
+
"isAbstract": false,
|
|
2377
|
+
"isVirtual": true,
|
|
2378
|
+
"isOverride": false,
|
|
2379
|
+
"isSealed": false,
|
|
2380
|
+
"visibility": "Protected",
|
|
2381
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor",
|
|
2382
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2383
|
+
"isExtensionMethod": false,
|
|
2384
|
+
"parameterModifiers": [
|
|
2385
|
+
{
|
|
2386
|
+
"index": 2,
|
|
2387
|
+
"modifier": "out"
|
|
2388
|
+
}
|
|
2389
|
+
]
|
|
2390
|
+
},
|
|
2391
|
+
{
|
|
2392
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor::VisitPostgresBinary(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgBinaryExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2393
|
+
"clrName": "VisitPostgresBinary",
|
|
2394
|
+
"metadataToken": 100664783,
|
|
2395
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgBinaryExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2396
|
+
"normalizedSignature": "VisitPostgresBinary|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgBinaryExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2397
|
+
"emitScope": "ClassSurface",
|
|
2398
|
+
"provenance": "Original",
|
|
2399
|
+
"arity": 0,
|
|
2400
|
+
"parameterCount": 3,
|
|
2401
|
+
"isStatic": false,
|
|
2402
|
+
"isAbstract": false,
|
|
2403
|
+
"isVirtual": true,
|
|
2404
|
+
"isOverride": false,
|
|
2405
|
+
"isSealed": false,
|
|
2406
|
+
"visibility": "Protected",
|
|
2407
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor",
|
|
2408
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2409
|
+
"isExtensionMethod": false,
|
|
2410
|
+
"parameterModifiers": [
|
|
2411
|
+
{
|
|
2412
|
+
"index": 2,
|
|
2413
|
+
"modifier": "out"
|
|
2414
|
+
}
|
|
2415
|
+
]
|
|
2416
|
+
},
|
|
2417
|
+
{
|
|
2418
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor::VisitSqlFunction(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlFunctionExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2419
|
+
"clrName": "VisitSqlFunction",
|
|
2420
|
+
"metadataToken": 100664784,
|
|
2421
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlFunctionExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2422
|
+
"normalizedSignature": "VisitSqlFunction|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlFunctionExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2423
|
+
"emitScope": "ClassSurface",
|
|
2424
|
+
"provenance": "Original",
|
|
2425
|
+
"arity": 0,
|
|
2426
|
+
"parameterCount": 3,
|
|
2427
|
+
"isStatic": false,
|
|
2428
|
+
"isAbstract": false,
|
|
2429
|
+
"isVirtual": true,
|
|
2430
|
+
"isOverride": true,
|
|
2431
|
+
"isSealed": false,
|
|
2432
|
+
"visibility": "Protected",
|
|
2433
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor",
|
|
2434
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2435
|
+
"isExtensionMethod": false,
|
|
2436
|
+
"parameterModifiers": [
|
|
2437
|
+
{
|
|
2438
|
+
"index": 2,
|
|
2439
|
+
"modifier": "out"
|
|
2440
|
+
}
|
|
2441
|
+
]
|
|
2442
|
+
},
|
|
2443
|
+
{
|
|
2444
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor::VisitILike(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgILikeExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2445
|
+
"clrName": "VisitILike",
|
|
2446
|
+
"metadataToken": 100664785,
|
|
2447
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgILikeExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2448
|
+
"normalizedSignature": "VisitILike|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgILikeExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2449
|
+
"emitScope": "ClassSurface",
|
|
2450
|
+
"provenance": "Original",
|
|
2451
|
+
"arity": 0,
|
|
2452
|
+
"parameterCount": 3,
|
|
2453
|
+
"isStatic": false,
|
|
2454
|
+
"isAbstract": false,
|
|
2455
|
+
"isVirtual": true,
|
|
2456
|
+
"isOverride": false,
|
|
2457
|
+
"isSealed": false,
|
|
2458
|
+
"visibility": "Protected",
|
|
2459
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor",
|
|
2460
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2461
|
+
"isExtensionMethod": false,
|
|
2462
|
+
"parameterModifiers": [
|
|
2463
|
+
{
|
|
2464
|
+
"index": 2,
|
|
2465
|
+
"modifier": "out"
|
|
2466
|
+
}
|
|
2467
|
+
]
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor::VisitNewArray(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgNewArrayExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2471
|
+
"clrName": "VisitNewArray",
|
|
2472
|
+
"metadataToken": 100664786,
|
|
2473
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgNewArrayExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2474
|
+
"normalizedSignature": "VisitNewArray|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgNewArrayExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2475
|
+
"emitScope": "ClassSurface",
|
|
2476
|
+
"provenance": "Original",
|
|
2477
|
+
"arity": 0,
|
|
2478
|
+
"parameterCount": 3,
|
|
2479
|
+
"isStatic": false,
|
|
2480
|
+
"isAbstract": false,
|
|
2481
|
+
"isVirtual": true,
|
|
2482
|
+
"isOverride": false,
|
|
2483
|
+
"isSealed": false,
|
|
2484
|
+
"visibility": "Protected",
|
|
2485
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor",
|
|
2486
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2487
|
+
"isExtensionMethod": false,
|
|
2488
|
+
"parameterModifiers": [
|
|
2489
|
+
{
|
|
2490
|
+
"index": 2,
|
|
2491
|
+
"modifier": "out"
|
|
2492
|
+
}
|
|
2493
|
+
]
|
|
2494
|
+
},
|
|
2495
|
+
{
|
|
2496
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor::VisitRegexMatch(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2497
|
+
"clrName": "VisitRegexMatch",
|
|
2498
|
+
"metadataToken": 100664787,
|
|
2499
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2500
|
+
"normalizedSignature": "VisitRegexMatch|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRegexMatchExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2501
|
+
"emitScope": "ClassSurface",
|
|
2502
|
+
"provenance": "Original",
|
|
2503
|
+
"arity": 0,
|
|
2504
|
+
"parameterCount": 3,
|
|
2505
|
+
"isStatic": false,
|
|
2506
|
+
"isAbstract": false,
|
|
2507
|
+
"isVirtual": true,
|
|
2508
|
+
"isOverride": false,
|
|
2509
|
+
"isSealed": false,
|
|
2510
|
+
"visibility": "Protected",
|
|
2511
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor",
|
|
2512
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2513
|
+
"isExtensionMethod": false,
|
|
2514
|
+
"parameterModifiers": [
|
|
2515
|
+
{
|
|
2516
|
+
"index": 2,
|
|
2517
|
+
"modifier": "out"
|
|
2518
|
+
}
|
|
2519
|
+
]
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor::VisitJsonTraversal(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgJsonTraversalExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2523
|
+
"clrName": "VisitJsonTraversal",
|
|
2524
|
+
"metadataToken": 100664788,
|
|
2525
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgJsonTraversalExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2526
|
+
"normalizedSignature": "VisitJsonTraversal|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgJsonTraversalExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2527
|
+
"emitScope": "ClassSurface",
|
|
2528
|
+
"provenance": "Original",
|
|
2529
|
+
"arity": 0,
|
|
2530
|
+
"parameterCount": 3,
|
|
2531
|
+
"isStatic": false,
|
|
2532
|
+
"isAbstract": false,
|
|
2533
|
+
"isVirtual": true,
|
|
2534
|
+
"isOverride": false,
|
|
2535
|
+
"isSealed": false,
|
|
2536
|
+
"visibility": "Protected",
|
|
2537
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor",
|
|
2538
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2539
|
+
"isExtensionMethod": false,
|
|
2540
|
+
"parameterModifiers": [
|
|
2541
|
+
{
|
|
2542
|
+
"index": 2,
|
|
2543
|
+
"modifier": "out"
|
|
2544
|
+
}
|
|
2545
|
+
]
|
|
2546
|
+
},
|
|
2547
|
+
{
|
|
2548
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor::VisitRowValueExpression(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRowValueExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2549
|
+
"clrName": "VisitRowValueExpression",
|
|
2550
|
+
"metadataToken": 100664789,
|
|
2551
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRowValueExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2552
|
+
"normalizedSignature": "VisitRowValueExpression|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgRowValueExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2553
|
+
"emitScope": "ClassSurface",
|
|
2554
|
+
"provenance": "Original",
|
|
2555
|
+
"arity": 0,
|
|
2556
|
+
"parameterCount": 3,
|
|
2557
|
+
"isStatic": false,
|
|
2558
|
+
"isAbstract": false,
|
|
2559
|
+
"isVirtual": true,
|
|
2560
|
+
"isOverride": false,
|
|
2561
|
+
"isSealed": false,
|
|
2562
|
+
"visibility": "Protected",
|
|
2563
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor",
|
|
2564
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2565
|
+
"isExtensionMethod": false,
|
|
2566
|
+
"parameterModifiers": [
|
|
2567
|
+
{
|
|
2568
|
+
"index": 2,
|
|
2569
|
+
"modifier": "out"
|
|
2570
|
+
}
|
|
2571
|
+
]
|
|
2572
|
+
},
|
|
2573
|
+
{
|
|
2574
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor::VisitUnknownBinary(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnknownBinaryExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2575
|
+
"clrName": "VisitUnknownBinary",
|
|
2576
|
+
"metadataToken": 100664790,
|
|
2577
|
+
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnknownBinaryExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2578
|
+
"normalizedSignature": "VisitUnknownBinary|(Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.PgUnknownBinaryExpression,System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2579
|
+
"emitScope": "ClassSurface",
|
|
2580
|
+
"provenance": "Original",
|
|
2581
|
+
"arity": 0,
|
|
2582
|
+
"parameterCount": 3,
|
|
2583
|
+
"isStatic": false,
|
|
2584
|
+
"isAbstract": false,
|
|
2585
|
+
"isVirtual": true,
|
|
2586
|
+
"isOverride": false,
|
|
2587
|
+
"isSealed": false,
|
|
2588
|
+
"visibility": "Protected",
|
|
2589
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor",
|
|
2590
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2591
|
+
"isExtensionMethod": false,
|
|
2592
|
+
"parameterModifiers": [
|
|
2593
|
+
{
|
|
2594
|
+
"index": 2,
|
|
2595
|
+
"modifier": "out"
|
|
2596
|
+
}
|
|
2597
|
+
]
|
|
2598
|
+
}
|
|
2599
|
+
],
|
|
950
2600
|
"properties": [],
|
|
951
2601
|
"fields": [],
|
|
952
2602
|
"events": [],
|
|
@@ -958,39 +2608,164 @@
|
|
|
958
2608
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorParameters):void|static=false",
|
|
959
2609
|
"isStatic": false,
|
|
960
2610
|
"parameterCount": 2,
|
|
2611
|
+
"visibility": "Public",
|
|
961
2612
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor",
|
|
962
2613
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
963
2614
|
}
|
|
964
|
-
],
|
|
965
|
-
"exposedConstructors": [
|
|
966
|
-
{
|
|
967
|
-
"isStatic": false,
|
|
968
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorParameters):void|static=false",
|
|
969
|
-
"target": {
|
|
970
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlNullabilityProcessor",
|
|
971
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
972
|
-
"metadataToken": 100664776
|
|
973
|
-
}
|
|
974
|
-
}
|
|
975
2615
|
]
|
|
976
2616
|
},
|
|
977
2617
|
{
|
|
978
2618
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor",
|
|
979
2619
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor",
|
|
980
|
-
"tsEmitName": "NpgsqlSqlTranslatingExpressionVisitor",
|
|
981
2620
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
982
2621
|
"metadataToken": 0,
|
|
2622
|
+
"kind": "Class",
|
|
2623
|
+
"accessibility": "Public",
|
|
2624
|
+
"isAbstract": false,
|
|
2625
|
+
"isSealed": false,
|
|
2626
|
+
"isStatic": false,
|
|
2627
|
+
"arity": 0,
|
|
2628
|
+
"baseType": {
|
|
2629
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitor",
|
|
2630
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitor"
|
|
2631
|
+
},
|
|
983
2632
|
"methods": [
|
|
2633
|
+
{
|
|
2634
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor::VisitConditional(System.Linq.Expressions.ConditionalExpression):System.Linq.Expressions.Expression",
|
|
2635
|
+
"clrName": "VisitConditional",
|
|
2636
|
+
"metadataToken": 100664798,
|
|
2637
|
+
"canonicalSignature": "(System.Linq.Expressions.ConditionalExpression):System.Linq.Expressions.Expression",
|
|
2638
|
+
"normalizedSignature": "VisitConditional|(System.Linq.Expressions.ConditionalExpression):System.Linq.Expressions.Expression|static=false",
|
|
2639
|
+
"emitScope": "ClassSurface",
|
|
2640
|
+
"provenance": "Original",
|
|
2641
|
+
"arity": 0,
|
|
2642
|
+
"parameterCount": 1,
|
|
2643
|
+
"isStatic": false,
|
|
2644
|
+
"isAbstract": false,
|
|
2645
|
+
"isVirtual": true,
|
|
2646
|
+
"isOverride": true,
|
|
2647
|
+
"isSealed": false,
|
|
2648
|
+
"visibility": "Protected",
|
|
2649
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor",
|
|
2650
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2651
|
+
"isExtensionMethod": false
|
|
2652
|
+
},
|
|
2653
|
+
{
|
|
2654
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor::VisitUnary(System.Linq.Expressions.UnaryExpression):System.Linq.Expressions.Expression",
|
|
2655
|
+
"clrName": "VisitUnary",
|
|
2656
|
+
"metadataToken": 100664799,
|
|
2657
|
+
"canonicalSignature": "(System.Linq.Expressions.UnaryExpression):System.Linq.Expressions.Expression",
|
|
2658
|
+
"normalizedSignature": "VisitUnary|(System.Linq.Expressions.UnaryExpression):System.Linq.Expressions.Expression|static=false",
|
|
2659
|
+
"emitScope": "ClassSurface",
|
|
2660
|
+
"provenance": "Original",
|
|
2661
|
+
"arity": 0,
|
|
2662
|
+
"parameterCount": 1,
|
|
2663
|
+
"isStatic": false,
|
|
2664
|
+
"isAbstract": false,
|
|
2665
|
+
"isVirtual": true,
|
|
2666
|
+
"isOverride": true,
|
|
2667
|
+
"isSealed": false,
|
|
2668
|
+
"visibility": "Protected",
|
|
2669
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor",
|
|
2670
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2671
|
+
"isExtensionMethod": false
|
|
2672
|
+
},
|
|
2673
|
+
{
|
|
2674
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor::VisitNewArray(System.Linq.Expressions.NewArrayExpression):System.Linq.Expressions.Expression",
|
|
2675
|
+
"clrName": "VisitNewArray",
|
|
2676
|
+
"metadataToken": 100664800,
|
|
2677
|
+
"canonicalSignature": "(System.Linq.Expressions.NewArrayExpression):System.Linq.Expressions.Expression",
|
|
2678
|
+
"normalizedSignature": "VisitNewArray|(System.Linq.Expressions.NewArrayExpression):System.Linq.Expressions.Expression|static=false",
|
|
2679
|
+
"emitScope": "ClassSurface",
|
|
2680
|
+
"provenance": "Original",
|
|
2681
|
+
"arity": 0,
|
|
2682
|
+
"parameterCount": 1,
|
|
2683
|
+
"isStatic": false,
|
|
2684
|
+
"isAbstract": false,
|
|
2685
|
+
"isVirtual": true,
|
|
2686
|
+
"isOverride": true,
|
|
2687
|
+
"isSealed": false,
|
|
2688
|
+
"visibility": "Protected",
|
|
2689
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor",
|
|
2690
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2691
|
+
"isExtensionMethod": false
|
|
2692
|
+
},
|
|
2693
|
+
{
|
|
2694
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor::VisitBinary(System.Linq.Expressions.BinaryExpression):System.Linq.Expressions.Expression",
|
|
2695
|
+
"clrName": "VisitBinary",
|
|
2696
|
+
"metadataToken": 100664801,
|
|
2697
|
+
"canonicalSignature": "(System.Linq.Expressions.BinaryExpression):System.Linq.Expressions.Expression",
|
|
2698
|
+
"normalizedSignature": "VisitBinary|(System.Linq.Expressions.BinaryExpression):System.Linq.Expressions.Expression|static=false",
|
|
2699
|
+
"emitScope": "ClassSurface",
|
|
2700
|
+
"provenance": "Original",
|
|
2701
|
+
"arity": 0,
|
|
2702
|
+
"parameterCount": 1,
|
|
2703
|
+
"isStatic": false,
|
|
2704
|
+
"isAbstract": false,
|
|
2705
|
+
"isVirtual": true,
|
|
2706
|
+
"isOverride": true,
|
|
2707
|
+
"isSealed": false,
|
|
2708
|
+
"visibility": "Protected",
|
|
2709
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor",
|
|
2710
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2711
|
+
"isExtensionMethod": false
|
|
2712
|
+
},
|
|
2713
|
+
{
|
|
2714
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor::VisitMethodCall(System.Linq.Expressions.MethodCallExpression):System.Linq.Expressions.Expression",
|
|
2715
|
+
"clrName": "VisitMethodCall",
|
|
2716
|
+
"metadataToken": 100664802,
|
|
2717
|
+
"canonicalSignature": "(System.Linq.Expressions.MethodCallExpression):System.Linq.Expressions.Expression",
|
|
2718
|
+
"normalizedSignature": "VisitMethodCall|(System.Linq.Expressions.MethodCallExpression):System.Linq.Expressions.Expression|static=false",
|
|
2719
|
+
"emitScope": "ClassSurface",
|
|
2720
|
+
"provenance": "Original",
|
|
2721
|
+
"arity": 0,
|
|
2722
|
+
"parameterCount": 1,
|
|
2723
|
+
"isStatic": false,
|
|
2724
|
+
"isAbstract": false,
|
|
2725
|
+
"isVirtual": true,
|
|
2726
|
+
"isOverride": true,
|
|
2727
|
+
"isSealed": false,
|
|
2728
|
+
"visibility": "Protected",
|
|
2729
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor",
|
|
2730
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2731
|
+
"isExtensionMethod": false
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor::VisitNew(System.Linq.Expressions.NewExpression):System.Linq.Expressions.Expression",
|
|
2735
|
+
"clrName": "VisitNew",
|
|
2736
|
+
"metadataToken": 100664804,
|
|
2737
|
+
"canonicalSignature": "(System.Linq.Expressions.NewExpression):System.Linq.Expressions.Expression",
|
|
2738
|
+
"normalizedSignature": "VisitNew|(System.Linq.Expressions.NewExpression):System.Linq.Expressions.Expression|static=false",
|
|
2739
|
+
"emitScope": "ClassSurface",
|
|
2740
|
+
"provenance": "Original",
|
|
2741
|
+
"arity": 0,
|
|
2742
|
+
"parameterCount": 1,
|
|
2743
|
+
"isStatic": false,
|
|
2744
|
+
"isAbstract": false,
|
|
2745
|
+
"isVirtual": true,
|
|
2746
|
+
"isOverride": true,
|
|
2747
|
+
"isSealed": false,
|
|
2748
|
+
"visibility": "Protected",
|
|
2749
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor",
|
|
2750
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2751
|
+
"isExtensionMethod": false
|
|
2752
|
+
},
|
|
984
2753
|
{
|
|
985
2754
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor::ConstructLikePatternParameter(Microsoft.EntityFrameworkCore.Query.QueryContext,System.String,Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains):System.String",
|
|
986
2755
|
"clrName": "ConstructLikePatternParameter",
|
|
987
|
-
"tsEmitName": "constructLikePatternParameter",
|
|
988
2756
|
"metadataToken": 100664806,
|
|
989
2757
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.QueryContext,System.String,Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains):System.String",
|
|
990
2758
|
"normalizedSignature": "ConstructLikePatternParameter|(Microsoft.EntityFrameworkCore.Query.QueryContext,System.String,Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains):System.String|static=true",
|
|
991
2759
|
"emitScope": "ClassSurface",
|
|
2760
|
+
"provenance": "Original",
|
|
992
2761
|
"arity": 0,
|
|
993
2762
|
"parameterCount": 3,
|
|
2763
|
+
"isStatic": true,
|
|
2764
|
+
"isAbstract": false,
|
|
2765
|
+
"isVirtual": false,
|
|
2766
|
+
"isOverride": false,
|
|
2767
|
+
"isSealed": false,
|
|
2768
|
+
"visibility": "Public",
|
|
994
2769
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor",
|
|
995
2770
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
996
2771
|
"isExtensionMethod": false
|
|
@@ -998,13 +2773,19 @@
|
|
|
998
2773
|
{
|
|
999
2774
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor::GenerateGreatest(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.Query.SqlExpressions.SqlExpression",
|
|
1000
2775
|
"clrName": "GenerateGreatest",
|
|
1001
|
-
"tsEmitName": "generateGreatest",
|
|
1002
2776
|
"metadataToken": 100664809,
|
|
1003
2777
|
"canonicalSignature": "(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.Query.SqlExpressions.SqlExpression",
|
|
1004
2778
|
"normalizedSignature": "GenerateGreatest|(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.Query.SqlExpressions.SqlExpression|static=false",
|
|
1005
2779
|
"emitScope": "ClassSurface",
|
|
2780
|
+
"provenance": "Original",
|
|
1006
2781
|
"arity": 0,
|
|
1007
2782
|
"parameterCount": 2,
|
|
2783
|
+
"isStatic": false,
|
|
2784
|
+
"isAbstract": false,
|
|
2785
|
+
"isVirtual": true,
|
|
2786
|
+
"isOverride": true,
|
|
2787
|
+
"isSealed": false,
|
|
2788
|
+
"visibility": "Public",
|
|
1008
2789
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor",
|
|
1009
2790
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1010
2791
|
"isExtensionMethod": false
|
|
@@ -1012,13 +2793,19 @@
|
|
|
1012
2793
|
{
|
|
1013
2794
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor::GenerateLeast(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.Query.SqlExpressions.SqlExpression",
|
|
1014
2795
|
"clrName": "GenerateLeast",
|
|
1015
|
-
"tsEmitName": "generateLeast",
|
|
1016
2796
|
"metadataToken": 100664810,
|
|
1017
2797
|
"canonicalSignature": "(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.Query.SqlExpressions.SqlExpression",
|
|
1018
2798
|
"normalizedSignature": "GenerateLeast|(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.Query.SqlExpressions.SqlExpression|static=false",
|
|
1019
2799
|
"emitScope": "ClassSurface",
|
|
2800
|
+
"provenance": "Original",
|
|
1020
2801
|
"arity": 0,
|
|
1021
2802
|
"parameterCount": 2,
|
|
2803
|
+
"isStatic": false,
|
|
2804
|
+
"isAbstract": false,
|
|
2805
|
+
"isVirtual": true,
|
|
2806
|
+
"isOverride": true,
|
|
2807
|
+
"isSealed": false,
|
|
2808
|
+
"visibility": "Public",
|
|
1022
2809
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor",
|
|
1023
2810
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1024
2811
|
"isExtensionMethod": false
|
|
@@ -1035,71 +2822,50 @@
|
|
|
1035
2822
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.Query.QueryCompilationContext,Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor):void|static=false",
|
|
1036
2823
|
"isStatic": false,
|
|
1037
2824
|
"parameterCount": 3,
|
|
2825
|
+
"visibility": "Public",
|
|
1038
2826
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor",
|
|
1039
2827
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1040
2828
|
}
|
|
1041
|
-
],
|
|
1042
|
-
"exposedMethods": [
|
|
1043
|
-
{
|
|
1044
|
-
"tsName": "constructLikePatternParameter",
|
|
1045
|
-
"isStatic": true,
|
|
1046
|
-
"tsSignatureId": "ConstructLikePatternParameter|(Microsoft.EntityFrameworkCore.Query.QueryContext,System.String,Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains):System.String|static=true",
|
|
1047
|
-
"target": {
|
|
1048
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor",
|
|
1049
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1050
|
-
"metadataToken": 100664806
|
|
1051
|
-
}
|
|
1052
|
-
},
|
|
1053
|
-
{
|
|
1054
|
-
"tsName": "generateGreatest",
|
|
1055
|
-
"isStatic": false,
|
|
1056
|
-
"tsSignatureId": "GenerateGreatest|(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.Query.SqlExpressions.SqlExpression|static=false",
|
|
1057
|
-
"target": {
|
|
1058
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor",
|
|
1059
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1060
|
-
"metadataToken": 100664809
|
|
1061
|
-
}
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
"tsName": "generateLeast",
|
|
1065
|
-
"isStatic": false,
|
|
1066
|
-
"tsSignatureId": "GenerateLeast|(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.Query.SqlExpressions.SqlExpression|static=false",
|
|
1067
|
-
"target": {
|
|
1068
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor",
|
|
1069
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1070
|
-
"metadataToken": 100664810
|
|
1071
|
-
}
|
|
1072
|
-
}
|
|
1073
|
-
],
|
|
1074
|
-
"exposedConstructors": [
|
|
1075
|
-
{
|
|
1076
|
-
"isStatic": false,
|
|
1077
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.Query.QueryCompilationContext,Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor):void|static=false",
|
|
1078
|
-
"target": {
|
|
1079
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitor",
|
|
1080
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1081
|
-
"metadataToken": 100664797
|
|
1082
|
-
}
|
|
1083
|
-
}
|
|
1084
2829
|
]
|
|
1085
2830
|
},
|
|
1086
2831
|
{
|
|
1087
2832
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitorFactory",
|
|
1088
2833
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitorFactory",
|
|
1089
|
-
"tsEmitName": "NpgsqlSqlTranslatingExpressionVisitorFactory",
|
|
1090
2834
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1091
2835
|
"metadataToken": 0,
|
|
2836
|
+
"kind": "Class",
|
|
2837
|
+
"accessibility": "Public",
|
|
2838
|
+
"isAbstract": false,
|
|
2839
|
+
"isSealed": false,
|
|
2840
|
+
"isStatic": false,
|
|
2841
|
+
"arity": 0,
|
|
2842
|
+
"baseType": {
|
|
2843
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2844
|
+
"clrName": "System.Object"
|
|
2845
|
+
},
|
|
2846
|
+
"interfaces": [
|
|
2847
|
+
{
|
|
2848
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.IRelationalSqlTranslatingExpressionVisitorFactory",
|
|
2849
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IRelationalSqlTranslatingExpressionVisitorFactory"
|
|
2850
|
+
}
|
|
2851
|
+
],
|
|
1092
2852
|
"methods": [
|
|
1093
2853
|
{
|
|
1094
2854
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitorFactory::Create(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext,Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor):Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitor",
|
|
1095
2855
|
"clrName": "Create",
|
|
1096
|
-
"tsEmitName": "create",
|
|
1097
2856
|
"metadataToken": 100664818,
|
|
1098
2857
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext,Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor):Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitor",
|
|
1099
2858
|
"normalizedSignature": "Create|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext,Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor):Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitor|static=false",
|
|
1100
2859
|
"emitScope": "ClassSurface",
|
|
2860
|
+
"provenance": "Original",
|
|
1101
2861
|
"arity": 0,
|
|
1102
2862
|
"parameterCount": 2,
|
|
2863
|
+
"isStatic": false,
|
|
2864
|
+
"isAbstract": false,
|
|
2865
|
+
"isVirtual": true,
|
|
2866
|
+
"isOverride": false,
|
|
2867
|
+
"isSealed": false,
|
|
2868
|
+
"visibility": "Public",
|
|
1103
2869
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitorFactory",
|
|
1104
2870
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1105
2871
|
"isExtensionMethod": false
|
|
@@ -1116,41 +2882,49 @@
|
|
|
1116
2882
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies):void|static=false",
|
|
1117
2883
|
"isStatic": false,
|
|
1118
2884
|
"parameterCount": 1,
|
|
2885
|
+
"visibility": "Public",
|
|
1119
2886
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitorFactory",
|
|
1120
2887
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1121
2888
|
}
|
|
1122
|
-
],
|
|
1123
|
-
"exposedMethods": [
|
|
1124
|
-
{
|
|
1125
|
-
"tsName": "create",
|
|
1126
|
-
"isStatic": false,
|
|
1127
|
-
"tsSignatureId": "Create|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext,Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor):Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitor|static=false",
|
|
1128
|
-
"target": {
|
|
1129
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitorFactory",
|
|
1130
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1131
|
-
"metadataToken": 100664818
|
|
1132
|
-
}
|
|
1133
|
-
}
|
|
1134
|
-
],
|
|
1135
|
-
"exposedConstructors": [
|
|
1136
|
-
{
|
|
1137
|
-
"isStatic": false,
|
|
1138
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies):void|static=false",
|
|
1139
|
-
"target": {
|
|
1140
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTranslatingExpressionVisitorFactory",
|
|
1141
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1142
|
-
"metadataToken": 100664817
|
|
1143
|
-
}
|
|
1144
|
-
}
|
|
1145
2889
|
]
|
|
1146
2890
|
},
|
|
1147
2891
|
{
|
|
1148
2892
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTreePruner",
|
|
1149
2893
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTreePruner",
|
|
1150
|
-
"tsEmitName": "NpgsqlSqlTreePruner",
|
|
1151
2894
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1152
2895
|
"metadataToken": 0,
|
|
1153
|
-
"
|
|
2896
|
+
"kind": "Class",
|
|
2897
|
+
"accessibility": "Public",
|
|
2898
|
+
"isAbstract": false,
|
|
2899
|
+
"isSealed": false,
|
|
2900
|
+
"isStatic": false,
|
|
2901
|
+
"arity": 0,
|
|
2902
|
+
"baseType": {
|
|
2903
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlTreePruner",
|
|
2904
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.SqlTreePruner"
|
|
2905
|
+
},
|
|
2906
|
+
"methods": [
|
|
2907
|
+
{
|
|
2908
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTreePruner::VisitExtension(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
2909
|
+
"clrName": "VisitExtension",
|
|
2910
|
+
"metadataToken": 100664819,
|
|
2911
|
+
"canonicalSignature": "(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
2912
|
+
"normalizedSignature": "VisitExtension|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
|
|
2913
|
+
"emitScope": "ClassSurface",
|
|
2914
|
+
"provenance": "Original",
|
|
2915
|
+
"arity": 0,
|
|
2916
|
+
"parameterCount": 1,
|
|
2917
|
+
"isStatic": false,
|
|
2918
|
+
"isAbstract": false,
|
|
2919
|
+
"isVirtual": true,
|
|
2920
|
+
"isOverride": true,
|
|
2921
|
+
"isSealed": false,
|
|
2922
|
+
"visibility": "Protected",
|
|
2923
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTreePruner",
|
|
2924
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2925
|
+
"isExtensionMethod": false
|
|
2926
|
+
}
|
|
2927
|
+
],
|
|
1154
2928
|
"properties": [],
|
|
1155
2929
|
"fields": [],
|
|
1156
2930
|
"events": [],
|
|
@@ -1162,29 +2936,49 @@
|
|
|
1162
2936
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1163
2937
|
"isStatic": false,
|
|
1164
2938
|
"parameterCount": 0,
|
|
2939
|
+
"visibility": "Public",
|
|
1165
2940
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTreePruner",
|
|
1166
2941
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1167
2942
|
}
|
|
1168
|
-
],
|
|
1169
|
-
"exposedConstructors": [
|
|
1170
|
-
{
|
|
1171
|
-
"isStatic": false,
|
|
1172
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
1173
|
-
"target": {
|
|
1174
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlSqlTreePruner",
|
|
1175
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1176
|
-
"metadataToken": 100664820
|
|
1177
|
-
}
|
|
1178
|
-
}
|
|
1179
2943
|
]
|
|
1180
2944
|
},
|
|
1181
2945
|
{
|
|
1182
2946
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlTypeMappingPostprocessor",
|
|
1183
2947
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlTypeMappingPostprocessor",
|
|
1184
|
-
"tsEmitName": "NpgsqlTypeMappingPostprocessor",
|
|
1185
2948
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1186
2949
|
"metadataToken": 0,
|
|
1187
|
-
"
|
|
2950
|
+
"kind": "Class",
|
|
2951
|
+
"accessibility": "Public",
|
|
2952
|
+
"isAbstract": false,
|
|
2953
|
+
"isSealed": false,
|
|
2954
|
+
"isStatic": false,
|
|
2955
|
+
"arity": 0,
|
|
2956
|
+
"baseType": {
|
|
2957
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.RelationalTypeMappingPostprocessor",
|
|
2958
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.RelationalTypeMappingPostprocessor"
|
|
2959
|
+
},
|
|
2960
|
+
"methods": [
|
|
2961
|
+
{
|
|
2962
|
+
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlTypeMappingPostprocessor::VisitExtension(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
2963
|
+
"clrName": "VisitExtension",
|
|
2964
|
+
"metadataToken": 100664822,
|
|
2965
|
+
"canonicalSignature": "(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
2966
|
+
"normalizedSignature": "VisitExtension|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
|
|
2967
|
+
"emitScope": "ClassSurface",
|
|
2968
|
+
"provenance": "Original",
|
|
2969
|
+
"arity": 0,
|
|
2970
|
+
"parameterCount": 1,
|
|
2971
|
+
"isStatic": false,
|
|
2972
|
+
"isAbstract": false,
|
|
2973
|
+
"isVirtual": true,
|
|
2974
|
+
"isOverride": true,
|
|
2975
|
+
"isSealed": false,
|
|
2976
|
+
"visibility": "Protected",
|
|
2977
|
+
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlTypeMappingPostprocessor",
|
|
2978
|
+
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
2979
|
+
"isExtensionMethod": false
|
|
2980
|
+
}
|
|
2981
|
+
],
|
|
1188
2982
|
"properties": [],
|
|
1189
2983
|
"fields": [],
|
|
1190
2984
|
"events": [],
|
|
@@ -1196,39 +2990,44 @@
|
|
|
1196
2990
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryTranslationPostprocessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext):void|static=false",
|
|
1197
2991
|
"isStatic": false,
|
|
1198
2992
|
"parameterCount": 3,
|
|
2993
|
+
"visibility": "Public",
|
|
1199
2994
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlTypeMappingPostprocessor",
|
|
1200
2995
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1201
2996
|
}
|
|
1202
|
-
],
|
|
1203
|
-
"exposedConstructors": [
|
|
1204
|
-
{
|
|
1205
|
-
"isStatic": false,
|
|
1206
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryTranslationPostprocessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext):void|static=false",
|
|
1207
|
-
"target": {
|
|
1208
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlTypeMappingPostprocessor",
|
|
1209
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1210
|
-
"metadataToken": 100664821
|
|
1211
|
-
}
|
|
1212
|
-
}
|
|
1213
2997
|
]
|
|
1214
2998
|
},
|
|
1215
2999
|
{
|
|
1216
3000
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlUnnestPostprocessor",
|
|
1217
3001
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlUnnestPostprocessor",
|
|
1218
|
-
"tsEmitName": "NpgsqlUnnestPostprocessor",
|
|
1219
3002
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1220
3003
|
"metadataToken": 0,
|
|
3004
|
+
"kind": "Class",
|
|
3005
|
+
"accessibility": "Public",
|
|
3006
|
+
"isAbstract": false,
|
|
3007
|
+
"isSealed": false,
|
|
3008
|
+
"isStatic": false,
|
|
3009
|
+
"arity": 0,
|
|
3010
|
+
"baseType": {
|
|
3011
|
+
"stableId": "System.Linq.Expressions:System.Linq.Expressions.ExpressionVisitor",
|
|
3012
|
+
"clrName": "System.Linq.Expressions.ExpressionVisitor"
|
|
3013
|
+
},
|
|
1221
3014
|
"methods": [
|
|
1222
3015
|
{
|
|
1223
3016
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlUnnestPostprocessor::Visit(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
1224
3017
|
"clrName": "Visit",
|
|
1225
|
-
"tsEmitName": "visit",
|
|
1226
3018
|
"metadataToken": 100664823,
|
|
1227
3019
|
"canonicalSignature": "(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
1228
3020
|
"normalizedSignature": "Visit|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
|
|
1229
3021
|
"emitScope": "ClassSurface",
|
|
3022
|
+
"provenance": "Original",
|
|
1230
3023
|
"arity": 0,
|
|
1231
3024
|
"parameterCount": 1,
|
|
3025
|
+
"isStatic": false,
|
|
3026
|
+
"isAbstract": false,
|
|
3027
|
+
"isVirtual": true,
|
|
3028
|
+
"isOverride": true,
|
|
3029
|
+
"isSealed": false,
|
|
3030
|
+
"visibility": "Public",
|
|
1232
3031
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlUnnestPostprocessor",
|
|
1233
3032
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1234
3033
|
"isExtensionMethod": false
|
|
@@ -1245,32 +3044,10 @@
|
|
|
1245
3044
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1246
3045
|
"isStatic": false,
|
|
1247
3046
|
"parameterCount": 0,
|
|
3047
|
+
"visibility": "Public",
|
|
1248
3048
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlUnnestPostprocessor",
|
|
1249
3049
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1250
3050
|
}
|
|
1251
|
-
],
|
|
1252
|
-
"exposedMethods": [
|
|
1253
|
-
{
|
|
1254
|
-
"tsName": "visit",
|
|
1255
|
-
"isStatic": false,
|
|
1256
|
-
"tsSignatureId": "Visit|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
|
|
1257
|
-
"target": {
|
|
1258
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlUnnestPostprocessor",
|
|
1259
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1260
|
-
"metadataToken": 100664823
|
|
1261
|
-
}
|
|
1262
|
-
}
|
|
1263
|
-
],
|
|
1264
|
-
"exposedConstructors": [
|
|
1265
|
-
{
|
|
1266
|
-
"isStatic": false,
|
|
1267
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
1268
|
-
"target": {
|
|
1269
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.NpgsqlUnnestPostprocessor",
|
|
1270
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1271
|
-
"metadataToken": 100664824
|
|
1272
|
-
}
|
|
1273
|
-
}
|
|
1274
3051
|
]
|
|
1275
3052
|
}
|
|
1276
3053
|
]
|