@tsonic/efcore 10.0.1 → 10.0.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 +2247 -5
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +30 -5
- package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +1707 -6
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +74 -14
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +4784 -172
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +210 -25
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.ChangeTracking.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Design/bindings.json +1175 -171
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +52 -3
- package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +306 -2
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +15 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +2919 -10
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +28 -3
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +1027 -77
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +53 -17
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +4386 -655
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +229 -23
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/bindings.json +251 -7
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +11 -4
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Internal/bindings.json +754 -2
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +8776 -125
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +174 -27
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +5621 -147
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +255 -33
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +8740 -1109
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +604 -79
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/bindings.json +152 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +15 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.d.ts +1 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/bindings.json +144 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +7 -5
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +16619 -30
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +673 -91
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +2197 -67
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +119 -11
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/bindings.json +1304 -119
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +70 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +4318 -46
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +293 -36
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +102 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Query/bindings.json +17431 -7313
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +721 -85
- package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +3807 -228
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +299 -49
- package/Microsoft.EntityFrameworkCore.Query.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +3589 -953
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +327 -127
- package/Microsoft.EntityFrameworkCore.Query.d.ts +6 -5
- package/Microsoft.EntityFrameworkCore.Scaffolding/bindings.json +125 -3
- package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1160 -9
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +80 -10
- package/Microsoft.EntityFrameworkCore.Storage/bindings.json +5813 -272
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +432 -55
- package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +534 -6
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +50 -7
- package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +2 -1
- package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +570 -2
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +7 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/bindings.json +652 -2
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/bindings.json +663 -16
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +28 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Storage.d.ts +4 -4
- package/Microsoft.EntityFrameworkCore.Update/bindings.json +2027 -340
- package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +89 -8
- package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +1074 -6
- package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +44 -8
- package/Microsoft.EntityFrameworkCore.Update.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Update.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +479 -5
- package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +46 -7
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +262 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +13 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.d.ts +2 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +15 -0
- package/System.Transactions/bindings.json +6 -0
- package/package.json +1 -1
|
@@ -8,7 +8,7 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { IDiagnosticsLogger_1, ISingletonInterceptor } from "../../Microsoft.EntityFrameworkCore.Diagnostics/internal/index.js";
|
|
10
10
|
import type { IAnnotation, ICurrentDbContext } from "../../Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js";
|
|
11
|
-
import type { IComplexType, IEntityType, IModel, INavigation, InstantiationBinding, IProperty, IPropertyBase, IQueryFilter, IServiceProperty, IStoreFunction, ITypeBase } from "../../Microsoft.EntityFrameworkCore.Metadata/internal/index.js";
|
|
11
|
+
import type { IComplexType, IEntityType, IModel, INavigation, InstantiationBinding, IProperty, IPropertyBase, IQueryFilter, IServiceProperty, IStoreFunction, ITypeBase, ParameterBindingInfo } from "../../Microsoft.EntityFrameworkCore.Metadata/internal/index.js";
|
|
12
12
|
import * as Microsoft_EntityFrameworkCore_Query_SqlExpressions_Internal from "../../Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.js";
|
|
13
13
|
import type { ColumnExpression, SelectExpression, SqlExpression, TableExpressionBase } from "../../Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.js";
|
|
14
14
|
import * as Microsoft_EntityFrameworkCore_Query_Internal from "../../Microsoft.EntityFrameworkCore.Query/internal/index.js";
|
|
@@ -16,7 +16,7 @@ import type { EntityQueryRootExpression, EnumerableExpression, ExpressionPrinter
|
|
|
16
16
|
import type { IDatabase, IExecutionStrategy, IRelationalCommandTemplate, MaterializationContext, ReaderColumn, RelationalDataReader } from "../../Microsoft.EntityFrameworkCore.Storage/internal/index.js";
|
|
17
17
|
import type { DbContext, DbLoggerCategory_Query, ParameterTranslationMode, QuerySplittingBehavior } from "../../Microsoft.EntityFrameworkCore/internal/index.js";
|
|
18
18
|
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
19
|
-
import type { Dictionary, IAsyncEnumerable, IAsyncEnumerator, IDictionary, IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator as IEnumerator__System_Collections_Generic, IList, IReadOnlyCollection, IReadOnlyList, List } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
19
|
+
import type { Dictionary, IAsyncEnumerable, IAsyncEnumerator, IDictionary, IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator as IEnumerator__System_Collections_Generic, IList, IReadOnlyCollection, IReadOnlyDictionary, IReadOnlyList, List } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
20
20
|
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
|
|
21
21
|
import type { IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections.js";
|
|
22
22
|
import * as System_ComponentModel_Internal from "@tsonic/dotnet/System.ComponentModel.js";
|
|
@@ -28,7 +28,7 @@ import type { DataTable, IDataReader, IDataRecord } from "@tsonic/dotnet/System.
|
|
|
28
28
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
29
29
|
import type { Action, AsyncCallback, Boolean as ClrBoolean, Byte, Char, DateTime, Decimal, Double, Func, Guid, IAsyncDisposable, IAsyncResult, ICloneable, IDisposable, IEquatable, Int16, Int32, Int64, IntPtr, MulticastDelegate, Nullable, Object as ClrObject, Single, String as ClrString, Type, ValueTuple, ValueType, Void } from "@tsonic/dotnet/System.js";
|
|
30
30
|
import * as System_Linq_Expressions_Internal from "@tsonic/dotnet/System.Linq.Expressions.js";
|
|
31
|
-
import type { Expression, ExpressionType, ExpressionVisitor, LambdaExpression, MethodCallExpression } from "@tsonic/dotnet/System.Linq.Expressions.js";
|
|
31
|
+
import type { BinaryExpression, BlockExpression, CatchBlock, ConditionalExpression, ConstantExpression, DebugInfoExpression, DefaultExpression, DynamicExpression, ElementInit, Expression, ExpressionType, ExpressionVisitor, GotoExpression, IndexExpression, InvocationExpression, LabelExpression, LabelTarget, LambdaExpression, ListInitExpression, LoopExpression, MemberAssignment, MemberExpression, MemberInitExpression, MemberListBinding, MemberMemberBinding, MethodCallExpression, NewArrayExpression, NewExpression, ParameterExpression, RuntimeVariablesExpression, SwitchCase, SwitchExpression, TryExpression, TypeBinaryExpression, UnaryExpression } from "@tsonic/dotnet/System.Linq.Expressions.js";
|
|
32
32
|
import * as System_Linq_Internal from "@tsonic/dotnet/System.Linq.js";
|
|
33
33
|
import type { IGrouping, IOrderedQueryable, IQueryable, IQueryProvider } from "@tsonic/dotnet/System.Linq.js";
|
|
34
34
|
import type { MethodInfo } from "@tsonic/dotnet/System.Reflection.js";
|
|
@@ -101,7 +101,12 @@ export const QueryableJsonProjectionInfo: {
|
|
|
101
101
|
|
|
102
102
|
export type QueryableJsonProjectionInfo = QueryableJsonProjectionInfo$instance;
|
|
103
103
|
|
|
104
|
-
export
|
|
104
|
+
export abstract class BufferedDataReader$protected {
|
|
105
|
+
protected Dispose(disposing: boolean): void;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
export interface BufferedDataReader$instance extends BufferedDataReader$protected, DbDataReader {
|
|
105
110
|
readonly Depth: int;
|
|
106
111
|
readonly FieldCount: int;
|
|
107
112
|
readonly HasRows: boolean;
|
|
@@ -172,7 +177,12 @@ export interface ByteArraySequenceEqualTranslator$instance extends Microsoft_Ent
|
|
|
172
177
|
export type ByteArraySequenceEqualTranslator = ByteArraySequenceEqualTranslator$instance & __ByteArraySequenceEqualTranslator$views;
|
|
173
178
|
|
|
174
179
|
|
|
175
|
-
export
|
|
180
|
+
export abstract class CallForwardingExpressionVisitor$protected {
|
|
181
|
+
protected VisitMethodCall(methodCallExpression: MethodCallExpression): Expression;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
export interface CallForwardingExpressionVisitor$instance extends CallForwardingExpressionVisitor$protected, ExpressionVisitor {
|
|
176
186
|
}
|
|
177
187
|
|
|
178
188
|
|
|
@@ -221,7 +231,13 @@ export interface ComparisonTranslator$instance extends Microsoft_EntityFramework
|
|
|
221
231
|
export type ComparisonTranslator = ComparisonTranslator$instance & __ComparisonTranslator$views;
|
|
222
232
|
|
|
223
233
|
|
|
224
|
-
export
|
|
234
|
+
export abstract class CompiledAsyncEnumerableQuery_2$protected<TContext extends DbContext, TResult> {
|
|
235
|
+
protected CreateCompiledQuery2(queryCompiler: IQueryCompiler, expression: Expression): Func<QueryContext, IAsyncEnumerable<TResult>>;
|
|
236
|
+
protected abstract CreateCompiledQuery(queryCompiler: IQueryCompiler, expression: Expression): Func<QueryContext, TResult>;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
export interface CompiledAsyncEnumerableQuery_2$instance<TContext extends DbContext, TResult> extends CompiledAsyncEnumerableQuery_2$protected<TContext, TResult>, CompiledQueryBase_2<TContext, IAsyncEnumerable<TResult>> {
|
|
225
241
|
Execute(context: TContext): IAsyncEnumerable<TResult>;
|
|
226
242
|
Execute<TParam1>(context: TContext, param1: TParam1): IAsyncEnumerable<TResult>;
|
|
227
243
|
Execute<TParam1, TParam2>(context: TContext, param1: TParam1, param2: TParam2): IAsyncEnumerable<TResult>;
|
|
@@ -248,7 +264,13 @@ export const CompiledAsyncEnumerableQuery_2: {
|
|
|
248
264
|
|
|
249
265
|
export type CompiledAsyncEnumerableQuery_2<TContext extends DbContext, TResult> = CompiledAsyncEnumerableQuery_2$instance<TContext, TResult>;
|
|
250
266
|
|
|
251
|
-
export
|
|
267
|
+
export abstract class CompiledAsyncTaskQuery_2$protected<TContext extends DbContext, TResult> {
|
|
268
|
+
protected CreateCompiledQuery2(queryCompiler: IQueryCompiler, expression: Expression): Func<QueryContext, Task<TResult>>;
|
|
269
|
+
protected abstract CreateCompiledQuery(queryCompiler: IQueryCompiler, expression: Expression): Func<QueryContext, TResult>;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
export interface CompiledAsyncTaskQuery_2$instance<TContext extends DbContext, TResult> extends CompiledAsyncTaskQuery_2$protected<TContext, TResult>, CompiledQueryBase_2<TContext, Task<TResult>> {
|
|
252
274
|
ExecuteAsync(context: TContext): Task<TResult>;
|
|
253
275
|
ExecuteAsync(context: TContext, cancellationToken: CancellationToken): Task<TResult>;
|
|
254
276
|
ExecuteAsync<TParam1>(context: TContext, param1: TParam1): Task<TResult>;
|
|
@@ -290,7 +312,13 @@ export const CompiledAsyncTaskQuery_2: {
|
|
|
290
312
|
|
|
291
313
|
export type CompiledAsyncTaskQuery_2<TContext extends DbContext, TResult> = CompiledAsyncTaskQuery_2$instance<TContext, TResult>;
|
|
292
314
|
|
|
293
|
-
export
|
|
315
|
+
export abstract class CompiledQuery_2$protected<TContext extends DbContext, TResult> {
|
|
316
|
+
protected CreateCompiledQuery2(queryCompiler: IQueryCompiler, expression: Expression): Func<QueryContext, TResult>;
|
|
317
|
+
protected abstract CreateCompiledQuery(queryCompiler: IQueryCompiler, expression: Expression): Func<QueryContext, TResult>;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
export interface CompiledQuery_2$instance<TContext extends DbContext, TResult> extends CompiledQuery_2$protected<TContext, TResult>, CompiledQueryBase_2<TContext, TResult> {
|
|
294
322
|
Execute(context: TContext): TResult;
|
|
295
323
|
Execute<TParam1>(context: TContext, param1: TParam1): TResult;
|
|
296
324
|
Execute<TParam1, TParam2>(context: TContext, param1: TParam1, param2: TParam2): TResult;
|
|
@@ -317,11 +345,19 @@ export const CompiledQuery_2: {
|
|
|
317
345
|
|
|
318
346
|
export type CompiledQuery_2<TContext extends DbContext, TResult> = CompiledQuery_2$instance<TContext, TResult>;
|
|
319
347
|
|
|
320
|
-
export
|
|
348
|
+
export abstract class CompiledQueryBase_2$protected<TContext extends DbContext, TResult> {
|
|
349
|
+
protected abstract CreateCompiledQuery(queryCompiler: IQueryCompiler, expression: Expression): Func<QueryContext, TResult>;
|
|
350
|
+
protected ExecuteCore(context: TContext, ...parameters: unknown[]): TResult;
|
|
351
|
+
protected ExecuteCore(context: TContext, cancellationToken: CancellationToken, ...parameters: unknown[]): TResult;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
export interface CompiledQueryBase_2$instance<TContext extends DbContext, TResult> extends CompiledQueryBase_2$protected<TContext, TResult> {
|
|
321
356
|
}
|
|
322
357
|
|
|
323
358
|
|
|
324
359
|
export const CompiledQueryBase_2: {
|
|
360
|
+
new<TContext extends DbContext, TResult>(queryExpression: LambdaExpression): CompiledQueryBase_2<TContext, TResult>;
|
|
325
361
|
};
|
|
326
362
|
|
|
327
363
|
|
|
@@ -444,7 +480,43 @@ export interface EqualsTranslator$instance extends Microsoft_EntityFrameworkCore
|
|
|
444
480
|
export type EqualsTranslator = EqualsTranslator$instance & __EqualsTranslator$views;
|
|
445
481
|
|
|
446
482
|
|
|
447
|
-
export
|
|
483
|
+
export abstract class ExpressionTreeFuncletizer$protected {
|
|
484
|
+
protected VisitBinary(binary: BinaryExpression): Expression;
|
|
485
|
+
protected VisitBlock(node: BlockExpression): Expression;
|
|
486
|
+
protected VisitCatchBlock(node: CatchBlock): CatchBlock;
|
|
487
|
+
protected VisitConditional(conditional: ConditionalExpression): Expression;
|
|
488
|
+
protected VisitConstant(constant: ConstantExpression): Expression;
|
|
489
|
+
protected VisitDebugInfo(node: DebugInfoExpression): Expression;
|
|
490
|
+
protected VisitDefault(node: DefaultExpression): Expression;
|
|
491
|
+
protected VisitDynamic(node: DynamicExpression): Expression;
|
|
492
|
+
protected VisitElementInit(node: ElementInit): ElementInit;
|
|
493
|
+
protected VisitExtension(extension: Expression): Expression;
|
|
494
|
+
protected VisitGoto(node: GotoExpression): Expression;
|
|
495
|
+
protected VisitIndex(index: IndexExpression): Expression;
|
|
496
|
+
protected VisitInvocation(invocation: InvocationExpression): Expression;
|
|
497
|
+
protected VisitLabel(node: LabelExpression): Expression;
|
|
498
|
+
protected VisitLabelTarget(node: LabelTarget): LabelTarget;
|
|
499
|
+
protected VisitLambda<T>(lambda: Expression<T>): Expression;
|
|
500
|
+
protected VisitListInit(listInit: ListInitExpression): Expression;
|
|
501
|
+
protected VisitLoop(node: LoopExpression): Expression;
|
|
502
|
+
protected VisitMember(member: MemberExpression): Expression;
|
|
503
|
+
protected VisitMemberInit(memberInit: MemberInitExpression): Expression;
|
|
504
|
+
protected VisitMemberListBinding(node: MemberListBinding): MemberListBinding;
|
|
505
|
+
protected VisitMemberMemberBinding(node: MemberMemberBinding): MemberMemberBinding;
|
|
506
|
+
protected VisitMethodCall(methodCall: MethodCallExpression): Expression;
|
|
507
|
+
protected VisitNew(new_: NewExpression): Expression;
|
|
508
|
+
protected VisitNewArray(newArray: NewArrayExpression): Expression;
|
|
509
|
+
protected VisitParameter(parameterExpression: ParameterExpression): Expression;
|
|
510
|
+
protected VisitRuntimeVariables(node: RuntimeVariablesExpression): Expression;
|
|
511
|
+
protected VisitSwitch(node: SwitchExpression): Expression;
|
|
512
|
+
protected VisitSwitchCase(node: SwitchCase): SwitchCase;
|
|
513
|
+
protected VisitTry(node: TryExpression): Expression;
|
|
514
|
+
protected VisitTypeBinary(typeBinary: TypeBinaryExpression): Expression;
|
|
515
|
+
protected VisitUnary(unary: UnaryExpression): Expression;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
export interface ExpressionTreeFuncletizer$instance extends ExpressionTreeFuncletizer$protected, ExpressionVisitor {
|
|
448
520
|
CalculatePathsToEvaluatableRoots(linqOperatorMethodCall: MethodCallExpression, argumentIndex: int): ExpressionTreeFuncletizer_PathNode | undefined;
|
|
449
521
|
CalculatePathsToEvaluatableRoots(expression: Expression): ExpressionTreeFuncletizer_PathNode | undefined;
|
|
450
522
|
ExtractParameters(expression: Expression, parameters: Dictionary<System_Internal.String, unknown>, parameterize: boolean, clearParameterizedValues: boolean): Expression;
|
|
@@ -506,13 +578,18 @@ export interface __FromSqlQueryingEnumerable_1$views<T> {
|
|
|
506
578
|
export type FromSqlQueryingEnumerable_1<T> = FromSqlQueryingEnumerable_1$instance<T> & __FromSqlQueryingEnumerable_1$views<T>;
|
|
507
579
|
|
|
508
580
|
|
|
509
|
-
export
|
|
581
|
+
export abstract class FromSqlQueryRootExpression$protected {
|
|
582
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
583
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
export interface FromSqlQueryRootExpression$instance extends FromSqlQueryRootExpression$protected, EntityQueryRootExpression {
|
|
510
588
|
readonly Argument: Expression;
|
|
511
589
|
readonly Sql: string;
|
|
512
590
|
DetachQueryProvider(): Expression;
|
|
513
591
|
Equals(obj: unknown): boolean;
|
|
514
592
|
GetHashCode(): int;
|
|
515
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
516
593
|
UpdateEntityType(entityType: IEntityType): EntityQueryRootExpression;
|
|
517
594
|
}
|
|
518
595
|
|
|
@@ -591,7 +668,12 @@ export interface __GroupBySplitQueryingEnumerable_2$views<TKey, TElement> {
|
|
|
591
668
|
export type GroupBySplitQueryingEnumerable_2<TKey, TElement> = GroupBySplitQueryingEnumerable_2$instance<TKey, TElement> & __GroupBySplitQueryingEnumerable_2$views<TKey, TElement>;
|
|
592
669
|
|
|
593
670
|
|
|
594
|
-
export
|
|
671
|
+
export abstract class InvocationExpressionRemovingExpressionVisitor$protected {
|
|
672
|
+
protected VisitInvocation(invocationExpression: InvocationExpression): Expression;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
export interface InvocationExpressionRemovingExpressionVisitor$instance extends InvocationExpressionRemovingExpressionVisitor$protected, ExpressionVisitor {
|
|
595
677
|
}
|
|
596
678
|
|
|
597
679
|
|
|
@@ -621,7 +703,15 @@ export interface LikeTranslator$instance extends Microsoft_EntityFrameworkCore_Q
|
|
|
621
703
|
export type LikeTranslator = LikeTranslator$instance & __LikeTranslator$views;
|
|
622
704
|
|
|
623
705
|
|
|
624
|
-
export
|
|
706
|
+
export abstract class NavigationExpandingExpressionVisitor$protected {
|
|
707
|
+
protected VisitExtension(extensionExpression: Expression): Expression;
|
|
708
|
+
protected VisitMember(memberExpression: MemberExpression): Expression;
|
|
709
|
+
protected VisitMethodCall(methodCallExpression: MethodCallExpression): Expression;
|
|
710
|
+
protected VisitUnary(unaryExpression: UnaryExpression): Expression;
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
export interface NavigationExpandingExpressionVisitor$instance extends NavigationExpandingExpressionVisitor$protected, ExpressionVisitor {
|
|
625
715
|
Expand(query: Expression): Expression;
|
|
626
716
|
}
|
|
627
717
|
|
|
@@ -653,7 +743,13 @@ export interface NullAsyncQueryProvider$instance extends Microsoft_EntityFramewo
|
|
|
653
743
|
export type NullAsyncQueryProvider = NullAsyncQueryProvider$instance & __NullAsyncQueryProvider$views;
|
|
654
744
|
|
|
655
745
|
|
|
656
|
-
export
|
|
746
|
+
export abstract class NullCheckRemovingExpressionVisitor$protected {
|
|
747
|
+
protected VisitBinary(binaryExpression: BinaryExpression): Expression;
|
|
748
|
+
protected VisitConditional(conditionalExpression: ConditionalExpression): Expression;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
export interface NullCheckRemovingExpressionVisitor$instance extends NullCheckRemovingExpressionVisitor$protected, ExpressionVisitor {
|
|
657
753
|
}
|
|
658
754
|
|
|
659
755
|
|
|
@@ -729,7 +825,13 @@ export interface QueryableAggregateMethodTranslator$instance extends Microsoft_E
|
|
|
729
825
|
export type QueryableAggregateMethodTranslator = QueryableAggregateMethodTranslator$instance & __QueryableAggregateMethodTranslator$views;
|
|
730
826
|
|
|
731
827
|
|
|
732
|
-
export
|
|
828
|
+
export abstract class QueryableMethodNormalizingExpressionVisitor$protected {
|
|
829
|
+
protected VisitBinary(binaryExpression: BinaryExpression): Expression;
|
|
830
|
+
protected VisitMethodCall(methodCallExpression: MethodCallExpression): Expression;
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
|
|
834
|
+
export interface QueryableMethodNormalizingExpressionVisitor$instance extends QueryableMethodNormalizingExpressionVisitor$protected, ExpressionVisitor {
|
|
733
835
|
Normalize(expression: Expression): Expression;
|
|
734
836
|
}
|
|
735
837
|
|
|
@@ -741,7 +843,12 @@ export const QueryableMethodNormalizingExpressionVisitor: {
|
|
|
741
843
|
|
|
742
844
|
export type QueryableMethodNormalizingExpressionVisitor = QueryableMethodNormalizingExpressionVisitor$instance;
|
|
743
845
|
|
|
744
|
-
export
|
|
846
|
+
export abstract class QueryCompilationContextFactory$protected {
|
|
847
|
+
protected readonly Dependencies: QueryCompilationContextDependencies;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
export interface QueryCompilationContextFactory$instance extends QueryCompilationContextFactory$protected {
|
|
745
852
|
Create(async: boolean): QueryCompilationContext;
|
|
746
853
|
CreatePrecompiled(async: boolean): QueryCompilationContext;
|
|
747
854
|
}
|
|
@@ -823,7 +930,21 @@ export const QueryFiltersCacheKey: {
|
|
|
823
930
|
|
|
824
931
|
export type QueryFiltersCacheKey = QueryFiltersCacheKey$instance;
|
|
825
932
|
|
|
826
|
-
export
|
|
933
|
+
export abstract class QueryOptimizingExpressionVisitor$protected {
|
|
934
|
+
protected VisitBinary(binaryExpression: BinaryExpression): Expression;
|
|
935
|
+
protected VisitConditional(conditionalExpression: ConditionalExpression): Expression;
|
|
936
|
+
protected VisitElementInit(elementInit: ElementInit): ElementInit;
|
|
937
|
+
protected VisitLambda<T>(lambdaExpression: Expression<T>): Expression;
|
|
938
|
+
protected VisitMember(memberExpression: MemberExpression): Expression;
|
|
939
|
+
protected VisitMemberAssignment(memberAssignment: MemberAssignment): MemberAssignment;
|
|
940
|
+
protected VisitMethodCall(methodCallExpression: MethodCallExpression): Expression;
|
|
941
|
+
protected VisitNew(newExpression: NewExpression): Expression;
|
|
942
|
+
protected VisitNewArray(newArrayExpression: NewArrayExpression): Expression;
|
|
943
|
+
protected VisitUnary(unaryExpression: UnaryExpression): Expression;
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
export interface QueryOptimizingExpressionVisitor$instance extends QueryOptimizingExpressionVisitor$protected, ExpressionVisitor {
|
|
827
948
|
}
|
|
828
949
|
|
|
829
950
|
|
|
@@ -834,7 +955,12 @@ export const QueryOptimizingExpressionVisitor: {
|
|
|
834
955
|
|
|
835
956
|
export type QueryOptimizingExpressionVisitor = QueryOptimizingExpressionVisitor$instance;
|
|
836
957
|
|
|
837
|
-
export
|
|
958
|
+
export abstract class QuerySqlGeneratorFactory$protected {
|
|
959
|
+
protected readonly Dependencies: QuerySqlGeneratorDependencies;
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
|
|
963
|
+
export interface QuerySqlGeneratorFactory$instance extends QuerySqlGeneratorFactory$protected {
|
|
838
964
|
Create(): QuerySqlGenerator;
|
|
839
965
|
}
|
|
840
966
|
|
|
@@ -853,7 +979,12 @@ export interface QuerySqlGeneratorFactory$instance extends Microsoft_EntityFrame
|
|
|
853
979
|
export type QuerySqlGeneratorFactory = QuerySqlGeneratorFactory$instance & __QuerySqlGeneratorFactory$views;
|
|
854
980
|
|
|
855
981
|
|
|
856
|
-
export
|
|
982
|
+
export abstract class QueryTranslationPostprocessorFactory$protected {
|
|
983
|
+
protected readonly Dependencies: QueryTranslationPostprocessorDependencies;
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
export interface QueryTranslationPostprocessorFactory$instance extends QueryTranslationPostprocessorFactory$protected {
|
|
857
988
|
Create(queryCompilationContext: QueryCompilationContext): QueryTranslationPostprocessor;
|
|
858
989
|
}
|
|
859
990
|
|
|
@@ -872,7 +1003,12 @@ export interface QueryTranslationPostprocessorFactory$instance extends Microsoft
|
|
|
872
1003
|
export type QueryTranslationPostprocessorFactory = QueryTranslationPostprocessorFactory$instance & __QueryTranslationPostprocessorFactory$views;
|
|
873
1004
|
|
|
874
1005
|
|
|
875
|
-
export
|
|
1006
|
+
export abstract class QueryTranslationPreprocessorFactory$protected {
|
|
1007
|
+
protected readonly Dependencies: QueryTranslationPreprocessorDependencies;
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
|
|
1011
|
+
export interface QueryTranslationPreprocessorFactory$instance extends QueryTranslationPreprocessorFactory$protected {
|
|
876
1012
|
Create(queryCompilationContext: QueryCompilationContext): QueryTranslationPreprocessor;
|
|
877
1013
|
}
|
|
878
1014
|
|
|
@@ -929,7 +1065,12 @@ export interface RelationalCommandCache$instance extends Microsoft_EntityFramewo
|
|
|
929
1065
|
export type RelationalCommandCache = RelationalCommandCache$instance & __RelationalCommandCache$views;
|
|
930
1066
|
|
|
931
1067
|
|
|
932
|
-
export
|
|
1068
|
+
export abstract class RelationalParameterBasedSqlProcessorFactory$protected {
|
|
1069
|
+
protected readonly Dependencies: RelationalParameterBasedSqlProcessorDependencies;
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
|
|
1073
|
+
export interface RelationalParameterBasedSqlProcessorFactory$instance extends RelationalParameterBasedSqlProcessorFactory$protected {
|
|
933
1074
|
Create(parameters: RelationalParameterBasedSqlProcessorParameters): RelationalParameterBasedSqlProcessor;
|
|
934
1075
|
}
|
|
935
1076
|
|
|
@@ -948,7 +1089,13 @@ export interface RelationalParameterBasedSqlProcessorFactory$instance extends Mi
|
|
|
948
1089
|
export type RelationalParameterBasedSqlProcessorFactory = RelationalParameterBasedSqlProcessorFactory$instance & __RelationalParameterBasedSqlProcessorFactory$views;
|
|
949
1090
|
|
|
950
1091
|
|
|
951
|
-
export
|
|
1092
|
+
export abstract class RelationalParameterProcessor$protected {
|
|
1093
|
+
protected readonly Dependencies: RelationalParameterBasedSqlProcessorDependencies;
|
|
1094
|
+
protected VisitExtension(expression: Expression): Expression;
|
|
1095
|
+
}
|
|
1096
|
+
|
|
1097
|
+
|
|
1098
|
+
export interface RelationalParameterProcessor$instance extends RelationalParameterProcessor$protected, ExpressionVisitor {
|
|
952
1099
|
Expand(queryExpression: Expression, parametersDecorator: ParametersCacheDecorator): Expression;
|
|
953
1100
|
}
|
|
954
1101
|
|
|
@@ -960,7 +1107,22 @@ export const RelationalParameterProcessor: {
|
|
|
960
1107
|
|
|
961
1108
|
export type RelationalParameterProcessor = RelationalParameterProcessor$instance;
|
|
962
1109
|
|
|
963
|
-
export
|
|
1110
|
+
export abstract class RelationalProjectionBindingExpressionVisitor$protected {
|
|
1111
|
+
protected VisitBinary(binaryExpression: BinaryExpression): Expression;
|
|
1112
|
+
protected VisitConditional(conditionalExpression: ConditionalExpression): Expression;
|
|
1113
|
+
protected VisitElementInit(elementInit: ElementInit): ElementInit;
|
|
1114
|
+
protected VisitExtension(extensionExpression: Expression): Expression;
|
|
1115
|
+
protected VisitMember(memberExpression: MemberExpression): Expression;
|
|
1116
|
+
protected VisitMemberAssignment(memberAssignment: MemberAssignment): MemberAssignment;
|
|
1117
|
+
protected VisitMemberInit(memberInitExpression: MemberInitExpression): Expression;
|
|
1118
|
+
protected VisitMethodCall(methodCallExpression: MethodCallExpression): Expression;
|
|
1119
|
+
protected VisitNew(newExpression: NewExpression): Expression;
|
|
1120
|
+
protected VisitNewArray(newArrayExpression: NewArrayExpression): Expression;
|
|
1121
|
+
protected VisitUnary(unaryExpression: UnaryExpression): Expression;
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1124
|
+
|
|
1125
|
+
export interface RelationalProjectionBindingExpressionVisitor$instance extends RelationalProjectionBindingExpressionVisitor$protected, ExpressionVisitor {
|
|
964
1126
|
Translate(selectExpression: SelectExpression, expression: Expression): Expression;
|
|
965
1127
|
Visit(expression: Expression): Expression | undefined;
|
|
966
1128
|
}
|
|
@@ -974,7 +1136,13 @@ export const RelationalProjectionBindingExpressionVisitor: {
|
|
|
974
1136
|
|
|
975
1137
|
export type RelationalProjectionBindingExpressionVisitor = RelationalProjectionBindingExpressionVisitor$instance;
|
|
976
1138
|
|
|
977
|
-
export
|
|
1139
|
+
export abstract class RelationalQueryableMethodTranslatingExpressionVisitorFactory$protected {
|
|
1140
|
+
protected readonly Dependencies: QueryableMethodTranslatingExpressionVisitorDependencies;
|
|
1141
|
+
protected readonly RelationalDependencies: RelationalQueryableMethodTranslatingExpressionVisitorDependencies;
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
|
|
1145
|
+
export interface RelationalQueryableMethodTranslatingExpressionVisitorFactory$instance extends RelationalQueryableMethodTranslatingExpressionVisitorFactory$protected {
|
|
978
1146
|
Create(queryCompilationContext: QueryCompilationContext): QueryableMethodTranslatingExpressionVisitor;
|
|
979
1147
|
}
|
|
980
1148
|
|
|
@@ -993,7 +1161,13 @@ export interface RelationalQueryableMethodTranslatingExpressionVisitorFactory$in
|
|
|
993
1161
|
export type RelationalQueryableMethodTranslatingExpressionVisitorFactory = RelationalQueryableMethodTranslatingExpressionVisitorFactory$instance & __RelationalQueryableMethodTranslatingExpressionVisitorFactory$views;
|
|
994
1162
|
|
|
995
1163
|
|
|
996
|
-
export
|
|
1164
|
+
export abstract class RelationalQueryCompilationContextFactory$protected {
|
|
1165
|
+
protected readonly Dependencies: QueryCompilationContextDependencies;
|
|
1166
|
+
protected readonly RelationalDependencies: RelationalQueryCompilationContextDependencies;
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1169
|
+
|
|
1170
|
+
export interface RelationalQueryCompilationContextFactory$instance extends RelationalQueryCompilationContextFactory$protected {
|
|
997
1171
|
Create(async: boolean): QueryCompilationContext;
|
|
998
1172
|
CreatePrecompiled(async: boolean): QueryCompilationContext;
|
|
999
1173
|
}
|
|
@@ -1013,7 +1187,13 @@ export interface RelationalQueryCompilationContextFactory$instance extends Micro
|
|
|
1013
1187
|
export type RelationalQueryCompilationContextFactory = RelationalQueryCompilationContextFactory$instance & __RelationalQueryCompilationContextFactory$views;
|
|
1014
1188
|
|
|
1015
1189
|
|
|
1016
|
-
export
|
|
1190
|
+
export abstract class RelationalQueryContextFactory$protected {
|
|
1191
|
+
protected readonly Dependencies: QueryContextDependencies;
|
|
1192
|
+
protected readonly RelationalDependencies: RelationalQueryContextDependencies;
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
export interface RelationalQueryContextFactory$instance extends RelationalQueryContextFactory$protected {
|
|
1017
1197
|
Create(): QueryContext;
|
|
1018
1198
|
}
|
|
1019
1199
|
|
|
@@ -1032,7 +1212,12 @@ export interface RelationalQueryContextFactory$instance extends Microsoft_Entity
|
|
|
1032
1212
|
export type RelationalQueryContextFactory = RelationalQueryContextFactory$instance & __RelationalQueryContextFactory$views;
|
|
1033
1213
|
|
|
1034
1214
|
|
|
1035
|
-
export
|
|
1215
|
+
export abstract class RelationalQueryMetadataExtractingExpressionVisitor$protected {
|
|
1216
|
+
protected VisitMethodCall(methodCallExpression: MethodCallExpression): Expression;
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
|
|
1220
|
+
export interface RelationalQueryMetadataExtractingExpressionVisitor$instance extends RelationalQueryMetadataExtractingExpressionVisitor$protected, ExpressionVisitor {
|
|
1036
1221
|
}
|
|
1037
1222
|
|
|
1038
1223
|
|
|
@@ -1062,7 +1247,13 @@ export interface RelationalQueryStringFactory$instance extends Microsoft_EntityF
|
|
|
1062
1247
|
export type RelationalQueryStringFactory = RelationalQueryStringFactory$instance & __RelationalQueryStringFactory$views;
|
|
1063
1248
|
|
|
1064
1249
|
|
|
1065
|
-
export
|
|
1250
|
+
export abstract class RelationalQueryTranslationPostprocessorFactory$protected {
|
|
1251
|
+
protected readonly Dependencies: QueryTranslationPostprocessorDependencies;
|
|
1252
|
+
protected readonly RelationalDependencies: RelationalQueryTranslationPostprocessorDependencies;
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
|
|
1256
|
+
export interface RelationalQueryTranslationPostprocessorFactory$instance extends RelationalQueryTranslationPostprocessorFactory$protected {
|
|
1066
1257
|
Create(queryCompilationContext: QueryCompilationContext): QueryTranslationPostprocessor;
|
|
1067
1258
|
}
|
|
1068
1259
|
|
|
@@ -1081,7 +1272,13 @@ export interface RelationalQueryTranslationPostprocessorFactory$instance extends
|
|
|
1081
1272
|
export type RelationalQueryTranslationPostprocessorFactory = RelationalQueryTranslationPostprocessorFactory$instance & __RelationalQueryTranslationPostprocessorFactory$views;
|
|
1082
1273
|
|
|
1083
1274
|
|
|
1084
|
-
export
|
|
1275
|
+
export abstract class RelationalQueryTranslationPreprocessorFactory$protected {
|
|
1276
|
+
protected readonly Dependencies: QueryTranslationPreprocessorDependencies;
|
|
1277
|
+
protected readonly RelationalDependencies: RelationalQueryTranslationPreprocessorDependencies;
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
|
|
1281
|
+
export interface RelationalQueryTranslationPreprocessorFactory$instance extends RelationalQueryTranslationPreprocessorFactory$protected {
|
|
1085
1282
|
Create(queryCompilationContext: QueryCompilationContext): QueryTranslationPreprocessor;
|
|
1086
1283
|
}
|
|
1087
1284
|
|
|
@@ -1100,7 +1297,13 @@ export interface RelationalQueryTranslationPreprocessorFactory$instance extends
|
|
|
1100
1297
|
export type RelationalQueryTranslationPreprocessorFactory = RelationalQueryTranslationPreprocessorFactory$instance & __RelationalQueryTranslationPreprocessorFactory$views;
|
|
1101
1298
|
|
|
1102
1299
|
|
|
1103
|
-
export
|
|
1300
|
+
export abstract class RelationalShapedQueryCompilingExpressionVisitorFactory$protected {
|
|
1301
|
+
protected readonly Dependencies: ShapedQueryCompilingExpressionVisitorDependencies;
|
|
1302
|
+
protected readonly RelationalDependencies: RelationalShapedQueryCompilingExpressionVisitorDependencies;
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1305
|
+
|
|
1306
|
+
export interface RelationalShapedQueryCompilingExpressionVisitorFactory$instance extends RelationalShapedQueryCompilingExpressionVisitorFactory$protected {
|
|
1104
1307
|
Create(queryCompilationContext: QueryCompilationContext): ShapedQueryCompilingExpressionVisitor;
|
|
1105
1308
|
}
|
|
1106
1309
|
|
|
@@ -1119,7 +1322,12 @@ export interface RelationalShapedQueryCompilingExpressionVisitorFactory$instance
|
|
|
1119
1322
|
export type RelationalShapedQueryCompilingExpressionVisitorFactory = RelationalShapedQueryCompilingExpressionVisitorFactory$instance & __RelationalShapedQueryCompilingExpressionVisitorFactory$views;
|
|
1120
1323
|
|
|
1121
1324
|
|
|
1122
|
-
export
|
|
1325
|
+
export abstract class RelationalStructuralTypeMaterializerSource$protected {
|
|
1326
|
+
protected ReadComplexTypeDirectly(complexType: IComplexType): boolean;
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
|
|
1330
|
+
export interface RelationalStructuralTypeMaterializerSource$instance extends RelationalStructuralTypeMaterializerSource$protected, StructuralTypeMaterializerSource$instance {
|
|
1123
1331
|
CreateMaterializeExpression(parameters: StructuralTypeMaterializerSourceParameters, materializationContextExpression: Expression): Expression;
|
|
1124
1332
|
GetMaterializer(entityType: IEntityType): Func<MaterializationContext, unknown>;
|
|
1125
1333
|
GetMaterializer(complexType: IComplexType): Func<MaterializationContext, unknown>;
|
|
@@ -1138,7 +1346,12 @@ export interface __RelationalStructuralTypeMaterializerSource$views {
|
|
|
1138
1346
|
export type RelationalStructuralTypeMaterializerSource = RelationalStructuralTypeMaterializerSource$instance & __RelationalStructuralTypeMaterializerSource$views;
|
|
1139
1347
|
|
|
1140
1348
|
|
|
1141
|
-
export
|
|
1349
|
+
export abstract class RelationalValueConverterCompensatingExpressionVisitor$protected {
|
|
1350
|
+
protected VisitExtension(extensionExpression: Expression): Expression;
|
|
1351
|
+
}
|
|
1352
|
+
|
|
1353
|
+
|
|
1354
|
+
export interface RelationalValueConverterCompensatingExpressionVisitor$instance extends RelationalValueConverterCompensatingExpressionVisitor$protected, ExpressionVisitor {
|
|
1142
1355
|
}
|
|
1143
1356
|
|
|
1144
1357
|
|
|
@@ -1161,7 +1374,12 @@ export const ResultContext: {
|
|
|
1161
1374
|
|
|
1162
1375
|
export type ResultContext = ResultContext$instance;
|
|
1163
1376
|
|
|
1164
|
-
export
|
|
1377
|
+
export abstract class SelectExpressionProjectionApplyingExpressionVisitor$protected {
|
|
1378
|
+
protected VisitExtension(extensionExpression: Expression): Expression;
|
|
1379
|
+
}
|
|
1380
|
+
|
|
1381
|
+
|
|
1382
|
+
export interface SelectExpressionProjectionApplyingExpressionVisitor$instance extends SelectExpressionProjectionApplyingExpressionVisitor$protected, ExpressionVisitor {
|
|
1165
1383
|
}
|
|
1166
1384
|
|
|
1167
1385
|
|
|
@@ -1178,7 +1396,8 @@ export interface SingleQueryCollectionContext$instance {
|
|
|
1178
1396
|
readonly Parent: unknown | undefined;
|
|
1179
1397
|
readonly ParentIdentifier: unknown[];
|
|
1180
1398
|
readonly ResultContext: ResultContext;
|
|
1181
|
-
|
|
1399
|
+
get SelfIdentifier(): unknown[] | undefined;
|
|
1400
|
+
set SelfIdentifier(value: unknown[]);
|
|
1182
1401
|
UpdateSelfIdentifier(selfIdentifier: unknown[]): void;
|
|
1183
1402
|
}
|
|
1184
1403
|
|
|
@@ -1293,7 +1512,12 @@ export const SplitQueryResultCoordinator: {
|
|
|
1293
1512
|
|
|
1294
1513
|
export type SplitQueryResultCoordinator = SplitQueryResultCoordinator$instance;
|
|
1295
1514
|
|
|
1296
|
-
export
|
|
1515
|
+
export abstract class SqlExpressionSimplifyingExpressionVisitor$protected {
|
|
1516
|
+
protected VisitExtension(extensionExpression: Expression): Expression;
|
|
1517
|
+
}
|
|
1518
|
+
|
|
1519
|
+
|
|
1520
|
+
export interface SqlExpressionSimplifyingExpressionVisitor$instance extends SqlExpressionSimplifyingExpressionVisitor$protected, ExpressionVisitor {
|
|
1297
1521
|
}
|
|
1298
1522
|
|
|
1299
1523
|
|
|
@@ -1304,13 +1528,18 @@ export const SqlExpressionSimplifyingExpressionVisitor: {
|
|
|
1304
1528
|
|
|
1305
1529
|
export type SqlExpressionSimplifyingExpressionVisitor = SqlExpressionSimplifyingExpressionVisitor$instance;
|
|
1306
1530
|
|
|
1307
|
-
export
|
|
1531
|
+
export abstract class SqlQueryRootExpression$protected {
|
|
1532
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
1533
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
|
|
1537
|
+
export interface SqlQueryRootExpression$instance extends SqlQueryRootExpression$protected, QueryRootExpression {
|
|
1308
1538
|
readonly Argument: Expression;
|
|
1309
1539
|
readonly Sql: string;
|
|
1310
1540
|
DetachQueryProvider(): Expression;
|
|
1311
1541
|
Equals(obj: unknown): boolean;
|
|
1312
1542
|
GetHashCode(): int;
|
|
1313
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
1314
1543
|
}
|
|
1315
1544
|
|
|
1316
1545
|
|
|
@@ -1324,8 +1553,6 @@ export interface __SqlQueryRootExpression$views {
|
|
|
1324
1553
|
As_IPrintableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance;
|
|
1325
1554
|
}
|
|
1326
1555
|
|
|
1327
|
-
export interface SqlQueryRootExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
1328
|
-
|
|
1329
1556
|
export type SqlQueryRootExpression = SqlQueryRootExpression$instance & __SqlQueryRootExpression$views;
|
|
1330
1557
|
|
|
1331
1558
|
|
|
@@ -1348,7 +1575,14 @@ export interface StringMethodTranslator$instance extends Microsoft_EntityFramewo
|
|
|
1348
1575
|
export type StringMethodTranslator = StringMethodTranslator$instance & __StringMethodTranslator$views;
|
|
1349
1576
|
|
|
1350
1577
|
|
|
1351
|
-
export
|
|
1578
|
+
export abstract class StructuralTypeMaterializerSource$protected {
|
|
1579
|
+
protected readonly Dependencies: StructuralTypeMaterializerSourceDependencies;
|
|
1580
|
+
protected AddInitializeExpression(property: IPropertyBase, bindingInfo: ParameterBindingInfo, instanceVariable: Expression, getValueBufferExpression: MethodCallExpression, blockExpressions: List<Expression>, nullable: boolean): void;
|
|
1581
|
+
protected ReadComplexTypeDirectly(complexType: IComplexType): boolean;
|
|
1582
|
+
}
|
|
1583
|
+
|
|
1584
|
+
|
|
1585
|
+
export interface StructuralTypeMaterializerSource$instance extends StructuralTypeMaterializerSource$protected {
|
|
1352
1586
|
CreateMaterializeExpression(parameters: StructuralTypeMaterializerSourceParameters, materializationContextExpression: Expression): Expression;
|
|
1353
1587
|
GetEmptyMaterializer(entityType: IEntityType): Func<MaterializationContext, unknown>;
|
|
1354
1588
|
GetEmptyMaterializer(complexType: IComplexType): Func<MaterializationContext, unknown>;
|
|
@@ -1389,7 +1623,13 @@ export const StructuralTypeMaterializerSourceDependencies: {
|
|
|
1389
1623
|
|
|
1390
1624
|
export type StructuralTypeMaterializerSourceDependencies = StructuralTypeMaterializerSourceDependencies$instance;
|
|
1391
1625
|
|
|
1392
|
-
export
|
|
1626
|
+
export abstract class SubqueryMemberPushdownExpressionVisitor$protected {
|
|
1627
|
+
protected VisitMember(memberExpression: MemberExpression): Expression;
|
|
1628
|
+
protected VisitMethodCall(methodCallExpression: MethodCallExpression): Expression;
|
|
1629
|
+
}
|
|
1630
|
+
|
|
1631
|
+
|
|
1632
|
+
export interface SubqueryMemberPushdownExpressionVisitor$instance extends SubqueryMemberPushdownExpressionVisitor$protected, ExpressionVisitor {
|
|
1393
1633
|
}
|
|
1394
1634
|
|
|
1395
1635
|
|
|
@@ -1400,12 +1640,17 @@ export const SubqueryMemberPushdownExpressionVisitor: {
|
|
|
1400
1640
|
|
|
1401
1641
|
export type SubqueryMemberPushdownExpressionVisitor = SubqueryMemberPushdownExpressionVisitor$instance;
|
|
1402
1642
|
|
|
1403
|
-
export
|
|
1643
|
+
export abstract class TableValuedFunctionQueryRootExpression$protected {
|
|
1644
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
1645
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
|
|
1649
|
+
export interface TableValuedFunctionQueryRootExpression$instance extends TableValuedFunctionQueryRootExpression$protected, EntityQueryRootExpression {
|
|
1404
1650
|
readonly Arguments: IReadOnlyCollection<Expression>;
|
|
1405
1651
|
readonly Function: IStoreFunction;
|
|
1406
1652
|
Equals(obj: unknown): boolean;
|
|
1407
1653
|
GetHashCode(): int;
|
|
1408
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
1409
1654
|
UpdateEntityType(entityType: IEntityType): EntityQueryRootExpression;
|
|
1410
1655
|
}
|
|
1411
1656
|
|
|
@@ -1422,16 +1667,23 @@ export interface __TableValuedFunctionQueryRootExpression$views {
|
|
|
1422
1667
|
export type TableValuedFunctionQueryRootExpression = TableValuedFunctionQueryRootExpression$instance & __TableValuedFunctionQueryRootExpression$views;
|
|
1423
1668
|
|
|
1424
1669
|
|
|
1425
|
-
export
|
|
1670
|
+
export abstract class TpcTablesExpression$protected {
|
|
1671
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
1672
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1673
|
+
protected WithAnnotations2(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): TpcTablesExpression;
|
|
1674
|
+
protected abstract WithAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): TableExpressionBase;
|
|
1675
|
+
}
|
|
1676
|
+
|
|
1677
|
+
|
|
1678
|
+
export interface TpcTablesExpression$instance extends TpcTablesExpression$protected, TableExpressionBase {
|
|
1426
1679
|
readonly Alias: string;
|
|
1427
1680
|
readonly DiscriminatorColumn: ColumnExpression;
|
|
1428
|
-
|
|
1681
|
+
DiscriminatorValues: List<System_Internal.String>;
|
|
1429
1682
|
readonly EntityType: IEntityType;
|
|
1430
1683
|
readonly SelectExpressions: IReadOnlyList<SelectExpression>;
|
|
1431
1684
|
Clone(alias: string, cloningExpressionVisitor: ExpressionVisitor): TableExpressionBase;
|
|
1432
1685
|
Equals(obj: unknown): boolean;
|
|
1433
1686
|
GetHashCode(): int;
|
|
1434
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
1435
1687
|
Prune(discriminatorValues: IReadOnlyList<System_Internal.String>): TpcTablesExpression;
|
|
1436
1688
|
Quote(): Expression;
|
|
1437
1689
|
}
|
|
@@ -1447,8 +1699,6 @@ export interface __TpcTablesExpression$views {
|
|
|
1447
1699
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
1448
1700
|
}
|
|
1449
1701
|
|
|
1450
|
-
export interface TpcTablesExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
1451
|
-
|
|
1452
1702
|
export type TpcTablesExpression = TpcTablesExpression$instance & __TpcTablesExpression$views;
|
|
1453
1703
|
|
|
1454
1704
|
|