@tsonic/efcore 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.EntityFrameworkCore/bindings.json +8 -8
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +14 -14
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +4 -4
- package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +12 -12
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +9 -9
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/metadata.json +3 -3
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +2 -2
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Design/bindings.json +6 -6
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +6 -6
- package/Microsoft.EntityFrameworkCore.Design/internal/metadata.json +3 -3
- package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +4 -4
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +4 -4
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/metadata.json +2 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +6 -6
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +80 -80
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +3 -3
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +2 -2
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +4 -4
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +1 -1
- package/Microsoft.EntityFrameworkCore.Internal/bindings.json +6 -6
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +21 -21
- package/Microsoft.EntityFrameworkCore.Internal/internal/metadata.json +3 -3
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +145 -145
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +128 -128
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +72 -72
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +24 -24
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/bindings.json +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/metadata.json +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +30 -30
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +116 -116
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +15 -15
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +2 -2
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +1 -1
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Query/bindings.json +71 -71
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +75 -75
- package/Microsoft.EntityFrameworkCore.Query/internal/metadata.json +33 -33
- package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +6 -6
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +9 -9
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/metadata.json +1 -1
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +47 -47
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +25 -25
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/metadata.json +6 -6
- package/Microsoft.EntityFrameworkCore.Storage/bindings.json +47 -47
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +51 -51
- package/Microsoft.EntityFrameworkCore.Storage/internal/metadata.json +23 -23
- package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +2 -2
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/metadata.json +1 -1
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/bindings.json +4 -4
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/metadata.json +2 -2
- package/__internal/extensions/index.d.ts +7 -7
- package/package.json +1 -1
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
{
|
|
102
102
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.PropertySaveBehavior::ThrowMicrosoft.EntityFrameworkCore.Metadata.PropertySaveBehavior",
|
|
103
103
|
"clrName": "Throw",
|
|
104
|
-
"tsEmitName": "
|
|
104
|
+
"tsEmitName": "throw",
|
|
105
105
|
"normalizedSignature": "Throw|Microsoft.EntityFrameworkCore.Metadata.PropertySaveBehavior|static=true|const=true",
|
|
106
106
|
"isStatic": true,
|
|
107
107
|
"isReadOnly": false,
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
{
|
|
164
164
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.StoreObjectType::FunctionMicrosoft.EntityFrameworkCore.Metadata.StoreObjectType",
|
|
165
165
|
"clrName": "Function",
|
|
166
|
-
"tsEmitName": "
|
|
166
|
+
"tsEmitName": "function",
|
|
167
167
|
"normalizedSignature": "Function|Microsoft.EntityFrameworkCore.Metadata.StoreObjectType|static=true|const=true",
|
|
168
168
|
"isStatic": true,
|
|
169
169
|
"isReadOnly": false,
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
{
|
|
226
226
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.ValueGenerated::NeverMicrosoft.EntityFrameworkCore.Metadata.ValueGenerated",
|
|
227
227
|
"clrName": "Never",
|
|
228
|
-
"tsEmitName": "
|
|
228
|
+
"tsEmitName": "never",
|
|
229
229
|
"normalizedSignature": "Never|Microsoft.EntityFrameworkCore.Metadata.ValueGenerated|static=true|const=true",
|
|
230
230
|
"isStatic": true,
|
|
231
231
|
"isReadOnly": false,
|
|
@@ -658,7 +658,7 @@
|
|
|
658
658
|
{
|
|
659
659
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IClrIndexedCollectionAccessor::Get(System.Object,System.Int32):System.Object",
|
|
660
660
|
"clrName": "Get",
|
|
661
|
-
"tsEmitName": "
|
|
661
|
+
"tsEmitName": "get",
|
|
662
662
|
"normalizedSignature": "Get|(System.Object,System.Int32):System.Object|static=false",
|
|
663
663
|
"provenance": "Original",
|
|
664
664
|
"emitScope": "ClassSurface",
|
|
@@ -674,7 +674,7 @@
|
|
|
674
674
|
{
|
|
675
675
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IClrIndexedCollectionAccessor::Set(System.Object,System.Int32,System.Object,System.Boolean):System.Void",
|
|
676
676
|
"clrName": "Set",
|
|
677
|
-
"tsEmitName": "
|
|
677
|
+
"tsEmitName": "set",
|
|
678
678
|
"normalizedSignature": "Set|(System.Object,System.Int32,System.Object,System.Boolean):System.Void|static=false",
|
|
679
679
|
"provenance": "Original",
|
|
680
680
|
"emitScope": "ClassSurface",
|
|
@@ -6023,7 +6023,7 @@
|
|
|
6023
6023
|
{
|
|
6024
6024
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunctionParameter::Function:Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunction",
|
|
6025
6025
|
"clrName": "Function",
|
|
6026
|
-
"tsEmitName": "
|
|
6026
|
+
"tsEmitName": "function",
|
|
6027
6027
|
"normalizedSignature": "Function|:Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunction|static=false|accessor=get",
|
|
6028
6028
|
"provenance": "Original",
|
|
6029
6029
|
"emitScope": "ClassSurface",
|
|
@@ -13481,7 +13481,7 @@
|
|
|
13481
13481
|
{
|
|
13482
13482
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence::Type:System.Type",
|
|
13483
13483
|
"clrName": "Type",
|
|
13484
|
-
"tsEmitName": "
|
|
13484
|
+
"tsEmitName": "type",
|
|
13485
13485
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
13486
13486
|
"provenance": "Original",
|
|
13487
13487
|
"emitScope": "ClassSurface",
|
|
@@ -17376,7 +17376,7 @@
|
|
|
17376
17376
|
{
|
|
17377
17377
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IDbFunctionParameter::Function:Microsoft.EntityFrameworkCore.Metadata.IDbFunction",
|
|
17378
17378
|
"clrName": "Function",
|
|
17379
|
-
"tsEmitName": "
|
|
17379
|
+
"tsEmitName": "function",
|
|
17380
17380
|
"normalizedSignature": "Function|:Microsoft.EntityFrameworkCore.Metadata.IDbFunction|static=false|accessor=get",
|
|
17381
17381
|
"provenance": "Original",
|
|
17382
17382
|
"emitScope": "ClassSurface",
|
|
@@ -20158,7 +20158,7 @@
|
|
|
20158
20158
|
{
|
|
20159
20159
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn::Function:Microsoft.EntityFrameworkCore.Metadata.IStoreFunction",
|
|
20160
20160
|
"clrName": "Function",
|
|
20161
|
-
"tsEmitName": "
|
|
20161
|
+
"tsEmitName": "function",
|
|
20162
20162
|
"normalizedSignature": "Function|:Microsoft.EntityFrameworkCore.Metadata.IStoreFunction|static=false|accessor=get",
|
|
20163
20163
|
"provenance": "Original",
|
|
20164
20164
|
"emitScope": "ClassSurface",
|
|
@@ -21316,7 +21316,7 @@
|
|
|
21316
21316
|
{
|
|
21317
21317
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMetadataReference\u00601::Object:T",
|
|
21318
21318
|
"clrName": "Object",
|
|
21319
|
-
"tsEmitName": "
|
|
21319
|
+
"tsEmitName": "object",
|
|
21320
21320
|
"normalizedSignature": "Object|:T|static=false|accessor=get",
|
|
21321
21321
|
"provenance": "Original",
|
|
21322
21322
|
"emitScope": "ClassSurface",
|
|
@@ -23932,7 +23932,7 @@
|
|
|
23932
23932
|
{
|
|
23933
23933
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IMutableDbFunctionParameter::Function:Microsoft.EntityFrameworkCore.Metadata.IMutableDbFunction",
|
|
23934
23934
|
"clrName": "Function",
|
|
23935
|
-
"tsEmitName": "
|
|
23935
|
+
"tsEmitName": "function",
|
|
23936
23936
|
"normalizedSignature": "Function|:Microsoft.EntityFrameworkCore.Metadata.IMutableDbFunction|static=false|accessor=get",
|
|
23937
23937
|
"provenance": "Original",
|
|
23938
23938
|
"emitScope": "ClassSurface",
|
|
@@ -30140,7 +30140,7 @@
|
|
|
30140
30140
|
{
|
|
30141
30141
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IMutableSequence::Type:System.Type",
|
|
30142
30142
|
"clrName": "Type",
|
|
30143
|
-
"tsEmitName": "
|
|
30143
|
+
"tsEmitName": "type",
|
|
30144
30144
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=getset",
|
|
30145
30145
|
"provenance": "Original",
|
|
30146
30146
|
"emitScope": "ClassSurface",
|
|
@@ -36810,7 +36810,7 @@
|
|
|
36810
36810
|
{
|
|
36811
36811
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunctionParameter::Function:Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunction",
|
|
36812
36812
|
"clrName": "Function",
|
|
36813
|
-
"tsEmitName": "
|
|
36813
|
+
"tsEmitName": "function",
|
|
36814
36814
|
"normalizedSignature": "Function|:Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunction|static=false|accessor=get",
|
|
36815
36815
|
"provenance": "Original",
|
|
36816
36816
|
"emitScope": "ClassSurface",
|
|
@@ -40856,7 +40856,7 @@
|
|
|
40856
40856
|
{
|
|
40857
40857
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence::Type:System.Type",
|
|
40858
40858
|
"clrName": "Type",
|
|
40859
|
-
"tsEmitName": "
|
|
40859
|
+
"tsEmitName": "type",
|
|
40860
40860
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
40861
40861
|
"provenance": "Original",
|
|
40862
40862
|
"emitScope": "ClassSurface",
|
|
@@ -42850,7 +42850,7 @@
|
|
|
42850
42850
|
{
|
|
42851
42851
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
42852
42852
|
"clrName": "For",
|
|
42853
|
-
"tsEmitName": "
|
|
42853
|
+
"tsEmitName": "for",
|
|
42854
42854
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
42855
42855
|
"provenance": "Original",
|
|
42856
42856
|
"emitScope": "ClassSurface",
|
|
@@ -42866,7 +42866,7 @@
|
|
|
42866
42866
|
{
|
|
42867
42867
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ITable,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
42868
42868
|
"clrName": "For",
|
|
42869
|
-
"tsEmitName": "
|
|
42869
|
+
"tsEmitName": "for",
|
|
42870
42870
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ITable,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
42871
42871
|
"provenance": "Original",
|
|
42872
42872
|
"emitScope": "ClassSurface",
|
|
@@ -42882,7 +42882,7 @@
|
|
|
42882
42882
|
{
|
|
42883
42883
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
42884
42884
|
"clrName": "For",
|
|
42885
|
-
"tsEmitName": "
|
|
42885
|
+
"tsEmitName": "for",
|
|
42886
42886
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
42887
42887
|
"provenance": "Original",
|
|
42888
42888
|
"emitScope": "ClassSurface",
|
|
@@ -42898,7 +42898,7 @@
|
|
|
42898
42898
|
{
|
|
42899
42899
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IView,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
42900
42900
|
"clrName": "For",
|
|
42901
|
-
"tsEmitName": "
|
|
42901
|
+
"tsEmitName": "for",
|
|
42902
42902
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IView,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
42903
42903
|
"provenance": "Original",
|
|
42904
42904
|
"emitScope": "ClassSurface",
|
|
@@ -42914,7 +42914,7 @@
|
|
|
42914
42914
|
{
|
|
42915
42915
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IViewColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
42916
42916
|
"clrName": "For",
|
|
42917
|
-
"tsEmitName": "
|
|
42917
|
+
"tsEmitName": "for",
|
|
42918
42918
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IViewColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
42919
42919
|
"provenance": "Original",
|
|
42920
42920
|
"emitScope": "ClassSurface",
|
|
@@ -42930,7 +42930,7 @@
|
|
|
42930
42930
|
{
|
|
42931
42931
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ISqlQuery,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
42932
42932
|
"clrName": "For",
|
|
42933
|
-
"tsEmitName": "
|
|
42933
|
+
"tsEmitName": "for",
|
|
42934
42934
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ISqlQuery,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
42935
42935
|
"provenance": "Original",
|
|
42936
42936
|
"emitScope": "ClassSurface",
|
|
@@ -42946,7 +42946,7 @@
|
|
|
42946
42946
|
{
|
|
42947
42947
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
42948
42948
|
"clrName": "For",
|
|
42949
|
-
"tsEmitName": "
|
|
42949
|
+
"tsEmitName": "for",
|
|
42950
42950
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
42951
42951
|
"provenance": "Original",
|
|
42952
42952
|
"emitScope": "ClassSurface",
|
|
@@ -42962,7 +42962,7 @@
|
|
|
42962
42962
|
{
|
|
42963
42963
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IStoreFunction,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
42964
42964
|
"clrName": "For",
|
|
42965
|
-
"tsEmitName": "
|
|
42965
|
+
"tsEmitName": "for",
|
|
42966
42966
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreFunction,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
42967
42967
|
"provenance": "Original",
|
|
42968
42968
|
"emitScope": "ClassSurface",
|
|
@@ -42978,7 +42978,7 @@
|
|
|
42978
42978
|
{
|
|
42979
42979
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IStoreFunctionParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
42980
42980
|
"clrName": "For",
|
|
42981
|
-
"tsEmitName": "
|
|
42981
|
+
"tsEmitName": "for",
|
|
42982
42982
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreFunctionParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
42983
42983
|
"provenance": "Original",
|
|
42984
42984
|
"emitScope": "ClassSurface",
|
|
@@ -42994,7 +42994,7 @@
|
|
|
42994
42994
|
{
|
|
42995
42995
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
42996
42996
|
"clrName": "For",
|
|
42997
|
-
"tsEmitName": "
|
|
42997
|
+
"tsEmitName": "for",
|
|
42998
42998
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
42999
42999
|
"provenance": "Original",
|
|
43000
43000
|
"emitScope": "ClassSurface",
|
|
@@ -43010,7 +43010,7 @@
|
|
|
43010
43010
|
{
|
|
43011
43011
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedure,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
43012
43012
|
"clrName": "For",
|
|
43013
|
-
"tsEmitName": "
|
|
43013
|
+
"tsEmitName": "for",
|
|
43014
43014
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedure,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
43015
43015
|
"provenance": "Original",
|
|
43016
43016
|
"emitScope": "ClassSurface",
|
|
@@ -43026,7 +43026,7 @@
|
|
|
43026
43026
|
{
|
|
43027
43027
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
43028
43028
|
"clrName": "For",
|
|
43029
|
-
"tsEmitName": "
|
|
43029
|
+
"tsEmitName": "for",
|
|
43030
43030
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
43031
43031
|
"provenance": "Original",
|
|
43032
43032
|
"emitScope": "ClassSurface",
|
|
@@ -43042,7 +43042,7 @@
|
|
|
43042
43042
|
{
|
|
43043
43043
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureResultColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
43044
43044
|
"clrName": "For",
|
|
43045
|
-
"tsEmitName": "
|
|
43045
|
+
"tsEmitName": "for",
|
|
43046
43046
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureResultColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
43047
43047
|
"provenance": "Original",
|
|
43048
43048
|
"emitScope": "ClassSurface",
|
|
@@ -43058,7 +43058,7 @@
|
|
|
43058
43058
|
{
|
|
43059
43059
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
43060
43060
|
"clrName": "For",
|
|
43061
|
-
"tsEmitName": "
|
|
43061
|
+
"tsEmitName": "for",
|
|
43062
43062
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
43063
43063
|
"provenance": "Original",
|
|
43064
43064
|
"emitScope": "ClassSurface",
|
|
@@ -43074,7 +43074,7 @@
|
|
|
43074
43074
|
{
|
|
43075
43075
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
43076
43076
|
"clrName": "For",
|
|
43077
|
-
"tsEmitName": "
|
|
43077
|
+
"tsEmitName": "for",
|
|
43078
43078
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
43079
43079
|
"provenance": "Original",
|
|
43080
43080
|
"emitScope": "ClassSurface",
|
|
@@ -43090,7 +43090,7 @@
|
|
|
43090
43090
|
{
|
|
43091
43091
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
43092
43092
|
"clrName": "For",
|
|
43093
|
-
"tsEmitName": "
|
|
43093
|
+
"tsEmitName": "for",
|
|
43094
43094
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
43095
43095
|
"provenance": "Original",
|
|
43096
43096
|
"emitScope": "ClassSurface",
|
|
@@ -43106,7 +43106,7 @@
|
|
|
43106
43106
|
{
|
|
43107
43107
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ISequence,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
43108
43108
|
"clrName": "For",
|
|
43109
|
-
"tsEmitName": "
|
|
43109
|
+
"tsEmitName": "for",
|
|
43110
43110
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ISequence,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
43111
43111
|
"provenance": "Original",
|
|
43112
43112
|
"emitScope": "ClassSurface",
|
|
@@ -43122,7 +43122,7 @@
|
|
|
43122
43122
|
{
|
|
43123
43123
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
43124
43124
|
"clrName": "For",
|
|
43125
|
-
"tsEmitName": "
|
|
43125
|
+
"tsEmitName": "for",
|
|
43126
43126
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
43127
43127
|
"provenance": "Original",
|
|
43128
43128
|
"emitScope": "ClassSurface",
|
|
@@ -43138,7 +43138,7 @@
|
|
|
43138
43138
|
{
|
|
43139
43139
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ITrigger,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
43140
43140
|
"clrName": "For",
|
|
43141
|
-
"tsEmitName": "
|
|
43141
|
+
"tsEmitName": "for",
|
|
43142
43142
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ITrigger,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
43143
43143
|
"provenance": "Original",
|
|
43144
43144
|
"emitScope": "ClassSurface",
|
|
@@ -43987,7 +43987,7 @@
|
|
|
43987
43987
|
{
|
|
43988
43988
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence::Type:System.Type",
|
|
43989
43989
|
"clrName": "Type",
|
|
43990
|
-
"tsEmitName": "
|
|
43990
|
+
"tsEmitName": "type",
|
|
43991
43991
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
43992
43992
|
"provenance": "Original",
|
|
43993
43993
|
"emitScope": "ClassSurface",
|
|
@@ -48399,7 +48399,7 @@
|
|
|
48399
48399
|
{
|
|
48400
48400
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IStoreFunctionParameter::Function:Microsoft.EntityFrameworkCore.Metadata.IStoreFunction",
|
|
48401
48401
|
"clrName": "Function",
|
|
48402
|
-
"tsEmitName": "
|
|
48402
|
+
"tsEmitName": "function",
|
|
48403
48403
|
"normalizedSignature": "Function|:Microsoft.EntityFrameworkCore.Metadata.IStoreFunction|static=false|accessor=get",
|
|
48404
48404
|
"provenance": "Original",
|
|
48405
48405
|
"emitScope": "ClassSurface",
|
|
@@ -48459,7 +48459,7 @@
|
|
|
48459
48459
|
{
|
|
48460
48460
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IStoreFunctionParameter::Type:System.String",
|
|
48461
48461
|
"clrName": "Type",
|
|
48462
|
-
"tsEmitName": "
|
|
48462
|
+
"tsEmitName": "type",
|
|
48463
48463
|
"normalizedSignature": "Type|:System.String|static=false|accessor=get",
|
|
48464
48464
|
"provenance": "Original",
|
|
48465
48465
|
"emitScope": "ClassSurface",
|
|
@@ -54686,7 +54686,7 @@
|
|
|
54686
54686
|
{
|
|
54687
54687
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.ConstructorBinding::With(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding",
|
|
54688
54688
|
"clrName": "With",
|
|
54689
|
-
"tsEmitName": "
|
|
54689
|
+
"tsEmitName": "with2",
|
|
54690
54690
|
"normalizedSignature": "With|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding|static=false",
|
|
54691
54691
|
"provenance": "Original",
|
|
54692
54692
|
"emitScope": "ClassSurface",
|
|
@@ -54702,7 +54702,7 @@
|
|
|
54702
54702
|
{
|
|
54703
54703
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.ConstructorBinding::With(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding",
|
|
54704
54704
|
"clrName": "With",
|
|
54705
|
-
"tsEmitName": "
|
|
54705
|
+
"tsEmitName": "with",
|
|
54706
54706
|
"normalizedSignature": "With|(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding|static=false",
|
|
54707
54707
|
"provenance": "BaseOverload",
|
|
54708
54708
|
"emitScope": "ClassSurface",
|
|
@@ -54720,7 +54720,7 @@
|
|
|
54720
54720
|
{
|
|
54721
54721
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.ConstructorBinding::Constructor:System.Reflection.ConstructorInfo",
|
|
54722
54722
|
"clrName": "Constructor",
|
|
54723
|
-
"tsEmitName": "
|
|
54723
|
+
"tsEmitName": "constructor",
|
|
54724
54724
|
"normalizedSignature": "Constructor|:System.Reflection.ConstructorInfo|static=false|accessor=get",
|
|
54725
54725
|
"provenance": "Original",
|
|
54726
54726
|
"emitScope": "ClassSurface",
|
|
@@ -54788,7 +54788,7 @@
|
|
|
54788
54788
|
{
|
|
54789
54789
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.ContextParameterBinding::With(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding",
|
|
54790
54790
|
"clrName": "With",
|
|
54791
|
-
"tsEmitName": "
|
|
54791
|
+
"tsEmitName": "with",
|
|
54792
54792
|
"normalizedSignature": "With|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding|static=false",
|
|
54793
54793
|
"provenance": "Original",
|
|
54794
54794
|
"emitScope": "ClassSurface",
|
|
@@ -54859,7 +54859,7 @@
|
|
|
54859
54859
|
{
|
|
54860
54860
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.DefaultValueBinding::With(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding",
|
|
54861
54861
|
"clrName": "With",
|
|
54862
|
-
"tsEmitName": "
|
|
54862
|
+
"tsEmitName": "with2",
|
|
54863
54863
|
"normalizedSignature": "With|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding|static=false",
|
|
54864
54864
|
"provenance": "Original",
|
|
54865
54865
|
"emitScope": "ClassSurface",
|
|
@@ -54875,7 +54875,7 @@
|
|
|
54875
54875
|
{
|
|
54876
54876
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.DefaultValueBinding::With(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding",
|
|
54877
54877
|
"clrName": "With",
|
|
54878
|
-
"tsEmitName": "
|
|
54878
|
+
"tsEmitName": "with",
|
|
54879
54879
|
"normalizedSignature": "With|(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding|static=false",
|
|
54880
54880
|
"provenance": "BaseOverload",
|
|
54881
54881
|
"emitScope": "ClassSurface",
|
|
@@ -54946,7 +54946,7 @@
|
|
|
54946
54946
|
{
|
|
54947
54947
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.DependencyInjectionMethodParameterBinding::With(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding",
|
|
54948
54948
|
"clrName": "With",
|
|
54949
|
-
"tsEmitName": "
|
|
54949
|
+
"tsEmitName": "with",
|
|
54950
54950
|
"normalizedSignature": "With|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding|static=false",
|
|
54951
54951
|
"provenance": "Original",
|
|
54952
54952
|
"emitScope": "ClassSurface",
|
|
@@ -55048,7 +55048,7 @@
|
|
|
55048
55048
|
{
|
|
55049
55049
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.DependencyInjectionParameterBinding::With(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding",
|
|
55050
55050
|
"clrName": "With",
|
|
55051
|
-
"tsEmitName": "
|
|
55051
|
+
"tsEmitName": "with",
|
|
55052
55052
|
"normalizedSignature": "With|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding|static=false",
|
|
55053
55053
|
"provenance": "Original",
|
|
55054
55054
|
"emitScope": "ClassSurface",
|
|
@@ -55210,7 +55210,7 @@
|
|
|
55210
55210
|
{
|
|
55211
55211
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.EntityTypeParameterBinding::With(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding",
|
|
55212
55212
|
"clrName": "With",
|
|
55213
|
-
"tsEmitName": "
|
|
55213
|
+
"tsEmitName": "with",
|
|
55214
55214
|
"normalizedSignature": "With|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding|static=false",
|
|
55215
55215
|
"provenance": "Original",
|
|
55216
55216
|
"emitScope": "ClassSurface",
|
|
@@ -55281,7 +55281,7 @@
|
|
|
55281
55281
|
{
|
|
55282
55282
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.FactoryMethodBinding::With(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding",
|
|
55283
55283
|
"clrName": "With",
|
|
55284
|
-
"tsEmitName": "
|
|
55284
|
+
"tsEmitName": "with2",
|
|
55285
55285
|
"normalizedSignature": "With|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding|static=false",
|
|
55286
55286
|
"provenance": "Original",
|
|
55287
55287
|
"emitScope": "ClassSurface",
|
|
@@ -55297,7 +55297,7 @@
|
|
|
55297
55297
|
{
|
|
55298
55298
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.FactoryMethodBinding::With(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding",
|
|
55299
55299
|
"clrName": "With",
|
|
55300
|
-
"tsEmitName": "
|
|
55300
|
+
"tsEmitName": "with",
|
|
55301
55301
|
"normalizedSignature": "With|(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding|static=false",
|
|
55302
55302
|
"provenance": "BaseOverload",
|
|
55303
55303
|
"emitScope": "ClassSurface",
|
|
@@ -55523,7 +55523,7 @@
|
|
|
55523
55523
|
{
|
|
55524
55524
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding::With(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding",
|
|
55525
55525
|
"clrName": "With",
|
|
55526
|
-
"tsEmitName": "
|
|
55526
|
+
"tsEmitName": "with",
|
|
55527
55527
|
"normalizedSignature": "With|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding|static=false",
|
|
55528
55528
|
"provenance": "Original",
|
|
55529
55529
|
"emitScope": "ClassSurface",
|
|
@@ -55936,7 +55936,7 @@
|
|
|
55936
55936
|
{
|
|
55937
55937
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.ObjectArrayParameterBinding::With(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding",
|
|
55938
55938
|
"clrName": "With",
|
|
55939
|
-
"tsEmitName": "
|
|
55939
|
+
"tsEmitName": "with",
|
|
55940
55940
|
"normalizedSignature": "With|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding|static=false",
|
|
55941
55941
|
"provenance": "Original",
|
|
55942
55942
|
"emitScope": "ClassSurface",
|
|
@@ -55991,7 +55991,7 @@
|
|
|
55991
55991
|
{
|
|
55992
55992
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.ParameterBinding::With(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding",
|
|
55993
55993
|
"clrName": "With",
|
|
55994
|
-
"tsEmitName": "
|
|
55994
|
+
"tsEmitName": "with",
|
|
55995
55995
|
"normalizedSignature": "With|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding|static=false",
|
|
55996
55996
|
"provenance": "Original",
|
|
55997
55997
|
"emitScope": "ClassSurface",
|
|
@@ -56071,7 +56071,7 @@
|
|
|
56071
56071
|
{
|
|
56072
56072
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.PropertyParameterBinding::With(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding",
|
|
56073
56073
|
"clrName": "With",
|
|
56074
|
-
"tsEmitName": "
|
|
56074
|
+
"tsEmitName": "with",
|
|
56075
56075
|
"normalizedSignature": "With|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding|static=false",
|
|
56076
56076
|
"provenance": "Original",
|
|
56077
56077
|
"emitScope": "ClassSurface",
|
|
@@ -56285,7 +56285,7 @@
|
|
|
56285
56285
|
{
|
|
56286
56286
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
56287
56287
|
"clrName": "For",
|
|
56288
|
-
"tsEmitName": "
|
|
56288
|
+
"tsEmitName": "for",
|
|
56289
56289
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
56290
56290
|
"provenance": "Original",
|
|
56291
56291
|
"emitScope": "ClassSurface",
|
|
@@ -56301,7 +56301,7 @@
|
|
|
56301
56301
|
{
|
|
56302
56302
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ITable,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
56303
56303
|
"clrName": "For",
|
|
56304
|
-
"tsEmitName": "
|
|
56304
|
+
"tsEmitName": "for",
|
|
56305
56305
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ITable,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
56306
56306
|
"provenance": "Original",
|
|
56307
56307
|
"emitScope": "ClassSurface",
|
|
@@ -56317,7 +56317,7 @@
|
|
|
56317
56317
|
{
|
|
56318
56318
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
56319
56319
|
"clrName": "For",
|
|
56320
|
-
"tsEmitName": "
|
|
56320
|
+
"tsEmitName": "for",
|
|
56321
56321
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
56322
56322
|
"provenance": "Original",
|
|
56323
56323
|
"emitScope": "ClassSurface",
|
|
@@ -56333,7 +56333,7 @@
|
|
|
56333
56333
|
{
|
|
56334
56334
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IView,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
56335
56335
|
"clrName": "For",
|
|
56336
|
-
"tsEmitName": "
|
|
56336
|
+
"tsEmitName": "for",
|
|
56337
56337
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IView,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
56338
56338
|
"provenance": "Original",
|
|
56339
56339
|
"emitScope": "ClassSurface",
|
|
@@ -56349,7 +56349,7 @@
|
|
|
56349
56349
|
{
|
|
56350
56350
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IViewColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
56351
56351
|
"clrName": "For",
|
|
56352
|
-
"tsEmitName": "
|
|
56352
|
+
"tsEmitName": "for",
|
|
56353
56353
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IViewColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
56354
56354
|
"provenance": "Original",
|
|
56355
56355
|
"emitScope": "ClassSurface",
|
|
@@ -56365,7 +56365,7 @@
|
|
|
56365
56365
|
{
|
|
56366
56366
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ISqlQuery,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
56367
56367
|
"clrName": "For",
|
|
56368
|
-
"tsEmitName": "
|
|
56368
|
+
"tsEmitName": "for",
|
|
56369
56369
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ISqlQuery,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
56370
56370
|
"provenance": "Original",
|
|
56371
56371
|
"emitScope": "ClassSurface",
|
|
@@ -56381,7 +56381,7 @@
|
|
|
56381
56381
|
{
|
|
56382
56382
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
56383
56383
|
"clrName": "For",
|
|
56384
|
-
"tsEmitName": "
|
|
56384
|
+
"tsEmitName": "for",
|
|
56385
56385
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
56386
56386
|
"provenance": "Original",
|
|
56387
56387
|
"emitScope": "ClassSurface",
|
|
@@ -56397,7 +56397,7 @@
|
|
|
56397
56397
|
{
|
|
56398
56398
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IStoreFunction,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
56399
56399
|
"clrName": "For",
|
|
56400
|
-
"tsEmitName": "
|
|
56400
|
+
"tsEmitName": "for",
|
|
56401
56401
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreFunction,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
56402
56402
|
"provenance": "Original",
|
|
56403
56403
|
"emitScope": "ClassSurface",
|
|
@@ -56413,7 +56413,7 @@
|
|
|
56413
56413
|
{
|
|
56414
56414
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IStoreFunctionParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
56415
56415
|
"clrName": "For",
|
|
56416
|
-
"tsEmitName": "
|
|
56416
|
+
"tsEmitName": "for",
|
|
56417
56417
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreFunctionParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
56418
56418
|
"provenance": "Original",
|
|
56419
56419
|
"emitScope": "ClassSurface",
|
|
@@ -56429,7 +56429,7 @@
|
|
|
56429
56429
|
{
|
|
56430
56430
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
56431
56431
|
"clrName": "For",
|
|
56432
|
-
"tsEmitName": "
|
|
56432
|
+
"tsEmitName": "for",
|
|
56433
56433
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
56434
56434
|
"provenance": "Original",
|
|
56435
56435
|
"emitScope": "ClassSurface",
|
|
@@ -56445,7 +56445,7 @@
|
|
|
56445
56445
|
{
|
|
56446
56446
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedure,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
56447
56447
|
"clrName": "For",
|
|
56448
|
-
"tsEmitName": "
|
|
56448
|
+
"tsEmitName": "for",
|
|
56449
56449
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedure,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
56450
56450
|
"provenance": "Original",
|
|
56451
56451
|
"emitScope": "ClassSurface",
|
|
@@ -56461,7 +56461,7 @@
|
|
|
56461
56461
|
{
|
|
56462
56462
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
56463
56463
|
"clrName": "For",
|
|
56464
|
-
"tsEmitName": "
|
|
56464
|
+
"tsEmitName": "for",
|
|
56465
56465
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
56466
56466
|
"provenance": "Original",
|
|
56467
56467
|
"emitScope": "ClassSurface",
|
|
@@ -56477,7 +56477,7 @@
|
|
|
56477
56477
|
{
|
|
56478
56478
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureResultColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
56479
56479
|
"clrName": "For",
|
|
56480
|
-
"tsEmitName": "
|
|
56480
|
+
"tsEmitName": "for",
|
|
56481
56481
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureResultColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
56482
56482
|
"provenance": "Original",
|
|
56483
56483
|
"emitScope": "ClassSurface",
|
|
@@ -56493,7 +56493,7 @@
|
|
|
56493
56493
|
{
|
|
56494
56494
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
56495
56495
|
"clrName": "For",
|
|
56496
|
-
"tsEmitName": "
|
|
56496
|
+
"tsEmitName": "for",
|
|
56497
56497
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
56498
56498
|
"provenance": "Original",
|
|
56499
56499
|
"emitScope": "ClassSurface",
|
|
@@ -56509,7 +56509,7 @@
|
|
|
56509
56509
|
{
|
|
56510
56510
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
56511
56511
|
"clrName": "For",
|
|
56512
|
-
"tsEmitName": "
|
|
56512
|
+
"tsEmitName": "for",
|
|
56513
56513
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
56514
56514
|
"provenance": "Original",
|
|
56515
56515
|
"emitScope": "ClassSurface",
|
|
@@ -56525,7 +56525,7 @@
|
|
|
56525
56525
|
{
|
|
56526
56526
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
56527
56527
|
"clrName": "For",
|
|
56528
|
-
"tsEmitName": "
|
|
56528
|
+
"tsEmitName": "for",
|
|
56529
56529
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
56530
56530
|
"provenance": "Original",
|
|
56531
56531
|
"emitScope": "ClassSurface",
|
|
@@ -56541,7 +56541,7 @@
|
|
|
56541
56541
|
{
|
|
56542
56542
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ISequence,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
56543
56543
|
"clrName": "For",
|
|
56544
|
-
"tsEmitName": "
|
|
56544
|
+
"tsEmitName": "for",
|
|
56545
56545
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ISequence,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
56546
56546
|
"provenance": "Original",
|
|
56547
56547
|
"emitScope": "ClassSurface",
|
|
@@ -56557,7 +56557,7 @@
|
|
|
56557
56557
|
{
|
|
56558
56558
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
56559
56559
|
"clrName": "For",
|
|
56560
|
-
"tsEmitName": "
|
|
56560
|
+
"tsEmitName": "for",
|
|
56561
56561
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
56562
56562
|
"provenance": "Original",
|
|
56563
56563
|
"emitScope": "ClassSurface",
|
|
@@ -56573,7 +56573,7 @@
|
|
|
56573
56573
|
{
|
|
56574
56574
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ITrigger,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
56575
56575
|
"clrName": "For",
|
|
56576
|
-
"tsEmitName": "
|
|
56576
|
+
"tsEmitName": "for",
|
|
56577
56577
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ITrigger,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
56578
56578
|
"provenance": "Original",
|
|
56579
56579
|
"emitScope": "ClassSurface",
|
|
@@ -61097,7 +61097,7 @@
|
|
|
61097
61097
|
{
|
|
61098
61098
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RuntimeDbFunctionParameter::Function:Microsoft.EntityFrameworkCore.Metadata.RuntimeDbFunction",
|
|
61099
61099
|
"clrName": "Function",
|
|
61100
|
-
"tsEmitName": "
|
|
61100
|
+
"tsEmitName": "function",
|
|
61101
61101
|
"normalizedSignature": "Function|:Microsoft.EntityFrameworkCore.Metadata.RuntimeDbFunction|static=false|accessor=get",
|
|
61102
61102
|
"provenance": "Original",
|
|
61103
61103
|
"emitScope": "ClassSurface",
|
|
@@ -73818,7 +73818,7 @@
|
|
|
73818
73818
|
{
|
|
73819
73819
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence::Type:System.Type",
|
|
73820
73820
|
"clrName": "Type",
|
|
73821
|
-
"tsEmitName": "
|
|
73821
|
+
"tsEmitName": "type",
|
|
73822
73822
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
73823
73823
|
"provenance": "ExplicitView",
|
|
73824
73824
|
"emitScope": "ViewOnly",
|