@tsonic/efcore-sqlserver 10.0.40 → 10.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Azure/internal/index.d.ts +68 -70
- package/Azure.Core/bindings.json +2859 -2859
- package/Azure.Core/internal/index.d.ts +100 -102
- package/Azure.Core.Cryptography/internal/index.d.ts +3 -2
- package/Azure.Core.Cryptography.d.ts +4 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +3 -2
- package/Azure.Core.Diagnostics.d.ts +4 -0
- package/Azure.Core.Extensions/internal/index.d.ts +12 -10
- package/Azure.Core.Extensions.d.ts +6 -2
- package/Azure.Core.GeoJson/internal/index.d.ts +20 -22
- package/Azure.Core.GeoJson.d.ts +4 -0
- package/Azure.Core.Pipeline/internal/index.d.ts +20 -19
- package/Azure.Core.Pipeline.d.ts +4 -0
- package/Azure.Core.Serialization/internal/index.d.ts +15 -14
- package/Azure.Core.Serialization.d.ts +4 -0
- package/Azure.Core.d.ts +7 -3
- package/Azure.Identity/internal/index.d.ts +3 -2
- package/Azure.Identity.d.ts +4 -0
- package/Azure.Messaging/internal/index.d.ts +16 -15
- package/Azure.Messaging.d.ts +4 -0
- package/Azure.d.ts +8 -4
- package/Microsoft.Data/internal/index.d.ts +3 -2
- package/Microsoft.Data.Sql/internal/index.d.ts +3 -2
- package/Microsoft.Data.Sql.d.ts +4 -0
- package/Microsoft.Data.SqlClient/internal/index.d.ts +7 -9
- package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +3 -2
- package/Microsoft.Data.SqlClient.DataClassification.d.ts +4 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +3 -2
- package/Microsoft.Data.SqlClient.Diagnostics.d.ts +4 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +3 -2
- package/Microsoft.Data.SqlClient.Server.d.ts +4 -0
- package/Microsoft.Data.SqlClient.d.ts +4 -0
- package/Microsoft.Data.SqlTypes/bindings.json +4 -1
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -7
- package/Microsoft.Data.SqlTypes.d.ts +4 -0
- package/Microsoft.Data.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +200 -202
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +10 -9
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +23 -22
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +20 -22
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2 -4
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Metadata.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +45 -44
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +26 -25
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +27 -26
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +5 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +16 -18
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +5 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +50 -49
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +4 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +418 -418
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +96 -98
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +4 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +8 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +9 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +5 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +18 -20
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +8 -10
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +10 -12
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +6 -5
- package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
- package/Microsoft.Identity.Client/bindings.json +100 -100
- package/Microsoft.Identity.Client/internal/index.d.ts +33 -35
- package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -3
- package/Microsoft.Identity.Client.Advanced.d.ts +4 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.AppConfig.d.ts +4 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +4 -0
- package/Microsoft.Identity.Client.AuthScheme.d.ts +4 -0
- package/Microsoft.Identity.Client.Cache/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Cache.d.ts +4 -0
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +8 -7
- package/Microsoft.Identity.Client.Extensibility.d.ts +4 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +4 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Kerberos.d.ts +4 -0
- package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.ManagedIdentity.d.ts +4 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +4 -0
- package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.RP.d.ts +4 -0
- package/Microsoft.Identity.Client.Region/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Region.d.ts +4 -0
- package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.SSHCertificates.d.ts +4 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +4 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Utils.Windows.d.ts +4 -0
- package/Microsoft.Identity.Client.Utils.d.ts +4 -0
- package/Microsoft.Identity.Client.d.ts +5 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +11 -10
- package/Microsoft.IdentityModel.Abstractions.d.ts +4 -0
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +8 -10
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +4 -0
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +19 -18
- package/Microsoft.IdentityModel.Logging.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +22 -21
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols.d.ts +7 -3
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +3 -5
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +4 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +4 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +3 -2
- package/Microsoft.SqlServer.Server.d.ts +4 -0
- package/README.md +36 -13
- package/System/internal/index.d.ts +20 -19
- package/System.ClientModel/internal/index.d.ts +23 -25
- package/System.ClientModel.Primitives/internal/index.d.ts +73 -75
- package/System.ClientModel.Primitives.d.ts +6 -2
- package/System.ClientModel.d.ts +6 -2
- package/System.Configuration/internal/index.d.ts +3 -2
- package/System.Configuration.Internal/internal/index.d.ts +2 -4
- package/System.Configuration.Internal.d.ts +4 -0
- package/System.Configuration.Provider/internal/index.d.ts +3 -2
- package/System.Configuration.Provider.d.ts +4 -0
- package/System.Configuration.d.ts +4 -0
- package/System.Diagnostics/internal/index.d.ts +3 -2
- package/System.Diagnostics.d.ts +4 -0
- package/System.Drawing.Configuration/internal/index.d.ts +3 -2
- package/System.Drawing.Configuration.d.ts +4 -0
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +3 -5
- package/System.IdentityModel.Tokens.Jwt.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +5 -4
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +3 -5
- package/System.Text.Json.Serialization.d.ts +4 -0
- package/System.d.ts +4 -0
- package/__internal/extensions/index.d.ts +222 -224
- package/package.json +5 -5
|
@@ -4,94 +4,6 @@
|
|
|
4
4
|
"Microsoft.EntityFrameworkCore.SqlServer"
|
|
5
5
|
],
|
|
6
6
|
"types": [
|
|
7
|
-
{
|
|
8
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
9
|
-
"clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
10
|
-
"assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
11
|
-
"metadataToken": 0,
|
|
12
|
-
"kind": "Enum",
|
|
13
|
-
"accessibility": "Public",
|
|
14
|
-
"isAbstract": false,
|
|
15
|
-
"isSealed": true,
|
|
16
|
-
"isStatic": false,
|
|
17
|
-
"arity": 0,
|
|
18
|
-
"baseType": {
|
|
19
|
-
"stableId": "System.Private.CoreLib:System.Enum",
|
|
20
|
-
"clrName": "System.Enum"
|
|
21
|
-
},
|
|
22
|
-
"interfaces": [
|
|
23
|
-
{
|
|
24
|
-
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
25
|
-
"clrName": "System.IComparable"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
29
|
-
"clrName": "System.ISpanFormattable"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
33
|
-
"clrName": "System.IFormattable"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
37
|
-
"clrName": "System.IConvertible"
|
|
38
|
-
}
|
|
39
|
-
],
|
|
40
|
-
"methods": [],
|
|
41
|
-
"properties": [],
|
|
42
|
-
"fields": [
|
|
43
|
-
{
|
|
44
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains::value__System.Int32",
|
|
45
|
-
"clrName": "value__",
|
|
46
|
-
"metadataToken": 67109988,
|
|
47
|
-
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
48
|
-
"isStatic": false,
|
|
49
|
-
"isReadOnly": false,
|
|
50
|
-
"isLiteral": false,
|
|
51
|
-
"visibility": "Public",
|
|
52
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
53
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains::StartsWithMicrosoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
57
|
-
"clrName": "StartsWith",
|
|
58
|
-
"metadataToken": 67109989,
|
|
59
|
-
"normalizedSignature": "StartsWith|Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains|static=true|const=true",
|
|
60
|
-
"isStatic": true,
|
|
61
|
-
"isReadOnly": false,
|
|
62
|
-
"isLiteral": true,
|
|
63
|
-
"visibility": "Public",
|
|
64
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
65
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains::EndsWithMicrosoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
69
|
-
"clrName": "EndsWith",
|
|
70
|
-
"metadataToken": 67109990,
|
|
71
|
-
"normalizedSignature": "EndsWith|Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains|static=true|const=true",
|
|
72
|
-
"isStatic": true,
|
|
73
|
-
"isReadOnly": false,
|
|
74
|
-
"isLiteral": true,
|
|
75
|
-
"visibility": "Public",
|
|
76
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
77
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains::ContainsMicrosoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
81
|
-
"clrName": "Contains",
|
|
82
|
-
"metadataToken": 67109991,
|
|
83
|
-
"normalizedSignature": "Contains|Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains|static=true|const=true",
|
|
84
|
-
"isStatic": true,
|
|
85
|
-
"isReadOnly": false,
|
|
86
|
-
"isLiteral": true,
|
|
87
|
-
"visibility": "Public",
|
|
88
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
89
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
90
|
-
}
|
|
91
|
-
],
|
|
92
|
-
"events": [],
|
|
93
|
-
"constructors": []
|
|
94
|
-
},
|
|
95
7
|
{
|
|
96
8
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType",
|
|
97
9
|
"clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType",
|
|
@@ -166,281 +78,43 @@
|
|
|
166
78
|
},
|
|
167
79
|
{
|
|
168
80
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType::BetweenMicrosoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType",
|
|
169
|
-
"clrName": "Between",
|
|
170
|
-
"metadataToken": 67109272,
|
|
171
|
-
"normalizedSignature": "Between|Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType|static=true|const=true",
|
|
172
|
-
"isStatic": true,
|
|
173
|
-
"isReadOnly": false,
|
|
174
|
-
"isLiteral": true,
|
|
175
|
-
"visibility": "Public",
|
|
176
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType",
|
|
177
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType::ContainedInMicrosoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType",
|
|
181
|
-
"clrName": "ContainedIn",
|
|
182
|
-
"metadataToken": 67109273,
|
|
183
|
-
"normalizedSignature": "ContainedIn|Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType|static=true|const=true",
|
|
184
|
-
"isStatic": true,
|
|
185
|
-
"isReadOnly": false,
|
|
186
|
-
"isLiteral": true,
|
|
187
|
-
"visibility": "Public",
|
|
188
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType",
|
|
189
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType::FromToMicrosoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType",
|
|
193
|
-
"clrName": "FromTo",
|
|
194
|
-
"metadataToken": 67109274,
|
|
195
|
-
"normalizedSignature": "FromTo|Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType|static=true|const=true",
|
|
196
|
-
"isStatic": true,
|
|
197
|
-
"isReadOnly": false,
|
|
198
|
-
"isLiteral": true,
|
|
199
|
-
"visibility": "Public",
|
|
200
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType",
|
|
201
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
202
|
-
}
|
|
203
|
-
],
|
|
204
|
-
"events": [],
|
|
205
|
-
"constructors": []
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo",
|
|
209
|
-
"clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo",
|
|
210
|
-
"assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
211
|
-
"metadataToken": 0,
|
|
212
|
-
"kind": "Struct",
|
|
213
|
-
"accessibility": "Public",
|
|
214
|
-
"isAbstract": false,
|
|
215
|
-
"isSealed": true,
|
|
216
|
-
"isStatic": false,
|
|
217
|
-
"arity": 0,
|
|
218
|
-
"baseType": {
|
|
219
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
220
|
-
"clrName": "System.ValueType"
|
|
221
|
-
},
|
|
222
|
-
"interfaces": [
|
|
223
|
-
{
|
|
224
|
-
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
225
|
-
"clrName": "System.IEquatable\u00601",
|
|
226
|
-
"typeArguments": [
|
|
227
|
-
"ColumnInfo"
|
|
228
|
-
]
|
|
229
|
-
}
|
|
230
|
-
],
|
|
231
|
-
"methods": [
|
|
232
|
-
{
|
|
233
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::ToString():System.String",
|
|
234
|
-
"clrName": "ToString",
|
|
235
|
-
"metadataToken": 100665914,
|
|
236
|
-
"canonicalSignature": "():System.String",
|
|
237
|
-
"normalizedSignature": "ToString|():System.String|static=false",
|
|
238
|
-
"emitScope": "ClassSurface",
|
|
239
|
-
"provenance": "Original",
|
|
240
|
-
"arity": 0,
|
|
241
|
-
"parameterCount": 0,
|
|
242
|
-
"isStatic": false,
|
|
243
|
-
"isAbstract": false,
|
|
244
|
-
"isVirtual": true,
|
|
245
|
-
"isOverride": true,
|
|
246
|
-
"isSealed": false,
|
|
247
|
-
"visibility": "Public",
|
|
248
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo",
|
|
249
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
250
|
-
"isExtensionMethod": false
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::GetHashCode():System.Int32",
|
|
254
|
-
"clrName": "GetHashCode",
|
|
255
|
-
"metadataToken": 100665918,
|
|
256
|
-
"canonicalSignature": "():System.Int32",
|
|
257
|
-
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
258
|
-
"emitScope": "ClassSurface",
|
|
259
|
-
"provenance": "Original",
|
|
260
|
-
"arity": 0,
|
|
261
|
-
"parameterCount": 0,
|
|
262
|
-
"isStatic": false,
|
|
263
|
-
"isAbstract": false,
|
|
264
|
-
"isVirtual": true,
|
|
265
|
-
"isOverride": true,
|
|
266
|
-
"isSealed": false,
|
|
267
|
-
"visibility": "Public",
|
|
268
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo",
|
|
269
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
270
|
-
"isExtensionMethod": false
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::Equals(System.Object):System.Boolean",
|
|
274
|
-
"clrName": "Equals",
|
|
275
|
-
"metadataToken": 100665919,
|
|
276
|
-
"canonicalSignature": "(System.Object):System.Boolean",
|
|
277
|
-
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
278
|
-
"emitScope": "ClassSurface",
|
|
279
|
-
"provenance": "Original",
|
|
280
|
-
"arity": 0,
|
|
281
|
-
"parameterCount": 1,
|
|
282
|
-
"isStatic": false,
|
|
283
|
-
"isAbstract": false,
|
|
284
|
-
"isVirtual": true,
|
|
285
|
-
"isOverride": true,
|
|
286
|
-
"isSealed": false,
|
|
287
|
-
"visibility": "Public",
|
|
288
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo",
|
|
289
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
290
|
-
"isExtensionMethod": false
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::Equals(Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo):System.Boolean",
|
|
294
|
-
"clrName": "Equals",
|
|
295
|
-
"metadataToken": 100665920,
|
|
296
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo):System.Boolean",
|
|
297
|
-
"normalizedSignature": "Equals|(Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo):System.Boolean|static=false",
|
|
298
|
-
"emitScope": "ClassSurface",
|
|
299
|
-
"provenance": "Original",
|
|
300
|
-
"arity": 0,
|
|
301
|
-
"parameterCount": 1,
|
|
302
|
-
"isStatic": false,
|
|
303
|
-
"isAbstract": false,
|
|
304
|
-
"isVirtual": true,
|
|
305
|
-
"isOverride": false,
|
|
306
|
-
"isSealed": true,
|
|
307
|
-
"visibility": "Public",
|
|
308
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo",
|
|
309
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
310
|
-
"isExtensionMethod": false
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::Deconstruct(System.String\u0026,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u0026,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]\u0026,System.Boolean\u0026):System.Void",
|
|
314
|
-
"clrName": "Deconstruct",
|
|
315
|
-
"metadataToken": 100665921,
|
|
316
|
-
"canonicalSignature": "(System.String\u0026,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u0026,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]\u0026,System.Boolean\u0026):System.Void",
|
|
317
|
-
"normalizedSignature": "Deconstruct|(System.String\u0026,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u0026,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]\u0026,System.Boolean\u0026):System.Void|static=false",
|
|
318
|
-
"emitScope": "ClassSurface",
|
|
319
|
-
"provenance": "Original",
|
|
320
|
-
"arity": 0,
|
|
321
|
-
"parameterCount": 4,
|
|
322
|
-
"isStatic": false,
|
|
323
|
-
"isAbstract": false,
|
|
324
|
-
"isVirtual": false,
|
|
325
|
-
"isOverride": false,
|
|
326
|
-
"isSealed": false,
|
|
327
|
-
"visibility": "Public",
|
|
328
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo",
|
|
329
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
330
|
-
"isExtensionMethod": false,
|
|
331
|
-
"parameterModifiers": [
|
|
332
|
-
{
|
|
333
|
-
"index": 0,
|
|
334
|
-
"modifier": "out"
|
|
335
|
-
},
|
|
336
|
-
{
|
|
337
|
-
"index": 1,
|
|
338
|
-
"modifier": "out"
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
"index": 2,
|
|
342
|
-
"modifier": "out"
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"index": 3,
|
|
346
|
-
"modifier": "out"
|
|
347
|
-
}
|
|
348
|
-
]
|
|
349
|
-
}
|
|
350
|
-
],
|
|
351
|
-
"properties": [
|
|
352
|
-
{
|
|
353
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::Name:System.String",
|
|
354
|
-
"clrName": "Name",
|
|
355
|
-
"metadataToken": 385876275,
|
|
356
|
-
"canonicalSignature": ":System.String",
|
|
357
|
-
"normalizedSignature": "Name|:System.String|static=false|accessor=getset",
|
|
358
|
-
"emitScope": "ClassSurface",
|
|
359
|
-
"provenance": "Original",
|
|
360
|
-
"isIndexer": false,
|
|
361
|
-
"hasGetter": true,
|
|
362
|
-
"hasSetter": true,
|
|
363
|
-
"isStatic": false,
|
|
364
|
-
"isAbstract": false,
|
|
365
|
-
"isVirtual": false,
|
|
366
|
-
"isOverride": false,
|
|
367
|
-
"visibility": "Public",
|
|
368
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo",
|
|
369
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::TypeMapping:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
373
|
-
"clrName": "TypeMapping",
|
|
374
|
-
"metadataToken": 385876276,
|
|
375
|
-
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
376
|
-
"normalizedSignature": "TypeMapping|:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false|accessor=getset",
|
|
377
|
-
"emitScope": "ClassSurface",
|
|
378
|
-
"provenance": "Original",
|
|
379
|
-
"isIndexer": false,
|
|
380
|
-
"hasGetter": true,
|
|
381
|
-
"hasSetter": true,
|
|
382
|
-
"isStatic": false,
|
|
383
|
-
"isAbstract": false,
|
|
384
|
-
"isVirtual": false,
|
|
385
|
-
"isOverride": false,
|
|
386
|
-
"visibility": "Public",
|
|
387
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo",
|
|
388
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::Path:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
392
|
-
"clrName": "Path",
|
|
393
|
-
"metadataToken": 385876277,
|
|
394
|
-
"canonicalSignature": ":System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
395
|
-
"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=getset",
|
|
396
|
-
"emitScope": "ClassSurface",
|
|
397
|
-
"provenance": "Original",
|
|
398
|
-
"isIndexer": false,
|
|
399
|
-
"hasGetter": true,
|
|
400
|
-
"hasSetter": true,
|
|
401
|
-
"isStatic": false,
|
|
402
|
-
"isAbstract": false,
|
|
403
|
-
"isVirtual": false,
|
|
404
|
-
"isOverride": false,
|
|
81
|
+
"clrName": "Between",
|
|
82
|
+
"metadataToken": 67109272,
|
|
83
|
+
"normalizedSignature": "Between|Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType|static=true|const=true",
|
|
84
|
+
"isStatic": true,
|
|
85
|
+
"isReadOnly": false,
|
|
86
|
+
"isLiteral": true,
|
|
405
87
|
"visibility": "Public",
|
|
406
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.
|
|
88
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType",
|
|
407
89
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
408
90
|
},
|
|
409
91
|
{
|
|
410
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.
|
|
411
|
-
"clrName": "
|
|
412
|
-
"metadataToken":
|
|
413
|
-
"
|
|
414
|
-
"
|
|
415
|
-
"
|
|
416
|
-
"
|
|
417
|
-
"isIndexer": false,
|
|
418
|
-
"hasGetter": true,
|
|
419
|
-
"hasSetter": true,
|
|
420
|
-
"isStatic": false,
|
|
421
|
-
"isAbstract": false,
|
|
422
|
-
"isVirtual": false,
|
|
423
|
-
"isOverride": false,
|
|
92
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType::ContainedInMicrosoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType",
|
|
93
|
+
"clrName": "ContainedIn",
|
|
94
|
+
"metadataToken": 67109273,
|
|
95
|
+
"normalizedSignature": "ContainedIn|Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType|static=true|const=true",
|
|
96
|
+
"isStatic": true,
|
|
97
|
+
"isReadOnly": false,
|
|
98
|
+
"isLiteral": true,
|
|
424
99
|
"visibility": "Public",
|
|
425
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.
|
|
100
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType",
|
|
426
101
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
427
|
-
}
|
|
428
|
-
],
|
|
429
|
-
"fields": [],
|
|
430
|
-
"events": [],
|
|
431
|
-
"constructors": [
|
|
102
|
+
},
|
|
432
103
|
{
|
|
433
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.
|
|
434
|
-
"
|
|
435
|
-
"
|
|
436
|
-
"normalizedSignature": "
|
|
437
|
-
"isStatic":
|
|
438
|
-
"
|
|
104
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType::FromToMicrosoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType",
|
|
105
|
+
"clrName": "FromTo",
|
|
106
|
+
"metadataToken": 67109274,
|
|
107
|
+
"normalizedSignature": "FromTo|Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType|static=true|const=true",
|
|
108
|
+
"isStatic": true,
|
|
109
|
+
"isReadOnly": false,
|
|
110
|
+
"isLiteral": true,
|
|
439
111
|
"visibility": "Public",
|
|
440
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.
|
|
112
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.TemporalOperationType",
|
|
441
113
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
442
114
|
}
|
|
443
|
-
]
|
|
115
|
+
],
|
|
116
|
+
"events": [],
|
|
117
|
+
"constructors": []
|
|
444
118
|
},
|
|
445
119
|
{
|
|
446
120
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SearchConditionConverter",
|
|
@@ -2432,31 +2106,232 @@
|
|
|
2432
2106
|
"isExtensionMethod": false
|
|
2433
2107
|
},
|
|
2434
2108
|
{
|
|
2435
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::WithAlias(System.String):Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
|
|
2436
|
-
"clrName": "WithAlias",
|
|
2437
|
-
"metadataToken": 100664773,
|
|
2438
|
-
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
|
|
2439
|
-
"normalizedSignature": "WithAlias|(System.String):Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression|static=false",
|
|
2109
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::WithAlias(System.String):Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
|
|
2110
|
+
"clrName": "WithAlias",
|
|
2111
|
+
"metadataToken": 100664773,
|
|
2112
|
+
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
|
|
2113
|
+
"normalizedSignature": "WithAlias|(System.String):Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression|static=false",
|
|
2114
|
+
"emitScope": "ClassSurface",
|
|
2115
|
+
"provenance": "Original",
|
|
2116
|
+
"arity": 0,
|
|
2117
|
+
"parameterCount": 1,
|
|
2118
|
+
"isStatic": false,
|
|
2119
|
+
"isAbstract": false,
|
|
2120
|
+
"isVirtual": true,
|
|
2121
|
+
"isOverride": false,
|
|
2122
|
+
"isSealed": false,
|
|
2123
|
+
"visibility": "Public",
|
|
2124
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
|
|
2125
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
2126
|
+
"isExtensionMethod": false
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::Quote():System.Linq.Expressions.Expression",
|
|
2130
|
+
"clrName": "Quote",
|
|
2131
|
+
"metadataToken": 100664774,
|
|
2132
|
+
"canonicalSignature": "():System.Linq.Expressions.Expression",
|
|
2133
|
+
"normalizedSignature": "Quote|():System.Linq.Expressions.Expression|static=false",
|
|
2134
|
+
"emitScope": "ClassSurface",
|
|
2135
|
+
"provenance": "Original",
|
|
2136
|
+
"arity": 0,
|
|
2137
|
+
"parameterCount": 0,
|
|
2138
|
+
"isStatic": false,
|
|
2139
|
+
"isAbstract": false,
|
|
2140
|
+
"isVirtual": true,
|
|
2141
|
+
"isOverride": true,
|
|
2142
|
+
"isSealed": false,
|
|
2143
|
+
"visibility": "Public",
|
|
2144
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
|
|
2145
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
2146
|
+
"isExtensionMethod": false
|
|
2147
|
+
},
|
|
2148
|
+
{
|
|
2149
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::Print(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
2150
|
+
"clrName": "Print",
|
|
2151
|
+
"metadataToken": 100664775,
|
|
2152
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
2153
|
+
"normalizedSignature": "Print|(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void|static=false",
|
|
2154
|
+
"emitScope": "ClassSurface",
|
|
2155
|
+
"provenance": "Original",
|
|
2156
|
+
"arity": 0,
|
|
2157
|
+
"parameterCount": 1,
|
|
2158
|
+
"isStatic": false,
|
|
2159
|
+
"isAbstract": false,
|
|
2160
|
+
"isVirtual": true,
|
|
2161
|
+
"isOverride": true,
|
|
2162
|
+
"isSealed": false,
|
|
2163
|
+
"visibility": "Protected",
|
|
2164
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
|
|
2165
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
2166
|
+
"isExtensionMethod": false
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
2169
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::Equals(System.Object):System.Boolean",
|
|
2170
|
+
"clrName": "Equals",
|
|
2171
|
+
"metadataToken": 100664776,
|
|
2172
|
+
"canonicalSignature": "(System.Object):System.Boolean",
|
|
2173
|
+
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
2174
|
+
"emitScope": "ClassSurface",
|
|
2175
|
+
"provenance": "Original",
|
|
2176
|
+
"arity": 0,
|
|
2177
|
+
"parameterCount": 1,
|
|
2178
|
+
"isStatic": false,
|
|
2179
|
+
"isAbstract": false,
|
|
2180
|
+
"isVirtual": true,
|
|
2181
|
+
"isOverride": true,
|
|
2182
|
+
"isSealed": false,
|
|
2183
|
+
"visibility": "Public",
|
|
2184
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
|
|
2185
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
2186
|
+
"isExtensionMethod": false
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::GetHashCode():System.Int32",
|
|
2190
|
+
"clrName": "GetHashCode",
|
|
2191
|
+
"metadataToken": 100664778,
|
|
2192
|
+
"canonicalSignature": "():System.Int32",
|
|
2193
|
+
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
2194
|
+
"emitScope": "ClassSurface",
|
|
2195
|
+
"provenance": "Original",
|
|
2196
|
+
"arity": 0,
|
|
2197
|
+
"parameterCount": 0,
|
|
2198
|
+
"isStatic": false,
|
|
2199
|
+
"isAbstract": false,
|
|
2200
|
+
"isVirtual": true,
|
|
2201
|
+
"isOverride": true,
|
|
2202
|
+
"isSealed": false,
|
|
2203
|
+
"visibility": "Public",
|
|
2204
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
|
|
2205
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
2206
|
+
"isExtensionMethod": false
|
|
2207
|
+
}
|
|
2208
|
+
],
|
|
2209
|
+
"properties": [
|
|
2210
|
+
{
|
|
2211
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::JsonExpression:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2212
|
+
"clrName": "JsonExpression",
|
|
2213
|
+
"metadataToken": 385876144,
|
|
2214
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
2215
|
+
"normalizedSignature": "JsonExpression|:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false|accessor=get",
|
|
2216
|
+
"emitScope": "ClassSurface",
|
|
2217
|
+
"provenance": "Original",
|
|
2218
|
+
"isIndexer": false,
|
|
2219
|
+
"hasGetter": true,
|
|
2220
|
+
"hasSetter": false,
|
|
2221
|
+
"isStatic": false,
|
|
2222
|
+
"isAbstract": false,
|
|
2223
|
+
"isVirtual": true,
|
|
2224
|
+
"isOverride": false,
|
|
2225
|
+
"visibility": "Public",
|
|
2226
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
|
|
2227
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
2228
|
+
},
|
|
2229
|
+
{
|
|
2230
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::Path:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2231
|
+
"clrName": "Path",
|
|
2232
|
+
"metadataToken": 385876145,
|
|
2233
|
+
"canonicalSignature": ":System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2234
|
+
"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",
|
|
2235
|
+
"emitScope": "ClassSurface",
|
|
2236
|
+
"provenance": "Original",
|
|
2237
|
+
"isIndexer": false,
|
|
2238
|
+
"hasGetter": true,
|
|
2239
|
+
"hasSetter": false,
|
|
2240
|
+
"isStatic": false,
|
|
2241
|
+
"isAbstract": false,
|
|
2242
|
+
"isVirtual": true,
|
|
2243
|
+
"isOverride": false,
|
|
2244
|
+
"visibility": "Public",
|
|
2245
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
|
|
2246
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::ColumnInfos:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo,Microsoft.EntityFrameworkCore.SqlServer,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2250
|
+
"clrName": "ColumnInfos",
|
|
2251
|
+
"metadataToken": 385876146,
|
|
2252
|
+
"canonicalSignature": ":System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo,Microsoft.EntityFrameworkCore.SqlServer,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2253
|
+
"normalizedSignature": "ColumnInfos|:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo,Microsoft.EntityFrameworkCore.SqlServer,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
|
|
2254
|
+
"emitScope": "ClassSurface",
|
|
2255
|
+
"provenance": "Original",
|
|
2256
|
+
"isIndexer": false,
|
|
2257
|
+
"hasGetter": true,
|
|
2258
|
+
"hasSetter": false,
|
|
2259
|
+
"isStatic": false,
|
|
2260
|
+
"isAbstract": false,
|
|
2261
|
+
"isVirtual": true,
|
|
2262
|
+
"isOverride": false,
|
|
2263
|
+
"visibility": "Public",
|
|
2264
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
|
|
2265
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
2266
|
+
}
|
|
2267
|
+
],
|
|
2268
|
+
"fields": [],
|
|
2269
|
+
"events": [],
|
|
2270
|
+
"constructors": [
|
|
2271
|
+
{
|
|
2272
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::.ctor(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]],System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo,Microsoft.EntityFrameworkCore.SqlServer,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void",
|
|
2273
|
+
"metadataToken": 100664768,
|
|
2274
|
+
"canonicalSignature": "(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]],System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo,Microsoft.EntityFrameworkCore.SqlServer,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void",
|
|
2275
|
+
"normalizedSignature": "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]],System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo,Microsoft.EntityFrameworkCore.SqlServer,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
|
|
2276
|
+
"isStatic": false,
|
|
2277
|
+
"parameterCount": 4,
|
|
2278
|
+
"visibility": "Public",
|
|
2279
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
|
|
2280
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
2281
|
+
}
|
|
2282
|
+
]
|
|
2283
|
+
},
|
|
2284
|
+
{
|
|
2285
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo",
|
|
2286
|
+
"clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo",
|
|
2287
|
+
"assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
2288
|
+
"metadataToken": 0,
|
|
2289
|
+
"kind": "Struct",
|
|
2290
|
+
"accessibility": "Public",
|
|
2291
|
+
"isAbstract": false,
|
|
2292
|
+
"isSealed": true,
|
|
2293
|
+
"isStatic": false,
|
|
2294
|
+
"arity": 0,
|
|
2295
|
+
"baseType": {
|
|
2296
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
2297
|
+
"clrName": "System.ValueType"
|
|
2298
|
+
},
|
|
2299
|
+
"interfaces": [
|
|
2300
|
+
{
|
|
2301
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
2302
|
+
"clrName": "System.IEquatable\u00601",
|
|
2303
|
+
"typeArguments": [
|
|
2304
|
+
"ColumnInfo"
|
|
2305
|
+
]
|
|
2306
|
+
}
|
|
2307
|
+
],
|
|
2308
|
+
"methods": [
|
|
2309
|
+
{
|
|
2310
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::ToString():System.String",
|
|
2311
|
+
"clrName": "ToString",
|
|
2312
|
+
"metadataToken": 100665914,
|
|
2313
|
+
"canonicalSignature": "():System.String",
|
|
2314
|
+
"normalizedSignature": "ToString|():System.String|static=false",
|
|
2440
2315
|
"emitScope": "ClassSurface",
|
|
2441
2316
|
"provenance": "Original",
|
|
2442
2317
|
"arity": 0,
|
|
2443
|
-
"parameterCount":
|
|
2318
|
+
"parameterCount": 0,
|
|
2444
2319
|
"isStatic": false,
|
|
2445
2320
|
"isAbstract": false,
|
|
2446
2321
|
"isVirtual": true,
|
|
2447
|
-
"isOverride":
|
|
2322
|
+
"isOverride": true,
|
|
2448
2323
|
"isSealed": false,
|
|
2449
2324
|
"visibility": "Public",
|
|
2450
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
|
|
2325
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo",
|
|
2451
2326
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
2452
2327
|
"isExtensionMethod": false
|
|
2453
2328
|
},
|
|
2454
2329
|
{
|
|
2455
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::
|
|
2456
|
-
"clrName": "
|
|
2457
|
-
"metadataToken":
|
|
2458
|
-
"canonicalSignature": "():System.
|
|
2459
|
-
"normalizedSignature": "
|
|
2330
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::GetHashCode():System.Int32",
|
|
2331
|
+
"clrName": "GetHashCode",
|
|
2332
|
+
"metadataToken": 100665918,
|
|
2333
|
+
"canonicalSignature": "():System.Int32",
|
|
2334
|
+
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
2460
2335
|
"emitScope": "ClassSurface",
|
|
2461
2336
|
"provenance": "Original",
|
|
2462
2337
|
"arity": 0,
|
|
@@ -2467,16 +2342,16 @@
|
|
|
2467
2342
|
"isOverride": true,
|
|
2468
2343
|
"isSealed": false,
|
|
2469
2344
|
"visibility": "Public",
|
|
2470
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
|
|
2345
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo",
|
|
2471
2346
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
2472
2347
|
"isExtensionMethod": false
|
|
2473
2348
|
},
|
|
2474
2349
|
{
|
|
2475
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::
|
|
2476
|
-
"clrName": "
|
|
2477
|
-
"metadataToken":
|
|
2478
|
-
"canonicalSignature": "(
|
|
2479
|
-
"normalizedSignature": "
|
|
2350
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::Equals(System.Object):System.Boolean",
|
|
2351
|
+
"clrName": "Equals",
|
|
2352
|
+
"metadataToken": 100665919,
|
|
2353
|
+
"canonicalSignature": "(System.Object):System.Boolean",
|
|
2354
|
+
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
2480
2355
|
"emitScope": "ClassSurface",
|
|
2481
2356
|
"provenance": "Original",
|
|
2482
2357
|
"arity": 0,
|
|
@@ -2486,17 +2361,17 @@
|
|
|
2486
2361
|
"isVirtual": true,
|
|
2487
2362
|
"isOverride": true,
|
|
2488
2363
|
"isSealed": false,
|
|
2489
|
-
"visibility": "
|
|
2490
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
|
|
2364
|
+
"visibility": "Public",
|
|
2365
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo",
|
|
2491
2366
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
2492
2367
|
"isExtensionMethod": false
|
|
2493
2368
|
},
|
|
2494
2369
|
{
|
|
2495
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::Equals(
|
|
2370
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::Equals(Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo):System.Boolean",
|
|
2496
2371
|
"clrName": "Equals",
|
|
2497
|
-
"metadataToken":
|
|
2498
|
-
"canonicalSignature": "(
|
|
2499
|
-
"normalizedSignature": "Equals|(
|
|
2372
|
+
"metadataToken": 100665920,
|
|
2373
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo):System.Boolean",
|
|
2374
|
+
"normalizedSignature": "Equals|(Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo):System.Boolean|static=false",
|
|
2500
2375
|
"emitScope": "ClassSurface",
|
|
2501
2376
|
"provenance": "Original",
|
|
2502
2377
|
"arity": 0,
|
|
@@ -2504,90 +2379,127 @@
|
|
|
2504
2379
|
"isStatic": false,
|
|
2505
2380
|
"isAbstract": false,
|
|
2506
2381
|
"isVirtual": true,
|
|
2507
|
-
"isOverride":
|
|
2508
|
-
"isSealed":
|
|
2382
|
+
"isOverride": false,
|
|
2383
|
+
"isSealed": true,
|
|
2509
2384
|
"visibility": "Public",
|
|
2510
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
|
|
2385
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo",
|
|
2511
2386
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
2512
2387
|
"isExtensionMethod": false
|
|
2513
2388
|
},
|
|
2514
2389
|
{
|
|
2515
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::
|
|
2516
|
-
"clrName": "
|
|
2517
|
-
"metadataToken":
|
|
2518
|
-
"canonicalSignature": "():System.
|
|
2519
|
-
"normalizedSignature": "
|
|
2390
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::Deconstruct(System.String\u0026,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u0026,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]\u0026,System.Boolean\u0026):System.Void",
|
|
2391
|
+
"clrName": "Deconstruct",
|
|
2392
|
+
"metadataToken": 100665921,
|
|
2393
|
+
"canonicalSignature": "(System.String\u0026,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u0026,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]\u0026,System.Boolean\u0026):System.Void",
|
|
2394
|
+
"normalizedSignature": "Deconstruct|(System.String\u0026,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u0026,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]\u0026,System.Boolean\u0026):System.Void|static=false",
|
|
2520
2395
|
"emitScope": "ClassSurface",
|
|
2521
2396
|
"provenance": "Original",
|
|
2522
2397
|
"arity": 0,
|
|
2523
|
-
"parameterCount":
|
|
2398
|
+
"parameterCount": 4,
|
|
2524
2399
|
"isStatic": false,
|
|
2525
2400
|
"isAbstract": false,
|
|
2526
|
-
"isVirtual":
|
|
2527
|
-
"isOverride":
|
|
2401
|
+
"isVirtual": false,
|
|
2402
|
+
"isOverride": false,
|
|
2528
2403
|
"isSealed": false,
|
|
2529
2404
|
"visibility": "Public",
|
|
2530
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
|
|
2405
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo",
|
|
2531
2406
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
2532
|
-
"isExtensionMethod": false
|
|
2407
|
+
"isExtensionMethod": false,
|
|
2408
|
+
"parameterModifiers": [
|
|
2409
|
+
{
|
|
2410
|
+
"index": 0,
|
|
2411
|
+
"modifier": "out"
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
"index": 1,
|
|
2415
|
+
"modifier": "out"
|
|
2416
|
+
},
|
|
2417
|
+
{
|
|
2418
|
+
"index": 2,
|
|
2419
|
+
"modifier": "out"
|
|
2420
|
+
},
|
|
2421
|
+
{
|
|
2422
|
+
"index": 3,
|
|
2423
|
+
"modifier": "out"
|
|
2424
|
+
}
|
|
2425
|
+
]
|
|
2533
2426
|
}
|
|
2534
2427
|
],
|
|
2535
2428
|
"properties": [
|
|
2536
2429
|
{
|
|
2537
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::
|
|
2538
|
-
"clrName": "
|
|
2539
|
-
"metadataToken":
|
|
2540
|
-
"canonicalSignature": ":
|
|
2541
|
-
"normalizedSignature": "
|
|
2430
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::Name:System.String",
|
|
2431
|
+
"clrName": "Name",
|
|
2432
|
+
"metadataToken": 385876275,
|
|
2433
|
+
"canonicalSignature": ":System.String",
|
|
2434
|
+
"normalizedSignature": "Name|:System.String|static=false|accessor=getset",
|
|
2542
2435
|
"emitScope": "ClassSurface",
|
|
2543
2436
|
"provenance": "Original",
|
|
2544
2437
|
"isIndexer": false,
|
|
2545
2438
|
"hasGetter": true,
|
|
2546
|
-
"hasSetter":
|
|
2439
|
+
"hasSetter": true,
|
|
2547
2440
|
"isStatic": false,
|
|
2548
2441
|
"isAbstract": false,
|
|
2549
|
-
"isVirtual":
|
|
2442
|
+
"isVirtual": false,
|
|
2550
2443
|
"isOverride": false,
|
|
2551
2444
|
"visibility": "Public",
|
|
2552
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
|
|
2445
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo",
|
|
2553
2446
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
2554
2447
|
},
|
|
2555
2448
|
{
|
|
2556
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::
|
|
2449
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::TypeMapping:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
2450
|
+
"clrName": "TypeMapping",
|
|
2451
|
+
"metadataToken": 385876276,
|
|
2452
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
2453
|
+
"normalizedSignature": "TypeMapping|:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false|accessor=getset",
|
|
2454
|
+
"emitScope": "ClassSurface",
|
|
2455
|
+
"provenance": "Original",
|
|
2456
|
+
"isIndexer": false,
|
|
2457
|
+
"hasGetter": true,
|
|
2458
|
+
"hasSetter": true,
|
|
2459
|
+
"isStatic": false,
|
|
2460
|
+
"isAbstract": false,
|
|
2461
|
+
"isVirtual": false,
|
|
2462
|
+
"isOverride": false,
|
|
2463
|
+
"visibility": "Public",
|
|
2464
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo",
|
|
2465
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
2466
|
+
},
|
|
2467
|
+
{
|
|
2468
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::Path:System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2557
2469
|
"clrName": "Path",
|
|
2558
|
-
"metadataToken":
|
|
2470
|
+
"metadataToken": 385876277,
|
|
2559
2471
|
"canonicalSignature": ":System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2560
|
-
"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=
|
|
2472
|
+
"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=getset",
|
|
2561
2473
|
"emitScope": "ClassSurface",
|
|
2562
2474
|
"provenance": "Original",
|
|
2563
2475
|
"isIndexer": false,
|
|
2564
2476
|
"hasGetter": true,
|
|
2565
|
-
"hasSetter":
|
|
2477
|
+
"hasSetter": true,
|
|
2566
2478
|
"isStatic": false,
|
|
2567
2479
|
"isAbstract": false,
|
|
2568
|
-
"isVirtual":
|
|
2480
|
+
"isVirtual": false,
|
|
2569
2481
|
"isOverride": false,
|
|
2570
2482
|
"visibility": "Public",
|
|
2571
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
|
|
2483
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo",
|
|
2572
2484
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
2573
2485
|
},
|
|
2574
2486
|
{
|
|
2575
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::
|
|
2576
|
-
"clrName": "
|
|
2577
|
-
"metadataToken":
|
|
2578
|
-
"canonicalSignature": ":System.
|
|
2579
|
-
"normalizedSignature": "
|
|
2487
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::AsJson:System.Boolean",
|
|
2488
|
+
"clrName": "AsJson",
|
|
2489
|
+
"metadataToken": 385876278,
|
|
2490
|
+
"canonicalSignature": ":System.Boolean",
|
|
2491
|
+
"normalizedSignature": "AsJson|:System.Boolean|static=false|accessor=getset",
|
|
2580
2492
|
"emitScope": "ClassSurface",
|
|
2581
2493
|
"provenance": "Original",
|
|
2582
2494
|
"isIndexer": false,
|
|
2583
2495
|
"hasGetter": true,
|
|
2584
|
-
"hasSetter":
|
|
2496
|
+
"hasSetter": true,
|
|
2585
2497
|
"isStatic": false,
|
|
2586
2498
|
"isAbstract": false,
|
|
2587
|
-
"isVirtual":
|
|
2499
|
+
"isVirtual": false,
|
|
2588
2500
|
"isOverride": false,
|
|
2589
2501
|
"visibility": "Public",
|
|
2590
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
|
|
2502
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo",
|
|
2591
2503
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
2592
2504
|
}
|
|
2593
2505
|
],
|
|
@@ -2595,14 +2507,14 @@
|
|
|
2595
2507
|
"events": [],
|
|
2596
2508
|
"constructors": [
|
|
2597
2509
|
{
|
|
2598
|
-
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression::.ctor(System.String,Microsoft.EntityFrameworkCore.
|
|
2599
|
-
"metadataToken":
|
|
2600
|
-
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.
|
|
2601
|
-
"normalizedSignature": "constructor|(System.String,Microsoft.EntityFrameworkCore.
|
|
2510
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo::.ctor(System.String,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):void",
|
|
2511
|
+
"metadataToken": 100665905,
|
|
2512
|
+
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):void",
|
|
2513
|
+
"normalizedSignature": "constructor|(System.String,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.PathSegment,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):void|static=false",
|
|
2602
2514
|
"isStatic": false,
|
|
2603
2515
|
"parameterCount": 4,
|
|
2604
2516
|
"visibility": "Public",
|
|
2605
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression",
|
|
2517
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerOpenJsonExpression\u002BColumnInfo",
|
|
2606
2518
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
2607
2519
|
}
|
|
2608
2520
|
]
|
|
@@ -4577,6 +4489,94 @@
|
|
|
4577
4489
|
}
|
|
4578
4490
|
]
|
|
4579
4491
|
},
|
|
4492
|
+
{
|
|
4493
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
4494
|
+
"clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
4495
|
+
"assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
4496
|
+
"metadataToken": 0,
|
|
4497
|
+
"kind": "Enum",
|
|
4498
|
+
"accessibility": "Public",
|
|
4499
|
+
"isAbstract": false,
|
|
4500
|
+
"isSealed": true,
|
|
4501
|
+
"isStatic": false,
|
|
4502
|
+
"arity": 0,
|
|
4503
|
+
"baseType": {
|
|
4504
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
4505
|
+
"clrName": "System.Enum"
|
|
4506
|
+
},
|
|
4507
|
+
"interfaces": [
|
|
4508
|
+
{
|
|
4509
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
4510
|
+
"clrName": "System.IComparable"
|
|
4511
|
+
},
|
|
4512
|
+
{
|
|
4513
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
4514
|
+
"clrName": "System.ISpanFormattable"
|
|
4515
|
+
},
|
|
4516
|
+
{
|
|
4517
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
4518
|
+
"clrName": "System.IFormattable"
|
|
4519
|
+
},
|
|
4520
|
+
{
|
|
4521
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
4522
|
+
"clrName": "System.IConvertible"
|
|
4523
|
+
}
|
|
4524
|
+
],
|
|
4525
|
+
"methods": [],
|
|
4526
|
+
"properties": [],
|
|
4527
|
+
"fields": [
|
|
4528
|
+
{
|
|
4529
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains::value__System.Int32",
|
|
4530
|
+
"clrName": "value__",
|
|
4531
|
+
"metadataToken": 67109988,
|
|
4532
|
+
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
4533
|
+
"isStatic": false,
|
|
4534
|
+
"isReadOnly": false,
|
|
4535
|
+
"isLiteral": false,
|
|
4536
|
+
"visibility": "Public",
|
|
4537
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
4538
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
4539
|
+
},
|
|
4540
|
+
{
|
|
4541
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains::StartsWithMicrosoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
4542
|
+
"clrName": "StartsWith",
|
|
4543
|
+
"metadataToken": 67109989,
|
|
4544
|
+
"normalizedSignature": "StartsWith|Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains|static=true|const=true",
|
|
4545
|
+
"isStatic": true,
|
|
4546
|
+
"isReadOnly": false,
|
|
4547
|
+
"isLiteral": true,
|
|
4548
|
+
"visibility": "Public",
|
|
4549
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
4550
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
4551
|
+
},
|
|
4552
|
+
{
|
|
4553
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains::EndsWithMicrosoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
4554
|
+
"clrName": "EndsWith",
|
|
4555
|
+
"metadataToken": 67109990,
|
|
4556
|
+
"normalizedSignature": "EndsWith|Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains|static=true|const=true",
|
|
4557
|
+
"isStatic": true,
|
|
4558
|
+
"isReadOnly": false,
|
|
4559
|
+
"isLiteral": true,
|
|
4560
|
+
"visibility": "Public",
|
|
4561
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
4562
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
4563
|
+
},
|
|
4564
|
+
{
|
|
4565
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains::ContainsMicrosoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
4566
|
+
"clrName": "Contains",
|
|
4567
|
+
"metadataToken": 67109991,
|
|
4568
|
+
"normalizedSignature": "Contains|Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains|static=true|const=true",
|
|
4569
|
+
"isStatic": true,
|
|
4570
|
+
"isReadOnly": false,
|
|
4571
|
+
"isLiteral": true,
|
|
4572
|
+
"visibility": "Public",
|
|
4573
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitor\u002BStartsEndsWithContains",
|
|
4574
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
4575
|
+
}
|
|
4576
|
+
],
|
|
4577
|
+
"events": [],
|
|
4578
|
+
"constructors": []
|
|
4579
|
+
},
|
|
4580
4580
|
{
|
|
4581
4581
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitorFactory",
|
|
4582
4582
|
"clrName": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlServerSqlTranslatingExpressionVisitorFactory",
|