@tsonic/efcore 10.0.11 → 10.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.EntityFrameworkCore/bindings.json +0 -500
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +22 -5
- package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +0 -480
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +16 -12
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +981 -2411
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +1 -70
- package/Microsoft.EntityFrameworkCore.Design/bindings.json +0 -40
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +0 -2
- package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +2 -22
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +0 -528
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +14 -18
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +900 -1800
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +6 -46
- package/Microsoft.EntityFrameworkCore.Internal/bindings.json +0 -260
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +0 -13
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +9011 -16771
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +1 -376
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +7901 -14241
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +361 -47
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +350 -2250
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +51 -91
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +44938 -86844
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +17 -2067
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +5234 -20354
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +1 -757
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +0 -40
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.Query/bindings.json +3 -183
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +3 -4
- package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +0 -160
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +2 -3
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +14 -794
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +26 -9
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1610 -5810
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +1 -211
- package/Microsoft.EntityFrameworkCore.Storage/bindings.json +129 -309
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +2 -6
- package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +12 -52
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +1 -3
- package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +26 -1406
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +10 -0
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Update/bindings.json +0 -86
- package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +0 -4
- package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +0 -512
- package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +0 -18
- package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +6 -272
- package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +10 -13
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +0 -660
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +32 -33
- package/README.md +119 -2
- package/package.json +4 -4
|
@@ -1652,46 +1652,6 @@
|
|
|
1652
1652
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1653
1653
|
"isExtensionMethod": false,
|
|
1654
1654
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
1655
|
-
},
|
|
1656
|
-
{
|
|
1657
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.CrossApplyExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase",
|
|
1658
|
-
"clrName": "Update",
|
|
1659
|
-
"metadataToken": 0,
|
|
1660
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase",
|
|
1661
|
-
"normalizedSignature": "Update|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase|static=false",
|
|
1662
|
-
"emitScope": "ClassSurface",
|
|
1663
|
-
"provenance": "BaseOverload",
|
|
1664
|
-
"arity": 0,
|
|
1665
|
-
"parameterCount": 1,
|
|
1666
|
-
"isStatic": false,
|
|
1667
|
-
"isAbstract": true,
|
|
1668
|
-
"isVirtual": true,
|
|
1669
|
-
"isOverride": false,
|
|
1670
|
-
"isSealed": false,
|
|
1671
|
-
"visibility": "Public",
|
|
1672
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.CrossApplyExpression",
|
|
1673
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1674
|
-
"isExtensionMethod": false
|
|
1675
|
-
},
|
|
1676
|
-
{
|
|
1677
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.CrossApplyExpression::WithAnnotations(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
1678
|
-
"clrName": "WithAnnotations",
|
|
1679
|
-
"metadataToken": 0,
|
|
1680
|
-
"canonicalSignature": "(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
1681
|
-
"normalizedSignature": "WithAnnotations|(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
1682
|
-
"emitScope": "ClassSurface",
|
|
1683
|
-
"provenance": "BaseOverload",
|
|
1684
|
-
"arity": 0,
|
|
1685
|
-
"parameterCount": 1,
|
|
1686
|
-
"isStatic": false,
|
|
1687
|
-
"isAbstract": true,
|
|
1688
|
-
"isVirtual": true,
|
|
1689
|
-
"isOverride": false,
|
|
1690
|
-
"isSealed": false,
|
|
1691
|
-
"visibility": "Protected",
|
|
1692
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.CrossApplyExpression",
|
|
1693
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1694
|
-
"isExtensionMethod": false
|
|
1695
1655
|
}
|
|
1696
1656
|
],
|
|
1697
1657
|
"properties": [],
|
|
@@ -1918,46 +1878,6 @@
|
|
|
1918
1878
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1919
1879
|
"isExtensionMethod": false,
|
|
1920
1880
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
1921
|
-
},
|
|
1922
|
-
{
|
|
1923
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.CrossJoinExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase",
|
|
1924
|
-
"clrName": "Update",
|
|
1925
|
-
"metadataToken": 0,
|
|
1926
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase",
|
|
1927
|
-
"normalizedSignature": "Update|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase|static=false",
|
|
1928
|
-
"emitScope": "ClassSurface",
|
|
1929
|
-
"provenance": "BaseOverload",
|
|
1930
|
-
"arity": 0,
|
|
1931
|
-
"parameterCount": 1,
|
|
1932
|
-
"isStatic": false,
|
|
1933
|
-
"isAbstract": true,
|
|
1934
|
-
"isVirtual": true,
|
|
1935
|
-
"isOverride": false,
|
|
1936
|
-
"isSealed": false,
|
|
1937
|
-
"visibility": "Public",
|
|
1938
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.CrossJoinExpression",
|
|
1939
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1940
|
-
"isExtensionMethod": false
|
|
1941
|
-
},
|
|
1942
|
-
{
|
|
1943
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.CrossJoinExpression::WithAnnotations(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
1944
|
-
"clrName": "WithAnnotations",
|
|
1945
|
-
"metadataToken": 0,
|
|
1946
|
-
"canonicalSignature": "(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
1947
|
-
"normalizedSignature": "WithAnnotations|(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
1948
|
-
"emitScope": "ClassSurface",
|
|
1949
|
-
"provenance": "BaseOverload",
|
|
1950
|
-
"arity": 0,
|
|
1951
|
-
"parameterCount": 1,
|
|
1952
|
-
"isStatic": false,
|
|
1953
|
-
"isAbstract": true,
|
|
1954
|
-
"isVirtual": true,
|
|
1955
|
-
"isOverride": false,
|
|
1956
|
-
"isSealed": false,
|
|
1957
|
-
"visibility": "Protected",
|
|
1958
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.CrossJoinExpression",
|
|
1959
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1960
|
-
"isExtensionMethod": false
|
|
1961
1881
|
}
|
|
1962
1882
|
],
|
|
1963
1883
|
"properties": [],
|
|
@@ -2783,66 +2703,6 @@
|
|
|
2783
2703
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2784
2704
|
"isExtensionMethod": false,
|
|
2785
2705
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
2786
|
-
},
|
|
2787
|
-
{
|
|
2788
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.ExceptExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase",
|
|
2789
|
-
"clrName": "Update",
|
|
2790
|
-
"metadataToken": 0,
|
|
2791
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase",
|
|
2792
|
-
"normalizedSignature": "Update|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase|static=false",
|
|
2793
|
-
"emitScope": "ClassSurface",
|
|
2794
|
-
"provenance": "BaseOverload",
|
|
2795
|
-
"arity": 0,
|
|
2796
|
-
"parameterCount": 2,
|
|
2797
|
-
"isStatic": false,
|
|
2798
|
-
"isAbstract": true,
|
|
2799
|
-
"isVirtual": true,
|
|
2800
|
-
"isOverride": false,
|
|
2801
|
-
"isSealed": false,
|
|
2802
|
-
"visibility": "Public",
|
|
2803
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.ExceptExpression",
|
|
2804
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2805
|
-
"isExtensionMethod": false
|
|
2806
|
-
},
|
|
2807
|
-
{
|
|
2808
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.ExceptExpression::WithAlias(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
2809
|
-
"clrName": "WithAlias",
|
|
2810
|
-
"metadataToken": 0,
|
|
2811
|
-
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
2812
|
-
"normalizedSignature": "WithAlias|(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
2813
|
-
"emitScope": "ClassSurface",
|
|
2814
|
-
"provenance": "BaseOverload",
|
|
2815
|
-
"arity": 0,
|
|
2816
|
-
"parameterCount": 1,
|
|
2817
|
-
"isStatic": false,
|
|
2818
|
-
"isAbstract": true,
|
|
2819
|
-
"isVirtual": true,
|
|
2820
|
-
"isOverride": false,
|
|
2821
|
-
"isSealed": false,
|
|
2822
|
-
"visibility": "Public",
|
|
2823
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.ExceptExpression",
|
|
2824
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2825
|
-
"isExtensionMethod": false
|
|
2826
|
-
},
|
|
2827
|
-
{
|
|
2828
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.ExceptExpression::WithAnnotations(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
2829
|
-
"clrName": "WithAnnotations",
|
|
2830
|
-
"metadataToken": 0,
|
|
2831
|
-
"canonicalSignature": "(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
2832
|
-
"normalizedSignature": "WithAnnotations|(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
2833
|
-
"emitScope": "ClassSurface",
|
|
2834
|
-
"provenance": "BaseOverload",
|
|
2835
|
-
"arity": 0,
|
|
2836
|
-
"parameterCount": 1,
|
|
2837
|
-
"isStatic": false,
|
|
2838
|
-
"isAbstract": true,
|
|
2839
|
-
"isVirtual": true,
|
|
2840
|
-
"isOverride": false,
|
|
2841
|
-
"isSealed": false,
|
|
2842
|
-
"visibility": "Protected",
|
|
2843
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.ExceptExpression",
|
|
2844
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
2845
|
-
"isExtensionMethod": false
|
|
2846
2706
|
}
|
|
2847
2707
|
],
|
|
2848
2708
|
"properties": [],
|
|
@@ -3350,46 +3210,6 @@
|
|
|
3350
3210
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3351
3211
|
"isExtensionMethod": false,
|
|
3352
3212
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
3353
|
-
},
|
|
3354
|
-
{
|
|
3355
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.FromSqlExpression::WithAlias(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
3356
|
-
"clrName": "WithAlias",
|
|
3357
|
-
"metadataToken": 0,
|
|
3358
|
-
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
3359
|
-
"normalizedSignature": "WithAlias|(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
3360
|
-
"emitScope": "ClassSurface",
|
|
3361
|
-
"provenance": "BaseOverload",
|
|
3362
|
-
"arity": 0,
|
|
3363
|
-
"parameterCount": 1,
|
|
3364
|
-
"isStatic": false,
|
|
3365
|
-
"isAbstract": true,
|
|
3366
|
-
"isVirtual": true,
|
|
3367
|
-
"isOverride": false,
|
|
3368
|
-
"isSealed": false,
|
|
3369
|
-
"visibility": "Public",
|
|
3370
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.FromSqlExpression",
|
|
3371
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3372
|
-
"isExtensionMethod": false
|
|
3373
|
-
},
|
|
3374
|
-
{
|
|
3375
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.FromSqlExpression::WithAnnotations(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
3376
|
-
"clrName": "WithAnnotations",
|
|
3377
|
-
"metadataToken": 0,
|
|
3378
|
-
"canonicalSignature": "(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
3379
|
-
"normalizedSignature": "WithAnnotations|(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
3380
|
-
"emitScope": "ClassSurface",
|
|
3381
|
-
"provenance": "BaseOverload",
|
|
3382
|
-
"arity": 0,
|
|
3383
|
-
"parameterCount": 1,
|
|
3384
|
-
"isStatic": false,
|
|
3385
|
-
"isAbstract": true,
|
|
3386
|
-
"isVirtual": true,
|
|
3387
|
-
"isOverride": false,
|
|
3388
|
-
"isSealed": false,
|
|
3389
|
-
"visibility": "Protected",
|
|
3390
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.FromSqlExpression",
|
|
3391
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
3392
|
-
"isExtensionMethod": false
|
|
3393
3213
|
}
|
|
3394
3214
|
],
|
|
3395
3215
|
"properties": [
|
|
@@ -4120,46 +3940,6 @@
|
|
|
4120
3940
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4121
3941
|
"isExtensionMethod": false,
|
|
4122
3942
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
4123
|
-
},
|
|
4124
|
-
{
|
|
4125
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.InnerJoinExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase",
|
|
4126
|
-
"clrName": "Update",
|
|
4127
|
-
"metadataToken": 0,
|
|
4128
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase",
|
|
4129
|
-
"normalizedSignature": "Update|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase|static=false",
|
|
4130
|
-
"emitScope": "ClassSurface",
|
|
4131
|
-
"provenance": "BaseOverload",
|
|
4132
|
-
"arity": 0,
|
|
4133
|
-
"parameterCount": 1,
|
|
4134
|
-
"isStatic": false,
|
|
4135
|
-
"isAbstract": true,
|
|
4136
|
-
"isVirtual": true,
|
|
4137
|
-
"isOverride": false,
|
|
4138
|
-
"isSealed": false,
|
|
4139
|
-
"visibility": "Public",
|
|
4140
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.InnerJoinExpression",
|
|
4141
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4142
|
-
"isExtensionMethod": false
|
|
4143
|
-
},
|
|
4144
|
-
{
|
|
4145
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.InnerJoinExpression::WithAnnotations(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
4146
|
-
"clrName": "WithAnnotations",
|
|
4147
|
-
"metadataToken": 0,
|
|
4148
|
-
"canonicalSignature": "(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
4149
|
-
"normalizedSignature": "WithAnnotations|(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
4150
|
-
"emitScope": "ClassSurface",
|
|
4151
|
-
"provenance": "BaseOverload",
|
|
4152
|
-
"arity": 0,
|
|
4153
|
-
"parameterCount": 1,
|
|
4154
|
-
"isStatic": false,
|
|
4155
|
-
"isAbstract": true,
|
|
4156
|
-
"isVirtual": true,
|
|
4157
|
-
"isOverride": false,
|
|
4158
|
-
"isSealed": false,
|
|
4159
|
-
"visibility": "Protected",
|
|
4160
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.InnerJoinExpression",
|
|
4161
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4162
|
-
"isExtensionMethod": false
|
|
4163
3943
|
}
|
|
4164
3944
|
],
|
|
4165
3945
|
"properties": [],
|
|
@@ -4437,66 +4217,6 @@
|
|
|
4437
4217
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4438
4218
|
"isExtensionMethod": false,
|
|
4439
4219
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
4440
|
-
},
|
|
4441
|
-
{
|
|
4442
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.IntersectExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase",
|
|
4443
|
-
"clrName": "Update",
|
|
4444
|
-
"metadataToken": 0,
|
|
4445
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase",
|
|
4446
|
-
"normalizedSignature": "Update|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase|static=false",
|
|
4447
|
-
"emitScope": "ClassSurface",
|
|
4448
|
-
"provenance": "BaseOverload",
|
|
4449
|
-
"arity": 0,
|
|
4450
|
-
"parameterCount": 2,
|
|
4451
|
-
"isStatic": false,
|
|
4452
|
-
"isAbstract": true,
|
|
4453
|
-
"isVirtual": true,
|
|
4454
|
-
"isOverride": false,
|
|
4455
|
-
"isSealed": false,
|
|
4456
|
-
"visibility": "Public",
|
|
4457
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.IntersectExpression",
|
|
4458
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4459
|
-
"isExtensionMethod": false
|
|
4460
|
-
},
|
|
4461
|
-
{
|
|
4462
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.IntersectExpression::WithAlias(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
4463
|
-
"clrName": "WithAlias",
|
|
4464
|
-
"metadataToken": 0,
|
|
4465
|
-
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
4466
|
-
"normalizedSignature": "WithAlias|(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
4467
|
-
"emitScope": "ClassSurface",
|
|
4468
|
-
"provenance": "BaseOverload",
|
|
4469
|
-
"arity": 0,
|
|
4470
|
-
"parameterCount": 1,
|
|
4471
|
-
"isStatic": false,
|
|
4472
|
-
"isAbstract": true,
|
|
4473
|
-
"isVirtual": true,
|
|
4474
|
-
"isOverride": false,
|
|
4475
|
-
"isSealed": false,
|
|
4476
|
-
"visibility": "Public",
|
|
4477
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.IntersectExpression",
|
|
4478
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4479
|
-
"isExtensionMethod": false
|
|
4480
|
-
},
|
|
4481
|
-
{
|
|
4482
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.IntersectExpression::WithAnnotations(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
4483
|
-
"clrName": "WithAnnotations",
|
|
4484
|
-
"metadataToken": 0,
|
|
4485
|
-
"canonicalSignature": "(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
4486
|
-
"normalizedSignature": "WithAnnotations|(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
4487
|
-
"emitScope": "ClassSurface",
|
|
4488
|
-
"provenance": "BaseOverload",
|
|
4489
|
-
"arity": 0,
|
|
4490
|
-
"parameterCount": 1,
|
|
4491
|
-
"isStatic": false,
|
|
4492
|
-
"isAbstract": true,
|
|
4493
|
-
"isVirtual": true,
|
|
4494
|
-
"isOverride": false,
|
|
4495
|
-
"isSealed": false,
|
|
4496
|
-
"visibility": "Protected",
|
|
4497
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.IntersectExpression",
|
|
4498
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4499
|
-
"isExtensionMethod": false
|
|
4500
4220
|
}
|
|
4501
4221
|
],
|
|
4502
4222
|
"properties": [],
|
|
@@ -4714,46 +4434,6 @@
|
|
|
4714
4434
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4715
4435
|
"isExtensionMethod": false,
|
|
4716
4436
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
4717
|
-
},
|
|
4718
|
-
{
|
|
4719
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase::Print(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
4720
|
-
"clrName": "Print",
|
|
4721
|
-
"metadataToken": 0,
|
|
4722
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
4723
|
-
"normalizedSignature": "Print|(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void|static=false",
|
|
4724
|
-
"emitScope": "ClassSurface",
|
|
4725
|
-
"provenance": "BaseOverload",
|
|
4726
|
-
"arity": 0,
|
|
4727
|
-
"parameterCount": 1,
|
|
4728
|
-
"isStatic": false,
|
|
4729
|
-
"isAbstract": true,
|
|
4730
|
-
"isVirtual": true,
|
|
4731
|
-
"isOverride": false,
|
|
4732
|
-
"isSealed": false,
|
|
4733
|
-
"visibility": "Protected",
|
|
4734
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase",
|
|
4735
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4736
|
-
"isExtensionMethod": false
|
|
4737
|
-
},
|
|
4738
|
-
{
|
|
4739
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase::Quote():System.Linq.Expressions.Expression",
|
|
4740
|
-
"clrName": "Quote",
|
|
4741
|
-
"metadataToken": 0,
|
|
4742
|
-
"canonicalSignature": "():System.Linq.Expressions.Expression",
|
|
4743
|
-
"normalizedSignature": "Quote|():System.Linq.Expressions.Expression|static=false",
|
|
4744
|
-
"emitScope": "ClassSurface",
|
|
4745
|
-
"provenance": "BaseOverload",
|
|
4746
|
-
"arity": 0,
|
|
4747
|
-
"parameterCount": 0,
|
|
4748
|
-
"isStatic": false,
|
|
4749
|
-
"isAbstract": true,
|
|
4750
|
-
"isVirtual": true,
|
|
4751
|
-
"isOverride": false,
|
|
4752
|
-
"isSealed": false,
|
|
4753
|
-
"visibility": "Public",
|
|
4754
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase",
|
|
4755
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
4756
|
-
"isExtensionMethod": false
|
|
4757
4437
|
}
|
|
4758
4438
|
],
|
|
4759
4439
|
"properties": [
|
|
@@ -5283,66 +4963,6 @@
|
|
|
5283
4963
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5284
4964
|
"isExtensionMethod": false,
|
|
5285
4965
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
5286
|
-
},
|
|
5287
|
-
{
|
|
5288
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.LeftJoinExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase",
|
|
5289
|
-
"clrName": "Update",
|
|
5290
|
-
"metadataToken": 0,
|
|
5291
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase",
|
|
5292
|
-
"normalizedSignature": "Update|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase|static=false",
|
|
5293
|
-
"emitScope": "ClassSurface",
|
|
5294
|
-
"provenance": "BaseOverload",
|
|
5295
|
-
"arity": 0,
|
|
5296
|
-
"parameterCount": 2,
|
|
5297
|
-
"isStatic": false,
|
|
5298
|
-
"isAbstract": true,
|
|
5299
|
-
"isVirtual": true,
|
|
5300
|
-
"isOverride": false,
|
|
5301
|
-
"isSealed": false,
|
|
5302
|
-
"visibility": "Public",
|
|
5303
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.LeftJoinExpression",
|
|
5304
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5305
|
-
"isExtensionMethod": false
|
|
5306
|
-
},
|
|
5307
|
-
{
|
|
5308
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.LeftJoinExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase",
|
|
5309
|
-
"clrName": "Update",
|
|
5310
|
-
"metadataToken": 0,
|
|
5311
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase",
|
|
5312
|
-
"normalizedSignature": "Update|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase|static=false",
|
|
5313
|
-
"emitScope": "ClassSurface",
|
|
5314
|
-
"provenance": "BaseOverload",
|
|
5315
|
-
"arity": 0,
|
|
5316
|
-
"parameterCount": 1,
|
|
5317
|
-
"isStatic": false,
|
|
5318
|
-
"isAbstract": true,
|
|
5319
|
-
"isVirtual": true,
|
|
5320
|
-
"isOverride": false,
|
|
5321
|
-
"isSealed": false,
|
|
5322
|
-
"visibility": "Public",
|
|
5323
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.LeftJoinExpression",
|
|
5324
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5325
|
-
"isExtensionMethod": false
|
|
5326
|
-
},
|
|
5327
|
-
{
|
|
5328
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.LeftJoinExpression::WithAnnotations(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
5329
|
-
"clrName": "WithAnnotations",
|
|
5330
|
-
"metadataToken": 0,
|
|
5331
|
-
"canonicalSignature": "(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
5332
|
-
"normalizedSignature": "WithAnnotations|(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
5333
|
-
"emitScope": "ClassSurface",
|
|
5334
|
-
"provenance": "BaseOverload",
|
|
5335
|
-
"arity": 0,
|
|
5336
|
-
"parameterCount": 1,
|
|
5337
|
-
"isStatic": false,
|
|
5338
|
-
"isAbstract": true,
|
|
5339
|
-
"isVirtual": true,
|
|
5340
|
-
"isOverride": false,
|
|
5341
|
-
"isSealed": false,
|
|
5342
|
-
"visibility": "Protected",
|
|
5343
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.LeftJoinExpression",
|
|
5344
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
5345
|
-
"isExtensionMethod": false
|
|
5346
4966
|
}
|
|
5347
4967
|
],
|
|
5348
4968
|
"properties": [],
|
|
@@ -6107,46 +5727,6 @@
|
|
|
6107
5727
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6108
5728
|
"isExtensionMethod": false,
|
|
6109
5729
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
6110
|
-
},
|
|
6111
|
-
{
|
|
6112
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.OuterApplyExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase",
|
|
6113
|
-
"clrName": "Update",
|
|
6114
|
-
"metadataToken": 0,
|
|
6115
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase",
|
|
6116
|
-
"normalizedSignature": "Update|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase|static=false",
|
|
6117
|
-
"emitScope": "ClassSurface",
|
|
6118
|
-
"provenance": "BaseOverload",
|
|
6119
|
-
"arity": 0,
|
|
6120
|
-
"parameterCount": 1,
|
|
6121
|
-
"isStatic": false,
|
|
6122
|
-
"isAbstract": true,
|
|
6123
|
-
"isVirtual": true,
|
|
6124
|
-
"isOverride": false,
|
|
6125
|
-
"isSealed": false,
|
|
6126
|
-
"visibility": "Public",
|
|
6127
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.OuterApplyExpression",
|
|
6128
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6129
|
-
"isExtensionMethod": false
|
|
6130
|
-
},
|
|
6131
|
-
{
|
|
6132
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.OuterApplyExpression::WithAnnotations(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
6133
|
-
"clrName": "WithAnnotations",
|
|
6134
|
-
"metadataToken": 0,
|
|
6135
|
-
"canonicalSignature": "(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
6136
|
-
"normalizedSignature": "WithAnnotations|(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
6137
|
-
"emitScope": "ClassSurface",
|
|
6138
|
-
"provenance": "BaseOverload",
|
|
6139
|
-
"arity": 0,
|
|
6140
|
-
"parameterCount": 1,
|
|
6141
|
-
"isStatic": false,
|
|
6142
|
-
"isAbstract": true,
|
|
6143
|
-
"isVirtual": true,
|
|
6144
|
-
"isOverride": false,
|
|
6145
|
-
"isSealed": false,
|
|
6146
|
-
"visibility": "Protected",
|
|
6147
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.OuterApplyExpression",
|
|
6148
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6149
|
-
"isExtensionMethod": false
|
|
6150
5730
|
}
|
|
6151
5731
|
],
|
|
6152
5732
|
"properties": [],
|
|
@@ -6325,46 +5905,6 @@
|
|
|
6325
5905
|
"isExtensionMethod": false,
|
|
6326
5906
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
6327
5907
|
},
|
|
6328
|
-
{
|
|
6329
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.PredicateJoinExpressionBase::Print(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
6330
|
-
"clrName": "Print",
|
|
6331
|
-
"metadataToken": 0,
|
|
6332
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
6333
|
-
"normalizedSignature": "Print|(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void|static=false",
|
|
6334
|
-
"emitScope": "ClassSurface",
|
|
6335
|
-
"provenance": "BaseOverload",
|
|
6336
|
-
"arity": 0,
|
|
6337
|
-
"parameterCount": 1,
|
|
6338
|
-
"isStatic": false,
|
|
6339
|
-
"isAbstract": false,
|
|
6340
|
-
"isVirtual": true,
|
|
6341
|
-
"isOverride": false,
|
|
6342
|
-
"isSealed": false,
|
|
6343
|
-
"visibility": "Public",
|
|
6344
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.PredicateJoinExpressionBase",
|
|
6345
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6346
|
-
"isExtensionMethod": false
|
|
6347
|
-
},
|
|
6348
|
-
{
|
|
6349
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.PredicateJoinExpressionBase::Quote():System.Linq.Expressions.Expression",
|
|
6350
|
-
"clrName": "Quote",
|
|
6351
|
-
"metadataToken": 0,
|
|
6352
|
-
"canonicalSignature": "():System.Linq.Expressions.Expression",
|
|
6353
|
-
"normalizedSignature": "Quote|():System.Linq.Expressions.Expression|static=false",
|
|
6354
|
-
"emitScope": "ClassSurface",
|
|
6355
|
-
"provenance": "BaseOverload",
|
|
6356
|
-
"arity": 0,
|
|
6357
|
-
"parameterCount": 0,
|
|
6358
|
-
"isStatic": false,
|
|
6359
|
-
"isAbstract": false,
|
|
6360
|
-
"isVirtual": true,
|
|
6361
|
-
"isOverride": false,
|
|
6362
|
-
"isSealed": false,
|
|
6363
|
-
"visibility": "Public",
|
|
6364
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.PredicateJoinExpressionBase",
|
|
6365
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6366
|
-
"isExtensionMethod": false
|
|
6367
|
-
},
|
|
6368
5908
|
{
|
|
6369
5909
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.PredicateJoinExpressionBase::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase",
|
|
6370
5910
|
"clrName": "Update",
|
|
@@ -6873,86 +6413,26 @@
|
|
|
6873
6413
|
"isExtensionMethod": false,
|
|
6874
6414
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression"
|
|
6875
6415
|
},
|
|
6876
|
-
{
|
|
6877
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.IPrintableExpression::Print(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
6878
|
-
"clrName": "Print",
|
|
6879
|
-
"metadataToken": 100665400,
|
|
6880
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
6881
|
-
"normalizedSignature": "Print|(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void|static=false",
|
|
6882
|
-
"emitScope": "ViewOnly",
|
|
6883
|
-
"provenance": "ExplicitView",
|
|
6884
|
-
"arity": 0,
|
|
6885
|
-
"parameterCount": 1,
|
|
6886
|
-
"isStatic": false,
|
|
6887
|
-
"isAbstract": false,
|
|
6888
|
-
"isVirtual": true,
|
|
6889
|
-
"isOverride": false,
|
|
6890
|
-
"isSealed": false,
|
|
6891
|
-
"visibility": "Public",
|
|
6892
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression",
|
|
6893
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6894
|
-
"isExtensionMethod": false,
|
|
6895
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
6896
|
-
},
|
|
6897
|
-
{
|
|
6898
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.RightJoinExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase",
|
|
6899
|
-
"clrName": "Update",
|
|
6900
|
-
"metadataToken": 0,
|
|
6901
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase",
|
|
6902
|
-
"normalizedSignature": "Update|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase|static=false",
|
|
6903
|
-
"emitScope": "ClassSurface",
|
|
6904
|
-
"provenance": "BaseOverload",
|
|
6905
|
-
"arity": 0,
|
|
6906
|
-
"parameterCount": 2,
|
|
6907
|
-
"isStatic": false,
|
|
6908
|
-
"isAbstract": true,
|
|
6909
|
-
"isVirtual": true,
|
|
6910
|
-
"isOverride": false,
|
|
6911
|
-
"isSealed": false,
|
|
6912
|
-
"visibility": "Public",
|
|
6913
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.RightJoinExpression",
|
|
6914
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6915
|
-
"isExtensionMethod": false
|
|
6916
|
-
},
|
|
6917
|
-
{
|
|
6918
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.RightJoinExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase",
|
|
6919
|
-
"clrName": "Update",
|
|
6920
|
-
"metadataToken": 0,
|
|
6921
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase",
|
|
6922
|
-
"normalizedSignature": "Update|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase):Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase|static=false",
|
|
6923
|
-
"emitScope": "ClassSurface",
|
|
6924
|
-
"provenance": "BaseOverload",
|
|
6925
|
-
"arity": 0,
|
|
6926
|
-
"parameterCount": 1,
|
|
6927
|
-
"isStatic": false,
|
|
6928
|
-
"isAbstract": true,
|
|
6929
|
-
"isVirtual": true,
|
|
6930
|
-
"isOverride": false,
|
|
6931
|
-
"isSealed": false,
|
|
6932
|
-
"visibility": "Public",
|
|
6933
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.RightJoinExpression",
|
|
6934
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6935
|
-
"isExtensionMethod": false
|
|
6936
|
-
},
|
|
6937
|
-
{
|
|
6938
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.RightJoinExpression::WithAnnotations(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
6939
|
-
"clrName": "WithAnnotations",
|
|
6940
|
-
"metadataToken": 0,
|
|
6941
|
-
"canonicalSignature": "(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
6942
|
-
"normalizedSignature": "WithAnnotations|(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
6943
|
-
"emitScope": "ClassSurface",
|
|
6944
|
-
"provenance": "BaseOverload",
|
|
6416
|
+
{
|
|
6417
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.IPrintableExpression::Print(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
6418
|
+
"clrName": "Print",
|
|
6419
|
+
"metadataToken": 100665400,
|
|
6420
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
6421
|
+
"normalizedSignature": "Print|(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void|static=false",
|
|
6422
|
+
"emitScope": "ViewOnly",
|
|
6423
|
+
"provenance": "ExplicitView",
|
|
6945
6424
|
"arity": 0,
|
|
6946
6425
|
"parameterCount": 1,
|
|
6947
6426
|
"isStatic": false,
|
|
6948
|
-
"isAbstract":
|
|
6427
|
+
"isAbstract": false,
|
|
6949
6428
|
"isVirtual": true,
|
|
6950
6429
|
"isOverride": false,
|
|
6951
6430
|
"isSealed": false,
|
|
6952
|
-
"visibility": "
|
|
6953
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.
|
|
6954
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore
|
|
6955
|
-
"isExtensionMethod": false
|
|
6431
|
+
"visibility": "Public",
|
|
6432
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression",
|
|
6433
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
6434
|
+
"isExtensionMethod": false,
|
|
6435
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
6956
6436
|
}
|
|
6957
6437
|
],
|
|
6958
6438
|
"properties": [],
|
|
@@ -8873,46 +8353,6 @@
|
|
|
8873
8353
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
8874
8354
|
"isExtensionMethod": false,
|
|
8875
8355
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
8876
|
-
},
|
|
8877
|
-
{
|
|
8878
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression::WithAlias(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
8879
|
-
"clrName": "WithAlias",
|
|
8880
|
-
"metadataToken": 0,
|
|
8881
|
-
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
8882
|
-
"normalizedSignature": "WithAlias|(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
8883
|
-
"emitScope": "ClassSurface",
|
|
8884
|
-
"provenance": "BaseOverload",
|
|
8885
|
-
"arity": 0,
|
|
8886
|
-
"parameterCount": 1,
|
|
8887
|
-
"isStatic": false,
|
|
8888
|
-
"isAbstract": true,
|
|
8889
|
-
"isVirtual": true,
|
|
8890
|
-
"isOverride": false,
|
|
8891
|
-
"isSealed": false,
|
|
8892
|
-
"visibility": "Public",
|
|
8893
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression",
|
|
8894
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
8895
|
-
"isExtensionMethod": false
|
|
8896
|
-
},
|
|
8897
|
-
{
|
|
8898
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression::WithAnnotations(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
8899
|
-
"clrName": "WithAnnotations",
|
|
8900
|
-
"metadataToken": 0,
|
|
8901
|
-
"canonicalSignature": "(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
8902
|
-
"normalizedSignature": "WithAnnotations|(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
8903
|
-
"emitScope": "ClassSurface",
|
|
8904
|
-
"provenance": "BaseOverload",
|
|
8905
|
-
"arity": 0,
|
|
8906
|
-
"parameterCount": 1,
|
|
8907
|
-
"isStatic": false,
|
|
8908
|
-
"isAbstract": true,
|
|
8909
|
-
"isVirtual": true,
|
|
8910
|
-
"isOverride": false,
|
|
8911
|
-
"isSealed": false,
|
|
8912
|
-
"visibility": "Protected",
|
|
8913
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression",
|
|
8914
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
8915
|
-
"isExtensionMethod": false
|
|
8916
8356
|
}
|
|
8917
8357
|
],
|
|
8918
8358
|
"properties": [
|
|
@@ -9302,46 +8742,6 @@
|
|
|
9302
8742
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
9303
8743
|
"isExtensionMethod": false,
|
|
9304
8744
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
9305
|
-
},
|
|
9306
|
-
{
|
|
9307
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase::Print(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
9308
|
-
"clrName": "Print",
|
|
9309
|
-
"metadataToken": 0,
|
|
9310
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
9311
|
-
"normalizedSignature": "Print|(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void|static=false",
|
|
9312
|
-
"emitScope": "ClassSurface",
|
|
9313
|
-
"provenance": "BaseOverload",
|
|
9314
|
-
"arity": 0,
|
|
9315
|
-
"parameterCount": 1,
|
|
9316
|
-
"isStatic": false,
|
|
9317
|
-
"isAbstract": true,
|
|
9318
|
-
"isVirtual": true,
|
|
9319
|
-
"isOverride": false,
|
|
9320
|
-
"isSealed": false,
|
|
9321
|
-
"visibility": "Protected",
|
|
9322
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase",
|
|
9323
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
9324
|
-
"isExtensionMethod": false
|
|
9325
|
-
},
|
|
9326
|
-
{
|
|
9327
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase::Quote():System.Linq.Expressions.Expression",
|
|
9328
|
-
"clrName": "Quote",
|
|
9329
|
-
"metadataToken": 0,
|
|
9330
|
-
"canonicalSignature": "():System.Linq.Expressions.Expression",
|
|
9331
|
-
"normalizedSignature": "Quote|():System.Linq.Expressions.Expression|static=false",
|
|
9332
|
-
"emitScope": "ClassSurface",
|
|
9333
|
-
"provenance": "BaseOverload",
|
|
9334
|
-
"arity": 0,
|
|
9335
|
-
"parameterCount": 0,
|
|
9336
|
-
"isStatic": false,
|
|
9337
|
-
"isAbstract": true,
|
|
9338
|
-
"isVirtual": true,
|
|
9339
|
-
"isOverride": false,
|
|
9340
|
-
"isSealed": false,
|
|
9341
|
-
"visibility": "Public",
|
|
9342
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase",
|
|
9343
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
9344
|
-
"isExtensionMethod": false
|
|
9345
8745
|
}
|
|
9346
8746
|
],
|
|
9347
8747
|
"properties": [
|
|
@@ -11686,46 +11086,6 @@
|
|
|
11686
11086
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11687
11087
|
"isExtensionMethod": false,
|
|
11688
11088
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
11689
|
-
},
|
|
11690
|
-
{
|
|
11691
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpression::WithAlias(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
11692
|
-
"clrName": "WithAlias",
|
|
11693
|
-
"metadataToken": 0,
|
|
11694
|
-
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
11695
|
-
"normalizedSignature": "WithAlias|(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
11696
|
-
"emitScope": "ClassSurface",
|
|
11697
|
-
"provenance": "BaseOverload",
|
|
11698
|
-
"arity": 0,
|
|
11699
|
-
"parameterCount": 1,
|
|
11700
|
-
"isStatic": false,
|
|
11701
|
-
"isAbstract": true,
|
|
11702
|
-
"isVirtual": true,
|
|
11703
|
-
"isOverride": false,
|
|
11704
|
-
"isSealed": false,
|
|
11705
|
-
"visibility": "Public",
|
|
11706
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpression",
|
|
11707
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
11708
|
-
"isExtensionMethod": false
|
|
11709
|
-
},
|
|
11710
|
-
{
|
|
11711
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpression::WithAnnotations(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
11712
|
-
"clrName": "WithAnnotations",
|
|
11713
|
-
"metadataToken": 0,
|
|
11714
|
-
"canonicalSignature": "(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
11715
|
-
"normalizedSignature": "WithAnnotations|(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
11716
|
-
"emitScope": "ClassSurface",
|
|
11717
|
-
"provenance": "BaseOverload",
|
|
11718
|
-
"arity": 0,
|
|
11719
|
-
"parameterCount": 1,
|
|
11720
|
-
"isStatic": false,
|
|
11721
|
-
"isAbstract": true,
|
|
11722
|
-
"isVirtual": true,
|
|
11723
|
-
"isOverride": false,
|
|
11724
|
-
"isSealed": false,
|
|
11725
|
-
"visibility": "Protected",
|
|
11726
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpression",
|
|
11727
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
11728
|
-
"isExtensionMethod": false
|
|
11729
11089
|
}
|
|
11730
11090
|
],
|
|
11731
11091
|
"properties": [
|
|
@@ -12538,46 +11898,6 @@
|
|
|
12538
11898
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
12539
11899
|
"isExtensionMethod": false,
|
|
12540
11900
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
12541
|
-
},
|
|
12542
|
-
{
|
|
12543
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableValuedFunctionExpression::WithAlias(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
12544
|
-
"clrName": "WithAlias",
|
|
12545
|
-
"metadataToken": 0,
|
|
12546
|
-
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
12547
|
-
"normalizedSignature": "WithAlias|(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
12548
|
-
"emitScope": "ClassSurface",
|
|
12549
|
-
"provenance": "BaseOverload",
|
|
12550
|
-
"arity": 0,
|
|
12551
|
-
"parameterCount": 1,
|
|
12552
|
-
"isStatic": false,
|
|
12553
|
-
"isAbstract": true,
|
|
12554
|
-
"isVirtual": true,
|
|
12555
|
-
"isOverride": false,
|
|
12556
|
-
"isSealed": false,
|
|
12557
|
-
"visibility": "Public",
|
|
12558
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableValuedFunctionExpression",
|
|
12559
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
12560
|
-
"isExtensionMethod": false
|
|
12561
|
-
},
|
|
12562
|
-
{
|
|
12563
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableValuedFunctionExpression::WithAnnotations(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
12564
|
-
"clrName": "WithAnnotations",
|
|
12565
|
-
"metadataToken": 0,
|
|
12566
|
-
"canonicalSignature": "(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
12567
|
-
"normalizedSignature": "WithAnnotations|(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
12568
|
-
"emitScope": "ClassSurface",
|
|
12569
|
-
"provenance": "BaseOverload",
|
|
12570
|
-
"arity": 0,
|
|
12571
|
-
"parameterCount": 1,
|
|
12572
|
-
"isStatic": false,
|
|
12573
|
-
"isAbstract": true,
|
|
12574
|
-
"isVirtual": true,
|
|
12575
|
-
"isOverride": false,
|
|
12576
|
-
"isSealed": false,
|
|
12577
|
-
"visibility": "Protected",
|
|
12578
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableValuedFunctionExpression",
|
|
12579
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
12580
|
-
"isExtensionMethod": false
|
|
12581
11901
|
}
|
|
12582
11902
|
],
|
|
12583
11903
|
"properties": [
|
|
@@ -13001,66 +12321,6 @@
|
|
|
13001
12321
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
13002
12322
|
"isExtensionMethod": false,
|
|
13003
12323
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
13004
|
-
},
|
|
13005
|
-
{
|
|
13006
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.UnionExpression::Update(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase",
|
|
13007
|
-
"clrName": "Update",
|
|
13008
|
-
"metadataToken": 0,
|
|
13009
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase",
|
|
13010
|
-
"normalizedSignature": "Update|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SetOperationBase|static=false",
|
|
13011
|
-
"emitScope": "ClassSurface",
|
|
13012
|
-
"provenance": "BaseOverload",
|
|
13013
|
-
"arity": 0,
|
|
13014
|
-
"parameterCount": 2,
|
|
13015
|
-
"isStatic": false,
|
|
13016
|
-
"isAbstract": true,
|
|
13017
|
-
"isVirtual": true,
|
|
13018
|
-
"isOverride": false,
|
|
13019
|
-
"isSealed": false,
|
|
13020
|
-
"visibility": "Public",
|
|
13021
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.UnionExpression",
|
|
13022
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
13023
|
-
"isExtensionMethod": false
|
|
13024
|
-
},
|
|
13025
|
-
{
|
|
13026
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.UnionExpression::WithAlias(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
13027
|
-
"clrName": "WithAlias",
|
|
13028
|
-
"metadataToken": 0,
|
|
13029
|
-
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
13030
|
-
"normalizedSignature": "WithAlias|(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
13031
|
-
"emitScope": "ClassSurface",
|
|
13032
|
-
"provenance": "BaseOverload",
|
|
13033
|
-
"arity": 0,
|
|
13034
|
-
"parameterCount": 1,
|
|
13035
|
-
"isStatic": false,
|
|
13036
|
-
"isAbstract": true,
|
|
13037
|
-
"isVirtual": true,
|
|
13038
|
-
"isOverride": false,
|
|
13039
|
-
"isSealed": false,
|
|
13040
|
-
"visibility": "Public",
|
|
13041
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.UnionExpression",
|
|
13042
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
13043
|
-
"isExtensionMethod": false
|
|
13044
|
-
},
|
|
13045
|
-
{
|
|
13046
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.UnionExpression::WithAnnotations(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
13047
|
-
"clrName": "WithAnnotations",
|
|
13048
|
-
"metadataToken": 0,
|
|
13049
|
-
"canonicalSignature": "(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
13050
|
-
"normalizedSignature": "WithAnnotations|(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
13051
|
-
"emitScope": "ClassSurface",
|
|
13052
|
-
"provenance": "BaseOverload",
|
|
13053
|
-
"arity": 0,
|
|
13054
|
-
"parameterCount": 1,
|
|
13055
|
-
"isStatic": false,
|
|
13056
|
-
"isAbstract": true,
|
|
13057
|
-
"isVirtual": true,
|
|
13058
|
-
"isOverride": false,
|
|
13059
|
-
"isSealed": false,
|
|
13060
|
-
"visibility": "Protected",
|
|
13061
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.UnionExpression",
|
|
13062
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
13063
|
-
"isExtensionMethod": false
|
|
13064
12324
|
}
|
|
13065
12325
|
],
|
|
13066
12326
|
"properties": [],
|
|
@@ -13730,46 +12990,6 @@
|
|
|
13730
12990
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
13731
12991
|
"isExtensionMethod": false,
|
|
13732
12992
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
13733
|
-
},
|
|
13734
|
-
{
|
|
13735
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.ValuesExpression::WithAlias(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
13736
|
-
"clrName": "WithAlias",
|
|
13737
|
-
"metadataToken": 0,
|
|
13738
|
-
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
13739
|
-
"normalizedSignature": "WithAlias|(System.String):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
13740
|
-
"emitScope": "ClassSurface",
|
|
13741
|
-
"provenance": "BaseOverload",
|
|
13742
|
-
"arity": 0,
|
|
13743
|
-
"parameterCount": 1,
|
|
13744
|
-
"isStatic": false,
|
|
13745
|
-
"isAbstract": true,
|
|
13746
|
-
"isVirtual": true,
|
|
13747
|
-
"isOverride": false,
|
|
13748
|
-
"isSealed": false,
|
|
13749
|
-
"visibility": "Public",
|
|
13750
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.ValuesExpression",
|
|
13751
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
13752
|
-
"isExtensionMethod": false
|
|
13753
|
-
},
|
|
13754
|
-
{
|
|
13755
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.ValuesExpression::WithAnnotations(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
13756
|
-
"clrName": "WithAnnotations",
|
|
13757
|
-
"metadataToken": 0,
|
|
13758
|
-
"canonicalSignature": "(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase",
|
|
13759
|
-
"normalizedSignature": "WithAnnotations|(System.Collections.Generic.IReadOnlyDictionary_2):Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase|static=false",
|
|
13760
|
-
"emitScope": "ClassSurface",
|
|
13761
|
-
"provenance": "BaseOverload",
|
|
13762
|
-
"arity": 0,
|
|
13763
|
-
"parameterCount": 1,
|
|
13764
|
-
"isStatic": false,
|
|
13765
|
-
"isAbstract": true,
|
|
13766
|
-
"isVirtual": true,
|
|
13767
|
-
"isOverride": false,
|
|
13768
|
-
"isSealed": false,
|
|
13769
|
-
"visibility": "Protected",
|
|
13770
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.ValuesExpression",
|
|
13771
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
13772
|
-
"isExtensionMethod": false
|
|
13773
12993
|
}
|
|
13774
12994
|
],
|
|
13775
12995
|
"properties": [
|