@tsonic/efcore 10.0.3 → 10.0.8
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/internal/index.d.ts +634 -529
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +299 -154
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +591 -291
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +139 -103
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +36 -10
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +535 -261
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +105 -42
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +330 -145
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +62 -30
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +235 -121
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +1624 -1035
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +718 -476
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +860 -307
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +27 -7
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/internal/index.d.ts +35 -21
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2232 -1303
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +123 -67
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +88 -74
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +445 -207
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +28 -20
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +601 -240
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +505 -257
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +318 -120
- package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +35 -15
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +133 -73
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +502 -239
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +80 -35
- package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +102 -25
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +143 -43
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +54 -32
- package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +136 -68
- package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +198 -91
- package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +69 -23
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +44 -6
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +13 -13
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/System.Transactions/internal/index.d.ts +3 -3
- package/__internal/extensions/index.d.ts +1553 -1291
- package/package.json +4 -4
|
@@ -16,13 +16,15 @@ import * as Microsoft_EntityFrameworkCore_Query_Internal from "../../Microsoft.E
|
|
|
16
16
|
import type { ExpressionPrinter, IPrintableExpression, IRelationalQuotableExpression, ISqlExpressionFactory, PathSegment, ProjectionBindingExpression, ProjectionMember, RelationalGroupByShaperExpression, ResultCardinality, ShapedQueryExpression, SqlAliasManager, StructuralTypeProjectionExpression, StructuralTypeShaperExpression } from "../../Microsoft.EntityFrameworkCore.Query/internal/index.js";
|
|
17
17
|
import type { RelationalTypeMapping } from "../../Microsoft.EntityFrameworkCore.Storage/internal/index.js";
|
|
18
18
|
import type { ParameterTranslationMode, QuerySplittingBehavior } from "../../Microsoft.EntityFrameworkCore/internal/index.js";
|
|
19
|
-
import type {
|
|
20
|
-
import * as
|
|
21
|
-
import type {
|
|
22
|
-
import * as
|
|
23
|
-
import type {
|
|
19
|
+
import type { IEnumerable_1, IReadOnlyDictionary_2, IReadOnlyList_1, IReadOnlySet_1, ISet_1, List_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
20
|
+
import * as System_Linq_Expressions_Internal from "@tsonic/dotnet/System.Linq.Expressions/internal/index.js";
|
|
21
|
+
import type { ConstantExpression, Expression, ExpressionType, ExpressionVisitor } from "@tsonic/dotnet/System.Linq.Expressions/internal/index.js";
|
|
22
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
23
|
+
import type { Boolean as ClrBoolean, IEquatable_1, Int32, Nullable_1, Object as ClrObject, String as ClrString, Type, ValueTuple_2, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
24
24
|
|
|
25
25
|
export interface ITableBasedExpression$instance {
|
|
26
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_SqlExpressions_ITableBasedExpression: never;
|
|
27
|
+
|
|
26
28
|
readonly Table: ITableBase;
|
|
27
29
|
}
|
|
28
30
|
|
|
@@ -30,6 +32,10 @@ export interface ITableBasedExpression$instance {
|
|
|
30
32
|
export type ITableBasedExpression = ITableBasedExpression$instance;
|
|
31
33
|
|
|
32
34
|
export interface ColumnValueSetter$instance {
|
|
35
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_ColumnValueSetter: never;
|
|
36
|
+
|
|
37
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
38
|
+
|
|
33
39
|
Column: ColumnExpression;
|
|
34
40
|
Value: SqlExpression;
|
|
35
41
|
Deconstruct(Column: ColumnExpression, Value: SqlExpression): void;
|
|
@@ -48,6 +54,11 @@ export const ColumnValueSetter: {
|
|
|
48
54
|
export type ColumnValueSetter = ColumnValueSetter$instance;
|
|
49
55
|
|
|
50
56
|
export interface AtTimeZoneExpression$instance extends SqlExpression$instance {
|
|
57
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_AtTimeZoneExpression: never;
|
|
58
|
+
|
|
59
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
60
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
61
|
+
|
|
51
62
|
readonly Operand: SqlExpression;
|
|
52
63
|
readonly TimeZone: SqlExpression;
|
|
53
64
|
Equals(obj: unknown): boolean;
|
|
@@ -73,21 +84,26 @@ export type AtTimeZoneExpression = AtTimeZoneExpression$instance & __AtTimeZoneE
|
|
|
73
84
|
|
|
74
85
|
|
|
75
86
|
export interface CaseExpression$instance extends SqlExpression$instance {
|
|
87
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_CaseExpression: never;
|
|
88
|
+
|
|
89
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
90
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
91
|
+
|
|
76
92
|
readonly ElseResult: SqlExpression | undefined;
|
|
77
93
|
readonly Operand: SqlExpression | undefined;
|
|
78
|
-
readonly WhenClauses:
|
|
94
|
+
readonly WhenClauses: IReadOnlyList_1<CaseWhenClause>;
|
|
79
95
|
Equals(obj: unknown): boolean;
|
|
80
96
|
GetHashCode(): int;
|
|
81
97
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
82
98
|
Quote(): Expression;
|
|
83
|
-
Update(operand: SqlExpression, whenClauses:
|
|
99
|
+
Update(operand: SqlExpression, whenClauses: IReadOnlyList_1<CaseWhenClause>, elseResult: SqlExpression): CaseExpression;
|
|
84
100
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
85
101
|
}
|
|
86
102
|
|
|
87
103
|
|
|
88
104
|
export const CaseExpression: {
|
|
89
|
-
new(operand: SqlExpression, whenClauses:
|
|
90
|
-
new(whenClauses:
|
|
105
|
+
new(operand: SqlExpression, whenClauses: IReadOnlyList_1<CaseWhenClause>, elseResult: SqlExpression): CaseExpression;
|
|
106
|
+
new(whenClauses: IReadOnlyList_1<CaseWhenClause>, elseResult: SqlExpression): CaseExpression;
|
|
91
107
|
};
|
|
92
108
|
|
|
93
109
|
|
|
@@ -100,6 +116,8 @@ export type CaseExpression = CaseExpression$instance & __CaseExpression$views;
|
|
|
100
116
|
|
|
101
117
|
|
|
102
118
|
export interface CaseWhenClause$instance {
|
|
119
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_CaseWhenClause: never;
|
|
120
|
+
|
|
103
121
|
readonly Result: SqlExpression;
|
|
104
122
|
readonly Test: SqlExpression;
|
|
105
123
|
Equals(obj: unknown): boolean;
|
|
@@ -115,6 +133,11 @@ export const CaseWhenClause: {
|
|
|
115
133
|
export type CaseWhenClause = CaseWhenClause$instance;
|
|
116
134
|
|
|
117
135
|
export interface CollateExpression$instance extends SqlExpression$instance {
|
|
136
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_CollateExpression: never;
|
|
137
|
+
|
|
138
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
139
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
140
|
+
|
|
118
141
|
readonly Collation: string;
|
|
119
142
|
readonly Operand: SqlExpression;
|
|
120
143
|
Equals(obj: unknown): boolean;
|
|
@@ -140,6 +163,11 @@ export type CollateExpression = CollateExpression$instance & __CollateExpression
|
|
|
140
163
|
|
|
141
164
|
|
|
142
165
|
export interface ColumnExpression$instance extends SqlExpression$instance {
|
|
166
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_ColumnExpression: never;
|
|
167
|
+
|
|
168
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
169
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
170
|
+
|
|
143
171
|
readonly Column: IColumnBase | undefined;
|
|
144
172
|
readonly IsNullable: boolean;
|
|
145
173
|
readonly Name: string;
|
|
@@ -170,12 +198,17 @@ export type ColumnExpression = ColumnExpression$instance & __ColumnExpression$vi
|
|
|
170
198
|
|
|
171
199
|
|
|
172
200
|
export interface CrossApplyExpression$instance extends JoinExpressionBase$instance {
|
|
201
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_CrossApplyExpression: never;
|
|
202
|
+
|
|
203
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
204
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
205
|
+
|
|
173
206
|
Equals(obj: unknown): boolean;
|
|
174
207
|
GetHashCode(): int;
|
|
175
208
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
176
209
|
Quote(): Expression;
|
|
177
210
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
178
|
-
WithAnnotations(annotations:
|
|
211
|
+
WithAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): CrossApplyExpression;
|
|
179
212
|
}
|
|
180
213
|
|
|
181
214
|
|
|
@@ -193,12 +226,17 @@ export type CrossApplyExpression = CrossApplyExpression$instance & __CrossApplyE
|
|
|
193
226
|
|
|
194
227
|
|
|
195
228
|
export interface CrossJoinExpression$instance extends JoinExpressionBase$instance {
|
|
229
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_CrossJoinExpression: never;
|
|
230
|
+
|
|
231
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
232
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
233
|
+
|
|
196
234
|
Equals(obj: unknown): boolean;
|
|
197
235
|
GetHashCode(): int;
|
|
198
236
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
199
237
|
Quote(): Expression;
|
|
200
238
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
201
|
-
WithAnnotations(annotations:
|
|
239
|
+
WithAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): CrossJoinExpression;
|
|
202
240
|
}
|
|
203
241
|
|
|
204
242
|
|
|
@@ -215,13 +253,18 @@ export interface __CrossJoinExpression$views {
|
|
|
215
253
|
export type CrossJoinExpression = CrossJoinExpression$instance & __CrossJoinExpression$views;
|
|
216
254
|
|
|
217
255
|
|
|
218
|
-
export interface DeleteExpression$instance extends Expression {
|
|
256
|
+
export interface DeleteExpression$instance extends Expression, Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance, Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance {
|
|
257
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_DeleteExpression: never;
|
|
258
|
+
|
|
259
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
260
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
261
|
+
|
|
219
262
|
readonly NodeType: ExpressionType;
|
|
220
263
|
readonly SelectExpression: SelectExpression;
|
|
221
264
|
readonly Table: TableExpression;
|
|
222
|
-
readonly Tags:
|
|
265
|
+
readonly Tags: ISet_1<System_Internal.String>;
|
|
223
266
|
readonly Type: Type;
|
|
224
|
-
ApplyTags(tags:
|
|
267
|
+
ApplyTags(tags: ISet_1<System_Internal.String>): DeleteExpression;
|
|
225
268
|
Equals(obj: unknown): boolean;
|
|
226
269
|
GetHashCode(): int;
|
|
227
270
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
@@ -233,7 +276,7 @@ export interface DeleteExpression$instance extends Expression {
|
|
|
233
276
|
|
|
234
277
|
export const DeleteExpression: {
|
|
235
278
|
new(table: TableExpression, selectExpression: SelectExpression): DeleteExpression;
|
|
236
|
-
new(table: TableExpression, selectExpression: SelectExpression, tags:
|
|
279
|
+
new(table: TableExpression, selectExpression: SelectExpression, tags: ISet_1<System_Internal.String>): DeleteExpression;
|
|
237
280
|
};
|
|
238
281
|
|
|
239
282
|
|
|
@@ -242,12 +285,15 @@ export interface __DeleteExpression$views {
|
|
|
242
285
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
243
286
|
}
|
|
244
287
|
|
|
245
|
-
export interface DeleteExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance, Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance {}
|
|
246
|
-
|
|
247
288
|
export type DeleteExpression = DeleteExpression$instance & __DeleteExpression$views;
|
|
248
289
|
|
|
249
290
|
|
|
250
291
|
export interface DistinctExpression$instance extends SqlExpression$instance {
|
|
292
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_DistinctExpression: never;
|
|
293
|
+
|
|
294
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
295
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
296
|
+
|
|
251
297
|
readonly Operand: SqlExpression;
|
|
252
298
|
Equals(obj: unknown): boolean;
|
|
253
299
|
GetHashCode(): int;
|
|
@@ -272,6 +318,11 @@ export type DistinctExpression = DistinctExpression$instance & __DistinctExpress
|
|
|
272
318
|
|
|
273
319
|
|
|
274
320
|
export interface ExceptExpression$instance extends SetOperationBase$instance {
|
|
321
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_ExceptExpression: never;
|
|
322
|
+
|
|
323
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
324
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
325
|
+
|
|
275
326
|
Clone(alias: string, cloningExpressionVisitor: ExpressionVisitor): TableExpressionBase;
|
|
276
327
|
Equals(obj: unknown): boolean;
|
|
277
328
|
GetHashCode(): int;
|
|
@@ -279,13 +330,13 @@ export interface ExceptExpression$instance extends SetOperationBase$instance {
|
|
|
279
330
|
Quote(): Expression;
|
|
280
331
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
281
332
|
WithAlias(newAlias: string): ExceptExpression;
|
|
282
|
-
WithAnnotations(annotations:
|
|
333
|
+
WithAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): ExceptExpression;
|
|
283
334
|
}
|
|
284
335
|
|
|
285
336
|
|
|
286
337
|
export const ExceptExpression: {
|
|
287
338
|
new(alias: string, source1: SelectExpression, source2: SelectExpression, distinct: boolean): ExceptExpression;
|
|
288
|
-
new(alias: string, source1: SelectExpression, source2: SelectExpression, distinct: boolean, annotations:
|
|
339
|
+
new(alias: string, source1: SelectExpression, source2: SelectExpression, distinct: boolean, annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): ExceptExpression;
|
|
289
340
|
};
|
|
290
341
|
|
|
291
342
|
|
|
@@ -298,6 +349,11 @@ export type ExceptExpression = ExceptExpression$instance & __ExceptExpression$vi
|
|
|
298
349
|
|
|
299
350
|
|
|
300
351
|
export interface ExistsExpression$instance extends SqlExpression$instance {
|
|
352
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_ExistsExpression: never;
|
|
353
|
+
|
|
354
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
355
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
356
|
+
|
|
301
357
|
readonly Subquery: SelectExpression;
|
|
302
358
|
Equals(obj: unknown): boolean;
|
|
303
359
|
GetHashCode(): int;
|
|
@@ -321,7 +377,13 @@ export interface __ExistsExpression$views {
|
|
|
321
377
|
export type ExistsExpression = ExistsExpression$instance & __ExistsExpression$views;
|
|
322
378
|
|
|
323
379
|
|
|
324
|
-
export interface FromSqlExpression$instance extends TableExpressionBase$instance {
|
|
380
|
+
export interface FromSqlExpression$instance extends TableExpressionBase$instance, ITableBasedExpression$instance {
|
|
381
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_FromSqlExpression: never;
|
|
382
|
+
|
|
383
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
384
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
385
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_SqlExpressions_ITableBasedExpression: never;
|
|
386
|
+
|
|
325
387
|
readonly Alias: string | string | undefined;
|
|
326
388
|
readonly Arguments: Expression;
|
|
327
389
|
readonly Sql: string;
|
|
@@ -339,7 +401,7 @@ export interface FromSqlExpression$instance extends TableExpressionBase$instance
|
|
|
339
401
|
export const FromSqlExpression: {
|
|
340
402
|
new(alias: string, defaultTableBase: ITableBase, sql: string, arguments: Expression): FromSqlExpression;
|
|
341
403
|
new(alias: string, sql: string, arguments: Expression): FromSqlExpression;
|
|
342
|
-
new(alias: string, tableBase: ITableBase, sql: string, arguments: Expression, annotations:
|
|
404
|
+
new(alias: string, tableBase: ITableBase, sql: string, arguments: Expression, annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): FromSqlExpression;
|
|
343
405
|
};
|
|
344
406
|
|
|
345
407
|
|
|
@@ -349,15 +411,18 @@ export interface __FromSqlExpression$views {
|
|
|
349
411
|
As_ITableBasedExpression(): ITableBasedExpression$instance;
|
|
350
412
|
}
|
|
351
413
|
|
|
352
|
-
export interface FromSqlExpression$instance extends ITableBasedExpression$instance {}
|
|
353
|
-
|
|
354
414
|
export type FromSqlExpression = FromSqlExpression$instance & __FromSqlExpression$views;
|
|
355
415
|
|
|
356
416
|
|
|
357
417
|
export interface InExpression$instance extends SqlExpression$instance {
|
|
418
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_InExpression: never;
|
|
419
|
+
|
|
420
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
421
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
422
|
+
|
|
358
423
|
readonly Item: SqlExpression;
|
|
359
424
|
readonly Subquery: SelectExpression | undefined;
|
|
360
|
-
readonly Values:
|
|
425
|
+
readonly Values: IReadOnlyList_1<SqlExpression> | undefined;
|
|
361
426
|
readonly ValuesParameter: SqlParameterExpression | undefined;
|
|
362
427
|
ApplyTypeMapping(typeMapping: RelationalTypeMapping): InExpression;
|
|
363
428
|
Equals(obj: unknown): boolean;
|
|
@@ -365,16 +430,16 @@ export interface InExpression$instance extends SqlExpression$instance {
|
|
|
365
430
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
366
431
|
Quote(): Expression;
|
|
367
432
|
Update(item: SqlExpression, subquery: SelectExpression): InExpression;
|
|
368
|
-
Update(item: SqlExpression, values:
|
|
433
|
+
Update(item: SqlExpression, values: IReadOnlyList_1<SqlExpression>): InExpression;
|
|
369
434
|
Update(item: SqlExpression, valuesParameter: SqlParameterExpression): InExpression;
|
|
370
|
-
Update(item: SqlExpression, subquery: SelectExpression, values:
|
|
435
|
+
Update(item: SqlExpression, subquery: SelectExpression, values: IReadOnlyList_1<SqlExpression>, valuesParameter: SqlParameterExpression): InExpression;
|
|
371
436
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
372
437
|
}
|
|
373
438
|
|
|
374
439
|
|
|
375
440
|
export const InExpression: {
|
|
376
441
|
new(item: SqlExpression, subquery: SelectExpression, typeMapping: RelationalTypeMapping): InExpression;
|
|
377
|
-
new(item: SqlExpression, values:
|
|
442
|
+
new(item: SqlExpression, values: IReadOnlyList_1<SqlExpression>, typeMapping: RelationalTypeMapping): InExpression;
|
|
378
443
|
new(item: SqlExpression, valuesParameter: SqlParameterExpression, typeMapping: RelationalTypeMapping): InExpression;
|
|
379
444
|
};
|
|
380
445
|
|
|
@@ -388,18 +453,23 @@ export type InExpression = InExpression$instance & __InExpression$views;
|
|
|
388
453
|
|
|
389
454
|
|
|
390
455
|
export interface InnerJoinExpression$instance extends PredicateJoinExpressionBase$instance {
|
|
456
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_InnerJoinExpression: never;
|
|
457
|
+
|
|
458
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
459
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
460
|
+
|
|
391
461
|
Equals(obj: unknown): boolean;
|
|
392
462
|
GetHashCode(): int;
|
|
393
463
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
394
464
|
Quote(): Expression;
|
|
395
465
|
Update(table: TableExpressionBase, joinPredicate: SqlExpression): JoinExpressionBase;
|
|
396
|
-
WithAnnotations(annotations:
|
|
466
|
+
WithAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): InnerJoinExpression;
|
|
397
467
|
}
|
|
398
468
|
|
|
399
469
|
|
|
400
470
|
export const InnerJoinExpression: {
|
|
401
471
|
new(table: TableExpressionBase, joinPredicate: SqlExpression, prunable: boolean): InnerJoinExpression;
|
|
402
|
-
new(table: TableExpressionBase, joinPredicate: SqlExpression, prunable: boolean, annotations:
|
|
472
|
+
new(table: TableExpressionBase, joinPredicate: SqlExpression, prunable: boolean, annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): InnerJoinExpression;
|
|
403
473
|
};
|
|
404
474
|
|
|
405
475
|
|
|
@@ -412,6 +482,11 @@ export type InnerJoinExpression = InnerJoinExpression$instance & __InnerJoinExpr
|
|
|
412
482
|
|
|
413
483
|
|
|
414
484
|
export interface IntersectExpression$instance extends SetOperationBase$instance {
|
|
485
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_IntersectExpression: never;
|
|
486
|
+
|
|
487
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
488
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
489
|
+
|
|
415
490
|
Clone(alias: string, cloningExpressionVisitor: ExpressionVisitor): TableExpressionBase;
|
|
416
491
|
Equals(obj: unknown): boolean;
|
|
417
492
|
GetHashCode(): int;
|
|
@@ -419,13 +494,13 @@ export interface IntersectExpression$instance extends SetOperationBase$instance
|
|
|
419
494
|
Quote(): Expression;
|
|
420
495
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
421
496
|
WithAlias(newAlias: string): IntersectExpression;
|
|
422
|
-
WithAnnotations(annotations:
|
|
497
|
+
WithAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): IntersectExpression;
|
|
423
498
|
}
|
|
424
499
|
|
|
425
500
|
|
|
426
501
|
export const IntersectExpression: {
|
|
427
502
|
new(alias: string, source1: SelectExpression, source2: SelectExpression, distinct: boolean): IntersectExpression;
|
|
428
|
-
new(alias: string, source1: SelectExpression, source2: SelectExpression, distinct: boolean, annotations:
|
|
503
|
+
new(alias: string, source1: SelectExpression, source2: SelectExpression, distinct: boolean, annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): IntersectExpression;
|
|
429
504
|
};
|
|
430
505
|
|
|
431
506
|
|
|
@@ -438,6 +513,11 @@ export type IntersectExpression = IntersectExpression$instance & __IntersectExpr
|
|
|
438
513
|
|
|
439
514
|
|
|
440
515
|
export interface JoinExpressionBase$instance extends TableExpressionBase$instance {
|
|
516
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_JoinExpressionBase: never;
|
|
517
|
+
|
|
518
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
519
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
520
|
+
|
|
441
521
|
readonly IsPrunable: boolean;
|
|
442
522
|
readonly Table: TableExpressionBase;
|
|
443
523
|
Clone(alias: string, cloningExpressionVisitor: ExpressionVisitor): TableExpressionBase;
|
|
@@ -451,7 +531,7 @@ export interface JoinExpressionBase$instance extends TableExpressionBase$instanc
|
|
|
451
531
|
}
|
|
452
532
|
|
|
453
533
|
|
|
454
|
-
export const JoinExpressionBase: (abstract new(table: TableExpressionBase, prunable: boolean, annotations:
|
|
534
|
+
export const JoinExpressionBase: (abstract new(table: TableExpressionBase, prunable: boolean, annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>) => JoinExpressionBase) & {
|
|
455
535
|
};
|
|
456
536
|
|
|
457
537
|
|
|
@@ -464,9 +544,14 @@ export type JoinExpressionBase = JoinExpressionBase$instance & __JoinExpressionB
|
|
|
464
544
|
|
|
465
545
|
|
|
466
546
|
export interface JsonScalarExpression$instance extends SqlExpression$instance {
|
|
547
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_JsonScalarExpression: never;
|
|
548
|
+
|
|
549
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
550
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
551
|
+
|
|
467
552
|
readonly IsNullable: boolean;
|
|
468
553
|
readonly Json: SqlExpression;
|
|
469
|
-
readonly Path:
|
|
554
|
+
readonly Path: IReadOnlyList_1<PathSegment>;
|
|
470
555
|
Equals(obj: unknown): boolean;
|
|
471
556
|
GetHashCode(): int;
|
|
472
557
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
@@ -477,7 +562,7 @@ export interface JsonScalarExpression$instance extends SqlExpression$instance {
|
|
|
477
562
|
|
|
478
563
|
|
|
479
564
|
export const JsonScalarExpression: {
|
|
480
|
-
new(json: SqlExpression, path:
|
|
565
|
+
new(json: SqlExpression, path: IReadOnlyList_1<PathSegment>, type: Type, typeMapping: RelationalTypeMapping, nullable: boolean): JsonScalarExpression;
|
|
481
566
|
};
|
|
482
567
|
|
|
483
568
|
|
|
@@ -490,17 +575,22 @@ export type JsonScalarExpression = JsonScalarExpression$instance & __JsonScalarE
|
|
|
490
575
|
|
|
491
576
|
|
|
492
577
|
export interface LeftJoinExpression$instance extends PredicateJoinExpressionBase$instance {
|
|
578
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_LeftJoinExpression: never;
|
|
579
|
+
|
|
580
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
581
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
582
|
+
|
|
493
583
|
Equals(obj: unknown): boolean;
|
|
494
584
|
GetHashCode(): int;
|
|
495
585
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
496
586
|
Quote(): Expression;
|
|
497
|
-
WithAnnotations(annotations:
|
|
587
|
+
WithAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): LeftJoinExpression;
|
|
498
588
|
}
|
|
499
589
|
|
|
500
590
|
|
|
501
591
|
export const LeftJoinExpression: {
|
|
502
592
|
new(table: TableExpressionBase, joinPredicate: SqlExpression, prunable: boolean): LeftJoinExpression;
|
|
503
|
-
new(table: TableExpressionBase, joinPredicate: SqlExpression, prunable: boolean, annotations:
|
|
593
|
+
new(table: TableExpressionBase, joinPredicate: SqlExpression, prunable: boolean, annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): LeftJoinExpression;
|
|
504
594
|
};
|
|
505
595
|
|
|
506
596
|
|
|
@@ -513,6 +603,11 @@ export type LeftJoinExpression = LeftJoinExpression$instance & __LeftJoinExpress
|
|
|
513
603
|
|
|
514
604
|
|
|
515
605
|
export interface LikeExpression$instance extends SqlExpression$instance {
|
|
606
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_LikeExpression: never;
|
|
607
|
+
|
|
608
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
609
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
610
|
+
|
|
516
611
|
readonly EscapeChar: SqlExpression | undefined;
|
|
517
612
|
readonly Match: SqlExpression;
|
|
518
613
|
readonly Pattern: SqlExpression;
|
|
@@ -538,7 +633,12 @@ export interface __LikeExpression$views {
|
|
|
538
633
|
export type LikeExpression = LikeExpression$instance & __LikeExpression$views;
|
|
539
634
|
|
|
540
635
|
|
|
541
|
-
export interface OrderingExpression$instance extends Expression {
|
|
636
|
+
export interface OrderingExpression$instance extends Expression, Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance, Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance {
|
|
637
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_OrderingExpression: never;
|
|
638
|
+
|
|
639
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
640
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
641
|
+
|
|
542
642
|
readonly Expression: SqlExpression;
|
|
543
643
|
readonly IsAscending: boolean;
|
|
544
644
|
readonly NodeType: ExpressionType;
|
|
@@ -561,24 +661,27 @@ export interface __OrderingExpression$views {
|
|
|
561
661
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
562
662
|
}
|
|
563
663
|
|
|
564
|
-
export interface OrderingExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance, Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance {}
|
|
565
|
-
|
|
566
664
|
export type OrderingExpression = OrderingExpression$instance & __OrderingExpression$views;
|
|
567
665
|
|
|
568
666
|
|
|
569
667
|
export interface OuterApplyExpression$instance extends JoinExpressionBase$instance {
|
|
668
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_OuterApplyExpression: never;
|
|
669
|
+
|
|
670
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
671
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
672
|
+
|
|
570
673
|
Equals(obj: unknown): boolean;
|
|
571
674
|
GetHashCode(): int;
|
|
572
675
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
573
676
|
Quote(): Expression;
|
|
574
677
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
575
|
-
WithAnnotations(annotations:
|
|
678
|
+
WithAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): OuterApplyExpression;
|
|
576
679
|
}
|
|
577
680
|
|
|
578
681
|
|
|
579
682
|
export const OuterApplyExpression: {
|
|
580
683
|
new(table: TableExpressionBase): OuterApplyExpression;
|
|
581
|
-
new(table: TableExpressionBase, annotations:
|
|
684
|
+
new(table: TableExpressionBase, annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): OuterApplyExpression;
|
|
582
685
|
};
|
|
583
686
|
|
|
584
687
|
|
|
@@ -591,6 +694,11 @@ export type OuterApplyExpression = OuterApplyExpression$instance & __OuterApplyE
|
|
|
591
694
|
|
|
592
695
|
|
|
593
696
|
export interface PredicateJoinExpressionBase$instance extends JoinExpressionBase$instance {
|
|
697
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_PredicateJoinExpressionBase: never;
|
|
698
|
+
|
|
699
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
700
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
701
|
+
|
|
594
702
|
readonly JoinPredicate: SqlExpression;
|
|
595
703
|
Equals(obj: unknown): boolean;
|
|
596
704
|
GetHashCode(): int;
|
|
@@ -601,7 +709,7 @@ export interface PredicateJoinExpressionBase$instance extends JoinExpressionBase
|
|
|
601
709
|
}
|
|
602
710
|
|
|
603
711
|
|
|
604
|
-
export const PredicateJoinExpressionBase: (abstract new(table: TableExpressionBase, joinPredicate: SqlExpression, prunable: boolean, annotations:
|
|
712
|
+
export const PredicateJoinExpressionBase: (abstract new(table: TableExpressionBase, joinPredicate: SqlExpression, prunable: boolean, annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>) => PredicateJoinExpressionBase) & {
|
|
605
713
|
};
|
|
606
714
|
|
|
607
715
|
|
|
@@ -613,7 +721,12 @@ export interface __PredicateJoinExpressionBase$views {
|
|
|
613
721
|
export type PredicateJoinExpressionBase = PredicateJoinExpressionBase$instance & __PredicateJoinExpressionBase$views;
|
|
614
722
|
|
|
615
723
|
|
|
616
|
-
export interface ProjectionExpression$instance extends Expression {
|
|
724
|
+
export interface ProjectionExpression$instance extends Expression, Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance, Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance {
|
|
725
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_ProjectionExpression: never;
|
|
726
|
+
|
|
727
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
728
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
729
|
+
|
|
617
730
|
readonly Alias: string;
|
|
618
731
|
readonly Expression: SqlExpression;
|
|
619
732
|
readonly NodeType: ExpressionType;
|
|
@@ -636,23 +749,26 @@ export interface __ProjectionExpression$views {
|
|
|
636
749
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
637
750
|
}
|
|
638
751
|
|
|
639
|
-
export interface ProjectionExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance, Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance {}
|
|
640
|
-
|
|
641
752
|
export type ProjectionExpression = ProjectionExpression$instance & __ProjectionExpression$views;
|
|
642
753
|
|
|
643
754
|
|
|
644
755
|
export interface RightJoinExpression$instance extends PredicateJoinExpressionBase$instance {
|
|
756
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_RightJoinExpression: never;
|
|
757
|
+
|
|
758
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
759
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
760
|
+
|
|
645
761
|
Equals(obj: unknown): boolean;
|
|
646
762
|
GetHashCode(): int;
|
|
647
763
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
648
764
|
Quote(): Expression;
|
|
649
|
-
WithAnnotations(annotations:
|
|
765
|
+
WithAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): RightJoinExpression;
|
|
650
766
|
}
|
|
651
767
|
|
|
652
768
|
|
|
653
769
|
export const RightJoinExpression: {
|
|
654
770
|
new(table: TableExpressionBase, joinPredicate: SqlExpression, prunable: boolean): RightJoinExpression;
|
|
655
|
-
new(table: TableExpressionBase, joinPredicate: SqlExpression, prunable: boolean, annotations:
|
|
771
|
+
new(table: TableExpressionBase, joinPredicate: SqlExpression, prunable: boolean, annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): RightJoinExpression;
|
|
656
772
|
};
|
|
657
773
|
|
|
658
774
|
|
|
@@ -665,19 +781,24 @@ export type RightJoinExpression = RightJoinExpression$instance & __RightJoinExpr
|
|
|
665
781
|
|
|
666
782
|
|
|
667
783
|
export interface RowNumberExpression$instance extends SqlExpression$instance {
|
|
668
|
-
readonly
|
|
669
|
-
|
|
784
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_RowNumberExpression: never;
|
|
785
|
+
|
|
786
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
787
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
788
|
+
|
|
789
|
+
readonly Orderings: IReadOnlyList_1<OrderingExpression>;
|
|
790
|
+
readonly Partitions: IReadOnlyList_1<SqlExpression>;
|
|
670
791
|
Equals(obj: unknown): boolean;
|
|
671
792
|
GetHashCode(): int;
|
|
672
793
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
673
794
|
Quote(): Expression;
|
|
674
|
-
Update(partitions:
|
|
795
|
+
Update(partitions: IReadOnlyList_1<SqlExpression>, orderings: IReadOnlyList_1<OrderingExpression>): RowNumberExpression;
|
|
675
796
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
676
797
|
}
|
|
677
798
|
|
|
678
799
|
|
|
679
800
|
export const RowNumberExpression: {
|
|
680
|
-
new(partitions:
|
|
801
|
+
new(partitions: IReadOnlyList_1<SqlExpression>, orderings: IReadOnlyList_1<OrderingExpression>, typeMapping: RelationalTypeMapping): RowNumberExpression;
|
|
681
802
|
};
|
|
682
803
|
|
|
683
804
|
|
|
@@ -690,18 +811,23 @@ export type RowNumberExpression = RowNumberExpression$instance & __RowNumberExpr
|
|
|
690
811
|
|
|
691
812
|
|
|
692
813
|
export interface RowValueExpression$instance extends SqlExpression$instance {
|
|
693
|
-
readonly
|
|
814
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_RowValueExpression: never;
|
|
815
|
+
|
|
816
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
817
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
818
|
+
|
|
819
|
+
readonly Values: IReadOnlyList_1<SqlExpression>;
|
|
694
820
|
Equals(obj: unknown): boolean;
|
|
695
821
|
GetHashCode(): int;
|
|
696
822
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
697
823
|
Quote(): Expression;
|
|
698
|
-
Update(values:
|
|
824
|
+
Update(values: IReadOnlyList_1<SqlExpression>): RowValueExpression;
|
|
699
825
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
700
826
|
}
|
|
701
827
|
|
|
702
828
|
|
|
703
829
|
export const RowValueExpression: {
|
|
704
|
-
new(values:
|
|
830
|
+
new(values: IReadOnlyList_1<SqlExpression>): RowValueExpression;
|
|
705
831
|
};
|
|
706
832
|
|
|
707
833
|
|
|
@@ -714,6 +840,11 @@ export type RowValueExpression = RowValueExpression$instance & __RowValueExpress
|
|
|
714
840
|
|
|
715
841
|
|
|
716
842
|
export interface ScalarSubqueryExpression$instance extends SqlExpression$instance {
|
|
843
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_ScalarSubqueryExpression: never;
|
|
844
|
+
|
|
845
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
846
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
847
|
+
|
|
717
848
|
readonly Subquery: SelectExpression;
|
|
718
849
|
ApplyTypeMapping(typeMapping: RelationalTypeMapping): SqlExpression;
|
|
719
850
|
Equals(obj: unknown): boolean;
|
|
@@ -739,8 +870,13 @@ export type ScalarSubqueryExpression = ScalarSubqueryExpression$instance & __Sca
|
|
|
739
870
|
|
|
740
871
|
|
|
741
872
|
export interface SelectExpression$instance extends TableExpressionBase$instance {
|
|
873
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_SelectExpression: never;
|
|
874
|
+
|
|
875
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
876
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
877
|
+
|
|
742
878
|
readonly DebugView: string;
|
|
743
|
-
readonly GroupBy:
|
|
879
|
+
readonly GroupBy: IReadOnlyList_1<SqlExpression>;
|
|
744
880
|
get Having(): SqlExpression | undefined;
|
|
745
881
|
set Having(value: SqlExpression | undefined);
|
|
746
882
|
IsDistinct: boolean;
|
|
@@ -748,12 +884,12 @@ export interface SelectExpression$instance extends TableExpressionBase$instance
|
|
|
748
884
|
set Limit(value: SqlExpression | undefined);
|
|
749
885
|
get Offset(): SqlExpression | undefined;
|
|
750
886
|
set Offset(value: SqlExpression | undefined);
|
|
751
|
-
readonly Orderings:
|
|
887
|
+
readonly Orderings: IReadOnlyList_1<OrderingExpression>;
|
|
752
888
|
get Predicate(): SqlExpression | undefined;
|
|
753
889
|
set Predicate(value: SqlExpression | undefined);
|
|
754
|
-
readonly Projection:
|
|
755
|
-
readonly Tables:
|
|
756
|
-
Tags:
|
|
890
|
+
readonly Projection: IReadOnlyList_1<ProjectionExpression>;
|
|
891
|
+
readonly Tables: IReadOnlyList_1<TableExpressionBase>;
|
|
892
|
+
Tags: ISet_1<System_Internal.String>;
|
|
757
893
|
AddCrossApply(innerSelectExpression: SelectExpression): void;
|
|
758
894
|
AddCrossApply(innerSource: ShapedQueryExpression, outerShaper: Expression): Expression;
|
|
759
895
|
AddCrossJoin(innerSelectExpression: SelectExpression): void;
|
|
@@ -779,11 +915,11 @@ export interface SelectExpression$instance extends TableExpressionBase$instance
|
|
|
779
915
|
ApplyPredicate(sqlExpression: SqlExpression): void;
|
|
780
916
|
ApplyProjection(): void;
|
|
781
917
|
ApplyProjection(shaperExpression: Expression, resultCardinality: ResultCardinality, querySplittingBehavior: QuerySplittingBehavior): Expression;
|
|
782
|
-
ApplyTags(tags:
|
|
918
|
+
ApplyTags(tags: ISet_1<System_Internal.String>): void;
|
|
783
919
|
ApplyUnion(source2: SelectExpression, distinct: boolean): void;
|
|
784
920
|
ClearOrdering(): void;
|
|
785
921
|
Clone(alias: string, cloningExpressionVisitor: ExpressionVisitor): TableExpressionBase;
|
|
786
|
-
CreateColumnExpression(tableExpression: TableExpressionBase, columnName: string, type: Type, typeMapping: RelationalTypeMapping, columnNullable?:
|
|
922
|
+
CreateColumnExpression(tableExpression: TableExpressionBase, columnName: string, type: Type, typeMapping: RelationalTypeMapping, columnNullable?: Nullable_1<System_Internal.Boolean>): ColumnExpression;
|
|
787
923
|
Equals(obj: unknown): boolean;
|
|
788
924
|
GenerateOwnedReferenceEntityProjectionExpression(principalEntityProjection: StructuralTypeProjectionExpression, navigation: INavigation, sqlExpressionFactory: ISqlExpressionFactory, sqlAliasManager: SqlAliasManager): StructuralTypeShaperExpression;
|
|
789
925
|
GetHashCode(): int;
|
|
@@ -797,22 +933,22 @@ export interface SelectExpression$instance extends TableExpressionBase$instance
|
|
|
797
933
|
PushdownIntoSubquery(): void;
|
|
798
934
|
Quote(): Expression;
|
|
799
935
|
RemoveTpcTableExpression(): SelectExpression;
|
|
800
|
-
ReplaceProjection(projectionMapping:
|
|
801
|
-
ReplaceProjection(clientProjections:
|
|
936
|
+
ReplaceProjection(projectionMapping: IReadOnlyDictionary_2<ProjectionMember, Expression>): void;
|
|
937
|
+
ReplaceProjection(clientProjections: IReadOnlyList_1<Expression>): void;
|
|
802
938
|
ReverseOrderings(): void;
|
|
803
939
|
SetLimit(sqlExpression: SqlExpression): void;
|
|
804
|
-
SetTables(tables:
|
|
805
|
-
Update(tables:
|
|
940
|
+
SetTables(tables: IReadOnlyList_1<TableExpressionBase>): void;
|
|
941
|
+
Update(tables: IReadOnlyList_1<TableExpressionBase>, predicate: SqlExpression, groupBy: IReadOnlyList_1<SqlExpression>, having: SqlExpression, projections: IReadOnlyList_1<ProjectionExpression>, orderings: IReadOnlyList_1<OrderingExpression>, offset: SqlExpression, limit: SqlExpression): SelectExpression;
|
|
806
942
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
807
943
|
}
|
|
808
944
|
|
|
809
945
|
|
|
810
946
|
export const SelectExpression: {
|
|
811
|
-
new(alias: string, tables:
|
|
812
|
-
new(alias: string, tables:
|
|
813
|
-
new(tables:
|
|
947
|
+
new(alias: string, tables: List_1<TableExpressionBase>, predicate: SqlExpression, groupBy: List_1<SqlExpression>, having: SqlExpression, projections: List_1<ProjectionExpression>, distinct: boolean, orderings: List_1<OrderingExpression>, offset: SqlExpression, limit: SqlExpression, tags: ISet_1<System_Internal.String>, annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>, sqlAliasManager: SqlAliasManager, isMutable: boolean): SelectExpression;
|
|
948
|
+
new(alias: string, tables: IReadOnlyList_1<TableExpressionBase>, predicate: SqlExpression, groupBy: IReadOnlyList_1<SqlExpression>, having: SqlExpression, projections: IReadOnlyList_1<ProjectionExpression>, distinct: boolean, orderings: IReadOnlyList_1<OrderingExpression>, offset: SqlExpression, limit: SqlExpression, sqlAliasManager: SqlAliasManager, tags: IReadOnlySet_1<System_Internal.String>, annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): SelectExpression;
|
|
949
|
+
new(tables: List_1<TableExpressionBase>, projection: Expression, identifier: List_1<ValueTuple_2<ColumnExpression, ValueComparer>>, sqlAliasManager: SqlAliasManager): SelectExpression;
|
|
814
950
|
new(projection: SqlExpression, sqlAliasManager: SqlAliasManager): SelectExpression;
|
|
815
|
-
CreateImmutable(alias: string, tables:
|
|
951
|
+
CreateImmutable(alias: string, tables: List_1<TableExpressionBase>, projection: List_1<ProjectionExpression>, sqlAliasManager: SqlAliasManager): SelectExpression;
|
|
816
952
|
GenerateComplexPropertyShaperExpression(containerProjection: StructuralTypeProjectionExpression, complexProperty: IComplexProperty): Expression;
|
|
817
953
|
};
|
|
818
954
|
|
|
@@ -826,6 +962,11 @@ export type SelectExpression = SelectExpression$instance & __SelectExpression$vi
|
|
|
826
962
|
|
|
827
963
|
|
|
828
964
|
export interface SetOperationBase$instance extends TableExpressionBase$instance {
|
|
965
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_SetOperationBase: never;
|
|
966
|
+
|
|
967
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
968
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
969
|
+
|
|
829
970
|
readonly Alias: string | string | undefined;
|
|
830
971
|
readonly IsDistinct: boolean;
|
|
831
972
|
readonly Source1: SelectExpression;
|
|
@@ -838,7 +979,7 @@ export interface SetOperationBase$instance extends TableExpressionBase$instance
|
|
|
838
979
|
}
|
|
839
980
|
|
|
840
981
|
|
|
841
|
-
export const SetOperationBase: (abstract new(alias: string, source1: SelectExpression, source2: SelectExpression, distinct: boolean) => SetOperationBase) & (abstract new(alias: string, source1: SelectExpression, source2: SelectExpression, distinct: boolean, annotations:
|
|
982
|
+
export const SetOperationBase: (abstract new(alias: string, source1: SelectExpression, source2: SelectExpression, distinct: boolean) => SetOperationBase) & (abstract new(alias: string, source1: SelectExpression, source2: SelectExpression, distinct: boolean, annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>) => SetOperationBase) & {
|
|
842
983
|
};
|
|
843
984
|
|
|
844
985
|
|
|
@@ -851,6 +992,11 @@ export type SetOperationBase = SetOperationBase$instance & __SetOperationBase$vi
|
|
|
851
992
|
|
|
852
993
|
|
|
853
994
|
export interface SqlBinaryExpression$instance extends SqlExpression$instance {
|
|
995
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_SqlBinaryExpression: never;
|
|
996
|
+
|
|
997
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
998
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
999
|
+
|
|
854
1000
|
readonly Left: SqlExpression;
|
|
855
1001
|
readonly OperatorType: ExpressionType;
|
|
856
1002
|
readonly Right: SqlExpression;
|
|
@@ -877,6 +1023,11 @@ export type SqlBinaryExpression = SqlBinaryExpression$instance & __SqlBinaryExpr
|
|
|
877
1023
|
|
|
878
1024
|
|
|
879
1025
|
export interface SqlConstantExpression$instance extends SqlExpression$instance {
|
|
1026
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_SqlConstantExpression: never;
|
|
1027
|
+
|
|
1028
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
1029
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
1030
|
+
|
|
880
1031
|
readonly IsSensitive: boolean;
|
|
881
1032
|
readonly Value: unknown | undefined;
|
|
882
1033
|
ApplyTypeMapping(typeMapping: RelationalTypeMapping): SqlExpression;
|
|
@@ -905,7 +1056,12 @@ export interface __SqlConstantExpression$views {
|
|
|
905
1056
|
export type SqlConstantExpression = SqlConstantExpression$instance & __SqlConstantExpression$views;
|
|
906
1057
|
|
|
907
1058
|
|
|
908
|
-
export interface SqlExpression$instance extends Expression {
|
|
1059
|
+
export interface SqlExpression$instance extends Expression, Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance, Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance {
|
|
1060
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_SqlExpression: never;
|
|
1061
|
+
|
|
1062
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
1063
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
1064
|
+
|
|
909
1065
|
readonly NodeType: ExpressionType;
|
|
910
1066
|
readonly Type: Type;
|
|
911
1067
|
readonly TypeMapping: RelationalTypeMapping | undefined;
|
|
@@ -926,12 +1082,15 @@ export interface __SqlExpression$views {
|
|
|
926
1082
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
927
1083
|
}
|
|
928
1084
|
|
|
929
|
-
export interface SqlExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance, Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance {}
|
|
930
|
-
|
|
931
1085
|
export type SqlExpression = SqlExpression$instance & __SqlExpression$views;
|
|
932
1086
|
|
|
933
1087
|
|
|
934
1088
|
export interface SqlFragmentExpression$instance extends SqlExpression$instance {
|
|
1089
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_SqlFragmentExpression: never;
|
|
1090
|
+
|
|
1091
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
1092
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
1093
|
+
|
|
935
1094
|
readonly Sql: string;
|
|
936
1095
|
Equals(obj: unknown): boolean;
|
|
937
1096
|
GetHashCode(): int;
|
|
@@ -955,10 +1114,15 @@ export type SqlFragmentExpression = SqlFragmentExpression$instance & __SqlFragme
|
|
|
955
1114
|
|
|
956
1115
|
|
|
957
1116
|
export interface SqlFunctionExpression$instance extends SqlExpression$instance {
|
|
958
|
-
readonly
|
|
959
|
-
|
|
1117
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_SqlFunctionExpression: never;
|
|
1118
|
+
|
|
1119
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
1120
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
1121
|
+
|
|
1122
|
+
readonly Arguments: IReadOnlyList_1<SqlExpression> | undefined;
|
|
1123
|
+
readonly ArgumentsPropagateNullability: IReadOnlyList_1<System_Internal.Boolean> | undefined;
|
|
960
1124
|
readonly Instance: SqlExpression | undefined;
|
|
961
|
-
readonly InstancePropagatesNullability:
|
|
1125
|
+
readonly InstancePropagatesNullability: Nullable_1<System_Internal.Boolean>;
|
|
962
1126
|
readonly IsBuiltIn: boolean;
|
|
963
1127
|
readonly IsNiladic: boolean;
|
|
964
1128
|
readonly IsNullable: boolean;
|
|
@@ -969,8 +1133,8 @@ export interface SqlFunctionExpression$instance extends SqlExpression$instance {
|
|
|
969
1133
|
GetHashCode(): int;
|
|
970
1134
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
971
1135
|
Quote(): Expression;
|
|
972
|
-
Update(instance: SqlExpression, arguments:
|
|
973
|
-
Update(instance: SqlExpression, arguments:
|
|
1136
|
+
Update(instance: SqlExpression, arguments: IReadOnlyList_1<SqlExpression>): SqlFunctionExpression;
|
|
1137
|
+
Update(instance: SqlExpression, arguments: IReadOnlyList_1<SqlExpression>, argumentsPropagateNullability: IReadOnlyList_1<System_Internal.Boolean>): SqlFunctionExpression;
|
|
974
1138
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
975
1139
|
}
|
|
976
1140
|
|
|
@@ -979,10 +1143,10 @@ export const SqlFunctionExpression: {
|
|
|
979
1143
|
new(functionName: string, nullable: boolean, type: Type, typeMapping: RelationalTypeMapping): SqlFunctionExpression;
|
|
980
1144
|
new(schema: string, functionName: string, nullable: boolean, type: Type, typeMapping: RelationalTypeMapping): SqlFunctionExpression;
|
|
981
1145
|
new(instance: SqlExpression, functionName: string, nullable: boolean, instancePropagatesNullability: boolean, type: Type, typeMapping: RelationalTypeMapping): SqlFunctionExpression;
|
|
982
|
-
new(functionName: string, arguments:
|
|
983
|
-
new(schema: string, functionName: string, arguments:
|
|
984
|
-
new(instance: SqlExpression, functionName: string, arguments:
|
|
985
|
-
new(instance: SqlExpression, schema: string, name: string, arguments:
|
|
1146
|
+
new(functionName: string, arguments: IEnumerable_1<SqlExpression>, nullable: boolean, argumentsPropagateNullability: IEnumerable_1<System_Internal.Boolean>, type: Type, typeMapping: RelationalTypeMapping): SqlFunctionExpression;
|
|
1147
|
+
new(schema: string, functionName: string, arguments: IEnumerable_1<SqlExpression>, nullable: boolean, argumentsPropagateNullability: IEnumerable_1<System_Internal.Boolean>, type: Type, typeMapping: RelationalTypeMapping): SqlFunctionExpression;
|
|
1148
|
+
new(instance: SqlExpression, functionName: string, arguments: IEnumerable_1<SqlExpression>, nullable: boolean, instancePropagatesNullability: boolean, argumentsPropagateNullability: IEnumerable_1<System_Internal.Boolean>, type: Type, typeMapping: RelationalTypeMapping): SqlFunctionExpression;
|
|
1149
|
+
new(instance: SqlExpression, schema: string, name: string, arguments: IEnumerable_1<SqlExpression>, nullable: boolean, instancePropagatesNullability: Nullable_1<System_Internal.Boolean>, argumentsPropagateNullability: IEnumerable_1<System_Internal.Boolean>, builtIn: boolean, type: Type, typeMapping: RelationalTypeMapping): SqlFunctionExpression;
|
|
986
1150
|
};
|
|
987
1151
|
|
|
988
1152
|
|
|
@@ -995,10 +1159,15 @@ export type SqlFunctionExpression = SqlFunctionExpression$instance & __SqlFuncti
|
|
|
995
1159
|
|
|
996
1160
|
|
|
997
1161
|
export interface SqlParameterExpression$instance extends SqlExpression$instance {
|
|
1162
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_SqlParameterExpression: never;
|
|
1163
|
+
|
|
1164
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
1165
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
1166
|
+
|
|
998
1167
|
readonly InvariantName: string;
|
|
999
1168
|
readonly IsNullable: boolean;
|
|
1000
1169
|
readonly Name: string;
|
|
1001
|
-
readonly TranslationMode:
|
|
1170
|
+
readonly TranslationMode: Nullable_1<ParameterTranslationMode>;
|
|
1002
1171
|
ApplyTypeMapping(typeMapping: RelationalTypeMapping): SqlParameterExpression;
|
|
1003
1172
|
Equals(obj: unknown): boolean;
|
|
1004
1173
|
GetHashCode(): int;
|
|
@@ -1010,7 +1179,7 @@ export interface SqlParameterExpression$instance extends SqlExpression$instance
|
|
|
1010
1179
|
|
|
1011
1180
|
export const SqlParameterExpression: {
|
|
1012
1181
|
new(name: string, type: Type, typeMapping: RelationalTypeMapping): SqlParameterExpression;
|
|
1013
|
-
new(invariantName: string, name: string, type: Type, nullable: boolean, translationMode:
|
|
1182
|
+
new(invariantName: string, name: string, type: Type, nullable: boolean, translationMode: Nullable_1<ParameterTranslationMode>, typeMapping: RelationalTypeMapping): SqlParameterExpression;
|
|
1014
1183
|
};
|
|
1015
1184
|
|
|
1016
1185
|
|
|
@@ -1023,6 +1192,11 @@ export type SqlParameterExpression = SqlParameterExpression$instance & __SqlPara
|
|
|
1023
1192
|
|
|
1024
1193
|
|
|
1025
1194
|
export interface SqlUnaryExpression$instance extends SqlExpression$instance {
|
|
1195
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_SqlUnaryExpression: never;
|
|
1196
|
+
|
|
1197
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
1198
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
1199
|
+
|
|
1026
1200
|
readonly Operand: SqlExpression;
|
|
1027
1201
|
readonly OperatorType: ExpressionType;
|
|
1028
1202
|
Equals(obj: unknown): boolean;
|
|
@@ -1047,7 +1221,13 @@ export interface __SqlUnaryExpression$views {
|
|
|
1047
1221
|
export type SqlUnaryExpression = SqlUnaryExpression$instance & __SqlUnaryExpression$views;
|
|
1048
1222
|
|
|
1049
1223
|
|
|
1050
|
-
export interface TableExpression$instance extends TableExpressionBase$instance {
|
|
1224
|
+
export interface TableExpression$instance extends TableExpressionBase$instance, ITableBasedExpression$instance {
|
|
1225
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_TableExpression: never;
|
|
1226
|
+
|
|
1227
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
1228
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
1229
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_SqlExpressions_ITableBasedExpression: never;
|
|
1230
|
+
|
|
1051
1231
|
readonly Alias: string | string | undefined;
|
|
1052
1232
|
readonly Name: string;
|
|
1053
1233
|
readonly Schema: string | undefined;
|
|
@@ -1062,7 +1242,7 @@ export interface TableExpression$instance extends TableExpressionBase$instance {
|
|
|
1062
1242
|
|
|
1063
1243
|
export const TableExpression: {
|
|
1064
1244
|
new(alias: string, table: ITableBase): TableExpression;
|
|
1065
|
-
new(alias: string, table: ITableBase, annotations:
|
|
1245
|
+
new(alias: string, table: ITableBase, annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): TableExpression;
|
|
1066
1246
|
};
|
|
1067
1247
|
|
|
1068
1248
|
|
|
@@ -1072,21 +1252,24 @@ export interface __TableExpression$views {
|
|
|
1072
1252
|
As_ITableBasedExpression(): ITableBasedExpression$instance;
|
|
1073
1253
|
}
|
|
1074
1254
|
|
|
1075
|
-
export interface TableExpression$instance extends ITableBasedExpression$instance {}
|
|
1076
|
-
|
|
1077
1255
|
export type TableExpression = TableExpression$instance & __TableExpression$views;
|
|
1078
1256
|
|
|
1079
1257
|
|
|
1080
|
-
export interface TableExpressionBase$instance extends Expression {
|
|
1258
|
+
export interface TableExpressionBase$instance extends Expression, Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance, Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance {
|
|
1259
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_TableExpressionBase: never;
|
|
1260
|
+
|
|
1261
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
1262
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
1263
|
+
|
|
1081
1264
|
readonly Alias: string | string | undefined;
|
|
1082
|
-
readonly Annotations:
|
|
1265
|
+
readonly Annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation> | undefined;
|
|
1083
1266
|
readonly NodeType: ExpressionType;
|
|
1084
1267
|
readonly Type: Type;
|
|
1085
1268
|
AddAnnotation(name: string, value: unknown): TableExpressionBase;
|
|
1086
1269
|
Clone(alias: string, cloningExpressionVisitor: ExpressionVisitor): TableExpressionBase;
|
|
1087
1270
|
Equals(obj: unknown): boolean;
|
|
1088
1271
|
FindAnnotation(name: string): IAnnotation | undefined;
|
|
1089
|
-
GetAnnotations():
|
|
1272
|
+
GetAnnotations(): IEnumerable_1<IAnnotation>;
|
|
1090
1273
|
GetHashCode(): int;
|
|
1091
1274
|
GetRequiredAlias(): string;
|
|
1092
1275
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
@@ -1094,11 +1277,11 @@ export interface TableExpressionBase$instance extends Expression {
|
|
|
1094
1277
|
Quote(): Expression;
|
|
1095
1278
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1096
1279
|
WithAlias(newAlias: string): TableExpressionBase;
|
|
1097
|
-
WithAnnotations(annotations:
|
|
1280
|
+
WithAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): TableExpressionBase;
|
|
1098
1281
|
}
|
|
1099
1282
|
|
|
1100
1283
|
|
|
1101
|
-
export const TableExpressionBase: (abstract new(alias: string, annotations:
|
|
1284
|
+
export const TableExpressionBase: (abstract new(alias: string, annotations: IEnumerable_1<IAnnotation>) => TableExpressionBase) & (abstract new(alias: string, annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>) => TableExpressionBase) & {
|
|
1102
1285
|
};
|
|
1103
1286
|
|
|
1104
1287
|
|
|
@@ -1107,14 +1290,18 @@ export interface __TableExpressionBase$views {
|
|
|
1107
1290
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
1108
1291
|
}
|
|
1109
1292
|
|
|
1110
|
-
export interface TableExpressionBase$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance, Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance {}
|
|
1111
|
-
|
|
1112
1293
|
export type TableExpressionBase = TableExpressionBase$instance & __TableExpressionBase$views;
|
|
1113
1294
|
|
|
1114
1295
|
|
|
1115
|
-
export interface TableValuedFunctionExpression$instance extends TableExpressionBase$instance {
|
|
1296
|
+
export interface TableValuedFunctionExpression$instance extends TableExpressionBase$instance, ITableBasedExpression$instance {
|
|
1297
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_TableValuedFunctionExpression: never;
|
|
1298
|
+
|
|
1299
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
1300
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
1301
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_SqlExpressions_ITableBasedExpression: never;
|
|
1302
|
+
|
|
1116
1303
|
readonly Alias: string | string | undefined;
|
|
1117
|
-
readonly Arguments:
|
|
1304
|
+
readonly Arguments: IReadOnlyList_1<SqlExpression>;
|
|
1118
1305
|
readonly IsBuiltIn: boolean;
|
|
1119
1306
|
readonly Name: string;
|
|
1120
1307
|
readonly Schema: string | undefined;
|
|
@@ -1124,14 +1311,14 @@ export interface TableValuedFunctionExpression$instance extends TableExpressionB
|
|
|
1124
1311
|
GetHashCode(): int;
|
|
1125
1312
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
1126
1313
|
Quote(): Expression;
|
|
1127
|
-
Update(arguments:
|
|
1314
|
+
Update(arguments: IReadOnlyList_1<SqlExpression>): TableValuedFunctionExpression;
|
|
1128
1315
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1129
1316
|
}
|
|
1130
1317
|
|
|
1131
1318
|
|
|
1132
1319
|
export const TableValuedFunctionExpression: {
|
|
1133
|
-
new(alias: string, storeFunction: IStoreFunction, arguments:
|
|
1134
|
-
new(alias: string, name: string, arguments:
|
|
1320
|
+
new(alias: string, storeFunction: IStoreFunction, arguments: IReadOnlyList_1<SqlExpression>): TableValuedFunctionExpression;
|
|
1321
|
+
new(alias: string, name: string, arguments: IReadOnlyList_1<SqlExpression>): TableValuedFunctionExpression;
|
|
1135
1322
|
};
|
|
1136
1323
|
|
|
1137
1324
|
|
|
@@ -1141,12 +1328,15 @@ export interface __TableValuedFunctionExpression$views {
|
|
|
1141
1328
|
As_ITableBasedExpression(): ITableBasedExpression$instance;
|
|
1142
1329
|
}
|
|
1143
1330
|
|
|
1144
|
-
export interface TableValuedFunctionExpression$instance extends ITableBasedExpression$instance {}
|
|
1145
|
-
|
|
1146
1331
|
export type TableValuedFunctionExpression = TableValuedFunctionExpression$instance & __TableValuedFunctionExpression$views;
|
|
1147
1332
|
|
|
1148
1333
|
|
|
1149
1334
|
export interface UnionExpression$instance extends SetOperationBase$instance {
|
|
1335
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_UnionExpression: never;
|
|
1336
|
+
|
|
1337
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
1338
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
1339
|
+
|
|
1150
1340
|
Clone(alias: string, cloningExpressionVisitor: ExpressionVisitor): TableExpressionBase;
|
|
1151
1341
|
Equals(obj: unknown): boolean;
|
|
1152
1342
|
GetHashCode(): int;
|
|
@@ -1154,13 +1344,13 @@ export interface UnionExpression$instance extends SetOperationBase$instance {
|
|
|
1154
1344
|
Quote(): Expression;
|
|
1155
1345
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1156
1346
|
WithAlias(newAlias: string): UnionExpression;
|
|
1157
|
-
WithAnnotations(annotations:
|
|
1347
|
+
WithAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): UnionExpression;
|
|
1158
1348
|
}
|
|
1159
1349
|
|
|
1160
1350
|
|
|
1161
1351
|
export const UnionExpression: {
|
|
1162
1352
|
new(alias: string, source1: SelectExpression, source2: SelectExpression, distinct: boolean): UnionExpression;
|
|
1163
|
-
new(alias: string, source1: SelectExpression, source2: SelectExpression, distinct: boolean, annotations:
|
|
1353
|
+
new(alias: string, source1: SelectExpression, source2: SelectExpression, distinct: boolean, annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): UnionExpression;
|
|
1164
1354
|
};
|
|
1165
1355
|
|
|
1166
1356
|
|
|
@@ -1172,26 +1362,31 @@ export interface __UnionExpression$views {
|
|
|
1172
1362
|
export type UnionExpression = UnionExpression$instance & __UnionExpression$views;
|
|
1173
1363
|
|
|
1174
1364
|
|
|
1175
|
-
export interface UpdateExpression$instance extends Expression {
|
|
1176
|
-
readonly
|
|
1365
|
+
export interface UpdateExpression$instance extends Expression, Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance, Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance {
|
|
1366
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_UpdateExpression: never;
|
|
1367
|
+
|
|
1368
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
1369
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
1370
|
+
|
|
1371
|
+
readonly ColumnValueSetters: IReadOnlyList_1<ColumnValueSetter>;
|
|
1177
1372
|
readonly NodeType: ExpressionType;
|
|
1178
1373
|
readonly SelectExpression: SelectExpression;
|
|
1179
1374
|
readonly Table: TableExpression;
|
|
1180
|
-
readonly Tags:
|
|
1375
|
+
readonly Tags: ISet_1<System_Internal.String>;
|
|
1181
1376
|
readonly Type: Type;
|
|
1182
|
-
ApplyTags(tags:
|
|
1377
|
+
ApplyTags(tags: ISet_1<System_Internal.String>): UpdateExpression;
|
|
1183
1378
|
Equals(obj: unknown): boolean;
|
|
1184
1379
|
GetHashCode(): int;
|
|
1185
1380
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
1186
1381
|
Quote(): Expression;
|
|
1187
|
-
Update(selectExpression: SelectExpression, columnValueSetters:
|
|
1382
|
+
Update(selectExpression: SelectExpression, columnValueSetters: IReadOnlyList_1<ColumnValueSetter>): UpdateExpression;
|
|
1188
1383
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1189
1384
|
}
|
|
1190
1385
|
|
|
1191
1386
|
|
|
1192
1387
|
export const UpdateExpression: {
|
|
1193
|
-
new(table: TableExpression, selectExpression: SelectExpression, columnValueSetters:
|
|
1194
|
-
new(table: TableExpression, selectExpression: SelectExpression, columnValueSetters:
|
|
1388
|
+
new(table: TableExpression, selectExpression: SelectExpression, columnValueSetters: IReadOnlyList_1<ColumnValueSetter>): UpdateExpression;
|
|
1389
|
+
new(table: TableExpression, selectExpression: SelectExpression, columnValueSetters: IReadOnlyList_1<ColumnValueSetter>, tags: ISet_1<System_Internal.String>): UpdateExpression;
|
|
1195
1390
|
};
|
|
1196
1391
|
|
|
1197
1392
|
|
|
@@ -1200,32 +1395,35 @@ export interface __UpdateExpression$views {
|
|
|
1200
1395
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
1201
1396
|
}
|
|
1202
1397
|
|
|
1203
|
-
export interface UpdateExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance, Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance {}
|
|
1204
|
-
|
|
1205
1398
|
export type UpdateExpression = UpdateExpression$instance & __UpdateExpression$views;
|
|
1206
1399
|
|
|
1207
1400
|
|
|
1208
1401
|
export interface ValuesExpression$instance extends TableExpressionBase$instance {
|
|
1402
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_ValuesExpression: never;
|
|
1403
|
+
|
|
1404
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
1405
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
1406
|
+
|
|
1209
1407
|
readonly Alias: string | string | undefined;
|
|
1210
|
-
readonly ColumnNames:
|
|
1211
|
-
readonly RowValues:
|
|
1408
|
+
readonly ColumnNames: IReadOnlyList_1<System_Internal.String>;
|
|
1409
|
+
readonly RowValues: IReadOnlyList_1<RowValueExpression> | undefined;
|
|
1212
1410
|
readonly ValuesParameter: SqlParameterExpression | undefined;
|
|
1213
1411
|
Clone(alias: string, cloningExpressionVisitor: ExpressionVisitor): TableExpressionBase;
|
|
1214
1412
|
Equals(obj: unknown): boolean;
|
|
1215
1413
|
GetHashCode(): int;
|
|
1216
1414
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
1217
1415
|
Quote(): Expression;
|
|
1218
|
-
Update(rowValues:
|
|
1416
|
+
Update(rowValues: IReadOnlyList_1<RowValueExpression>): ValuesExpression;
|
|
1219
1417
|
Update(valuesParameter: SqlParameterExpression): ValuesExpression;
|
|
1220
|
-
Update(rowValues:
|
|
1418
|
+
Update(rowValues: IReadOnlyList_1<RowValueExpression>, valuesParameter: SqlParameterExpression): ValuesExpression;
|
|
1221
1419
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1222
1420
|
}
|
|
1223
1421
|
|
|
1224
1422
|
|
|
1225
1423
|
export const ValuesExpression: {
|
|
1226
|
-
new(alias: string, rowValues:
|
|
1227
|
-
new(alias: string, valuesParameter: SqlParameterExpression, columnNames:
|
|
1228
|
-
new(alias: string, rowValues:
|
|
1424
|
+
new(alias: string, rowValues: IReadOnlyList_1<RowValueExpression>, columnNames: IReadOnlyList_1<System_Internal.String>): ValuesExpression;
|
|
1425
|
+
new(alias: string, valuesParameter: SqlParameterExpression, columnNames: IReadOnlyList_1<System_Internal.String>): ValuesExpression;
|
|
1426
|
+
new(alias: string, rowValues: IReadOnlyList_1<RowValueExpression>, valuesParameter: SqlParameterExpression, columnNames: IReadOnlyList_1<System_Internal.String>, annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): ValuesExpression;
|
|
1229
1427
|
};
|
|
1230
1428
|
|
|
1231
1429
|
|