@tsonic/efcore-sqlite 0.1.1 → 10.0.1
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.Data.Sqlite/bindings.json +1757 -3354
- package/Microsoft.Data.Sqlite/internal/index.d.ts +261 -261
- package/Microsoft.DotNet.PlatformAbstractions/bindings.json +45 -72
- package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
- package/Microsoft.EntityFrameworkCore/bindings.json +497 -803
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +53 -260
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +31 -38
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +15 -37
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +65 -121
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +29 -40
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +51 -97
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +55 -284
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +43 -85
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +319 -564
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +37 -139
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +73 -142
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +10 -10
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +578 -1209
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +60 -60
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +33 -61
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +223 -458
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +148 -250
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +75 -152
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.DependencyModel/bindings.json +530 -1368
- package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +78 -78
- package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +109 -228
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
- package/SQLitePCL/bindings.json +9554 -14759
- package/SQLitePCL/internal/index.d.ts +33 -33
- package/System.Collections.Generic/bindings.json +48 -70
- package/System.Collections.Generic/internal/index.d.ts +6 -6
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +12 -12
- package/package.json +5 -5
- package/Microsoft.Data.Sqlite/internal/metadata.json +0 -4417
- package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +0 -121
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -1368
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -267
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -82
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -54
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -203
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +0 -157
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +0 -293
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +0 -133
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +0 -855
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +0 -161
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +0 -214
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +0 -1844
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +0 -707
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +0 -438
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +0 -280
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Microsoft.Extensions.DependencyModel/internal/metadata.json +0 -1654
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +0 -329
- package/SQLitePCL/internal/metadata.json +0 -11902
- package/System.Collections.Generic/internal/metadata.json +0 -123
|
@@ -1,23 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.EntityFrameworkCore.Sqlite"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression",
|
|
6
9
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression",
|
|
7
|
-
"tsEmitName": "GlobExpression",
|
|
8
10
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Class",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": false,
|
|
15
|
+
"isSealed": false,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
10
18
|
"methods": [
|
|
11
19
|
{
|
|
12
20
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression",
|
|
13
21
|
"clrName": "Update",
|
|
14
|
-
"tsEmitName": "update",
|
|
15
22
|
"metadataToken": 100663935,
|
|
16
23
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression",
|
|
17
24
|
"normalizedSignature": "Update|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression|static=false",
|
|
18
25
|
"emitScope": "ClassSurface",
|
|
26
|
+
"provenance": "Original",
|
|
19
27
|
"arity": 0,
|
|
20
28
|
"parameterCount": 2,
|
|
29
|
+
"isStatic": false,
|
|
30
|
+
"isAbstract": false,
|
|
31
|
+
"isVirtual": true,
|
|
32
|
+
"isOverride": false,
|
|
33
|
+
"isSealed": false,
|
|
21
34
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression",
|
|
22
35
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
23
36
|
"isExtensionMethod": false
|
|
@@ -25,13 +38,18 @@
|
|
|
25
38
|
{
|
|
26
39
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression::Quote():System.Linq.Expressions.Expression",
|
|
27
40
|
"clrName": "Quote",
|
|
28
|
-
"tsEmitName": "quote",
|
|
29
41
|
"metadataToken": 100663936,
|
|
30
42
|
"canonicalSignature": "():System.Linq.Expressions.Expression",
|
|
31
43
|
"normalizedSignature": "Quote|():System.Linq.Expressions.Expression|static=false",
|
|
32
44
|
"emitScope": "ClassSurface",
|
|
45
|
+
"provenance": "Original",
|
|
33
46
|
"arity": 0,
|
|
34
47
|
"parameterCount": 0,
|
|
48
|
+
"isStatic": false,
|
|
49
|
+
"isAbstract": false,
|
|
50
|
+
"isVirtual": true,
|
|
51
|
+
"isOverride": true,
|
|
52
|
+
"isSealed": false,
|
|
35
53
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression",
|
|
36
54
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
37
55
|
"isExtensionMethod": false
|
|
@@ -39,13 +57,18 @@
|
|
|
39
57
|
{
|
|
40
58
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression::Equals(System.Object):System.Boolean",
|
|
41
59
|
"clrName": "Equals",
|
|
42
|
-
"tsEmitName": "equals",
|
|
43
60
|
"metadataToken": 100663938,
|
|
44
61
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
45
62
|
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
46
63
|
"emitScope": "ClassSurface",
|
|
64
|
+
"provenance": "Original",
|
|
47
65
|
"arity": 0,
|
|
48
66
|
"parameterCount": 1,
|
|
67
|
+
"isStatic": false,
|
|
68
|
+
"isAbstract": false,
|
|
69
|
+
"isVirtual": true,
|
|
70
|
+
"isOverride": true,
|
|
71
|
+
"isSealed": false,
|
|
49
72
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression",
|
|
50
73
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
51
74
|
"isExtensionMethod": false
|
|
@@ -53,13 +76,18 @@
|
|
|
53
76
|
{
|
|
54
77
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression::GetHashCode():System.Int32",
|
|
55
78
|
"clrName": "GetHashCode",
|
|
56
|
-
"tsEmitName": "getHashCode",
|
|
57
79
|
"metadataToken": 100663940,
|
|
58
80
|
"canonicalSignature": "():System.Int32",
|
|
59
81
|
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
60
82
|
"emitScope": "ClassSurface",
|
|
83
|
+
"provenance": "Original",
|
|
61
84
|
"arity": 0,
|
|
62
85
|
"parameterCount": 0,
|
|
86
|
+
"isStatic": false,
|
|
87
|
+
"isAbstract": false,
|
|
88
|
+
"isVirtual": true,
|
|
89
|
+
"isOverride": true,
|
|
90
|
+
"isSealed": false,
|
|
63
91
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression",
|
|
64
92
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
65
93
|
"isExtensionMethod": false
|
|
@@ -69,42 +97,54 @@
|
|
|
69
97
|
{
|
|
70
98
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression::TypeMapping:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
71
99
|
"clrName": "TypeMapping",
|
|
72
|
-
"tsEmitName": "typeMapping",
|
|
73
100
|
"metadataToken": 385876103,
|
|
74
101
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
75
102
|
"normalizedSignature": "TypeMapping|:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false|accessor=get",
|
|
76
103
|
"emitScope": "ClassSurface",
|
|
104
|
+
"provenance": "Original",
|
|
77
105
|
"isIndexer": false,
|
|
78
106
|
"hasGetter": true,
|
|
79
107
|
"hasSetter": false,
|
|
108
|
+
"isStatic": false,
|
|
109
|
+
"isAbstract": false,
|
|
110
|
+
"isVirtual": true,
|
|
111
|
+
"isOverride": true,
|
|
80
112
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression",
|
|
81
113
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
82
114
|
},
|
|
83
115
|
{
|
|
84
116
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression::Match:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
85
117
|
"clrName": "Match",
|
|
86
|
-
"tsEmitName": "match",
|
|
87
118
|
"metadataToken": 385876104,
|
|
88
119
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
89
120
|
"normalizedSignature": "Match|:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false|accessor=get",
|
|
90
121
|
"emitScope": "ClassSurface",
|
|
122
|
+
"provenance": "Original",
|
|
91
123
|
"isIndexer": false,
|
|
92
124
|
"hasGetter": true,
|
|
93
125
|
"hasSetter": false,
|
|
126
|
+
"isStatic": false,
|
|
127
|
+
"isAbstract": false,
|
|
128
|
+
"isVirtual": true,
|
|
129
|
+
"isOverride": false,
|
|
94
130
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression",
|
|
95
131
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
96
132
|
},
|
|
97
133
|
{
|
|
98
134
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression::Pattern:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
99
135
|
"clrName": "Pattern",
|
|
100
|
-
"tsEmitName": "pattern",
|
|
101
136
|
"metadataToken": 385876105,
|
|
102
137
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
103
138
|
"normalizedSignature": "Pattern|:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false|accessor=get",
|
|
104
139
|
"emitScope": "ClassSurface",
|
|
140
|
+
"provenance": "Original",
|
|
105
141
|
"isIndexer": false,
|
|
106
142
|
"hasGetter": true,
|
|
107
143
|
"hasSetter": false,
|
|
144
|
+
"isStatic": false,
|
|
145
|
+
"isAbstract": false,
|
|
146
|
+
"isVirtual": true,
|
|
147
|
+
"isOverride": false,
|
|
108
148
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression",
|
|
109
149
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
110
150
|
}
|
|
@@ -122,110 +162,35 @@
|
|
|
122
162
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression",
|
|
123
163
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
124
164
|
}
|
|
125
|
-
],
|
|
126
|
-
"exposedMethods": [
|
|
127
|
-
{
|
|
128
|
-
"tsName": "update",
|
|
129
|
-
"isStatic": false,
|
|
130
|
-
"tsSignatureId": "Update|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression|static=false",
|
|
131
|
-
"target": {
|
|
132
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression",
|
|
133
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
134
|
-
"metadataToken": 100663935
|
|
135
|
-
}
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"tsName": "quote",
|
|
139
|
-
"isStatic": false,
|
|
140
|
-
"tsSignatureId": "Quote|():System.Linq.Expressions.Expression|static=false",
|
|
141
|
-
"target": {
|
|
142
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression",
|
|
143
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
144
|
-
"metadataToken": 100663936
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"tsName": "equals",
|
|
149
|
-
"isStatic": false,
|
|
150
|
-
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
|
|
151
|
-
"target": {
|
|
152
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression",
|
|
153
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
154
|
-
"metadataToken": 100663938
|
|
155
|
-
}
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"tsName": "getHashCode",
|
|
159
|
-
"isStatic": false,
|
|
160
|
-
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
|
|
161
|
-
"target": {
|
|
162
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression",
|
|
163
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
164
|
-
"metadataToken": 100663940
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
],
|
|
168
|
-
"exposedProperties": [
|
|
169
|
-
{
|
|
170
|
-
"tsName": "typeMapping",
|
|
171
|
-
"isStatic": false,
|
|
172
|
-
"tsSignatureId": "TypeMapping|:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false|accessor=get",
|
|
173
|
-
"target": {
|
|
174
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression",
|
|
175
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
176
|
-
"metadataToken": 385876103
|
|
177
|
-
}
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"tsName": "match",
|
|
181
|
-
"isStatic": false,
|
|
182
|
-
"tsSignatureId": "Match|:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false|accessor=get",
|
|
183
|
-
"target": {
|
|
184
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression",
|
|
185
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
186
|
-
"metadataToken": 385876104
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"tsName": "pattern",
|
|
191
|
-
"isStatic": false,
|
|
192
|
-
"tsSignatureId": "Pattern|:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false|accessor=get",
|
|
193
|
-
"target": {
|
|
194
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression",
|
|
195
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
196
|
-
"metadataToken": 385876105
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
],
|
|
200
|
-
"exposedConstructors": [
|
|
201
|
-
{
|
|
202
|
-
"isStatic": false,
|
|
203
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):void|static=false",
|
|
204
|
-
"target": {
|
|
205
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression",
|
|
206
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
207
|
-
"metadataToken": 100663930
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
165
|
]
|
|
211
166
|
},
|
|
212
167
|
{
|
|
213
168
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
214
169
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
215
|
-
"tsEmitName": "JsonEachExpression",
|
|
216
170
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
217
171
|
"metadataToken": 0,
|
|
172
|
+
"kind": "Class",
|
|
173
|
+
"accessibility": "Public",
|
|
174
|
+
"isAbstract": false,
|
|
175
|
+
"isSealed": false,
|
|
176
|
+
"isStatic": false,
|
|
177
|
+
"arity": 0,
|
|
218
178
|
"methods": [
|
|
219
179
|
{
|
|
220
180
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
221
181
|
"clrName": "Update",
|
|
222
|
-
"tsEmitName": "update",
|
|
223
182
|
"metadataToken": 100663945,
|
|
224
183
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
225
184
|
"normalizedSignature": "Update|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression|static=false",
|
|
226
185
|
"emitScope": "ClassSurface",
|
|
186
|
+
"provenance": "Original",
|
|
227
187
|
"arity": 0,
|
|
228
188
|
"parameterCount": 2,
|
|
189
|
+
"isStatic": false,
|
|
190
|
+
"isAbstract": false,
|
|
191
|
+
"isVirtual": true,
|
|
192
|
+
"isOverride": false,
|
|
193
|
+
"isSealed": false,
|
|
229
194
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
230
195
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
231
196
|
"isExtensionMethod": false
|
|
@@ -233,13 +198,18 @@
|
|
|
233
198
|
{
|
|
234
199
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression::Clone(System.String,System.Linq.Expressions.ExpressionVisitor):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
235
200
|
"clrName": "Clone",
|
|
236
|
-
"tsEmitName": "clone",
|
|
237
201
|
"metadataToken": 100663946,
|
|
238
202
|
"canonicalSignature": "(System.String,System.Linq.Expressions.ExpressionVisitor):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
239
203
|
"normalizedSignature": "Clone|(System.String,System.Linq.Expressions.ExpressionVisitor):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
240
204
|
"emitScope": "ClassSurface",
|
|
205
|
+
"provenance": "Original",
|
|
241
206
|
"arity": 0,
|
|
242
207
|
"parameterCount": 2,
|
|
208
|
+
"isStatic": false,
|
|
209
|
+
"isAbstract": false,
|
|
210
|
+
"isVirtual": true,
|
|
211
|
+
"isOverride": true,
|
|
212
|
+
"isSealed": false,
|
|
243
213
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
244
214
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
245
215
|
"isExtensionMethod": false
|
|
@@ -247,13 +217,18 @@
|
|
|
247
217
|
{
|
|
248
218
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression::WithAlias(System.String):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
249
219
|
"clrName": "WithAlias",
|
|
250
|
-
"tsEmitName": "withAlias",
|
|
251
220
|
"metadataToken": 100663947,
|
|
252
221
|
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
253
222
|
"normalizedSignature": "WithAlias|(System.String):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression|static=false",
|
|
254
223
|
"emitScope": "ClassSurface",
|
|
224
|
+
"provenance": "Original",
|
|
255
225
|
"arity": 0,
|
|
256
226
|
"parameterCount": 1,
|
|
227
|
+
"isStatic": false,
|
|
228
|
+
"isAbstract": false,
|
|
229
|
+
"isVirtual": true,
|
|
230
|
+
"isOverride": false,
|
|
231
|
+
"isSealed": false,
|
|
257
232
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
258
233
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
259
234
|
"isExtensionMethod": false
|
|
@@ -261,13 +236,18 @@
|
|
|
261
236
|
{
|
|
262
237
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression::Quote():System.Linq.Expressions.Expression",
|
|
263
238
|
"clrName": "Quote",
|
|
264
|
-
"tsEmitName": "quote",
|
|
265
239
|
"metadataToken": 100663948,
|
|
266
240
|
"canonicalSignature": "():System.Linq.Expressions.Expression",
|
|
267
241
|
"normalizedSignature": "Quote|():System.Linq.Expressions.Expression|static=false",
|
|
268
242
|
"emitScope": "ClassSurface",
|
|
243
|
+
"provenance": "Original",
|
|
269
244
|
"arity": 0,
|
|
270
245
|
"parameterCount": 0,
|
|
246
|
+
"isStatic": false,
|
|
247
|
+
"isAbstract": false,
|
|
248
|
+
"isVirtual": true,
|
|
249
|
+
"isOverride": true,
|
|
250
|
+
"isSealed": false,
|
|
271
251
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
272
252
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
273
253
|
"isExtensionMethod": false
|
|
@@ -275,13 +255,18 @@
|
|
|
275
255
|
{
|
|
276
256
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression::Equals(System.Object):System.Boolean",
|
|
277
257
|
"clrName": "Equals",
|
|
278
|
-
"tsEmitName": "equals",
|
|
279
258
|
"metadataToken": 100663950,
|
|
280
259
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
281
260
|
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
282
261
|
"emitScope": "ClassSurface",
|
|
262
|
+
"provenance": "Original",
|
|
283
263
|
"arity": 0,
|
|
284
264
|
"parameterCount": 1,
|
|
265
|
+
"isStatic": false,
|
|
266
|
+
"isAbstract": false,
|
|
267
|
+
"isVirtual": true,
|
|
268
|
+
"isOverride": true,
|
|
269
|
+
"isSealed": false,
|
|
285
270
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
286
271
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
287
272
|
"isExtensionMethod": false
|
|
@@ -289,13 +274,18 @@
|
|
|
289
274
|
{
|
|
290
275
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression::GetHashCode():System.Int32",
|
|
291
276
|
"clrName": "GetHashCode",
|
|
292
|
-
"tsEmitName": "getHashCode",
|
|
293
277
|
"metadataToken": 100663952,
|
|
294
278
|
"canonicalSignature": "():System.Int32",
|
|
295
279
|
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
296
280
|
"emitScope": "ClassSurface",
|
|
281
|
+
"provenance": "Original",
|
|
297
282
|
"arity": 0,
|
|
298
283
|
"parameterCount": 0,
|
|
284
|
+
"isStatic": false,
|
|
285
|
+
"isAbstract": false,
|
|
286
|
+
"isVirtual": true,
|
|
287
|
+
"isOverride": true,
|
|
288
|
+
"isSealed": false,
|
|
299
289
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
300
290
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
301
291
|
"isExtensionMethod": false
|
|
@@ -305,28 +295,36 @@
|
|
|
305
295
|
{
|
|
306
296
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression::JsonExpression:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
307
297
|
"clrName": "JsonExpression",
|
|
308
|
-
"tsEmitName": "jsonExpression",
|
|
309
298
|
"metadataToken": 385876106,
|
|
310
299
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
311
300
|
"normalizedSignature": "JsonExpression|:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false|accessor=get",
|
|
312
301
|
"emitScope": "ClassSurface",
|
|
302
|
+
"provenance": "Original",
|
|
313
303
|
"isIndexer": false,
|
|
314
304
|
"hasGetter": true,
|
|
315
305
|
"hasSetter": false,
|
|
306
|
+
"isStatic": false,
|
|
307
|
+
"isAbstract": false,
|
|
308
|
+
"isVirtual": true,
|
|
309
|
+
"isOverride": false,
|
|
316
310
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
317
311
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
318
312
|
},
|
|
319
313
|
{
|
|
320
314
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression::Path:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
321
315
|
"clrName": "Path",
|
|
322
|
-
"tsEmitName": "path",
|
|
323
316
|
"metadataToken": 385876107,
|
|
324
317
|
"canonicalSignature": ":System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
325
318
|
"normalizedSignature": "Path|:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
326
319
|
"emitScope": "ClassSurface",
|
|
320
|
+
"provenance": "Original",
|
|
327
321
|
"isIndexer": false,
|
|
328
322
|
"hasGetter": true,
|
|
329
323
|
"hasSetter": false,
|
|
324
|
+
"isStatic": false,
|
|
325
|
+
"isAbstract": false,
|
|
326
|
+
"isVirtual": true,
|
|
327
|
+
"isOverride": false,
|
|
330
328
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
331
329
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
332
330
|
}
|
|
@@ -344,120 +342,35 @@
|
|
|
344
342
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
345
343
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
346
344
|
}
|
|
347
|
-
],
|
|
348
|
-
"exposedMethods": [
|
|
349
|
-
{
|
|
350
|
-
"tsName": "update",
|
|
351
|
-
"isStatic": false,
|
|
352
|
-
"tsSignatureId": "Update|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression|static=false",
|
|
353
|
-
"target": {
|
|
354
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
355
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
356
|
-
"metadataToken": 100663945
|
|
357
|
-
}
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"tsName": "clone",
|
|
361
|
-
"isStatic": false,
|
|
362
|
-
"tsSignatureId": "Clone|(System.String,System.Linq.Expressions.ExpressionVisitor):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
363
|
-
"target": {
|
|
364
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
365
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
366
|
-
"metadataToken": 100663946
|
|
367
|
-
}
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"tsName": "withAlias",
|
|
371
|
-
"isStatic": false,
|
|
372
|
-
"tsSignatureId": "WithAlias|(System.String):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression|static=false",
|
|
373
|
-
"target": {
|
|
374
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
375
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
376
|
-
"metadataToken": 100663947
|
|
377
|
-
}
|
|
378
|
-
},
|
|
379
|
-
{
|
|
380
|
-
"tsName": "quote",
|
|
381
|
-
"isStatic": false,
|
|
382
|
-
"tsSignatureId": "Quote|():System.Linq.Expressions.Expression|static=false",
|
|
383
|
-
"target": {
|
|
384
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
385
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
386
|
-
"metadataToken": 100663948
|
|
387
|
-
}
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
"tsName": "equals",
|
|
391
|
-
"isStatic": false,
|
|
392
|
-
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
|
|
393
|
-
"target": {
|
|
394
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
395
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
396
|
-
"metadataToken": 100663950
|
|
397
|
-
}
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
"tsName": "getHashCode",
|
|
401
|
-
"isStatic": false,
|
|
402
|
-
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
|
|
403
|
-
"target": {
|
|
404
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
405
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
406
|
-
"metadataToken": 100663952
|
|
407
|
-
}
|
|
408
|
-
}
|
|
409
|
-
],
|
|
410
|
-
"exposedProperties": [
|
|
411
|
-
{
|
|
412
|
-
"tsName": "jsonExpression",
|
|
413
|
-
"isStatic": false,
|
|
414
|
-
"tsSignatureId": "JsonExpression|:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false|accessor=get",
|
|
415
|
-
"target": {
|
|
416
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
417
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
418
|
-
"metadataToken": 385876106
|
|
419
|
-
}
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
"tsName": "path",
|
|
423
|
-
"isStatic": false,
|
|
424
|
-
"tsSignatureId": "Path|:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
425
|
-
"target": {
|
|
426
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
427
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
428
|
-
"metadataToken": 385876107
|
|
429
|
-
}
|
|
430
|
-
}
|
|
431
|
-
],
|
|
432
|
-
"exposedConstructors": [
|
|
433
|
-
{
|
|
434
|
-
"isStatic": false,
|
|
435
|
-
"tsSignatureId": "constructor|(System.String,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
|
|
436
|
-
"target": {
|
|
437
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.JsonEachExpression",
|
|
438
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
439
|
-
"metadataToken": 100663943
|
|
440
|
-
}
|
|
441
|
-
}
|
|
442
345
|
]
|
|
443
346
|
},
|
|
444
347
|
{
|
|
445
348
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression",
|
|
446
349
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression",
|
|
447
|
-
"tsEmitName": "RegexpExpression",
|
|
448
350
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
449
351
|
"metadataToken": 0,
|
|
352
|
+
"kind": "Class",
|
|
353
|
+
"accessibility": "Public",
|
|
354
|
+
"isAbstract": false,
|
|
355
|
+
"isSealed": false,
|
|
356
|
+
"isStatic": false,
|
|
357
|
+
"arity": 0,
|
|
450
358
|
"methods": [
|
|
451
359
|
{
|
|
452
360
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression",
|
|
453
361
|
"clrName": "Update",
|
|
454
|
-
"tsEmitName": "update",
|
|
455
362
|
"metadataToken": 100663958,
|
|
456
363
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression",
|
|
457
364
|
"normalizedSignature": "Update|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression|static=false",
|
|
458
365
|
"emitScope": "ClassSurface",
|
|
366
|
+
"provenance": "Original",
|
|
459
367
|
"arity": 0,
|
|
460
368
|
"parameterCount": 2,
|
|
369
|
+
"isStatic": false,
|
|
370
|
+
"isAbstract": false,
|
|
371
|
+
"isVirtual": true,
|
|
372
|
+
"isOverride": false,
|
|
373
|
+
"isSealed": false,
|
|
461
374
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression",
|
|
462
375
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
463
376
|
"isExtensionMethod": false
|
|
@@ -465,13 +378,18 @@
|
|
|
465
378
|
{
|
|
466
379
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression::Quote():System.Linq.Expressions.Expression",
|
|
467
380
|
"clrName": "Quote",
|
|
468
|
-
"tsEmitName": "quote",
|
|
469
381
|
"metadataToken": 100663959,
|
|
470
382
|
"canonicalSignature": "():System.Linq.Expressions.Expression",
|
|
471
383
|
"normalizedSignature": "Quote|():System.Linq.Expressions.Expression|static=false",
|
|
472
384
|
"emitScope": "ClassSurface",
|
|
385
|
+
"provenance": "Original",
|
|
473
386
|
"arity": 0,
|
|
474
387
|
"parameterCount": 0,
|
|
388
|
+
"isStatic": false,
|
|
389
|
+
"isAbstract": false,
|
|
390
|
+
"isVirtual": true,
|
|
391
|
+
"isOverride": true,
|
|
392
|
+
"isSealed": false,
|
|
475
393
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression",
|
|
476
394
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
477
395
|
"isExtensionMethod": false
|
|
@@ -479,13 +397,18 @@
|
|
|
479
397
|
{
|
|
480
398
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression::Equals(System.Object):System.Boolean",
|
|
481
399
|
"clrName": "Equals",
|
|
482
|
-
"tsEmitName": "equals",
|
|
483
400
|
"metadataToken": 100663961,
|
|
484
401
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
485
402
|
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
486
403
|
"emitScope": "ClassSurface",
|
|
404
|
+
"provenance": "Original",
|
|
487
405
|
"arity": 0,
|
|
488
406
|
"parameterCount": 1,
|
|
407
|
+
"isStatic": false,
|
|
408
|
+
"isAbstract": false,
|
|
409
|
+
"isVirtual": true,
|
|
410
|
+
"isOverride": true,
|
|
411
|
+
"isSealed": false,
|
|
489
412
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression",
|
|
490
413
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
491
414
|
"isExtensionMethod": false
|
|
@@ -493,13 +416,18 @@
|
|
|
493
416
|
{
|
|
494
417
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression::GetHashCode():System.Int32",
|
|
495
418
|
"clrName": "GetHashCode",
|
|
496
|
-
"tsEmitName": "getHashCode",
|
|
497
419
|
"metadataToken": 100663963,
|
|
498
420
|
"canonicalSignature": "():System.Int32",
|
|
499
421
|
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
500
422
|
"emitScope": "ClassSurface",
|
|
423
|
+
"provenance": "Original",
|
|
501
424
|
"arity": 0,
|
|
502
425
|
"parameterCount": 0,
|
|
426
|
+
"isStatic": false,
|
|
427
|
+
"isAbstract": false,
|
|
428
|
+
"isVirtual": true,
|
|
429
|
+
"isOverride": true,
|
|
430
|
+
"isSealed": false,
|
|
503
431
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression",
|
|
504
432
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
505
433
|
"isExtensionMethod": false
|
|
@@ -509,42 +437,54 @@
|
|
|
509
437
|
{
|
|
510
438
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression::TypeMapping:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
511
439
|
"clrName": "TypeMapping",
|
|
512
|
-
"tsEmitName": "typeMapping",
|
|
513
440
|
"metadataToken": 385876108,
|
|
514
441
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
515
442
|
"normalizedSignature": "TypeMapping|:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false|accessor=get",
|
|
516
443
|
"emitScope": "ClassSurface",
|
|
444
|
+
"provenance": "Original",
|
|
517
445
|
"isIndexer": false,
|
|
518
446
|
"hasGetter": true,
|
|
519
447
|
"hasSetter": false,
|
|
448
|
+
"isStatic": false,
|
|
449
|
+
"isAbstract": false,
|
|
450
|
+
"isVirtual": true,
|
|
451
|
+
"isOverride": true,
|
|
520
452
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression",
|
|
521
453
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
522
454
|
},
|
|
523
455
|
{
|
|
524
456
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression::Match:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
525
457
|
"clrName": "Match",
|
|
526
|
-
"tsEmitName": "match",
|
|
527
458
|
"metadataToken": 385876109,
|
|
528
459
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
529
460
|
"normalizedSignature": "Match|:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false|accessor=get",
|
|
530
461
|
"emitScope": "ClassSurface",
|
|
462
|
+
"provenance": "Original",
|
|
531
463
|
"isIndexer": false,
|
|
532
464
|
"hasGetter": true,
|
|
533
465
|
"hasSetter": false,
|
|
466
|
+
"isStatic": false,
|
|
467
|
+
"isAbstract": false,
|
|
468
|
+
"isVirtual": true,
|
|
469
|
+
"isOverride": false,
|
|
534
470
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression",
|
|
535
471
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
536
472
|
},
|
|
537
473
|
{
|
|
538
474
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression::Pattern:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
539
475
|
"clrName": "Pattern",
|
|
540
|
-
"tsEmitName": "pattern",
|
|
541
476
|
"metadataToken": 385876110,
|
|
542
477
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
543
478
|
"normalizedSignature": "Pattern|:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false|accessor=get",
|
|
544
479
|
"emitScope": "ClassSurface",
|
|
480
|
+
"provenance": "Original",
|
|
545
481
|
"isIndexer": false,
|
|
546
482
|
"hasGetter": true,
|
|
547
483
|
"hasSetter": false,
|
|
484
|
+
"isStatic": false,
|
|
485
|
+
"isAbstract": false,
|
|
486
|
+
"isVirtual": true,
|
|
487
|
+
"isOverride": false,
|
|
548
488
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression",
|
|
549
489
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
550
490
|
}
|
|
@@ -562,99 +502,19 @@
|
|
|
562
502
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression",
|
|
563
503
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
564
504
|
}
|
|
565
|
-
],
|
|
566
|
-
"exposedMethods": [
|
|
567
|
-
{
|
|
568
|
-
"tsName": "update",
|
|
569
|
-
"isStatic": false,
|
|
570
|
-
"tsSignatureId": "Update|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression|static=false",
|
|
571
|
-
"target": {
|
|
572
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression",
|
|
573
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
574
|
-
"metadataToken": 100663958
|
|
575
|
-
}
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
"tsName": "quote",
|
|
579
|
-
"isStatic": false,
|
|
580
|
-
"tsSignatureId": "Quote|():System.Linq.Expressions.Expression|static=false",
|
|
581
|
-
"target": {
|
|
582
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression",
|
|
583
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
584
|
-
"metadataToken": 100663959
|
|
585
|
-
}
|
|
586
|
-
},
|
|
587
|
-
{
|
|
588
|
-
"tsName": "equals",
|
|
589
|
-
"isStatic": false,
|
|
590
|
-
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
|
|
591
|
-
"target": {
|
|
592
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression",
|
|
593
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
594
|
-
"metadataToken": 100663961
|
|
595
|
-
}
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
"tsName": "getHashCode",
|
|
599
|
-
"isStatic": false,
|
|
600
|
-
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
|
|
601
|
-
"target": {
|
|
602
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression",
|
|
603
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
604
|
-
"metadataToken": 100663963
|
|
605
|
-
}
|
|
606
|
-
}
|
|
607
|
-
],
|
|
608
|
-
"exposedProperties": [
|
|
609
|
-
{
|
|
610
|
-
"tsName": "typeMapping",
|
|
611
|
-
"isStatic": false,
|
|
612
|
-
"tsSignatureId": "TypeMapping|:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false|accessor=get",
|
|
613
|
-
"target": {
|
|
614
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression",
|
|
615
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
616
|
-
"metadataToken": 385876108
|
|
617
|
-
}
|
|
618
|
-
},
|
|
619
|
-
{
|
|
620
|
-
"tsName": "match",
|
|
621
|
-
"isStatic": false,
|
|
622
|
-
"tsSignatureId": "Match|:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false|accessor=get",
|
|
623
|
-
"target": {
|
|
624
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression",
|
|
625
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
626
|
-
"metadataToken": 385876109
|
|
627
|
-
}
|
|
628
|
-
},
|
|
629
|
-
{
|
|
630
|
-
"tsName": "pattern",
|
|
631
|
-
"isStatic": false,
|
|
632
|
-
"tsSignatureId": "Pattern|:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false|accessor=get",
|
|
633
|
-
"target": {
|
|
634
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression",
|
|
635
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
636
|
-
"metadataToken": 385876110
|
|
637
|
-
}
|
|
638
|
-
}
|
|
639
|
-
],
|
|
640
|
-
"exposedConstructors": [
|
|
641
|
-
{
|
|
642
|
-
"isStatic": false,
|
|
643
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):void|static=false",
|
|
644
|
-
"target": {
|
|
645
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression",
|
|
646
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
647
|
-
"metadataToken": 100663953
|
|
648
|
-
}
|
|
649
|
-
}
|
|
650
505
|
]
|
|
651
506
|
},
|
|
652
507
|
{
|
|
653
508
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteAggregateMethodCallTranslatorProvider",
|
|
654
509
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteAggregateMethodCallTranslatorProvider",
|
|
655
|
-
"tsEmitName": "SqliteAggregateMethodCallTranslatorProvider",
|
|
656
510
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
657
511
|
"metadataToken": 0,
|
|
512
|
+
"kind": "Class",
|
|
513
|
+
"accessibility": "Public",
|
|
514
|
+
"isAbstract": false,
|
|
515
|
+
"isSealed": false,
|
|
516
|
+
"isStatic": false,
|
|
517
|
+
"arity": 0,
|
|
658
518
|
"methods": [],
|
|
659
519
|
"properties": [],
|
|
660
520
|
"fields": [],
|
|
@@ -670,36 +530,35 @@
|
|
|
670
530
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteAggregateMethodCallTranslatorProvider",
|
|
671
531
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
672
532
|
}
|
|
673
|
-
],
|
|
674
|
-
"exposedConstructors": [
|
|
675
|
-
{
|
|
676
|
-
"isStatic": false,
|
|
677
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalAggregateMethodCallTranslatorProviderDependencies):void|static=false",
|
|
678
|
-
"target": {
|
|
679
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteAggregateMethodCallTranslatorProvider",
|
|
680
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
681
|
-
"metadataToken": 100663964
|
|
682
|
-
}
|
|
683
|
-
}
|
|
684
533
|
]
|
|
685
534
|
},
|
|
686
535
|
{
|
|
687
536
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteByteArrayMethodTranslator",
|
|
688
537
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteByteArrayMethodTranslator",
|
|
689
|
-
"tsEmitName": "SqliteByteArrayMethodTranslator",
|
|
690
538
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
691
539
|
"metadataToken": 0,
|
|
540
|
+
"kind": "Class",
|
|
541
|
+
"accessibility": "Public",
|
|
542
|
+
"isAbstract": false,
|
|
543
|
+
"isSealed": false,
|
|
544
|
+
"isStatic": false,
|
|
545
|
+
"arity": 0,
|
|
692
546
|
"methods": [
|
|
693
547
|
{
|
|
694
548
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteByteArrayMethodTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
695
549
|
"clrName": "Translate",
|
|
696
|
-
"tsEmitName": "translate",
|
|
697
550
|
"metadataToken": 100664069,
|
|
698
551
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
699
552
|
"normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
700
553
|
"emitScope": "ClassSurface",
|
|
554
|
+
"provenance": "Original",
|
|
701
555
|
"arity": 0,
|
|
702
556
|
"parameterCount": 4,
|
|
557
|
+
"isStatic": false,
|
|
558
|
+
"isAbstract": false,
|
|
559
|
+
"isVirtual": true,
|
|
560
|
+
"isOverride": false,
|
|
561
|
+
"isSealed": false,
|
|
703
562
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteByteArrayMethodTranslator",
|
|
704
563
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
705
564
|
"isExtensionMethod": false
|
|
@@ -719,48 +578,35 @@
|
|
|
719
578
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteByteArrayMethodTranslator",
|
|
720
579
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
721
580
|
}
|
|
722
|
-
],
|
|
723
|
-
"exposedMethods": [
|
|
724
|
-
{
|
|
725
|
-
"tsName": "translate",
|
|
726
|
-
"isStatic": false,
|
|
727
|
-
"tsSignatureId": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
728
|
-
"target": {
|
|
729
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteByteArrayMethodTranslator",
|
|
730
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
731
|
-
"metadataToken": 100664069
|
|
732
|
-
}
|
|
733
|
-
}
|
|
734
|
-
],
|
|
735
|
-
"exposedConstructors": [
|
|
736
|
-
{
|
|
737
|
-
"isStatic": false,
|
|
738
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
|
|
739
|
-
"target": {
|
|
740
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteByteArrayMethodTranslator",
|
|
741
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
742
|
-
"metadataToken": 100664068
|
|
743
|
-
}
|
|
744
|
-
}
|
|
745
581
|
]
|
|
746
582
|
},
|
|
747
583
|
{
|
|
748
584
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteCharMethodTranslator",
|
|
749
585
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteCharMethodTranslator",
|
|
750
|
-
"tsEmitName": "SqliteCharMethodTranslator",
|
|
751
586
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
752
587
|
"metadataToken": 0,
|
|
588
|
+
"kind": "Class",
|
|
589
|
+
"accessibility": "Public",
|
|
590
|
+
"isAbstract": false,
|
|
591
|
+
"isSealed": false,
|
|
592
|
+
"isStatic": false,
|
|
593
|
+
"arity": 0,
|
|
753
594
|
"methods": [
|
|
754
595
|
{
|
|
755
596
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteCharMethodTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
756
597
|
"clrName": "Translate",
|
|
757
|
-
"tsEmitName": "translate",
|
|
758
598
|
"metadataToken": 100664071,
|
|
759
599
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
760
600
|
"normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
761
601
|
"emitScope": "ClassSurface",
|
|
602
|
+
"provenance": "Original",
|
|
762
603
|
"arity": 0,
|
|
763
604
|
"parameterCount": 4,
|
|
605
|
+
"isStatic": false,
|
|
606
|
+
"isAbstract": false,
|
|
607
|
+
"isVirtual": true,
|
|
608
|
+
"isOverride": false,
|
|
609
|
+
"isSealed": false,
|
|
764
610
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteCharMethodTranslator",
|
|
765
611
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
766
612
|
"isExtensionMethod": false
|
|
@@ -780,48 +626,35 @@
|
|
|
780
626
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteCharMethodTranslator",
|
|
781
627
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
782
628
|
}
|
|
783
|
-
],
|
|
784
|
-
"exposedMethods": [
|
|
785
|
-
{
|
|
786
|
-
"tsName": "translate",
|
|
787
|
-
"isStatic": false,
|
|
788
|
-
"tsSignatureId": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
789
|
-
"target": {
|
|
790
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteCharMethodTranslator",
|
|
791
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
792
|
-
"metadataToken": 100664071
|
|
793
|
-
}
|
|
794
|
-
}
|
|
795
|
-
],
|
|
796
|
-
"exposedConstructors": [
|
|
797
|
-
{
|
|
798
|
-
"isStatic": false,
|
|
799
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
|
|
800
|
-
"target": {
|
|
801
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteCharMethodTranslator",
|
|
802
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
803
|
-
"metadataToken": 100664070
|
|
804
|
-
}
|
|
805
|
-
}
|
|
806
629
|
]
|
|
807
630
|
},
|
|
808
631
|
{
|
|
809
632
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateOnlyMemberTranslator",
|
|
810
633
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateOnlyMemberTranslator",
|
|
811
|
-
"tsEmitName": "SqliteDateOnlyMemberTranslator",
|
|
812
634
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
813
635
|
"metadataToken": 0,
|
|
636
|
+
"kind": "Class",
|
|
637
|
+
"accessibility": "Public",
|
|
638
|
+
"isAbstract": false,
|
|
639
|
+
"isSealed": false,
|
|
640
|
+
"isStatic": false,
|
|
641
|
+
"arity": 0,
|
|
814
642
|
"methods": [
|
|
815
643
|
{
|
|
816
644
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateOnlyMemberTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
817
645
|
"clrName": "Translate",
|
|
818
|
-
"tsEmitName": "translate",
|
|
819
646
|
"metadataToken": 100664074,
|
|
820
647
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
821
648
|
"normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
822
649
|
"emitScope": "ClassSurface",
|
|
650
|
+
"provenance": "Original",
|
|
823
651
|
"arity": 0,
|
|
824
652
|
"parameterCount": 4,
|
|
653
|
+
"isStatic": false,
|
|
654
|
+
"isAbstract": false,
|
|
655
|
+
"isVirtual": true,
|
|
656
|
+
"isOverride": false,
|
|
657
|
+
"isSealed": false,
|
|
825
658
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateOnlyMemberTranslator",
|
|
826
659
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
827
660
|
"isExtensionMethod": false
|
|
@@ -841,48 +674,35 @@
|
|
|
841
674
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateOnlyMemberTranslator",
|
|
842
675
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
843
676
|
}
|
|
844
|
-
],
|
|
845
|
-
"exposedMethods": [
|
|
846
|
-
{
|
|
847
|
-
"tsName": "translate",
|
|
848
|
-
"isStatic": false,
|
|
849
|
-
"tsSignatureId": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
850
|
-
"target": {
|
|
851
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateOnlyMemberTranslator",
|
|
852
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
853
|
-
"metadataToken": 100664074
|
|
854
|
-
}
|
|
855
|
-
}
|
|
856
|
-
],
|
|
857
|
-
"exposedConstructors": [
|
|
858
|
-
{
|
|
859
|
-
"isStatic": false,
|
|
860
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory):void|static=false",
|
|
861
|
-
"target": {
|
|
862
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateOnlyMemberTranslator",
|
|
863
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
864
|
-
"metadataToken": 100664073
|
|
865
|
-
}
|
|
866
|
-
}
|
|
867
677
|
]
|
|
868
678
|
},
|
|
869
679
|
{
|
|
870
680
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateOnlyMethodTranslator",
|
|
871
681
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateOnlyMethodTranslator",
|
|
872
|
-
"tsEmitName": "SqliteDateOnlyMethodTranslator",
|
|
873
682
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
874
683
|
"metadataToken": 0,
|
|
684
|
+
"kind": "Class",
|
|
685
|
+
"accessibility": "Public",
|
|
686
|
+
"isAbstract": false,
|
|
687
|
+
"isSealed": false,
|
|
688
|
+
"isStatic": false,
|
|
689
|
+
"arity": 0,
|
|
875
690
|
"methods": [
|
|
876
691
|
{
|
|
877
692
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateOnlyMethodTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
878
693
|
"clrName": "Translate",
|
|
879
|
-
"tsEmitName": "translate",
|
|
880
694
|
"metadataToken": 100664078,
|
|
881
695
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
882
696
|
"normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
883
697
|
"emitScope": "ClassSurface",
|
|
698
|
+
"provenance": "Original",
|
|
884
699
|
"arity": 0,
|
|
885
700
|
"parameterCount": 4,
|
|
701
|
+
"isStatic": false,
|
|
702
|
+
"isAbstract": false,
|
|
703
|
+
"isVirtual": true,
|
|
704
|
+
"isOverride": false,
|
|
705
|
+
"isSealed": true,
|
|
886
706
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateOnlyMethodTranslator",
|
|
887
707
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
888
708
|
"isExtensionMethod": false
|
|
@@ -902,48 +722,35 @@
|
|
|
902
722
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateOnlyMethodTranslator",
|
|
903
723
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
904
724
|
}
|
|
905
|
-
],
|
|
906
|
-
"exposedMethods": [
|
|
907
|
-
{
|
|
908
|
-
"tsName": "translate",
|
|
909
|
-
"isStatic": false,
|
|
910
|
-
"tsSignatureId": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
911
|
-
"target": {
|
|
912
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateOnlyMethodTranslator",
|
|
913
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
914
|
-
"metadataToken": 100664078
|
|
915
|
-
}
|
|
916
|
-
}
|
|
917
|
-
],
|
|
918
|
-
"exposedConstructors": [
|
|
919
|
-
{
|
|
920
|
-
"isStatic": false,
|
|
921
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory):void|static=false",
|
|
922
|
-
"target": {
|
|
923
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateOnlyMethodTranslator",
|
|
924
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
925
|
-
"metadataToken": 100664077
|
|
926
|
-
}
|
|
927
|
-
}
|
|
928
725
|
]
|
|
929
726
|
},
|
|
930
727
|
{
|
|
931
728
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateTimeMemberTranslator",
|
|
932
729
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateTimeMemberTranslator",
|
|
933
|
-
"tsEmitName": "SqliteDateTimeMemberTranslator",
|
|
934
730
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
935
731
|
"metadataToken": 0,
|
|
732
|
+
"kind": "Class",
|
|
733
|
+
"accessibility": "Public",
|
|
734
|
+
"isAbstract": false,
|
|
735
|
+
"isSealed": false,
|
|
736
|
+
"isStatic": false,
|
|
737
|
+
"arity": 0,
|
|
936
738
|
"methods": [
|
|
937
739
|
{
|
|
938
740
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateTimeMemberTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
939
741
|
"clrName": "Translate",
|
|
940
|
-
"tsEmitName": "translate",
|
|
941
742
|
"metadataToken": 100664080,
|
|
942
743
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
943
744
|
"normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
944
745
|
"emitScope": "ClassSurface",
|
|
746
|
+
"provenance": "Original",
|
|
945
747
|
"arity": 0,
|
|
946
748
|
"parameterCount": 4,
|
|
749
|
+
"isStatic": false,
|
|
750
|
+
"isAbstract": false,
|
|
751
|
+
"isVirtual": true,
|
|
752
|
+
"isOverride": false,
|
|
753
|
+
"isSealed": false,
|
|
947
754
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateTimeMemberTranslator",
|
|
948
755
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
949
756
|
"isExtensionMethod": false
|
|
@@ -963,48 +770,35 @@
|
|
|
963
770
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateTimeMemberTranslator",
|
|
964
771
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
965
772
|
}
|
|
966
|
-
],
|
|
967
|
-
"exposedMethods": [
|
|
968
|
-
{
|
|
969
|
-
"tsName": "translate",
|
|
970
|
-
"isStatic": false,
|
|
971
|
-
"tsSignatureId": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
972
|
-
"target": {
|
|
973
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateTimeMemberTranslator",
|
|
974
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
975
|
-
"metadataToken": 100664080
|
|
976
|
-
}
|
|
977
|
-
}
|
|
978
|
-
],
|
|
979
|
-
"exposedConstructors": [
|
|
980
|
-
{
|
|
981
|
-
"isStatic": false,
|
|
982
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory):void|static=false",
|
|
983
|
-
"target": {
|
|
984
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateTimeMemberTranslator",
|
|
985
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
986
|
-
"metadataToken": 100664079
|
|
987
|
-
}
|
|
988
|
-
}
|
|
989
773
|
]
|
|
990
774
|
},
|
|
991
775
|
{
|
|
992
776
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateTimeMethodTranslator",
|
|
993
777
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateTimeMethodTranslator",
|
|
994
|
-
"tsEmitName": "SqliteDateTimeMethodTranslator",
|
|
995
778
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
996
779
|
"metadataToken": 0,
|
|
780
|
+
"kind": "Class",
|
|
781
|
+
"accessibility": "Public",
|
|
782
|
+
"isAbstract": false,
|
|
783
|
+
"isSealed": false,
|
|
784
|
+
"isStatic": false,
|
|
785
|
+
"arity": 0,
|
|
997
786
|
"methods": [
|
|
998
787
|
{
|
|
999
788
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateTimeMethodTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1000
789
|
"clrName": "Translate",
|
|
1001
|
-
"tsEmitName": "translate",
|
|
1002
790
|
"metadataToken": 100664083,
|
|
1003
791
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1004
792
|
"normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
1005
793
|
"emitScope": "ClassSurface",
|
|
794
|
+
"provenance": "Original",
|
|
1006
795
|
"arity": 0,
|
|
1007
796
|
"parameterCount": 4,
|
|
797
|
+
"isStatic": false,
|
|
798
|
+
"isAbstract": false,
|
|
799
|
+
"isVirtual": true,
|
|
800
|
+
"isOverride": false,
|
|
801
|
+
"isSealed": false,
|
|
1008
802
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateTimeMethodTranslator",
|
|
1009
803
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1010
804
|
"isExtensionMethod": false
|
|
@@ -1024,48 +818,35 @@
|
|
|
1024
818
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateTimeMethodTranslator",
|
|
1025
819
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1026
820
|
}
|
|
1027
|
-
],
|
|
1028
|
-
"exposedMethods": [
|
|
1029
|
-
{
|
|
1030
|
-
"tsName": "translate",
|
|
1031
|
-
"isStatic": false,
|
|
1032
|
-
"tsSignatureId": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
1033
|
-
"target": {
|
|
1034
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateTimeMethodTranslator",
|
|
1035
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1036
|
-
"metadataToken": 100664083
|
|
1037
|
-
}
|
|
1038
|
-
}
|
|
1039
|
-
],
|
|
1040
|
-
"exposedConstructors": [
|
|
1041
|
-
{
|
|
1042
|
-
"isStatic": false,
|
|
1043
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory):void|static=false",
|
|
1044
|
-
"target": {
|
|
1045
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteDateTimeMethodTranslator",
|
|
1046
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1047
|
-
"metadataToken": 100664082
|
|
1048
|
-
}
|
|
1049
|
-
}
|
|
1050
821
|
]
|
|
1051
822
|
},
|
|
1052
823
|
{
|
|
1053
824
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteGlobMethodTranslator",
|
|
1054
825
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteGlobMethodTranslator",
|
|
1055
|
-
"tsEmitName": "SqliteGlobMethodTranslator",
|
|
1056
826
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1057
827
|
"metadataToken": 0,
|
|
828
|
+
"kind": "Class",
|
|
829
|
+
"accessibility": "Public",
|
|
830
|
+
"isAbstract": false,
|
|
831
|
+
"isSealed": false,
|
|
832
|
+
"isStatic": false,
|
|
833
|
+
"arity": 0,
|
|
1058
834
|
"methods": [
|
|
1059
835
|
{
|
|
1060
836
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteGlobMethodTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1061
837
|
"clrName": "Translate",
|
|
1062
|
-
"tsEmitName": "translate",
|
|
1063
838
|
"metadataToken": 100664088,
|
|
1064
839
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1065
840
|
"normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
1066
841
|
"emitScope": "ClassSurface",
|
|
842
|
+
"provenance": "Original",
|
|
1067
843
|
"arity": 0,
|
|
1068
844
|
"parameterCount": 4,
|
|
845
|
+
"isStatic": false,
|
|
846
|
+
"isAbstract": false,
|
|
847
|
+
"isVirtual": true,
|
|
848
|
+
"isOverride": false,
|
|
849
|
+
"isSealed": false,
|
|
1069
850
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteGlobMethodTranslator",
|
|
1070
851
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1071
852
|
"isExtensionMethod": false
|
|
@@ -1085,48 +866,35 @@
|
|
|
1085
866
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteGlobMethodTranslator",
|
|
1086
867
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1087
868
|
}
|
|
1088
|
-
],
|
|
1089
|
-
"exposedMethods": [
|
|
1090
|
-
{
|
|
1091
|
-
"tsName": "translate",
|
|
1092
|
-
"isStatic": false,
|
|
1093
|
-
"tsSignatureId": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
1094
|
-
"target": {
|
|
1095
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteGlobMethodTranslator",
|
|
1096
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1097
|
-
"metadataToken": 100664088
|
|
1098
|
-
}
|
|
1099
|
-
}
|
|
1100
|
-
],
|
|
1101
|
-
"exposedConstructors": [
|
|
1102
|
-
{
|
|
1103
|
-
"isStatic": false,
|
|
1104
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory):void|static=false",
|
|
1105
|
-
"target": {
|
|
1106
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteGlobMethodTranslator",
|
|
1107
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1108
|
-
"metadataToken": 100664087
|
|
1109
|
-
}
|
|
1110
|
-
}
|
|
1111
869
|
]
|
|
1112
870
|
},
|
|
1113
871
|
{
|
|
1114
872
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteHexMethodTranslator",
|
|
1115
873
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteHexMethodTranslator",
|
|
1116
|
-
"tsEmitName": "SqliteHexMethodTranslator",
|
|
1117
874
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1118
875
|
"metadataToken": 0,
|
|
876
|
+
"kind": "Class",
|
|
877
|
+
"accessibility": "Public",
|
|
878
|
+
"isAbstract": false,
|
|
879
|
+
"isSealed": false,
|
|
880
|
+
"isStatic": false,
|
|
881
|
+
"arity": 0,
|
|
1119
882
|
"methods": [
|
|
1120
883
|
{
|
|
1121
884
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteHexMethodTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1122
885
|
"clrName": "Translate",
|
|
1123
|
-
"tsEmitName": "translate",
|
|
1124
886
|
"metadataToken": 100664091,
|
|
1125
887
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1126
888
|
"normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
1127
889
|
"emitScope": "ClassSurface",
|
|
890
|
+
"provenance": "Original",
|
|
1128
891
|
"arity": 0,
|
|
1129
892
|
"parameterCount": 4,
|
|
893
|
+
"isStatic": false,
|
|
894
|
+
"isAbstract": false,
|
|
895
|
+
"isVirtual": true,
|
|
896
|
+
"isOverride": false,
|
|
897
|
+
"isSealed": false,
|
|
1130
898
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteHexMethodTranslator",
|
|
1131
899
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1132
900
|
"isExtensionMethod": false
|
|
@@ -1146,48 +914,35 @@
|
|
|
1146
914
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteHexMethodTranslator",
|
|
1147
915
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1148
916
|
}
|
|
1149
|
-
],
|
|
1150
|
-
"exposedMethods": [
|
|
1151
|
-
{
|
|
1152
|
-
"tsName": "translate",
|
|
1153
|
-
"isStatic": false,
|
|
1154
|
-
"tsSignatureId": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
1155
|
-
"target": {
|
|
1156
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteHexMethodTranslator",
|
|
1157
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1158
|
-
"metadataToken": 100664091
|
|
1159
|
-
}
|
|
1160
|
-
}
|
|
1161
|
-
],
|
|
1162
|
-
"exposedConstructors": [
|
|
1163
|
-
{
|
|
1164
|
-
"isStatic": false,
|
|
1165
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
|
|
1166
|
-
"target": {
|
|
1167
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteHexMethodTranslator",
|
|
1168
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1169
|
-
"metadataToken": 100664090
|
|
1170
|
-
}
|
|
1171
|
-
}
|
|
1172
917
|
]
|
|
1173
918
|
},
|
|
1174
919
|
{
|
|
1175
920
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteMathTranslator",
|
|
1176
921
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteMathTranslator",
|
|
1177
|
-
"tsEmitName": "SqliteMathTranslator",
|
|
1178
922
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1179
923
|
"metadataToken": 0,
|
|
924
|
+
"kind": "Class",
|
|
925
|
+
"accessibility": "Public",
|
|
926
|
+
"isAbstract": false,
|
|
927
|
+
"isSealed": false,
|
|
928
|
+
"isStatic": false,
|
|
929
|
+
"arity": 0,
|
|
1180
930
|
"methods": [
|
|
1181
931
|
{
|
|
1182
932
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteMathTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1183
933
|
"clrName": "Translate",
|
|
1184
|
-
"tsEmitName": "translate",
|
|
1185
934
|
"metadataToken": 100664094,
|
|
1186
935
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1187
936
|
"normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
1188
937
|
"emitScope": "ClassSurface",
|
|
938
|
+
"provenance": "Original",
|
|
1189
939
|
"arity": 0,
|
|
1190
940
|
"parameterCount": 4,
|
|
941
|
+
"isStatic": false,
|
|
942
|
+
"isAbstract": false,
|
|
943
|
+
"isVirtual": true,
|
|
944
|
+
"isOverride": false,
|
|
945
|
+
"isSealed": false,
|
|
1191
946
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteMathTranslator",
|
|
1192
947
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1193
948
|
"isExtensionMethod": false
|
|
@@ -1207,37 +962,19 @@
|
|
|
1207
962
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteMathTranslator",
|
|
1208
963
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1209
964
|
}
|
|
1210
|
-
],
|
|
1211
|
-
"exposedMethods": [
|
|
1212
|
-
{
|
|
1213
|
-
"tsName": "translate",
|
|
1214
|
-
"isStatic": false,
|
|
1215
|
-
"tsSignatureId": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
1216
|
-
"target": {
|
|
1217
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteMathTranslator",
|
|
1218
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1219
|
-
"metadataToken": 100664094
|
|
1220
|
-
}
|
|
1221
|
-
}
|
|
1222
|
-
],
|
|
1223
|
-
"exposedConstructors": [
|
|
1224
|
-
{
|
|
1225
|
-
"isStatic": false,
|
|
1226
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
|
|
1227
|
-
"target": {
|
|
1228
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteMathTranslator",
|
|
1229
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1230
|
-
"metadataToken": 100664093
|
|
1231
|
-
}
|
|
1232
|
-
}
|
|
1233
965
|
]
|
|
1234
966
|
},
|
|
1235
967
|
{
|
|
1236
968
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteMemberTranslatorProvider",
|
|
1237
969
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteMemberTranslatorProvider",
|
|
1238
|
-
"tsEmitName": "SqliteMemberTranslatorProvider",
|
|
1239
970
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1240
971
|
"metadataToken": 0,
|
|
972
|
+
"kind": "Class",
|
|
973
|
+
"accessibility": "Public",
|
|
974
|
+
"isAbstract": false,
|
|
975
|
+
"isSealed": false,
|
|
976
|
+
"isStatic": false,
|
|
977
|
+
"arity": 0,
|
|
1241
978
|
"methods": [],
|
|
1242
979
|
"properties": [],
|
|
1243
980
|
"fields": [],
|
|
@@ -1253,25 +990,19 @@
|
|
|
1253
990
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteMemberTranslatorProvider",
|
|
1254
991
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1255
992
|
}
|
|
1256
|
-
],
|
|
1257
|
-
"exposedConstructors": [
|
|
1258
|
-
{
|
|
1259
|
-
"isStatic": false,
|
|
1260
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalMemberTranslatorProviderDependencies):void|static=false",
|
|
1261
|
-
"target": {
|
|
1262
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteMemberTranslatorProvider",
|
|
1263
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1264
|
-
"metadataToken": 100663965
|
|
1265
|
-
}
|
|
1266
|
-
}
|
|
1267
993
|
]
|
|
1268
994
|
},
|
|
1269
995
|
{
|
|
1270
996
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteMethodCallTranslatorProvider",
|
|
1271
997
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteMethodCallTranslatorProvider",
|
|
1272
|
-
"tsEmitName": "SqliteMethodCallTranslatorProvider",
|
|
1273
998
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1274
999
|
"metadataToken": 0,
|
|
1000
|
+
"kind": "Class",
|
|
1001
|
+
"accessibility": "Public",
|
|
1002
|
+
"isAbstract": false,
|
|
1003
|
+
"isSealed": false,
|
|
1004
|
+
"isStatic": false,
|
|
1005
|
+
"arity": 0,
|
|
1275
1006
|
"methods": [],
|
|
1276
1007
|
"properties": [],
|
|
1277
1008
|
"fields": [],
|
|
@@ -1287,36 +1018,35 @@
|
|
|
1287
1018
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteMethodCallTranslatorProvider",
|
|
1288
1019
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1289
1020
|
}
|
|
1290
|
-
],
|
|
1291
|
-
"exposedConstructors": [
|
|
1292
|
-
{
|
|
1293
|
-
"isStatic": false,
|
|
1294
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalMethodCallTranslatorProviderDependencies):void|static=false",
|
|
1295
|
-
"target": {
|
|
1296
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteMethodCallTranslatorProvider",
|
|
1297
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1298
|
-
"metadataToken": 100663966
|
|
1299
|
-
}
|
|
1300
|
-
}
|
|
1301
1021
|
]
|
|
1302
1022
|
},
|
|
1303
1023
|
{
|
|
1304
1024
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteObjectToStringTranslator",
|
|
1305
1025
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteObjectToStringTranslator",
|
|
1306
|
-
"tsEmitName": "SqliteObjectToStringTranslator",
|
|
1307
1026
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1308
1027
|
"metadataToken": 0,
|
|
1028
|
+
"kind": "Class",
|
|
1029
|
+
"accessibility": "Public",
|
|
1030
|
+
"isAbstract": false,
|
|
1031
|
+
"isSealed": false,
|
|
1032
|
+
"isStatic": false,
|
|
1033
|
+
"arity": 0,
|
|
1309
1034
|
"methods": [
|
|
1310
1035
|
{
|
|
1311
1036
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteObjectToStringTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1312
1037
|
"clrName": "Translate",
|
|
1313
|
-
"tsEmitName": "translate",
|
|
1314
1038
|
"metadataToken": 100664097,
|
|
1315
1039
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1316
1040
|
"normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
1317
1041
|
"emitScope": "ClassSurface",
|
|
1042
|
+
"provenance": "Original",
|
|
1318
1043
|
"arity": 0,
|
|
1319
1044
|
"parameterCount": 4,
|
|
1045
|
+
"isStatic": false,
|
|
1046
|
+
"isAbstract": false,
|
|
1047
|
+
"isVirtual": true,
|
|
1048
|
+
"isOverride": false,
|
|
1049
|
+
"isSealed": false,
|
|
1320
1050
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteObjectToStringTranslator",
|
|
1321
1051
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1322
1052
|
"isExtensionMethod": false
|
|
@@ -1336,37 +1066,19 @@
|
|
|
1336
1066
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteObjectToStringTranslator",
|
|
1337
1067
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1338
1068
|
}
|
|
1339
|
-
],
|
|
1340
|
-
"exposedMethods": [
|
|
1341
|
-
{
|
|
1342
|
-
"tsName": "translate",
|
|
1343
|
-
"isStatic": false,
|
|
1344
|
-
"tsSignatureId": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
1345
|
-
"target": {
|
|
1346
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteObjectToStringTranslator",
|
|
1347
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1348
|
-
"metadataToken": 100664097
|
|
1349
|
-
}
|
|
1350
|
-
}
|
|
1351
|
-
],
|
|
1352
|
-
"exposedConstructors": [
|
|
1353
|
-
{
|
|
1354
|
-
"isStatic": false,
|
|
1355
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
|
|
1356
|
-
"target": {
|
|
1357
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteObjectToStringTranslator",
|
|
1358
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1359
|
-
"metadataToken": 100664096
|
|
1360
|
-
}
|
|
1361
|
-
}
|
|
1362
1069
|
]
|
|
1363
1070
|
},
|
|
1364
1071
|
{
|
|
1365
1072
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteParameterBasedSqlProcessor",
|
|
1366
1073
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteParameterBasedSqlProcessor",
|
|
1367
|
-
"tsEmitName": "SqliteParameterBasedSqlProcessor",
|
|
1368
1074
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1369
1075
|
"metadataToken": 0,
|
|
1076
|
+
"kind": "Class",
|
|
1077
|
+
"accessibility": "Public",
|
|
1078
|
+
"isAbstract": false,
|
|
1079
|
+
"isSealed": false,
|
|
1080
|
+
"isStatic": false,
|
|
1081
|
+
"arity": 0,
|
|
1370
1082
|
"methods": [],
|
|
1371
1083
|
"properties": [],
|
|
1372
1084
|
"fields": [],
|
|
@@ -1382,36 +1094,35 @@
|
|
|
1382
1094
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteParameterBasedSqlProcessor",
|
|
1383
1095
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1384
1096
|
}
|
|
1385
|
-
],
|
|
1386
|
-
"exposedConstructors": [
|
|
1387
|
-
{
|
|
1388
|
-
"isStatic": false,
|
|
1389
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorParameters):void|static=false",
|
|
1390
|
-
"target": {
|
|
1391
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteParameterBasedSqlProcessor",
|
|
1392
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1393
|
-
"metadataToken": 100663967
|
|
1394
|
-
}
|
|
1395
|
-
}
|
|
1396
1097
|
]
|
|
1397
1098
|
},
|
|
1398
1099
|
{
|
|
1399
1100
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteParameterBasedSqlProcessorFactory",
|
|
1400
1101
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteParameterBasedSqlProcessorFactory",
|
|
1401
|
-
"tsEmitName": "SqliteParameterBasedSqlProcessorFactory",
|
|
1402
1102
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1403
1103
|
"metadataToken": 0,
|
|
1104
|
+
"kind": "Class",
|
|
1105
|
+
"accessibility": "Public",
|
|
1106
|
+
"isAbstract": false,
|
|
1107
|
+
"isSealed": false,
|
|
1108
|
+
"isStatic": false,
|
|
1109
|
+
"arity": 0,
|
|
1404
1110
|
"methods": [
|
|
1405
1111
|
{
|
|
1406
1112
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteParameterBasedSqlProcessorFactory::Create(Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorParameters):Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessor",
|
|
1407
1113
|
"clrName": "Create",
|
|
1408
|
-
"tsEmitName": "create",
|
|
1409
1114
|
"metadataToken": 100663970,
|
|
1410
1115
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorParameters):Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessor",
|
|
1411
1116
|
"normalizedSignature": "Create|(Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorParameters):Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessor|static=false",
|
|
1412
1117
|
"emitScope": "ClassSurface",
|
|
1118
|
+
"provenance": "Original",
|
|
1413
1119
|
"arity": 0,
|
|
1414
1120
|
"parameterCount": 1,
|
|
1121
|
+
"isStatic": false,
|
|
1122
|
+
"isAbstract": false,
|
|
1123
|
+
"isVirtual": true,
|
|
1124
|
+
"isOverride": false,
|
|
1125
|
+
"isSealed": false,
|
|
1415
1126
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteParameterBasedSqlProcessorFactory",
|
|
1416
1127
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1417
1128
|
"isExtensionMethod": false
|
|
@@ -1431,48 +1142,35 @@
|
|
|
1431
1142
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteParameterBasedSqlProcessorFactory",
|
|
1432
1143
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1433
1144
|
}
|
|
1434
|
-
],
|
|
1435
|
-
"exposedMethods": [
|
|
1436
|
-
{
|
|
1437
|
-
"tsName": "create",
|
|
1438
|
-
"isStatic": false,
|
|
1439
|
-
"tsSignatureId": "Create|(Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorParameters):Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessor|static=false",
|
|
1440
|
-
"target": {
|
|
1441
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteParameterBasedSqlProcessorFactory",
|
|
1442
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1443
|
-
"metadataToken": 100663970
|
|
1444
|
-
}
|
|
1445
|
-
}
|
|
1446
|
-
],
|
|
1447
|
-
"exposedConstructors": [
|
|
1448
|
-
{
|
|
1449
|
-
"isStatic": false,
|
|
1450
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorDependencies):void|static=false",
|
|
1451
|
-
"target": {
|
|
1452
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteParameterBasedSqlProcessorFactory",
|
|
1453
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1454
|
-
"metadataToken": 100663969
|
|
1455
|
-
}
|
|
1456
|
-
}
|
|
1457
1145
|
]
|
|
1458
1146
|
},
|
|
1459
1147
|
{
|
|
1460
1148
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableAggregateMethodTranslator",
|
|
1461
1149
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableAggregateMethodTranslator",
|
|
1462
|
-
"tsEmitName": "SqliteQueryableAggregateMethodTranslator",
|
|
1463
1150
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1464
1151
|
"metadataToken": 0,
|
|
1152
|
+
"kind": "Class",
|
|
1153
|
+
"accessibility": "Public",
|
|
1154
|
+
"isAbstract": false,
|
|
1155
|
+
"isSealed": false,
|
|
1156
|
+
"isStatic": false,
|
|
1157
|
+
"arity": 0,
|
|
1465
1158
|
"methods": [
|
|
1466
1159
|
{
|
|
1467
1160
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableAggregateMethodTranslator::Translate(System.Reflection.MethodInfo,Microsoft.EntityFrameworkCore.Query.EnumerableExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1468
1161
|
"clrName": "Translate",
|
|
1469
|
-
"tsEmitName": "translate",
|
|
1470
1162
|
"metadataToken": 100664100,
|
|
1471
1163
|
"canonicalSignature": "(System.Reflection.MethodInfo,Microsoft.EntityFrameworkCore.Query.EnumerableExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1472
1164
|
"normalizedSignature": "Translate|(System.Reflection.MethodInfo,Microsoft.EntityFrameworkCore.Query.EnumerableExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
1473
1165
|
"emitScope": "ClassSurface",
|
|
1166
|
+
"provenance": "Original",
|
|
1474
1167
|
"arity": 0,
|
|
1475
1168
|
"parameterCount": 4,
|
|
1169
|
+
"isStatic": false,
|
|
1170
|
+
"isAbstract": false,
|
|
1171
|
+
"isVirtual": true,
|
|
1172
|
+
"isOverride": false,
|
|
1173
|
+
"isSealed": false,
|
|
1476
1174
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableAggregateMethodTranslator",
|
|
1477
1175
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1478
1176
|
"isExtensionMethod": false
|
|
@@ -1492,48 +1190,35 @@
|
|
|
1492
1190
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableAggregateMethodTranslator",
|
|
1493
1191
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1494
1192
|
}
|
|
1495
|
-
],
|
|
1496
|
-
"exposedMethods": [
|
|
1497
|
-
{
|
|
1498
|
-
"tsName": "translate",
|
|
1499
|
-
"isStatic": false,
|
|
1500
|
-
"tsSignatureId": "Translate|(System.Reflection.MethodInfo,Microsoft.EntityFrameworkCore.Query.EnumerableExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
1501
|
-
"target": {
|
|
1502
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableAggregateMethodTranslator",
|
|
1503
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1504
|
-
"metadataToken": 100664100
|
|
1505
|
-
}
|
|
1506
|
-
}
|
|
1507
|
-
],
|
|
1508
|
-
"exposedConstructors": [
|
|
1509
|
-
{
|
|
1510
|
-
"isStatic": false,
|
|
1511
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
|
|
1512
|
-
"target": {
|
|
1513
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableAggregateMethodTranslator",
|
|
1514
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1515
|
-
"metadataToken": 100664099
|
|
1516
|
-
}
|
|
1517
|
-
}
|
|
1518
1193
|
]
|
|
1519
1194
|
},
|
|
1520
1195
|
{
|
|
1521
1196
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableMethodTranslatingExpressionVisitor",
|
|
1522
1197
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableMethodTranslatingExpressionVisitor",
|
|
1523
|
-
"tsEmitName": "SqliteQueryableMethodTranslatingExpressionVisitor",
|
|
1524
1198
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1525
1199
|
"metadataToken": 0,
|
|
1200
|
+
"kind": "Class",
|
|
1201
|
+
"accessibility": "Public",
|
|
1202
|
+
"isAbstract": false,
|
|
1203
|
+
"isSealed": false,
|
|
1204
|
+
"isStatic": false,
|
|
1205
|
+
"arity": 0,
|
|
1526
1206
|
"methods": [
|
|
1527
1207
|
{
|
|
1528
1208
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableMethodTranslatingExpressionVisitor::ApplyJsonSqlConversion(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping,System.Boolean):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1529
1209
|
"clrName": "ApplyJsonSqlConversion",
|
|
1530
|
-
"tsEmitName": "applyJsonSqlConversion",
|
|
1531
1210
|
"metadataToken": 100663985,
|
|
1532
1211
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping,System.Boolean):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1533
1212
|
"normalizedSignature": "ApplyJsonSqlConversion|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping,System.Boolean):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=true",
|
|
1534
1213
|
"emitScope": "ClassSurface",
|
|
1214
|
+
"provenance": "Original",
|
|
1535
1215
|
"arity": 0,
|
|
1536
1216
|
"parameterCount": 4,
|
|
1217
|
+
"isStatic": true,
|
|
1218
|
+
"isAbstract": false,
|
|
1219
|
+
"isVirtual": false,
|
|
1220
|
+
"isOverride": false,
|
|
1221
|
+
"isSealed": false,
|
|
1537
1222
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableMethodTranslatingExpressionVisitor",
|
|
1538
1223
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1539
1224
|
"isExtensionMethod": false
|
|
@@ -1544,22 +1229,22 @@
|
|
|
1544
1229
|
{
|
|
1545
1230
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableMethodTranslatingExpressionVisitor::JsonEachKeyColumnNameSystem.String",
|
|
1546
1231
|
"clrName": "JsonEachKeyColumnName",
|
|
1547
|
-
"tsEmitName": "jsonEachKeyColumnName",
|
|
1548
1232
|
"metadataToken": 67109102,
|
|
1549
1233
|
"normalizedSignature": "JsonEachKeyColumnName|System.String|static=true|const=true",
|
|
1550
1234
|
"isStatic": true,
|
|
1551
1235
|
"isReadOnly": false,
|
|
1236
|
+
"isLiteral": true,
|
|
1552
1237
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableMethodTranslatingExpressionVisitor",
|
|
1553
1238
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1554
1239
|
},
|
|
1555
1240
|
{
|
|
1556
1241
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableMethodTranslatingExpressionVisitor::JsonEachValueColumnNameSystem.String",
|
|
1557
1242
|
"clrName": "JsonEachValueColumnName",
|
|
1558
|
-
"tsEmitName": "jsonEachValueColumnName",
|
|
1559
1243
|
"metadataToken": 67109103,
|
|
1560
1244
|
"normalizedSignature": "JsonEachValueColumnName|System.String|static=true|const=true",
|
|
1561
1245
|
"isStatic": true,
|
|
1562
1246
|
"isReadOnly": false,
|
|
1247
|
+
"isLiteral": true,
|
|
1563
1248
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableMethodTranslatingExpressionVisitor",
|
|
1564
1249
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1565
1250
|
}
|
|
@@ -1576,70 +1261,35 @@
|
|
|
1576
1261
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableMethodTranslatingExpressionVisitor",
|
|
1577
1262
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1578
1263
|
}
|
|
1579
|
-
],
|
|
1580
|
-
"exposedMethods": [
|
|
1581
|
-
{
|
|
1582
|
-
"tsName": "applyJsonSqlConversion",
|
|
1583
|
-
"isStatic": true,
|
|
1584
|
-
"tsSignatureId": "ApplyJsonSqlConversion|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping,System.Boolean):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=true",
|
|
1585
|
-
"target": {
|
|
1586
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableMethodTranslatingExpressionVisitor",
|
|
1587
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1588
|
-
"metadataToken": 100663985
|
|
1589
|
-
}
|
|
1590
|
-
}
|
|
1591
|
-
],
|
|
1592
|
-
"exposedFields": [
|
|
1593
|
-
{
|
|
1594
|
-
"tsName": "jsonEachKeyColumnName",
|
|
1595
|
-
"isStatic": true,
|
|
1596
|
-
"tsSignatureId": "JsonEachKeyColumnName|System.String|static=true|const=true",
|
|
1597
|
-
"target": {
|
|
1598
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableMethodTranslatingExpressionVisitor",
|
|
1599
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1600
|
-
"metadataToken": 67109102
|
|
1601
|
-
}
|
|
1602
|
-
},
|
|
1603
|
-
{
|
|
1604
|
-
"tsName": "jsonEachValueColumnName",
|
|
1605
|
-
"isStatic": true,
|
|
1606
|
-
"tsSignatureId": "JsonEachValueColumnName|System.String|static=true|const=true",
|
|
1607
|
-
"target": {
|
|
1608
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableMethodTranslatingExpressionVisitor",
|
|
1609
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1610
|
-
"metadataToken": 67109103
|
|
1611
|
-
}
|
|
1612
|
-
}
|
|
1613
|
-
],
|
|
1614
|
-
"exposedConstructors": [
|
|
1615
|
-
{
|
|
1616
|
-
"isStatic": false,
|
|
1617
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryableMethodTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext):void|static=false",
|
|
1618
|
-
"target": {
|
|
1619
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableMethodTranslatingExpressionVisitor",
|
|
1620
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1621
|
-
"metadataToken": 100663971
|
|
1622
|
-
}
|
|
1623
|
-
}
|
|
1624
1264
|
]
|
|
1625
1265
|
},
|
|
1626
1266
|
{
|
|
1627
1267
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableMethodTranslatingExpressionVisitorFactory",
|
|
1628
1268
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableMethodTranslatingExpressionVisitorFactory",
|
|
1629
|
-
"tsEmitName": "SqliteQueryableMethodTranslatingExpressionVisitorFactory",
|
|
1630
1269
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1631
1270
|
"metadataToken": 0,
|
|
1271
|
+
"kind": "Class",
|
|
1272
|
+
"accessibility": "Public",
|
|
1273
|
+
"isAbstract": false,
|
|
1274
|
+
"isSealed": false,
|
|
1275
|
+
"isStatic": false,
|
|
1276
|
+
"arity": 0,
|
|
1632
1277
|
"methods": [
|
|
1633
1278
|
{
|
|
1634
1279
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableMethodTranslatingExpressionVisitorFactory::Create(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext):Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor",
|
|
1635
1280
|
"clrName": "Create",
|
|
1636
|
-
"tsEmitName": "create",
|
|
1637
1281
|
"metadataToken": 100663991,
|
|
1638
1282
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext):Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor",
|
|
1639
1283
|
"normalizedSignature": "Create|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext):Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor|static=false",
|
|
1640
1284
|
"emitScope": "ClassSurface",
|
|
1285
|
+
"provenance": "Original",
|
|
1641
1286
|
"arity": 0,
|
|
1642
1287
|
"parameterCount": 1,
|
|
1288
|
+
"isStatic": false,
|
|
1289
|
+
"isAbstract": false,
|
|
1290
|
+
"isVirtual": true,
|
|
1291
|
+
"isOverride": false,
|
|
1292
|
+
"isSealed": false,
|
|
1643
1293
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableMethodTranslatingExpressionVisitorFactory",
|
|
1644
1294
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1645
1295
|
"isExtensionMethod": false
|
|
@@ -1659,50 +1309,36 @@
|
|
|
1659
1309
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableMethodTranslatingExpressionVisitorFactory",
|
|
1660
1310
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1661
1311
|
}
|
|
1662
|
-
],
|
|
1663
|
-
"exposedMethods": [
|
|
1664
|
-
{
|
|
1665
|
-
"tsName": "create",
|
|
1666
|
-
"isStatic": false,
|
|
1667
|
-
"tsSignatureId": "Create|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext):Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor|static=false",
|
|
1668
|
-
"target": {
|
|
1669
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableMethodTranslatingExpressionVisitorFactory",
|
|
1670
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1671
|
-
"metadataToken": 100663991
|
|
1672
|
-
}
|
|
1673
|
-
}
|
|
1674
|
-
],
|
|
1675
|
-
"exposedConstructors": [
|
|
1676
|
-
{
|
|
1677
|
-
"isStatic": false,
|
|
1678
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryableMethodTranslatingExpressionVisitorDependencies):void|static=false",
|
|
1679
|
-
"target": {
|
|
1680
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryableMethodTranslatingExpressionVisitorFactory",
|
|
1681
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1682
|
-
"metadataToken": 100663988
|
|
1683
|
-
}
|
|
1684
|
-
}
|
|
1685
1312
|
]
|
|
1686
1313
|
},
|
|
1687
1314
|
{
|
|
1688
1315
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryCompilationContext",
|
|
1689
1316
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryCompilationContext",
|
|
1690
|
-
"tsEmitName": "SqliteQueryCompilationContext",
|
|
1691
1317
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1692
1318
|
"metadataToken": 0,
|
|
1319
|
+
"kind": "Class",
|
|
1320
|
+
"accessibility": "Public",
|
|
1321
|
+
"isAbstract": false,
|
|
1322
|
+
"isSealed": false,
|
|
1323
|
+
"isStatic": false,
|
|
1324
|
+
"arity": 0,
|
|
1693
1325
|
"methods": [],
|
|
1694
1326
|
"properties": [
|
|
1695
1327
|
{
|
|
1696
1328
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryCompilationContext::SupportsPrecompiledQuery:System.Boolean",
|
|
1697
1329
|
"clrName": "SupportsPrecompiledQuery",
|
|
1698
|
-
"tsEmitName": "supportsPrecompiledQuery",
|
|
1699
1330
|
"metadataToken": 385876113,
|
|
1700
1331
|
"canonicalSignature": ":System.Boolean",
|
|
1701
1332
|
"normalizedSignature": "SupportsPrecompiledQuery|:System.Boolean|static=false|accessor=get",
|
|
1702
1333
|
"emitScope": "ClassSurface",
|
|
1334
|
+
"provenance": "Original",
|
|
1703
1335
|
"isIndexer": false,
|
|
1704
1336
|
"hasGetter": true,
|
|
1705
1337
|
"hasSetter": false,
|
|
1338
|
+
"isStatic": false,
|
|
1339
|
+
"isAbstract": false,
|
|
1340
|
+
"isVirtual": true,
|
|
1341
|
+
"isOverride": true,
|
|
1706
1342
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryCompilationContext",
|
|
1707
1343
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1708
1344
|
}
|
|
@@ -1730,57 +1366,35 @@
|
|
|
1730
1366
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryCompilationContext",
|
|
1731
1367
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1732
1368
|
}
|
|
1733
|
-
],
|
|
1734
|
-
"exposedProperties": [
|
|
1735
|
-
{
|
|
1736
|
-
"tsName": "supportsPrecompiledQuery",
|
|
1737
|
-
"isStatic": false,
|
|
1738
|
-
"tsSignatureId": "SupportsPrecompiledQuery|:System.Boolean|static=false|accessor=get",
|
|
1739
|
-
"target": {
|
|
1740
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryCompilationContext",
|
|
1741
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1742
|
-
"metadataToken": 385876113
|
|
1743
|
-
}
|
|
1744
|
-
}
|
|
1745
|
-
],
|
|
1746
|
-
"exposedConstructors": [
|
|
1747
|
-
{
|
|
1748
|
-
"isStatic": false,
|
|
1749
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContextDependencies,System.Boolean):void|static=false",
|
|
1750
|
-
"target": {
|
|
1751
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryCompilationContext",
|
|
1752
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1753
|
-
"metadataToken": 100663992
|
|
1754
|
-
}
|
|
1755
|
-
},
|
|
1756
|
-
{
|
|
1757
|
-
"isStatic": false,
|
|
1758
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContextDependencies,System.Boolean,System.Boolean):void|static=false",
|
|
1759
|
-
"target": {
|
|
1760
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryCompilationContext",
|
|
1761
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1762
|
-
"metadataToken": 100663993
|
|
1763
|
-
}
|
|
1764
|
-
}
|
|
1765
1369
|
]
|
|
1766
1370
|
},
|
|
1767
1371
|
{
|
|
1768
1372
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryCompilationContextFactory",
|
|
1769
1373
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryCompilationContextFactory",
|
|
1770
|
-
"tsEmitName": "SqliteQueryCompilationContextFactory",
|
|
1771
1374
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1772
1375
|
"metadataToken": 0,
|
|
1376
|
+
"kind": "Class",
|
|
1377
|
+
"accessibility": "Public",
|
|
1378
|
+
"isAbstract": false,
|
|
1379
|
+
"isSealed": false,
|
|
1380
|
+
"isStatic": false,
|
|
1381
|
+
"arity": 0,
|
|
1773
1382
|
"methods": [
|
|
1774
1383
|
{
|
|
1775
1384
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryCompilationContextFactory::Create(System.Boolean):Microsoft.EntityFrameworkCore.Query.QueryCompilationContext",
|
|
1776
1385
|
"clrName": "Create",
|
|
1777
|
-
"tsEmitName": "create",
|
|
1778
1386
|
"metadataToken": 100663998,
|
|
1779
1387
|
"canonicalSignature": "(System.Boolean):Microsoft.EntityFrameworkCore.Query.QueryCompilationContext",
|
|
1780
1388
|
"normalizedSignature": "Create|(System.Boolean):Microsoft.EntityFrameworkCore.Query.QueryCompilationContext|static=false",
|
|
1781
1389
|
"emitScope": "ClassSurface",
|
|
1390
|
+
"provenance": "Original",
|
|
1782
1391
|
"arity": 0,
|
|
1783
1392
|
"parameterCount": 1,
|
|
1393
|
+
"isStatic": false,
|
|
1394
|
+
"isAbstract": false,
|
|
1395
|
+
"isVirtual": true,
|
|
1396
|
+
"isOverride": false,
|
|
1397
|
+
"isSealed": true,
|
|
1784
1398
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryCompilationContextFactory",
|
|
1785
1399
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1786
1400
|
"isExtensionMethod": false
|
|
@@ -1788,13 +1402,18 @@
|
|
|
1788
1402
|
{
|
|
1789
1403
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryCompilationContextFactory::CreatePrecompiled(System.Boolean):Microsoft.EntityFrameworkCore.Query.QueryCompilationContext",
|
|
1790
1404
|
"clrName": "CreatePrecompiled",
|
|
1791
|
-
"tsEmitName": "createPrecompiled",
|
|
1792
1405
|
"metadataToken": 100663999,
|
|
1793
1406
|
"canonicalSignature": "(System.Boolean):Microsoft.EntityFrameworkCore.Query.QueryCompilationContext",
|
|
1794
1407
|
"normalizedSignature": "CreatePrecompiled|(System.Boolean):Microsoft.EntityFrameworkCore.Query.QueryCompilationContext|static=false",
|
|
1795
1408
|
"emitScope": "ClassSurface",
|
|
1409
|
+
"provenance": "Original",
|
|
1796
1410
|
"arity": 0,
|
|
1797
1411
|
"parameterCount": 1,
|
|
1412
|
+
"isStatic": false,
|
|
1413
|
+
"isAbstract": false,
|
|
1414
|
+
"isVirtual": true,
|
|
1415
|
+
"isOverride": false,
|
|
1416
|
+
"isSealed": false,
|
|
1798
1417
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryCompilationContextFactory",
|
|
1799
1418
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1800
1419
|
"isExtensionMethod": false
|
|
@@ -1814,47 +1433,19 @@
|
|
|
1814
1433
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryCompilationContextFactory",
|
|
1815
1434
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1816
1435
|
}
|
|
1817
|
-
],
|
|
1818
|
-
"exposedMethods": [
|
|
1819
|
-
{
|
|
1820
|
-
"tsName": "create",
|
|
1821
|
-
"isStatic": false,
|
|
1822
|
-
"tsSignatureId": "Create|(System.Boolean):Microsoft.EntityFrameworkCore.Query.QueryCompilationContext|static=false",
|
|
1823
|
-
"target": {
|
|
1824
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryCompilationContextFactory",
|
|
1825
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1826
|
-
"metadataToken": 100663998
|
|
1827
|
-
}
|
|
1828
|
-
},
|
|
1829
|
-
{
|
|
1830
|
-
"tsName": "createPrecompiled",
|
|
1831
|
-
"isStatic": false,
|
|
1832
|
-
"tsSignatureId": "CreatePrecompiled|(System.Boolean):Microsoft.EntityFrameworkCore.Query.QueryCompilationContext|static=false",
|
|
1833
|
-
"target": {
|
|
1834
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryCompilationContextFactory",
|
|
1835
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1836
|
-
"metadataToken": 100663999
|
|
1837
|
-
}
|
|
1838
|
-
}
|
|
1839
|
-
],
|
|
1840
|
-
"exposedConstructors": [
|
|
1841
|
-
{
|
|
1842
|
-
"isStatic": false,
|
|
1843
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContextDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContextDependencies):void|static=false",
|
|
1844
|
-
"target": {
|
|
1845
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryCompilationContextFactory",
|
|
1846
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1847
|
-
"metadataToken": 100663995
|
|
1848
|
-
}
|
|
1849
|
-
}
|
|
1850
1436
|
]
|
|
1851
1437
|
},
|
|
1852
1438
|
{
|
|
1853
1439
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQuerySqlGenerator",
|
|
1854
1440
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQuerySqlGenerator",
|
|
1855
|
-
"tsEmitName": "SqliteQuerySqlGenerator",
|
|
1856
1441
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1857
1442
|
"metadataToken": 0,
|
|
1443
|
+
"kind": "Class",
|
|
1444
|
+
"accessibility": "Public",
|
|
1445
|
+
"isAbstract": false,
|
|
1446
|
+
"isSealed": false,
|
|
1447
|
+
"isStatic": false,
|
|
1448
|
+
"arity": 0,
|
|
1858
1449
|
"methods": [],
|
|
1859
1450
|
"properties": [],
|
|
1860
1451
|
"fields": [],
|
|
@@ -1870,36 +1461,35 @@
|
|
|
1870
1461
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQuerySqlGenerator",
|
|
1871
1462
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1872
1463
|
}
|
|
1873
|
-
],
|
|
1874
|
-
"exposedConstructors": [
|
|
1875
|
-
{
|
|
1876
|
-
"isStatic": false,
|
|
1877
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.QuerySqlGeneratorDependencies):void|static=false",
|
|
1878
|
-
"target": {
|
|
1879
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQuerySqlGenerator",
|
|
1880
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1881
|
-
"metadataToken": 100664000
|
|
1882
|
-
}
|
|
1883
|
-
}
|
|
1884
1464
|
]
|
|
1885
1465
|
},
|
|
1886
1466
|
{
|
|
1887
1467
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQuerySqlGeneratorFactory",
|
|
1888
1468
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQuerySqlGeneratorFactory",
|
|
1889
|
-
"tsEmitName": "SqliteQuerySqlGeneratorFactory",
|
|
1890
1469
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1891
1470
|
"metadataToken": 0,
|
|
1471
|
+
"kind": "Class",
|
|
1472
|
+
"accessibility": "Public",
|
|
1473
|
+
"isAbstract": false,
|
|
1474
|
+
"isSealed": false,
|
|
1475
|
+
"isStatic": false,
|
|
1476
|
+
"arity": 0,
|
|
1892
1477
|
"methods": [
|
|
1893
1478
|
{
|
|
1894
1479
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQuerySqlGeneratorFactory::Create():Microsoft.EntityFrameworkCore.Query.QuerySqlGenerator",
|
|
1895
1480
|
"clrName": "Create",
|
|
1896
|
-
"tsEmitName": "create",
|
|
1897
1481
|
"metadataToken": 100664016,
|
|
1898
1482
|
"canonicalSignature": "():Microsoft.EntityFrameworkCore.Query.QuerySqlGenerator",
|
|
1899
1483
|
"normalizedSignature": "Create|():Microsoft.EntityFrameworkCore.Query.QuerySqlGenerator|static=false",
|
|
1900
1484
|
"emitScope": "ClassSurface",
|
|
1485
|
+
"provenance": "Original",
|
|
1901
1486
|
"arity": 0,
|
|
1902
1487
|
"parameterCount": 0,
|
|
1488
|
+
"isStatic": false,
|
|
1489
|
+
"isAbstract": false,
|
|
1490
|
+
"isVirtual": true,
|
|
1491
|
+
"isOverride": false,
|
|
1492
|
+
"isSealed": false,
|
|
1903
1493
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQuerySqlGeneratorFactory",
|
|
1904
1494
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1905
1495
|
"isExtensionMethod": false
|
|
@@ -1919,48 +1509,35 @@
|
|
|
1919
1509
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQuerySqlGeneratorFactory",
|
|
1920
1510
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1921
1511
|
}
|
|
1922
|
-
],
|
|
1923
|
-
"exposedMethods": [
|
|
1924
|
-
{
|
|
1925
|
-
"tsName": "create",
|
|
1926
|
-
"isStatic": false,
|
|
1927
|
-
"tsSignatureId": "Create|():Microsoft.EntityFrameworkCore.Query.QuerySqlGenerator|static=false",
|
|
1928
|
-
"target": {
|
|
1929
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQuerySqlGeneratorFactory",
|
|
1930
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1931
|
-
"metadataToken": 100664016
|
|
1932
|
-
}
|
|
1933
|
-
}
|
|
1934
|
-
],
|
|
1935
|
-
"exposedConstructors": [
|
|
1936
|
-
{
|
|
1937
|
-
"isStatic": false,
|
|
1938
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.QuerySqlGeneratorDependencies):void|static=false",
|
|
1939
|
-
"target": {
|
|
1940
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQuerySqlGeneratorFactory",
|
|
1941
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1942
|
-
"metadataToken": 100664014
|
|
1943
|
-
}
|
|
1944
|
-
}
|
|
1945
1512
|
]
|
|
1946
1513
|
},
|
|
1947
1514
|
{
|
|
1948
1515
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryStringFactory",
|
|
1949
1516
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryStringFactory",
|
|
1950
|
-
"tsEmitName": "SqliteQueryStringFactory",
|
|
1951
1517
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1952
1518
|
"metadataToken": 0,
|
|
1519
|
+
"kind": "Class",
|
|
1520
|
+
"accessibility": "Public",
|
|
1521
|
+
"isAbstract": false,
|
|
1522
|
+
"isSealed": false,
|
|
1523
|
+
"isStatic": false,
|
|
1524
|
+
"arity": 0,
|
|
1953
1525
|
"methods": [
|
|
1954
1526
|
{
|
|
1955
1527
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryStringFactory::Create(System.Data.Common.DbCommand):System.String",
|
|
1956
1528
|
"clrName": "Create",
|
|
1957
|
-
"tsEmitName": "create",
|
|
1958
1529
|
"metadataToken": 100664018,
|
|
1959
1530
|
"canonicalSignature": "(System.Data.Common.DbCommand):System.String",
|
|
1960
1531
|
"normalizedSignature": "Create|(System.Data.Common.DbCommand):System.String|static=false",
|
|
1961
1532
|
"emitScope": "ClassSurface",
|
|
1533
|
+
"provenance": "Original",
|
|
1962
1534
|
"arity": 0,
|
|
1963
1535
|
"parameterCount": 1,
|
|
1536
|
+
"isStatic": false,
|
|
1537
|
+
"isAbstract": false,
|
|
1538
|
+
"isVirtual": true,
|
|
1539
|
+
"isOverride": false,
|
|
1540
|
+
"isSealed": false,
|
|
1964
1541
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryStringFactory",
|
|
1965
1542
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1966
1543
|
"isExtensionMethod": false
|
|
@@ -1980,48 +1557,35 @@
|
|
|
1980
1557
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryStringFactory",
|
|
1981
1558
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1982
1559
|
}
|
|
1983
|
-
],
|
|
1984
|
-
"exposedMethods": [
|
|
1985
|
-
{
|
|
1986
|
-
"tsName": "create",
|
|
1987
|
-
"isStatic": false,
|
|
1988
|
-
"tsSignatureId": "Create|(System.Data.Common.DbCommand):System.String|static=false",
|
|
1989
|
-
"target": {
|
|
1990
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryStringFactory",
|
|
1991
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1992
|
-
"metadataToken": 100664018
|
|
1993
|
-
}
|
|
1994
|
-
}
|
|
1995
|
-
],
|
|
1996
|
-
"exposedConstructors": [
|
|
1997
|
-
{
|
|
1998
|
-
"isStatic": false,
|
|
1999
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource):void|static=false",
|
|
2000
|
-
"target": {
|
|
2001
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryStringFactory",
|
|
2002
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2003
|
-
"metadataToken": 100664017
|
|
2004
|
-
}
|
|
2005
|
-
}
|
|
2006
1560
|
]
|
|
2007
1561
|
},
|
|
2008
1562
|
{
|
|
2009
1563
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryTranslationPostprocessor",
|
|
2010
1564
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryTranslationPostprocessor",
|
|
2011
|
-
"tsEmitName": "SqliteQueryTranslationPostprocessor",
|
|
2012
1565
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2013
1566
|
"metadataToken": 0,
|
|
1567
|
+
"kind": "Class",
|
|
1568
|
+
"accessibility": "Public",
|
|
1569
|
+
"isAbstract": false,
|
|
1570
|
+
"isSealed": false,
|
|
1571
|
+
"isStatic": false,
|
|
1572
|
+
"arity": 0,
|
|
2014
1573
|
"methods": [
|
|
2015
1574
|
{
|
|
2016
1575
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryTranslationPostprocessor::Process(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
2017
1576
|
"clrName": "Process",
|
|
2018
|
-
"tsEmitName": "process",
|
|
2019
1577
|
"metadataToken": 100664020,
|
|
2020
1578
|
"canonicalSignature": "(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
2021
1579
|
"normalizedSignature": "Process|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
|
|
2022
1580
|
"emitScope": "ClassSurface",
|
|
1581
|
+
"provenance": "Original",
|
|
2023
1582
|
"arity": 0,
|
|
2024
1583
|
"parameterCount": 1,
|
|
1584
|
+
"isStatic": false,
|
|
1585
|
+
"isAbstract": false,
|
|
1586
|
+
"isVirtual": true,
|
|
1587
|
+
"isOverride": true,
|
|
1588
|
+
"isSealed": false,
|
|
2025
1589
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryTranslationPostprocessor",
|
|
2026
1590
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2027
1591
|
"isExtensionMethod": false
|
|
@@ -2041,48 +1605,35 @@
|
|
|
2041
1605
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryTranslationPostprocessor",
|
|
2042
1606
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
2043
1607
|
}
|
|
2044
|
-
],
|
|
2045
|
-
"exposedMethods": [
|
|
2046
|
-
{
|
|
2047
|
-
"tsName": "process",
|
|
2048
|
-
"isStatic": false,
|
|
2049
|
-
"tsSignatureId": "Process|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
|
|
2050
|
-
"target": {
|
|
2051
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryTranslationPostprocessor",
|
|
2052
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2053
|
-
"metadataToken": 100664020
|
|
2054
|
-
}
|
|
2055
|
-
}
|
|
2056
|
-
],
|
|
2057
|
-
"exposedConstructors": [
|
|
2058
|
-
{
|
|
2059
|
-
"isStatic": false,
|
|
2060
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryTranslationPostprocessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext):void|static=false",
|
|
2061
|
-
"target": {
|
|
2062
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryTranslationPostprocessor",
|
|
2063
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2064
|
-
"metadataToken": 100664019
|
|
2065
|
-
}
|
|
2066
|
-
}
|
|
2067
1608
|
]
|
|
2068
1609
|
},
|
|
2069
1610
|
{
|
|
2070
1611
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryTranslationPostprocessorFactory",
|
|
2071
1612
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryTranslationPostprocessorFactory",
|
|
2072
|
-
"tsEmitName": "SqliteQueryTranslationPostprocessorFactory",
|
|
2073
1613
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2074
1614
|
"metadataToken": 0,
|
|
1615
|
+
"kind": "Class",
|
|
1616
|
+
"accessibility": "Public",
|
|
1617
|
+
"isAbstract": false,
|
|
1618
|
+
"isSealed": false,
|
|
1619
|
+
"isStatic": false,
|
|
1620
|
+
"arity": 0,
|
|
2075
1621
|
"methods": [
|
|
2076
1622
|
{
|
|
2077
1623
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryTranslationPostprocessorFactory::Create(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext):Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessor",
|
|
2078
1624
|
"clrName": "Create",
|
|
2079
|
-
"tsEmitName": "create",
|
|
2080
1625
|
"metadataToken": 100664025,
|
|
2081
1626
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext):Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessor",
|
|
2082
1627
|
"normalizedSignature": "Create|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext):Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessor|static=false",
|
|
2083
1628
|
"emitScope": "ClassSurface",
|
|
1629
|
+
"provenance": "Original",
|
|
2084
1630
|
"arity": 0,
|
|
2085
1631
|
"parameterCount": 1,
|
|
1632
|
+
"isStatic": false,
|
|
1633
|
+
"isAbstract": false,
|
|
1634
|
+
"isVirtual": true,
|
|
1635
|
+
"isOverride": false,
|
|
1636
|
+
"isSealed": false,
|
|
2086
1637
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryTranslationPostprocessorFactory",
|
|
2087
1638
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2088
1639
|
"isExtensionMethod": false
|
|
@@ -2102,48 +1653,35 @@
|
|
|
2102
1653
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryTranslationPostprocessorFactory",
|
|
2103
1654
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
2104
1655
|
}
|
|
2105
|
-
],
|
|
2106
|
-
"exposedMethods": [
|
|
2107
|
-
{
|
|
2108
|
-
"tsName": "create",
|
|
2109
|
-
"isStatic": false,
|
|
2110
|
-
"tsSignatureId": "Create|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext):Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessor|static=false",
|
|
2111
|
-
"target": {
|
|
2112
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryTranslationPostprocessorFactory",
|
|
2113
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2114
|
-
"metadataToken": 100664025
|
|
2115
|
-
}
|
|
2116
|
-
}
|
|
2117
|
-
],
|
|
2118
|
-
"exposedConstructors": [
|
|
2119
|
-
{
|
|
2120
|
-
"isStatic": false,
|
|
2121
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryTranslationPostprocessorDependencies):void|static=false",
|
|
2122
|
-
"target": {
|
|
2123
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteQueryTranslationPostprocessorFactory",
|
|
2124
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2125
|
-
"metadataToken": 100664022
|
|
2126
|
-
}
|
|
2127
|
-
}
|
|
2128
1656
|
]
|
|
2129
1657
|
},
|
|
2130
1658
|
{
|
|
2131
1659
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteRandomTranslator",
|
|
2132
1660
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteRandomTranslator",
|
|
2133
|
-
"tsEmitName": "SqliteRandomTranslator",
|
|
2134
1661
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2135
1662
|
"metadataToken": 0,
|
|
1663
|
+
"kind": "Class",
|
|
1664
|
+
"accessibility": "Public",
|
|
1665
|
+
"isAbstract": false,
|
|
1666
|
+
"isSealed": false,
|
|
1667
|
+
"isStatic": false,
|
|
1668
|
+
"arity": 0,
|
|
2136
1669
|
"methods": [
|
|
2137
1670
|
{
|
|
2138
1671
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteRandomTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2139
1672
|
"clrName": "Translate",
|
|
2140
|
-
"tsEmitName": "translate",
|
|
2141
1673
|
"metadataToken": 100664104,
|
|
2142
1674
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2143
1675
|
"normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2144
1676
|
"emitScope": "ClassSurface",
|
|
1677
|
+
"provenance": "Original",
|
|
2145
1678
|
"arity": 0,
|
|
2146
1679
|
"parameterCount": 4,
|
|
1680
|
+
"isStatic": false,
|
|
1681
|
+
"isAbstract": false,
|
|
1682
|
+
"isVirtual": true,
|
|
1683
|
+
"isOverride": false,
|
|
1684
|
+
"isSealed": false,
|
|
2147
1685
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteRandomTranslator",
|
|
2148
1686
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2149
1687
|
"isExtensionMethod": false
|
|
@@ -2163,48 +1701,35 @@
|
|
|
2163
1701
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteRandomTranslator",
|
|
2164
1702
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
2165
1703
|
}
|
|
2166
|
-
],
|
|
2167
|
-
"exposedMethods": [
|
|
2168
|
-
{
|
|
2169
|
-
"tsName": "translate",
|
|
2170
|
-
"isStatic": false,
|
|
2171
|
-
"tsSignatureId": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2172
|
-
"target": {
|
|
2173
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteRandomTranslator",
|
|
2174
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2175
|
-
"metadataToken": 100664104
|
|
2176
|
-
}
|
|
2177
|
-
}
|
|
2178
|
-
],
|
|
2179
|
-
"exposedConstructors": [
|
|
2180
|
-
{
|
|
2181
|
-
"isStatic": false,
|
|
2182
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
|
|
2183
|
-
"target": {
|
|
2184
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteRandomTranslator",
|
|
2185
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2186
|
-
"metadataToken": 100664103
|
|
2187
|
-
}
|
|
2188
|
-
}
|
|
2189
1704
|
]
|
|
2190
1705
|
},
|
|
2191
1706
|
{
|
|
2192
1707
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteRegexMethodTranslator",
|
|
2193
1708
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteRegexMethodTranslator",
|
|
2194
|
-
"tsEmitName": "SqliteRegexMethodTranslator",
|
|
2195
1709
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2196
1710
|
"metadataToken": 0,
|
|
1711
|
+
"kind": "Class",
|
|
1712
|
+
"accessibility": "Public",
|
|
1713
|
+
"isAbstract": false,
|
|
1714
|
+
"isSealed": false,
|
|
1715
|
+
"isStatic": false,
|
|
1716
|
+
"arity": 0,
|
|
2197
1717
|
"methods": [
|
|
2198
1718
|
{
|
|
2199
1719
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteRegexMethodTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2200
1720
|
"clrName": "Translate",
|
|
2201
|
-
"tsEmitName": "translate",
|
|
2202
1721
|
"metadataToken": 100664107,
|
|
2203
1722
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2204
1723
|
"normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2205
1724
|
"emitScope": "ClassSurface",
|
|
1725
|
+
"provenance": "Original",
|
|
2206
1726
|
"arity": 0,
|
|
2207
1727
|
"parameterCount": 4,
|
|
1728
|
+
"isStatic": false,
|
|
1729
|
+
"isAbstract": false,
|
|
1730
|
+
"isVirtual": true,
|
|
1731
|
+
"isOverride": false,
|
|
1732
|
+
"isSealed": false,
|
|
2208
1733
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteRegexMethodTranslator",
|
|
2209
1734
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2210
1735
|
"isExtensionMethod": false
|
|
@@ -2224,48 +1749,35 @@
|
|
|
2224
1749
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteRegexMethodTranslator",
|
|
2225
1750
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
2226
1751
|
}
|
|
2227
|
-
],
|
|
2228
|
-
"exposedMethods": [
|
|
2229
|
-
{
|
|
2230
|
-
"tsName": "translate",
|
|
2231
|
-
"isStatic": false,
|
|
2232
|
-
"tsSignatureId": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2233
|
-
"target": {
|
|
2234
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteRegexMethodTranslator",
|
|
2235
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2236
|
-
"metadataToken": 100664107
|
|
2237
|
-
}
|
|
2238
|
-
}
|
|
2239
|
-
],
|
|
2240
|
-
"exposedConstructors": [
|
|
2241
|
-
{
|
|
2242
|
-
"isStatic": false,
|
|
2243
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory):void|static=false",
|
|
2244
|
-
"target": {
|
|
2245
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteRegexMethodTranslator",
|
|
2246
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2247
|
-
"metadataToken": 100664106
|
|
2248
|
-
}
|
|
2249
|
-
}
|
|
2250
1752
|
]
|
|
2251
1753
|
},
|
|
2252
1754
|
{
|
|
2253
1755
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory",
|
|
2254
1756
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory",
|
|
2255
|
-
"tsEmitName": "SqliteSqlExpressionFactory",
|
|
2256
1757
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2257
1758
|
"metadataToken": 0,
|
|
1759
|
+
"kind": "Class",
|
|
1760
|
+
"accessibility": "Public",
|
|
1761
|
+
"isAbstract": false,
|
|
1762
|
+
"isSealed": false,
|
|
1763
|
+
"isStatic": false,
|
|
1764
|
+
"arity": 0,
|
|
2258
1765
|
"methods": [
|
|
2259
1766
|
{
|
|
2260
1767
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory::Strftime(System.Type,System.String,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2261
1768
|
"clrName": "Strftime",
|
|
2262
|
-
"tsEmitName": "strftime",
|
|
2263
1769
|
"metadataToken": 100664027,
|
|
2264
1770
|
"canonicalSignature": "(System.Type,System.String,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2265
1771
|
"normalizedSignature": "Strftime|(System.Type,System.String,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2266
1772
|
"emitScope": "ClassSurface",
|
|
1773
|
+
"provenance": "Original",
|
|
2267
1774
|
"arity": 0,
|
|
2268
1775
|
"parameterCount": 5,
|
|
1776
|
+
"isStatic": false,
|
|
1777
|
+
"isAbstract": false,
|
|
1778
|
+
"isVirtual": true,
|
|
1779
|
+
"isOverride": false,
|
|
1780
|
+
"isSealed": false,
|
|
2269
1781
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory",
|
|
2270
1782
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2271
1783
|
"isExtensionMethod": false
|
|
@@ -2273,13 +1785,18 @@
|
|
|
2273
1785
|
{
|
|
2274
1786
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory::Date(System.Type,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2275
1787
|
"clrName": "Date",
|
|
2276
|
-
"tsEmitName": "date",
|
|
2277
1788
|
"metadataToken": 100664028,
|
|
2278
1789
|
"canonicalSignature": "(System.Type,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2279
1790
|
"normalizedSignature": "Date|(System.Type,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2280
1791
|
"emitScope": "ClassSurface",
|
|
1792
|
+
"provenance": "Original",
|
|
2281
1793
|
"arity": 0,
|
|
2282
1794
|
"parameterCount": 4,
|
|
1795
|
+
"isStatic": false,
|
|
1796
|
+
"isAbstract": false,
|
|
1797
|
+
"isVirtual": true,
|
|
1798
|
+
"isOverride": false,
|
|
1799
|
+
"isSealed": false,
|
|
2283
1800
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory",
|
|
2284
1801
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2285
1802
|
"isExtensionMethod": false
|
|
@@ -2287,13 +1804,18 @@
|
|
|
2287
1804
|
{
|
|
2288
1805
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory::Glob(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression",
|
|
2289
1806
|
"clrName": "Glob",
|
|
2290
|
-
"tsEmitName": "glob",
|
|
2291
1807
|
"metadataToken": 100664029,
|
|
2292
1808
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression",
|
|
2293
1809
|
"normalizedSignature": "Glob|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression|static=false",
|
|
2294
1810
|
"emitScope": "ClassSurface",
|
|
1811
|
+
"provenance": "Original",
|
|
2295
1812
|
"arity": 0,
|
|
2296
1813
|
"parameterCount": 2,
|
|
1814
|
+
"isStatic": false,
|
|
1815
|
+
"isAbstract": false,
|
|
1816
|
+
"isVirtual": true,
|
|
1817
|
+
"isOverride": false,
|
|
1818
|
+
"isSealed": false,
|
|
2297
1819
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory",
|
|
2298
1820
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2299
1821
|
"isExtensionMethod": false
|
|
@@ -2301,13 +1823,18 @@
|
|
|
2301
1823
|
{
|
|
2302
1824
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory::Regexp(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression",
|
|
2303
1825
|
"clrName": "Regexp",
|
|
2304
|
-
"tsEmitName": "regexp",
|
|
2305
1826
|
"metadataToken": 100664030,
|
|
2306
1827
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression",
|
|
2307
1828
|
"normalizedSignature": "Regexp|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression|static=false",
|
|
2308
1829
|
"emitScope": "ClassSurface",
|
|
1830
|
+
"provenance": "Original",
|
|
2309
1831
|
"arity": 0,
|
|
2310
1832
|
"parameterCount": 2,
|
|
1833
|
+
"isStatic": false,
|
|
1834
|
+
"isAbstract": false,
|
|
1835
|
+
"isVirtual": true,
|
|
1836
|
+
"isOverride": false,
|
|
1837
|
+
"isSealed": false,
|
|
2311
1838
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory",
|
|
2312
1839
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2313
1840
|
"isExtensionMethod": false
|
|
@@ -2315,13 +1842,18 @@
|
|
|
2315
1842
|
{
|
|
2316
1843
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory::ApplyTypeMapping(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2317
1844
|
"clrName": "ApplyTypeMapping",
|
|
2318
|
-
"tsEmitName": "applyTypeMapping",
|
|
2319
1845
|
"metadataToken": 100664031,
|
|
2320
1846
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2321
1847
|
"normalizedSignature": "ApplyTypeMapping|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2322
1848
|
"emitScope": "ClassSurface",
|
|
1849
|
+
"provenance": "Original",
|
|
2323
1850
|
"arity": 0,
|
|
2324
1851
|
"parameterCount": 2,
|
|
1852
|
+
"isStatic": false,
|
|
1853
|
+
"isAbstract": false,
|
|
1854
|
+
"isVirtual": true,
|
|
1855
|
+
"isOverride": true,
|
|
1856
|
+
"isSealed": false,
|
|
2325
1857
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory",
|
|
2326
1858
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2327
1859
|
"isExtensionMethod": false
|
|
@@ -2341,77 +1873,19 @@
|
|
|
2341
1873
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory",
|
|
2342
1874
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
2343
1875
|
}
|
|
2344
|
-
],
|
|
2345
|
-
"exposedMethods": [
|
|
2346
|
-
{
|
|
2347
|
-
"tsName": "strftime",
|
|
2348
|
-
"isStatic": false,
|
|
2349
|
-
"tsSignatureId": "Strftime|(System.Type,System.String,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2350
|
-
"target": {
|
|
2351
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory",
|
|
2352
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2353
|
-
"metadataToken": 100664027
|
|
2354
|
-
}
|
|
2355
|
-
},
|
|
2356
|
-
{
|
|
2357
|
-
"tsName": "date",
|
|
2358
|
-
"isStatic": false,
|
|
2359
|
-
"tsSignatureId": "Date|(System.Type,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2360
|
-
"target": {
|
|
2361
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory",
|
|
2362
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2363
|
-
"metadataToken": 100664028
|
|
2364
|
-
}
|
|
2365
|
-
},
|
|
2366
|
-
{
|
|
2367
|
-
"tsName": "glob",
|
|
2368
|
-
"isStatic": false,
|
|
2369
|
-
"tsSignatureId": "Glob|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.GlobExpression|static=false",
|
|
2370
|
-
"target": {
|
|
2371
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory",
|
|
2372
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2373
|
-
"metadataToken": 100664029
|
|
2374
|
-
}
|
|
2375
|
-
},
|
|
2376
|
-
{
|
|
2377
|
-
"tsName": "regexp",
|
|
2378
|
-
"isStatic": false,
|
|
2379
|
-
"tsSignatureId": "Regexp|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.RegexpExpression|static=false",
|
|
2380
|
-
"target": {
|
|
2381
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory",
|
|
2382
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2383
|
-
"metadataToken": 100664030
|
|
2384
|
-
}
|
|
2385
|
-
},
|
|
2386
|
-
{
|
|
2387
|
-
"tsName": "applyTypeMapping",
|
|
2388
|
-
"isStatic": false,
|
|
2389
|
-
"tsSignatureId": "ApplyTypeMapping|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2390
|
-
"target": {
|
|
2391
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory",
|
|
2392
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2393
|
-
"metadataToken": 100664031
|
|
2394
|
-
}
|
|
2395
|
-
}
|
|
2396
|
-
],
|
|
2397
|
-
"exposedConstructors": [
|
|
2398
|
-
{
|
|
2399
|
-
"isStatic": false,
|
|
2400
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.SqlExpressionFactoryDependencies):void|static=false",
|
|
2401
|
-
"target": {
|
|
2402
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlExpressionFactory",
|
|
2403
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2404
|
-
"metadataToken": 100664026
|
|
2405
|
-
}
|
|
2406
|
-
}
|
|
2407
1876
|
]
|
|
2408
1877
|
},
|
|
2409
1878
|
{
|
|
2410
1879
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlNullabilityProcessor",
|
|
2411
1880
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlNullabilityProcessor",
|
|
2412
|
-
"tsEmitName": "SqliteSqlNullabilityProcessor",
|
|
2413
1881
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2414
1882
|
"metadataToken": 0,
|
|
1883
|
+
"kind": "Class",
|
|
1884
|
+
"accessibility": "Public",
|
|
1885
|
+
"isAbstract": false,
|
|
1886
|
+
"isSealed": false,
|
|
1887
|
+
"isStatic": false,
|
|
1888
|
+
"arity": 0,
|
|
2415
1889
|
"methods": [],
|
|
2416
1890
|
"properties": [],
|
|
2417
1891
|
"fields": [],
|
|
@@ -2427,36 +1901,35 @@
|
|
|
2427
1901
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlNullabilityProcessor",
|
|
2428
1902
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
2429
1903
|
}
|
|
2430
|
-
],
|
|
2431
|
-
"exposedConstructors": [
|
|
2432
|
-
{
|
|
2433
|
-
"isStatic": false,
|
|
2434
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalParameterBasedSqlProcessorParameters):void|static=false",
|
|
2435
|
-
"target": {
|
|
2436
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlNullabilityProcessor",
|
|
2437
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2438
|
-
"metadataToken": 100664034
|
|
2439
|
-
}
|
|
2440
|
-
}
|
|
2441
1904
|
]
|
|
2442
1905
|
},
|
|
2443
1906
|
{
|
|
2444
1907
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlTranslatingExpressionVisitor",
|
|
2445
1908
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlTranslatingExpressionVisitor",
|
|
2446
|
-
"tsEmitName": "SqliteSqlTranslatingExpressionVisitor",
|
|
2447
1909
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2448
1910
|
"metadataToken": 0,
|
|
1911
|
+
"kind": "Class",
|
|
1912
|
+
"accessibility": "Public",
|
|
1913
|
+
"isAbstract": false,
|
|
1914
|
+
"isSealed": false,
|
|
1915
|
+
"isStatic": false,
|
|
1916
|
+
"arity": 0,
|
|
2449
1917
|
"methods": [
|
|
2450
1918
|
{
|
|
2451
1919
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlTranslatingExpressionVisitor::ConstructLikePatternParameter(Microsoft.EntityFrameworkCore.Query.QueryContext,System.String,System.Boolean):System.String",
|
|
2452
1920
|
"clrName": "ConstructLikePatternParameter",
|
|
2453
|
-
"tsEmitName": "constructLikePatternParameter",
|
|
2454
1921
|
"metadataToken": 100664045,
|
|
2455
1922
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.QueryContext,System.String,System.Boolean):System.String",
|
|
2456
1923
|
"normalizedSignature": "ConstructLikePatternParameter|(Microsoft.EntityFrameworkCore.Query.QueryContext,System.String,System.Boolean):System.String|static=true",
|
|
2457
1924
|
"emitScope": "ClassSurface",
|
|
1925
|
+
"provenance": "Original",
|
|
2458
1926
|
"arity": 0,
|
|
2459
1927
|
"parameterCount": 3,
|
|
1928
|
+
"isStatic": true,
|
|
1929
|
+
"isAbstract": false,
|
|
1930
|
+
"isVirtual": false,
|
|
1931
|
+
"isOverride": false,
|
|
1932
|
+
"isSealed": false,
|
|
2460
1933
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlTranslatingExpressionVisitor",
|
|
2461
1934
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2462
1935
|
"isExtensionMethod": false
|
|
@@ -2464,13 +1937,18 @@
|
|
|
2464
1937
|
{
|
|
2465
1938
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlTranslatingExpressionVisitor::GenerateGreatest(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Type):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2466
1939
|
"clrName": "GenerateGreatest",
|
|
2467
|
-
"tsEmitName": "generateGreatest",
|
|
2468
1940
|
"metadataToken": 100664048,
|
|
2469
1941
|
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Type):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2470
1942
|
"normalizedSignature": "GenerateGreatest|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Type):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2471
1943
|
"emitScope": "ClassSurface",
|
|
1944
|
+
"provenance": "Original",
|
|
2472
1945
|
"arity": 0,
|
|
2473
1946
|
"parameterCount": 2,
|
|
1947
|
+
"isStatic": false,
|
|
1948
|
+
"isAbstract": false,
|
|
1949
|
+
"isVirtual": true,
|
|
1950
|
+
"isOverride": true,
|
|
1951
|
+
"isSealed": false,
|
|
2474
1952
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlTranslatingExpressionVisitor",
|
|
2475
1953
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2476
1954
|
"isExtensionMethod": false
|
|
@@ -2478,13 +1956,18 @@
|
|
|
2478
1956
|
{
|
|
2479
1957
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlTranslatingExpressionVisitor::GenerateLeast(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Type):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2480
1958
|
"clrName": "GenerateLeast",
|
|
2481
|
-
"tsEmitName": "generateLeast",
|
|
2482
1959
|
"metadataToken": 100664049,
|
|
2483
1960
|
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Type):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2484
1961
|
"normalizedSignature": "GenerateLeast|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Type):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2485
1962
|
"emitScope": "ClassSurface",
|
|
1963
|
+
"provenance": "Original",
|
|
2486
1964
|
"arity": 0,
|
|
2487
1965
|
"parameterCount": 2,
|
|
1966
|
+
"isStatic": false,
|
|
1967
|
+
"isAbstract": false,
|
|
1968
|
+
"isVirtual": true,
|
|
1969
|
+
"isOverride": true,
|
|
1970
|
+
"isSealed": false,
|
|
2488
1971
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlTranslatingExpressionVisitor",
|
|
2489
1972
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2490
1973
|
"isExtensionMethod": false
|
|
@@ -2504,68 +1987,35 @@
|
|
|
2504
1987
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlTranslatingExpressionVisitor",
|
|
2505
1988
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
2506
1989
|
}
|
|
2507
|
-
],
|
|
2508
|
-
"exposedMethods": [
|
|
2509
|
-
{
|
|
2510
|
-
"tsName": "constructLikePatternParameter",
|
|
2511
|
-
"isStatic": true,
|
|
2512
|
-
"tsSignatureId": "ConstructLikePatternParameter|(Microsoft.EntityFrameworkCore.Query.QueryContext,System.String,System.Boolean):System.String|static=true",
|
|
2513
|
-
"target": {
|
|
2514
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlTranslatingExpressionVisitor",
|
|
2515
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2516
|
-
"metadataToken": 100664045
|
|
2517
|
-
}
|
|
2518
|
-
},
|
|
2519
|
-
{
|
|
2520
|
-
"tsName": "generateGreatest",
|
|
2521
|
-
"isStatic": false,
|
|
2522
|
-
"tsSignatureId": "GenerateGreatest|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Type):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2523
|
-
"target": {
|
|
2524
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlTranslatingExpressionVisitor",
|
|
2525
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2526
|
-
"metadataToken": 100664048
|
|
2527
|
-
}
|
|
2528
|
-
},
|
|
2529
|
-
{
|
|
2530
|
-
"tsName": "generateLeast",
|
|
2531
|
-
"isStatic": false,
|
|
2532
|
-
"tsSignatureId": "GenerateLeast|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Type):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2533
|
-
"target": {
|
|
2534
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlTranslatingExpressionVisitor",
|
|
2535
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2536
|
-
"metadataToken": 100664049
|
|
2537
|
-
}
|
|
2538
|
-
}
|
|
2539
|
-
],
|
|
2540
|
-
"exposedConstructors": [
|
|
2541
|
-
{
|
|
2542
|
-
"isStatic": false,
|
|
2543
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies,Microsoft.EntityFrameworkCore.Query.QueryCompilationContext,Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor):void|static=false",
|
|
2544
|
-
"target": {
|
|
2545
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlTranslatingExpressionVisitor",
|
|
2546
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2547
|
-
"metadataToken": 100664041
|
|
2548
|
-
}
|
|
2549
|
-
}
|
|
2550
1990
|
]
|
|
2551
1991
|
},
|
|
2552
1992
|
{
|
|
2553
1993
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlTranslatingExpressionVisitorFactory",
|
|
2554
1994
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlTranslatingExpressionVisitorFactory",
|
|
2555
|
-
"tsEmitName": "SqliteSqlTranslatingExpressionVisitorFactory",
|
|
2556
1995
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2557
1996
|
"metadataToken": 0,
|
|
1997
|
+
"kind": "Class",
|
|
1998
|
+
"accessibility": "Public",
|
|
1999
|
+
"isAbstract": false,
|
|
2000
|
+
"isSealed": false,
|
|
2001
|
+
"isStatic": false,
|
|
2002
|
+
"arity": 0,
|
|
2558
2003
|
"methods": [
|
|
2559
2004
|
{
|
|
2560
2005
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlTranslatingExpressionVisitorFactory::Create(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext,Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor):Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitor",
|
|
2561
2006
|
"clrName": "Create",
|
|
2562
|
-
"tsEmitName": "create",
|
|
2563
2007
|
"metadataToken": 100664064,
|
|
2564
2008
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext,Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor):Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitor",
|
|
2565
2009
|
"normalizedSignature": "Create|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext,Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor):Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitor|static=false",
|
|
2566
2010
|
"emitScope": "ClassSurface",
|
|
2011
|
+
"provenance": "Original",
|
|
2567
2012
|
"arity": 0,
|
|
2568
2013
|
"parameterCount": 2,
|
|
2014
|
+
"isStatic": false,
|
|
2015
|
+
"isAbstract": false,
|
|
2016
|
+
"isVirtual": true,
|
|
2017
|
+
"isOverride": false,
|
|
2018
|
+
"isSealed": false,
|
|
2569
2019
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlTranslatingExpressionVisitorFactory",
|
|
2570
2020
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2571
2021
|
"isExtensionMethod": false
|
|
@@ -2585,48 +2035,35 @@
|
|
|
2585
2035
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlTranslatingExpressionVisitorFactory",
|
|
2586
2036
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
2587
2037
|
}
|
|
2588
|
-
],
|
|
2589
|
-
"exposedMethods": [
|
|
2590
|
-
{
|
|
2591
|
-
"tsName": "create",
|
|
2592
|
-
"isStatic": false,
|
|
2593
|
-
"tsSignatureId": "Create|(Microsoft.EntityFrameworkCore.Query.QueryCompilationContext,Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor):Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitor|static=false",
|
|
2594
|
-
"target": {
|
|
2595
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlTranslatingExpressionVisitorFactory",
|
|
2596
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2597
|
-
"metadataToken": 100664064
|
|
2598
|
-
}
|
|
2599
|
-
}
|
|
2600
|
-
],
|
|
2601
|
-
"exposedConstructors": [
|
|
2602
|
-
{
|
|
2603
|
-
"isStatic": false,
|
|
2604
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies):void|static=false",
|
|
2605
|
-
"target": {
|
|
2606
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSqlTranslatingExpressionVisitorFactory",
|
|
2607
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2608
|
-
"metadataToken": 100664062
|
|
2609
|
-
}
|
|
2610
|
-
}
|
|
2611
2038
|
]
|
|
2612
2039
|
},
|
|
2613
2040
|
{
|
|
2614
2041
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteStringAggregateMethodTranslator",
|
|
2615
2042
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteStringAggregateMethodTranslator",
|
|
2616
|
-
"tsEmitName": "SqliteStringAggregateMethodTranslator",
|
|
2617
2043
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2618
2044
|
"metadataToken": 0,
|
|
2045
|
+
"kind": "Class",
|
|
2046
|
+
"accessibility": "Public",
|
|
2047
|
+
"isAbstract": false,
|
|
2048
|
+
"isSealed": false,
|
|
2049
|
+
"isStatic": false,
|
|
2050
|
+
"arity": 0,
|
|
2619
2051
|
"methods": [
|
|
2620
2052
|
{
|
|
2621
2053
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteStringAggregateMethodTranslator::Translate(System.Reflection.MethodInfo,Microsoft.EntityFrameworkCore.Query.EnumerableExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2622
2054
|
"clrName": "Translate",
|
|
2623
|
-
"tsEmitName": "translate",
|
|
2624
2055
|
"metadataToken": 100664110,
|
|
2625
2056
|
"canonicalSignature": "(System.Reflection.MethodInfo,Microsoft.EntityFrameworkCore.Query.EnumerableExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2626
2057
|
"normalizedSignature": "Translate|(System.Reflection.MethodInfo,Microsoft.EntityFrameworkCore.Query.EnumerableExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2627
2058
|
"emitScope": "ClassSurface",
|
|
2059
|
+
"provenance": "Original",
|
|
2628
2060
|
"arity": 0,
|
|
2629
2061
|
"parameterCount": 4,
|
|
2062
|
+
"isStatic": false,
|
|
2063
|
+
"isAbstract": false,
|
|
2064
|
+
"isVirtual": true,
|
|
2065
|
+
"isOverride": false,
|
|
2066
|
+
"isSealed": false,
|
|
2630
2067
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteStringAggregateMethodTranslator",
|
|
2631
2068
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2632
2069
|
"isExtensionMethod": false
|
|
@@ -2646,48 +2083,35 @@
|
|
|
2646
2083
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteStringAggregateMethodTranslator",
|
|
2647
2084
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
2648
2085
|
}
|
|
2649
|
-
],
|
|
2650
|
-
"exposedMethods": [
|
|
2651
|
-
{
|
|
2652
|
-
"tsName": "translate",
|
|
2653
|
-
"isStatic": false,
|
|
2654
|
-
"tsSignatureId": "Translate|(System.Reflection.MethodInfo,Microsoft.EntityFrameworkCore.Query.EnumerableExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2655
|
-
"target": {
|
|
2656
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteStringAggregateMethodTranslator",
|
|
2657
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2658
|
-
"metadataToken": 100664110
|
|
2659
|
-
}
|
|
2660
|
-
}
|
|
2661
|
-
],
|
|
2662
|
-
"exposedConstructors": [
|
|
2663
|
-
{
|
|
2664
|
-
"isStatic": false,
|
|
2665
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
|
|
2666
|
-
"target": {
|
|
2667
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteStringAggregateMethodTranslator",
|
|
2668
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2669
|
-
"metadataToken": 100664109
|
|
2670
|
-
}
|
|
2671
|
-
}
|
|
2672
2086
|
]
|
|
2673
2087
|
},
|
|
2674
2088
|
{
|
|
2675
2089
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteStringLengthTranslator",
|
|
2676
2090
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteStringLengthTranslator",
|
|
2677
|
-
"tsEmitName": "SqliteStringLengthTranslator",
|
|
2678
2091
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2679
2092
|
"metadataToken": 0,
|
|
2093
|
+
"kind": "Class",
|
|
2094
|
+
"accessibility": "Public",
|
|
2095
|
+
"isAbstract": false,
|
|
2096
|
+
"isSealed": false,
|
|
2097
|
+
"isStatic": false,
|
|
2098
|
+
"arity": 0,
|
|
2680
2099
|
"methods": [
|
|
2681
2100
|
{
|
|
2682
2101
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteStringLengthTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2683
2102
|
"clrName": "Translate",
|
|
2684
|
-
"tsEmitName": "translate",
|
|
2685
2103
|
"metadataToken": 100664113,
|
|
2686
2104
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2687
2105
|
"normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2688
2106
|
"emitScope": "ClassSurface",
|
|
2107
|
+
"provenance": "Original",
|
|
2689
2108
|
"arity": 0,
|
|
2690
2109
|
"parameterCount": 4,
|
|
2110
|
+
"isStatic": false,
|
|
2111
|
+
"isAbstract": false,
|
|
2112
|
+
"isVirtual": true,
|
|
2113
|
+
"isOverride": false,
|
|
2114
|
+
"isSealed": false,
|
|
2691
2115
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteStringLengthTranslator",
|
|
2692
2116
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2693
2117
|
"isExtensionMethod": false
|
|
@@ -2707,48 +2131,35 @@
|
|
|
2707
2131
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteStringLengthTranslator",
|
|
2708
2132
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
2709
2133
|
}
|
|
2710
|
-
],
|
|
2711
|
-
"exposedMethods": [
|
|
2712
|
-
{
|
|
2713
|
-
"tsName": "translate",
|
|
2714
|
-
"isStatic": false,
|
|
2715
|
-
"tsSignatureId": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MemberInfo,System.Type,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2716
|
-
"target": {
|
|
2717
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteStringLengthTranslator",
|
|
2718
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2719
|
-
"metadataToken": 100664113
|
|
2720
|
-
}
|
|
2721
|
-
}
|
|
2722
|
-
],
|
|
2723
|
-
"exposedConstructors": [
|
|
2724
|
-
{
|
|
2725
|
-
"isStatic": false,
|
|
2726
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
|
|
2727
|
-
"target": {
|
|
2728
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteStringLengthTranslator",
|
|
2729
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2730
|
-
"metadataToken": 100664112
|
|
2731
|
-
}
|
|
2732
|
-
}
|
|
2733
2134
|
]
|
|
2734
2135
|
},
|
|
2735
2136
|
{
|
|
2736
2137
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteStringMethodTranslator",
|
|
2737
2138
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteStringMethodTranslator",
|
|
2738
|
-
"tsEmitName": "SqliteStringMethodTranslator",
|
|
2739
2139
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2740
2140
|
"metadataToken": 0,
|
|
2141
|
+
"kind": "Class",
|
|
2142
|
+
"accessibility": "Public",
|
|
2143
|
+
"isAbstract": false,
|
|
2144
|
+
"isSealed": false,
|
|
2145
|
+
"isStatic": false,
|
|
2146
|
+
"arity": 0,
|
|
2741
2147
|
"methods": [
|
|
2742
2148
|
{
|
|
2743
2149
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteStringMethodTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2744
2150
|
"clrName": "Translate",
|
|
2745
|
-
"tsEmitName": "translate",
|
|
2746
2151
|
"metadataToken": 100664115,
|
|
2747
2152
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2748
2153
|
"normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2749
2154
|
"emitScope": "ClassSurface",
|
|
2155
|
+
"provenance": "Original",
|
|
2750
2156
|
"arity": 0,
|
|
2751
2157
|
"parameterCount": 4,
|
|
2158
|
+
"isStatic": false,
|
|
2159
|
+
"isAbstract": false,
|
|
2160
|
+
"isVirtual": true,
|
|
2161
|
+
"isOverride": false,
|
|
2162
|
+
"isSealed": false,
|
|
2752
2163
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteStringMethodTranslator",
|
|
2753
2164
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2754
2165
|
"isExtensionMethod": false
|
|
@@ -2768,48 +2179,35 @@
|
|
|
2768
2179
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteStringMethodTranslator",
|
|
2769
2180
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
2770
2181
|
}
|
|
2771
|
-
],
|
|
2772
|
-
"exposedMethods": [
|
|
2773
|
-
{
|
|
2774
|
-
"tsName": "translate",
|
|
2775
|
-
"isStatic": false,
|
|
2776
|
-
"tsSignatureId": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2777
|
-
"target": {
|
|
2778
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteStringMethodTranslator",
|
|
2779
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2780
|
-
"metadataToken": 100664115
|
|
2781
|
-
}
|
|
2782
|
-
}
|
|
2783
|
-
],
|
|
2784
|
-
"exposedConstructors": [
|
|
2785
|
-
{
|
|
2786
|
-
"isStatic": false,
|
|
2787
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
|
|
2788
|
-
"target": {
|
|
2789
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteStringMethodTranslator",
|
|
2790
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2791
|
-
"metadataToken": 100664114
|
|
2792
|
-
}
|
|
2793
|
-
}
|
|
2794
2182
|
]
|
|
2795
2183
|
},
|
|
2796
2184
|
{
|
|
2797
2185
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSubstrMethodTranslator",
|
|
2798
2186
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSubstrMethodTranslator",
|
|
2799
|
-
"tsEmitName": "SqliteSubstrMethodTranslator",
|
|
2800
2187
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2801
2188
|
"metadataToken": 0,
|
|
2189
|
+
"kind": "Class",
|
|
2190
|
+
"accessibility": "Public",
|
|
2191
|
+
"isAbstract": false,
|
|
2192
|
+
"isSealed": false,
|
|
2193
|
+
"isStatic": false,
|
|
2194
|
+
"arity": 0,
|
|
2802
2195
|
"methods": [
|
|
2803
2196
|
{
|
|
2804
2197
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSubstrMethodTranslator::Translate(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2805
2198
|
"clrName": "Translate",
|
|
2806
|
-
"tsEmitName": "translate",
|
|
2807
2199
|
"metadataToken": 100664119,
|
|
2808
2200
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2809
2201
|
"normalizedSignature": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2810
2202
|
"emitScope": "ClassSurface",
|
|
2203
|
+
"provenance": "Original",
|
|
2811
2204
|
"arity": 0,
|
|
2812
2205
|
"parameterCount": 4,
|
|
2206
|
+
"isStatic": false,
|
|
2207
|
+
"isAbstract": false,
|
|
2208
|
+
"isVirtual": true,
|
|
2209
|
+
"isOverride": false,
|
|
2210
|
+
"isSealed": false,
|
|
2813
2211
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSubstrMethodTranslator",
|
|
2814
2212
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2815
2213
|
"isExtensionMethod": false
|
|
@@ -2829,37 +2227,19 @@
|
|
|
2829
2227
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSubstrMethodTranslator",
|
|
2830
2228
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
2831
2229
|
}
|
|
2832
|
-
],
|
|
2833
|
-
"exposedMethods": [
|
|
2834
|
-
{
|
|
2835
|
-
"tsName": "translate",
|
|
2836
|
-
"isStatic": false,
|
|
2837
|
-
"tsSignatureId": "Translate|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Reflection.MethodInfo,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BQuery,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
2838
|
-
"target": {
|
|
2839
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSubstrMethodTranslator",
|
|
2840
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2841
|
-
"metadataToken": 100664119
|
|
2842
|
-
}
|
|
2843
|
-
}
|
|
2844
|
-
],
|
|
2845
|
-
"exposedConstructors": [
|
|
2846
|
-
{
|
|
2847
|
-
"isStatic": false,
|
|
2848
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory):void|static=false",
|
|
2849
|
-
"target": {
|
|
2850
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteSubstrMethodTranslator",
|
|
2851
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2852
|
-
"metadataToken": 100664118
|
|
2853
|
-
}
|
|
2854
|
-
}
|
|
2855
2230
|
]
|
|
2856
2231
|
},
|
|
2857
2232
|
{
|
|
2858
2233
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteTypeMappingPostprocessor",
|
|
2859
2234
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteTypeMappingPostprocessor",
|
|
2860
|
-
"tsEmitName": "SqliteTypeMappingPostprocessor",
|
|
2861
2235
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2862
2236
|
"metadataToken": 0,
|
|
2237
|
+
"kind": "Class",
|
|
2238
|
+
"accessibility": "Public",
|
|
2239
|
+
"isAbstract": false,
|
|
2240
|
+
"isSealed": false,
|
|
2241
|
+
"isStatic": false,
|
|
2242
|
+
"arity": 0,
|
|
2863
2243
|
"methods": [],
|
|
2864
2244
|
"properties": [],
|
|
2865
2245
|
"fields": [],
|
|
@@ -2875,17 +2255,6 @@
|
|
|
2875
2255
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteTypeMappingPostprocessor",
|
|
2876
2256
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
2877
2257
|
}
|
|
2878
|
-
],
|
|
2879
|
-
"exposedConstructors": [
|
|
2880
|
-
{
|
|
2881
|
-
"isStatic": false,
|
|
2882
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryTranslationPostprocessorDependencies,Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext):void|static=false",
|
|
2883
|
-
"target": {
|
|
2884
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.SqliteTypeMappingPostprocessor",
|
|
2885
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
2886
|
-
"metadataToken": 100664065
|
|
2887
|
-
}
|
|
2888
|
-
}
|
|
2889
2258
|
]
|
|
2890
2259
|
}
|
|
2891
2260
|
]
|