@tsonic/efcore 10.0.5 → 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 +599 -529
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +193 -155
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +385 -291
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +123 -103
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +22 -10
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +443 -261
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +66 -42
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +215 -145
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +39 -29
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +140 -122
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +1139 -1035
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +510 -476
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +363 -307
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +13 -7
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/internal/index.d.ts +25 -21
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1557 -1305
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +91 -67
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +78 -74
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +271 -207
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +22 -20
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +389 -241
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +354 -267
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +188 -120
- package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +21 -15
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +93 -73
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +357 -239
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +51 -35
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +85 -25
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +137 -43
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +54 -32
- package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +92 -68
- package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +121 -91
- package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +53 -23
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +44 -6
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +13 -13
- package/System.Transactions/internal/index.d.ts +3 -3
- package/__internal/extensions/index.d.ts +1462 -1465
- package/package.json +4 -4
|
@@ -16,11 +16,11 @@ 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
26
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_SqlExpressions_ITableBasedExpression: never;
|
|
@@ -32,6 +32,8 @@ export interface ITableBasedExpression$instance {
|
|
|
32
32
|
export type ITableBasedExpression = ITableBasedExpression$instance;
|
|
33
33
|
|
|
34
34
|
export interface ColumnValueSetter$instance {
|
|
35
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_ColumnValueSetter: never;
|
|
36
|
+
|
|
35
37
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
36
38
|
|
|
37
39
|
Column: ColumnExpression;
|
|
@@ -52,6 +54,8 @@ export const ColumnValueSetter: {
|
|
|
52
54
|
export type ColumnValueSetter = ColumnValueSetter$instance;
|
|
53
55
|
|
|
54
56
|
export interface AtTimeZoneExpression$instance extends SqlExpression$instance {
|
|
57
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_AtTimeZoneExpression: never;
|
|
58
|
+
|
|
55
59
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
56
60
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
57
61
|
|
|
@@ -80,24 +84,26 @@ export type AtTimeZoneExpression = AtTimeZoneExpression$instance & __AtTimeZoneE
|
|
|
80
84
|
|
|
81
85
|
|
|
82
86
|
export interface CaseExpression$instance extends SqlExpression$instance {
|
|
87
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_CaseExpression: never;
|
|
88
|
+
|
|
83
89
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
84
90
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
85
91
|
|
|
86
92
|
readonly ElseResult: SqlExpression | undefined;
|
|
87
93
|
readonly Operand: SqlExpression | undefined;
|
|
88
|
-
readonly WhenClauses:
|
|
94
|
+
readonly WhenClauses: IReadOnlyList_1<CaseWhenClause>;
|
|
89
95
|
Equals(obj: unknown): boolean;
|
|
90
96
|
GetHashCode(): int;
|
|
91
97
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
92
98
|
Quote(): Expression;
|
|
93
|
-
Update(operand: SqlExpression, whenClauses:
|
|
99
|
+
Update(operand: SqlExpression, whenClauses: IReadOnlyList_1<CaseWhenClause>, elseResult: SqlExpression): CaseExpression;
|
|
94
100
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
95
101
|
}
|
|
96
102
|
|
|
97
103
|
|
|
98
104
|
export const CaseExpression: {
|
|
99
|
-
new(operand: SqlExpression, whenClauses:
|
|
100
|
-
new(whenClauses:
|
|
105
|
+
new(operand: SqlExpression, whenClauses: IReadOnlyList_1<CaseWhenClause>, elseResult: SqlExpression): CaseExpression;
|
|
106
|
+
new(whenClauses: IReadOnlyList_1<CaseWhenClause>, elseResult: SqlExpression): CaseExpression;
|
|
101
107
|
};
|
|
102
108
|
|
|
103
109
|
|
|
@@ -110,6 +116,8 @@ export type CaseExpression = CaseExpression$instance & __CaseExpression$views;
|
|
|
110
116
|
|
|
111
117
|
|
|
112
118
|
export interface CaseWhenClause$instance {
|
|
119
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_CaseWhenClause: never;
|
|
120
|
+
|
|
113
121
|
readonly Result: SqlExpression;
|
|
114
122
|
readonly Test: SqlExpression;
|
|
115
123
|
Equals(obj: unknown): boolean;
|
|
@@ -125,6 +133,8 @@ export const CaseWhenClause: {
|
|
|
125
133
|
export type CaseWhenClause = CaseWhenClause$instance;
|
|
126
134
|
|
|
127
135
|
export interface CollateExpression$instance extends SqlExpression$instance {
|
|
136
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_CollateExpression: never;
|
|
137
|
+
|
|
128
138
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
129
139
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
130
140
|
|
|
@@ -153,6 +163,8 @@ export type CollateExpression = CollateExpression$instance & __CollateExpression
|
|
|
153
163
|
|
|
154
164
|
|
|
155
165
|
export interface ColumnExpression$instance extends SqlExpression$instance {
|
|
166
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_ColumnExpression: never;
|
|
167
|
+
|
|
156
168
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
157
169
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
158
170
|
|
|
@@ -186,6 +198,8 @@ export type ColumnExpression = ColumnExpression$instance & __ColumnExpression$vi
|
|
|
186
198
|
|
|
187
199
|
|
|
188
200
|
export interface CrossApplyExpression$instance extends JoinExpressionBase$instance {
|
|
201
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_CrossApplyExpression: never;
|
|
202
|
+
|
|
189
203
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
190
204
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
191
205
|
|
|
@@ -194,7 +208,7 @@ export interface CrossApplyExpression$instance extends JoinExpressionBase$instan
|
|
|
194
208
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
195
209
|
Quote(): Expression;
|
|
196
210
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
197
|
-
WithAnnotations(annotations:
|
|
211
|
+
WithAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): CrossApplyExpression;
|
|
198
212
|
}
|
|
199
213
|
|
|
200
214
|
|
|
@@ -212,6 +226,8 @@ export type CrossApplyExpression = CrossApplyExpression$instance & __CrossApplyE
|
|
|
212
226
|
|
|
213
227
|
|
|
214
228
|
export interface CrossJoinExpression$instance extends JoinExpressionBase$instance {
|
|
229
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_CrossJoinExpression: never;
|
|
230
|
+
|
|
215
231
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
216
232
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
217
233
|
|
|
@@ -220,7 +236,7 @@ export interface CrossJoinExpression$instance extends JoinExpressionBase$instanc
|
|
|
220
236
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
221
237
|
Quote(): Expression;
|
|
222
238
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
223
|
-
WithAnnotations(annotations:
|
|
239
|
+
WithAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): CrossJoinExpression;
|
|
224
240
|
}
|
|
225
241
|
|
|
226
242
|
|
|
@@ -237,16 +253,18 @@ export interface __CrossJoinExpression$views {
|
|
|
237
253
|
export type CrossJoinExpression = CrossJoinExpression$instance & __CrossJoinExpression$views;
|
|
238
254
|
|
|
239
255
|
|
|
240
|
-
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
|
+
|
|
241
259
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
242
260
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
243
261
|
|
|
244
262
|
readonly NodeType: ExpressionType;
|
|
245
263
|
readonly SelectExpression: SelectExpression;
|
|
246
264
|
readonly Table: TableExpression;
|
|
247
|
-
readonly Tags:
|
|
265
|
+
readonly Tags: ISet_1<System_Internal.String>;
|
|
248
266
|
readonly Type: Type;
|
|
249
|
-
ApplyTags(tags:
|
|
267
|
+
ApplyTags(tags: ISet_1<System_Internal.String>): DeleteExpression;
|
|
250
268
|
Equals(obj: unknown): boolean;
|
|
251
269
|
GetHashCode(): int;
|
|
252
270
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
@@ -258,7 +276,7 @@ export interface DeleteExpression$instance extends Expression {
|
|
|
258
276
|
|
|
259
277
|
export const DeleteExpression: {
|
|
260
278
|
new(table: TableExpression, selectExpression: SelectExpression): DeleteExpression;
|
|
261
|
-
new(table: TableExpression, selectExpression: SelectExpression, tags:
|
|
279
|
+
new(table: TableExpression, selectExpression: SelectExpression, tags: ISet_1<System_Internal.String>): DeleteExpression;
|
|
262
280
|
};
|
|
263
281
|
|
|
264
282
|
|
|
@@ -267,12 +285,12 @@ export interface __DeleteExpression$views {
|
|
|
267
285
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
268
286
|
}
|
|
269
287
|
|
|
270
|
-
export interface DeleteExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance, Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance {}
|
|
271
|
-
|
|
272
288
|
export type DeleteExpression = DeleteExpression$instance & __DeleteExpression$views;
|
|
273
289
|
|
|
274
290
|
|
|
275
291
|
export interface DistinctExpression$instance extends SqlExpression$instance {
|
|
292
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_DistinctExpression: never;
|
|
293
|
+
|
|
276
294
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
277
295
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
278
296
|
|
|
@@ -300,6 +318,8 @@ export type DistinctExpression = DistinctExpression$instance & __DistinctExpress
|
|
|
300
318
|
|
|
301
319
|
|
|
302
320
|
export interface ExceptExpression$instance extends SetOperationBase$instance {
|
|
321
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_ExceptExpression: never;
|
|
322
|
+
|
|
303
323
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
304
324
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
305
325
|
|
|
@@ -310,13 +330,13 @@ export interface ExceptExpression$instance extends SetOperationBase$instance {
|
|
|
310
330
|
Quote(): Expression;
|
|
311
331
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
312
332
|
WithAlias(newAlias: string): ExceptExpression;
|
|
313
|
-
WithAnnotations(annotations:
|
|
333
|
+
WithAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): ExceptExpression;
|
|
314
334
|
}
|
|
315
335
|
|
|
316
336
|
|
|
317
337
|
export const ExceptExpression: {
|
|
318
338
|
new(alias: string, source1: SelectExpression, source2: SelectExpression, distinct: boolean): ExceptExpression;
|
|
319
|
-
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;
|
|
320
340
|
};
|
|
321
341
|
|
|
322
342
|
|
|
@@ -329,6 +349,8 @@ export type ExceptExpression = ExceptExpression$instance & __ExceptExpression$vi
|
|
|
329
349
|
|
|
330
350
|
|
|
331
351
|
export interface ExistsExpression$instance extends SqlExpression$instance {
|
|
352
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_ExistsExpression: never;
|
|
353
|
+
|
|
332
354
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
333
355
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
334
356
|
|
|
@@ -355,7 +377,9 @@ export interface __ExistsExpression$views {
|
|
|
355
377
|
export type ExistsExpression = ExistsExpression$instance & __ExistsExpression$views;
|
|
356
378
|
|
|
357
379
|
|
|
358
|
-
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
|
+
|
|
359
383
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
360
384
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
361
385
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_SqlExpressions_ITableBasedExpression: never;
|
|
@@ -377,7 +401,7 @@ export interface FromSqlExpression$instance extends TableExpressionBase$instance
|
|
|
377
401
|
export const FromSqlExpression: {
|
|
378
402
|
new(alias: string, defaultTableBase: ITableBase, sql: string, arguments: Expression): FromSqlExpression;
|
|
379
403
|
new(alias: string, sql: string, arguments: Expression): FromSqlExpression;
|
|
380
|
-
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;
|
|
381
405
|
};
|
|
382
406
|
|
|
383
407
|
|
|
@@ -387,18 +411,18 @@ export interface __FromSqlExpression$views {
|
|
|
387
411
|
As_ITableBasedExpression(): ITableBasedExpression$instance;
|
|
388
412
|
}
|
|
389
413
|
|
|
390
|
-
export interface FromSqlExpression$instance extends ITableBasedExpression$instance {}
|
|
391
|
-
|
|
392
414
|
export type FromSqlExpression = FromSqlExpression$instance & __FromSqlExpression$views;
|
|
393
415
|
|
|
394
416
|
|
|
395
417
|
export interface InExpression$instance extends SqlExpression$instance {
|
|
418
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_InExpression: never;
|
|
419
|
+
|
|
396
420
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
397
421
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
398
422
|
|
|
399
423
|
readonly Item: SqlExpression;
|
|
400
424
|
readonly Subquery: SelectExpression | undefined;
|
|
401
|
-
readonly Values:
|
|
425
|
+
readonly Values: IReadOnlyList_1<SqlExpression> | undefined;
|
|
402
426
|
readonly ValuesParameter: SqlParameterExpression | undefined;
|
|
403
427
|
ApplyTypeMapping(typeMapping: RelationalTypeMapping): InExpression;
|
|
404
428
|
Equals(obj: unknown): boolean;
|
|
@@ -406,16 +430,16 @@ export interface InExpression$instance extends SqlExpression$instance {
|
|
|
406
430
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
407
431
|
Quote(): Expression;
|
|
408
432
|
Update(item: SqlExpression, subquery: SelectExpression): InExpression;
|
|
409
|
-
Update(item: SqlExpression, values:
|
|
433
|
+
Update(item: SqlExpression, values: IReadOnlyList_1<SqlExpression>): InExpression;
|
|
410
434
|
Update(item: SqlExpression, valuesParameter: SqlParameterExpression): InExpression;
|
|
411
|
-
Update(item: SqlExpression, subquery: SelectExpression, values:
|
|
435
|
+
Update(item: SqlExpression, subquery: SelectExpression, values: IReadOnlyList_1<SqlExpression>, valuesParameter: SqlParameterExpression): InExpression;
|
|
412
436
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
413
437
|
}
|
|
414
438
|
|
|
415
439
|
|
|
416
440
|
export const InExpression: {
|
|
417
441
|
new(item: SqlExpression, subquery: SelectExpression, typeMapping: RelationalTypeMapping): InExpression;
|
|
418
|
-
new(item: SqlExpression, values:
|
|
442
|
+
new(item: SqlExpression, values: IReadOnlyList_1<SqlExpression>, typeMapping: RelationalTypeMapping): InExpression;
|
|
419
443
|
new(item: SqlExpression, valuesParameter: SqlParameterExpression, typeMapping: RelationalTypeMapping): InExpression;
|
|
420
444
|
};
|
|
421
445
|
|
|
@@ -429,6 +453,8 @@ export type InExpression = InExpression$instance & __InExpression$views;
|
|
|
429
453
|
|
|
430
454
|
|
|
431
455
|
export interface InnerJoinExpression$instance extends PredicateJoinExpressionBase$instance {
|
|
456
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_InnerJoinExpression: never;
|
|
457
|
+
|
|
432
458
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
433
459
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
434
460
|
|
|
@@ -437,13 +463,13 @@ export interface InnerJoinExpression$instance extends PredicateJoinExpressionBas
|
|
|
437
463
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
438
464
|
Quote(): Expression;
|
|
439
465
|
Update(table: TableExpressionBase, joinPredicate: SqlExpression): JoinExpressionBase;
|
|
440
|
-
WithAnnotations(annotations:
|
|
466
|
+
WithAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): InnerJoinExpression;
|
|
441
467
|
}
|
|
442
468
|
|
|
443
469
|
|
|
444
470
|
export const InnerJoinExpression: {
|
|
445
471
|
new(table: TableExpressionBase, joinPredicate: SqlExpression, prunable: boolean): InnerJoinExpression;
|
|
446
|
-
new(table: TableExpressionBase, joinPredicate: SqlExpression, prunable: boolean, annotations:
|
|
472
|
+
new(table: TableExpressionBase, joinPredicate: SqlExpression, prunable: boolean, annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): InnerJoinExpression;
|
|
447
473
|
};
|
|
448
474
|
|
|
449
475
|
|
|
@@ -456,6 +482,8 @@ export type InnerJoinExpression = InnerJoinExpression$instance & __InnerJoinExpr
|
|
|
456
482
|
|
|
457
483
|
|
|
458
484
|
export interface IntersectExpression$instance extends SetOperationBase$instance {
|
|
485
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_IntersectExpression: never;
|
|
486
|
+
|
|
459
487
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
460
488
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
461
489
|
|
|
@@ -466,13 +494,13 @@ export interface IntersectExpression$instance extends SetOperationBase$instance
|
|
|
466
494
|
Quote(): Expression;
|
|
467
495
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
468
496
|
WithAlias(newAlias: string): IntersectExpression;
|
|
469
|
-
WithAnnotations(annotations:
|
|
497
|
+
WithAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): IntersectExpression;
|
|
470
498
|
}
|
|
471
499
|
|
|
472
500
|
|
|
473
501
|
export const IntersectExpression: {
|
|
474
502
|
new(alias: string, source1: SelectExpression, source2: SelectExpression, distinct: boolean): IntersectExpression;
|
|
475
|
-
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;
|
|
476
504
|
};
|
|
477
505
|
|
|
478
506
|
|
|
@@ -485,6 +513,8 @@ export type IntersectExpression = IntersectExpression$instance & __IntersectExpr
|
|
|
485
513
|
|
|
486
514
|
|
|
487
515
|
export interface JoinExpressionBase$instance extends TableExpressionBase$instance {
|
|
516
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_JoinExpressionBase: never;
|
|
517
|
+
|
|
488
518
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
489
519
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
490
520
|
|
|
@@ -501,7 +531,7 @@ export interface JoinExpressionBase$instance extends TableExpressionBase$instanc
|
|
|
501
531
|
}
|
|
502
532
|
|
|
503
533
|
|
|
504
|
-
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) & {
|
|
505
535
|
};
|
|
506
536
|
|
|
507
537
|
|
|
@@ -514,12 +544,14 @@ export type JoinExpressionBase = JoinExpressionBase$instance & __JoinExpressionB
|
|
|
514
544
|
|
|
515
545
|
|
|
516
546
|
export interface JsonScalarExpression$instance extends SqlExpression$instance {
|
|
547
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_JsonScalarExpression: never;
|
|
548
|
+
|
|
517
549
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
518
550
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
519
551
|
|
|
520
552
|
readonly IsNullable: boolean;
|
|
521
553
|
readonly Json: SqlExpression;
|
|
522
|
-
readonly Path:
|
|
554
|
+
readonly Path: IReadOnlyList_1<PathSegment>;
|
|
523
555
|
Equals(obj: unknown): boolean;
|
|
524
556
|
GetHashCode(): int;
|
|
525
557
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
@@ -530,7 +562,7 @@ export interface JsonScalarExpression$instance extends SqlExpression$instance {
|
|
|
530
562
|
|
|
531
563
|
|
|
532
564
|
export const JsonScalarExpression: {
|
|
533
|
-
new(json: SqlExpression, path:
|
|
565
|
+
new(json: SqlExpression, path: IReadOnlyList_1<PathSegment>, type: Type, typeMapping: RelationalTypeMapping, nullable: boolean): JsonScalarExpression;
|
|
534
566
|
};
|
|
535
567
|
|
|
536
568
|
|
|
@@ -543,6 +575,8 @@ export type JsonScalarExpression = JsonScalarExpression$instance & __JsonScalarE
|
|
|
543
575
|
|
|
544
576
|
|
|
545
577
|
export interface LeftJoinExpression$instance extends PredicateJoinExpressionBase$instance {
|
|
578
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_LeftJoinExpression: never;
|
|
579
|
+
|
|
546
580
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
547
581
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
548
582
|
|
|
@@ -550,13 +584,13 @@ export interface LeftJoinExpression$instance extends PredicateJoinExpressionBase
|
|
|
550
584
|
GetHashCode(): int;
|
|
551
585
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
552
586
|
Quote(): Expression;
|
|
553
|
-
WithAnnotations(annotations:
|
|
587
|
+
WithAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): LeftJoinExpression;
|
|
554
588
|
}
|
|
555
589
|
|
|
556
590
|
|
|
557
591
|
export const LeftJoinExpression: {
|
|
558
592
|
new(table: TableExpressionBase, joinPredicate: SqlExpression, prunable: boolean): LeftJoinExpression;
|
|
559
|
-
new(table: TableExpressionBase, joinPredicate: SqlExpression, prunable: boolean, annotations:
|
|
593
|
+
new(table: TableExpressionBase, joinPredicate: SqlExpression, prunable: boolean, annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): LeftJoinExpression;
|
|
560
594
|
};
|
|
561
595
|
|
|
562
596
|
|
|
@@ -569,6 +603,8 @@ export type LeftJoinExpression = LeftJoinExpression$instance & __LeftJoinExpress
|
|
|
569
603
|
|
|
570
604
|
|
|
571
605
|
export interface LikeExpression$instance extends SqlExpression$instance {
|
|
606
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_LikeExpression: never;
|
|
607
|
+
|
|
572
608
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
573
609
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
574
610
|
|
|
@@ -597,7 +633,9 @@ export interface __LikeExpression$views {
|
|
|
597
633
|
export type LikeExpression = LikeExpression$instance & __LikeExpression$views;
|
|
598
634
|
|
|
599
635
|
|
|
600
|
-
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
|
+
|
|
601
639
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
602
640
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
603
641
|
|
|
@@ -623,12 +661,12 @@ export interface __OrderingExpression$views {
|
|
|
623
661
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
624
662
|
}
|
|
625
663
|
|
|
626
|
-
export interface OrderingExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance, Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance {}
|
|
627
|
-
|
|
628
664
|
export type OrderingExpression = OrderingExpression$instance & __OrderingExpression$views;
|
|
629
665
|
|
|
630
666
|
|
|
631
667
|
export interface OuterApplyExpression$instance extends JoinExpressionBase$instance {
|
|
668
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_OuterApplyExpression: never;
|
|
669
|
+
|
|
632
670
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
633
671
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
634
672
|
|
|
@@ -637,13 +675,13 @@ export interface OuterApplyExpression$instance extends JoinExpressionBase$instan
|
|
|
637
675
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
638
676
|
Quote(): Expression;
|
|
639
677
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
640
|
-
WithAnnotations(annotations:
|
|
678
|
+
WithAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): OuterApplyExpression;
|
|
641
679
|
}
|
|
642
680
|
|
|
643
681
|
|
|
644
682
|
export const OuterApplyExpression: {
|
|
645
683
|
new(table: TableExpressionBase): OuterApplyExpression;
|
|
646
|
-
new(table: TableExpressionBase, annotations:
|
|
684
|
+
new(table: TableExpressionBase, annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): OuterApplyExpression;
|
|
647
685
|
};
|
|
648
686
|
|
|
649
687
|
|
|
@@ -656,6 +694,8 @@ export type OuterApplyExpression = OuterApplyExpression$instance & __OuterApplyE
|
|
|
656
694
|
|
|
657
695
|
|
|
658
696
|
export interface PredicateJoinExpressionBase$instance extends JoinExpressionBase$instance {
|
|
697
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_PredicateJoinExpressionBase: never;
|
|
698
|
+
|
|
659
699
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
660
700
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
661
701
|
|
|
@@ -669,7 +709,7 @@ export interface PredicateJoinExpressionBase$instance extends JoinExpressionBase
|
|
|
669
709
|
}
|
|
670
710
|
|
|
671
711
|
|
|
672
|
-
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) & {
|
|
673
713
|
};
|
|
674
714
|
|
|
675
715
|
|
|
@@ -681,7 +721,9 @@ export interface __PredicateJoinExpressionBase$views {
|
|
|
681
721
|
export type PredicateJoinExpressionBase = PredicateJoinExpressionBase$instance & __PredicateJoinExpressionBase$views;
|
|
682
722
|
|
|
683
723
|
|
|
684
|
-
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
|
+
|
|
685
727
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
686
728
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
687
729
|
|
|
@@ -707,12 +749,12 @@ export interface __ProjectionExpression$views {
|
|
|
707
749
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
708
750
|
}
|
|
709
751
|
|
|
710
|
-
export interface ProjectionExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance, Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance {}
|
|
711
|
-
|
|
712
752
|
export type ProjectionExpression = ProjectionExpression$instance & __ProjectionExpression$views;
|
|
713
753
|
|
|
714
754
|
|
|
715
755
|
export interface RightJoinExpression$instance extends PredicateJoinExpressionBase$instance {
|
|
756
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_RightJoinExpression: never;
|
|
757
|
+
|
|
716
758
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
717
759
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
718
760
|
|
|
@@ -720,13 +762,13 @@ export interface RightJoinExpression$instance extends PredicateJoinExpressionBas
|
|
|
720
762
|
GetHashCode(): int;
|
|
721
763
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
722
764
|
Quote(): Expression;
|
|
723
|
-
WithAnnotations(annotations:
|
|
765
|
+
WithAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): RightJoinExpression;
|
|
724
766
|
}
|
|
725
767
|
|
|
726
768
|
|
|
727
769
|
export const RightJoinExpression: {
|
|
728
770
|
new(table: TableExpressionBase, joinPredicate: SqlExpression, prunable: boolean): RightJoinExpression;
|
|
729
|
-
new(table: TableExpressionBase, joinPredicate: SqlExpression, prunable: boolean, annotations:
|
|
771
|
+
new(table: TableExpressionBase, joinPredicate: SqlExpression, prunable: boolean, annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): RightJoinExpression;
|
|
730
772
|
};
|
|
731
773
|
|
|
732
774
|
|
|
@@ -739,22 +781,24 @@ export type RightJoinExpression = RightJoinExpression$instance & __RightJoinExpr
|
|
|
739
781
|
|
|
740
782
|
|
|
741
783
|
export interface RowNumberExpression$instance extends SqlExpression$instance {
|
|
784
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_RowNumberExpression: never;
|
|
785
|
+
|
|
742
786
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
743
787
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
744
788
|
|
|
745
|
-
readonly Orderings:
|
|
746
|
-
readonly Partitions:
|
|
789
|
+
readonly Orderings: IReadOnlyList_1<OrderingExpression>;
|
|
790
|
+
readonly Partitions: IReadOnlyList_1<SqlExpression>;
|
|
747
791
|
Equals(obj: unknown): boolean;
|
|
748
792
|
GetHashCode(): int;
|
|
749
793
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
750
794
|
Quote(): Expression;
|
|
751
|
-
Update(partitions:
|
|
795
|
+
Update(partitions: IReadOnlyList_1<SqlExpression>, orderings: IReadOnlyList_1<OrderingExpression>): RowNumberExpression;
|
|
752
796
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
753
797
|
}
|
|
754
798
|
|
|
755
799
|
|
|
756
800
|
export const RowNumberExpression: {
|
|
757
|
-
new(partitions:
|
|
801
|
+
new(partitions: IReadOnlyList_1<SqlExpression>, orderings: IReadOnlyList_1<OrderingExpression>, typeMapping: RelationalTypeMapping): RowNumberExpression;
|
|
758
802
|
};
|
|
759
803
|
|
|
760
804
|
|
|
@@ -767,21 +811,23 @@ export type RowNumberExpression = RowNumberExpression$instance & __RowNumberExpr
|
|
|
767
811
|
|
|
768
812
|
|
|
769
813
|
export interface RowValueExpression$instance extends SqlExpression$instance {
|
|
814
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_RowValueExpression: never;
|
|
815
|
+
|
|
770
816
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
771
817
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
772
818
|
|
|
773
|
-
readonly Values:
|
|
819
|
+
readonly Values: IReadOnlyList_1<SqlExpression>;
|
|
774
820
|
Equals(obj: unknown): boolean;
|
|
775
821
|
GetHashCode(): int;
|
|
776
822
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
777
823
|
Quote(): Expression;
|
|
778
|
-
Update(values:
|
|
824
|
+
Update(values: IReadOnlyList_1<SqlExpression>): RowValueExpression;
|
|
779
825
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
780
826
|
}
|
|
781
827
|
|
|
782
828
|
|
|
783
829
|
export const RowValueExpression: {
|
|
784
|
-
new(values:
|
|
830
|
+
new(values: IReadOnlyList_1<SqlExpression>): RowValueExpression;
|
|
785
831
|
};
|
|
786
832
|
|
|
787
833
|
|
|
@@ -794,6 +840,8 @@ export type RowValueExpression = RowValueExpression$instance & __RowValueExpress
|
|
|
794
840
|
|
|
795
841
|
|
|
796
842
|
export interface ScalarSubqueryExpression$instance extends SqlExpression$instance {
|
|
843
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_ScalarSubqueryExpression: never;
|
|
844
|
+
|
|
797
845
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
798
846
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
799
847
|
|
|
@@ -822,11 +870,13 @@ export type ScalarSubqueryExpression = ScalarSubqueryExpression$instance & __Sca
|
|
|
822
870
|
|
|
823
871
|
|
|
824
872
|
export interface SelectExpression$instance extends TableExpressionBase$instance {
|
|
873
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_SelectExpression: never;
|
|
874
|
+
|
|
825
875
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
826
876
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
827
877
|
|
|
828
878
|
readonly DebugView: string;
|
|
829
|
-
readonly GroupBy:
|
|
879
|
+
readonly GroupBy: IReadOnlyList_1<SqlExpression>;
|
|
830
880
|
get Having(): SqlExpression | undefined;
|
|
831
881
|
set Having(value: SqlExpression | undefined);
|
|
832
882
|
IsDistinct: boolean;
|
|
@@ -834,12 +884,12 @@ export interface SelectExpression$instance extends TableExpressionBase$instance
|
|
|
834
884
|
set Limit(value: SqlExpression | undefined);
|
|
835
885
|
get Offset(): SqlExpression | undefined;
|
|
836
886
|
set Offset(value: SqlExpression | undefined);
|
|
837
|
-
readonly Orderings:
|
|
887
|
+
readonly Orderings: IReadOnlyList_1<OrderingExpression>;
|
|
838
888
|
get Predicate(): SqlExpression | undefined;
|
|
839
889
|
set Predicate(value: SqlExpression | undefined);
|
|
840
|
-
readonly Projection:
|
|
841
|
-
readonly Tables:
|
|
842
|
-
Tags:
|
|
890
|
+
readonly Projection: IReadOnlyList_1<ProjectionExpression>;
|
|
891
|
+
readonly Tables: IReadOnlyList_1<TableExpressionBase>;
|
|
892
|
+
Tags: ISet_1<System_Internal.String>;
|
|
843
893
|
AddCrossApply(innerSelectExpression: SelectExpression): void;
|
|
844
894
|
AddCrossApply(innerSource: ShapedQueryExpression, outerShaper: Expression): Expression;
|
|
845
895
|
AddCrossJoin(innerSelectExpression: SelectExpression): void;
|
|
@@ -865,11 +915,11 @@ export interface SelectExpression$instance extends TableExpressionBase$instance
|
|
|
865
915
|
ApplyPredicate(sqlExpression: SqlExpression): void;
|
|
866
916
|
ApplyProjection(): void;
|
|
867
917
|
ApplyProjection(shaperExpression: Expression, resultCardinality: ResultCardinality, querySplittingBehavior: QuerySplittingBehavior): Expression;
|
|
868
|
-
ApplyTags(tags:
|
|
918
|
+
ApplyTags(tags: ISet_1<System_Internal.String>): void;
|
|
869
919
|
ApplyUnion(source2: SelectExpression, distinct: boolean): void;
|
|
870
920
|
ClearOrdering(): void;
|
|
871
921
|
Clone(alias: string, cloningExpressionVisitor: ExpressionVisitor): TableExpressionBase;
|
|
872
|
-
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;
|
|
873
923
|
Equals(obj: unknown): boolean;
|
|
874
924
|
GenerateOwnedReferenceEntityProjectionExpression(principalEntityProjection: StructuralTypeProjectionExpression, navigation: INavigation, sqlExpressionFactory: ISqlExpressionFactory, sqlAliasManager: SqlAliasManager): StructuralTypeShaperExpression;
|
|
875
925
|
GetHashCode(): int;
|
|
@@ -883,22 +933,22 @@ export interface SelectExpression$instance extends TableExpressionBase$instance
|
|
|
883
933
|
PushdownIntoSubquery(): void;
|
|
884
934
|
Quote(): Expression;
|
|
885
935
|
RemoveTpcTableExpression(): SelectExpression;
|
|
886
|
-
ReplaceProjection(projectionMapping:
|
|
887
|
-
ReplaceProjection(clientProjections:
|
|
936
|
+
ReplaceProjection(projectionMapping: IReadOnlyDictionary_2<ProjectionMember, Expression>): void;
|
|
937
|
+
ReplaceProjection(clientProjections: IReadOnlyList_1<Expression>): void;
|
|
888
938
|
ReverseOrderings(): void;
|
|
889
939
|
SetLimit(sqlExpression: SqlExpression): void;
|
|
890
|
-
SetTables(tables:
|
|
891
|
-
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;
|
|
892
942
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
893
943
|
}
|
|
894
944
|
|
|
895
945
|
|
|
896
946
|
export const SelectExpression: {
|
|
897
|
-
new(alias: string, tables:
|
|
898
|
-
new(alias: string, tables:
|
|
899
|
-
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;
|
|
900
950
|
new(projection: SqlExpression, sqlAliasManager: SqlAliasManager): SelectExpression;
|
|
901
|
-
CreateImmutable(alias: string, tables:
|
|
951
|
+
CreateImmutable(alias: string, tables: List_1<TableExpressionBase>, projection: List_1<ProjectionExpression>, sqlAliasManager: SqlAliasManager): SelectExpression;
|
|
902
952
|
GenerateComplexPropertyShaperExpression(containerProjection: StructuralTypeProjectionExpression, complexProperty: IComplexProperty): Expression;
|
|
903
953
|
};
|
|
904
954
|
|
|
@@ -912,6 +962,8 @@ export type SelectExpression = SelectExpression$instance & __SelectExpression$vi
|
|
|
912
962
|
|
|
913
963
|
|
|
914
964
|
export interface SetOperationBase$instance extends TableExpressionBase$instance {
|
|
965
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_SetOperationBase: never;
|
|
966
|
+
|
|
915
967
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
916
968
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
917
969
|
|
|
@@ -927,7 +979,7 @@ export interface SetOperationBase$instance extends TableExpressionBase$instance
|
|
|
927
979
|
}
|
|
928
980
|
|
|
929
981
|
|
|
930
|
-
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) & {
|
|
931
983
|
};
|
|
932
984
|
|
|
933
985
|
|
|
@@ -940,6 +992,8 @@ export type SetOperationBase = SetOperationBase$instance & __SetOperationBase$vi
|
|
|
940
992
|
|
|
941
993
|
|
|
942
994
|
export interface SqlBinaryExpression$instance extends SqlExpression$instance {
|
|
995
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_SqlBinaryExpression: never;
|
|
996
|
+
|
|
943
997
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
944
998
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
945
999
|
|
|
@@ -969,6 +1023,8 @@ export type SqlBinaryExpression = SqlBinaryExpression$instance & __SqlBinaryExpr
|
|
|
969
1023
|
|
|
970
1024
|
|
|
971
1025
|
export interface SqlConstantExpression$instance extends SqlExpression$instance {
|
|
1026
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_SqlConstantExpression: never;
|
|
1027
|
+
|
|
972
1028
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
973
1029
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
974
1030
|
|
|
@@ -1000,7 +1056,9 @@ export interface __SqlConstantExpression$views {
|
|
|
1000
1056
|
export type SqlConstantExpression = SqlConstantExpression$instance & __SqlConstantExpression$views;
|
|
1001
1057
|
|
|
1002
1058
|
|
|
1003
|
-
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
|
+
|
|
1004
1062
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
1005
1063
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
1006
1064
|
|
|
@@ -1024,12 +1082,12 @@ export interface __SqlExpression$views {
|
|
|
1024
1082
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
1025
1083
|
}
|
|
1026
1084
|
|
|
1027
|
-
export interface SqlExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance, Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance {}
|
|
1028
|
-
|
|
1029
1085
|
export type SqlExpression = SqlExpression$instance & __SqlExpression$views;
|
|
1030
1086
|
|
|
1031
1087
|
|
|
1032
1088
|
export interface SqlFragmentExpression$instance extends SqlExpression$instance {
|
|
1089
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_SqlFragmentExpression: never;
|
|
1090
|
+
|
|
1033
1091
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
1034
1092
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
1035
1093
|
|
|
@@ -1056,13 +1114,15 @@ export type SqlFragmentExpression = SqlFragmentExpression$instance & __SqlFragme
|
|
|
1056
1114
|
|
|
1057
1115
|
|
|
1058
1116
|
export interface SqlFunctionExpression$instance extends SqlExpression$instance {
|
|
1117
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_SqlFunctionExpression: never;
|
|
1118
|
+
|
|
1059
1119
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
1060
1120
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
1061
1121
|
|
|
1062
|
-
readonly Arguments:
|
|
1063
|
-
readonly ArgumentsPropagateNullability:
|
|
1122
|
+
readonly Arguments: IReadOnlyList_1<SqlExpression> | undefined;
|
|
1123
|
+
readonly ArgumentsPropagateNullability: IReadOnlyList_1<System_Internal.Boolean> | undefined;
|
|
1064
1124
|
readonly Instance: SqlExpression | undefined;
|
|
1065
|
-
readonly InstancePropagatesNullability:
|
|
1125
|
+
readonly InstancePropagatesNullability: Nullable_1<System_Internal.Boolean>;
|
|
1066
1126
|
readonly IsBuiltIn: boolean;
|
|
1067
1127
|
readonly IsNiladic: boolean;
|
|
1068
1128
|
readonly IsNullable: boolean;
|
|
@@ -1073,8 +1133,8 @@ export interface SqlFunctionExpression$instance extends SqlExpression$instance {
|
|
|
1073
1133
|
GetHashCode(): int;
|
|
1074
1134
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
1075
1135
|
Quote(): Expression;
|
|
1076
|
-
Update(instance: SqlExpression, arguments:
|
|
1077
|
-
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;
|
|
1078
1138
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1079
1139
|
}
|
|
1080
1140
|
|
|
@@ -1083,10 +1143,10 @@ export const SqlFunctionExpression: {
|
|
|
1083
1143
|
new(functionName: string, nullable: boolean, type: Type, typeMapping: RelationalTypeMapping): SqlFunctionExpression;
|
|
1084
1144
|
new(schema: string, functionName: string, nullable: boolean, type: Type, typeMapping: RelationalTypeMapping): SqlFunctionExpression;
|
|
1085
1145
|
new(instance: SqlExpression, functionName: string, nullable: boolean, instancePropagatesNullability: boolean, type: Type, typeMapping: RelationalTypeMapping): SqlFunctionExpression;
|
|
1086
|
-
new(functionName: string, arguments:
|
|
1087
|
-
new(schema: string, functionName: string, arguments:
|
|
1088
|
-
new(instance: SqlExpression, functionName: string, arguments:
|
|
1089
|
-
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;
|
|
1090
1150
|
};
|
|
1091
1151
|
|
|
1092
1152
|
|
|
@@ -1099,13 +1159,15 @@ export type SqlFunctionExpression = SqlFunctionExpression$instance & __SqlFuncti
|
|
|
1099
1159
|
|
|
1100
1160
|
|
|
1101
1161
|
export interface SqlParameterExpression$instance extends SqlExpression$instance {
|
|
1162
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_SqlParameterExpression: never;
|
|
1163
|
+
|
|
1102
1164
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
1103
1165
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
1104
1166
|
|
|
1105
1167
|
readonly InvariantName: string;
|
|
1106
1168
|
readonly IsNullable: boolean;
|
|
1107
1169
|
readonly Name: string;
|
|
1108
|
-
readonly TranslationMode:
|
|
1170
|
+
readonly TranslationMode: Nullable_1<ParameterTranslationMode>;
|
|
1109
1171
|
ApplyTypeMapping(typeMapping: RelationalTypeMapping): SqlParameterExpression;
|
|
1110
1172
|
Equals(obj: unknown): boolean;
|
|
1111
1173
|
GetHashCode(): int;
|
|
@@ -1117,7 +1179,7 @@ export interface SqlParameterExpression$instance extends SqlExpression$instance
|
|
|
1117
1179
|
|
|
1118
1180
|
export const SqlParameterExpression: {
|
|
1119
1181
|
new(name: string, type: Type, typeMapping: RelationalTypeMapping): SqlParameterExpression;
|
|
1120
|
-
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;
|
|
1121
1183
|
};
|
|
1122
1184
|
|
|
1123
1185
|
|
|
@@ -1130,6 +1192,8 @@ export type SqlParameterExpression = SqlParameterExpression$instance & __SqlPara
|
|
|
1130
1192
|
|
|
1131
1193
|
|
|
1132
1194
|
export interface SqlUnaryExpression$instance extends SqlExpression$instance {
|
|
1195
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_SqlUnaryExpression: never;
|
|
1196
|
+
|
|
1133
1197
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
1134
1198
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
1135
1199
|
|
|
@@ -1157,7 +1221,9 @@ export interface __SqlUnaryExpression$views {
|
|
|
1157
1221
|
export type SqlUnaryExpression = SqlUnaryExpression$instance & __SqlUnaryExpression$views;
|
|
1158
1222
|
|
|
1159
1223
|
|
|
1160
|
-
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
|
+
|
|
1161
1227
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
1162
1228
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
1163
1229
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_SqlExpressions_ITableBasedExpression: never;
|
|
@@ -1176,7 +1242,7 @@ export interface TableExpression$instance extends TableExpressionBase$instance {
|
|
|
1176
1242
|
|
|
1177
1243
|
export const TableExpression: {
|
|
1178
1244
|
new(alias: string, table: ITableBase): TableExpression;
|
|
1179
|
-
new(alias: string, table: ITableBase, annotations:
|
|
1245
|
+
new(alias: string, table: ITableBase, annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): TableExpression;
|
|
1180
1246
|
};
|
|
1181
1247
|
|
|
1182
1248
|
|
|
@@ -1186,24 +1252,24 @@ export interface __TableExpression$views {
|
|
|
1186
1252
|
As_ITableBasedExpression(): ITableBasedExpression$instance;
|
|
1187
1253
|
}
|
|
1188
1254
|
|
|
1189
|
-
export interface TableExpression$instance extends ITableBasedExpression$instance {}
|
|
1190
|
-
|
|
1191
1255
|
export type TableExpression = TableExpression$instance & __TableExpression$views;
|
|
1192
1256
|
|
|
1193
1257
|
|
|
1194
|
-
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
|
+
|
|
1195
1261
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
1196
1262
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
1197
1263
|
|
|
1198
1264
|
readonly Alias: string | string | undefined;
|
|
1199
|
-
readonly Annotations:
|
|
1265
|
+
readonly Annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation> | undefined;
|
|
1200
1266
|
readonly NodeType: ExpressionType;
|
|
1201
1267
|
readonly Type: Type;
|
|
1202
1268
|
AddAnnotation(name: string, value: unknown): TableExpressionBase;
|
|
1203
1269
|
Clone(alias: string, cloningExpressionVisitor: ExpressionVisitor): TableExpressionBase;
|
|
1204
1270
|
Equals(obj: unknown): boolean;
|
|
1205
1271
|
FindAnnotation(name: string): IAnnotation | undefined;
|
|
1206
|
-
GetAnnotations():
|
|
1272
|
+
GetAnnotations(): IEnumerable_1<IAnnotation>;
|
|
1207
1273
|
GetHashCode(): int;
|
|
1208
1274
|
GetRequiredAlias(): string;
|
|
1209
1275
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
@@ -1211,11 +1277,11 @@ export interface TableExpressionBase$instance extends Expression {
|
|
|
1211
1277
|
Quote(): Expression;
|
|
1212
1278
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1213
1279
|
WithAlias(newAlias: string): TableExpressionBase;
|
|
1214
|
-
WithAnnotations(annotations:
|
|
1280
|
+
WithAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): TableExpressionBase;
|
|
1215
1281
|
}
|
|
1216
1282
|
|
|
1217
1283
|
|
|
1218
|
-
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) & {
|
|
1219
1285
|
};
|
|
1220
1286
|
|
|
1221
1287
|
|
|
@@ -1224,18 +1290,18 @@ export interface __TableExpressionBase$views {
|
|
|
1224
1290
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
1225
1291
|
}
|
|
1226
1292
|
|
|
1227
|
-
export interface TableExpressionBase$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance, Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance {}
|
|
1228
|
-
|
|
1229
1293
|
export type TableExpressionBase = TableExpressionBase$instance & __TableExpressionBase$views;
|
|
1230
1294
|
|
|
1231
1295
|
|
|
1232
|
-
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
|
+
|
|
1233
1299
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
1234
1300
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
1235
1301
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_SqlExpressions_ITableBasedExpression: never;
|
|
1236
1302
|
|
|
1237
1303
|
readonly Alias: string | string | undefined;
|
|
1238
|
-
readonly Arguments:
|
|
1304
|
+
readonly Arguments: IReadOnlyList_1<SqlExpression>;
|
|
1239
1305
|
readonly IsBuiltIn: boolean;
|
|
1240
1306
|
readonly Name: string;
|
|
1241
1307
|
readonly Schema: string | undefined;
|
|
@@ -1245,14 +1311,14 @@ export interface TableValuedFunctionExpression$instance extends TableExpressionB
|
|
|
1245
1311
|
GetHashCode(): int;
|
|
1246
1312
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
1247
1313
|
Quote(): Expression;
|
|
1248
|
-
Update(arguments:
|
|
1314
|
+
Update(arguments: IReadOnlyList_1<SqlExpression>): TableValuedFunctionExpression;
|
|
1249
1315
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1250
1316
|
}
|
|
1251
1317
|
|
|
1252
1318
|
|
|
1253
1319
|
export const TableValuedFunctionExpression: {
|
|
1254
|
-
new(alias: string, storeFunction: IStoreFunction, arguments:
|
|
1255
|
-
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;
|
|
1256
1322
|
};
|
|
1257
1323
|
|
|
1258
1324
|
|
|
@@ -1262,12 +1328,12 @@ export interface __TableValuedFunctionExpression$views {
|
|
|
1262
1328
|
As_ITableBasedExpression(): ITableBasedExpression$instance;
|
|
1263
1329
|
}
|
|
1264
1330
|
|
|
1265
|
-
export interface TableValuedFunctionExpression$instance extends ITableBasedExpression$instance {}
|
|
1266
|
-
|
|
1267
1331
|
export type TableValuedFunctionExpression = TableValuedFunctionExpression$instance & __TableValuedFunctionExpression$views;
|
|
1268
1332
|
|
|
1269
1333
|
|
|
1270
1334
|
export interface UnionExpression$instance extends SetOperationBase$instance {
|
|
1335
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_UnionExpression: never;
|
|
1336
|
+
|
|
1271
1337
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
1272
1338
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
1273
1339
|
|
|
@@ -1278,13 +1344,13 @@ export interface UnionExpression$instance extends SetOperationBase$instance {
|
|
|
1278
1344
|
Quote(): Expression;
|
|
1279
1345
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1280
1346
|
WithAlias(newAlias: string): UnionExpression;
|
|
1281
|
-
WithAnnotations(annotations:
|
|
1347
|
+
WithAnnotations(annotations: IReadOnlyDictionary_2<System_Internal.String, IAnnotation>): UnionExpression;
|
|
1282
1348
|
}
|
|
1283
1349
|
|
|
1284
1350
|
|
|
1285
1351
|
export const UnionExpression: {
|
|
1286
1352
|
new(alias: string, source1: SelectExpression, source2: SelectExpression, distinct: boolean): UnionExpression;
|
|
1287
|
-
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;
|
|
1288
1354
|
};
|
|
1289
1355
|
|
|
1290
1356
|
|
|
@@ -1296,29 +1362,31 @@ export interface __UnionExpression$views {
|
|
|
1296
1362
|
export type UnionExpression = UnionExpression$instance & __UnionExpression$views;
|
|
1297
1363
|
|
|
1298
1364
|
|
|
1299
|
-
export interface UpdateExpression$instance extends Expression {
|
|
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
|
+
|
|
1300
1368
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
1301
1369
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
1302
1370
|
|
|
1303
|
-
readonly ColumnValueSetters:
|
|
1371
|
+
readonly ColumnValueSetters: IReadOnlyList_1<ColumnValueSetter>;
|
|
1304
1372
|
readonly NodeType: ExpressionType;
|
|
1305
1373
|
readonly SelectExpression: SelectExpression;
|
|
1306
1374
|
readonly Table: TableExpression;
|
|
1307
|
-
readonly Tags:
|
|
1375
|
+
readonly Tags: ISet_1<System_Internal.String>;
|
|
1308
1376
|
readonly Type: Type;
|
|
1309
|
-
ApplyTags(tags:
|
|
1377
|
+
ApplyTags(tags: ISet_1<System_Internal.String>): UpdateExpression;
|
|
1310
1378
|
Equals(obj: unknown): boolean;
|
|
1311
1379
|
GetHashCode(): int;
|
|
1312
1380
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
1313
1381
|
Quote(): Expression;
|
|
1314
|
-
Update(selectExpression: SelectExpression, columnValueSetters:
|
|
1382
|
+
Update(selectExpression: SelectExpression, columnValueSetters: IReadOnlyList_1<ColumnValueSetter>): UpdateExpression;
|
|
1315
1383
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1316
1384
|
}
|
|
1317
1385
|
|
|
1318
1386
|
|
|
1319
1387
|
export const UpdateExpression: {
|
|
1320
|
-
new(table: TableExpression, selectExpression: SelectExpression, columnValueSetters:
|
|
1321
|
-
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;
|
|
1322
1390
|
};
|
|
1323
1391
|
|
|
1324
1392
|
|
|
@@ -1327,35 +1395,35 @@ export interface __UpdateExpression$views {
|
|
|
1327
1395
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
1328
1396
|
}
|
|
1329
1397
|
|
|
1330
|
-
export interface UpdateExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance, Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance {}
|
|
1331
|
-
|
|
1332
1398
|
export type UpdateExpression = UpdateExpression$instance & __UpdateExpression$views;
|
|
1333
1399
|
|
|
1334
1400
|
|
|
1335
1401
|
export interface ValuesExpression$instance extends TableExpressionBase$instance {
|
|
1402
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Query_SqlExpressions_ValuesExpression: never;
|
|
1403
|
+
|
|
1336
1404
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
1337
1405
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
1338
1406
|
|
|
1339
1407
|
readonly Alias: string | string | undefined;
|
|
1340
|
-
readonly ColumnNames:
|
|
1341
|
-
readonly RowValues:
|
|
1408
|
+
readonly ColumnNames: IReadOnlyList_1<System_Internal.String>;
|
|
1409
|
+
readonly RowValues: IReadOnlyList_1<RowValueExpression> | undefined;
|
|
1342
1410
|
readonly ValuesParameter: SqlParameterExpression | undefined;
|
|
1343
1411
|
Clone(alias: string, cloningExpressionVisitor: ExpressionVisitor): TableExpressionBase;
|
|
1344
1412
|
Equals(obj: unknown): boolean;
|
|
1345
1413
|
GetHashCode(): int;
|
|
1346
1414
|
Print(expressionPrinter: ExpressionPrinter): void;
|
|
1347
1415
|
Quote(): Expression;
|
|
1348
|
-
Update(rowValues:
|
|
1416
|
+
Update(rowValues: IReadOnlyList_1<RowValueExpression>): ValuesExpression;
|
|
1349
1417
|
Update(valuesParameter: SqlParameterExpression): ValuesExpression;
|
|
1350
|
-
Update(rowValues:
|
|
1418
|
+
Update(rowValues: IReadOnlyList_1<RowValueExpression>, valuesParameter: SqlParameterExpression): ValuesExpression;
|
|
1351
1419
|
VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1352
1420
|
}
|
|
1353
1421
|
|
|
1354
1422
|
|
|
1355
1423
|
export const ValuesExpression: {
|
|
1356
|
-
new(alias: string, rowValues:
|
|
1357
|
-
new(alias: string, valuesParameter: SqlParameterExpression, columnNames:
|
|
1358
|
-
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;
|
|
1359
1427
|
};
|
|
1360
1428
|
|
|
1361
1429
|
|