@tsonic/efcore 10.0.5 → 10.0.9
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 +601 -531
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +203 -166
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +388 -327
- 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 +221 -155
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +39 -29
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +141 -123
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +1275 -1307
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +553 -519
- 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 +26 -22
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1576 -1343
- 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 +359 -242
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +53 -37
- 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
|
@@ -27,28 +27,28 @@ import type { TableExpressionBase } from "../../Microsoft.EntityFrameworkCore.Qu
|
|
|
27
27
|
import type { IAsyncQueryProvider, IIncludableQueryable_2, UpdateSettersBuilder_1 } from "../../Microsoft.EntityFrameworkCore.Query/internal/index.js";
|
|
28
28
|
import type { ExecutionResult_1, IDbContextTransaction, IExceptionDetector, IExecutionStrategy, RelationalDataReader, RelationalTypeMapping } from "../../Microsoft.EntityFrameworkCore.Storage/internal/index.js";
|
|
29
29
|
import type { IUpdateEntry } from "../../Microsoft.EntityFrameworkCore.Update/internal/index.js";
|
|
30
|
-
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
31
|
-
import type {
|
|
32
|
-
import type {
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import type {
|
|
36
|
-
import * as System_ComponentModel_Internal from "@tsonic/dotnet/System.ComponentModel.js";
|
|
37
|
-
import type {
|
|
38
|
-
import type { DbCommand, DbConnection, DbTransaction } from "@tsonic/dotnet/System.Data.Common.js";
|
|
39
|
-
import type { IsolationLevel } from "@tsonic/dotnet/System.Data.js";
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import type {
|
|
43
|
-
import
|
|
44
|
-
import
|
|
45
|
-
import type {
|
|
46
|
-
import
|
|
47
|
-
import type {
|
|
48
|
-
import
|
|
49
|
-
import type {
|
|
50
|
-
import type { IMemoryCache } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Caching.Memory.js";
|
|
51
|
-
import type { EventId, ILoggerFactory, LogLevel } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
|
|
30
|
+
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
31
|
+
import type { Dictionary_2, HashSet_1, IAsyncEnumerable_1, IAsyncEnumerator_1, IEnumerable_1, IEqualityComparer_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, IReadOnlyList_1, List_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
32
|
+
import type { ImmutableSortedDictionary_2 } from "@tsonic/dotnet/System.Collections.Immutable/internal/index.js";
|
|
33
|
+
import type { ObservableCollection_1 } from "@tsonic/dotnet/System.Collections.ObjectModel/internal/index.js";
|
|
34
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
35
|
+
import type { IEnumerable } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
36
|
+
import * as System_ComponentModel_Internal from "@tsonic/dotnet/System.ComponentModel/internal/index.js";
|
|
37
|
+
import type { BindingList_1, IListSource } from "@tsonic/dotnet/System.ComponentModel/internal/index.js";
|
|
38
|
+
import type { DbCommand, DbConnection, DbTransaction } from "@tsonic/dotnet/System.Data.Common/internal/index.js";
|
|
39
|
+
import type { IsolationLevel } from "@tsonic/dotnet/System.Data/internal/index.js";
|
|
40
|
+
import type { Expression_1 } from "@tsonic/dotnet/System.Linq.Expressions/internal/index.js";
|
|
41
|
+
import * as System_Linq_Internal from "@tsonic/dotnet/System.Linq/internal/index.js";
|
|
42
|
+
import type { IQueryable, IQueryable_1 } from "@tsonic/dotnet/System.Linq/internal/index.js";
|
|
43
|
+
import type { Assembly, MethodInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
|
|
44
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
45
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
46
|
+
import type { Task, Task_1, ValueTask, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
47
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
48
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
49
|
+
import type { Action, Action_1, Action_2, Attribute, Boolean as ClrBoolean, Decimal, Double, Enum, EventArgs, EventHandler_1, Exception, FormattableString, Func_1, Func_10, Func_11, Func_12, Func_13, Func_14, Func_15, Func_16, Func_17, Func_2, Func_3, Func_4, Func_5, Func_6, Func_7, Func_8, Func_9, Guid, IAsyncDisposable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormattable, Int32, Int64, IServiceProvider, ISpanFormattable, Nullable_1, Object as ClrObject, Single, String as ClrString, TimeSpan, Type, ValueTuple_2, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
50
|
+
import type { IMemoryCache } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Caching.Memory/internal/index.js";
|
|
51
|
+
import type { EventId, ILoggerFactory, LogLevel } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
|
|
52
52
|
|
|
53
53
|
export enum AutoTransactionBehavior {
|
|
54
54
|
WhenNeeded = 0,
|
|
@@ -126,7 +126,7 @@ export interface IDbContextFactory_1$instance<TContext extends DbContext> {
|
|
|
126
126
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_IDbContextFactory_1: never;
|
|
127
127
|
|
|
128
128
|
CreateDbContext(): TContext;
|
|
129
|
-
CreateDbContextAsync(cancellationToken?: CancellationToken):
|
|
129
|
+
CreateDbContextAsync(cancellationToken?: CancellationToken): Task_1<TContext>;
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
|
|
@@ -142,6 +142,8 @@ export interface IEntityTypeConfiguration_1$instance<TEntity> {
|
|
|
142
142
|
export type IEntityTypeConfiguration_1<TEntity> = IEntityTypeConfiguration_1$instance<TEntity>;
|
|
143
143
|
|
|
144
144
|
export interface DbContextId$instance {
|
|
145
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbContextId: never;
|
|
146
|
+
|
|
145
147
|
readonly InstanceId: Guid;
|
|
146
148
|
readonly Lease: int;
|
|
147
149
|
Equals(other: DbContextId): boolean;
|
|
@@ -159,6 +161,8 @@ export const DbContextId: {
|
|
|
159
161
|
export type DbContextId = DbContextId$instance;
|
|
160
162
|
|
|
161
163
|
export interface BackingFieldAttribute$instance extends Attribute {
|
|
164
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_BackingFieldAttribute: never;
|
|
165
|
+
|
|
162
166
|
readonly Name: string;
|
|
163
167
|
}
|
|
164
168
|
|
|
@@ -171,6 +175,8 @@ export const BackingFieldAttribute: {
|
|
|
171
175
|
export type BackingFieldAttribute = BackingFieldAttribute$instance;
|
|
172
176
|
|
|
173
177
|
export interface CommentAttribute$instance extends Attribute {
|
|
178
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_CommentAttribute: never;
|
|
179
|
+
|
|
174
180
|
readonly Comment: string;
|
|
175
181
|
}
|
|
176
182
|
|
|
@@ -182,7 +188,9 @@ export const CommentAttribute: {
|
|
|
182
188
|
|
|
183
189
|
export type CommentAttribute = CommentAttribute$instance;
|
|
184
190
|
|
|
185
|
-
export interface DbContext$instance {
|
|
191
|
+
export interface DbContext$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IServiceProvider>, Microsoft_EntityFrameworkCore_Internal_Internal.IDbContextDependencies$instance, Microsoft_EntityFrameworkCore_Internal_Internal.IDbContextPoolable$instance, Microsoft_EntityFrameworkCore_Internal_Internal.IDbSetCache$instance {
|
|
192
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbContext: never;
|
|
193
|
+
|
|
186
194
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
187
195
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IResettableService: never;
|
|
188
196
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Internal_IDbContextDependencies: never;
|
|
@@ -197,16 +205,16 @@ export interface DbContext$instance {
|
|
|
197
205
|
readonly Model: IModel;
|
|
198
206
|
Add<TEntity>(entity: TEntity): EntityEntry_1<TEntity>;
|
|
199
207
|
Add(entity: unknown): EntityEntry;
|
|
200
|
-
AddAsync<TEntity>(entity: TEntity, cancellationToken?: CancellationToken):
|
|
201
|
-
AddAsync(entity: unknown, cancellationToken?: CancellationToken):
|
|
208
|
+
AddAsync<TEntity>(entity: TEntity, cancellationToken?: CancellationToken): ValueTask_1<EntityEntry_1<TEntity>>;
|
|
209
|
+
AddAsync(entity: unknown, cancellationToken?: CancellationToken): ValueTask_1<EntityEntry>;
|
|
202
210
|
AddRange(...entities: unknown[]): void;
|
|
203
|
-
AddRange(entities:
|
|
211
|
+
AddRange(entities: IEnumerable_1<unknown>): void;
|
|
204
212
|
AddRangeAsync(...entities: unknown[]): Task;
|
|
205
|
-
AddRangeAsync(entities:
|
|
213
|
+
AddRangeAsync(entities: IEnumerable_1<unknown>, cancellationToken?: CancellationToken): Task;
|
|
206
214
|
Attach<TEntity>(entity: TEntity): EntityEntry_1<TEntity>;
|
|
207
215
|
Attach(entity: unknown): EntityEntry;
|
|
208
216
|
AttachRange(...entities: unknown[]): void;
|
|
209
|
-
AttachRange(entities:
|
|
217
|
+
AttachRange(entities: IEnumerable_1<unknown>): void;
|
|
210
218
|
ConfigureConventions(configurationBuilder: ModelConfigurationBuilder): void;
|
|
211
219
|
Dispose(): void;
|
|
212
220
|
DisposeAsync(): ValueTask;
|
|
@@ -215,29 +223,29 @@ export interface DbContext$instance {
|
|
|
215
223
|
Equals(obj: unknown): boolean;
|
|
216
224
|
Find(entityType: Type, ...keyValues: unknown[]): unknown | undefined;
|
|
217
225
|
Find<TEntity>(...keyValues: unknown[]): TEntity | undefined;
|
|
218
|
-
FindAsync(entityType: Type, ...keyValues: unknown[]):
|
|
219
|
-
FindAsync(entityType: Type, keyValues: unknown[], cancellationToken: CancellationToken):
|
|
220
|
-
FindAsync<TEntity>(...keyValues: unknown[]):
|
|
221
|
-
FindAsync<TEntity>(keyValues: unknown[], cancellationToken: CancellationToken):
|
|
222
|
-
FromExpression<TResult>(expression:
|
|
226
|
+
FindAsync(entityType: Type, ...keyValues: unknown[]): ValueTask_1<unknown>;
|
|
227
|
+
FindAsync(entityType: Type, keyValues: unknown[], cancellationToken: CancellationToken): ValueTask_1<unknown>;
|
|
228
|
+
FindAsync<TEntity>(...keyValues: unknown[]): ValueTask_1<TEntity>;
|
|
229
|
+
FindAsync<TEntity>(keyValues: unknown[], cancellationToken: CancellationToken): ValueTask_1<TEntity>;
|
|
230
|
+
FromExpression<TResult>(expression: Expression_1<Func_1<IQueryable_1<TResult>>>): IQueryable_1<TResult>;
|
|
223
231
|
GetHashCode(): int;
|
|
224
232
|
OnConfiguring(optionsBuilder: DbContextOptionsBuilder): void;
|
|
225
233
|
OnModelCreating(modelBuilder: ModelBuilder): void;
|
|
226
234
|
Remove<TEntity>(entity: TEntity): EntityEntry_1<TEntity>;
|
|
227
235
|
Remove(entity: unknown): EntityEntry;
|
|
228
236
|
RemoveRange(...entities: unknown[]): void;
|
|
229
|
-
RemoveRange(entities:
|
|
237
|
+
RemoveRange(entities: IEnumerable_1<unknown>): void;
|
|
230
238
|
SaveChanges(): int;
|
|
231
239
|
SaveChanges(acceptAllChangesOnSuccess: boolean): int;
|
|
232
|
-
SaveChangesAsync(cancellationToken?: CancellationToken):
|
|
233
|
-
SaveChangesAsync(acceptAllChangesOnSuccess: boolean, cancellationToken?: CancellationToken):
|
|
240
|
+
SaveChangesAsync(cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
241
|
+
SaveChangesAsync(acceptAllChangesOnSuccess: boolean, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
234
242
|
Set<TEntity>(): DbSet_1<TEntity>;
|
|
235
243
|
Set<TEntity>(name: string): DbSet_1<TEntity>;
|
|
236
244
|
ToString(): string | undefined;
|
|
237
245
|
Update<TEntity>(entity: TEntity): EntityEntry_1<TEntity>;
|
|
238
246
|
Update(entity: unknown): EntityEntry;
|
|
239
247
|
UpdateRange(...entities: unknown[]): void;
|
|
240
|
-
UpdateRange(entities:
|
|
248
|
+
UpdateRange(entities: IEnumerable_1<unknown>): void;
|
|
241
249
|
}
|
|
242
250
|
|
|
243
251
|
|
|
@@ -254,17 +262,17 @@ export interface __DbContext$views {
|
|
|
254
262
|
As_IDbSetCache(): Microsoft_EntityFrameworkCore_Internal_Internal.IDbSetCache$instance;
|
|
255
263
|
}
|
|
256
264
|
|
|
257
|
-
export interface DbContext$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IServiceProvider>, Microsoft_EntityFrameworkCore_Internal_Internal.IDbContextDependencies$instance, Microsoft_EntityFrameworkCore_Internal_Internal.IDbContextPoolable$instance, Microsoft_EntityFrameworkCore_Internal_Internal.IDbSetCache$instance {}
|
|
258
|
-
|
|
259
265
|
export type DbContext = DbContext$instance & __DbContext$views;
|
|
260
266
|
|
|
261
267
|
|
|
262
|
-
export interface DbContextOptions$instance {
|
|
268
|
+
export interface DbContextOptions$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IDbContextOptions$instance {
|
|
269
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbContextOptions: never;
|
|
270
|
+
|
|
263
271
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IDbContextOptions: never;
|
|
264
272
|
|
|
265
273
|
readonly ContextType: Type;
|
|
266
|
-
readonly Extensions:
|
|
267
|
-
readonly ExtensionsMap:
|
|
274
|
+
readonly Extensions: IEnumerable_1<IDbContextOptionsExtension>;
|
|
275
|
+
readonly ExtensionsMap: ImmutableSortedDictionary_2<Type, ValueTuple_2<IDbContextOptionsExtension, System_Internal.Int32>>;
|
|
268
276
|
IsFrozen: boolean;
|
|
269
277
|
Equals(obj: unknown): boolean;
|
|
270
278
|
Equals(other: DbContextOptions): boolean;
|
|
@@ -276,7 +284,7 @@ export interface DbContextOptions$instance {
|
|
|
276
284
|
}
|
|
277
285
|
|
|
278
286
|
|
|
279
|
-
export const DbContextOptions: (abstract new() => DbContextOptions) & (abstract new(extensions:
|
|
287
|
+
export const DbContextOptions: (abstract new() => DbContextOptions) & (abstract new(extensions: IReadOnlyDictionary_2<Type, IDbContextOptionsExtension>) => DbContextOptions) & (abstract new(extensions: ImmutableSortedDictionary_2<Type, ValueTuple_2<IDbContextOptionsExtension, System_Internal.Int32>>) => DbContextOptions) & {
|
|
280
288
|
};
|
|
281
289
|
|
|
282
290
|
|
|
@@ -284,12 +292,12 @@ export interface __DbContextOptions$views {
|
|
|
284
292
|
As_IDbContextOptions(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IDbContextOptions$instance;
|
|
285
293
|
}
|
|
286
294
|
|
|
287
|
-
export interface DbContextOptions$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IDbContextOptions$instance {}
|
|
288
|
-
|
|
289
295
|
export type DbContextOptions = DbContextOptions$instance & __DbContextOptions$views;
|
|
290
296
|
|
|
291
297
|
|
|
292
298
|
export interface DbContextOptions_1$instance<TContext extends DbContext> extends DbContextOptions$instance {
|
|
299
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbContextOptions_1: never;
|
|
300
|
+
|
|
293
301
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IDbContextOptions: never;
|
|
294
302
|
|
|
295
303
|
readonly ContextType: Type;
|
|
@@ -300,7 +308,7 @@ export interface DbContextOptions_1$instance<TContext extends DbContext> extends
|
|
|
300
308
|
|
|
301
309
|
export const DbContextOptions_1: {
|
|
302
310
|
new<TContext extends DbContext>(): DbContextOptions_1<TContext>;
|
|
303
|
-
new<TContext extends DbContext>(extensions:
|
|
311
|
+
new<TContext extends DbContext>(extensions: IReadOnlyDictionary_2<Type, IDbContextOptionsExtension>): DbContextOptions_1<TContext>;
|
|
304
312
|
};
|
|
305
313
|
|
|
306
314
|
|
|
@@ -311,30 +319,32 @@ export interface __DbContextOptions_1$views<TContext extends DbContext> {
|
|
|
311
319
|
export type DbContextOptions_1<TContext extends DbContext> = DbContextOptions_1$instance<TContext> & __DbContextOptions_1$views<TContext>;
|
|
312
320
|
|
|
313
321
|
|
|
314
|
-
export interface DbContextOptionsBuilder$instance {
|
|
322
|
+
export interface DbContextOptionsBuilder$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IDbContextOptionsBuilderInfrastructure$instance {
|
|
323
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbContextOptionsBuilder: never;
|
|
324
|
+
|
|
315
325
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IDbContextOptionsBuilderInfrastructure: never;
|
|
316
326
|
|
|
317
327
|
readonly IsConfigured: boolean;
|
|
318
|
-
readonly Options: DbContextOptions
|
|
319
|
-
AddInterceptors(interceptors:
|
|
328
|
+
readonly Options: DbContextOptions;
|
|
329
|
+
AddInterceptors(interceptors: IEnumerable_1<IInterceptor>): DbContextOptionsBuilder;
|
|
320
330
|
AddInterceptors(...interceptors: IInterceptor[]): DbContextOptionsBuilder;
|
|
321
331
|
ConfigureLoggingCacheTime(timeSpan: TimeSpan): DbContextOptionsBuilder;
|
|
322
|
-
ConfigureWarnings(warningsConfigurationBuilderAction:
|
|
332
|
+
ConfigureWarnings(warningsConfigurationBuilderAction: Action_1<WarningsConfigurationBuilder>): DbContextOptionsBuilder;
|
|
323
333
|
EnableDetailedErrors(detailedErrorsEnabled?: boolean): DbContextOptionsBuilder;
|
|
324
334
|
EnableSensitiveDataLogging(sensitiveDataLoggingEnabled?: boolean): DbContextOptionsBuilder;
|
|
325
335
|
EnableServiceProviderCaching(cacheServiceProvider?: boolean): DbContextOptionsBuilder;
|
|
326
336
|
EnableThreadSafetyChecks(enableChecks?: boolean): DbContextOptionsBuilder;
|
|
327
337
|
Equals(obj: unknown): boolean;
|
|
328
338
|
GetHashCode(): int;
|
|
329
|
-
LogTo(action:
|
|
330
|
-
LogTo(action:
|
|
331
|
-
LogTo(action:
|
|
332
|
-
LogTo(action:
|
|
333
|
-
LogTo(filter:
|
|
339
|
+
LogTo(action: Action_1<System_Internal.String>, minimumLevel?: LogLevel, options?: Nullable_1<DbContextLoggerOptions>): DbContextOptionsBuilder;
|
|
340
|
+
LogTo(action: Action_1<System_Internal.String>, events: IEnumerable_1<EventId>, minimumLevel?: LogLevel, options?: Nullable_1<DbContextLoggerOptions>): DbContextOptionsBuilder;
|
|
341
|
+
LogTo(action: Action_1<System_Internal.String>, categories: IEnumerable_1<System_Internal.String>, minimumLevel?: LogLevel, options?: Nullable_1<DbContextLoggerOptions>): DbContextOptionsBuilder;
|
|
342
|
+
LogTo(action: Action_1<System_Internal.String>, filter: Func_3<EventId, LogLevel, System_Internal.Boolean>, options?: Nullable_1<DbContextLoggerOptions>): DbContextOptionsBuilder;
|
|
343
|
+
LogTo(filter: Func_3<EventId, LogLevel, System_Internal.Boolean>, logger: Action_1<EventData>): DbContextOptionsBuilder;
|
|
334
344
|
ReplaceService<TService, TImplementation extends TService>(): DbContextOptionsBuilder;
|
|
335
345
|
ToString(): string | undefined;
|
|
336
346
|
UseApplicationServiceProvider(serviceProvider: IServiceProvider): DbContextOptionsBuilder;
|
|
337
|
-
UseAsyncSeeding(seedAsync:
|
|
347
|
+
UseAsyncSeeding(seedAsync: Func_4<DbContext, System_Internal.Boolean, CancellationToken, Task>): DbContextOptionsBuilder;
|
|
338
348
|
UseInternalServiceProvider(serviceProvider: IServiceProvider): DbContextOptionsBuilder;
|
|
339
349
|
UseLoggerFactory(loggerFactory: ILoggerFactory): DbContextOptionsBuilder;
|
|
340
350
|
UseMemoryCache(memoryCache: IMemoryCache): DbContextOptionsBuilder;
|
|
@@ -342,7 +352,7 @@ export interface DbContextOptionsBuilder$instance {
|
|
|
342
352
|
UseQueryTrackingBehavior(queryTrackingBehavior: QueryTrackingBehavior): DbContextOptionsBuilder;
|
|
343
353
|
UseRootApplicationServiceProvider(rootServiceProvider: IServiceProvider): DbContextOptionsBuilder;
|
|
344
354
|
UseRootApplicationServiceProvider(): DbContextOptionsBuilder;
|
|
345
|
-
UseSeeding(seed:
|
|
355
|
+
UseSeeding(seed: Action_2<DbContext, System_Internal.Boolean>): DbContextOptionsBuilder;
|
|
346
356
|
}
|
|
347
357
|
|
|
348
358
|
|
|
@@ -356,34 +366,34 @@ export interface __DbContextOptionsBuilder$views {
|
|
|
356
366
|
As_IDbContextOptionsBuilderInfrastructure(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IDbContextOptionsBuilderInfrastructure$instance;
|
|
357
367
|
}
|
|
358
368
|
|
|
359
|
-
export interface DbContextOptionsBuilder$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IDbContextOptionsBuilderInfrastructure$instance {}
|
|
360
|
-
|
|
361
369
|
export type DbContextOptionsBuilder = DbContextOptionsBuilder$instance & __DbContextOptionsBuilder$views;
|
|
362
370
|
|
|
363
371
|
|
|
364
|
-
export interface DbContextOptionsBuilder_1$instance<TContext extends DbContext> extends DbContextOptionsBuilder$instance {
|
|
372
|
+
export interface DbContextOptionsBuilder_1$instance<TContext extends DbContext> extends DbContextOptionsBuilder$instance, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IDbContextOptionsBuilderInfrastructure$instance {
|
|
373
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbContextOptionsBuilder_1: never;
|
|
374
|
+
|
|
365
375
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IDbContextOptionsBuilderInfrastructure: never;
|
|
366
376
|
|
|
367
|
-
AddInterceptors(interceptors:
|
|
368
|
-
AddInterceptors(interceptors:
|
|
377
|
+
AddInterceptors(interceptors: IEnumerable_1<IInterceptor>): DbContextOptionsBuilder_1<TContext>;
|
|
378
|
+
AddInterceptors(interceptors: IEnumerable_1<IInterceptor>): DbContextOptionsBuilder;
|
|
369
379
|
AddInterceptors(...interceptors: IInterceptor[]): DbContextOptionsBuilder;
|
|
370
380
|
AddOrUpdateExtension<TExtension extends IDbContextOptionsExtension>(extension: TExtension): void;
|
|
371
381
|
ConfigureLoggingCacheTime(timeSpan: TimeSpan): DbContextOptionsBuilder;
|
|
372
|
-
ConfigureWarnings(warningsConfigurationBuilderAction:
|
|
382
|
+
ConfigureWarnings(warningsConfigurationBuilderAction: Action_1<WarningsConfigurationBuilder>): DbContextOptionsBuilder;
|
|
373
383
|
EnableDetailedErrors(detailedErrorsEnabled?: boolean): DbContextOptionsBuilder;
|
|
374
384
|
EnableSensitiveDataLogging(sensitiveDataLoggingEnabled?: boolean): DbContextOptionsBuilder;
|
|
375
385
|
EnableServiceProviderCaching(cacheServiceProvider?: boolean): DbContextOptionsBuilder;
|
|
376
386
|
EnableThreadSafetyChecks(enableChecks?: boolean): DbContextOptionsBuilder;
|
|
377
|
-
LogTo(action:
|
|
378
|
-
LogTo(action:
|
|
379
|
-
LogTo(action:
|
|
380
|
-
LogTo(action:
|
|
381
|
-
LogTo(action:
|
|
382
|
-
LogTo(filter:
|
|
387
|
+
LogTo(action: Action_1<System_Internal.String>, categories: IEnumerable_1<System_Internal.String>, minimumLevel?: LogLevel, options?: Nullable_1<DbContextLoggerOptions>): DbContextOptionsBuilder_1<TContext>;
|
|
388
|
+
LogTo(action: Action_1<System_Internal.String>, filter: Func_3<EventId, LogLevel, System_Internal.Boolean>, options?: Nullable_1<DbContextLoggerOptions>): DbContextOptionsBuilder_1<TContext>;
|
|
389
|
+
LogTo(action: Action_1<System_Internal.String>, minimumLevel?: LogLevel, options?: Nullable_1<DbContextLoggerOptions>): DbContextOptionsBuilder;
|
|
390
|
+
LogTo(action: Action_1<System_Internal.String>, events: IEnumerable_1<EventId>, minimumLevel?: LogLevel, options?: Nullable_1<DbContextLoggerOptions>): DbContextOptionsBuilder;
|
|
391
|
+
LogTo(action: Action_1<System_Internal.String>, filter: Func_3<EventId, LogLevel, System_Internal.Boolean>, options?: Nullable_1<DbContextLoggerOptions>): DbContextOptionsBuilder;
|
|
392
|
+
LogTo(filter: Func_3<EventId, LogLevel, System_Internal.Boolean>, logger: Action_1<EventData>): DbContextOptionsBuilder;
|
|
383
393
|
ReplaceService<TService, TImplementation extends TService>(): DbContextOptionsBuilder;
|
|
384
394
|
UseApplicationServiceProvider(serviceProvider: IServiceProvider): DbContextOptionsBuilder;
|
|
385
|
-
UseAsyncSeeding(seedAsync:
|
|
386
|
-
UseAsyncSeeding(seedAsync:
|
|
395
|
+
UseAsyncSeeding(seedAsync: Func_4<DbContext, System_Internal.Boolean, CancellationToken, Task>): DbContextOptionsBuilder_1<TContext>;
|
|
396
|
+
UseAsyncSeeding(seedAsync: Func_4<DbContext, System_Internal.Boolean, CancellationToken, Task>): DbContextOptionsBuilder;
|
|
387
397
|
UseInternalServiceProvider(serviceProvider: IServiceProvider): DbContextOptionsBuilder;
|
|
388
398
|
UseLoggerFactory(loggerFactory: ILoggerFactory): DbContextOptionsBuilder;
|
|
389
399
|
UseMemoryCache(memoryCache: IMemoryCache): DbContextOptionsBuilder;
|
|
@@ -391,8 +401,8 @@ export interface DbContextOptionsBuilder_1$instance<TContext extends DbContext>
|
|
|
391
401
|
UseQueryTrackingBehavior(queryTrackingBehavior: QueryTrackingBehavior): DbContextOptionsBuilder;
|
|
392
402
|
UseRootApplicationServiceProvider(rootServiceProvider: IServiceProvider): DbContextOptionsBuilder;
|
|
393
403
|
UseRootApplicationServiceProvider(): DbContextOptionsBuilder;
|
|
394
|
-
UseSeeding(seed:
|
|
395
|
-
UseSeeding(seed:
|
|
404
|
+
UseSeeding(seed: Action_2<DbContext, System_Internal.Boolean>): DbContextOptionsBuilder_1<TContext>;
|
|
405
|
+
UseSeeding(seed: Action_2<DbContext, System_Internal.Boolean>): DbContextOptionsBuilder;
|
|
396
406
|
}
|
|
397
407
|
|
|
398
408
|
|
|
@@ -406,12 +416,12 @@ export interface __DbContextOptionsBuilder_1$views<TContext extends DbContext> {
|
|
|
406
416
|
As_IDbContextOptionsBuilderInfrastructure(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IDbContextOptionsBuilderInfrastructure$instance;
|
|
407
417
|
}
|
|
408
418
|
|
|
409
|
-
export interface DbContextOptionsBuilder_1$instance<TContext extends DbContext> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IDbContextOptionsBuilderInfrastructure$instance {}
|
|
410
|
-
|
|
411
419
|
export type DbContextOptionsBuilder_1<TContext extends DbContext> = DbContextOptionsBuilder_1$instance<TContext> & __DbContextOptionsBuilder_1$views<TContext>;
|
|
412
420
|
|
|
413
421
|
|
|
414
422
|
export interface DbFunctionAttribute$instance extends Attribute {
|
|
423
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbFunctionAttribute: never;
|
|
424
|
+
|
|
415
425
|
IsBuiltIn: boolean;
|
|
416
426
|
IsNullable: boolean;
|
|
417
427
|
readonly IsNullableHasValue: boolean;
|
|
@@ -431,6 +441,8 @@ export const DbFunctionAttribute: {
|
|
|
431
441
|
export type DbFunctionAttribute = DbFunctionAttribute$instance;
|
|
432
442
|
|
|
433
443
|
export interface DbFunctions$instance {
|
|
444
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbFunctions: never;
|
|
445
|
+
|
|
434
446
|
Equals(obj: unknown): boolean;
|
|
435
447
|
GetHashCode(): int;
|
|
436
448
|
ToString(): string | undefined;
|
|
@@ -444,6 +456,8 @@ export const DbFunctions: {
|
|
|
444
456
|
export type DbFunctions = DbFunctions$instance;
|
|
445
457
|
|
|
446
458
|
export interface DbLoggerCategory_ChangeTracking$instance extends LoggerCategory_1<DbLoggerCategory_ChangeTracking> {
|
|
459
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbLoggerCategory_ChangeTracking: never;
|
|
460
|
+
|
|
447
461
|
}
|
|
448
462
|
|
|
449
463
|
|
|
@@ -455,6 +469,8 @@ export const DbLoggerCategory_ChangeTracking: {
|
|
|
455
469
|
export type DbLoggerCategory_ChangeTracking = DbLoggerCategory_ChangeTracking$instance;
|
|
456
470
|
|
|
457
471
|
export interface DbLoggerCategory_Database$instance extends LoggerCategory_1<DbLoggerCategory_Database> {
|
|
472
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbLoggerCategory_Database: never;
|
|
473
|
+
|
|
458
474
|
}
|
|
459
475
|
|
|
460
476
|
|
|
@@ -466,6 +482,8 @@ export const DbLoggerCategory_Database: {
|
|
|
466
482
|
export type DbLoggerCategory_Database = DbLoggerCategory_Database$instance;
|
|
467
483
|
|
|
468
484
|
export interface DbLoggerCategory_Database_Command$instance extends LoggerCategory_1<DbLoggerCategory_Database_Command> {
|
|
485
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbLoggerCategory_Database_Command: never;
|
|
486
|
+
|
|
469
487
|
}
|
|
470
488
|
|
|
471
489
|
|
|
@@ -477,6 +495,8 @@ export const DbLoggerCategory_Database_Command: {
|
|
|
477
495
|
export type DbLoggerCategory_Database_Command = DbLoggerCategory_Database_Command$instance;
|
|
478
496
|
|
|
479
497
|
export interface DbLoggerCategory_Database_Connection$instance extends LoggerCategory_1<DbLoggerCategory_Database_Connection> {
|
|
498
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbLoggerCategory_Database_Connection: never;
|
|
499
|
+
|
|
480
500
|
}
|
|
481
501
|
|
|
482
502
|
|
|
@@ -488,6 +508,8 @@ export const DbLoggerCategory_Database_Connection: {
|
|
|
488
508
|
export type DbLoggerCategory_Database_Connection = DbLoggerCategory_Database_Connection$instance;
|
|
489
509
|
|
|
490
510
|
export interface DbLoggerCategory_Database_Transaction$instance extends LoggerCategory_1<DbLoggerCategory_Database_Transaction> {
|
|
511
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbLoggerCategory_Database_Transaction: never;
|
|
512
|
+
|
|
491
513
|
}
|
|
492
514
|
|
|
493
515
|
|
|
@@ -499,6 +521,8 @@ export const DbLoggerCategory_Database_Transaction: {
|
|
|
499
521
|
export type DbLoggerCategory_Database_Transaction = DbLoggerCategory_Database_Transaction$instance;
|
|
500
522
|
|
|
501
523
|
export interface DbLoggerCategory_Infrastructure$instance extends LoggerCategory_1<DbLoggerCategory_Infrastructure> {
|
|
524
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbLoggerCategory_Infrastructure: never;
|
|
525
|
+
|
|
502
526
|
}
|
|
503
527
|
|
|
504
528
|
|
|
@@ -510,6 +534,8 @@ export const DbLoggerCategory_Infrastructure: {
|
|
|
510
534
|
export type DbLoggerCategory_Infrastructure = DbLoggerCategory_Infrastructure$instance;
|
|
511
535
|
|
|
512
536
|
export interface DbLoggerCategory_Migrations$instance extends LoggerCategory_1<DbLoggerCategory_Migrations> {
|
|
537
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbLoggerCategory_Migrations: never;
|
|
538
|
+
|
|
513
539
|
}
|
|
514
540
|
|
|
515
541
|
|
|
@@ -521,6 +547,8 @@ export const DbLoggerCategory_Migrations: {
|
|
|
521
547
|
export type DbLoggerCategory_Migrations = DbLoggerCategory_Migrations$instance;
|
|
522
548
|
|
|
523
549
|
export interface DbLoggerCategory_Model$instance extends LoggerCategory_1<DbLoggerCategory_Model> {
|
|
550
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbLoggerCategory_Model: never;
|
|
551
|
+
|
|
524
552
|
}
|
|
525
553
|
|
|
526
554
|
|
|
@@ -532,6 +560,8 @@ export const DbLoggerCategory_Model: {
|
|
|
532
560
|
export type DbLoggerCategory_Model = DbLoggerCategory_Model$instance;
|
|
533
561
|
|
|
534
562
|
export interface DbLoggerCategory_Model_Validation$instance extends LoggerCategory_1<DbLoggerCategory_Model_Validation> {
|
|
563
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbLoggerCategory_Model_Validation: never;
|
|
564
|
+
|
|
535
565
|
}
|
|
536
566
|
|
|
537
567
|
|
|
@@ -543,6 +573,8 @@ export const DbLoggerCategory_Model_Validation: {
|
|
|
543
573
|
export type DbLoggerCategory_Model_Validation = DbLoggerCategory_Model_Validation$instance;
|
|
544
574
|
|
|
545
575
|
export interface DbLoggerCategory_Query$instance extends LoggerCategory_1<DbLoggerCategory_Query> {
|
|
576
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbLoggerCategory_Query: never;
|
|
577
|
+
|
|
546
578
|
}
|
|
547
579
|
|
|
548
580
|
|
|
@@ -554,6 +586,8 @@ export const DbLoggerCategory_Query: {
|
|
|
554
586
|
export type DbLoggerCategory_Query = DbLoggerCategory_Query$instance;
|
|
555
587
|
|
|
556
588
|
export interface DbLoggerCategory_Scaffolding$instance extends LoggerCategory_1<DbLoggerCategory_Scaffolding> {
|
|
589
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbLoggerCategory_Scaffolding: never;
|
|
590
|
+
|
|
557
591
|
}
|
|
558
592
|
|
|
559
593
|
|
|
@@ -565,6 +599,8 @@ export const DbLoggerCategory_Scaffolding: {
|
|
|
565
599
|
export type DbLoggerCategory_Scaffolding = DbLoggerCategory_Scaffolding$instance;
|
|
566
600
|
|
|
567
601
|
export interface DbLoggerCategory_Update$instance extends LoggerCategory_1<DbLoggerCategory_Update> {
|
|
602
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbLoggerCategory_Update: never;
|
|
603
|
+
|
|
568
604
|
}
|
|
569
605
|
|
|
570
606
|
|
|
@@ -575,7 +611,9 @@ export const DbLoggerCategory_Update: {
|
|
|
575
611
|
|
|
576
612
|
export type DbLoggerCategory_Update = DbLoggerCategory_Update$instance;
|
|
577
613
|
|
|
578
|
-
export interface DbSet_1$instance<TEntity> {
|
|
614
|
+
export interface DbSet_1$instance<TEntity> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IServiceProvider>, System_Collections_Generic_Internal.IEnumerable_1<TEntity>, System_ComponentModel_Internal.IListSource, System_Linq_Internal.IQueryable_1<TEntity> {
|
|
615
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbSet_1: never;
|
|
616
|
+
|
|
579
617
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
580
618
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
581
619
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -586,30 +624,30 @@ export interface DbSet_1$instance<TEntity> {
|
|
|
586
624
|
readonly EntityType: IEntityType;
|
|
587
625
|
readonly Local: LocalView_1<TEntity>;
|
|
588
626
|
Add(entity: TEntity): EntityEntry_1<TEntity>;
|
|
589
|
-
AddAsync(entity: TEntity, cancellationToken?: CancellationToken):
|
|
627
|
+
AddAsync(entity: TEntity, cancellationToken?: CancellationToken): ValueTask_1<EntityEntry_1<TEntity>>;
|
|
590
628
|
AddRange(...entities: TEntity[]): void;
|
|
591
|
-
AddRange(entities:
|
|
629
|
+
AddRange(entities: IEnumerable_1<TEntity>): void;
|
|
592
630
|
AddRangeAsync(...entities: TEntity[]): Task;
|
|
593
|
-
AddRangeAsync(entities:
|
|
594
|
-
AsAsyncEnumerable():
|
|
595
|
-
AsQueryable():
|
|
631
|
+
AddRangeAsync(entities: IEnumerable_1<TEntity>, cancellationToken?: CancellationToken): Task;
|
|
632
|
+
AsAsyncEnumerable(): IAsyncEnumerable_1<TEntity>;
|
|
633
|
+
AsQueryable(): IQueryable_1<TEntity>;
|
|
596
634
|
Attach(entity: TEntity): EntityEntry_1<TEntity>;
|
|
597
635
|
AttachRange(...entities: TEntity[]): void;
|
|
598
|
-
AttachRange(entities:
|
|
636
|
+
AttachRange(entities: IEnumerable_1<TEntity>): void;
|
|
599
637
|
Entry(entity: TEntity): EntityEntry_1<TEntity>;
|
|
600
638
|
Equals(obj: unknown): boolean;
|
|
601
639
|
Find(...keyValues: unknown[]): TEntity | undefined;
|
|
602
|
-
FindAsync(...keyValues: unknown[]):
|
|
603
|
-
FindAsync(keyValues: unknown[], cancellationToken: CancellationToken):
|
|
604
|
-
GetAsyncEnumerator(cancellationToken?: CancellationToken):
|
|
640
|
+
FindAsync(...keyValues: unknown[]): ValueTask_1<TEntity>;
|
|
641
|
+
FindAsync(keyValues: unknown[], cancellationToken: CancellationToken): ValueTask_1<TEntity>;
|
|
642
|
+
GetAsyncEnumerator(cancellationToken?: CancellationToken): IAsyncEnumerator_1<TEntity>;
|
|
605
643
|
GetHashCode(): int;
|
|
606
644
|
Remove(entity: TEntity): EntityEntry_1<TEntity>;
|
|
607
645
|
RemoveRange(...entities: TEntity[]): void;
|
|
608
|
-
RemoveRange(entities:
|
|
646
|
+
RemoveRange(entities: IEnumerable_1<TEntity>): void;
|
|
609
647
|
ToString(): string | undefined;
|
|
610
648
|
Update(entity: TEntity): EntityEntry_1<TEntity>;
|
|
611
649
|
UpdateRange(...entities: TEntity[]): void;
|
|
612
|
-
UpdateRange(entities:
|
|
650
|
+
UpdateRange(entities: IEnumerable_1<TEntity>): void;
|
|
613
651
|
}
|
|
614
652
|
|
|
615
653
|
|
|
@@ -621,12 +659,12 @@ export interface __DbSet_1$views<TEntity> {
|
|
|
621
659
|
As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IServiceProvider>;
|
|
622
660
|
}
|
|
623
661
|
|
|
624
|
-
export interface DbSet_1$instance<TEntity> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IServiceProvider>, System_Collections_Generic_Internal.IEnumerable<TEntity>, System_ComponentModel_Internal.IListSource, System_Linq_Internal.IQueryable<TEntity> {}
|
|
625
|
-
|
|
626
662
|
export type DbSet_1<TEntity> = DbSet_1$instance<TEntity> & __DbSet_1$views<TEntity>;
|
|
627
663
|
|
|
628
664
|
|
|
629
665
|
export interface DbUpdateConcurrencyException$instance extends DbUpdateException {
|
|
666
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbUpdateConcurrencyException: never;
|
|
667
|
+
|
|
630
668
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
631
669
|
|
|
632
670
|
}
|
|
@@ -636,8 +674,8 @@ export const DbUpdateConcurrencyException: {
|
|
|
636
674
|
new(): DbUpdateConcurrencyException;
|
|
637
675
|
new(message: string): DbUpdateConcurrencyException;
|
|
638
676
|
new(message: string, innerException: Exception): DbUpdateConcurrencyException;
|
|
639
|
-
new(message: string, innerException: Exception, entries:
|
|
640
|
-
new(message: string, entries:
|
|
677
|
+
new(message: string, innerException: Exception, entries: IReadOnlyList_1<IUpdateEntry>): DbUpdateConcurrencyException;
|
|
678
|
+
new(message: string, entries: IReadOnlyList_1<IUpdateEntry>): DbUpdateConcurrencyException;
|
|
641
679
|
new(info: SerializationInfo, context: StreamingContext): DbUpdateConcurrencyException;
|
|
642
680
|
};
|
|
643
681
|
|
|
@@ -645,9 +683,11 @@ export const DbUpdateConcurrencyException: {
|
|
|
645
683
|
export type DbUpdateConcurrencyException = DbUpdateConcurrencyException$instance;
|
|
646
684
|
|
|
647
685
|
export interface DbUpdateException$instance extends Exception {
|
|
686
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbUpdateException: never;
|
|
687
|
+
|
|
648
688
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
649
689
|
|
|
650
|
-
readonly Entries:
|
|
690
|
+
readonly Entries: IReadOnlyList_1<EntityEntry>;
|
|
651
691
|
}
|
|
652
692
|
|
|
653
693
|
|
|
@@ -655,10 +695,10 @@ export const DbUpdateException: {
|
|
|
655
695
|
new(): DbUpdateException;
|
|
656
696
|
new(message: string): DbUpdateException;
|
|
657
697
|
new(message: string, innerException: Exception): DbUpdateException;
|
|
658
|
-
new(message: string, entries:
|
|
659
|
-
new(message: string, innerException: Exception, entries:
|
|
660
|
-
new(message: string, entries:
|
|
661
|
-
new(message: string, innerException: Exception, entries:
|
|
698
|
+
new(message: string, entries: IReadOnlyList_1<IUpdateEntry>): DbUpdateException;
|
|
699
|
+
new(message: string, innerException: Exception, entries: IReadOnlyList_1<IUpdateEntry>): DbUpdateException;
|
|
700
|
+
new(message: string, entries: IReadOnlyList_1<EntityEntry>): DbUpdateException;
|
|
701
|
+
new(message: string, innerException: Exception, entries: IReadOnlyList_1<EntityEntry>): DbUpdateException;
|
|
662
702
|
new(info: SerializationInfo, context: StreamingContext): DbUpdateException;
|
|
663
703
|
};
|
|
664
704
|
|
|
@@ -666,6 +706,8 @@ export const DbUpdateException: {
|
|
|
666
706
|
export type DbUpdateException = DbUpdateException$instance;
|
|
667
707
|
|
|
668
708
|
export interface DeleteBehaviorAttribute$instance extends Attribute {
|
|
709
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DeleteBehaviorAttribute: never;
|
|
710
|
+
|
|
669
711
|
readonly Behavior: DeleteBehavior;
|
|
670
712
|
}
|
|
671
713
|
|
|
@@ -678,6 +720,8 @@ export const DeleteBehaviorAttribute: {
|
|
|
678
720
|
export type DeleteBehaviorAttribute = DeleteBehaviorAttribute$instance;
|
|
679
721
|
|
|
680
722
|
export interface EntityTypeConfigurationAttribute$instance extends Attribute {
|
|
723
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_EntityTypeConfigurationAttribute: never;
|
|
724
|
+
|
|
681
725
|
readonly EntityTypeConfigurationType: Type;
|
|
682
726
|
}
|
|
683
727
|
|
|
@@ -690,6 +734,8 @@ export const EntityTypeConfigurationAttribute: {
|
|
|
690
734
|
export type EntityTypeConfigurationAttribute = EntityTypeConfigurationAttribute$instance;
|
|
691
735
|
|
|
692
736
|
export interface EntityTypeConfigurationAttribute_2$instance<TConfiguration extends IEntityTypeConfiguration_1<TEntity>, TEntity> extends EntityTypeConfigurationAttribute {
|
|
737
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_EntityTypeConfigurationAttribute_2: never;
|
|
738
|
+
|
|
693
739
|
}
|
|
694
740
|
|
|
695
741
|
|
|
@@ -701,6 +747,8 @@ export const EntityTypeConfigurationAttribute_2: {
|
|
|
701
747
|
export type EntityTypeConfigurationAttribute_2<TConfiguration extends IEntityTypeConfiguration_1<TEntity>, TEntity> = EntityTypeConfigurationAttribute_2$instance<TConfiguration, TEntity>;
|
|
702
748
|
|
|
703
749
|
export interface IndexAttribute$instance extends Attribute {
|
|
750
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_IndexAttribute: never;
|
|
751
|
+
|
|
704
752
|
AllDescending: boolean;
|
|
705
753
|
get IsDescending(): boolean[] | undefined;
|
|
706
754
|
set IsDescending(value: boolean[] | undefined);
|
|
@@ -708,7 +756,7 @@ export interface IndexAttribute$instance extends Attribute {
|
|
|
708
756
|
readonly IsUniqueHasValue: boolean;
|
|
709
757
|
get Name(): string | undefined;
|
|
710
758
|
set Name(value: string | undefined);
|
|
711
|
-
readonly PropertyNames:
|
|
759
|
+
readonly PropertyNames: IReadOnlyList_1<System_Internal.String>;
|
|
712
760
|
}
|
|
713
761
|
|
|
714
762
|
|
|
@@ -721,6 +769,8 @@ export const IndexAttribute: {
|
|
|
721
769
|
export type IndexAttribute = IndexAttribute$instance;
|
|
722
770
|
|
|
723
771
|
export interface KeylessAttribute$instance extends Attribute {
|
|
772
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_KeylessAttribute: never;
|
|
773
|
+
|
|
724
774
|
}
|
|
725
775
|
|
|
726
776
|
|
|
@@ -731,18 +781,20 @@ export const KeylessAttribute: {
|
|
|
731
781
|
|
|
732
782
|
export type KeylessAttribute = KeylessAttribute$instance;
|
|
733
783
|
|
|
734
|
-
export interface ModelBuilder$instance {
|
|
784
|
+
export interface ModelBuilder$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IConventionModelBuilder> {
|
|
785
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ModelBuilder: never;
|
|
786
|
+
|
|
735
787
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
736
788
|
|
|
737
789
|
readonly Model: IMutableModel;
|
|
738
790
|
ApplyConfiguration<TEntity>(configuration: IEntityTypeConfiguration_1<TEntity>): ModelBuilder;
|
|
739
|
-
ApplyConfigurationsFromAssembly(assembly: Assembly, predicate?:
|
|
791
|
+
ApplyConfigurationsFromAssembly(assembly: Assembly, predicate?: Func_2<Type, System_Internal.Boolean>): ModelBuilder;
|
|
740
792
|
Entity<TEntity>(): EntityTypeBuilder_1<TEntity>;
|
|
741
793
|
Entity(type: Type): EntityTypeBuilder;
|
|
742
794
|
Entity(name: string): EntityTypeBuilder;
|
|
743
|
-
Entity<TEntity>(buildAction:
|
|
744
|
-
Entity(type: Type, buildAction:
|
|
745
|
-
Entity(name: string, buildAction:
|
|
795
|
+
Entity<TEntity>(buildAction: Action_1<EntityTypeBuilder_1<TEntity>>): ModelBuilder;
|
|
796
|
+
Entity(type: Type, buildAction: Action_1<EntityTypeBuilder>): ModelBuilder;
|
|
797
|
+
Entity(name: string, buildAction: Action_1<EntityTypeBuilder>): ModelBuilder;
|
|
746
798
|
Equals(obj: unknown): boolean;
|
|
747
799
|
FinalizeModel(): IModel;
|
|
748
800
|
GetHashCode(): int;
|
|
@@ -756,8 +808,8 @@ export interface ModelBuilder$instance {
|
|
|
756
808
|
Owned(type: Type): OwnedEntityTypeBuilder;
|
|
757
809
|
SharedTypeEntity<TEntity>(name: string): EntityTypeBuilder_1<TEntity>;
|
|
758
810
|
SharedTypeEntity(name: string, type: Type): EntityTypeBuilder;
|
|
759
|
-
SharedTypeEntity<TEntity>(name: string, buildAction:
|
|
760
|
-
SharedTypeEntity(name: string, type: Type, buildAction:
|
|
811
|
+
SharedTypeEntity<TEntity>(name: string, buildAction: Action_1<EntityTypeBuilder_1<TEntity>>): ModelBuilder;
|
|
812
|
+
SharedTypeEntity(name: string, type: Type, buildAction: Action_1<EntityTypeBuilder>): ModelBuilder;
|
|
761
813
|
ToString(): string | undefined;
|
|
762
814
|
UsePropertyAccessMode(propertyAccessMode: PropertyAccessMode): ModelBuilder;
|
|
763
815
|
}
|
|
@@ -776,29 +828,29 @@ export interface __ModelBuilder$views {
|
|
|
776
828
|
As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IConventionModelBuilder>;
|
|
777
829
|
}
|
|
778
830
|
|
|
779
|
-
export interface ModelBuilder$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IConventionModelBuilder> {}
|
|
780
|
-
|
|
781
831
|
export type ModelBuilder = ModelBuilder$instance & __ModelBuilder$views;
|
|
782
832
|
|
|
783
833
|
|
|
784
834
|
export interface ModelConfigurationBuilder$instance {
|
|
835
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ModelConfigurationBuilder: never;
|
|
836
|
+
|
|
785
837
|
readonly Conventions: ConventionSetBuilder;
|
|
786
838
|
readonly ModelConfiguration: ModelConfiguration;
|
|
787
839
|
ComplexProperties<TProperty>(): ComplexPropertiesConfigurationBuilder_1<TProperty>;
|
|
788
840
|
ComplexProperties(propertyType: Type): ComplexPropertiesConfigurationBuilder;
|
|
789
841
|
CreateModelBuilder(modelDependencies: ModelDependencies): ModelBuilder;
|
|
790
842
|
DefaultTypeMapping<TScalar>(): TypeMappingConfigurationBuilder_1<TScalar>;
|
|
791
|
-
DefaultTypeMapping<TScalar>(buildAction:
|
|
843
|
+
DefaultTypeMapping<TScalar>(buildAction: Action_1<TypeMappingConfigurationBuilder_1<TScalar>>): ModelConfigurationBuilder;
|
|
792
844
|
DefaultTypeMapping(scalarType: Type): TypeMappingConfigurationBuilder;
|
|
793
|
-
DefaultTypeMapping(scalarType: Type, buildAction:
|
|
845
|
+
DefaultTypeMapping(scalarType: Type, buildAction: Action_1<TypeMappingConfigurationBuilder>): ModelConfigurationBuilder;
|
|
794
846
|
Equals(obj: unknown): boolean;
|
|
795
847
|
GetHashCode(): int;
|
|
796
848
|
IgnoreAny<T>(): ModelConfigurationBuilder;
|
|
797
849
|
IgnoreAny(type: Type): ModelConfigurationBuilder;
|
|
798
850
|
Properties<TProperty>(): PropertiesConfigurationBuilder_1<TProperty>;
|
|
799
|
-
Properties<TProperty>(buildAction:
|
|
851
|
+
Properties<TProperty>(buildAction: Action_1<PropertiesConfigurationBuilder_1<TProperty>>): ModelConfigurationBuilder;
|
|
800
852
|
Properties(propertyType: Type): PropertiesConfigurationBuilder;
|
|
801
|
-
Properties(propertyType: Type, buildAction:
|
|
853
|
+
Properties(propertyType: Type, buildAction: Action_1<PropertiesConfigurationBuilder>): ModelConfigurationBuilder;
|
|
802
854
|
ToString(): string | undefined;
|
|
803
855
|
}
|
|
804
856
|
|
|
@@ -811,6 +863,8 @@ export const ModelConfigurationBuilder: {
|
|
|
811
863
|
export type ModelConfigurationBuilder = ModelConfigurationBuilder$instance;
|
|
812
864
|
|
|
813
865
|
export interface ModelCreationDependencies$instance {
|
|
866
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ModelCreationDependencies: never;
|
|
867
|
+
|
|
814
868
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
815
869
|
|
|
816
870
|
ConventionSetBuilder: IConventionSetBuilder;
|
|
@@ -834,6 +888,8 @@ export const ModelCreationDependencies: {
|
|
|
834
888
|
export type ModelCreationDependencies = ModelCreationDependencies$instance;
|
|
835
889
|
|
|
836
890
|
export interface OwnedAttribute$instance extends Attribute {
|
|
891
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_OwnedAttribute: never;
|
|
892
|
+
|
|
837
893
|
}
|
|
838
894
|
|
|
839
895
|
|
|
@@ -845,8 +901,10 @@ export const OwnedAttribute: {
|
|
|
845
901
|
export type OwnedAttribute = OwnedAttribute$instance;
|
|
846
902
|
|
|
847
903
|
export interface PrecisionAttribute$instance extends Attribute {
|
|
904
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_PrecisionAttribute: never;
|
|
905
|
+
|
|
848
906
|
readonly Precision: int;
|
|
849
|
-
readonly Scale:
|
|
907
|
+
readonly Scale: Nullable_1<System_Internal.Int32>;
|
|
850
908
|
}
|
|
851
909
|
|
|
852
910
|
|
|
@@ -859,7 +917,9 @@ export const PrecisionAttribute: {
|
|
|
859
917
|
export type PrecisionAttribute = PrecisionAttribute$instance;
|
|
860
918
|
|
|
861
919
|
export interface PrimaryKeyAttribute$instance extends Attribute {
|
|
862
|
-
readonly
|
|
920
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_PrimaryKeyAttribute: never;
|
|
921
|
+
|
|
922
|
+
readonly PropertyNames: IReadOnlyList_1<System_Internal.String>;
|
|
863
923
|
}
|
|
864
924
|
|
|
865
925
|
|
|
@@ -871,6 +931,8 @@ export const PrimaryKeyAttribute: {
|
|
|
871
931
|
export type PrimaryKeyAttribute = PrimaryKeyAttribute$instance;
|
|
872
932
|
|
|
873
933
|
export interface SaveChangesEventArgs$instance extends EventArgs {
|
|
934
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SaveChangesEventArgs: never;
|
|
935
|
+
|
|
874
936
|
readonly AcceptAllChangesOnSuccess: boolean;
|
|
875
937
|
}
|
|
876
938
|
|
|
@@ -882,6 +944,8 @@ export const SaveChangesEventArgs: (abstract new(acceptAllChangesOnSuccess: bool
|
|
|
882
944
|
export type SaveChangesEventArgs = SaveChangesEventArgs$instance;
|
|
883
945
|
|
|
884
946
|
export interface SaveChangesFailedEventArgs$instance extends SaveChangesEventArgs {
|
|
947
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SaveChangesFailedEventArgs: never;
|
|
948
|
+
|
|
885
949
|
readonly Exception: Exception;
|
|
886
950
|
}
|
|
887
951
|
|
|
@@ -894,6 +958,8 @@ export const SaveChangesFailedEventArgs: {
|
|
|
894
958
|
export type SaveChangesFailedEventArgs = SaveChangesFailedEventArgs$instance;
|
|
895
959
|
|
|
896
960
|
export interface SavedChangesEventArgs$instance extends SaveChangesEventArgs {
|
|
961
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SavedChangesEventArgs: never;
|
|
962
|
+
|
|
897
963
|
readonly EntitiesSavedCount: int;
|
|
898
964
|
}
|
|
899
965
|
|
|
@@ -906,6 +972,8 @@ export const SavedChangesEventArgs: {
|
|
|
906
972
|
export type SavedChangesEventArgs = SavedChangesEventArgs$instance;
|
|
907
973
|
|
|
908
974
|
export interface SavingChangesEventArgs$instance extends SaveChangesEventArgs {
|
|
975
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SavingChangesEventArgs: never;
|
|
976
|
+
|
|
909
977
|
}
|
|
910
978
|
|
|
911
979
|
|
|
@@ -917,6 +985,8 @@ export const SavingChangesEventArgs: {
|
|
|
917
985
|
export type SavingChangesEventArgs = SavingChangesEventArgs$instance;
|
|
918
986
|
|
|
919
987
|
export interface UnicodeAttribute$instance extends Attribute {
|
|
988
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_UnicodeAttribute: never;
|
|
989
|
+
|
|
920
990
|
readonly IsUnicode: boolean;
|
|
921
991
|
}
|
|
922
992
|
|
|
@@ -954,38 +1024,38 @@ export type DbLoggerCategory = DbLoggerCategory$instance;
|
|
|
954
1024
|
export abstract class EF$instance {
|
|
955
1025
|
static IsDesignTime: boolean;
|
|
956
1026
|
static readonly Functions: DbFunctions;
|
|
957
|
-
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TResult>(queryExpression:
|
|
958
|
-
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TResult>(queryExpression:
|
|
959
|
-
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TResult>(queryExpression:
|
|
960
|
-
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TResult>(queryExpression:
|
|
961
|
-
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TResult>(queryExpression:
|
|
962
|
-
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TResult>(queryExpression:
|
|
963
|
-
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TParam13, TResult>(queryExpression:
|
|
964
|
-
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TParam13, TParam14, TResult>(queryExpression:
|
|
965
|
-
static CompileAsyncQuery<TContext extends DbContext, TResult>(queryExpression:
|
|
966
|
-
static CompileAsyncQuery<TContext extends DbContext, TResult>(queryExpression:
|
|
967
|
-
static CompileAsyncQuery<TContext extends DbContext, TParam1, TResult>(queryExpression:
|
|
968
|
-
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TResult>(queryExpression:
|
|
969
|
-
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TResult>(queryExpression:
|
|
970
|
-
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TResult>(queryExpression:
|
|
971
|
-
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TResult>(queryExpression:
|
|
972
|
-
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TResult>(queryExpression:
|
|
973
|
-
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TResult, TProperty>(queryExpression:
|
|
974
|
-
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TResult, TProperty>(queryExpression:
|
|
975
|
-
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TResult, TProperty>(queryExpression:
|
|
976
|
-
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TResult, TProperty>(queryExpression:
|
|
977
|
-
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TResult, TProperty>(queryExpression:
|
|
978
|
-
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TParam13, TResult, TProperty>(queryExpression:
|
|
979
|
-
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TParam13, TParam14, TResult, TProperty>(queryExpression:
|
|
980
|
-
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TParam13, TParam14, TParam15, TResult, TProperty>(queryExpression:
|
|
981
|
-
static CompileQuery<TContext extends DbContext, TResult>(queryExpression:
|
|
982
|
-
static CompileQuery<TContext extends DbContext, TParam1, TResult, TProperty>(queryExpression:
|
|
983
|
-
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TResult, TProperty>(queryExpression:
|
|
984
|
-
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TResult, TProperty>(queryExpression:
|
|
985
|
-
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TResult, TProperty>(queryExpression:
|
|
986
|
-
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TResult, TProperty>(queryExpression:
|
|
987
|
-
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TResult, TProperty>(queryExpression:
|
|
988
|
-
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TResult, TProperty>(queryExpression:
|
|
1027
|
+
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TResult>(queryExpression: Expression_1<Func_10<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, CancellationToken, TResult>>): Func_10<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, CancellationToken, Task_1<TResult>>;
|
|
1028
|
+
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TResult>(queryExpression: Expression_1<Func_11<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, CancellationToken, TResult>>): Func_11<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, CancellationToken, Task_1<TResult>>;
|
|
1029
|
+
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TResult>(queryExpression: Expression_1<Func_12<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, CancellationToken, TResult>>): Func_12<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, CancellationToken, Task_1<TResult>>;
|
|
1030
|
+
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TResult>(queryExpression: Expression_1<Func_13<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, CancellationToken, TResult>>): Func_13<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, CancellationToken, Task_1<TResult>>;
|
|
1031
|
+
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TResult>(queryExpression: Expression_1<Func_14<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, CancellationToken, TResult>>): Func_14<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, CancellationToken, Task_1<TResult>>;
|
|
1032
|
+
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TResult>(queryExpression: Expression_1<Func_15<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, CancellationToken, TResult>>): Func_15<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, CancellationToken, Task_1<TResult>>;
|
|
1033
|
+
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TParam13, TResult>(queryExpression: Expression_1<Func_16<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TParam13, CancellationToken, TResult>>): Func_16<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TParam13, CancellationToken, Task_1<TResult>>;
|
|
1034
|
+
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TParam13, TParam14, TResult>(queryExpression: Expression_1<Func_17<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TParam13, TParam14, CancellationToken, TResult>>): Func_17<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TParam13, TParam14, CancellationToken, Task_1<TResult>>;
|
|
1035
|
+
static CompileAsyncQuery<TContext extends DbContext, TResult>(queryExpression: Expression_1<Func_2<TContext, DbSet_1<TResult>>>): Func_2<TContext, IAsyncEnumerable_1<TResult>>;
|
|
1036
|
+
static CompileAsyncQuery<TContext extends DbContext, TResult>(queryExpression: Expression_1<Func_3<TContext, CancellationToken, TResult>>): Func_3<TContext, CancellationToken, Task_1<TResult>>;
|
|
1037
|
+
static CompileAsyncQuery<TContext extends DbContext, TParam1, TResult>(queryExpression: Expression_1<Func_4<TContext, TParam1, CancellationToken, TResult>>): Func_4<TContext, TParam1, CancellationToken, Task_1<TResult>>;
|
|
1038
|
+
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TResult>(queryExpression: Expression_1<Func_5<TContext, TParam1, TParam2, CancellationToken, TResult>>): Func_5<TContext, TParam1, TParam2, CancellationToken, Task_1<TResult>>;
|
|
1039
|
+
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TResult>(queryExpression: Expression_1<Func_6<TContext, TParam1, TParam2, TParam3, CancellationToken, TResult>>): Func_6<TContext, TParam1, TParam2, TParam3, CancellationToken, Task_1<TResult>>;
|
|
1040
|
+
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TResult>(queryExpression: Expression_1<Func_7<TContext, TParam1, TParam2, TParam3, TParam4, CancellationToken, TResult>>): Func_7<TContext, TParam1, TParam2, TParam3, TParam4, CancellationToken, Task_1<TResult>>;
|
|
1041
|
+
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TResult>(queryExpression: Expression_1<Func_8<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, CancellationToken, TResult>>): Func_8<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, CancellationToken, Task_1<TResult>>;
|
|
1042
|
+
static CompileAsyncQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TResult>(queryExpression: Expression_1<Func_9<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, CancellationToken, TResult>>): Func_9<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, CancellationToken, Task_1<TResult>>;
|
|
1043
|
+
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TResult, TProperty>(queryExpression: Expression_1<Func_10<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, IIncludableQueryable_2<TResult, TProperty>>>): Func_10<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, IEnumerable_1<TResult>>;
|
|
1044
|
+
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TResult, TProperty>(queryExpression: Expression_1<Func_11<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, IIncludableQueryable_2<TResult, TProperty>>>): Func_11<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, IEnumerable_1<TResult>>;
|
|
1045
|
+
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TResult, TProperty>(queryExpression: Expression_1<Func_12<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, IIncludableQueryable_2<TResult, TProperty>>>): Func_12<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, IEnumerable_1<TResult>>;
|
|
1046
|
+
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TResult, TProperty>(queryExpression: Expression_1<Func_13<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, IIncludableQueryable_2<TResult, TProperty>>>): Func_13<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, IEnumerable_1<TResult>>;
|
|
1047
|
+
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TResult, TProperty>(queryExpression: Expression_1<Func_14<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, IIncludableQueryable_2<TResult, TProperty>>>): Func_14<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, IEnumerable_1<TResult>>;
|
|
1048
|
+
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TParam13, TResult, TProperty>(queryExpression: Expression_1<Func_15<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TParam13, IIncludableQueryable_2<TResult, TProperty>>>): Func_15<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TParam13, IEnumerable_1<TResult>>;
|
|
1049
|
+
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TParam13, TParam14, TResult, TProperty>(queryExpression: Expression_1<Func_16<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TParam13, TParam14, IIncludableQueryable_2<TResult, TProperty>>>): Func_16<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TParam13, TParam14, IEnumerable_1<TResult>>;
|
|
1050
|
+
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TParam13, TParam14, TParam15, TResult, TProperty>(queryExpression: Expression_1<Func_17<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TParam13, TParam14, TParam15, IIncludableQueryable_2<TResult, TProperty>>>): Func_17<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TParam8, TParam9, TParam10, TParam11, TParam12, TParam13, TParam14, TParam15, IEnumerable_1<TResult>>;
|
|
1051
|
+
static CompileQuery<TContext extends DbContext, TResult>(queryExpression: Expression_1<Func_2<TContext, DbSet_1<TResult>>>): Func_2<TContext, IEnumerable_1<TResult>>;
|
|
1052
|
+
static CompileQuery<TContext extends DbContext, TParam1, TResult, TProperty>(queryExpression: Expression_1<Func_3<TContext, TParam1, IIncludableQueryable_2<TResult, TProperty>>>): Func_3<TContext, TParam1, IEnumerable_1<TResult>>;
|
|
1053
|
+
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TResult, TProperty>(queryExpression: Expression_1<Func_4<TContext, TParam1, TParam2, IIncludableQueryable_2<TResult, TProperty>>>): Func_4<TContext, TParam1, TParam2, IEnumerable_1<TResult>>;
|
|
1054
|
+
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TResult, TProperty>(queryExpression: Expression_1<Func_5<TContext, TParam1, TParam2, TParam3, IIncludableQueryable_2<TResult, TProperty>>>): Func_5<TContext, TParam1, TParam2, TParam3, IEnumerable_1<TResult>>;
|
|
1055
|
+
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TResult, TProperty>(queryExpression: Expression_1<Func_6<TContext, TParam1, TParam2, TParam3, TParam4, IIncludableQueryable_2<TResult, TProperty>>>): Func_6<TContext, TParam1, TParam2, TParam3, TParam4, IEnumerable_1<TResult>>;
|
|
1056
|
+
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TResult, TProperty>(queryExpression: Expression_1<Func_7<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, IIncludableQueryable_2<TResult, TProperty>>>): Func_7<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, IEnumerable_1<TResult>>;
|
|
1057
|
+
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TResult, TProperty>(queryExpression: Expression_1<Func_8<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, IIncludableQueryable_2<TResult, TProperty>>>): Func_8<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, IEnumerable_1<TResult>>;
|
|
1058
|
+
static CompileQuery<TContext extends DbContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, TResult, TProperty>(queryExpression: Expression_1<Func_9<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, IIncludableQueryable_2<TResult, TProperty>>>): Func_9<TContext, TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, TParam7, IEnumerable_1<TResult>>;
|
|
989
1059
|
static Constant<T>(argument: T): T;
|
|
990
1060
|
static Parameter<T>(argument: T): T;
|
|
991
1061
|
static Property<TProperty>(instance: unknown, propertyName: string): TProperty;
|
|
@@ -1003,96 +1073,96 @@ export type EFExtensions = EFExtensions$instance;
|
|
|
1003
1073
|
|
|
1004
1074
|
export abstract class EntityFrameworkQueryableExtensions$instance {
|
|
1005
1075
|
static readonly ExecuteUpdateMethodInfo: MethodInfo;
|
|
1006
|
-
static AllAsync<TSource>(source:
|
|
1007
|
-
static AnyAsync<TSource>(source:
|
|
1008
|
-
static AnyAsync<TSource>(source:
|
|
1009
|
-
static AsAsyncEnumerable<TSource>(source:
|
|
1010
|
-
static AsNoTracking<TEntity>(source:
|
|
1011
|
-
static AsNoTrackingWithIdentityResolution<TEntity>(source:
|
|
1012
|
-
static AsTracking<TEntity>(source:
|
|
1013
|
-
static AsTracking<TEntity>(source:
|
|
1014
|
-
static AverageAsync<TSource>(source:
|
|
1015
|
-
static AverageAsync<TSource>(source:
|
|
1016
|
-
static AverageAsync<TSource>(source:
|
|
1017
|
-
static AverageAsync<TSource>(source:
|
|
1018
|
-
static AverageAsync<TSource>(source:
|
|
1019
|
-
static AverageAsync<TSource>(source:
|
|
1020
|
-
static AverageAsync(source:
|
|
1021
|
-
static AverageAsync(source:
|
|
1022
|
-
static AverageAsync(source:
|
|
1023
|
-
static AverageAsync(source:
|
|
1024
|
-
static AverageAsync(source:
|
|
1025
|
-
static AverageAsync(source:
|
|
1026
|
-
static AverageAsync(source:
|
|
1027
|
-
static AverageAsync(source:
|
|
1028
|
-
static AverageAsync(source:
|
|
1029
|
-
static AverageAsync(source:
|
|
1030
|
-
static ContainsAsync<TSource>(source:
|
|
1031
|
-
static CountAsync<TSource>(source:
|
|
1032
|
-
static CountAsync<TSource>(source:
|
|
1033
|
-
static ElementAtAsync<TSource>(source:
|
|
1034
|
-
static ElementAtOrDefaultAsync<TSource>(source:
|
|
1035
|
-
static ExecuteDelete<TSource>(source:
|
|
1036
|
-
static ExecuteDeleteAsync<TSource>(source:
|
|
1037
|
-
static ExecuteUpdate<TSource>(source:
|
|
1038
|
-
static ExecuteUpdateAsync<TSource>(source:
|
|
1039
|
-
static FirstAsync<TSource>(source:
|
|
1040
|
-
static FirstAsync<TSource>(source:
|
|
1041
|
-
static FirstOrDefaultAsync<TSource>(source:
|
|
1042
|
-
static FirstOrDefaultAsync<TSource>(source:
|
|
1043
|
-
static ForEachAsync<T>(source:
|
|
1044
|
-
static IgnoreAutoIncludes<TEntity>(source:
|
|
1045
|
-
static IgnoreQueryFilters<TEntity>(source:
|
|
1046
|
-
static IgnoreQueryFilters<TEntity>(source:
|
|
1047
|
-
static Include<TEntity, TProperty>(source:
|
|
1048
|
-
static Include<TEntity>(source:
|
|
1049
|
-
static LastAsync<TSource>(source:
|
|
1050
|
-
static LastAsync<TSource>(source:
|
|
1051
|
-
static LastOrDefaultAsync<TSource>(source:
|
|
1052
|
-
static LastOrDefaultAsync<TSource>(source:
|
|
1053
|
-
static Load<TSource>(source:
|
|
1054
|
-
static LoadAsync<TSource>(source:
|
|
1055
|
-
static LongCountAsync<TSource>(source:
|
|
1056
|
-
static LongCountAsync<TSource>(source:
|
|
1057
|
-
static MaxAsync<TSource, TResult>(source:
|
|
1058
|
-
static MaxAsync<TSource>(source:
|
|
1059
|
-
static MinAsync<TSource, TResult>(source:
|
|
1060
|
-
static MinAsync<TSource>(source:
|
|
1061
|
-
static SingleAsync<TSource>(source:
|
|
1062
|
-
static SingleAsync<TSource>(source:
|
|
1063
|
-
static SingleOrDefaultAsync<TSource>(source:
|
|
1064
|
-
static SingleOrDefaultAsync<TSource>(source:
|
|
1065
|
-
static SumAsync<TSource>(source:
|
|
1066
|
-
static SumAsync<TSource>(source:
|
|
1067
|
-
static SumAsync<TSource>(source:
|
|
1068
|
-
static SumAsync<TSource>(source:
|
|
1069
|
-
static SumAsync<TSource>(source:
|
|
1070
|
-
static SumAsync<TSource>(source:
|
|
1071
|
-
static SumAsync<TSource>(source:
|
|
1072
|
-
static SumAsync<TSource>(source:
|
|
1073
|
-
static SumAsync<TSource>(source:
|
|
1074
|
-
static SumAsync<TSource>(source:
|
|
1075
|
-
static SumAsync(source:
|
|
1076
|
-
static SumAsync(source:
|
|
1077
|
-
static SumAsync(source:
|
|
1078
|
-
static SumAsync(source:
|
|
1079
|
-
static SumAsync(source:
|
|
1080
|
-
static SumAsync(source:
|
|
1081
|
-
static SumAsync(source:
|
|
1082
|
-
static SumAsync(source:
|
|
1083
|
-
static SumAsync(source:
|
|
1084
|
-
static SumAsync(source:
|
|
1085
|
-
static TagWith<T>(source:
|
|
1086
|
-
static TagWithCallSite<T>(source:
|
|
1087
|
-
static ThenInclude<TEntity, TPreviousProperty, TProperty>(source: IIncludableQueryable_2<TEntity,
|
|
1088
|
-
static ToArrayAsync<TSource>(source:
|
|
1089
|
-
static ToDictionaryAsync<TSource, TKey, TElement>(source:
|
|
1090
|
-
static ToDictionaryAsync<TSource, TKey, TElement>(source:
|
|
1091
|
-
static ToDictionaryAsync<TSource, TKey>(source:
|
|
1092
|
-
static ToDictionaryAsync<TSource, TKey>(source:
|
|
1093
|
-
static ToHashSetAsync<TSource>(source:
|
|
1094
|
-
static ToHashSetAsync<TSource>(source:
|
|
1095
|
-
static ToListAsync<TSource>(source:
|
|
1076
|
+
static AllAsync<TSource>(source: IQueryable_1<TSource>, predicate: Expression_1<Func_2<TSource, System_Internal.Boolean>>, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
1077
|
+
static AnyAsync<TSource>(source: IQueryable_1<TSource>, predicate: Expression_1<Func_2<TSource, System_Internal.Boolean>>, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
1078
|
+
static AnyAsync<TSource>(source: IQueryable_1<TSource>, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
1079
|
+
static AsAsyncEnumerable<TSource>(source: IQueryable_1<TSource>): IAsyncEnumerable_1<TSource>;
|
|
1080
|
+
static AsNoTracking<TEntity>(source: IQueryable_1<TEntity>): IQueryable_1<TEntity>;
|
|
1081
|
+
static AsNoTrackingWithIdentityResolution<TEntity>(source: IQueryable_1<TEntity>): IQueryable_1<TEntity>;
|
|
1082
|
+
static AsTracking<TEntity>(source: IQueryable_1<TEntity>, track: QueryTrackingBehavior): IQueryable_1<TEntity>;
|
|
1083
|
+
static AsTracking<TEntity>(source: IQueryable_1<TEntity>): IQueryable_1<TEntity>;
|
|
1084
|
+
static AverageAsync<TSource>(source: IQueryable_1<TSource>, selector: Expression_1<Func_2<TSource, System_Internal.Decimal>>, cancellationToken?: CancellationToken): Task_1<System_Internal.Decimal>;
|
|
1085
|
+
static AverageAsync<TSource>(source: IQueryable_1<TSource>, selector: Expression_1<Func_2<TSource, System_Internal.Int32>>, cancellationToken?: CancellationToken): Task_1<System_Internal.Double>;
|
|
1086
|
+
static AverageAsync<TSource>(source: IQueryable_1<TSource>, selector: Expression_1<Func_2<TSource, Nullable_1<System_Internal.Decimal>>>, cancellationToken?: CancellationToken): Task_1<Nullable_1<System_Internal.Decimal>>;
|
|
1087
|
+
static AverageAsync<TSource>(source: IQueryable_1<TSource>, selector: Expression_1<Func_2<TSource, Nullable_1<System_Internal.Int32>>>, cancellationToken?: CancellationToken): Task_1<Nullable_1<System_Internal.Double>>;
|
|
1088
|
+
static AverageAsync<TSource>(source: IQueryable_1<TSource>, selector: Expression_1<Func_2<TSource, Nullable_1<System_Internal.Single>>>, cancellationToken?: CancellationToken): Task_1<Nullable_1<System_Internal.Single>>;
|
|
1089
|
+
static AverageAsync<TSource>(source: IQueryable_1<TSource>, selector: Expression_1<Func_2<TSource, System_Internal.Single>>, cancellationToken?: CancellationToken): Task_1<System_Internal.Single>;
|
|
1090
|
+
static AverageAsync(source: IQueryable_1<System_Internal.Decimal>, cancellationToken?: CancellationToken): Task_1<System_Internal.Decimal>;
|
|
1091
|
+
static AverageAsync(source: IQueryable_1<System_Internal.Double>, cancellationToken?: CancellationToken): Task_1<System_Internal.Double>;
|
|
1092
|
+
static AverageAsync(source: IQueryable_1<System_Internal.Int32>, cancellationToken?: CancellationToken): Task_1<System_Internal.Double>;
|
|
1093
|
+
static AverageAsync(source: IQueryable_1<System_Internal.Int64>, cancellationToken?: CancellationToken): Task_1<System_Internal.Double>;
|
|
1094
|
+
static AverageAsync(source: IQueryable_1<Nullable_1<System_Internal.Decimal>>, cancellationToken?: CancellationToken): Task_1<Nullable_1<System_Internal.Decimal>>;
|
|
1095
|
+
static AverageAsync(source: IQueryable_1<Nullable_1<System_Internal.Double>>, cancellationToken?: CancellationToken): Task_1<Nullable_1<System_Internal.Double>>;
|
|
1096
|
+
static AverageAsync(source: IQueryable_1<Nullable_1<System_Internal.Int32>>, cancellationToken?: CancellationToken): Task_1<Nullable_1<System_Internal.Double>>;
|
|
1097
|
+
static AverageAsync(source: IQueryable_1<Nullable_1<System_Internal.Int64>>, cancellationToken?: CancellationToken): Task_1<Nullable_1<System_Internal.Double>>;
|
|
1098
|
+
static AverageAsync(source: IQueryable_1<Nullable_1<System_Internal.Single>>, cancellationToken?: CancellationToken): Task_1<Nullable_1<System_Internal.Single>>;
|
|
1099
|
+
static AverageAsync(source: IQueryable_1<System_Internal.Single>, cancellationToken?: CancellationToken): Task_1<System_Internal.Single>;
|
|
1100
|
+
static ContainsAsync<TSource>(source: IQueryable_1<TSource>, item: TSource, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
1101
|
+
static CountAsync<TSource>(source: IQueryable_1<TSource>, predicate: Expression_1<Func_2<TSource, System_Internal.Boolean>>, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
1102
|
+
static CountAsync<TSource>(source: IQueryable_1<TSource>, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
1103
|
+
static ElementAtAsync<TSource>(source: IQueryable_1<TSource>, index: int, cancellationToken?: CancellationToken): Task_1<TSource>;
|
|
1104
|
+
static ElementAtOrDefaultAsync<TSource>(source: IQueryable_1<TSource>, index: int, cancellationToken?: CancellationToken): Task_1<TSource | undefined>;
|
|
1105
|
+
static ExecuteDelete<TSource>(source: IQueryable_1<TSource>): int;
|
|
1106
|
+
static ExecuteDeleteAsync<TSource>(source: IQueryable_1<TSource>, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
1107
|
+
static ExecuteUpdate<TSource>(source: IQueryable_1<TSource>, setPropertyCalls: Action_1<UpdateSettersBuilder_1<TSource>>): int;
|
|
1108
|
+
static ExecuteUpdateAsync<TSource>(source: IQueryable_1<TSource>, setPropertyCalls: Action_1<UpdateSettersBuilder_1<TSource>>, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
1109
|
+
static FirstAsync<TSource>(source: IQueryable_1<TSource>, predicate: Expression_1<Func_2<TSource, System_Internal.Boolean>>, cancellationToken?: CancellationToken): Task_1<TSource>;
|
|
1110
|
+
static FirstAsync<TSource>(source: IQueryable_1<TSource>, cancellationToken?: CancellationToken): Task_1<TSource>;
|
|
1111
|
+
static FirstOrDefaultAsync<TSource>(source: IQueryable_1<TSource>, predicate: Expression_1<Func_2<TSource, System_Internal.Boolean>>, cancellationToken?: CancellationToken): Task_1<TSource | undefined>;
|
|
1112
|
+
static FirstOrDefaultAsync<TSource>(source: IQueryable_1<TSource>, cancellationToken?: CancellationToken): Task_1<TSource | undefined>;
|
|
1113
|
+
static ForEachAsync<T>(source: IQueryable_1<T>, action: Action_1<T>, cancellationToken?: CancellationToken): Task;
|
|
1114
|
+
static IgnoreAutoIncludes<TEntity>(source: IQueryable_1<TEntity>): IQueryable_1<TEntity>;
|
|
1115
|
+
static IgnoreQueryFilters<TEntity>(source: IQueryable_1<TEntity>, filterKeys: IReadOnlyCollection_1<System_Internal.String>): IQueryable_1<TEntity>;
|
|
1116
|
+
static IgnoreQueryFilters<TEntity>(source: IQueryable_1<TEntity>): IQueryable_1<TEntity>;
|
|
1117
|
+
static Include<TEntity, TProperty>(source: IQueryable_1<TEntity>, navigationPropertyPath: Expression_1<Func_2<TEntity, TProperty>>): IIncludableQueryable_2<TEntity, TProperty>;
|
|
1118
|
+
static Include<TEntity>(source: IQueryable_1<TEntity>, navigationPropertyPath: string): IQueryable_1<TEntity>;
|
|
1119
|
+
static LastAsync<TSource>(source: IQueryable_1<TSource>, predicate: Expression_1<Func_2<TSource, System_Internal.Boolean>>, cancellationToken?: CancellationToken): Task_1<TSource>;
|
|
1120
|
+
static LastAsync<TSource>(source: IQueryable_1<TSource>, cancellationToken?: CancellationToken): Task_1<TSource>;
|
|
1121
|
+
static LastOrDefaultAsync<TSource>(source: IQueryable_1<TSource>, predicate: Expression_1<Func_2<TSource, System_Internal.Boolean>>, cancellationToken?: CancellationToken): Task_1<TSource | undefined>;
|
|
1122
|
+
static LastOrDefaultAsync<TSource>(source: IQueryable_1<TSource>, cancellationToken?: CancellationToken): Task_1<TSource | undefined>;
|
|
1123
|
+
static Load<TSource>(source: IQueryable_1<TSource>): void;
|
|
1124
|
+
static LoadAsync<TSource>(source: IQueryable_1<TSource>, cancellationToken?: CancellationToken): Task;
|
|
1125
|
+
static LongCountAsync<TSource>(source: IQueryable_1<TSource>, predicate: Expression_1<Func_2<TSource, System_Internal.Boolean>>, cancellationToken?: CancellationToken): Task_1<System_Internal.Int64>;
|
|
1126
|
+
static LongCountAsync<TSource>(source: IQueryable_1<TSource>, cancellationToken?: CancellationToken): Task_1<System_Internal.Int64>;
|
|
1127
|
+
static MaxAsync<TSource, TResult>(source: IQueryable_1<TSource>, selector: Expression_1<Func_2<TSource, TResult>>, cancellationToken?: CancellationToken): Task_1<TResult>;
|
|
1128
|
+
static MaxAsync<TSource>(source: IQueryable_1<TSource>, cancellationToken?: CancellationToken): Task_1<TSource>;
|
|
1129
|
+
static MinAsync<TSource, TResult>(source: IQueryable_1<TSource>, selector: Expression_1<Func_2<TSource, TResult>>, cancellationToken?: CancellationToken): Task_1<TResult>;
|
|
1130
|
+
static MinAsync<TSource>(source: IQueryable_1<TSource>, cancellationToken?: CancellationToken): Task_1<TSource>;
|
|
1131
|
+
static SingleAsync<TSource>(source: IQueryable_1<TSource>, predicate: Expression_1<Func_2<TSource, System_Internal.Boolean>>, cancellationToken?: CancellationToken): Task_1<TSource>;
|
|
1132
|
+
static SingleAsync<TSource>(source: IQueryable_1<TSource>, cancellationToken?: CancellationToken): Task_1<TSource>;
|
|
1133
|
+
static SingleOrDefaultAsync<TSource>(source: IQueryable_1<TSource>, predicate: Expression_1<Func_2<TSource, System_Internal.Boolean>>, cancellationToken?: CancellationToken): Task_1<TSource | undefined>;
|
|
1134
|
+
static SingleOrDefaultAsync<TSource>(source: IQueryable_1<TSource>, cancellationToken?: CancellationToken): Task_1<TSource | undefined>;
|
|
1135
|
+
static SumAsync<TSource>(source: IQueryable_1<TSource>, selector: Expression_1<Func_2<TSource, System_Internal.Decimal>>, cancellationToken?: CancellationToken): Task_1<System_Internal.Decimal>;
|
|
1136
|
+
static SumAsync<TSource>(source: IQueryable_1<TSource>, selector: Expression_1<Func_2<TSource, System_Internal.Double>>, cancellationToken?: CancellationToken): Task_1<System_Internal.Double>;
|
|
1137
|
+
static SumAsync<TSource>(source: IQueryable_1<TSource>, selector: Expression_1<Func_2<TSource, System_Internal.Int32>>, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
1138
|
+
static SumAsync<TSource>(source: IQueryable_1<TSource>, selector: Expression_1<Func_2<TSource, System_Internal.Int64>>, cancellationToken?: CancellationToken): Task_1<System_Internal.Int64>;
|
|
1139
|
+
static SumAsync<TSource>(source: IQueryable_1<TSource>, selector: Expression_1<Func_2<TSource, Nullable_1<System_Internal.Decimal>>>, cancellationToken?: CancellationToken): Task_1<Nullable_1<System_Internal.Decimal>>;
|
|
1140
|
+
static SumAsync<TSource>(source: IQueryable_1<TSource>, selector: Expression_1<Func_2<TSource, Nullable_1<System_Internal.Double>>>, cancellationToken?: CancellationToken): Task_1<Nullable_1<System_Internal.Double>>;
|
|
1141
|
+
static SumAsync<TSource>(source: IQueryable_1<TSource>, selector: Expression_1<Func_2<TSource, Nullable_1<System_Internal.Int32>>>, cancellationToken?: CancellationToken): Task_1<Nullable_1<System_Internal.Int32>>;
|
|
1142
|
+
static SumAsync<TSource>(source: IQueryable_1<TSource>, selector: Expression_1<Func_2<TSource, Nullable_1<System_Internal.Int64>>>, cancellationToken?: CancellationToken): Task_1<Nullable_1<System_Internal.Int64>>;
|
|
1143
|
+
static SumAsync<TSource>(source: IQueryable_1<TSource>, selector: Expression_1<Func_2<TSource, Nullable_1<System_Internal.Single>>>, cancellationToken?: CancellationToken): Task_1<Nullable_1<System_Internal.Single>>;
|
|
1144
|
+
static SumAsync<TSource>(source: IQueryable_1<TSource>, selector: Expression_1<Func_2<TSource, System_Internal.Single>>, cancellationToken?: CancellationToken): Task_1<System_Internal.Single>;
|
|
1145
|
+
static SumAsync(source: IQueryable_1<System_Internal.Decimal>, cancellationToken?: CancellationToken): Task_1<System_Internal.Decimal>;
|
|
1146
|
+
static SumAsync(source: IQueryable_1<System_Internal.Double>, cancellationToken?: CancellationToken): Task_1<System_Internal.Double>;
|
|
1147
|
+
static SumAsync(source: IQueryable_1<System_Internal.Int32>, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
1148
|
+
static SumAsync(source: IQueryable_1<System_Internal.Int64>, cancellationToken?: CancellationToken): Task_1<System_Internal.Int64>;
|
|
1149
|
+
static SumAsync(source: IQueryable_1<Nullable_1<System_Internal.Decimal>>, cancellationToken?: CancellationToken): Task_1<Nullable_1<System_Internal.Decimal>>;
|
|
1150
|
+
static SumAsync(source: IQueryable_1<Nullable_1<System_Internal.Double>>, cancellationToken?: CancellationToken): Task_1<Nullable_1<System_Internal.Double>>;
|
|
1151
|
+
static SumAsync(source: IQueryable_1<Nullable_1<System_Internal.Int32>>, cancellationToken?: CancellationToken): Task_1<Nullable_1<System_Internal.Int32>>;
|
|
1152
|
+
static SumAsync(source: IQueryable_1<Nullable_1<System_Internal.Int64>>, cancellationToken?: CancellationToken): Task_1<Nullable_1<System_Internal.Int64>>;
|
|
1153
|
+
static SumAsync(source: IQueryable_1<Nullable_1<System_Internal.Single>>, cancellationToken?: CancellationToken): Task_1<Nullable_1<System_Internal.Single>>;
|
|
1154
|
+
static SumAsync(source: IQueryable_1<System_Internal.Single>, cancellationToken?: CancellationToken): Task_1<System_Internal.Single>;
|
|
1155
|
+
static TagWith<T>(source: IQueryable_1<T>, tag: string): IQueryable_1<T>;
|
|
1156
|
+
static TagWithCallSite<T>(source: IQueryable_1<T>, filePath?: string, lineNumber?: int): IQueryable_1<T>;
|
|
1157
|
+
static ThenInclude<TEntity, TPreviousProperty, TProperty>(source: IIncludableQueryable_2<TEntity, IEnumerable_1<TPreviousProperty>>, navigationPropertyPath: Expression_1<Func_2<TPreviousProperty, TProperty>>): IIncludableQueryable_2<TEntity, TProperty>;
|
|
1158
|
+
static ToArrayAsync<TSource>(source: IQueryable_1<TSource>, cancellationToken?: CancellationToken): Task_1<TSource[]>;
|
|
1159
|
+
static ToDictionaryAsync<TSource, TKey, TElement>(source: IQueryable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TElement>, comparer: IEqualityComparer_1<TKey>, cancellationToken?: CancellationToken): Task_1<Dictionary_2<TKey, TElement>>;
|
|
1160
|
+
static ToDictionaryAsync<TSource, TKey, TElement>(source: IQueryable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TElement>, cancellationToken?: CancellationToken): Task_1<Dictionary_2<TKey, TElement>>;
|
|
1161
|
+
static ToDictionaryAsync<TSource, TKey>(source: IQueryable_1<TSource>, keySelector: Func_2<TSource, TKey>, comparer: IEqualityComparer_1<TKey>, cancellationToken?: CancellationToken): Task_1<Dictionary_2<TKey, TSource>>;
|
|
1162
|
+
static ToDictionaryAsync<TSource, TKey>(source: IQueryable_1<TSource>, keySelector: Func_2<TSource, TKey>, cancellationToken?: CancellationToken): Task_1<Dictionary_2<TKey, TSource>>;
|
|
1163
|
+
static ToHashSetAsync<TSource>(source: IQueryable_1<TSource>, comparer: IEqualityComparer_1<TSource>, cancellationToken?: CancellationToken): Task_1<HashSet_1<TSource>>;
|
|
1164
|
+
static ToHashSetAsync<TSource>(source: IQueryable_1<TSource>, cancellationToken?: CancellationToken): Task_1<HashSet_1<TSource>>;
|
|
1165
|
+
static ToListAsync<TSource>(source: IQueryable_1<TSource>, cancellationToken?: CancellationToken): Task_1<List_1<TSource>>;
|
|
1096
1166
|
static ToQueryString(source: IQueryable): string;
|
|
1097
1167
|
}
|
|
1098
1168
|
|
|
@@ -1100,45 +1170,45 @@ export abstract class EntityFrameworkQueryableExtensions$instance {
|
|
|
1100
1170
|
export type EntityFrameworkQueryableExtensions = EntityFrameworkQueryableExtensions$instance;
|
|
1101
1171
|
|
|
1102
1172
|
export abstract class ExecutionStrategyExtensions$instance {
|
|
1103
|
-
static Execute<TResult>(strategy: IExecutionStrategy, operation:
|
|
1173
|
+
static Execute<TResult>(strategy: IExecutionStrategy, operation: Func_1<TResult>): TResult;
|
|
1104
1174
|
static Execute(strategy: IExecutionStrategy, operation: Action): void;
|
|
1105
|
-
static Execute<TState>(strategy: IExecutionStrategy, state: TState, operation:
|
|
1106
|
-
static Execute<TState, TResult>(strategy: IExecutionStrategy, state: TState, operation:
|
|
1107
|
-
static Execute<TState, TResult>(strategy: IExecutionStrategy, state: TState, operation:
|
|
1108
|
-
static ExecuteAsync<TResult>(strategy: IExecutionStrategy, operation:
|
|
1109
|
-
static ExecuteAsync<TResult>(strategy: IExecutionStrategy, operation:
|
|
1110
|
-
static ExecuteAsync(strategy: IExecutionStrategy, operation:
|
|
1111
|
-
static ExecuteAsync(strategy: IExecutionStrategy, operation:
|
|
1112
|
-
static ExecuteAsync<TState>(strategy: IExecutionStrategy, state: TState, operation:
|
|
1113
|
-
static ExecuteAsync<TState, TResult>(strategy: IExecutionStrategy, state: TState, operation:
|
|
1114
|
-
static ExecuteAsync<TState, TResult>(strategy: IExecutionStrategy, state: TState, operation:
|
|
1115
|
-
static ExecuteAsync<TState>(strategy: IExecutionStrategy, state: TState, operation:
|
|
1116
|
-
static ExecuteAsync<TState, TResult>(strategy: IExecutionStrategy, state: TState, operation:
|
|
1117
|
-
static ExecuteInTransaction<TResult>(strategy: IExecutionStrategy, operation:
|
|
1118
|
-
static ExecuteInTransaction(strategy: IExecutionStrategy, operation: Action, verifySucceeded:
|
|
1119
|
-
static ExecuteInTransaction<TState>(strategy: IExecutionStrategy, state: TState, operation:
|
|
1120
|
-
static ExecuteInTransaction<TState, TResult>(strategy: IExecutionStrategy, state: TState, operation:
|
|
1121
|
-
static ExecuteInTransaction<TState, TResult>(strategy: IExecutionStrategy, state: TState, operation:
|
|
1122
|
-
static ExecuteInTransactionAsync<TResult>(strategy: IExecutionStrategy, operation:
|
|
1123
|
-
static ExecuteInTransactionAsync(strategy: IExecutionStrategy, operation:
|
|
1124
|
-
static ExecuteInTransactionAsync(strategy: IExecutionStrategy, operation:
|
|
1125
|
-
static ExecuteInTransactionAsync<TState, TResult>(strategy: IExecutionStrategy, state: TState, operation:
|
|
1126
|
-
static ExecuteInTransactionAsync<TState>(strategy: IExecutionStrategy, state: TState, operation:
|
|
1127
|
-
static ExecuteInTransactionAsync<TState, TResult>(strategy: IExecutionStrategy, state: TState, operation:
|
|
1175
|
+
static Execute<TState>(strategy: IExecutionStrategy, state: TState, operation: Action_1<TState>): void;
|
|
1176
|
+
static Execute<TState, TResult>(strategy: IExecutionStrategy, state: TState, operation: Func_2<TState, TResult>, verifySucceeded: Func_2<TState, ExecutionResult_1<TResult>>): TResult;
|
|
1177
|
+
static Execute<TState, TResult>(strategy: IExecutionStrategy, state: TState, operation: Func_2<TState, TResult>): TResult;
|
|
1178
|
+
static ExecuteAsync<TResult>(strategy: IExecutionStrategy, operation: Func_1<Task_1<TResult>>): Task_1<TResult>;
|
|
1179
|
+
static ExecuteAsync<TResult>(strategy: IExecutionStrategy, operation: Func_2<CancellationToken, Task_1<TResult>>, cancellationToken: CancellationToken): Task_1<TResult>;
|
|
1180
|
+
static ExecuteAsync(strategy: IExecutionStrategy, operation: Func_1<Task>): Task;
|
|
1181
|
+
static ExecuteAsync(strategy: IExecutionStrategy, operation: Func_2<CancellationToken, Task>, cancellationToken: CancellationToken): Task;
|
|
1182
|
+
static ExecuteAsync<TState>(strategy: IExecutionStrategy, state: TState, operation: Func_2<TState, Task>): Task;
|
|
1183
|
+
static ExecuteAsync<TState, TResult>(strategy: IExecutionStrategy, state: TState, operation: Func_2<TState, Task_1<TResult>>): Task_1<TResult>;
|
|
1184
|
+
static ExecuteAsync<TState, TResult>(strategy: IExecutionStrategy, state: TState, operation: Func_3<TState, CancellationToken, Task_1<TResult>>, verifySucceeded: Func_3<TState, CancellationToken, Task_1<ExecutionResult_1<TResult>>>, cancellationToken?: CancellationToken): Task_1<TResult>;
|
|
1185
|
+
static ExecuteAsync<TState>(strategy: IExecutionStrategy, state: TState, operation: Func_3<TState, CancellationToken, Task>, cancellationToken: CancellationToken): Task;
|
|
1186
|
+
static ExecuteAsync<TState, TResult>(strategy: IExecutionStrategy, state: TState, operation: Func_3<TState, CancellationToken, Task_1<TResult>>, cancellationToken: CancellationToken): Task_1<TResult>;
|
|
1187
|
+
static ExecuteInTransaction<TResult>(strategy: IExecutionStrategy, operation: Func_1<TResult>, verifySucceeded: Func_1<System_Internal.Boolean>): TResult;
|
|
1188
|
+
static ExecuteInTransaction(strategy: IExecutionStrategy, operation: Action, verifySucceeded: Func_1<System_Internal.Boolean>): void;
|
|
1189
|
+
static ExecuteInTransaction<TState>(strategy: IExecutionStrategy, state: TState, operation: Action_1<TState>, verifySucceeded: Func_2<TState, System_Internal.Boolean>): void;
|
|
1190
|
+
static ExecuteInTransaction<TState, TResult>(strategy: IExecutionStrategy, state: TState, operation: Func_2<TState, TResult>, verifySucceeded: Func_2<TState, System_Internal.Boolean>, beginTransaction: Func_2<DbContext, IDbContextTransaction>): TResult;
|
|
1191
|
+
static ExecuteInTransaction<TState, TResult>(strategy: IExecutionStrategy, state: TState, operation: Func_2<TState, TResult>, verifySucceeded: Func_2<TState, System_Internal.Boolean>): TResult;
|
|
1192
|
+
static ExecuteInTransactionAsync<TResult>(strategy: IExecutionStrategy, operation: Func_2<CancellationToken, Task_1<TResult>>, verifySucceeded: Func_2<CancellationToken, Task_1<System_Internal.Boolean>>, cancellationToken?: CancellationToken): Task_1<TResult>;
|
|
1193
|
+
static ExecuteInTransactionAsync(strategy: IExecutionStrategy, operation: Func_1<Task>, verifySucceeded: Func_1<Task_1<System_Internal.Boolean>>): Task;
|
|
1194
|
+
static ExecuteInTransactionAsync(strategy: IExecutionStrategy, operation: Func_2<CancellationToken, Task>, verifySucceeded: Func_2<CancellationToken, Task_1<System_Internal.Boolean>>, cancellationToken?: CancellationToken): Task;
|
|
1195
|
+
static ExecuteInTransactionAsync<TState, TResult>(strategy: IExecutionStrategy, state: TState, operation: Func_3<TState, CancellationToken, Task_1<TResult>>, verifySucceeded: Func_3<TState, CancellationToken, Task_1<System_Internal.Boolean>>, beginTransaction: Func_3<DbContext, CancellationToken, Task_1<IDbContextTransaction>>, cancellationToken?: CancellationToken): Task_1<TResult>;
|
|
1196
|
+
static ExecuteInTransactionAsync<TState>(strategy: IExecutionStrategy, state: TState, operation: Func_3<TState, CancellationToken, Task>, verifySucceeded: Func_3<TState, CancellationToken, Task_1<System_Internal.Boolean>>, cancellationToken?: CancellationToken): Task;
|
|
1197
|
+
static ExecuteInTransactionAsync<TState, TResult>(strategy: IExecutionStrategy, state: TState, operation: Func_3<TState, CancellationToken, Task_1<TResult>>, verifySucceeded: Func_3<TState, CancellationToken, Task_1<System_Internal.Boolean>>, cancellationToken?: CancellationToken): Task_1<TResult>;
|
|
1128
1198
|
}
|
|
1129
1199
|
|
|
1130
1200
|
|
|
1131
1201
|
export type ExecutionStrategyExtensions = ExecutionStrategyExtensions$instance;
|
|
1132
1202
|
|
|
1133
1203
|
export abstract class ObservableCollectionExtensions$instance {
|
|
1134
|
-
static ToBindingList<T>(source:
|
|
1204
|
+
static ToBindingList<T>(source: ObservableCollection_1<T>): BindingList_1<T>;
|
|
1135
1205
|
}
|
|
1136
1206
|
|
|
1137
1207
|
|
|
1138
1208
|
export type ObservableCollectionExtensions = ObservableCollectionExtensions$instance;
|
|
1139
1209
|
|
|
1140
1210
|
export abstract class PropertyBaseExtensions$instance {
|
|
1141
|
-
static Format(properties:
|
|
1211
|
+
static Format(properties: IEnumerable_1<IReadOnlyPropertyBase>, includeTypes?: boolean): string;
|
|
1142
1212
|
}
|
|
1143
1213
|
|
|
1144
1214
|
|
|
@@ -1178,7 +1248,7 @@ export type RelationalComplexPropertyBuilderExtensions = RelationalComplexProper
|
|
|
1178
1248
|
|
|
1179
1249
|
export abstract class RelationalComplexPropertyExtensions$instance {
|
|
1180
1250
|
static GetJsonPropertyName(complexProperty: IReadOnlyComplexProperty): string | undefined;
|
|
1181
|
-
static GetJsonPropertyNameConfigurationSource(complexProperty: IConventionComplexProperty):
|
|
1251
|
+
static GetJsonPropertyNameConfigurationSource(complexProperty: IConventionComplexProperty): Nullable_1<ConfigurationSource>;
|
|
1182
1252
|
static SetJsonPropertyName(complexProperty: IConventionComplexProperty, name: string, fromDataAnnotation?: boolean): string | undefined;
|
|
1183
1253
|
static SetJsonPropertyName(complexProperty: IMutableComplexProperty, name: string): void;
|
|
1184
1254
|
}
|
|
@@ -1189,16 +1259,16 @@ export type RelationalComplexPropertyExtensions = RelationalComplexPropertyExten
|
|
|
1189
1259
|
export abstract class RelationalComplexTypePrimitiveCollectionBuilderExtensions$instance {
|
|
1190
1260
|
static HasColumnName<TProperty>(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder_1<TProperty>, name: string): ComplexTypePrimitiveCollectionBuilder_1<TProperty>;
|
|
1191
1261
|
static HasColumnName(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder, name: string): ComplexTypePrimitiveCollectionBuilder;
|
|
1192
|
-
static HasColumnOrder<TProperty>(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder_1<TProperty>, order:
|
|
1193
|
-
static HasColumnOrder(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder, order:
|
|
1262
|
+
static HasColumnOrder<TProperty>(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder_1<TProperty>, order: Nullable_1<System_Internal.Int32>): ComplexTypePrimitiveCollectionBuilder_1<TProperty>;
|
|
1263
|
+
static HasColumnOrder(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder, order: Nullable_1<System_Internal.Int32>): ComplexTypePrimitiveCollectionBuilder;
|
|
1194
1264
|
static HasColumnType<TProperty>(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder_1<TProperty>, typeName: string): ComplexTypePrimitiveCollectionBuilder_1<TProperty>;
|
|
1195
1265
|
static HasColumnType(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder, typeName: string): ComplexTypePrimitiveCollectionBuilder;
|
|
1196
1266
|
static HasComment<TProperty>(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder_1<TProperty>, comment: string): ComplexTypePrimitiveCollectionBuilder_1<TProperty>;
|
|
1197
1267
|
static HasComment(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder, comment: string): ComplexTypePrimitiveCollectionBuilder;
|
|
1198
|
-
static HasComputedColumnSql<TProperty>(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder_1<TProperty>, sql: string, stored:
|
|
1268
|
+
static HasComputedColumnSql<TProperty>(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder_1<TProperty>, sql: string, stored: Nullable_1<System_Internal.Boolean>): ComplexTypePrimitiveCollectionBuilder_1<TProperty>;
|
|
1199
1269
|
static HasComputedColumnSql<TProperty>(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder_1<TProperty>, sql: string): ComplexTypePrimitiveCollectionBuilder_1<TProperty>;
|
|
1200
1270
|
static HasComputedColumnSql<TProperty>(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder_1<TProperty>): ComplexTypePrimitiveCollectionBuilder_1<TProperty>;
|
|
1201
|
-
static HasComputedColumnSql(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder, sql: string, stored:
|
|
1271
|
+
static HasComputedColumnSql(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder, sql: string, stored: Nullable_1<System_Internal.Boolean>): ComplexTypePrimitiveCollectionBuilder;
|
|
1202
1272
|
static HasComputedColumnSql(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder, sql: string): ComplexTypePrimitiveCollectionBuilder;
|
|
1203
1273
|
static HasComputedColumnSql(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder): ComplexTypePrimitiveCollectionBuilder;
|
|
1204
1274
|
static HasDefaultValue<TProperty>(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder_1<TProperty>, value: unknown): ComplexTypePrimitiveCollectionBuilder_1<TProperty>;
|
|
@@ -1223,16 +1293,16 @@ export type RelationalComplexTypePrimitiveCollectionBuilderExtensions = Relation
|
|
|
1223
1293
|
export abstract class RelationalComplexTypePropertyBuilderExtensions$instance {
|
|
1224
1294
|
static HasColumnName<TProperty>(propertyBuilder: ComplexTypePropertyBuilder_1<TProperty>, name: string): ComplexTypePropertyBuilder_1<TProperty>;
|
|
1225
1295
|
static HasColumnName(propertyBuilder: ComplexTypePropertyBuilder, name: string): ComplexTypePropertyBuilder;
|
|
1226
|
-
static HasColumnOrder<TProperty>(propertyBuilder: ComplexTypePropertyBuilder_1<TProperty>, order:
|
|
1227
|
-
static HasColumnOrder(propertyBuilder: ComplexTypePropertyBuilder, order:
|
|
1296
|
+
static HasColumnOrder<TProperty>(propertyBuilder: ComplexTypePropertyBuilder_1<TProperty>, order: Nullable_1<System_Internal.Int32>): ComplexTypePropertyBuilder_1<TProperty>;
|
|
1297
|
+
static HasColumnOrder(propertyBuilder: ComplexTypePropertyBuilder, order: Nullable_1<System_Internal.Int32>): ComplexTypePropertyBuilder;
|
|
1228
1298
|
static HasColumnType<TProperty>(propertyBuilder: ComplexTypePropertyBuilder_1<TProperty>, typeName: string): ComplexTypePropertyBuilder_1<TProperty>;
|
|
1229
1299
|
static HasColumnType(propertyBuilder: ComplexTypePropertyBuilder, typeName: string): ComplexTypePropertyBuilder;
|
|
1230
1300
|
static HasComment<TProperty>(propertyBuilder: ComplexTypePropertyBuilder_1<TProperty>, comment: string): ComplexTypePropertyBuilder_1<TProperty>;
|
|
1231
1301
|
static HasComment(propertyBuilder: ComplexTypePropertyBuilder, comment: string): ComplexTypePropertyBuilder;
|
|
1232
|
-
static HasComputedColumnSql<TProperty>(propertyBuilder: ComplexTypePropertyBuilder_1<TProperty>, sql: string, stored:
|
|
1302
|
+
static HasComputedColumnSql<TProperty>(propertyBuilder: ComplexTypePropertyBuilder_1<TProperty>, sql: string, stored: Nullable_1<System_Internal.Boolean>): ComplexTypePropertyBuilder_1<TProperty>;
|
|
1233
1303
|
static HasComputedColumnSql<TProperty>(propertyBuilder: ComplexTypePropertyBuilder_1<TProperty>, sql: string): ComplexTypePropertyBuilder_1<TProperty>;
|
|
1234
1304
|
static HasComputedColumnSql<TProperty>(propertyBuilder: ComplexTypePropertyBuilder_1<TProperty>): ComplexTypePropertyBuilder_1<TProperty>;
|
|
1235
|
-
static HasComputedColumnSql(propertyBuilder: ComplexTypePropertyBuilder, sql: string, stored:
|
|
1305
|
+
static HasComputedColumnSql(propertyBuilder: ComplexTypePropertyBuilder, sql: string, stored: Nullable_1<System_Internal.Boolean>): ComplexTypePropertyBuilder;
|
|
1236
1306
|
static HasComputedColumnSql(propertyBuilder: ComplexTypePropertyBuilder, sql: string): ComplexTypePropertyBuilder;
|
|
1237
1307
|
static HasComputedColumnSql(propertyBuilder: ComplexTypePropertyBuilder): ComplexTypePropertyBuilder;
|
|
1238
1308
|
static HasDefaultValue<TProperty>(propertyBuilder: ComplexTypePropertyBuilder_1<TProperty>, value: unknown): ComplexTypePropertyBuilder_1<TProperty>;
|
|
@@ -1256,27 +1326,27 @@ export type RelationalComplexTypePropertyBuilderExtensions = RelationalComplexTy
|
|
|
1256
1326
|
|
|
1257
1327
|
export abstract class RelationalDatabaseFacadeExtensions$instance {
|
|
1258
1328
|
static BeginTransaction(databaseFacade: DatabaseFacade, isolationLevel: IsolationLevel): IDbContextTransaction;
|
|
1259
|
-
static BeginTransactionAsync(databaseFacade: DatabaseFacade, isolationLevel: IsolationLevel, cancellationToken?: CancellationToken):
|
|
1329
|
+
static BeginTransactionAsync(databaseFacade: DatabaseFacade, isolationLevel: IsolationLevel, cancellationToken?: CancellationToken): Task_1<IDbContextTransaction>;
|
|
1260
1330
|
static CloseConnection(databaseFacade: DatabaseFacade): void;
|
|
1261
1331
|
static CloseConnectionAsync(databaseFacade: DatabaseFacade): Task;
|
|
1262
1332
|
static ExecuteSql(databaseFacade: DatabaseFacade, sql: FormattableString): int;
|
|
1263
|
-
static ExecuteSqlAsync(databaseFacade: DatabaseFacade, sql: FormattableString, cancellationToken?: CancellationToken):
|
|
1333
|
+
static ExecuteSqlAsync(databaseFacade: DatabaseFacade, sql: FormattableString, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
1264
1334
|
static ExecuteSqlInterpolated(databaseFacade: DatabaseFacade, sql: FormattableString): int;
|
|
1265
|
-
static ExecuteSqlInterpolatedAsync(databaseFacade: DatabaseFacade, sql: FormattableString, cancellationToken?: CancellationToken):
|
|
1266
|
-
static ExecuteSqlRaw(databaseFacade: DatabaseFacade, sql: string, parameters:
|
|
1335
|
+
static ExecuteSqlInterpolatedAsync(databaseFacade: DatabaseFacade, sql: FormattableString, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
1336
|
+
static ExecuteSqlRaw(databaseFacade: DatabaseFacade, sql: string, parameters: IEnumerable_1<unknown>): int;
|
|
1267
1337
|
static ExecuteSqlRaw(databaseFacade: DatabaseFacade, sql: string, ...parameters: unknown[]): int;
|
|
1268
|
-
static ExecuteSqlRawAsync(databaseFacade: DatabaseFacade, sql: string, parameters:
|
|
1269
|
-
static ExecuteSqlRawAsync(databaseFacade: DatabaseFacade, sql: string, ...parameters: unknown[]):
|
|
1270
|
-
static ExecuteSqlRawAsync(databaseFacade: DatabaseFacade, sql: string, cancellationToken?: CancellationToken):
|
|
1338
|
+
static ExecuteSqlRawAsync(databaseFacade: DatabaseFacade, sql: string, parameters: IEnumerable_1<unknown>, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
1339
|
+
static ExecuteSqlRawAsync(databaseFacade: DatabaseFacade, sql: string, ...parameters: unknown[]): Task_1<System_Internal.Int32>;
|
|
1340
|
+
static ExecuteSqlRawAsync(databaseFacade: DatabaseFacade, sql: string, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
1271
1341
|
static GenerateCreateScript(databaseFacade: DatabaseFacade): string;
|
|
1272
|
-
static GetAppliedMigrations(databaseFacade: DatabaseFacade):
|
|
1273
|
-
static GetAppliedMigrationsAsync(databaseFacade: DatabaseFacade, cancellationToken?: CancellationToken):
|
|
1274
|
-
static GetCommandTimeout(databaseFacade: DatabaseFacade):
|
|
1342
|
+
static GetAppliedMigrations(databaseFacade: DatabaseFacade): IEnumerable_1<System_Internal.String>;
|
|
1343
|
+
static GetAppliedMigrationsAsync(databaseFacade: DatabaseFacade, cancellationToken?: CancellationToken): Task_1<IEnumerable_1<System_Internal.String>>;
|
|
1344
|
+
static GetCommandTimeout(databaseFacade: DatabaseFacade): Nullable_1<System_Internal.Int32>;
|
|
1275
1345
|
static GetConnectionString(databaseFacade: DatabaseFacade): string | undefined;
|
|
1276
1346
|
static GetDbConnection(databaseFacade: DatabaseFacade): DbConnection;
|
|
1277
|
-
static GetMigrations(databaseFacade: DatabaseFacade):
|
|
1278
|
-
static GetPendingMigrations(databaseFacade: DatabaseFacade):
|
|
1279
|
-
static GetPendingMigrationsAsync(databaseFacade: DatabaseFacade, cancellationToken?: CancellationToken):
|
|
1347
|
+
static GetMigrations(databaseFacade: DatabaseFacade): IEnumerable_1<System_Internal.String>;
|
|
1348
|
+
static GetPendingMigrations(databaseFacade: DatabaseFacade): IEnumerable_1<System_Internal.String>;
|
|
1349
|
+
static GetPendingMigrationsAsync(databaseFacade: DatabaseFacade, cancellationToken?: CancellationToken): Task_1<IEnumerable_1<System_Internal.String>>;
|
|
1280
1350
|
static HasPendingModelChanges(databaseFacade: DatabaseFacade): boolean;
|
|
1281
1351
|
static IsRelational(databaseFacade: DatabaseFacade): boolean;
|
|
1282
1352
|
static Migrate(databaseFacade: DatabaseFacade, targetMigration: string): void;
|
|
@@ -1285,16 +1355,16 @@ export abstract class RelationalDatabaseFacadeExtensions$instance {
|
|
|
1285
1355
|
static MigrateAsync(databaseFacade: DatabaseFacade, cancellationToken?: CancellationToken): Task;
|
|
1286
1356
|
static OpenConnection(databaseFacade: DatabaseFacade): void;
|
|
1287
1357
|
static OpenConnectionAsync(databaseFacade: DatabaseFacade, cancellationToken?: CancellationToken): Task;
|
|
1288
|
-
static SetCommandTimeout(databaseFacade: DatabaseFacade, timeout:
|
|
1358
|
+
static SetCommandTimeout(databaseFacade: DatabaseFacade, timeout: Nullable_1<System_Internal.Int32>): void;
|
|
1289
1359
|
static SetCommandTimeout(databaseFacade: DatabaseFacade, timeout: TimeSpan): void;
|
|
1290
1360
|
static SetConnectionString(databaseFacade: DatabaseFacade, connectionString: string): void;
|
|
1291
1361
|
static SetDbConnection(databaseFacade: DatabaseFacade, connection: DbConnection, contextOwnsConnection?: boolean): void;
|
|
1292
|
-
static SqlQuery<TResult>(databaseFacade: DatabaseFacade, sql: FormattableString):
|
|
1293
|
-
static SqlQueryRaw<TResult>(databaseFacade: DatabaseFacade, sql: string, ...parameters: unknown[]):
|
|
1362
|
+
static SqlQuery<TResult>(databaseFacade: DatabaseFacade, sql: FormattableString): IQueryable_1<TResult>;
|
|
1363
|
+
static SqlQueryRaw<TResult>(databaseFacade: DatabaseFacade, sql: string, ...parameters: unknown[]): IQueryable_1<TResult>;
|
|
1294
1364
|
static UseTransaction(databaseFacade: DatabaseFacade, transaction: DbTransaction, transactionId: Guid): IDbContextTransaction | undefined;
|
|
1295
1365
|
static UseTransaction(databaseFacade: DatabaseFacade, transaction: DbTransaction): IDbContextTransaction | undefined;
|
|
1296
|
-
static UseTransactionAsync(databaseFacade: DatabaseFacade, transaction: DbTransaction, transactionId: Guid, cancellationToken?: CancellationToken):
|
|
1297
|
-
static UseTransactionAsync(databaseFacade: DatabaseFacade, transaction: DbTransaction, cancellationToken?: CancellationToken):
|
|
1366
|
+
static UseTransactionAsync(databaseFacade: DatabaseFacade, transaction: DbTransaction, transactionId: Guid, cancellationToken?: CancellationToken): Task_1<IDbContextTransaction | undefined>;
|
|
1367
|
+
static UseTransactionAsync(databaseFacade: DatabaseFacade, transaction: DbTransaction, cancellationToken?: CancellationToken): Task_1<IDbContextTransaction | undefined>;
|
|
1298
1368
|
}
|
|
1299
1369
|
|
|
1300
1370
|
|
|
@@ -1310,12 +1380,12 @@ export abstract class RelationalDbFunctionsExtensions$instance {
|
|
|
1310
1380
|
export type RelationalDbFunctionsExtensions = RelationalDbFunctionsExtensions$instance;
|
|
1311
1381
|
|
|
1312
1382
|
export abstract class RelationalElementTypeBuilderExtensions$instance {
|
|
1313
|
-
static CanSetFixedLength(elementTypeBuilder: IConventionElementTypeBuilder, fixedLength:
|
|
1383
|
+
static CanSetFixedLength(elementTypeBuilder: IConventionElementTypeBuilder, fixedLength: Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): boolean;
|
|
1314
1384
|
static CanSetStoreType(elementTypeBuilder: IConventionElementTypeBuilder, typeName: string, fromDataAnnotation?: boolean): boolean;
|
|
1315
1385
|
static HasStoreType(elementTypeBuilder: ElementTypeBuilder, typeName: string): ElementTypeBuilder;
|
|
1316
1386
|
static HasStoreType(elementTypeBuilder: IConventionElementTypeBuilder, typeName: string, fromDataAnnotation?: boolean): IConventionElementTypeBuilder | undefined;
|
|
1317
1387
|
static IsFixedLength(elementTypeBuilder: ElementTypeBuilder, fixedLength?: boolean): ElementTypeBuilder;
|
|
1318
|
-
static IsFixedLength(elementTypeBuilder: IConventionElementTypeBuilder, fixedLength:
|
|
1388
|
+
static IsFixedLength(elementTypeBuilder: IConventionElementTypeBuilder, fixedLength: Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): IConventionElementTypeBuilder | undefined;
|
|
1319
1389
|
}
|
|
1320
1390
|
|
|
1321
1391
|
|
|
@@ -1323,15 +1393,15 @@ export type RelationalElementTypeBuilderExtensions = RelationalElementTypeBuilde
|
|
|
1323
1393
|
|
|
1324
1394
|
export abstract class RelationalElementTypeExtensions$instance {
|
|
1325
1395
|
static FindRelationalTypeMapping(elementType: IReadOnlyElementType): RelationalTypeMapping | undefined;
|
|
1326
|
-
static GetIsFixedLengthConfigurationSource(elementType: IConventionElementType):
|
|
1396
|
+
static GetIsFixedLengthConfigurationSource(elementType: IConventionElementType): Nullable_1<ConfigurationSource>;
|
|
1327
1397
|
static GetRelationalTypeMapping(elementType: IReadOnlyElementType): RelationalTypeMapping;
|
|
1328
1398
|
static GetStoreType(elementType: IElementType): string;
|
|
1329
1399
|
static GetStoreType(elementType: IReadOnlyElementType): string | undefined;
|
|
1330
|
-
static GetStoreTypeConfigurationSource(elementType: IConventionElementType):
|
|
1331
|
-
static IsFixedLength(elementType: IReadOnlyElementType, storeObject: StoreObjectIdentifier):
|
|
1332
|
-
static IsFixedLength(elementType: IReadOnlyElementType):
|
|
1333
|
-
static SetIsFixedLength(elementType: IConventionElementType, fixedLength:
|
|
1334
|
-
static SetIsFixedLength(elementType: IMutableElementType, fixedLength:
|
|
1400
|
+
static GetStoreTypeConfigurationSource(elementType: IConventionElementType): Nullable_1<ConfigurationSource>;
|
|
1401
|
+
static IsFixedLength(elementType: IReadOnlyElementType, storeObject: StoreObjectIdentifier): Nullable_1<System_Internal.Boolean>;
|
|
1402
|
+
static IsFixedLength(elementType: IReadOnlyElementType): Nullable_1<System_Internal.Boolean>;
|
|
1403
|
+
static SetIsFixedLength(elementType: IConventionElementType, fixedLength: Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Nullable_1<System_Internal.Boolean>;
|
|
1404
|
+
static SetIsFixedLength(elementType: IMutableElementType, fixedLength: Nullable_1<System_Internal.Boolean>): void;
|
|
1335
1405
|
static SetStoreType(elementType: IConventionElementType, value: string, fromDataAnnotation?: boolean): string | undefined;
|
|
1336
1406
|
static SetStoreType(elementType: IMutableElementType, value: string): void;
|
|
1337
1407
|
}
|
|
@@ -1340,7 +1410,7 @@ export abstract class RelationalElementTypeExtensions$instance {
|
|
|
1340
1410
|
export type RelationalElementTypeExtensions = RelationalElementTypeExtensions$instance;
|
|
1341
1411
|
|
|
1342
1412
|
export abstract class RelationalEntityTypeBuilderExtensions$instance {
|
|
1343
|
-
static CanExcludeTableFromMigrations(entityTypeBuilder: IConventionEntityTypeBuilder, excludedFromMigrations:
|
|
1413
|
+
static CanExcludeTableFromMigrations(entityTypeBuilder: IConventionEntityTypeBuilder, excludedFromMigrations: Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): boolean;
|
|
1344
1414
|
static CanHaveCheckConstraint(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, sql: string, fromDataAnnotation?: boolean): boolean;
|
|
1345
1415
|
static CanSetComment(entityTypeBuilder: IConventionEntityTypeBuilder, comment: string, fromDataAnnotation?: boolean): boolean;
|
|
1346
1416
|
static CanSetFunction(entityTypeBuilder: IConventionEntityTypeBuilder, function_: MethodInfo, fromDataAnnotation?: boolean): boolean;
|
|
@@ -1352,138 +1422,138 @@ export abstract class RelationalEntityTypeBuilderExtensions$instance {
|
|
|
1352
1422
|
static CanSetTable(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, fromDataAnnotation?: boolean): boolean;
|
|
1353
1423
|
static CanSetView(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, fromDataAnnotation?: boolean): boolean;
|
|
1354
1424
|
static CanSetViewSchema(entityTypeBuilder: IConventionEntityTypeBuilder, schema: string, fromDataAnnotation?: boolean): boolean;
|
|
1355
|
-
static DeleteUsingStoredProcedure<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, buildAction:
|
|
1356
|
-
static DeleteUsingStoredProcedure<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, buildAction:
|
|
1357
|
-
static DeleteUsingStoredProcedure<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, schema: string, buildAction:
|
|
1358
|
-
static DeleteUsingStoredProcedure(entityTypeBuilder: EntityTypeBuilder, buildAction:
|
|
1359
|
-
static DeleteUsingStoredProcedure(entityTypeBuilder: EntityTypeBuilder, name: string, buildAction:
|
|
1360
|
-
static DeleteUsingStoredProcedure(entityTypeBuilder: EntityTypeBuilder, name: string, schema: string, buildAction:
|
|
1425
|
+
static DeleteUsingStoredProcedure<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, buildAction: Action_1<StoredProcedureBuilder_1<TEntity>>): EntityTypeBuilder_1<TEntity>;
|
|
1426
|
+
static DeleteUsingStoredProcedure<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, buildAction: Action_1<StoredProcedureBuilder_1<TEntity>>): EntityTypeBuilder_1<TEntity>;
|
|
1427
|
+
static DeleteUsingStoredProcedure<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, schema: string, buildAction: Action_1<StoredProcedureBuilder_1<TEntity>>): EntityTypeBuilder_1<TEntity>;
|
|
1428
|
+
static DeleteUsingStoredProcedure(entityTypeBuilder: EntityTypeBuilder, buildAction: Action_1<StoredProcedureBuilder>): EntityTypeBuilder;
|
|
1429
|
+
static DeleteUsingStoredProcedure(entityTypeBuilder: EntityTypeBuilder, name: string, buildAction: Action_1<StoredProcedureBuilder>): EntityTypeBuilder;
|
|
1430
|
+
static DeleteUsingStoredProcedure(entityTypeBuilder: EntityTypeBuilder, name: string, schema: string, buildAction: Action_1<StoredProcedureBuilder>): EntityTypeBuilder;
|
|
1361
1431
|
static DeleteUsingStoredProcedure(entityTypeBuilder: IConventionEntityTypeBuilder, fromDataAnnotation?: boolean): IConventionStoredProcedureBuilder | undefined;
|
|
1362
|
-
static DeleteUsingStoredProcedure(ownedNavigationBuilder: OwnedNavigationBuilder, buildAction:
|
|
1363
|
-
static DeleteUsingStoredProcedure(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, buildAction:
|
|
1364
|
-
static DeleteUsingStoredProcedure(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, schema: string, buildAction:
|
|
1365
|
-
static DeleteUsingStoredProcedure<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, buildAction:
|
|
1366
|
-
static DeleteUsingStoredProcedure<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, buildAction:
|
|
1367
|
-
static DeleteUsingStoredProcedure<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, schema: string, buildAction:
|
|
1368
|
-
static ExcludeTableFromMigrations(entityTypeBuilder: IConventionEntityTypeBuilder, excludedFromMigrations:
|
|
1369
|
-
static HasCheckConstraint<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, sql: string, buildAction:
|
|
1432
|
+
static DeleteUsingStoredProcedure(ownedNavigationBuilder: OwnedNavigationBuilder, buildAction: Action_1<OwnedNavigationStoredProcedureBuilder>): OwnedNavigationBuilder;
|
|
1433
|
+
static DeleteUsingStoredProcedure(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, buildAction: Action_1<OwnedNavigationStoredProcedureBuilder>): OwnedNavigationBuilder;
|
|
1434
|
+
static DeleteUsingStoredProcedure(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, schema: string, buildAction: Action_1<OwnedNavigationStoredProcedureBuilder>): OwnedNavigationBuilder;
|
|
1435
|
+
static DeleteUsingStoredProcedure<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, buildAction: Action_1<OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1436
|
+
static DeleteUsingStoredProcedure<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, buildAction: Action_1<OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1437
|
+
static DeleteUsingStoredProcedure<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, schema: string, buildAction: Action_1<OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1438
|
+
static ExcludeTableFromMigrations(entityTypeBuilder: IConventionEntityTypeBuilder, excludedFromMigrations: Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
1439
|
+
static HasCheckConstraint<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, sql: string, buildAction: Action_1<CheckConstraintBuilder>): EntityTypeBuilder_1<TEntity>;
|
|
1370
1440
|
static HasCheckConstraint<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, sql: string): EntityTypeBuilder_1<TEntity>;
|
|
1371
|
-
static HasCheckConstraint(entityTypeBuilder: EntityTypeBuilder, name: string, sql: string, buildAction:
|
|
1441
|
+
static HasCheckConstraint(entityTypeBuilder: EntityTypeBuilder, name: string, sql: string, buildAction: Action_1<CheckConstraintBuilder>): EntityTypeBuilder;
|
|
1372
1442
|
static HasCheckConstraint(entityTypeBuilder: EntityTypeBuilder, name: string, sql: string): EntityTypeBuilder;
|
|
1373
1443
|
static HasCheckConstraint(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, sql: string, fromDataAnnotation?: boolean): IConventionCheckConstraintBuilder | undefined;
|
|
1374
|
-
static HasCheckConstraint(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, sql: string, buildAction:
|
|
1444
|
+
static HasCheckConstraint(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, sql: string, buildAction: Action_1<CheckConstraintBuilder>): OwnedNavigationBuilder;
|
|
1375
1445
|
static HasCheckConstraint(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, sql: string): OwnedNavigationBuilder;
|
|
1376
|
-
static HasCheckConstraint<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, sql: string, buildAction:
|
|
1446
|
+
static HasCheckConstraint<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, sql: string, buildAction: Action_1<CheckConstraintBuilder>): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1377
1447
|
static HasCheckConstraint<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, sql: string): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1378
1448
|
static HasComment<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, comment: string): EntityTypeBuilder_1<TEntity>;
|
|
1379
1449
|
static HasComment(entityTypeBuilder: EntityTypeBuilder, comment: string): EntityTypeBuilder;
|
|
1380
1450
|
static HasComment(entityTypeBuilder: IConventionEntityTypeBuilder, comment: string, fromDataAnnotation?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
1381
1451
|
static HasJsonPropertyName(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, fromDataAnnotation?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
1382
|
-
static InsertUsingStoredProcedure<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, buildAction:
|
|
1383
|
-
static InsertUsingStoredProcedure<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, buildAction:
|
|
1384
|
-
static InsertUsingStoredProcedure<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, schema: string, buildAction:
|
|
1385
|
-
static InsertUsingStoredProcedure(entityTypeBuilder: EntityTypeBuilder, buildAction:
|
|
1386
|
-
static InsertUsingStoredProcedure(entityTypeBuilder: EntityTypeBuilder, name: string, buildAction:
|
|
1387
|
-
static InsertUsingStoredProcedure(entityTypeBuilder: EntityTypeBuilder, name: string, schema: string, buildAction:
|
|
1452
|
+
static InsertUsingStoredProcedure<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, buildAction: Action_1<StoredProcedureBuilder_1<TEntity>>): EntityTypeBuilder_1<TEntity>;
|
|
1453
|
+
static InsertUsingStoredProcedure<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, buildAction: Action_1<StoredProcedureBuilder_1<TEntity>>): EntityTypeBuilder_1<TEntity>;
|
|
1454
|
+
static InsertUsingStoredProcedure<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, schema: string, buildAction: Action_1<StoredProcedureBuilder_1<TEntity>>): EntityTypeBuilder_1<TEntity>;
|
|
1455
|
+
static InsertUsingStoredProcedure(entityTypeBuilder: EntityTypeBuilder, buildAction: Action_1<StoredProcedureBuilder>): EntityTypeBuilder;
|
|
1456
|
+
static InsertUsingStoredProcedure(entityTypeBuilder: EntityTypeBuilder, name: string, buildAction: Action_1<StoredProcedureBuilder>): EntityTypeBuilder;
|
|
1457
|
+
static InsertUsingStoredProcedure(entityTypeBuilder: EntityTypeBuilder, name: string, schema: string, buildAction: Action_1<StoredProcedureBuilder>): EntityTypeBuilder;
|
|
1388
1458
|
static InsertUsingStoredProcedure(entityTypeBuilder: IConventionEntityTypeBuilder, fromDataAnnotation?: boolean): IConventionStoredProcedureBuilder | undefined;
|
|
1389
|
-
static InsertUsingStoredProcedure(ownedNavigationBuilder: OwnedNavigationBuilder, buildAction:
|
|
1390
|
-
static InsertUsingStoredProcedure(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, buildAction:
|
|
1391
|
-
static InsertUsingStoredProcedure(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, schema: string, buildAction:
|
|
1392
|
-
static InsertUsingStoredProcedure<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, buildAction:
|
|
1393
|
-
static InsertUsingStoredProcedure<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, buildAction:
|
|
1394
|
-
static InsertUsingStoredProcedure<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, schema: string, buildAction:
|
|
1395
|
-
static SplitToTable<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, buildAction:
|
|
1396
|
-
static SplitToTable<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, schema: string, buildAction:
|
|
1397
|
-
static SplitToTable(entityTypeBuilder: EntityTypeBuilder, name: string, buildAction:
|
|
1398
|
-
static SplitToTable(entityTypeBuilder: EntityTypeBuilder, name: string, schema: string, buildAction:
|
|
1399
|
-
static SplitToTable(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, buildAction:
|
|
1400
|
-
static SplitToTable(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, schema: string, buildAction:
|
|
1401
|
-
static SplitToTable<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, buildAction:
|
|
1402
|
-
static SplitToTable<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, schema: string, buildAction:
|
|
1403
|
-
static SplitToView<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, buildAction:
|
|
1404
|
-
static SplitToView<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, schema: string, buildAction:
|
|
1405
|
-
static SplitToView(entityTypeBuilder: EntityTypeBuilder, name: string, buildAction:
|
|
1406
|
-
static SplitToView(entityTypeBuilder: EntityTypeBuilder, name: string, schema: string, buildAction:
|
|
1407
|
-
static SplitToView(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, buildAction:
|
|
1408
|
-
static SplitToView(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, schema: string, buildAction:
|
|
1409
|
-
static SplitToView<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, buildAction:
|
|
1410
|
-
static SplitToView<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, schema: string, buildAction:
|
|
1411
|
-
static ToFunction<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, function_: MethodInfo, configureFunction:
|
|
1459
|
+
static InsertUsingStoredProcedure(ownedNavigationBuilder: OwnedNavigationBuilder, buildAction: Action_1<OwnedNavigationStoredProcedureBuilder>): OwnedNavigationBuilder;
|
|
1460
|
+
static InsertUsingStoredProcedure(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, buildAction: Action_1<OwnedNavigationStoredProcedureBuilder>): OwnedNavigationBuilder;
|
|
1461
|
+
static InsertUsingStoredProcedure(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, schema: string, buildAction: Action_1<OwnedNavigationStoredProcedureBuilder>): OwnedNavigationBuilder;
|
|
1462
|
+
static InsertUsingStoredProcedure<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, buildAction: Action_1<OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1463
|
+
static InsertUsingStoredProcedure<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, buildAction: Action_1<OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1464
|
+
static InsertUsingStoredProcedure<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, schema: string, buildAction: Action_1<OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1465
|
+
static SplitToTable<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, buildAction: Action_1<SplitTableBuilder_1<TEntity>>): EntityTypeBuilder_1<TEntity>;
|
|
1466
|
+
static SplitToTable<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, schema: string, buildAction: Action_1<SplitTableBuilder_1<TEntity>>): EntityTypeBuilder_1<TEntity>;
|
|
1467
|
+
static SplitToTable(entityTypeBuilder: EntityTypeBuilder, name: string, buildAction: Action_1<SplitTableBuilder>): EntityTypeBuilder;
|
|
1468
|
+
static SplitToTable(entityTypeBuilder: EntityTypeBuilder, name: string, schema: string, buildAction: Action_1<SplitTableBuilder>): EntityTypeBuilder;
|
|
1469
|
+
static SplitToTable(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, buildAction: Action_1<OwnedNavigationSplitTableBuilder>): OwnedNavigationBuilder;
|
|
1470
|
+
static SplitToTable(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, schema: string, buildAction: Action_1<OwnedNavigationSplitTableBuilder>): OwnedNavigationBuilder;
|
|
1471
|
+
static SplitToTable<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, buildAction: Action_1<OwnedNavigationSplitTableBuilder_2<TOwnerEntity, TDependentEntity>>): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1472
|
+
static SplitToTable<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, schema: string, buildAction: Action_1<OwnedNavigationSplitTableBuilder_2<TOwnerEntity, TDependentEntity>>): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1473
|
+
static SplitToView<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, buildAction: Action_1<SplitViewBuilder_1<TEntity>>): EntityTypeBuilder_1<TEntity>;
|
|
1474
|
+
static SplitToView<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, schema: string, buildAction: Action_1<SplitViewBuilder_1<TEntity>>): EntityTypeBuilder_1<TEntity>;
|
|
1475
|
+
static SplitToView(entityTypeBuilder: EntityTypeBuilder, name: string, buildAction: Action_1<SplitViewBuilder>): EntityTypeBuilder;
|
|
1476
|
+
static SplitToView(entityTypeBuilder: EntityTypeBuilder, name: string, schema: string, buildAction: Action_1<SplitViewBuilder>): EntityTypeBuilder;
|
|
1477
|
+
static SplitToView(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, buildAction: Action_1<OwnedNavigationSplitViewBuilder>): OwnedNavigationBuilder;
|
|
1478
|
+
static SplitToView(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, schema: string, buildAction: Action_1<OwnedNavigationSplitViewBuilder>): OwnedNavigationBuilder;
|
|
1479
|
+
static SplitToView<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, buildAction: Action_1<OwnedNavigationSplitViewBuilder_2<TOwnerEntity, TDependentEntity>>): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1480
|
+
static SplitToView<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, schema: string, buildAction: Action_1<OwnedNavigationSplitViewBuilder_2<TOwnerEntity, TDependentEntity>>): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1481
|
+
static ToFunction<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, function_: MethodInfo, configureFunction: Action_1<TableValuedFunctionBuilder_1<TEntity>>): EntityTypeBuilder_1<TEntity>;
|
|
1412
1482
|
static ToFunction<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, function_: MethodInfo): EntityTypeBuilder_1<TEntity>;
|
|
1413
|
-
static ToFunction<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, configureFunction:
|
|
1483
|
+
static ToFunction<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, configureFunction: Action_1<TableValuedFunctionBuilder_1<TEntity>>): EntityTypeBuilder_1<TEntity>;
|
|
1414
1484
|
static ToFunction<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string): EntityTypeBuilder_1<TEntity>;
|
|
1415
|
-
static ToFunction(entityTypeBuilder: EntityTypeBuilder, function_: MethodInfo, configureFunction:
|
|
1485
|
+
static ToFunction(entityTypeBuilder: EntityTypeBuilder, function_: MethodInfo, configureFunction: Action_1<TableValuedFunctionBuilder>): EntityTypeBuilder;
|
|
1416
1486
|
static ToFunction(entityTypeBuilder: EntityTypeBuilder, function_: MethodInfo): EntityTypeBuilder;
|
|
1417
|
-
static ToFunction(entityTypeBuilder: EntityTypeBuilder, name: string, configureFunction:
|
|
1487
|
+
static ToFunction(entityTypeBuilder: EntityTypeBuilder, name: string, configureFunction: Action_1<TableValuedFunctionBuilder>): EntityTypeBuilder;
|
|
1418
1488
|
static ToFunction(entityTypeBuilder: EntityTypeBuilder, name: string): EntityTypeBuilder;
|
|
1419
1489
|
static ToFunction(entityTypeBuilder: IConventionEntityTypeBuilder, function_: MethodInfo, fromDataAnnotation?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
1420
1490
|
static ToFunction(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, fromDataAnnotation?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
1421
|
-
static ToFunction(ownedNavigationBuilder: OwnedNavigationBuilder, function_: MethodInfo, configureFunction:
|
|
1491
|
+
static ToFunction(ownedNavigationBuilder: OwnedNavigationBuilder, function_: MethodInfo, configureFunction: Action_1<OwnedNavigationTableValuedFunctionBuilder>): OwnedNavigationBuilder;
|
|
1422
1492
|
static ToFunction(ownedNavigationBuilder: OwnedNavigationBuilder, function_: MethodInfo): OwnedNavigationBuilder;
|
|
1423
|
-
static ToFunction(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, configureFunction:
|
|
1493
|
+
static ToFunction(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, configureFunction: Action_1<OwnedNavigationTableValuedFunctionBuilder>): OwnedNavigationBuilder;
|
|
1424
1494
|
static ToFunction(ownedNavigationBuilder: OwnedNavigationBuilder, name: string): OwnedNavigationBuilder;
|
|
1425
|
-
static ToFunction<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, function_: MethodInfo, configureFunction:
|
|
1495
|
+
static ToFunction<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, function_: MethodInfo, configureFunction: Action_1<OwnedNavigationTableValuedFunctionBuilder_2<TOwnerEntity, TDependentEntity>>): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1426
1496
|
static ToFunction<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, function_: MethodInfo): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1427
|
-
static ToFunction<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, configureFunction:
|
|
1497
|
+
static ToFunction<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, configureFunction: Action_1<OwnedNavigationTableValuedFunctionBuilder_2<TOwnerEntity, TDependentEntity>>): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1428
1498
|
static ToFunction<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1429
1499
|
static ToSchema(entityTypeBuilder: IConventionEntityTypeBuilder, schema: string, fromDataAnnotation?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
1430
1500
|
static ToSqlQuery<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, query: string): EntityTypeBuilder_1<TEntity>;
|
|
1431
1501
|
static ToSqlQuery(entityTypeBuilder: EntityTypeBuilder, query: string): EntityTypeBuilder;
|
|
1432
1502
|
static ToSqlQuery(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, fromDataAnnotation?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
1433
|
-
static ToTable<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, buildAction:
|
|
1434
|
-
static ToTable<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, buildAction:
|
|
1435
|
-
static ToTable<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, schema: string, buildAction:
|
|
1503
|
+
static ToTable<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, buildAction: Action_1<TableBuilder_1<TEntity>>): EntityTypeBuilder_1<TEntity>;
|
|
1504
|
+
static ToTable<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, buildAction: Action_1<TableBuilder_1<TEntity>>): EntityTypeBuilder_1<TEntity>;
|
|
1505
|
+
static ToTable<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, schema: string, buildAction: Action_1<TableBuilder_1<TEntity>>): EntityTypeBuilder_1<TEntity>;
|
|
1436
1506
|
static ToTable<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, schema: string): EntityTypeBuilder_1<TEntity>;
|
|
1437
1507
|
static ToTable<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string): EntityTypeBuilder_1<TEntity>;
|
|
1438
|
-
static ToTable(entityTypeBuilder: EntityTypeBuilder, buildAction:
|
|
1439
|
-
static ToTable(entityTypeBuilder: EntityTypeBuilder, name: string, buildAction:
|
|
1440
|
-
static ToTable(entityTypeBuilder: EntityTypeBuilder, name: string, schema: string, buildAction:
|
|
1508
|
+
static ToTable(entityTypeBuilder: EntityTypeBuilder, buildAction: Action_1<TableBuilder>): EntityTypeBuilder;
|
|
1509
|
+
static ToTable(entityTypeBuilder: EntityTypeBuilder, name: string, buildAction: Action_1<TableBuilder>): EntityTypeBuilder;
|
|
1510
|
+
static ToTable(entityTypeBuilder: EntityTypeBuilder, name: string, schema: string, buildAction: Action_1<TableBuilder>): EntityTypeBuilder;
|
|
1441
1511
|
static ToTable(entityTypeBuilder: EntityTypeBuilder, name: string, schema: string): EntityTypeBuilder;
|
|
1442
1512
|
static ToTable(entityTypeBuilder: EntityTypeBuilder, name: string): EntityTypeBuilder;
|
|
1443
1513
|
static ToTable(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, fromDataAnnotation?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
1444
1514
|
static ToTable(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, schema: string, fromDataAnnotation?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
1445
|
-
static ToTable(ownedNavigationBuilder: OwnedNavigationBuilder, buildAction:
|
|
1446
|
-
static ToTable(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, buildAction:
|
|
1447
|
-
static ToTable(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, schema: string, buildAction:
|
|
1515
|
+
static ToTable(ownedNavigationBuilder: OwnedNavigationBuilder, buildAction: Action_1<OwnedNavigationTableBuilder>): OwnedNavigationBuilder;
|
|
1516
|
+
static ToTable(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, buildAction: Action_1<OwnedNavigationTableBuilder>): OwnedNavigationBuilder;
|
|
1517
|
+
static ToTable(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, schema: string, buildAction: Action_1<OwnedNavigationTableBuilder>): OwnedNavigationBuilder;
|
|
1448
1518
|
static ToTable(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, schema: string): OwnedNavigationBuilder;
|
|
1449
1519
|
static ToTable(ownedNavigationBuilder: OwnedNavigationBuilder, name: string): OwnedNavigationBuilder;
|
|
1450
|
-
static ToTable<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, buildAction:
|
|
1451
|
-
static ToTable<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, buildAction:
|
|
1452
|
-
static ToTable<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, schema: string, buildAction:
|
|
1520
|
+
static ToTable<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, buildAction: Action_1<OwnedNavigationTableBuilder_2<TOwnerEntity, TDependentEntity>>): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1521
|
+
static ToTable<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, buildAction: Action_1<OwnedNavigationTableBuilder_2<TOwnerEntity, TDependentEntity>>): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1522
|
+
static ToTable<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, schema: string, buildAction: Action_1<OwnedNavigationTableBuilder_2<TOwnerEntity, TDependentEntity>>): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1453
1523
|
static ToTable<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, schema: string): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1454
1524
|
static ToTable<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1455
|
-
static ToView<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, buildAction:
|
|
1456
|
-
static ToView<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, schema: string, buildAction:
|
|
1525
|
+
static ToView<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, buildAction: Action_1<ViewBuilder_1<TEntity>>): EntityTypeBuilder_1<TEntity>;
|
|
1526
|
+
static ToView<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, schema: string, buildAction: Action_1<ViewBuilder_1<TEntity>>): EntityTypeBuilder_1<TEntity>;
|
|
1457
1527
|
static ToView<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, schema: string): EntityTypeBuilder_1<TEntity>;
|
|
1458
1528
|
static ToView<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string): EntityTypeBuilder_1<TEntity>;
|
|
1459
|
-
static ToView(entityTypeBuilder: EntityTypeBuilder, name: string, buildAction:
|
|
1460
|
-
static ToView(entityTypeBuilder: EntityTypeBuilder, name: string, schema: string, buildAction:
|
|
1529
|
+
static ToView(entityTypeBuilder: EntityTypeBuilder, name: string, buildAction: Action_1<ViewBuilder>): EntityTypeBuilder;
|
|
1530
|
+
static ToView(entityTypeBuilder: EntityTypeBuilder, name: string, schema: string, buildAction: Action_1<ViewBuilder>): EntityTypeBuilder;
|
|
1461
1531
|
static ToView(entityTypeBuilder: EntityTypeBuilder, name: string, schema: string): EntityTypeBuilder;
|
|
1462
1532
|
static ToView(entityTypeBuilder: EntityTypeBuilder, name: string): EntityTypeBuilder;
|
|
1463
1533
|
static ToView(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, fromDataAnnotation?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
1464
1534
|
static ToView(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, schema: string, fromDataAnnotation?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
1465
|
-
static ToView(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, buildAction:
|
|
1466
|
-
static ToView(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, schema: string, buildAction:
|
|
1535
|
+
static ToView(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, buildAction: Action_1<OwnedNavigationViewBuilder>): OwnedNavigationBuilder;
|
|
1536
|
+
static ToView(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, schema: string, buildAction: Action_1<OwnedNavigationViewBuilder>): OwnedNavigationBuilder;
|
|
1467
1537
|
static ToView(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, schema: string): OwnedNavigationBuilder;
|
|
1468
1538
|
static ToView(ownedNavigationBuilder: OwnedNavigationBuilder, name: string): OwnedNavigationBuilder;
|
|
1469
|
-
static ToView<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, buildAction:
|
|
1470
|
-
static ToView<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, schema: string, buildAction:
|
|
1539
|
+
static ToView<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, buildAction: Action_1<OwnedNavigationViewBuilder_2<TOwnerEntity, TDependentEntity>>): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1540
|
+
static ToView<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, schema: string, buildAction: Action_1<OwnedNavigationViewBuilder_2<TOwnerEntity, TDependentEntity>>): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1471
1541
|
static ToView<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, schema: string): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1472
1542
|
static ToView<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1473
1543
|
static ToViewSchema(entityTypeBuilder: IConventionEntityTypeBuilder, schema: string, fromDataAnnotation?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
1474
|
-
static UpdateUsingStoredProcedure<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, buildAction:
|
|
1475
|
-
static UpdateUsingStoredProcedure<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, buildAction:
|
|
1476
|
-
static UpdateUsingStoredProcedure<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, schema: string, buildAction:
|
|
1477
|
-
static UpdateUsingStoredProcedure(entityTypeBuilder: EntityTypeBuilder, buildAction:
|
|
1478
|
-
static UpdateUsingStoredProcedure(entityTypeBuilder: EntityTypeBuilder, name: string, buildAction:
|
|
1479
|
-
static UpdateUsingStoredProcedure(entityTypeBuilder: EntityTypeBuilder, name: string, schema: string, buildAction:
|
|
1544
|
+
static UpdateUsingStoredProcedure<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, buildAction: Action_1<StoredProcedureBuilder_1<TEntity>>): EntityTypeBuilder_1<TEntity>;
|
|
1545
|
+
static UpdateUsingStoredProcedure<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, buildAction: Action_1<StoredProcedureBuilder_1<TEntity>>): EntityTypeBuilder_1<TEntity>;
|
|
1546
|
+
static UpdateUsingStoredProcedure<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>, name: string, schema: string, buildAction: Action_1<StoredProcedureBuilder_1<TEntity>>): EntityTypeBuilder_1<TEntity>;
|
|
1547
|
+
static UpdateUsingStoredProcedure(entityTypeBuilder: EntityTypeBuilder, buildAction: Action_1<StoredProcedureBuilder>): EntityTypeBuilder;
|
|
1548
|
+
static UpdateUsingStoredProcedure(entityTypeBuilder: EntityTypeBuilder, name: string, buildAction: Action_1<StoredProcedureBuilder>): EntityTypeBuilder;
|
|
1549
|
+
static UpdateUsingStoredProcedure(entityTypeBuilder: EntityTypeBuilder, name: string, schema: string, buildAction: Action_1<StoredProcedureBuilder>): EntityTypeBuilder;
|
|
1480
1550
|
static UpdateUsingStoredProcedure(entityTypeBuilder: IConventionEntityTypeBuilder, fromDataAnnotation?: boolean): IConventionStoredProcedureBuilder | undefined;
|
|
1481
|
-
static UpdateUsingStoredProcedure(ownedNavigationBuilder: OwnedNavigationBuilder, buildAction:
|
|
1482
|
-
static UpdateUsingStoredProcedure(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, buildAction:
|
|
1483
|
-
static UpdateUsingStoredProcedure(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, schema: string, buildAction:
|
|
1484
|
-
static UpdateUsingStoredProcedure<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, buildAction:
|
|
1485
|
-
static UpdateUsingStoredProcedure<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, buildAction:
|
|
1486
|
-
static UpdateUsingStoredProcedure<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, schema: string, buildAction:
|
|
1551
|
+
static UpdateUsingStoredProcedure(ownedNavigationBuilder: OwnedNavigationBuilder, buildAction: Action_1<OwnedNavigationStoredProcedureBuilder>): OwnedNavigationBuilder;
|
|
1552
|
+
static UpdateUsingStoredProcedure(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, buildAction: Action_1<OwnedNavigationStoredProcedureBuilder>): OwnedNavigationBuilder;
|
|
1553
|
+
static UpdateUsingStoredProcedure(ownedNavigationBuilder: OwnedNavigationBuilder, name: string, schema: string, buildAction: Action_1<OwnedNavigationStoredProcedureBuilder>): OwnedNavigationBuilder;
|
|
1554
|
+
static UpdateUsingStoredProcedure<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, buildAction: Action_1<OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1555
|
+
static UpdateUsingStoredProcedure<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, buildAction: Action_1<OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1556
|
+
static UpdateUsingStoredProcedure<TOwnerEntity, TDependentEntity>(ownedNavigationBuilder: OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>, name: string, schema: string, buildAction: Action_1<OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
1487
1557
|
static UseMappingStrategy(entityTypeBuilder: IConventionEntityTypeBuilder, strategy: string, fromDataAnnotation?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
1488
1558
|
static UseTpcMappingStrategy<TEntity>(entityTypeBuilder: EntityTypeBuilder_1<TEntity>): EntityTypeBuilder_1<TEntity>;
|
|
1489
1559
|
static UseTpcMappingStrategy(entityTypeBuilder: EntityTypeBuilder): EntityTypeBuilder;
|
|
@@ -1508,22 +1578,22 @@ export abstract class RelationalEntityTypeExtensions$instance {
|
|
|
1508
1578
|
static FindMappingFragment(entityType: IEntityType, storeObject: StoreObjectIdentifier): IEntityTypeMappingFragment | undefined;
|
|
1509
1579
|
static FindMappingFragment(entityType: IMutableEntityType, storeObject: StoreObjectIdentifier): IMutableEntityTypeMappingFragment | undefined;
|
|
1510
1580
|
static FindMappingFragment(entityType: IReadOnlyEntityType, storeObject: StoreObjectIdentifier): IReadOnlyEntityTypeMappingFragment | undefined;
|
|
1511
|
-
static FindRowInternalForeignKeys(entityType: IConventionEntityType, storeObject: StoreObjectIdentifier):
|
|
1512
|
-
static FindRowInternalForeignKeys(entityType: IEntityType, storeObject: StoreObjectIdentifier):
|
|
1513
|
-
static FindRowInternalForeignKeys(entityType: IMutableEntityType, storeObject: StoreObjectIdentifier):
|
|
1514
|
-
static FindRowInternalForeignKeys(entityType: IReadOnlyEntityType, storeObject: StoreObjectIdentifier):
|
|
1515
|
-
static GetCheckConstraints(entityType: IConventionEntityType):
|
|
1516
|
-
static GetCheckConstraints(entityType: IEntityType):
|
|
1517
|
-
static GetCheckConstraints(entityType: IMutableEntityType):
|
|
1518
|
-
static GetCheckConstraints(entityType: IReadOnlyEntityType):
|
|
1581
|
+
static FindRowInternalForeignKeys(entityType: IConventionEntityType, storeObject: StoreObjectIdentifier): IEnumerable_1<IConventionForeignKey>;
|
|
1582
|
+
static FindRowInternalForeignKeys(entityType: IEntityType, storeObject: StoreObjectIdentifier): IEnumerable_1<IForeignKey>;
|
|
1583
|
+
static FindRowInternalForeignKeys(entityType: IMutableEntityType, storeObject: StoreObjectIdentifier): IEnumerable_1<IMutableForeignKey>;
|
|
1584
|
+
static FindRowInternalForeignKeys(entityType: IReadOnlyEntityType, storeObject: StoreObjectIdentifier): IEnumerable_1<IReadOnlyForeignKey>;
|
|
1585
|
+
static GetCheckConstraints(entityType: IConventionEntityType): IEnumerable_1<IConventionCheckConstraint>;
|
|
1586
|
+
static GetCheckConstraints(entityType: IEntityType): IEnumerable_1<ICheckConstraint>;
|
|
1587
|
+
static GetCheckConstraints(entityType: IMutableEntityType): IEnumerable_1<IMutableCheckConstraint>;
|
|
1588
|
+
static GetCheckConstraints(entityType: IReadOnlyEntityType): IEnumerable_1<IReadOnlyCheckConstraint>;
|
|
1519
1589
|
static GetComment(entityType: IReadOnlyEntityType): string | undefined;
|
|
1520
|
-
static GetCommentConfigurationSource(entityType: IConventionEntityType):
|
|
1590
|
+
static GetCommentConfigurationSource(entityType: IConventionEntityType): Nullable_1<ConfigurationSource>;
|
|
1521
1591
|
static GetContainerColumnTypeMapping(entityType: IReadOnlyEntityType): RelationalTypeMapping | undefined;
|
|
1522
|
-
static GetContainerColumnTypeMappingConfigurationSource(entityType: IConventionEntityType):
|
|
1523
|
-
static GetDeclaredCheckConstraints(entityType: IConventionEntityType):
|
|
1524
|
-
static GetDeclaredCheckConstraints(entityType: IEntityType):
|
|
1525
|
-
static GetDeclaredCheckConstraints(entityType: IMutableEntityType):
|
|
1526
|
-
static GetDeclaredCheckConstraints(entityType: IReadOnlyEntityType):
|
|
1592
|
+
static GetContainerColumnTypeMappingConfigurationSource(entityType: IConventionEntityType): Nullable_1<ConfigurationSource>;
|
|
1593
|
+
static GetDeclaredCheckConstraints(entityType: IConventionEntityType): IEnumerable_1<IConventionCheckConstraint>;
|
|
1594
|
+
static GetDeclaredCheckConstraints(entityType: IEntityType): IEnumerable_1<ICheckConstraint>;
|
|
1595
|
+
static GetDeclaredCheckConstraints(entityType: IMutableEntityType): IEnumerable_1<IMutableCheckConstraint>;
|
|
1596
|
+
static GetDeclaredCheckConstraints(entityType: IReadOnlyEntityType): IEnumerable_1<IReadOnlyCheckConstraint>;
|
|
1527
1597
|
static GetDefaultSchema(entityType: IReadOnlyEntityType): string | undefined;
|
|
1528
1598
|
static GetDefaultSqlQueryName(entityType: IReadOnlyEntityType): string;
|
|
1529
1599
|
static GetDefaultTableName(entityType: IReadOnlyEntityType, truncate?: boolean): string | undefined;
|
|
@@ -1533,47 +1603,47 @@ export abstract class RelationalEntityTypeExtensions$instance {
|
|
|
1533
1603
|
static GetDeleteStoredProcedure(entityType: IEntityType): IStoredProcedure | undefined;
|
|
1534
1604
|
static GetDeleteStoredProcedure(entityType: IMutableEntityType): IMutableStoredProcedure | undefined;
|
|
1535
1605
|
static GetDeleteStoredProcedure(entityType: IReadOnlyEntityType): IReadOnlyStoredProcedure | undefined;
|
|
1536
|
-
static GetDeleteStoredProcedureConfigurationSource(entityType: IConventionEntityType):
|
|
1606
|
+
static GetDeleteStoredProcedureConfigurationSource(entityType: IConventionEntityType): Nullable_1<ConfigurationSource>;
|
|
1537
1607
|
static GetFunctionName(entityType: IReadOnlyEntityType): string | undefined;
|
|
1538
|
-
static GetFunctionNameConfigurationSource(entityType: IConventionEntityType):
|
|
1608
|
+
static GetFunctionNameConfigurationSource(entityType: IConventionEntityType): Nullable_1<ConfigurationSource>;
|
|
1539
1609
|
static GetInsertStoredProcedure(entityType: IConventionEntityType): IConventionStoredProcedure | undefined;
|
|
1540
1610
|
static GetInsertStoredProcedure(entityType: IEntityType): IStoredProcedure | undefined;
|
|
1541
1611
|
static GetInsertStoredProcedure(entityType: IMutableEntityType): IMutableStoredProcedure | undefined;
|
|
1542
1612
|
static GetInsertStoredProcedure(entityType: IReadOnlyEntityType): IReadOnlyStoredProcedure | undefined;
|
|
1543
|
-
static GetInsertStoredProcedureConfigurationSource(entityType: IConventionEntityType):
|
|
1544
|
-
static GetIsTableExcludedFromMigrationsConfigurationSource(entityType: IConventionEntityType, storeObject: StoreObjectIdentifier):
|
|
1545
|
-
static GetIsTableExcludedFromMigrationsConfigurationSource(entityType: IConventionEntityType):
|
|
1613
|
+
static GetInsertStoredProcedureConfigurationSource(entityType: IConventionEntityType): Nullable_1<ConfigurationSource>;
|
|
1614
|
+
static GetIsTableExcludedFromMigrationsConfigurationSource(entityType: IConventionEntityType, storeObject: StoreObjectIdentifier): Nullable_1<ConfigurationSource>;
|
|
1615
|
+
static GetIsTableExcludedFromMigrationsConfigurationSource(entityType: IConventionEntityType): Nullable_1<ConfigurationSource>;
|
|
1546
1616
|
static GetJsonPropertyName(entityType: IReadOnlyEntityType): string | undefined;
|
|
1547
|
-
static GetJsonPropertyNameConfigurationSource(entityType: IConventionEntityType):
|
|
1548
|
-
static GetMappingFragments(entityType: IConventionEntityType, storeObjectType: StoreObjectType):
|
|
1549
|
-
static GetMappingFragments(entityType: IConventionEntityType):
|
|
1550
|
-
static GetMappingFragments(entityType: IEntityType, storeObjectType: StoreObjectType):
|
|
1551
|
-
static GetMappingFragments(entityType: IEntityType):
|
|
1552
|
-
static GetMappingFragments(entityType: IMutableEntityType, storeObjectType: StoreObjectType):
|
|
1553
|
-
static GetMappingFragments(entityType: IMutableEntityType):
|
|
1554
|
-
static GetMappingFragments(entityType: IReadOnlyEntityType, storeObjectType: StoreObjectType):
|
|
1555
|
-
static GetMappingFragments(entityType: IReadOnlyEntityType):
|
|
1617
|
+
static GetJsonPropertyNameConfigurationSource(entityType: IConventionEntityType): Nullable_1<ConfigurationSource>;
|
|
1618
|
+
static GetMappingFragments(entityType: IConventionEntityType, storeObjectType: StoreObjectType): IEnumerable_1<IConventionEntityTypeMappingFragment>;
|
|
1619
|
+
static GetMappingFragments(entityType: IConventionEntityType): IEnumerable_1<IConventionEntityTypeMappingFragment>;
|
|
1620
|
+
static GetMappingFragments(entityType: IEntityType, storeObjectType: StoreObjectType): IEnumerable_1<IEntityTypeMappingFragment>;
|
|
1621
|
+
static GetMappingFragments(entityType: IEntityType): IEnumerable_1<IEntityTypeMappingFragment>;
|
|
1622
|
+
static GetMappingFragments(entityType: IMutableEntityType, storeObjectType: StoreObjectType): IEnumerable_1<IMutableEntityTypeMappingFragment>;
|
|
1623
|
+
static GetMappingFragments(entityType: IMutableEntityType): IEnumerable_1<IMutableEntityTypeMappingFragment>;
|
|
1624
|
+
static GetMappingFragments(entityType: IReadOnlyEntityType, storeObjectType: StoreObjectType): IEnumerable_1<IReadOnlyEntityTypeMappingFragment>;
|
|
1625
|
+
static GetMappingFragments(entityType: IReadOnlyEntityType): IEnumerable_1<IReadOnlyEntityTypeMappingFragment>;
|
|
1556
1626
|
static GetMappingStrategy(entityType: IReadOnlyEntityType): string | undefined;
|
|
1557
|
-
static GetMappingStrategyConfigurationSource(entityType: IConventionEntityType):
|
|
1627
|
+
static GetMappingStrategyConfigurationSource(entityType: IConventionEntityType): Nullable_1<ConfigurationSource>;
|
|
1558
1628
|
static GetOrCreateMappingFragment(entityType: IConventionEntityType, storeObject: StoreObjectIdentifier, fromDataAnnotation?: boolean): IConventionEntityTypeMappingFragment;
|
|
1559
1629
|
static GetOrCreateMappingFragment(entityType: IMutableEntityType, storeObject: StoreObjectIdentifier): IMutableEntityTypeMappingFragment;
|
|
1560
1630
|
static GetSchema(entityType: IReadOnlyEntityType): string | undefined;
|
|
1561
|
-
static GetSchemaConfigurationSource(entityType: IConventionEntityType):
|
|
1631
|
+
static GetSchemaConfigurationSource(entityType: IConventionEntityType): Nullable_1<ConfigurationSource>;
|
|
1562
1632
|
static GetSchemaQualifiedTableName(entityType: IReadOnlyEntityType): string | undefined;
|
|
1563
1633
|
static GetSchemaQualifiedViewName(entityType: IReadOnlyEntityType): string | undefined;
|
|
1564
1634
|
static GetSqlQuery(entityType: IReadOnlyEntityType): string | undefined;
|
|
1565
|
-
static GetSqlQueryConfigurationSource(entityType: IConventionEntityType):
|
|
1635
|
+
static GetSqlQueryConfigurationSource(entityType: IConventionEntityType): Nullable_1<ConfigurationSource>;
|
|
1566
1636
|
static GetTableName(entityType: IReadOnlyEntityType): string | undefined;
|
|
1567
|
-
static GetTableNameConfigurationSource(entityType: IConventionEntityType):
|
|
1637
|
+
static GetTableNameConfigurationSource(entityType: IConventionEntityType): Nullable_1<ConfigurationSource>;
|
|
1568
1638
|
static GetUpdateStoredProcedure(entityType: IConventionEntityType): IConventionStoredProcedure | undefined;
|
|
1569
1639
|
static GetUpdateStoredProcedure(entityType: IEntityType): IStoredProcedure | undefined;
|
|
1570
1640
|
static GetUpdateStoredProcedure(entityType: IMutableEntityType): IMutableStoredProcedure | undefined;
|
|
1571
1641
|
static GetUpdateStoredProcedure(entityType: IReadOnlyEntityType): IReadOnlyStoredProcedure | undefined;
|
|
1572
|
-
static GetUpdateStoredProcedureConfigurationSource(entityType: IConventionEntityType):
|
|
1642
|
+
static GetUpdateStoredProcedureConfigurationSource(entityType: IConventionEntityType): Nullable_1<ConfigurationSource>;
|
|
1573
1643
|
static GetViewName(entityType: IReadOnlyEntityType): string | undefined;
|
|
1574
|
-
static GetViewNameConfigurationSource(entityType: IConventionEntityType):
|
|
1644
|
+
static GetViewNameConfigurationSource(entityType: IConventionEntityType): Nullable_1<ConfigurationSource>;
|
|
1575
1645
|
static GetViewSchema(entityType: IReadOnlyEntityType): string | undefined;
|
|
1576
|
-
static GetViewSchemaConfigurationSource(entityType: IConventionEntityType):
|
|
1646
|
+
static GetViewSchemaConfigurationSource(entityType: IConventionEntityType): Nullable_1<ConfigurationSource>;
|
|
1577
1647
|
static IsMappedToJson(entityType: IReadOnlyEntityType): boolean;
|
|
1578
1648
|
static IsTableExcludedFromMigrations(entityType: IReadOnlyEntityType, storeObject: StoreObjectIdentifier): boolean;
|
|
1579
1649
|
static IsTableExcludedFromMigrations(entityType: IReadOnlyEntityType): boolean;
|
|
@@ -1597,10 +1667,10 @@ export abstract class RelationalEntityTypeExtensions$instance {
|
|
|
1597
1667
|
static SetFunctionName(entityType: IMutableEntityType, name: string): void;
|
|
1598
1668
|
static SetInsertStoredProcedure(entityType: IConventionEntityType, fromDataAnnotation?: boolean): IConventionStoredProcedure | undefined;
|
|
1599
1669
|
static SetInsertStoredProcedure(entityType: IMutableEntityType): IMutableStoredProcedure;
|
|
1600
|
-
static SetIsTableExcludedFromMigrations(entityType: IConventionEntityType, excluded:
|
|
1601
|
-
static SetIsTableExcludedFromMigrations(entityType: IConventionEntityType, excluded:
|
|
1602
|
-
static SetIsTableExcludedFromMigrations(entityType: IMutableEntityType, excluded:
|
|
1603
|
-
static SetIsTableExcludedFromMigrations(entityType: IMutableEntityType, excluded:
|
|
1670
|
+
static SetIsTableExcludedFromMigrations(entityType: IConventionEntityType, excluded: Nullable_1<System_Internal.Boolean>, storeObject: StoreObjectIdentifier, fromDataAnnotation?: boolean): Nullable_1<System_Internal.Boolean>;
|
|
1671
|
+
static SetIsTableExcludedFromMigrations(entityType: IConventionEntityType, excluded: Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Nullable_1<System_Internal.Boolean>;
|
|
1672
|
+
static SetIsTableExcludedFromMigrations(entityType: IMutableEntityType, excluded: Nullable_1<System_Internal.Boolean>, storeObject: StoreObjectIdentifier): void;
|
|
1673
|
+
static SetIsTableExcludedFromMigrations(entityType: IMutableEntityType, excluded: Nullable_1<System_Internal.Boolean>): void;
|
|
1604
1674
|
static SetJsonPropertyName(entityType: IConventionEntityType, name: string, fromDataAnnotation?: boolean): string | undefined;
|
|
1605
1675
|
static SetJsonPropertyName(entityType: IMutableEntityType, name: string): void;
|
|
1606
1676
|
static SetMappingStrategy(entityType: IConventionEntityType, strategy: string, fromDataAnnotation?: boolean): string | undefined;
|
|
@@ -1643,10 +1713,10 @@ export abstract class RelationalForeignKeyExtensions$instance {
|
|
|
1643
1713
|
static FindSharedObjectRootForeignKey(foreignKey: IReadOnlyForeignKey, storeObject: StoreObjectIdentifier): IReadOnlyForeignKey | undefined;
|
|
1644
1714
|
static GetConstraintName(foreignKey: IReadOnlyForeignKey, storeObject: StoreObjectIdentifier, principalStoreObject: StoreObjectIdentifier): string | undefined;
|
|
1645
1715
|
static GetConstraintName(foreignKey: IReadOnlyForeignKey): string | undefined;
|
|
1646
|
-
static GetConstraintNameConfigurationSource(foreignKey: IConventionForeignKey):
|
|
1716
|
+
static GetConstraintNameConfigurationSource(foreignKey: IConventionForeignKey): Nullable_1<ConfigurationSource>;
|
|
1647
1717
|
static GetDefaultName(foreignKey: IReadOnlyForeignKey, storeObject: StoreObjectIdentifier, principalStoreObject: StoreObjectIdentifier): string | undefined;
|
|
1648
1718
|
static GetDefaultName(foreignKey: IReadOnlyForeignKey): string | undefined;
|
|
1649
|
-
static GetMappedConstraints(foreignKey: IForeignKey):
|
|
1719
|
+
static GetMappedConstraints(foreignKey: IForeignKey): IEnumerable_1<IForeignKeyConstraint>;
|
|
1650
1720
|
static IsRowInternal(foreignKey: IReadOnlyForeignKey, storeObject: StoreObjectIdentifier): boolean;
|
|
1651
1721
|
static SetConstraintName(foreignKey: IConventionForeignKey, value: string, fromDataAnnotation?: boolean): string | undefined;
|
|
1652
1722
|
static SetConstraintName(foreignKey: IMutableForeignKey, value: string): void;
|
|
@@ -1677,13 +1747,13 @@ export abstract class RelationalIndexExtensions$instance {
|
|
|
1677
1747
|
static FindSharedObjectRootIndex(index: IReadOnlyIndex, storeObject: StoreObjectIdentifier): IReadOnlyIndex | undefined;
|
|
1678
1748
|
static GetDatabaseName(index: IReadOnlyIndex, storeObject: StoreObjectIdentifier): string | undefined;
|
|
1679
1749
|
static GetDatabaseName(index: IReadOnlyIndex): string | undefined;
|
|
1680
|
-
static GetDatabaseNameConfigurationSource(index: IConventionIndex):
|
|
1750
|
+
static GetDatabaseNameConfigurationSource(index: IConventionIndex): Nullable_1<ConfigurationSource>;
|
|
1681
1751
|
static GetDefaultDatabaseName(index: IReadOnlyIndex, storeObject: StoreObjectIdentifier): string | undefined;
|
|
1682
1752
|
static GetDefaultDatabaseName(index: IReadOnlyIndex): string | undefined;
|
|
1683
1753
|
static GetFilter(index: IReadOnlyIndex, storeObject: StoreObjectIdentifier): string | undefined;
|
|
1684
1754
|
static GetFilter(index: IReadOnlyIndex): string | undefined;
|
|
1685
|
-
static GetFilterConfigurationSource(index: IConventionIndex):
|
|
1686
|
-
static GetMappedTableIndexes(index: IIndex):
|
|
1755
|
+
static GetFilterConfigurationSource(index: IConventionIndex): Nullable_1<ConfigurationSource>;
|
|
1756
|
+
static GetMappedTableIndexes(index: IIndex): IEnumerable_1<ITableIndex>;
|
|
1687
1757
|
static SetDatabaseName(index: IConventionIndex, name: string, fromDataAnnotation?: boolean): string | undefined;
|
|
1688
1758
|
static SetDatabaseName(index: IMutableIndex, name: string): void;
|
|
1689
1759
|
static SetFilter(index: IConventionIndex, value: string, fromDataAnnotation?: boolean): string | undefined;
|
|
@@ -1710,10 +1780,10 @@ export abstract class RelationalKeyExtensions$instance {
|
|
|
1710
1780
|
static FindSharedObjectRootKey(key: IReadOnlyKey, storeObject: StoreObjectIdentifier): IReadOnlyKey | undefined;
|
|
1711
1781
|
static GetDefaultName(key: IReadOnlyKey, storeObject: StoreObjectIdentifier): string | undefined;
|
|
1712
1782
|
static GetDefaultName(key: IReadOnlyKey): string | undefined;
|
|
1713
|
-
static GetMappedConstraints(key: IKey):
|
|
1783
|
+
static GetMappedConstraints(key: IKey): IEnumerable_1<IUniqueConstraint>;
|
|
1714
1784
|
static GetName(key: IReadOnlyKey, storeObject: StoreObjectIdentifier): string | undefined;
|
|
1715
1785
|
static GetName(key: IReadOnlyKey): string | undefined;
|
|
1716
|
-
static GetNameConfigurationSource(key: IConventionKey):
|
|
1786
|
+
static GetNameConfigurationSource(key: IConventionKey): Nullable_1<ConfigurationSource>;
|
|
1717
1787
|
static SetName(key: IConventionKey, name: string, fromDataAnnotation?: boolean): string | undefined;
|
|
1718
1788
|
static SetName(key: IMutableKey, name: string): void;
|
|
1719
1789
|
}
|
|
@@ -1724,21 +1794,21 @@ export type RelationalKeyExtensions = RelationalKeyExtensions$instance;
|
|
|
1724
1794
|
export abstract class RelationalModelBuilderExtensions$instance {
|
|
1725
1795
|
static CanSetCollation(modelBuilder: IConventionModelBuilder, collation: string, fromDataAnnotation?: boolean): boolean;
|
|
1726
1796
|
static CanSetDefaultSchema(modelBuilder: IConventionModelBuilder, schema: string, fromDataAnnotation?: boolean): boolean;
|
|
1727
|
-
static CanSetMaxIdentifierLength(modelBuilder: IConventionModelBuilder, length:
|
|
1797
|
+
static CanSetMaxIdentifierLength(modelBuilder: IConventionModelBuilder, length: Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): boolean;
|
|
1728
1798
|
static HasDbFunction(modelBuilder: IConventionModelBuilder, methodInfo: MethodInfo, fromDataAnnotation?: boolean): IConventionDbFunctionBuilder;
|
|
1729
1799
|
static HasDbFunction(modelBuilder: IConventionModelBuilder, name: string, returnType: Type, fromDataAnnotation?: boolean): IConventionDbFunctionBuilder;
|
|
1730
|
-
static HasDbFunction<TResult>(modelBuilder: ModelBuilder, expression:
|
|
1731
|
-
static HasDbFunction(modelBuilder: ModelBuilder, methodInfo: MethodInfo, builderAction:
|
|
1800
|
+
static HasDbFunction<TResult>(modelBuilder: ModelBuilder, expression: Expression_1<Func_1<TResult>>): DbFunctionBuilder;
|
|
1801
|
+
static HasDbFunction(modelBuilder: ModelBuilder, methodInfo: MethodInfo, builderAction: Action_1<DbFunctionBuilder>): ModelBuilder;
|
|
1732
1802
|
static HasDbFunction(modelBuilder: ModelBuilder, methodInfo: MethodInfo): DbFunctionBuilder;
|
|
1733
1803
|
static HasDefaultSchema(modelBuilder: IConventionModelBuilder, schema: string, fromDataAnnotation?: boolean): IConventionModelBuilder | undefined;
|
|
1734
1804
|
static HasDefaultSchema(modelBuilder: ModelBuilder, schema: string): ModelBuilder;
|
|
1735
|
-
static HasMaxIdentifierLength(modelBuilder: IConventionModelBuilder, length:
|
|
1805
|
+
static HasMaxIdentifierLength(modelBuilder: IConventionModelBuilder, length: Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): IConventionModelBuilder | undefined;
|
|
1736
1806
|
static HasSequence(modelBuilder: IConventionModelBuilder, name: string, schema?: string, fromDataAnnotation?: boolean): IConventionSequenceBuilder;
|
|
1737
|
-
static HasSequence(modelBuilder: ModelBuilder, name: string, builderAction:
|
|
1738
|
-
static HasSequence(modelBuilder: ModelBuilder, name: string, schema: string, builderAction:
|
|
1807
|
+
static HasSequence(modelBuilder: ModelBuilder, name: string, builderAction: Action_1<SequenceBuilder>): ModelBuilder;
|
|
1808
|
+
static HasSequence(modelBuilder: ModelBuilder, name: string, schema: string, builderAction: Action_1<SequenceBuilder>): ModelBuilder;
|
|
1739
1809
|
static HasSequence(modelBuilder: ModelBuilder, name: string, schema?: string): SequenceBuilder;
|
|
1740
|
-
static HasSequence(modelBuilder: ModelBuilder, type: Type, name: string, builderAction:
|
|
1741
|
-
static HasSequence(modelBuilder: ModelBuilder, type: Type, name: string, schema: string, builderAction:
|
|
1810
|
+
static HasSequence(modelBuilder: ModelBuilder, type: Type, name: string, builderAction: Action_1<SequenceBuilder>): ModelBuilder;
|
|
1811
|
+
static HasSequence(modelBuilder: ModelBuilder, type: Type, name: string, schema: string, builderAction: Action_1<SequenceBuilder>): ModelBuilder;
|
|
1742
1812
|
static HasSequence(modelBuilder: ModelBuilder, type: Type, name: string, schema?: string): SequenceBuilder;
|
|
1743
1813
|
static UseCollation(modelBuilder: IConventionModelBuilder, collation: string, fromDataAnnotation?: boolean): IConventionModelBuilder | undefined;
|
|
1744
1814
|
static UseCollation(modelBuilder: ModelBuilder, collation: string): ModelBuilder;
|
|
@@ -1768,20 +1838,20 @@ export abstract class RelationalModelExtensions$instance {
|
|
|
1768
1838
|
static FindSequence(model: IMutableModel, name: string, schema?: string): IMutableSequence | undefined;
|
|
1769
1839
|
static FindSequence(model: IReadOnlyModel, name: string, schema?: string): IReadOnlySequence | undefined;
|
|
1770
1840
|
static GetCollation(model: IReadOnlyModel): string | undefined;
|
|
1771
|
-
static GetCollationConfigurationSource(model: IConventionModel):
|
|
1772
|
-
static GetDbFunctions(model: IConventionModel):
|
|
1773
|
-
static GetDbFunctions(model: IModel):
|
|
1774
|
-
static GetDbFunctions(model: IMutableModel):
|
|
1775
|
-
static GetDbFunctions(model: IReadOnlyModel):
|
|
1841
|
+
static GetCollationConfigurationSource(model: IConventionModel): Nullable_1<ConfigurationSource>;
|
|
1842
|
+
static GetDbFunctions(model: IConventionModel): IEnumerable_1<IConventionDbFunction>;
|
|
1843
|
+
static GetDbFunctions(model: IModel): IEnumerable_1<IDbFunction>;
|
|
1844
|
+
static GetDbFunctions(model: IMutableModel): IEnumerable_1<IMutableDbFunction>;
|
|
1845
|
+
static GetDbFunctions(model: IReadOnlyModel): IEnumerable_1<IReadOnlyDbFunction>;
|
|
1776
1846
|
static GetDefaultSchema(model: IReadOnlyModel): string | undefined;
|
|
1777
|
-
static GetDefaultSchemaConfigurationSource(model: IConventionModel):
|
|
1847
|
+
static GetDefaultSchemaConfigurationSource(model: IConventionModel): Nullable_1<ConfigurationSource>;
|
|
1778
1848
|
static GetMaxIdentifierLength(model: IReadOnlyModel): int;
|
|
1779
|
-
static GetMaxIdentifierLengthConfigurationSource(model: IConventionModel):
|
|
1849
|
+
static GetMaxIdentifierLengthConfigurationSource(model: IConventionModel): Nullable_1<ConfigurationSource>;
|
|
1780
1850
|
static GetRelationalModel(model: IModel): IRelationalModel;
|
|
1781
|
-
static GetSequences(model: IConventionModel):
|
|
1782
|
-
static GetSequences(model: IModel):
|
|
1783
|
-
static GetSequences(model: IMutableModel):
|
|
1784
|
-
static GetSequences(model: IReadOnlyModel):
|
|
1851
|
+
static GetSequences(model: IConventionModel): IEnumerable_1<IConventionSequence>;
|
|
1852
|
+
static GetSequences(model: IModel): IEnumerable_1<ISequence>;
|
|
1853
|
+
static GetSequences(model: IMutableModel): IEnumerable_1<IMutableSequence>;
|
|
1854
|
+
static GetSequences(model: IReadOnlyModel): IEnumerable_1<IReadOnlySequence>;
|
|
1785
1855
|
static RemoveDbFunction(model: IConventionModel, method: MethodInfo): IConventionDbFunction | undefined;
|
|
1786
1856
|
static RemoveDbFunction(model: IConventionModel, name: string): IConventionDbFunction | undefined;
|
|
1787
1857
|
static RemoveDbFunction(model: IMutableModel, method: MethodInfo): IMutableDbFunction | undefined;
|
|
@@ -1792,11 +1862,11 @@ export abstract class RelationalModelExtensions$instance {
|
|
|
1792
1862
|
static SetCollation(model: IMutableModel, value: string): void;
|
|
1793
1863
|
static SetDefaultSchema(model: IConventionModel, value: string, fromDataAnnotation?: boolean): string | undefined;
|
|
1794
1864
|
static SetDefaultSchema(model: IMutableModel, value: string): void;
|
|
1795
|
-
static SetMaxIdentifierLength(model: IConventionModel, length:
|
|
1796
|
-
static SetMaxIdentifierLength(model: IMutableModel, length:
|
|
1797
|
-
static UseNamedDefaultConstraints(model: IConventionModel, value:
|
|
1865
|
+
static SetMaxIdentifierLength(model: IConventionModel, length: Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): Nullable_1<System_Internal.Int32>;
|
|
1866
|
+
static SetMaxIdentifierLength(model: IMutableModel, length: Nullable_1<System_Internal.Int32>): void;
|
|
1867
|
+
static UseNamedDefaultConstraints(model: IConventionModel, value: Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Nullable_1<System_Internal.Boolean>;
|
|
1798
1868
|
static UseNamedDefaultConstraints(model: IMutableModel, value: boolean): void;
|
|
1799
|
-
static UseNamedDefaultConstraintsConfigurationSource(model: IConventionModel):
|
|
1869
|
+
static UseNamedDefaultConstraintsConfigurationSource(model: IConventionModel): Nullable_1<ConfigurationSource>;
|
|
1800
1870
|
}
|
|
1801
1871
|
|
|
1802
1872
|
|
|
@@ -1819,16 +1889,16 @@ export type RelationalOwnedNavigationBuilderExtensions = RelationalOwnedNavigati
|
|
|
1819
1889
|
export abstract class RelationalPrimitiveCollectionBuilderExtensions$instance {
|
|
1820
1890
|
static HasColumnName(primitiveCollectionBuilder: PrimitiveCollectionBuilder, name: string): PrimitiveCollectionBuilder;
|
|
1821
1891
|
static HasColumnName<TProperty>(primitiveCollectionBuilder: PrimitiveCollectionBuilder_1<TProperty>, name: string): PrimitiveCollectionBuilder_1<TProperty>;
|
|
1822
|
-
static HasColumnOrder(primitiveCollectionBuilder: PrimitiveCollectionBuilder, order:
|
|
1823
|
-
static HasColumnOrder<TProperty>(primitiveCollectionBuilder: PrimitiveCollectionBuilder_1<TProperty>, order:
|
|
1892
|
+
static HasColumnOrder(primitiveCollectionBuilder: PrimitiveCollectionBuilder, order: Nullable_1<System_Internal.Int32>): PrimitiveCollectionBuilder;
|
|
1893
|
+
static HasColumnOrder<TProperty>(primitiveCollectionBuilder: PrimitiveCollectionBuilder_1<TProperty>, order: Nullable_1<System_Internal.Int32>): PrimitiveCollectionBuilder_1<TProperty>;
|
|
1824
1894
|
static HasColumnType(primitiveCollectionBuilder: PrimitiveCollectionBuilder, typeName: string): PrimitiveCollectionBuilder;
|
|
1825
1895
|
static HasColumnType<TProperty>(primitiveCollectionBuilder: PrimitiveCollectionBuilder_1<TProperty>, typeName: string): PrimitiveCollectionBuilder_1<TProperty>;
|
|
1826
1896
|
static HasComment(primitiveCollectionBuilder: PrimitiveCollectionBuilder, comment: string): PrimitiveCollectionBuilder;
|
|
1827
1897
|
static HasComment<TProperty>(primitiveCollectionBuilder: PrimitiveCollectionBuilder_1<TProperty>, comment: string): PrimitiveCollectionBuilder_1<TProperty>;
|
|
1828
|
-
static HasComputedColumnSql(primitiveCollectionBuilder: PrimitiveCollectionBuilder, sql: string, stored:
|
|
1898
|
+
static HasComputedColumnSql(primitiveCollectionBuilder: PrimitiveCollectionBuilder, sql: string, stored: Nullable_1<System_Internal.Boolean>): PrimitiveCollectionBuilder;
|
|
1829
1899
|
static HasComputedColumnSql(primitiveCollectionBuilder: PrimitiveCollectionBuilder, sql: string): PrimitiveCollectionBuilder;
|
|
1830
1900
|
static HasComputedColumnSql(primitiveCollectionBuilder: PrimitiveCollectionBuilder): PrimitiveCollectionBuilder;
|
|
1831
|
-
static HasComputedColumnSql<TProperty>(primitiveCollectionBuilder: PrimitiveCollectionBuilder_1<TProperty>, sql: string, stored:
|
|
1901
|
+
static HasComputedColumnSql<TProperty>(primitiveCollectionBuilder: PrimitiveCollectionBuilder_1<TProperty>, sql: string, stored: Nullable_1<System_Internal.Boolean>): PrimitiveCollectionBuilder_1<TProperty>;
|
|
1832
1902
|
static HasComputedColumnSql<TProperty>(primitiveCollectionBuilder: PrimitiveCollectionBuilder_1<TProperty>, sql: string): PrimitiveCollectionBuilder_1<TProperty>;
|
|
1833
1903
|
static HasComputedColumnSql<TProperty>(primitiveCollectionBuilder: PrimitiveCollectionBuilder_1<TProperty>): PrimitiveCollectionBuilder_1<TProperty>;
|
|
1834
1904
|
static HasDefaultValue(primitiveCollectionBuilder: PrimitiveCollectionBuilder, value: unknown): PrimitiveCollectionBuilder;
|
|
@@ -1866,22 +1936,22 @@ export abstract class RelationalPropertyBuilderExtensions$instance {
|
|
|
1866
1936
|
static CanSetCollation(propertyBuilder: IConventionPropertyBuilder, collation: string, fromDataAnnotation?: boolean): boolean;
|
|
1867
1937
|
static CanSetColumnName(propertyBuilder: IConventionPropertyBuilder, name: string, storeObject: StoreObjectIdentifier, fromDataAnnotation?: boolean): boolean;
|
|
1868
1938
|
static CanSetColumnName(propertyBuilder: IConventionPropertyBuilder, name: string, fromDataAnnotation?: boolean): boolean;
|
|
1869
|
-
static CanSetColumnOrder(propertyBuilder: IConventionPropertyBuilder, order:
|
|
1939
|
+
static CanSetColumnOrder(propertyBuilder: IConventionPropertyBuilder, order: Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): boolean;
|
|
1870
1940
|
static CanSetColumnType(propertyBuilder: IConventionPropertyBuilder, typeName: string, fromDataAnnotation?: boolean): boolean;
|
|
1871
1941
|
static CanSetComment(propertyBuilder: IConventionPropertyBuilder, comment: string, fromDataAnnotation?: boolean): boolean;
|
|
1872
1942
|
static CanSetComputedColumnSql(propertyBuilder: IConventionPropertyBuilder, sql: string, fromDataAnnotation?: boolean): boolean;
|
|
1873
1943
|
static CanSetDefaultValue(propertyBuilder: IConventionPropertyBuilder, value: unknown, fromDataAnnotation?: boolean): boolean;
|
|
1874
1944
|
static CanSetDefaultValueSql(propertyBuilder: IConventionPropertyBuilder, sql: string, fromDataAnnotation?: boolean): boolean;
|
|
1875
|
-
static CanSetIsFixedLength(propertyBuilder: IConventionPropertyBuilder, fixedLength:
|
|
1876
|
-
static CanSetIsStoredComputedColumn(propertyBuilder: IConventionPropertyBuilder, stored:
|
|
1945
|
+
static CanSetIsFixedLength(propertyBuilder: IConventionPropertyBuilder, fixedLength: Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): boolean;
|
|
1946
|
+
static CanSetIsStoredComputedColumn(propertyBuilder: IConventionPropertyBuilder, stored: Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): boolean;
|
|
1877
1947
|
static CanSetJsonPropertyName(propertyBuilder: IConventionPropertyBuilder, name: string, fromDataAnnotation?: boolean): boolean;
|
|
1878
1948
|
static HasColumnName(propertyBuilder: IConventionPropertyBuilder, name: string, storeObject: StoreObjectIdentifier, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
|
|
1879
1949
|
static HasColumnName(propertyBuilder: IConventionPropertyBuilder, name: string, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
|
|
1880
1950
|
static HasColumnName(propertyBuilder: PropertyBuilder, name: string): PropertyBuilder;
|
|
1881
1951
|
static HasColumnName<TProperty>(propertyBuilder: PropertyBuilder_1<TProperty>, name: string): PropertyBuilder_1<TProperty>;
|
|
1882
|
-
static HasColumnOrder(propertyBuilder: IConventionPropertyBuilder, order:
|
|
1883
|
-
static HasColumnOrder(propertyBuilder: PropertyBuilder, order:
|
|
1884
|
-
static HasColumnOrder<TProperty>(propertyBuilder: PropertyBuilder_1<TProperty>, order:
|
|
1952
|
+
static HasColumnOrder(propertyBuilder: IConventionPropertyBuilder, order: Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
|
|
1953
|
+
static HasColumnOrder(propertyBuilder: PropertyBuilder, order: Nullable_1<System_Internal.Int32>): PropertyBuilder;
|
|
1954
|
+
static HasColumnOrder<TProperty>(propertyBuilder: PropertyBuilder_1<TProperty>, order: Nullable_1<System_Internal.Int32>): PropertyBuilder_1<TProperty>;
|
|
1885
1955
|
static HasColumnType(propertyBuilder: IConventionPropertyBuilder, typeName: string, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
|
|
1886
1956
|
static HasColumnType(propertyBuilder: PropertyBuilder, typeName: string): PropertyBuilder;
|
|
1887
1957
|
static HasColumnType<TProperty>(propertyBuilder: PropertyBuilder_1<TProperty>, typeName: string): PropertyBuilder_1<TProperty>;
|
|
@@ -1889,10 +1959,10 @@ export abstract class RelationalPropertyBuilderExtensions$instance {
|
|
|
1889
1959
|
static HasComment(propertyBuilder: PropertyBuilder, comment: string): PropertyBuilder;
|
|
1890
1960
|
static HasComment<TProperty>(propertyBuilder: PropertyBuilder_1<TProperty>, comment: string): PropertyBuilder_1<TProperty>;
|
|
1891
1961
|
static HasComputedColumnSql(propertyBuilder: IConventionPropertyBuilder, sql: string, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
|
|
1892
|
-
static HasComputedColumnSql(propertyBuilder: PropertyBuilder, sql: string, stored:
|
|
1962
|
+
static HasComputedColumnSql(propertyBuilder: PropertyBuilder, sql: string, stored: Nullable_1<System_Internal.Boolean>): PropertyBuilder;
|
|
1893
1963
|
static HasComputedColumnSql(propertyBuilder: PropertyBuilder, sql: string): PropertyBuilder;
|
|
1894
1964
|
static HasComputedColumnSql(propertyBuilder: PropertyBuilder): PropertyBuilder;
|
|
1895
|
-
static HasComputedColumnSql<TProperty>(propertyBuilder: PropertyBuilder_1<TProperty>, sql: string, stored:
|
|
1965
|
+
static HasComputedColumnSql<TProperty>(propertyBuilder: PropertyBuilder_1<TProperty>, sql: string, stored: Nullable_1<System_Internal.Boolean>): PropertyBuilder_1<TProperty>;
|
|
1896
1966
|
static HasComputedColumnSql<TProperty>(propertyBuilder: PropertyBuilder_1<TProperty>, sql: string): PropertyBuilder_1<TProperty>;
|
|
1897
1967
|
static HasComputedColumnSql<TProperty>(propertyBuilder: PropertyBuilder_1<TProperty>): PropertyBuilder_1<TProperty>;
|
|
1898
1968
|
static HasDefaultValue(propertyBuilder: IConventionPropertyBuilder, value: unknown, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
|
|
@@ -1908,10 +1978,10 @@ export abstract class RelationalPropertyBuilderExtensions$instance {
|
|
|
1908
1978
|
static HasJsonPropertyName(propertyBuilder: IConventionPropertyBuilder, name: string, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
|
|
1909
1979
|
static HasJsonPropertyName(propertyBuilder: PropertyBuilder, name: string): PropertyBuilder;
|
|
1910
1980
|
static HasJsonPropertyName<TProperty>(propertyBuilder: PropertyBuilder_1<TProperty>, name: string): PropertyBuilder_1<TProperty>;
|
|
1911
|
-
static IsFixedLength(propertyBuilder: IConventionPropertyBuilder, fixedLength:
|
|
1981
|
+
static IsFixedLength(propertyBuilder: IConventionPropertyBuilder, fixedLength: Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
|
|
1912
1982
|
static IsFixedLength(propertyBuilder: PropertyBuilder, fixedLength?: boolean): PropertyBuilder;
|
|
1913
1983
|
static IsFixedLength<TProperty>(propertyBuilder: PropertyBuilder_1<TProperty>, fixedLength?: boolean): PropertyBuilder_1<TProperty>;
|
|
1914
|
-
static IsStoredComputedColumn(propertyBuilder: IConventionPropertyBuilder, stored:
|
|
1984
|
+
static IsStoredComputedColumn(propertyBuilder: IConventionPropertyBuilder, stored: Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
|
|
1915
1985
|
static UseCollation(propertyBuilder: IConventionPropertyBuilder, collation: string, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
|
|
1916
1986
|
static UseCollation(propertyBuilder: PropertyBuilder, collation: string): PropertyBuilder;
|
|
1917
1987
|
static UseCollation<TProperty>(propertyBuilder: PropertyBuilder_1<TProperty>, collation: string): PropertyBuilder_1<TProperty>;
|
|
@@ -1934,72 +2004,72 @@ export abstract class RelationalPropertyExtensions$instance {
|
|
|
1934
2004
|
static FindSharedStoreObjectRootProperty(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): IReadOnlyProperty | undefined;
|
|
1935
2005
|
static GetCollation(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): string | undefined;
|
|
1936
2006
|
static GetCollation(property: IReadOnlyProperty): string | undefined;
|
|
1937
|
-
static GetCollationConfigurationSource(property: IConventionProperty):
|
|
2007
|
+
static GetCollationConfigurationSource(property: IConventionProperty): Nullable_1<ConfigurationSource>;
|
|
1938
2008
|
static GetColumnBaseName(property: IReadOnlyProperty): string;
|
|
1939
2009
|
static GetColumnName(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): string | undefined;
|
|
1940
2010
|
static GetColumnName(property: IReadOnlyProperty): string;
|
|
1941
|
-
static GetColumnNameConfigurationSource(property: IConventionProperty, storeObject: StoreObjectIdentifier):
|
|
1942
|
-
static GetColumnNameConfigurationSource(property: IConventionProperty):
|
|
1943
|
-
static GetColumnOrder(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier):
|
|
1944
|
-
static GetColumnOrder(property: IReadOnlyProperty):
|
|
1945
|
-
static GetColumnOrderConfigurationSource(property: IConventionProperty):
|
|
2011
|
+
static GetColumnNameConfigurationSource(property: IConventionProperty, storeObject: StoreObjectIdentifier): Nullable_1<ConfigurationSource>;
|
|
2012
|
+
static GetColumnNameConfigurationSource(property: IConventionProperty): Nullable_1<ConfigurationSource>;
|
|
2013
|
+
static GetColumnOrder(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): Nullable_1<System_Internal.Int32>;
|
|
2014
|
+
static GetColumnOrder(property: IReadOnlyProperty): Nullable_1<System_Internal.Int32>;
|
|
2015
|
+
static GetColumnOrderConfigurationSource(property: IConventionProperty): Nullable_1<ConfigurationSource>;
|
|
1946
2016
|
static GetColumnType(property: IProperty, storeObject: StoreObjectIdentifier): string;
|
|
1947
2017
|
static GetColumnType(property: IProperty): string;
|
|
1948
2018
|
static GetColumnType(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): string | undefined;
|
|
1949
2019
|
static GetColumnType(property: IReadOnlyProperty): string | undefined;
|
|
1950
|
-
static GetColumnTypeConfigurationSource(property: IConventionProperty):
|
|
2020
|
+
static GetColumnTypeConfigurationSource(property: IConventionProperty): Nullable_1<ConfigurationSource>;
|
|
1951
2021
|
static GetComment(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): string | undefined;
|
|
1952
2022
|
static GetComment(property: IReadOnlyProperty): string | undefined;
|
|
1953
|
-
static GetCommentConfigurationSource(property: IConventionProperty):
|
|
2023
|
+
static GetCommentConfigurationSource(property: IConventionProperty): Nullable_1<ConfigurationSource>;
|
|
1954
2024
|
static GetComputedColumnSql(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): string | undefined;
|
|
1955
2025
|
static GetComputedColumnSql(property: IReadOnlyProperty): string | undefined;
|
|
1956
|
-
static GetComputedColumnSqlConfigurationSource(property: IConventionProperty):
|
|
2026
|
+
static GetComputedColumnSqlConfigurationSource(property: IConventionProperty): Nullable_1<ConfigurationSource>;
|
|
1957
2027
|
static GetDefaultColumnBaseName(property: IReadOnlyProperty): string;
|
|
1958
|
-
static GetDefaultColumnMappings(property: IProperty):
|
|
2028
|
+
static GetDefaultColumnMappings(property: IProperty): IEnumerable_1<IColumnMappingBase>;
|
|
1959
2029
|
static GetDefaultColumnName(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): string | undefined;
|
|
1960
2030
|
static GetDefaultColumnName(property: IReadOnlyProperty): string;
|
|
1961
2031
|
static GetDefaultConstraintName(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): string | undefined;
|
|
1962
2032
|
static GetDefaultConstraintName(property: IReadOnlyProperty): string | undefined;
|
|
1963
|
-
static GetDefaultConstraintNameConfigurationSource(property: IConventionProperty):
|
|
2033
|
+
static GetDefaultConstraintNameConfigurationSource(property: IConventionProperty): Nullable_1<ConfigurationSource>;
|
|
1964
2034
|
static GetDefaultDefaultConstraintName(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): string;
|
|
1965
2035
|
static GetDefaultValue(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): unknown | undefined;
|
|
1966
2036
|
static GetDefaultValue(property: IReadOnlyProperty): unknown | undefined;
|
|
1967
|
-
static GetDefaultValueConfigurationSource(property: IConventionProperty):
|
|
2037
|
+
static GetDefaultValueConfigurationSource(property: IConventionProperty): Nullable_1<ConfigurationSource>;
|
|
1968
2038
|
static GetDefaultValueSql(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): string | undefined;
|
|
1969
2039
|
static GetDefaultValueSql(property: IReadOnlyProperty): string | undefined;
|
|
1970
|
-
static GetDefaultValueSqlConfigurationSource(property: IConventionProperty):
|
|
1971
|
-
static GetDeleteStoredProcedureParameterMappings(property: IProperty):
|
|
1972
|
-
static GetFunctionColumnMappings(property: IProperty):
|
|
1973
|
-
static GetInsertStoredProcedureParameterMappings(property: IProperty):
|
|
1974
|
-
static GetInsertStoredProcedureResultColumnMappings(property: IProperty):
|
|
1975
|
-
static GetIsFixedLengthConfigurationSource(property: IConventionProperty):
|
|
1976
|
-
static GetIsStored(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier):
|
|
1977
|
-
static GetIsStored(property: IReadOnlyProperty):
|
|
1978
|
-
static GetIsStoredConfigurationSource(property: IConventionProperty):
|
|
2040
|
+
static GetDefaultValueSqlConfigurationSource(property: IConventionProperty): Nullable_1<ConfigurationSource>;
|
|
2041
|
+
static GetDeleteStoredProcedureParameterMappings(property: IProperty): IEnumerable_1<IStoredProcedureParameterMapping>;
|
|
2042
|
+
static GetFunctionColumnMappings(property: IProperty): IEnumerable_1<IFunctionColumnMapping>;
|
|
2043
|
+
static GetInsertStoredProcedureParameterMappings(property: IProperty): IEnumerable_1<IStoredProcedureParameterMapping>;
|
|
2044
|
+
static GetInsertStoredProcedureResultColumnMappings(property: IProperty): IEnumerable_1<IStoredProcedureResultColumnMapping>;
|
|
2045
|
+
static GetIsFixedLengthConfigurationSource(property: IConventionProperty): Nullable_1<ConfigurationSource>;
|
|
2046
|
+
static GetIsStored(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): Nullable_1<System_Internal.Boolean>;
|
|
2047
|
+
static GetIsStored(property: IReadOnlyProperty): Nullable_1<System_Internal.Boolean>;
|
|
2048
|
+
static GetIsStoredConfigurationSource(property: IConventionProperty): Nullable_1<ConfigurationSource>;
|
|
1979
2049
|
static GetJsonPropertyName(property: IReadOnlyProperty): string | undefined;
|
|
1980
|
-
static GetJsonPropertyNameConfigurationSource(property: IConventionProperty):
|
|
1981
|
-
static GetMappedStoreObjects(property: IReadOnlyProperty, storeObjectType: StoreObjectType):
|
|
1982
|
-
static GetMaxLength(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier):
|
|
2050
|
+
static GetJsonPropertyNameConfigurationSource(property: IConventionProperty): Nullable_1<ConfigurationSource>;
|
|
2051
|
+
static GetMappedStoreObjects(property: IReadOnlyProperty, storeObjectType: StoreObjectType): IEnumerable_1<StoreObjectIdentifier>;
|
|
2052
|
+
static GetMaxLength(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): Nullable_1<System_Internal.Int32>;
|
|
1983
2053
|
static GetOrCreateOverrides(property: IConventionProperty, storeObject: StoreObjectIdentifier, fromDataAnnotation?: boolean): IConventionRelationalPropertyOverrides;
|
|
1984
2054
|
static GetOrCreateOverrides(property: IMutableProperty, storeObject: StoreObjectIdentifier): IMutableRelationalPropertyOverrides;
|
|
1985
|
-
static GetOverrides(property: IConventionProperty):
|
|
1986
|
-
static GetOverrides(property: IMutableProperty):
|
|
1987
|
-
static GetOverrides(property: IProperty):
|
|
1988
|
-
static GetOverrides(property: IReadOnlyProperty):
|
|
1989
|
-
static GetPrecision(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier):
|
|
2055
|
+
static GetOverrides(property: IConventionProperty): IEnumerable_1<IConventionRelationalPropertyOverrides>;
|
|
2056
|
+
static GetOverrides(property: IMutableProperty): IEnumerable_1<IMutableRelationalPropertyOverrides>;
|
|
2057
|
+
static GetOverrides(property: IProperty): IEnumerable_1<IRelationalPropertyOverrides>;
|
|
2058
|
+
static GetOverrides(property: IReadOnlyProperty): IEnumerable_1<IReadOnlyRelationalPropertyOverrides>;
|
|
2059
|
+
static GetPrecision(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): Nullable_1<System_Internal.Int32>;
|
|
1990
2060
|
static GetReaderFieldValue(property: IProperty, relationalReader: RelationalDataReader, ordinal: int, detailedErrorsEnabled: boolean): unknown | undefined;
|
|
1991
2061
|
static GetRelationalTypeMapping(property: IReadOnlyProperty): RelationalTypeMapping;
|
|
1992
|
-
static GetScale(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier):
|
|
1993
|
-
static GetSqlQueryColumnMappings(property: IProperty):
|
|
1994
|
-
static GetTableColumnMappings(property: IProperty):
|
|
1995
|
-
static GetUpdateStoredProcedureParameterMappings(property: IProperty):
|
|
1996
|
-
static GetUpdateStoredProcedureResultColumnMappings(property: IProperty):
|
|
1997
|
-
static GetViewColumnMappings(property: IProperty):
|
|
2062
|
+
static GetScale(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): Nullable_1<System_Internal.Int32>;
|
|
2063
|
+
static GetSqlQueryColumnMappings(property: IProperty): IEnumerable_1<ISqlQueryColumnMapping>;
|
|
2064
|
+
static GetTableColumnMappings(property: IProperty): IEnumerable_1<IColumnMapping>;
|
|
2065
|
+
static GetUpdateStoredProcedureParameterMappings(property: IProperty): IEnumerable_1<IStoredProcedureParameterMapping>;
|
|
2066
|
+
static GetUpdateStoredProcedureResultColumnMappings(property: IProperty): IEnumerable_1<IStoredProcedureResultColumnMapping>;
|
|
2067
|
+
static GetViewColumnMappings(property: IProperty): IEnumerable_1<IViewColumnMapping>;
|
|
1998
2068
|
static IsColumnNullable(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): boolean;
|
|
1999
2069
|
static IsColumnNullable(property: IReadOnlyProperty): boolean;
|
|
2000
|
-
static IsFixedLength(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier):
|
|
2001
|
-
static IsFixedLength(property: IReadOnlyProperty):
|
|
2002
|
-
static IsUnicode(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier):
|
|
2070
|
+
static IsFixedLength(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): Nullable_1<System_Internal.Boolean>;
|
|
2071
|
+
static IsFixedLength(property: IReadOnlyProperty): Nullable_1<System_Internal.Boolean>;
|
|
2072
|
+
static IsUnicode(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): Nullable_1<System_Internal.Boolean>;
|
|
2003
2073
|
static RemoveOverrides(property: IConventionProperty, storeObject: StoreObjectIdentifier): IConventionRelationalPropertyOverrides | undefined;
|
|
2004
2074
|
static RemoveOverrides(property: IMutableProperty, storeObject: StoreObjectIdentifier): IMutableRelationalPropertyOverrides | undefined;
|
|
2005
2075
|
static SetCollation(property: IConventionProperty, collation: string, fromDataAnnotation?: boolean): string | undefined;
|
|
@@ -2008,8 +2078,8 @@ export abstract class RelationalPropertyExtensions$instance {
|
|
|
2008
2078
|
static SetColumnName(property: IConventionProperty, name: string, fromDataAnnotation?: boolean): string | undefined;
|
|
2009
2079
|
static SetColumnName(property: IMutableProperty, name: string, storeObject: StoreObjectIdentifier): void;
|
|
2010
2080
|
static SetColumnName(property: IMutableProperty, name: string): void;
|
|
2011
|
-
static SetColumnOrder(property: IConventionProperty, order:
|
|
2012
|
-
static SetColumnOrder(property: IMutableProperty, order:
|
|
2081
|
+
static SetColumnOrder(property: IConventionProperty, order: Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): Nullable_1<System_Internal.Int32>;
|
|
2082
|
+
static SetColumnOrder(property: IMutableProperty, order: Nullable_1<System_Internal.Int32>): void;
|
|
2013
2083
|
static SetColumnType(property: IConventionProperty, value: string, fromDataAnnotation?: boolean): string | undefined;
|
|
2014
2084
|
static SetColumnType(property: IMutableProperty, value: string): void;
|
|
2015
2085
|
static SetComment(property: IConventionProperty, comment: string, fromDataAnnotation?: boolean): string | undefined;
|
|
@@ -2022,10 +2092,10 @@ export abstract class RelationalPropertyExtensions$instance {
|
|
|
2022
2092
|
static SetDefaultValue(property: IMutableProperty, value: unknown): void;
|
|
2023
2093
|
static SetDefaultValueSql(property: IConventionProperty, value: string, fromDataAnnotation?: boolean): string | undefined;
|
|
2024
2094
|
static SetDefaultValueSql(property: IMutableProperty, value: string): void;
|
|
2025
|
-
static SetIsFixedLength(property: IConventionProperty, fixedLength:
|
|
2026
|
-
static SetIsFixedLength(property: IMutableProperty, fixedLength:
|
|
2027
|
-
static SetIsStored(property: IConventionProperty, value:
|
|
2028
|
-
static SetIsStored(property: IMutableProperty, value:
|
|
2095
|
+
static SetIsFixedLength(property: IConventionProperty, fixedLength: Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Nullable_1<System_Internal.Boolean>;
|
|
2096
|
+
static SetIsFixedLength(property: IMutableProperty, fixedLength: Nullable_1<System_Internal.Boolean>): void;
|
|
2097
|
+
static SetIsStored(property: IConventionProperty, value: Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Nullable_1<System_Internal.Boolean>;
|
|
2098
|
+
static SetIsStored(property: IMutableProperty, value: Nullable_1<System_Internal.Boolean>): void;
|
|
2029
2099
|
static SetJsonPropertyName(property: IConventionProperty, name: string, fromDataAnnotation?: boolean): string | undefined;
|
|
2030
2100
|
static SetJsonPropertyName(property: IMutableProperty, name: string): void;
|
|
2031
2101
|
static TryGetDefaultValue(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier, defaultValue: unknown): boolean;
|
|
@@ -2036,12 +2106,12 @@ export abstract class RelationalPropertyExtensions$instance {
|
|
|
2036
2106
|
export type RelationalPropertyExtensions = RelationalPropertyExtensions$instance;
|
|
2037
2107
|
|
|
2038
2108
|
export abstract class RelationalQueryableExtensions$instance {
|
|
2039
|
-
static AsSingleQuery<TEntity>(source:
|
|
2040
|
-
static AsSplitQuery<TEntity>(source:
|
|
2109
|
+
static AsSingleQuery<TEntity>(source: IQueryable_1<TEntity>): IQueryable_1<TEntity>;
|
|
2110
|
+
static AsSplitQuery<TEntity>(source: IQueryable_1<TEntity>): IQueryable_1<TEntity>;
|
|
2041
2111
|
static CreateDbCommand(source: IQueryable): DbCommand;
|
|
2042
|
-
static FromSql<TEntity>(source: DbSet_1<TEntity>, sql: FormattableString):
|
|
2043
|
-
static FromSqlInterpolated<TEntity>(source: DbSet_1<TEntity>, sql: FormattableString):
|
|
2044
|
-
static FromSqlRaw<TEntity>(source: DbSet_1<TEntity>, sql: string, ...parameters: unknown[]):
|
|
2112
|
+
static FromSql<TEntity>(source: DbSet_1<TEntity>, sql: FormattableString): IQueryable_1<TEntity>;
|
|
2113
|
+
static FromSqlInterpolated<TEntity>(source: DbSet_1<TEntity>, sql: FormattableString): IQueryable_1<TEntity>;
|
|
2114
|
+
static FromSqlRaw<TEntity>(source: DbSet_1<TEntity>, sql: string, ...parameters: unknown[]): IQueryable_1<TEntity>;
|
|
2045
2115
|
}
|
|
2046
2116
|
|
|
2047
2117
|
|
|
@@ -2062,13 +2132,13 @@ export type RelationalTriggerBuilderExtensions = RelationalTriggerBuilderExtensi
|
|
|
2062
2132
|
export abstract class RelationalTriggerExtensions$instance {
|
|
2063
2133
|
static GetDatabaseName(trigger: IReadOnlyTrigger, storeObject: StoreObjectIdentifier): string | undefined;
|
|
2064
2134
|
static GetDatabaseName(trigger: IReadOnlyTrigger): string | undefined;
|
|
2065
|
-
static GetDatabaseNameConfigurationSource(trigger: IConventionTrigger):
|
|
2135
|
+
static GetDatabaseNameConfigurationSource(trigger: IConventionTrigger): Nullable_1<ConfigurationSource>;
|
|
2066
2136
|
static GetDefaultDatabaseName(trigger: IReadOnlyTrigger, storeObject: StoreObjectIdentifier): string | undefined;
|
|
2067
2137
|
static GetDefaultDatabaseName(trigger: IReadOnlyTrigger): string | undefined;
|
|
2068
2138
|
static GetTableName(trigger: IReadOnlyTrigger): string;
|
|
2069
|
-
static GetTableNameConfigurationSource(trigger: IConventionTrigger):
|
|
2139
|
+
static GetTableNameConfigurationSource(trigger: IConventionTrigger): Nullable_1<ConfigurationSource>;
|
|
2070
2140
|
static GetTableSchema(trigger: IReadOnlyTrigger): string | undefined;
|
|
2071
|
-
static GetTableSchemaConfigurationSource(trigger: IConventionTrigger):
|
|
2141
|
+
static GetTableSchemaConfigurationSource(trigger: IConventionTrigger): Nullable_1<ConfigurationSource>;
|
|
2072
2142
|
static SetDatabaseName(trigger: IConventionTrigger, name: string, fromDataAnnotation?: boolean): string | undefined;
|
|
2073
2143
|
static SetDatabaseName(trigger: IMutableTrigger, name: string): void;
|
|
2074
2144
|
static SetTableName(trigger: IConventionTrigger, name: string, fromDataAnnotation?: boolean): string | undefined;
|
|
@@ -2084,33 +2154,33 @@ export abstract class RelationalTypeBaseExtensions$instance {
|
|
|
2084
2154
|
static FindMappingFragment(typeBase: IReadOnlyTypeBase, storeObject: StoreObjectIdentifier): IReadOnlyEntityTypeMappingFragment | undefined;
|
|
2085
2155
|
static FindMappingFragment(typeBase: ITypeBase, storeObject: StoreObjectIdentifier): IEntityTypeMappingFragment | undefined;
|
|
2086
2156
|
static GetContainerColumnName(typeBase: IReadOnlyTypeBase): string | undefined;
|
|
2087
|
-
static GetContainerColumnNameConfigurationSource(typeBase: IConventionTypeBase):
|
|
2157
|
+
static GetContainerColumnNameConfigurationSource(typeBase: IConventionTypeBase): Nullable_1<ConfigurationSource>;
|
|
2088
2158
|
static GetContainerColumnType(typeBase: IReadOnlyTypeBase): string | undefined;
|
|
2089
|
-
static GetContainerColumnTypeConfigurationSource(typeBase: IConventionTypeBase):
|
|
2090
|
-
static GetDefaultMappings(typeBase: ITypeBase):
|
|
2159
|
+
static GetContainerColumnTypeConfigurationSource(typeBase: IConventionTypeBase): Nullable_1<ConfigurationSource>;
|
|
2160
|
+
static GetDefaultMappings(typeBase: ITypeBase): IEnumerable_1<ITableMappingBase>;
|
|
2091
2161
|
static GetDeleteStoredProcedure(typeBase: IReadOnlyTypeBase): IReadOnlyStoredProcedure | undefined;
|
|
2092
2162
|
static GetDeleteStoredProcedure(typeBase: ITypeBase): IStoredProcedure | undefined;
|
|
2093
|
-
static GetDeleteStoredProcedureMappings(typeBase: ITypeBase):
|
|
2094
|
-
static GetFunctionMappings(typeBase: ITypeBase):
|
|
2163
|
+
static GetDeleteStoredProcedureMappings(typeBase: ITypeBase): IEnumerable_1<IStoredProcedureMapping>;
|
|
2164
|
+
static GetFunctionMappings(typeBase: ITypeBase): IEnumerable_1<IFunctionMapping>;
|
|
2095
2165
|
static GetFunctionName(typeBase: IReadOnlyTypeBase): string | undefined;
|
|
2096
2166
|
static GetInsertStoredProcedure(typeBase: IReadOnlyTypeBase): IReadOnlyStoredProcedure | undefined;
|
|
2097
2167
|
static GetInsertStoredProcedure(typeBase: ITypeBase): IStoredProcedure | undefined;
|
|
2098
|
-
static GetInsertStoredProcedureMappings(typeBase: ITypeBase):
|
|
2168
|
+
static GetInsertStoredProcedureMappings(typeBase: ITypeBase): IEnumerable_1<IStoredProcedureMapping>;
|
|
2099
2169
|
static GetJsonPropertyName(typeBase: IReadOnlyTypeBase): string | undefined;
|
|
2100
|
-
static GetMappingFragments(typeBase: IReadOnlyTypeBase, storeObjectType: StoreObjectType):
|
|
2101
|
-
static GetMappingFragments(typeBase: IReadOnlyTypeBase):
|
|
2102
|
-
static GetMappingFragments(typeBase: ITypeBase, storeObjectType: StoreObjectType):
|
|
2103
|
-
static GetMappingFragments(typeBase: ITypeBase):
|
|
2170
|
+
static GetMappingFragments(typeBase: IReadOnlyTypeBase, storeObjectType: StoreObjectType): IEnumerable_1<IReadOnlyEntityTypeMappingFragment>;
|
|
2171
|
+
static GetMappingFragments(typeBase: IReadOnlyTypeBase): IEnumerable_1<IReadOnlyEntityTypeMappingFragment>;
|
|
2172
|
+
static GetMappingFragments(typeBase: ITypeBase, storeObjectType: StoreObjectType): IEnumerable_1<IEntityTypeMappingFragment>;
|
|
2173
|
+
static GetMappingFragments(typeBase: ITypeBase): IEnumerable_1<IEntityTypeMappingFragment>;
|
|
2104
2174
|
static GetMappingStrategy(typeBase: IReadOnlyTypeBase): string | undefined;
|
|
2105
2175
|
static GetSchema(typeBase: IReadOnlyTypeBase): string | undefined;
|
|
2106
2176
|
static GetSqlQuery(typeBase: IReadOnlyTypeBase): string | undefined;
|
|
2107
|
-
static GetSqlQueryMappings(typeBase: ITypeBase):
|
|
2108
|
-
static GetTableMappings(typeBase: ITypeBase):
|
|
2177
|
+
static GetSqlQueryMappings(typeBase: ITypeBase): IEnumerable_1<ISqlQueryMapping>;
|
|
2178
|
+
static GetTableMappings(typeBase: ITypeBase): IEnumerable_1<ITableMapping>;
|
|
2109
2179
|
static GetTableName(typeBase: IReadOnlyTypeBase): string | undefined;
|
|
2110
2180
|
static GetUpdateStoredProcedure(typeBase: IReadOnlyTypeBase): IReadOnlyStoredProcedure | undefined;
|
|
2111
2181
|
static GetUpdateStoredProcedure(typeBase: ITypeBase): IStoredProcedure | undefined;
|
|
2112
|
-
static GetUpdateStoredProcedureMappings(typeBase: ITypeBase):
|
|
2113
|
-
static GetViewMappings(typeBase: ITypeBase):
|
|
2182
|
+
static GetUpdateStoredProcedureMappings(typeBase: ITypeBase): IEnumerable_1<IStoredProcedureMapping>;
|
|
2183
|
+
static GetViewMappings(typeBase: ITypeBase): IEnumerable_1<IViewMapping>;
|
|
2114
2184
|
static GetViewName(typeBase: IReadOnlyTypeBase): string | undefined;
|
|
2115
2185
|
static GetViewSchema(typeBase: IReadOnlyTypeBase): string | undefined;
|
|
2116
2186
|
static IsMappedToJson(typeBase: IReadOnlyTypeBase): boolean;
|