@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
|
@@ -1317,7 +1317,7 @@
|
|
|
1317
1317
|
{
|
|
1318
1318
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory::Case(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.CaseWhenClause,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1319
1319
|
"clrName": "Case",
|
|
1320
|
-
"tsEmitName": "
|
|
1320
|
+
"tsEmitName": "case",
|
|
1321
1321
|
"normalizedSignature": "Case|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.CaseWhenClause,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
1322
1322
|
"provenance": "Original",
|
|
1323
1323
|
"emitScope": "ClassSurface",
|
|
@@ -1333,7 +1333,7 @@
|
|
|
1333
1333
|
{
|
|
1334
1334
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory::Case(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.CaseWhenClause,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1335
1335
|
"clrName": "Case",
|
|
1336
|
-
"tsEmitName": "
|
|
1336
|
+
"tsEmitName": "case",
|
|
1337
1337
|
"normalizedSignature": "Case|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.CaseWhenClause,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
1338
1338
|
"provenance": "Original",
|
|
1339
1339
|
"emitScope": "ClassSurface",
|
|
@@ -1349,7 +1349,7 @@
|
|
|
1349
1349
|
{
|
|
1350
1350
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory::Function(System.String,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean,System.Collections.Generic.IEnumerable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1351
1351
|
"clrName": "Function",
|
|
1352
|
-
"tsEmitName": "
|
|
1352
|
+
"tsEmitName": "function",
|
|
1353
1353
|
"normalizedSignature": "Function|(System.String,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean,System.Collections.Generic.IEnumerable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
1354
1354
|
"provenance": "Original",
|
|
1355
1355
|
"emitScope": "ClassSurface",
|
|
@@ -1365,7 +1365,7 @@
|
|
|
1365
1365
|
{
|
|
1366
1366
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory::Function(System.String,System.String,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean,System.Collections.Generic.IEnumerable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1367
1367
|
"clrName": "Function",
|
|
1368
|
-
"tsEmitName": "
|
|
1368
|
+
"tsEmitName": "function",
|
|
1369
1369
|
"normalizedSignature": "Function|(System.String,System.String,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean,System.Collections.Generic.IEnumerable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
1370
1370
|
"provenance": "Original",
|
|
1371
1371
|
"emitScope": "ClassSurface",
|
|
@@ -1381,7 +1381,7 @@
|
|
|
1381
1381
|
{
|
|
1382
1382
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory::Function(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.String,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean,System.Boolean,System.Collections.Generic.IEnumerable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1383
1383
|
"clrName": "Function",
|
|
1384
|
-
"tsEmitName": "
|
|
1384
|
+
"tsEmitName": "function",
|
|
1385
1385
|
"normalizedSignature": "Function|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.String,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean,System.Boolean,System.Collections.Generic.IEnumerable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
1386
1386
|
"provenance": "Original",
|
|
1387
1387
|
"emitScope": "ClassSurface",
|
|
@@ -1461,7 +1461,7 @@
|
|
|
1461
1461
|
{
|
|
1462
1462
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory::In(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1463
1463
|
"clrName": "In",
|
|
1464
|
-
"tsEmitName": "
|
|
1464
|
+
"tsEmitName": "in",
|
|
1465
1465
|
"normalizedSignature": "In|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
1466
1466
|
"provenance": "Original",
|
|
1467
1467
|
"emitScope": "ClassSurface",
|
|
@@ -1477,7 +1477,7 @@
|
|
|
1477
1477
|
{
|
|
1478
1478
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory::In(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1479
1479
|
"clrName": "In",
|
|
1480
|
-
"tsEmitName": "
|
|
1480
|
+
"tsEmitName": "in",
|
|
1481
1481
|
"normalizedSignature": "In|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
1482
1482
|
"provenance": "Original",
|
|
1483
1483
|
"emitScope": "ClassSurface",
|
|
@@ -1493,7 +1493,7 @@
|
|
|
1493
1493
|
{
|
|
1494
1494
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory::In(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlParameterExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
1495
1495
|
"clrName": "In",
|
|
1496
|
-
"tsEmitName": "
|
|
1496
|
+
"tsEmitName": "in",
|
|
1497
1497
|
"normalizedSignature": "In|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlParameterExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
1498
1498
|
"provenance": "Original",
|
|
1499
1499
|
"emitScope": "ClassSurface",
|
|
@@ -2287,7 +2287,7 @@
|
|
|
2287
2287
|
{
|
|
2288
2288
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.CollectionResultExpression::Type:System.Type",
|
|
2289
2289
|
"clrName": "Type",
|
|
2290
|
-
"tsEmitName": "
|
|
2290
|
+
"tsEmitName": "type",
|
|
2291
2291
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
2292
2292
|
"provenance": "Original",
|
|
2293
2293
|
"emitScope": "ClassSurface",
|
|
@@ -2967,7 +2967,7 @@
|
|
|
2967
2967
|
{
|
|
2968
2968
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.EnumerableExpression::Type:System.Type",
|
|
2969
2969
|
"clrName": "Type",
|
|
2970
|
-
"tsEmitName": "
|
|
2970
|
+
"tsEmitName": "type",
|
|
2971
2971
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
2972
2972
|
"provenance": "Original",
|
|
2973
2973
|
"emitScope": "ClassSurface",
|
|
@@ -3556,7 +3556,7 @@
|
|
|
3556
3556
|
{
|
|
3557
3557
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.GroupByShaperExpression::Type:System.Type",
|
|
3558
3558
|
"clrName": "Type",
|
|
3559
|
-
"tsEmitName": "
|
|
3559
|
+
"tsEmitName": "type",
|
|
3560
3560
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
3561
3561
|
"provenance": "Original",
|
|
3562
3562
|
"emitScope": "ClassSurface",
|
|
@@ -3718,7 +3718,7 @@
|
|
|
3718
3718
|
{
|
|
3719
3719
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.IncludeExpression::Type:System.Type",
|
|
3720
3720
|
"clrName": "Type",
|
|
3721
|
-
"tsEmitName": "
|
|
3721
|
+
"tsEmitName": "type",
|
|
3722
3722
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
3723
3723
|
"provenance": "Original",
|
|
3724
3724
|
"emitScope": "ClassSurface",
|
|
@@ -4121,7 +4121,7 @@
|
|
|
4121
4121
|
{
|
|
4122
4122
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.JsonQueryExpression::Type:System.Type",
|
|
4123
4123
|
"clrName": "Type",
|
|
4124
|
-
"tsEmitName": "
|
|
4124
|
+
"tsEmitName": "type",
|
|
4125
4125
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
4126
4126
|
"provenance": "Original",
|
|
4127
4127
|
"emitScope": "ClassSurface",
|
|
@@ -4259,7 +4259,7 @@
|
|
|
4259
4259
|
{
|
|
4260
4260
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.LiftableConstantExpression::Type:System.Type",
|
|
4261
4261
|
"clrName": "Type",
|
|
4262
|
-
"tsEmitName": "
|
|
4262
|
+
"tsEmitName": "type",
|
|
4263
4263
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
4264
4264
|
"provenance": "Original",
|
|
4265
4265
|
"emitScope": "ClassSurface",
|
|
@@ -4687,7 +4687,7 @@
|
|
|
4687
4687
|
{
|
|
4688
4688
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.MaterializeCollectionNavigationExpression::Type:System.Type",
|
|
4689
4689
|
"clrName": "Type",
|
|
4690
|
-
"tsEmitName": "
|
|
4690
|
+
"tsEmitName": "type",
|
|
4691
4691
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
4692
4692
|
"provenance": "Original",
|
|
4693
4693
|
"emitScope": "ClassSurface",
|
|
@@ -5397,7 +5397,7 @@
|
|
|
5397
5397
|
{
|
|
5398
5398
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.ProjectionBindingExpression::Type:System.Type",
|
|
5399
5399
|
"clrName": "Type",
|
|
5400
|
-
"tsEmitName": "
|
|
5400
|
+
"tsEmitName": "type",
|
|
5401
5401
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
5402
5402
|
"provenance": "Original",
|
|
5403
5403
|
"emitScope": "ClassSurface",
|
|
@@ -7027,7 +7027,7 @@
|
|
|
7027
7027
|
{
|
|
7028
7028
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.QueryParameterExpression::Type:System.Type",
|
|
7029
7029
|
"clrName": "Type",
|
|
7030
|
-
"tsEmitName": "
|
|
7030
|
+
"tsEmitName": "type",
|
|
7031
7031
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
7032
7032
|
"provenance": "Original",
|
|
7033
7033
|
"emitScope": "ClassSurface",
|
|
@@ -7231,7 +7231,7 @@
|
|
|
7231
7231
|
{
|
|
7232
7232
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.QueryRootExpression::Type:System.Type",
|
|
7233
7233
|
"clrName": "Type",
|
|
7234
|
-
"tsEmitName": "
|
|
7234
|
+
"tsEmitName": "type",
|
|
7235
7235
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
7236
7236
|
"provenance": "Original",
|
|
7237
7237
|
"emitScope": "ClassSurface",
|
|
@@ -8193,7 +8193,7 @@
|
|
|
8193
8193
|
{
|
|
8194
8194
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.RelationalCollectionShaperExpression::Type:System.Type",
|
|
8195
8195
|
"clrName": "Type",
|
|
8196
|
-
"tsEmitName": "
|
|
8196
|
+
"tsEmitName": "type",
|
|
8197
8197
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
8198
8198
|
"provenance": "Original",
|
|
8199
8199
|
"emitScope": "ClassSurface",
|
|
@@ -8674,7 +8674,7 @@
|
|
|
8674
8674
|
{
|
|
8675
8675
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.RelationalGroupByResultExpression::Type:System.Type",
|
|
8676
8676
|
"clrName": "Type",
|
|
8677
|
-
"tsEmitName": "
|
|
8677
|
+
"tsEmitName": "type",
|
|
8678
8678
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
8679
8679
|
"provenance": "Original",
|
|
8680
8680
|
"emitScope": "ClassSurface",
|
|
@@ -11402,7 +11402,7 @@
|
|
|
11402
11402
|
{
|
|
11403
11403
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.RelationalShapedQueryCompilingExpressionVisitor\u002BShaperProcessingExpressionVisitor::Any(System.Collections.IEnumerable):System.Boolean",
|
|
11404
11404
|
"clrName": "Any",
|
|
11405
|
-
"tsEmitName": "
|
|
11405
|
+
"tsEmitName": "any",
|
|
11406
11406
|
"normalizedSignature": "Any|(System.Collections.IEnumerable):System.Boolean|static=true",
|
|
11407
11407
|
"provenance": "Original",
|
|
11408
11408
|
"emitScope": "ClassSurface",
|
|
@@ -11848,7 +11848,7 @@
|
|
|
11848
11848
|
{
|
|
11849
11849
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.RelationalSplitCollectionShaperExpression::Type:System.Type",
|
|
11850
11850
|
"clrName": "Type",
|
|
11851
|
-
"tsEmitName": "
|
|
11851
|
+
"tsEmitName": "type",
|
|
11852
11852
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
11853
11853
|
"provenance": "Original",
|
|
11854
11854
|
"emitScope": "ClassSurface",
|
|
@@ -13037,7 +13037,7 @@
|
|
|
13037
13037
|
{
|
|
13038
13038
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression::Type:System.Type",
|
|
13039
13039
|
"clrName": "Type",
|
|
13040
|
-
"tsEmitName": "
|
|
13040
|
+
"tsEmitName": "type",
|
|
13041
13041
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
13042
13042
|
"provenance": "Original",
|
|
13043
13043
|
"emitScope": "ClassSurface",
|
|
@@ -13616,7 +13616,7 @@
|
|
|
13616
13616
|
{
|
|
13617
13617
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressionFactory::Case(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.CaseWhenClause,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
13618
13618
|
"clrName": "Case",
|
|
13619
|
-
"tsEmitName": "
|
|
13619
|
+
"tsEmitName": "case",
|
|
13620
13620
|
"normalizedSignature": "Case|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.CaseWhenClause,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
13621
13621
|
"provenance": "Original",
|
|
13622
13622
|
"emitScope": "ClassSurface",
|
|
@@ -13632,7 +13632,7 @@
|
|
|
13632
13632
|
{
|
|
13633
13633
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressionFactory::Case(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.CaseWhenClause,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
13634
13634
|
"clrName": "Case",
|
|
13635
|
-
"tsEmitName": "
|
|
13635
|
+
"tsEmitName": "case",
|
|
13636
13636
|
"normalizedSignature": "Case|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.CaseWhenClause,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
13637
13637
|
"provenance": "Original",
|
|
13638
13638
|
"emitScope": "ClassSurface",
|
|
@@ -13648,7 +13648,7 @@
|
|
|
13648
13648
|
{
|
|
13649
13649
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressionFactory::Function(System.String,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean,System.Collections.Generic.IEnumerable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
13650
13650
|
"clrName": "Function",
|
|
13651
|
-
"tsEmitName": "
|
|
13651
|
+
"tsEmitName": "function",
|
|
13652
13652
|
"normalizedSignature": "Function|(System.String,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean,System.Collections.Generic.IEnumerable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
13653
13653
|
"provenance": "Original",
|
|
13654
13654
|
"emitScope": "ClassSurface",
|
|
@@ -13664,7 +13664,7 @@
|
|
|
13664
13664
|
{
|
|
13665
13665
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressionFactory::Function(System.String,System.String,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean,System.Collections.Generic.IEnumerable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
13666
13666
|
"clrName": "Function",
|
|
13667
|
-
"tsEmitName": "
|
|
13667
|
+
"tsEmitName": "function",
|
|
13668
13668
|
"normalizedSignature": "Function|(System.String,System.String,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean,System.Collections.Generic.IEnumerable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
13669
13669
|
"provenance": "Original",
|
|
13670
13670
|
"emitScope": "ClassSurface",
|
|
@@ -13680,7 +13680,7 @@
|
|
|
13680
13680
|
{
|
|
13681
13681
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressionFactory::Function(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.String,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean,System.Boolean,System.Collections.Generic.IEnumerable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
13682
13682
|
"clrName": "Function",
|
|
13683
|
-
"tsEmitName": "
|
|
13683
|
+
"tsEmitName": "function",
|
|
13684
13684
|
"normalizedSignature": "Function|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.String,System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean,System.Boolean,System.Collections.Generic.IEnumerable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
13685
13685
|
"provenance": "Original",
|
|
13686
13686
|
"emitScope": "ClassSurface",
|
|
@@ -13760,7 +13760,7 @@
|
|
|
13760
13760
|
{
|
|
13761
13761
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressionFactory::In(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
13762
13762
|
"clrName": "In",
|
|
13763
|
-
"tsEmitName": "
|
|
13763
|
+
"tsEmitName": "in",
|
|
13764
13764
|
"normalizedSignature": "In|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
13765
13765
|
"provenance": "Original",
|
|
13766
13766
|
"emitScope": "ClassSurface",
|
|
@@ -13776,7 +13776,7 @@
|
|
|
13776
13776
|
{
|
|
13777
13777
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressionFactory::In(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
13778
13778
|
"clrName": "In",
|
|
13779
|
-
"tsEmitName": "
|
|
13779
|
+
"tsEmitName": "in",
|
|
13780
13780
|
"normalizedSignature": "In|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
13781
13781
|
"provenance": "Original",
|
|
13782
13782
|
"emitScope": "ClassSurface",
|
|
@@ -13792,7 +13792,7 @@
|
|
|
13792
13792
|
{
|
|
13793
13793
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressionFactory::In(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlParameterExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression",
|
|
13794
13794
|
"clrName": "In",
|
|
13795
|
-
"tsEmitName": "
|
|
13795
|
+
"tsEmitName": "in",
|
|
13796
13796
|
"normalizedSignature": "In|(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlParameterExpression):Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression|static=false",
|
|
13797
13797
|
"provenance": "Original",
|
|
13798
13798
|
"emitScope": "ClassSurface",
|
|
@@ -14801,7 +14801,7 @@
|
|
|
14801
14801
|
{
|
|
14802
14802
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.StructuralTypeProjectionExpression::Type:System.Type",
|
|
14803
14803
|
"clrName": "Type",
|
|
14804
|
-
"tsEmitName": "
|
|
14804
|
+
"tsEmitName": "type",
|
|
14805
14805
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
14806
14806
|
"provenance": "Original",
|
|
14807
14807
|
"emitScope": "ClassSurface",
|
|
@@ -15034,7 +15034,7 @@
|
|
|
15034
15034
|
{
|
|
15035
15035
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.StructuralTypeShaperExpression::Type:System.Type",
|
|
15036
15036
|
"clrName": "Type",
|
|
15037
|
-
"tsEmitName": "
|
|
15037
|
+
"tsEmitName": "type",
|
|
15038
15038
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
15039
15039
|
"provenance": "Original",
|
|
15040
15040
|
"emitScope": "ClassSurface",
|
|
@@ -5126,7 +5126,7 @@
|
|
|
5126
5126
|
}
|
|
5127
5127
|
},
|
|
5128
5128
|
{
|
|
5129
|
-
"tsName": "
|
|
5129
|
+
"tsName": "type",
|
|
5130
5130
|
"isStatic": false,
|
|
5131
5131
|
"tsSignatureId": "Type|:System.Type|static=false|accessor=get",
|
|
5132
5132
|
"target": {
|
|
@@ -10335,7 +10335,7 @@
|
|
|
10335
10335
|
}
|
|
10336
10336
|
},
|
|
10337
10337
|
{
|
|
10338
|
-
"tsName": "
|
|
10338
|
+
"tsName": "type",
|
|
10339
10339
|
"isStatic": false,
|
|
10340
10340
|
"tsSignatureId": "Type|:System.Type|static=false|accessor=get",
|
|
10341
10341
|
"target": {
|
|
@@ -11062,7 +11062,7 @@
|
|
|
11062
11062
|
{
|
|
11063
11063
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.Internal.TableValuedFunctionQueryRootExpression::Function:Microsoft.EntityFrameworkCore.Metadata.IStoreFunction",
|
|
11064
11064
|
"clrName": "Function",
|
|
11065
|
-
"tsEmitName": "
|
|
11065
|
+
"tsEmitName": "function",
|
|
11066
11066
|
"metadataToken": 385876810,
|
|
11067
11067
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.IStoreFunction",
|
|
11068
11068
|
"normalizedSignature": "Function|:Microsoft.EntityFrameworkCore.Metadata.IStoreFunction|static=false|accessor=get",
|
|
@@ -11166,7 +11166,7 @@
|
|
|
11166
11166
|
],
|
|
11167
11167
|
"exposedProperties": [
|
|
11168
11168
|
{
|
|
11169
|
-
"tsName": "
|
|
11169
|
+
"tsName": "function",
|
|
11170
11170
|
"isStatic": false,
|
|
11171
11171
|
"tsSignatureId": "Function|:Microsoft.EntityFrameworkCore.Metadata.IStoreFunction|static=false|accessor=get",
|
|
11172
11172
|
"target": {
|
|
@@ -11236,7 +11236,7 @@
|
|
|
11236
11236
|
}
|
|
11237
11237
|
},
|
|
11238
11238
|
{
|
|
11239
|
-
"tsName": "
|
|
11239
|
+
"tsName": "type",
|
|
11240
11240
|
"isStatic": false,
|
|
11241
11241
|
"tsSignatureId": "Type|:System.Type|static=false|accessor=get",
|
|
11242
11242
|
"target": {
|
|
@@ -11686,7 +11686,7 @@
|
|
|
11686
11686
|
}
|
|
11687
11687
|
},
|
|
11688
11688
|
{
|
|
11689
|
-
"tsName": "
|
|
11689
|
+
"tsName": "type",
|
|
11690
11690
|
"isStatic": false,
|
|
11691
11691
|
"tsSignatureId": "Type|:System.Type|static=false|accessor=get",
|
|
11692
11692
|
"target": {
|
|
@@ -59,7 +59,7 @@ export interface IQueryCompiler$instance {
|
|
|
59
59
|
createCompiledQuery<TResult>(query: Expression): Func<QueryContext, TResult>;
|
|
60
60
|
execute<TResult>(query: Expression): TResult;
|
|
61
61
|
executeAsync<TResult>(query: Expression, cancellationToken: CancellationToken): TResult;
|
|
62
|
-
precompileQuery<TResult>(query: Expression,
|
|
62
|
+
precompileQuery<TResult>(query: Expression, async: boolean): Expression<Func<QueryContext, TResult>>;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
|
|
@@ -147,7 +147,7 @@ export interface BufferedDataReader$instance extends DbDataReader {
|
|
|
147
147
|
|
|
148
148
|
export const BufferedDataReader: {
|
|
149
149
|
new(reader: DbDataReader, detailedErrorsEnabled: boolean): BufferedDataReader;
|
|
150
|
-
isSupportedValueType(
|
|
150
|
+
isSupportedValueType(type: Type): boolean;
|
|
151
151
|
};
|
|
152
152
|
|
|
153
153
|
|
|
@@ -742,8 +742,8 @@ export const QueryableMethodNormalizingExpressionVisitor: {
|
|
|
742
742
|
export type QueryableMethodNormalizingExpressionVisitor = QueryableMethodNormalizingExpressionVisitor$instance;
|
|
743
743
|
|
|
744
744
|
export interface QueryCompilationContextFactory$instance {
|
|
745
|
-
create(
|
|
746
|
-
createPrecompiled(
|
|
745
|
+
create(async: boolean): QueryCompilationContext;
|
|
746
|
+
createPrecompiled(async: boolean): QueryCompilationContext;
|
|
747
747
|
}
|
|
748
748
|
|
|
749
749
|
|
|
@@ -762,13 +762,13 @@ export type QueryCompilationContextFactory = QueryCompilationContextFactory$inst
|
|
|
762
762
|
|
|
763
763
|
|
|
764
764
|
export interface QueryCompiler$instance {
|
|
765
|
-
compileQueryCore<TResult>(database: IDatabase, query: Expression, model: IModel,
|
|
765
|
+
compileQueryCore<TResult>(database: IDatabase, query: Expression, model: IModel, async: boolean): Func<QueryContext, TResult>;
|
|
766
766
|
createCompiledAsyncQuery<TResult>(query: Expression): Func<QueryContext, TResult>;
|
|
767
767
|
createCompiledQuery<TResult>(query: Expression): Func<QueryContext, TResult>;
|
|
768
768
|
execute<TResult>(query: Expression): TResult;
|
|
769
769
|
executeAsync<TResult>(query: Expression, cancellationToken?: CancellationToken): TResult;
|
|
770
770
|
extractParameters(query: Expression, parameters: Dictionary<System_Internal.String, unknown>, logger: IDiagnosticsLogger_1<DbLoggerCategory_Query>, compiledQuery?: boolean, generateContextAccessors?: boolean): Expression;
|
|
771
|
-
precompileQuery<TResult>(query: Expression,
|
|
771
|
+
precompileQuery<TResult>(query: Expression, async: boolean): Expression<Func<QueryContext, TResult>>;
|
|
772
772
|
}
|
|
773
773
|
|
|
774
774
|
|
|
@@ -994,8 +994,8 @@ export type RelationalQueryableMethodTranslatingExpressionVisitorFactory = Relat
|
|
|
994
994
|
|
|
995
995
|
|
|
996
996
|
export interface RelationalQueryCompilationContextFactory$instance {
|
|
997
|
-
create(
|
|
998
|
-
createPrecompiled(
|
|
997
|
+
create(async: boolean): QueryCompilationContext;
|
|
998
|
+
createPrecompiled(async: boolean): QueryCompilationContext;
|
|
999
999
|
}
|
|
1000
1000
|
|
|
1001
1001
|
|
|
@@ -1402,7 +1402,7 @@ export type SubqueryMemberPushdownExpressionVisitor = SubqueryMemberPushdownExpr
|
|
|
1402
1402
|
|
|
1403
1403
|
export interface TableValuedFunctionQueryRootExpression$instance extends EntityQueryRootExpression {
|
|
1404
1404
|
readonly arguments: IReadOnlyCollection<Expression>;
|
|
1405
|
-
readonly
|
|
1405
|
+
readonly function: IStoreFunction;
|
|
1406
1406
|
equals(obj: unknown): boolean;
|
|
1407
1407
|
getHashCode(): int;
|
|
1408
1408
|
print(expressionPrinter: ExpressionPrinter): void;
|
|
@@ -7154,7 +7154,7 @@
|
|
|
7154
7154
|
{
|
|
7155
7155
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.Internal.TableValuedFunctionQueryRootExpression::Function:Microsoft.EntityFrameworkCore.Metadata.IStoreFunction",
|
|
7156
7156
|
"clrName": "Function",
|
|
7157
|
-
"tsEmitName": "
|
|
7157
|
+
"tsEmitName": "function",
|
|
7158
7158
|
"normalizedSignature": "Function|:Microsoft.EntityFrameworkCore.Metadata.IStoreFunction|static=false|accessor=get",
|
|
7159
7159
|
"provenance": "Original",
|
|
7160
7160
|
"emitScope": "ClassSurface",
|