@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
|
@@ -20,22 +20,24 @@ import type { IParameterNameGeneratorFactory, IRelationalConnection } from "../.
|
|
|
20
20
|
import * as Microsoft_EntityFrameworkCore_Update_Internal from "../../Microsoft.EntityFrameworkCore.Update/internal/index.js";
|
|
21
21
|
import type { IBatchExecutor, ICommandBatchPreparer, IModificationCommand, IModificationCommandBatchFactory, IModificationCommandFactory, INonTrackedModificationCommand, IReadOnlyModificationCommand, IUpdateAdapter, IUpdateAdapterFactory, IUpdateEntry, ModificationCommandBatch, ModificationCommandParameters, NonTrackedModificationCommandParameters } from "../../Microsoft.EntityFrameworkCore.Update/internal/index.js";
|
|
22
22
|
import type { DbLoggerCategory_Update } from "../../Microsoft.EntityFrameworkCore/internal/index.js";
|
|
23
|
-
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
24
|
-
import type {
|
|
25
|
-
import * as
|
|
26
|
-
import type {
|
|
27
|
-
import
|
|
28
|
-
import type {
|
|
29
|
-
import
|
|
30
|
-
import type {
|
|
23
|
+
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
24
|
+
import type { IComparer_1, IDictionary_2, IEnumerable_1, IEqualityComparer_1, IList_1, IReadOnlyList_1, List_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
25
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
26
|
+
import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
27
|
+
import type { Task, Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
28
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
29
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
30
|
+
import type { AsyncCallback, Boolean as ClrBoolean, Delegate, Func_1, IAsyncResult, ICloneable, IEquatable_1, Int32, IntPtr, MulticastDelegate, Object as ClrObject, String as ClrString, ValueTuple_2, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
31
31
|
|
|
32
32
|
export type SharedTableEntryMapFactory_1<TValue> = (valueFactory: SharedTableEntryValueFactory_1<TValue>) => SharedTableEntryMap_1<TValue>;
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
export type SharedTableEntryValueFactory_1<TValue> = (table: ITable, comparer:
|
|
35
|
+
export type SharedTableEntryValueFactory_1<TValue> = (table: ITable, comparer: IComparer_1<IUpdateEntry>) => TValue;
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
export interface IRowForeignKeyValueFactory$instance {
|
|
39
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactory: never;
|
|
40
|
+
|
|
39
41
|
CreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[] | undefined;
|
|
40
42
|
CreatePrincipalEquatableKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown;
|
|
41
43
|
CreatePrincipalKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[];
|
|
@@ -45,12 +47,14 @@ export interface IRowForeignKeyValueFactory$instance {
|
|
|
45
47
|
export type IRowForeignKeyValueFactory = IRowForeignKeyValueFactory$instance;
|
|
46
48
|
|
|
47
49
|
export interface IRowForeignKeyValueFactory_1$instance<TKey> extends IRowForeignKeyValueFactory {
|
|
48
|
-
readonly
|
|
50
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactory_1: never;
|
|
51
|
+
|
|
52
|
+
readonly EqualityComparer: IEqualityComparer_1<TKey>;
|
|
49
53
|
CreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[] | undefined;
|
|
50
54
|
CreatePrincipalEquatableKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown;
|
|
51
55
|
CreatePrincipalKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[];
|
|
52
56
|
TryCreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues: boolean, key: TKey): boolean;
|
|
53
|
-
TryCreateDependentKeyValue(keyValues:
|
|
57
|
+
TryCreateDependentKeyValue(keyValues: IDictionary_2<System_Internal.String, unknown>, key: TKey): boolean;
|
|
54
58
|
TryCreateDependentKeyValue(keyValues: unknown[], key: TKey): boolean;
|
|
55
59
|
}
|
|
56
60
|
|
|
@@ -60,6 +64,8 @@ export interface IRowForeignKeyValueFactory_1$instance<TKey> extends IRowForeign
|
|
|
60
64
|
export type IRowForeignKeyValueFactory_1<TKey> = IRowForeignKeyValueFactory_1$instance<TKey>;
|
|
61
65
|
|
|
62
66
|
export interface IRowForeignKeyValueFactoryFactory$instance {
|
|
67
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactoryFactory: never;
|
|
68
|
+
|
|
63
69
|
Create(foreignKey: IForeignKeyConstraint): IRowForeignKeyValueFactory;
|
|
64
70
|
}
|
|
65
71
|
|
|
@@ -67,7 +73,9 @@ export interface IRowForeignKeyValueFactoryFactory$instance {
|
|
|
67
73
|
export type IRowForeignKeyValueFactoryFactory = IRowForeignKeyValueFactoryFactory$instance;
|
|
68
74
|
|
|
69
75
|
export interface IRowIdentityMap$instance {
|
|
70
|
-
readonly
|
|
76
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowIdentityMap: never;
|
|
77
|
+
|
|
78
|
+
readonly Rows: IEnumerable_1<INonTrackedModificationCommand>;
|
|
71
79
|
Add(keyValues: unknown[], command: INonTrackedModificationCommand): void;
|
|
72
80
|
Clear(): void;
|
|
73
81
|
FindCommand(keyValues: unknown[]): INonTrackedModificationCommand | undefined;
|
|
@@ -78,6 +86,8 @@ export interface IRowIdentityMap$instance {
|
|
|
78
86
|
export type IRowIdentityMap = IRowIdentityMap$instance;
|
|
79
87
|
|
|
80
88
|
export interface IRowIdentityMapFactory$instance {
|
|
89
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowIdentityMapFactory: never;
|
|
90
|
+
|
|
81
91
|
Create(key: IUniqueConstraint): IRowIdentityMap;
|
|
82
92
|
}
|
|
83
93
|
|
|
@@ -85,17 +95,21 @@ export interface IRowIdentityMapFactory$instance {
|
|
|
85
95
|
export type IRowIdentityMapFactory = IRowIdentityMapFactory$instance;
|
|
86
96
|
|
|
87
97
|
export interface IRowIndexValueFactory$instance {
|
|
88
|
-
|
|
98
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowIndexValueFactory: never;
|
|
99
|
+
|
|
100
|
+
CreateIndexValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): ValueTuple_2<unknown[], System_Internal.Boolean>;
|
|
89
101
|
}
|
|
90
102
|
|
|
91
103
|
|
|
92
104
|
export type IRowIndexValueFactory = IRowIndexValueFactory$instance;
|
|
93
105
|
|
|
94
106
|
export interface IRowIndexValueFactory_1$instance<TKey> extends IRowIndexValueFactory {
|
|
95
|
-
readonly
|
|
96
|
-
|
|
107
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowIndexValueFactory_1: never;
|
|
108
|
+
|
|
109
|
+
readonly EqualityComparer: IEqualityComparer_1<TKey>;
|
|
110
|
+
CreateIndexValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): ValueTuple_2<unknown[], System_Internal.Boolean>;
|
|
97
111
|
TryCreateIndexValue(command: IReadOnlyModificationCommand, fromOriginalValues: boolean, key: TKey, hasNullValue: boolean): boolean;
|
|
98
|
-
TryCreateIndexValue(keyValues:
|
|
112
|
+
TryCreateIndexValue(keyValues: IDictionary_2<System_Internal.String, unknown>, key: TKey, hasNullValue: boolean): boolean;
|
|
99
113
|
TryCreateIndexValue(keyValues: unknown[], key: TKey, hasNullValue: boolean): boolean;
|
|
100
114
|
}
|
|
101
115
|
|
|
@@ -105,6 +119,8 @@ export interface IRowIndexValueFactory_1$instance<TKey> extends IRowIndexValueFa
|
|
|
105
119
|
export type IRowIndexValueFactory_1<TKey> = IRowIndexValueFactory_1$instance<TKey>;
|
|
106
120
|
|
|
107
121
|
export interface IRowIndexValueFactoryFactory$instance {
|
|
122
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowIndexValueFactoryFactory: never;
|
|
123
|
+
|
|
108
124
|
Create(index: ITableIndex): IRowIndexValueFactory;
|
|
109
125
|
}
|
|
110
126
|
|
|
@@ -112,6 +128,8 @@ export interface IRowIndexValueFactoryFactory$instance {
|
|
|
112
128
|
export type IRowIndexValueFactoryFactory = IRowIndexValueFactoryFactory$instance;
|
|
113
129
|
|
|
114
130
|
export interface IRowKeyValueFactory$instance {
|
|
131
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowKeyValueFactory: never;
|
|
132
|
+
|
|
115
133
|
CreateEquatableKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown;
|
|
116
134
|
CreateKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[];
|
|
117
135
|
}
|
|
@@ -120,11 +138,13 @@ export interface IRowKeyValueFactory$instance {
|
|
|
120
138
|
export type IRowKeyValueFactory = IRowKeyValueFactory$instance;
|
|
121
139
|
|
|
122
140
|
export interface IRowKeyValueFactory_1$instance<TKey> extends IRowKeyValueFactory {
|
|
123
|
-
readonly
|
|
141
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowKeyValueFactory_1: never;
|
|
142
|
+
|
|
143
|
+
readonly EqualityComparer: IEqualityComparer_1<TKey>;
|
|
124
144
|
CreateEquatableKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown;
|
|
125
145
|
CreateKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[];
|
|
126
146
|
CreateKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): TKey;
|
|
127
|
-
CreateKeyValue(keyValues:
|
|
147
|
+
CreateKeyValue(keyValues: IDictionary_2<System_Internal.String, unknown>): TKey;
|
|
128
148
|
CreateKeyValue(keyValues: unknown[]): TKey;
|
|
129
149
|
}
|
|
130
150
|
|
|
@@ -132,17 +152,23 @@ export interface IRowKeyValueFactory_1$instance<TKey> extends IRowKeyValueFactor
|
|
|
132
152
|
export type IRowKeyValueFactory_1<TKey> = IRowKeyValueFactory_1$instance<TKey>;
|
|
133
153
|
|
|
134
154
|
export interface IRowKeyValueFactoryFactory$instance {
|
|
155
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowKeyValueFactoryFactory: never;
|
|
156
|
+
|
|
135
157
|
Create(key: IUniqueConstraint): IRowKeyValueFactory;
|
|
136
158
|
}
|
|
137
159
|
|
|
138
160
|
|
|
139
161
|
export type IRowKeyValueFactoryFactory = IRowKeyValueFactoryFactory$instance;
|
|
140
162
|
|
|
141
|
-
export interface BatchExecutor$instance {
|
|
163
|
+
export interface BatchExecutor$instance extends Microsoft_EntityFrameworkCore_Update_Internal.IBatchExecutor$instance {
|
|
164
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_BatchExecutor: never;
|
|
165
|
+
|
|
166
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_IBatchExecutor: never;
|
|
167
|
+
|
|
142
168
|
readonly CurrentContext: ICurrentDbContext;
|
|
143
169
|
readonly UpdateLogger: IDiagnosticsLogger_1<DbLoggerCategory_Update>;
|
|
144
|
-
Execute(commandBatches:
|
|
145
|
-
ExecuteAsync(commandBatches:
|
|
170
|
+
Execute(commandBatches: IEnumerable_1<ModificationCommandBatch>, connection: IRelationalConnection): int;
|
|
171
|
+
ExecuteAsync(commandBatches: IEnumerable_1<ModificationCommandBatch>, connection: IRelationalConnection, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
146
172
|
}
|
|
147
173
|
|
|
148
174
|
|
|
@@ -155,12 +181,12 @@ export interface __BatchExecutor$views {
|
|
|
155
181
|
As_IBatchExecutor(): Microsoft_EntityFrameworkCore_Update_Internal.IBatchExecutor$instance;
|
|
156
182
|
}
|
|
157
183
|
|
|
158
|
-
export interface BatchExecutor$instance extends Microsoft_EntityFrameworkCore_Update_Internal.IBatchExecutor$instance {}
|
|
159
|
-
|
|
160
184
|
export type BatchExecutor = BatchExecutor$instance & __BatchExecutor$views;
|
|
161
185
|
|
|
162
186
|
|
|
163
187
|
export interface ColumnAccessors$instance {
|
|
188
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_ColumnAccessors: never;
|
|
189
|
+
|
|
164
190
|
readonly CurrentValueGetter: Function;
|
|
165
191
|
readonly OriginalValueGetter: Function;
|
|
166
192
|
}
|
|
@@ -173,12 +199,17 @@ export const ColumnAccessors: {
|
|
|
173
199
|
|
|
174
200
|
export type ColumnAccessors = ColumnAccessors$instance;
|
|
175
201
|
|
|
176
|
-
export interface CommandBatchPreparer$instance {
|
|
202
|
+
export interface CommandBatchPreparer$instance extends Microsoft_EntityFrameworkCore_Update_Internal.ICommandBatchPreparer$instance {
|
|
203
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_CommandBatchPreparer: never;
|
|
204
|
+
|
|
205
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IResettableService: never;
|
|
206
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_ICommandBatchPreparer: never;
|
|
207
|
+
|
|
177
208
|
readonly Dependencies: CommandBatchPreparerDependencies;
|
|
178
|
-
BatchCommands(entries:
|
|
179
|
-
CreateCommandBatches(commandSet:
|
|
180
|
-
CreateModificationCommands(entries:
|
|
181
|
-
TopologicalSort(commands:
|
|
209
|
+
BatchCommands(entries: IList_1<IUpdateEntry>, updateAdapter: IUpdateAdapter): IEnumerable_1<ModificationCommandBatch>;
|
|
210
|
+
CreateCommandBatches(commandSet: IEnumerable_1<IReadOnlyModificationCommand>, moreCommandSets: boolean): IEnumerable_1<ModificationCommandBatch>;
|
|
211
|
+
CreateModificationCommands(entries: IList_1<IUpdateEntry>, updateAdapter: IUpdateAdapter, generateParameterName: Func_1<System_Internal.String>): IEnumerable_1<IReadOnlyModificationCommand>;
|
|
212
|
+
TopologicalSort(commands: IEnumerable_1<IReadOnlyModificationCommand>): IReadOnlyList_1<List_1<IReadOnlyModificationCommand>>;
|
|
182
213
|
}
|
|
183
214
|
|
|
184
215
|
|
|
@@ -192,15 +223,17 @@ export interface __CommandBatchPreparer$views {
|
|
|
192
223
|
As_ICommandBatchPreparer(): Microsoft_EntityFrameworkCore_Update_Internal.ICommandBatchPreparer$instance;
|
|
193
224
|
}
|
|
194
225
|
|
|
195
|
-
export interface CommandBatchPreparer$instance extends Microsoft_EntityFrameworkCore_Update_Internal.ICommandBatchPreparer$instance {}
|
|
196
|
-
|
|
197
226
|
export type CommandBatchPreparer = CommandBatchPreparer$instance & __CommandBatchPreparer$views;
|
|
198
227
|
|
|
199
228
|
|
|
200
229
|
export interface CommandBatchPreparerDependencies$instance {
|
|
230
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_CommandBatchPreparerDependencies: never;
|
|
231
|
+
|
|
232
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
233
|
+
|
|
201
234
|
LoggingOptions: ILoggingOptions;
|
|
202
235
|
ModificationCommandBatchFactory: IModificationCommandBatchFactory;
|
|
203
|
-
ModificationCommandComparer:
|
|
236
|
+
ModificationCommandComparer: IComparer_1<IReadOnlyModificationCommand>;
|
|
204
237
|
ModificationCommandFactory: IModificationCommandFactory;
|
|
205
238
|
Options: IDbContextOptions;
|
|
206
239
|
ParameterNameGeneratorFactory: IParameterNameGeneratorFactory;
|
|
@@ -214,23 +247,28 @@ export interface CommandBatchPreparerDependencies$instance {
|
|
|
214
247
|
|
|
215
248
|
|
|
216
249
|
export const CommandBatchPreparerDependencies: {
|
|
217
|
-
new(modificationCommandBatchFactory: IModificationCommandBatchFactory, parameterNameGeneratorFactory: IParameterNameGeneratorFactory, modificationCommandComparer:
|
|
250
|
+
new(modificationCommandBatchFactory: IModificationCommandBatchFactory, parameterNameGeneratorFactory: IParameterNameGeneratorFactory, modificationCommandComparer: IComparer_1<IReadOnlyModificationCommand>, modificationCommandFactory: IModificationCommandFactory, loggingOptions: ILoggingOptions, updateLogger: IDiagnosticsLogger_1<DbLoggerCategory_Update>, options: IDbContextOptions): CommandBatchPreparerDependencies;
|
|
218
251
|
};
|
|
219
252
|
|
|
220
253
|
|
|
221
254
|
export type CommandBatchPreparerDependencies = CommandBatchPreparerDependencies$instance;
|
|
222
255
|
|
|
223
256
|
export interface CompositeRowForeignKeyValueFactory$instance extends CompositeRowValueFactory {
|
|
224
|
-
|
|
225
|
-
|
|
257
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_CompositeRowForeignKeyValueFactory: never;
|
|
258
|
+
|
|
259
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactory: never;
|
|
260
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactory_1: never;
|
|
261
|
+
|
|
262
|
+
EqualityComparer: IEqualityComparer_1<(unknown | undefined)[]>;
|
|
263
|
+
readonly ValueConverters: List_1<ValueConverter | undefined> | undefined;
|
|
226
264
|
CreateDependentEquatableKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown | undefined;
|
|
227
265
|
CreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[] | undefined;
|
|
228
266
|
CreatePrincipalEquatableKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown;
|
|
229
267
|
CreatePrincipalKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[];
|
|
230
268
|
TryCreateDependentKeyValue(keyValues: unknown[], key: unknown[]): boolean;
|
|
231
269
|
TryCreateDependentKeyValue(keyValues: unknown[], key: unknown[], hasNullValue: boolean): boolean;
|
|
232
|
-
TryCreateDependentKeyValue(keyValues:
|
|
233
|
-
TryCreateDependentKeyValue(keyValues:
|
|
270
|
+
TryCreateDependentKeyValue(keyValues: IDictionary_2<System_Internal.String, unknown>, key: unknown[]): boolean;
|
|
271
|
+
TryCreateDependentKeyValue(keyValues: IDictionary_2<System_Internal.String, unknown>, key: unknown[], hasNullValue: boolean): boolean;
|
|
234
272
|
TryCreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues: boolean, key: unknown[]): boolean;
|
|
235
273
|
TryCreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues: boolean, key: unknown[], hasNullValue: boolean): boolean;
|
|
236
274
|
}
|
|
@@ -250,10 +288,15 @@ export type CompositeRowForeignKeyValueFactory = CompositeRowForeignKeyValueFact
|
|
|
250
288
|
|
|
251
289
|
|
|
252
290
|
export interface CompositeRowIndexValueFactory$instance extends CompositeRowValueFactory {
|
|
253
|
-
|
|
254
|
-
|
|
291
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_CompositeRowIndexValueFactory: never;
|
|
292
|
+
|
|
293
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowIndexValueFactory: never;
|
|
294
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowIndexValueFactory_1: never;
|
|
295
|
+
|
|
296
|
+
CreateEquatableIndexValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): ValueTuple_2<unknown, System_Internal.Boolean>;
|
|
297
|
+
CreateIndexValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): ValueTuple_2<unknown[], System_Internal.Boolean>;
|
|
255
298
|
TryCreateIndexValue(keyValues: unknown[], key: unknown[], hasNullValue: boolean): boolean;
|
|
256
|
-
TryCreateIndexValue(keyValues:
|
|
299
|
+
TryCreateIndexValue(keyValues: IDictionary_2<System_Internal.String, unknown>, key: unknown[], hasNullValue: boolean): boolean;
|
|
257
300
|
TryCreateIndexValue(command: IReadOnlyModificationCommand, fromOriginalValues: boolean, keyValue: unknown[], hasNullValue: boolean): boolean;
|
|
258
301
|
}
|
|
259
302
|
|
|
@@ -272,9 +315,14 @@ export type CompositeRowIndexValueFactory = CompositeRowIndexValueFactory$instan
|
|
|
272
315
|
|
|
273
316
|
|
|
274
317
|
export interface CompositeRowKeyValueFactory$instance extends CompositeRowValueFactory {
|
|
318
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_CompositeRowKeyValueFactory: never;
|
|
319
|
+
|
|
320
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowKeyValueFactory: never;
|
|
321
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowKeyValueFactory_1: never;
|
|
322
|
+
|
|
275
323
|
CreateEquatableKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown;
|
|
276
324
|
CreateKeyValue(keyValues: unknown[]): (unknown | undefined)[];
|
|
277
|
-
CreateKeyValue(keyValues:
|
|
325
|
+
CreateKeyValue(keyValues: IDictionary_2<System_Internal.String, unknown>): (unknown | undefined)[];
|
|
278
326
|
CreateKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): (unknown | undefined)[];
|
|
279
327
|
}
|
|
280
328
|
|
|
@@ -293,26 +341,32 @@ export type CompositeRowKeyValueFactory = CompositeRowKeyValueFactory$instance &
|
|
|
293
341
|
|
|
294
342
|
|
|
295
343
|
export interface CompositeRowValueFactory$instance {
|
|
296
|
-
readonly
|
|
297
|
-
|
|
298
|
-
readonly
|
|
344
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_CompositeRowValueFactory: never;
|
|
345
|
+
|
|
346
|
+
readonly Columns: IReadOnlyList_1<IColumn>;
|
|
347
|
+
EqualityComparer: IEqualityComparer_1<(unknown | undefined)[]>;
|
|
348
|
+
readonly ValueConverters: List_1<ValueConverter | undefined> | undefined;
|
|
299
349
|
TryCreateDependentKeyValue(keyValues: unknown[], key: unknown[]): boolean;
|
|
300
350
|
TryCreateDependentKeyValue(keyValues: unknown[], key: unknown[], hasNullValue: boolean): boolean;
|
|
301
|
-
TryCreateDependentKeyValue(keyValues:
|
|
302
|
-
TryCreateDependentKeyValue(keyValues:
|
|
351
|
+
TryCreateDependentKeyValue(keyValues: IDictionary_2<System_Internal.String, unknown>, key: unknown[]): boolean;
|
|
352
|
+
TryCreateDependentKeyValue(keyValues: IDictionary_2<System_Internal.String, unknown>, key: unknown[], hasNullValue: boolean): boolean;
|
|
303
353
|
TryCreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues: boolean, key: unknown[]): boolean;
|
|
304
354
|
TryCreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues: boolean, key: unknown[], hasNullValue: boolean): boolean;
|
|
305
355
|
}
|
|
306
356
|
|
|
307
357
|
|
|
308
|
-
export const CompositeRowValueFactory: (abstract new(columns:
|
|
309
|
-
CreateEqualityComparer(columns:
|
|
358
|
+
export const CompositeRowValueFactory: (abstract new(columns: IReadOnlyList_1<IColumn>) => CompositeRowValueFactory) & {
|
|
359
|
+
CreateEqualityComparer(columns: IReadOnlyList_1<IColumn>, valueConverters: List_1<ValueConverter>): IEqualityComparer_1<(unknown | undefined)[]>;
|
|
310
360
|
};
|
|
311
361
|
|
|
312
362
|
|
|
313
363
|
export type CompositeRowValueFactory = CompositeRowValueFactory$instance;
|
|
314
364
|
|
|
315
365
|
export interface ModificationCommandComparer$instance {
|
|
366
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_ModificationCommandComparer: never;
|
|
367
|
+
|
|
368
|
+
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
369
|
+
|
|
316
370
|
Compare(x: IReadOnlyModificationCommand, y: IReadOnlyModificationCommand): int;
|
|
317
371
|
}
|
|
318
372
|
|
|
@@ -324,7 +378,11 @@ export const ModificationCommandComparer: {
|
|
|
324
378
|
|
|
325
379
|
export type ModificationCommandComparer = ModificationCommandComparer$instance;
|
|
326
380
|
|
|
327
|
-
export interface ModificationCommandFactory$instance {
|
|
381
|
+
export interface ModificationCommandFactory$instance extends Microsoft_EntityFrameworkCore_Update_Internal.IModificationCommandFactory$instance {
|
|
382
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_ModificationCommandFactory: never;
|
|
383
|
+
|
|
384
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_IModificationCommandFactory: never;
|
|
385
|
+
|
|
328
386
|
CreateModificationCommand(modificationCommandParameters: ModificationCommandParameters): IModificationCommand;
|
|
329
387
|
CreateNonTrackedModificationCommand(modificationCommandParameters: NonTrackedModificationCommandParameters): INonTrackedModificationCommand;
|
|
330
388
|
}
|
|
@@ -339,22 +397,25 @@ export interface __ModificationCommandFactory$views {
|
|
|
339
397
|
As_IModificationCommandFactory(): Microsoft_EntityFrameworkCore_Update_Internal.IModificationCommandFactory$instance;
|
|
340
398
|
}
|
|
341
399
|
|
|
342
|
-
export interface ModificationCommandFactory$instance extends Microsoft_EntityFrameworkCore_Update_Internal.IModificationCommandFactory$instance {}
|
|
343
|
-
|
|
344
400
|
export type ModificationCommandFactory = ModificationCommandFactory$instance & __ModificationCommandFactory$views;
|
|
345
401
|
|
|
346
402
|
|
|
347
403
|
export interface RowForeignKeyValueFactory_2$instance<TKey, TForeignKey> {
|
|
404
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_RowForeignKeyValueFactory_2: never;
|
|
405
|
+
|
|
406
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactory: never;
|
|
407
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactory_1: never;
|
|
408
|
+
|
|
348
409
|
readonly Column: IColumn;
|
|
349
410
|
readonly ColumnAccessors: ColumnAccessors;
|
|
350
|
-
readonly EqualityComparer:
|
|
411
|
+
readonly EqualityComparer: IEqualityComparer_1<TKey>;
|
|
351
412
|
readonly ValueConverter: ValueConverter | undefined;
|
|
352
413
|
CreateDependentEquatableKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown | undefined;
|
|
353
414
|
CreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[] | undefined;
|
|
354
415
|
CreatePrincipalEquatableKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown;
|
|
355
416
|
CreatePrincipalKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[];
|
|
356
417
|
TryCreateDependentKeyValue(keyValues: unknown[], key: TKey): boolean;
|
|
357
|
-
TryCreateDependentKeyValue(keyPropertyValues:
|
|
418
|
+
TryCreateDependentKeyValue(keyPropertyValues: IDictionary_2<System_Internal.String, unknown>, key: TKey): boolean;
|
|
358
419
|
TryCreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues: boolean, key: TKey): boolean;
|
|
359
420
|
}
|
|
360
421
|
|
|
@@ -371,7 +432,11 @@ export interface __RowForeignKeyValueFactory_2$views<TKey, TForeignKey> {
|
|
|
371
432
|
export type RowForeignKeyValueFactory_2<TKey, TForeignKey> = RowForeignKeyValueFactory_2$instance<TKey, TForeignKey> & __RowForeignKeyValueFactory_2$views<TKey, TForeignKey>;
|
|
372
433
|
|
|
373
434
|
|
|
374
|
-
export interface RowForeignKeyValueFactoryFactory$instance {
|
|
435
|
+
export interface RowForeignKeyValueFactoryFactory$instance extends IRowForeignKeyValueFactoryFactory$instance {
|
|
436
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_RowForeignKeyValueFactoryFactory: never;
|
|
437
|
+
|
|
438
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactoryFactory: never;
|
|
439
|
+
|
|
375
440
|
Create(foreignKey: IForeignKeyConstraint): IRowForeignKeyValueFactory;
|
|
376
441
|
}
|
|
377
442
|
|
|
@@ -387,13 +452,15 @@ export interface __RowForeignKeyValueFactoryFactory$views {
|
|
|
387
452
|
As_IRowForeignKeyValueFactoryFactory(): IRowForeignKeyValueFactoryFactory$instance;
|
|
388
453
|
}
|
|
389
454
|
|
|
390
|
-
export interface RowForeignKeyValueFactoryFactory$instance extends IRowForeignKeyValueFactoryFactory$instance {}
|
|
391
|
-
|
|
392
455
|
export type RowForeignKeyValueFactoryFactory = RowForeignKeyValueFactoryFactory$instance & __RowForeignKeyValueFactoryFactory$views;
|
|
393
456
|
|
|
394
457
|
|
|
395
|
-
export interface RowIdentityMap_1$instance<TKey> {
|
|
396
|
-
readonly
|
|
458
|
+
export interface RowIdentityMap_1$instance<TKey> extends IRowIdentityMap$instance {
|
|
459
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_RowIdentityMap_1: never;
|
|
460
|
+
|
|
461
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowIdentityMap: never;
|
|
462
|
+
|
|
463
|
+
readonly Rows: IEnumerable_1<INonTrackedModificationCommand>;
|
|
397
464
|
Add(keyValues: unknown[], command: INonTrackedModificationCommand): void;
|
|
398
465
|
Add(key: TKey, command: INonTrackedModificationCommand): void;
|
|
399
466
|
Clear(): void;
|
|
@@ -411,12 +478,14 @@ export interface __RowIdentityMap_1$views<TKey> {
|
|
|
411
478
|
As_IRowIdentityMap(): IRowIdentityMap$instance;
|
|
412
479
|
}
|
|
413
480
|
|
|
414
|
-
export interface RowIdentityMap_1$instance<TKey> extends IRowIdentityMap$instance {}
|
|
415
|
-
|
|
416
481
|
export type RowIdentityMap_1<TKey> = RowIdentityMap_1$instance<TKey> & __RowIdentityMap_1$views<TKey>;
|
|
417
482
|
|
|
418
483
|
|
|
419
|
-
export interface RowIdentityMapFactory$instance {
|
|
484
|
+
export interface RowIdentityMapFactory$instance extends IRowIdentityMapFactory$instance {
|
|
485
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_RowIdentityMapFactory: never;
|
|
486
|
+
|
|
487
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowIdentityMapFactory: never;
|
|
488
|
+
|
|
420
489
|
Create(key: IUniqueConstraint): IRowIdentityMap;
|
|
421
490
|
}
|
|
422
491
|
|
|
@@ -430,12 +499,14 @@ export interface __RowIdentityMapFactory$views {
|
|
|
430
499
|
As_IRowIdentityMapFactory(): IRowIdentityMapFactory$instance;
|
|
431
500
|
}
|
|
432
501
|
|
|
433
|
-
export interface RowIdentityMapFactory$instance extends IRowIdentityMapFactory$instance {}
|
|
434
|
-
|
|
435
502
|
export type RowIdentityMapFactory = RowIdentityMapFactory$instance & __RowIdentityMapFactory$views;
|
|
436
503
|
|
|
437
504
|
|
|
438
|
-
export interface RowIndexValueFactoryFactory$instance {
|
|
505
|
+
export interface RowIndexValueFactoryFactory$instance extends IRowIndexValueFactoryFactory$instance {
|
|
506
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_RowIndexValueFactoryFactory: never;
|
|
507
|
+
|
|
508
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowIndexValueFactoryFactory: never;
|
|
509
|
+
|
|
439
510
|
Create(index: ITableIndex): IRowIndexValueFactory;
|
|
440
511
|
}
|
|
441
512
|
|
|
@@ -449,12 +520,14 @@ export interface __RowIndexValueFactoryFactory$views {
|
|
|
449
520
|
As_IRowIndexValueFactoryFactory(): IRowIndexValueFactoryFactory$instance;
|
|
450
521
|
}
|
|
451
522
|
|
|
452
|
-
export interface RowIndexValueFactoryFactory$instance extends IRowIndexValueFactoryFactory$instance {}
|
|
453
|
-
|
|
454
523
|
export type RowIndexValueFactoryFactory = RowIndexValueFactoryFactory$instance & __RowIndexValueFactoryFactory$views;
|
|
455
524
|
|
|
456
525
|
|
|
457
|
-
export interface RowKeyValueFactoryFactory$instance {
|
|
526
|
+
export interface RowKeyValueFactoryFactory$instance extends IRowKeyValueFactoryFactory$instance {
|
|
527
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_RowKeyValueFactoryFactory: never;
|
|
528
|
+
|
|
529
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowKeyValueFactoryFactory: never;
|
|
530
|
+
|
|
458
531
|
Create(key: IUniqueConstraint): IRowKeyValueFactory;
|
|
459
532
|
}
|
|
460
533
|
|
|
@@ -468,14 +541,14 @@ export interface __RowKeyValueFactoryFactory$views {
|
|
|
468
541
|
As_IRowKeyValueFactoryFactory(): IRowKeyValueFactoryFactory$instance;
|
|
469
542
|
}
|
|
470
543
|
|
|
471
|
-
export interface RowKeyValueFactoryFactory$instance extends IRowKeyValueFactoryFactory$instance {}
|
|
472
|
-
|
|
473
544
|
export type RowKeyValueFactoryFactory = RowKeyValueFactoryFactory$instance & __RowKeyValueFactoryFactory$views;
|
|
474
545
|
|
|
475
546
|
|
|
476
547
|
export interface SharedTableEntryMap_1$instance<TValue> {
|
|
477
|
-
readonly
|
|
478
|
-
|
|
548
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_SharedTableEntryMap_1: never;
|
|
549
|
+
|
|
550
|
+
readonly Values: IEnumerable_1<TValue>;
|
|
551
|
+
GetAllEntries(entry: IUpdateEntry): IReadOnlyList_1<IUpdateEntry>;
|
|
479
552
|
GetOrAddValue(entry: IUpdateEntry, createElement: SharedTableEntryValueFactory_1<TValue>): TValue;
|
|
480
553
|
IsMainEntry(entry: IUpdateEntry): boolean;
|
|
481
554
|
}
|
|
@@ -489,11 +562,16 @@ export const SharedTableEntryMap_1: {
|
|
|
489
562
|
export type SharedTableEntryMap_1<TValue> = SharedTableEntryMap_1$instance<TValue>;
|
|
490
563
|
|
|
491
564
|
export interface SimpleFullyNullableRowForeignKeyValueFactory_2$instance<TKey, TForeignKey> extends RowForeignKeyValueFactory_2$instance<TKey, TForeignKey> {
|
|
565
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_SimpleFullyNullableRowForeignKeyValueFactory_2: never;
|
|
566
|
+
|
|
567
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactory: never;
|
|
568
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactory_1: never;
|
|
569
|
+
|
|
492
570
|
CreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[] | undefined;
|
|
493
571
|
CreatePrincipalEquatableKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown;
|
|
494
572
|
CreatePrincipalKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[];
|
|
495
573
|
TryCreateDependentKeyValue(keyValues: unknown[], key: TKey): boolean;
|
|
496
|
-
TryCreateDependentKeyValue(keyPropertyValues:
|
|
574
|
+
TryCreateDependentKeyValue(keyPropertyValues: IDictionary_2<System_Internal.String, unknown>, key: TKey): boolean;
|
|
497
575
|
TryCreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues: boolean, key: TKey): boolean;
|
|
498
576
|
}
|
|
499
577
|
|
|
@@ -512,11 +590,16 @@ export type SimpleFullyNullableRowForeignKeyValueFactory_2<TKey, TForeignKey> =
|
|
|
512
590
|
|
|
513
591
|
|
|
514
592
|
export interface SimpleNonNullableRowForeignKeyValueFactory_2$instance<TKey, TForeignKey> extends RowForeignKeyValueFactory_2$instance<TKey, TForeignKey> {
|
|
593
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_SimpleNonNullableRowForeignKeyValueFactory_2: never;
|
|
594
|
+
|
|
595
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactory: never;
|
|
596
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactory_1: never;
|
|
597
|
+
|
|
515
598
|
CreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[] | undefined;
|
|
516
599
|
CreatePrincipalEquatableKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown;
|
|
517
600
|
CreatePrincipalKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[];
|
|
518
601
|
TryCreateDependentKeyValue(keyValues: unknown[], key: TKey): boolean;
|
|
519
|
-
TryCreateDependentKeyValue(keyPropertyValues:
|
|
602
|
+
TryCreateDependentKeyValue(keyPropertyValues: IDictionary_2<System_Internal.String, unknown>, key: TKey): boolean;
|
|
520
603
|
TryCreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues: boolean, key: TKey): boolean;
|
|
521
604
|
}
|
|
522
605
|
|
|
@@ -535,11 +618,16 @@ export type SimpleNonNullableRowForeignKeyValueFactory_2<TKey, TForeignKey> = Si
|
|
|
535
618
|
|
|
536
619
|
|
|
537
620
|
export interface SimpleNullablePrincipalRowForeignKeyValueFactory_2$instance<TKey, TForeignKey> extends RowForeignKeyValueFactory_2$instance<TKey, TForeignKey> {
|
|
621
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_SimpleNullablePrincipalRowForeignKeyValueFactory_2: never;
|
|
622
|
+
|
|
623
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactory: never;
|
|
624
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactory_1: never;
|
|
625
|
+
|
|
538
626
|
CreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[] | undefined;
|
|
539
627
|
CreatePrincipalEquatableKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown;
|
|
540
628
|
CreatePrincipalKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[];
|
|
541
629
|
TryCreateDependentKeyValue(keyValues: unknown[], key: TKey): boolean;
|
|
542
|
-
TryCreateDependentKeyValue(keyPropertyValues:
|
|
630
|
+
TryCreateDependentKeyValue(keyPropertyValues: IDictionary_2<System_Internal.String, unknown>, key: TKey): boolean;
|
|
543
631
|
TryCreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues: boolean, key: TKey): boolean;
|
|
544
632
|
}
|
|
545
633
|
|
|
@@ -558,11 +646,16 @@ export type SimpleNullablePrincipalRowForeignKeyValueFactory_2<TKey, TForeignKey
|
|
|
558
646
|
|
|
559
647
|
|
|
560
648
|
export interface SimpleNullableRowForeignKeyValueFactory_2$instance<TKey extends unknown, TForeignKey> extends RowForeignKeyValueFactory_2$instance<TKey, TForeignKey> {
|
|
649
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_SimpleNullableRowForeignKeyValueFactory_2: never;
|
|
650
|
+
|
|
651
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactory: never;
|
|
652
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowForeignKeyValueFactory_1: never;
|
|
653
|
+
|
|
561
654
|
CreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[] | undefined;
|
|
562
655
|
CreatePrincipalEquatableKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown;
|
|
563
656
|
CreatePrincipalKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown[];
|
|
564
657
|
TryCreateDependentKeyValue(keyValues: unknown[], key: TKey): boolean;
|
|
565
|
-
TryCreateDependentKeyValue(keyPropertyValues:
|
|
658
|
+
TryCreateDependentKeyValue(keyPropertyValues: IDictionary_2<System_Internal.String, unknown>, key: TKey): boolean;
|
|
566
659
|
TryCreateDependentKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues: boolean, key: TKey): boolean;
|
|
567
660
|
}
|
|
568
661
|
|
|
@@ -581,11 +674,16 @@ export type SimpleNullableRowForeignKeyValueFactory_2<TKey, TForeignKey> = Simpl
|
|
|
581
674
|
|
|
582
675
|
|
|
583
676
|
export interface SimpleRowIndexValueFactory_1$instance<TKey> {
|
|
584
|
-
readonly
|
|
585
|
-
|
|
586
|
-
|
|
677
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_SimpleRowIndexValueFactory_1: never;
|
|
678
|
+
|
|
679
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowIndexValueFactory: never;
|
|
680
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowIndexValueFactory_1: never;
|
|
681
|
+
|
|
682
|
+
readonly EqualityComparer: IEqualityComparer_1<TKey>;
|
|
683
|
+
CreateEquatableIndexValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): ValueTuple_2<unknown, System_Internal.Boolean>;
|
|
684
|
+
CreateIndexValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): ValueTuple_2<unknown[], System_Internal.Boolean>;
|
|
587
685
|
TryCreateIndexValue(keyValues: unknown[], key: TKey, hasNullValue: boolean): boolean;
|
|
588
|
-
TryCreateIndexValue(keyValues:
|
|
686
|
+
TryCreateIndexValue(keyValues: IDictionary_2<System_Internal.String, unknown>, key: TKey, hasNullValue: boolean): boolean;
|
|
589
687
|
TryCreateIndexValue(command: IReadOnlyModificationCommand, fromOriginalValues: boolean, key: TKey, hasNullValue: boolean): boolean;
|
|
590
688
|
}
|
|
591
689
|
|
|
@@ -604,10 +702,15 @@ export type SimpleRowIndexValueFactory_1<TKey> = SimpleRowIndexValueFactory_1$in
|
|
|
604
702
|
|
|
605
703
|
|
|
606
704
|
export interface SimpleRowKeyValueFactory_1$instance<TKey> {
|
|
607
|
-
readonly
|
|
705
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_SimpleRowKeyValueFactory_1: never;
|
|
706
|
+
|
|
707
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowKeyValueFactory: never;
|
|
708
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_Internal_IRowKeyValueFactory_1: never;
|
|
709
|
+
|
|
710
|
+
readonly EqualityComparer: IEqualityComparer_1<TKey>;
|
|
608
711
|
CreateEquatableKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): unknown;
|
|
609
712
|
CreateKeyValue(keyValues: unknown[]): TKey;
|
|
610
|
-
CreateKeyValue(keyValues:
|
|
713
|
+
CreateKeyValue(keyValues: IDictionary_2<System_Internal.String, unknown>): TKey;
|
|
611
714
|
CreateKeyValue(command: IReadOnlyModificationCommand, fromOriginalValues?: boolean): TKey;
|
|
612
715
|
}
|
|
613
716
|
|
|
@@ -625,18 +728,22 @@ export interface __SimpleRowKeyValueFactory_1$views<TKey> {
|
|
|
625
728
|
export type SimpleRowKeyValueFactory_1<TKey> = SimpleRowKeyValueFactory_1$instance<TKey> & __SimpleRowKeyValueFactory_1$views<TKey>;
|
|
626
729
|
|
|
627
730
|
|
|
628
|
-
export interface UpdateAdapter$instance {
|
|
731
|
+
export interface UpdateAdapter$instance extends Microsoft_EntityFrameworkCore_Update_Internal.IUpdateAdapter$instance {
|
|
732
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_UpdateAdapter: never;
|
|
733
|
+
|
|
734
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_IUpdateAdapter: never;
|
|
735
|
+
|
|
629
736
|
CascadeDeleteTiming: CascadeTiming;
|
|
630
737
|
DeleteOrphansTiming: CascadeTiming;
|
|
631
|
-
readonly Entries:
|
|
738
|
+
readonly Entries: IEnumerable_1<IUpdateEntry>;
|
|
632
739
|
readonly Model: IModel;
|
|
633
740
|
CascadeChanges(): void;
|
|
634
|
-
CascadeDelete(entry: IUpdateEntry, foreignKeys?:
|
|
635
|
-
CreateEntry(values:
|
|
741
|
+
CascadeDelete(entry: IUpdateEntry, foreignKeys?: IEnumerable_1<IForeignKey>): void;
|
|
742
|
+
CreateEntry(values: IDictionary_2<System_Internal.String, unknown>, entityType: IEntityType): IUpdateEntry;
|
|
636
743
|
DetectChanges(): void;
|
|
637
744
|
FindPrincipal(dependentEntry: IUpdateEntry, foreignKey: IForeignKey): IUpdateEntry | undefined;
|
|
638
|
-
GetDependents(principalEntry: IUpdateEntry, foreignKey: IForeignKey):
|
|
639
|
-
GetEntriesToSave():
|
|
745
|
+
GetDependents(principalEntry: IUpdateEntry, foreignKey: IForeignKey): IEnumerable_1<IUpdateEntry>;
|
|
746
|
+
GetEntriesToSave(): IList_1<IUpdateEntry>;
|
|
640
747
|
TryGetEntry(key: IKey, keyValues: unknown[]): IUpdateEntry | undefined;
|
|
641
748
|
}
|
|
642
749
|
|
|
@@ -650,12 +757,14 @@ export interface __UpdateAdapter$views {
|
|
|
650
757
|
As_IUpdateAdapter(): Microsoft_EntityFrameworkCore_Update_Internal.IUpdateAdapter$instance;
|
|
651
758
|
}
|
|
652
759
|
|
|
653
|
-
export interface UpdateAdapter$instance extends Microsoft_EntityFrameworkCore_Update_Internal.IUpdateAdapter$instance {}
|
|
654
|
-
|
|
655
760
|
export type UpdateAdapter = UpdateAdapter$instance & __UpdateAdapter$views;
|
|
656
761
|
|
|
657
762
|
|
|
658
|
-
export interface UpdateAdapterFactory$instance {
|
|
763
|
+
export interface UpdateAdapterFactory$instance extends Microsoft_EntityFrameworkCore_Update_Internal.IUpdateAdapterFactory$instance {
|
|
764
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Update_Internal_UpdateAdapterFactory: never;
|
|
765
|
+
|
|
766
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_IUpdateAdapterFactory: never;
|
|
767
|
+
|
|
659
768
|
Create(): IUpdateAdapter;
|
|
660
769
|
CreateStandalone(model?: IModel): IUpdateAdapter;
|
|
661
770
|
}
|
|
@@ -670,8 +779,6 @@ export interface __UpdateAdapterFactory$views {
|
|
|
670
779
|
As_IUpdateAdapterFactory(): Microsoft_EntityFrameworkCore_Update_Internal.IUpdateAdapterFactory$instance;
|
|
671
780
|
}
|
|
672
781
|
|
|
673
|
-
export interface UpdateAdapterFactory$instance extends Microsoft_EntityFrameworkCore_Update_Internal.IUpdateAdapterFactory$instance {}
|
|
674
|
-
|
|
675
782
|
export type UpdateAdapterFactory = UpdateAdapterFactory$instance & __UpdateAdapterFactory$views;
|
|
676
783
|
|
|
677
784
|
|