@tsonic/efcore 10.0.2 → 10.0.5
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 +52 -34
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +131 -65
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +350 -252
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +58 -54
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +20 -14
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +115 -45
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +40 -43
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +264 -236
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +27 -9
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +100 -7
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +763 -381
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +311 -241
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +704 -539
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +18 -13
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1041 -691
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +125 -114
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +65 -63
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +367 -311
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +7 -5
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +647 -685
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +294 -283
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +233 -294
- package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +17 -9
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +103 -92
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +372 -435
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +46 -45
- package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +19 -31
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +8 -8
- package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +155 -130
- package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +94 -39
- package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +34 -46
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +5 -14
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/__internal/extensions/index.d.ts +860 -595
- package/package.json +1 -1
|
@@ -21,18 +21,31 @@ import * as Microsoft_EntityFrameworkCore_Query_Internal from "../../Microsoft.E
|
|
|
21
21
|
import * as Microsoft_EntityFrameworkCore_Query_SqlExpressions from "../../Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.js";
|
|
22
22
|
import * as Microsoft_EntityFrameworkCore_Storage from "../../Microsoft.EntityFrameworkCore.Storage/internal/index.js";
|
|
23
23
|
import * as Microsoft_EntityFrameworkCore_Update from "../../Microsoft.EntityFrameworkCore.Update/internal/index.js";
|
|
24
|
+
import * as Microsoft_Extensions_DependencyInjection from "../../Microsoft.Extensions.DependencyInjection/internal/index.js";
|
|
25
|
+
import * as System from "@tsonic/dotnet/System/internal/index.js";
|
|
26
|
+
import * as System_Collections_Generic from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
27
|
+
import * as System_Collections_ObjectModel from "@tsonic/dotnet/System.Collections.ObjectModel/internal/index.js";
|
|
28
|
+
import * as System_ComponentModel from "@tsonic/dotnet/System.ComponentModel/internal/index.js";
|
|
29
|
+
import * as System_Data from "@tsonic/dotnet/System.Data/internal/index.js";
|
|
30
|
+
import * as System_Data_Common from "@tsonic/dotnet/System.Data.Common/internal/index.js";
|
|
31
|
+
import * as System_Linq from "@tsonic/dotnet/System.Linq/internal/index.js";
|
|
32
|
+
import * as System_Linq_Expressions from "@tsonic/dotnet/System.Linq.Expressions/internal/index.js";
|
|
33
|
+
import * as System_Reflection from "@tsonic/dotnet/System.Reflection/internal/index.js";
|
|
34
|
+
import * as System_Threading from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
35
|
+
import * as System_Threading_Tasks from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
36
|
+
import * as System_Transactions from "../../System.Transactions/internal/index.js";
|
|
24
37
|
|
|
25
38
|
// Import primitive type aliases
|
|
26
39
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
27
40
|
|
|
28
41
|
// Import CLR type aliases for generic type arguments
|
|
29
|
-
import * as System_Internal from "
|
|
42
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
30
43
|
|
|
31
44
|
// Import unsafe type markers
|
|
32
45
|
import type { ptr } from '@tsonic/core/types.js';
|
|
33
46
|
|
|
34
47
|
export interface __Ext_Microsoft_EntityFrameworkCore_ChangeTracker {
|
|
35
|
-
ToDebugString(options
|
|
48
|
+
ToDebugString(options?: Microsoft_EntityFrameworkCore_ChangeTracking.ChangeTrackerDebugStringOptions, indent?: int): ExtensionMethods_Microsoft_EntityFrameworkCore<string>;
|
|
36
49
|
}
|
|
37
50
|
|
|
38
51
|
export interface __Ext_Microsoft_EntityFrameworkCore_DbFunctions {
|
|
@@ -40,67 +53,67 @@ export interface __Ext_Microsoft_EntityFrameworkCore_DbFunctions {
|
|
|
40
53
|
Like(matchExpression: string, pattern: string, escapeCharacter: string): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
41
54
|
Random(): ExtensionMethods_Microsoft_EntityFrameworkCore<double>;
|
|
42
55
|
Collate<TProperty>(operand: TProperty, collation: string): ExtensionMethods_Microsoft_EntityFrameworkCore<TProperty>;
|
|
43
|
-
Least<T>(values: T[]): ExtensionMethods_Microsoft_EntityFrameworkCore<T>;
|
|
44
|
-
Greatest<T>(values: T[]): ExtensionMethods_Microsoft_EntityFrameworkCore<T>;
|
|
56
|
+
Least<T>(...values: T[]): ExtensionMethods_Microsoft_EntityFrameworkCore<T>;
|
|
57
|
+
Greatest<T>(...values: T[]): ExtensionMethods_Microsoft_EntityFrameworkCore<T>;
|
|
45
58
|
}
|
|
46
59
|
|
|
47
60
|
export interface __Ext_Microsoft_EntityFrameworkCore_DbSet_1<TEntity> {
|
|
48
|
-
FromSqlRaw(sql: string, parameters: unknown[]): ExtensionMethods_Microsoft_EntityFrameworkCore<IQueryable_1<TEntity>>;
|
|
49
|
-
FromSqlInterpolated(sql: FormattableString): ExtensionMethods_Microsoft_EntityFrameworkCore<IQueryable_1<TEntity>>;
|
|
50
|
-
FromSql(sql: FormattableString): ExtensionMethods_Microsoft_EntityFrameworkCore<IQueryable_1<TEntity>>;
|
|
61
|
+
FromSqlRaw(sql: string, ...parameters: unknown[]): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Linq.IQueryable_1<TEntity>>;
|
|
62
|
+
FromSqlInterpolated(sql: System.FormattableString): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Linq.IQueryable_1<TEntity>>;
|
|
63
|
+
FromSql(sql: System.FormattableString): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Linq.IQueryable_1<TEntity>>;
|
|
51
64
|
}
|
|
52
65
|
|
|
53
66
|
export interface __Ext_Microsoft_EntityFrameworkCore_DatabaseFacade {
|
|
54
|
-
GetMigrations(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<System_Internal.String>>;
|
|
55
|
-
GetAppliedMigrations(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<System_Internal.String>>;
|
|
56
|
-
GetAppliedMigrationsAsync(cancellationToken
|
|
57
|
-
GetPendingMigrations(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<System_Internal.String>>;
|
|
58
|
-
GetPendingMigrationsAsync(cancellationToken
|
|
67
|
+
GetMigrations(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<System_Internal.String>>;
|
|
68
|
+
GetAppliedMigrations(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<System_Internal.String>>;
|
|
69
|
+
GetAppliedMigrationsAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Collections_Generic.IEnumerable_1<System_Internal.String>>>;
|
|
70
|
+
GetPendingMigrations(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<System_Internal.String>>;
|
|
71
|
+
GetPendingMigrationsAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Collections_Generic.IEnumerable_1<System_Internal.String>>>;
|
|
59
72
|
Migrate(): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
60
73
|
Migrate(targetMigration: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
61
|
-
MigrateAsync(cancellationToken
|
|
62
|
-
MigrateAsync(targetMigration: string, cancellationToken
|
|
63
|
-
ExecuteSqlRaw(sql: string, parameters: unknown[]): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
|
|
64
|
-
ExecuteSqlInterpolated(sql: FormattableString): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
|
|
65
|
-
ExecuteSql(sql: FormattableString): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
|
|
66
|
-
ExecuteSqlRaw(sql: string, parameters: IEnumerable_1<unknown>): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
|
|
67
|
-
SqlQueryRaw<TResult>(sql: string, parameters: unknown[]): ExtensionMethods_Microsoft_EntityFrameworkCore<IQueryable_1<TResult>>;
|
|
68
|
-
SqlQuery<TResult>(sql: FormattableString): ExtensionMethods_Microsoft_EntityFrameworkCore<IQueryable_1<TResult>>;
|
|
69
|
-
ExecuteSqlInterpolatedAsync(sql: FormattableString, cancellationToken
|
|
70
|
-
ExecuteSqlAsync(sql: FormattableString, cancellationToken
|
|
71
|
-
ExecuteSqlRawAsync(sql: string, cancellationToken
|
|
72
|
-
ExecuteSqlRawAsync(sql: string, parameters: unknown[]): ExtensionMethods_Microsoft_EntityFrameworkCore<Task_1<System_Internal.Int32>>;
|
|
73
|
-
ExecuteSqlRawAsync(sql: string, parameters: IEnumerable_1<unknown>, cancellationToken
|
|
74
|
-
GetDbConnection(): ExtensionMethods_Microsoft_EntityFrameworkCore<DbConnection>;
|
|
75
|
-
SetDbConnection(connection: DbConnection, contextOwnsConnection
|
|
74
|
+
MigrateAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task>;
|
|
75
|
+
MigrateAsync(targetMigration: string, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task>;
|
|
76
|
+
ExecuteSqlRaw(sql: string, ...parameters: unknown[]): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
|
|
77
|
+
ExecuteSqlInterpolated(sql: System.FormattableString): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
|
|
78
|
+
ExecuteSql(sql: System.FormattableString): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
|
|
79
|
+
ExecuteSqlRaw(sql: string, parameters: System_Collections_Generic.IEnumerable_1<unknown>): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
|
|
80
|
+
SqlQueryRaw<TResult>(sql: string, ...parameters: unknown[]): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Linq.IQueryable_1<TResult>>;
|
|
81
|
+
SqlQuery<TResult>(sql: System.FormattableString): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Linq.IQueryable_1<TResult>>;
|
|
82
|
+
ExecuteSqlInterpolatedAsync(sql: System.FormattableString, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Int32>>;
|
|
83
|
+
ExecuteSqlAsync(sql: System.FormattableString, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Int32>>;
|
|
84
|
+
ExecuteSqlRawAsync(sql: string, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Int32>>;
|
|
85
|
+
ExecuteSqlRawAsync(sql: string, ...parameters: unknown[]): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Int32>>;
|
|
86
|
+
ExecuteSqlRawAsync(sql: string, parameters: System_Collections_Generic.IEnumerable_1<unknown>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Int32>>;
|
|
87
|
+
GetDbConnection(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Data_Common.DbConnection>;
|
|
88
|
+
SetDbConnection(connection: System_Data_Common.DbConnection, contextOwnsConnection?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
76
89
|
GetConnectionString(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
77
90
|
SetConnectionString(connectionString: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
78
91
|
OpenConnection(): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
79
|
-
OpenConnectionAsync(cancellationToken
|
|
92
|
+
OpenConnectionAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task>;
|
|
80
93
|
CloseConnection(): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
81
|
-
CloseConnectionAsync(): ExtensionMethods_Microsoft_EntityFrameworkCore<Task>;
|
|
82
|
-
BeginTransaction(isolationLevel: IsolationLevel): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Storage.IDbContextTransaction>;
|
|
83
|
-
BeginTransactionAsync(isolationLevel: IsolationLevel, cancellationToken
|
|
84
|
-
UseTransaction(transaction: DbTransaction): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Storage.IDbContextTransaction | undefined>;
|
|
85
|
-
UseTransaction(transaction: DbTransaction, transactionId: Guid): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Storage.IDbContextTransaction | undefined>;
|
|
86
|
-
UseTransactionAsync(transaction: DbTransaction, cancellationToken
|
|
87
|
-
UseTransactionAsync(transaction: DbTransaction, transactionId: Guid, cancellationToken
|
|
88
|
-
SetCommandTimeout(timeout: Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
89
|
-
SetCommandTimeout(timeout: TimeSpan): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
90
|
-
GetCommandTimeout(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<System_Internal.Int32>>;
|
|
94
|
+
CloseConnectionAsync(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task>;
|
|
95
|
+
BeginTransaction(isolationLevel: System_Data.IsolationLevel): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Storage.IDbContextTransaction>;
|
|
96
|
+
BeginTransactionAsync(isolationLevel: System_Data.IsolationLevel, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<Microsoft_EntityFrameworkCore_Storage.IDbContextTransaction>>;
|
|
97
|
+
UseTransaction(transaction: System_Data_Common.DbTransaction): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Storage.IDbContextTransaction | undefined>;
|
|
98
|
+
UseTransaction(transaction: System_Data_Common.DbTransaction, transactionId: System.Guid): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Storage.IDbContextTransaction | undefined>;
|
|
99
|
+
UseTransactionAsync(transaction: System_Data_Common.DbTransaction, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<Microsoft_EntityFrameworkCore_Storage.IDbContextTransaction | undefined>>;
|
|
100
|
+
UseTransactionAsync(transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<Microsoft_EntityFrameworkCore_Storage.IDbContextTransaction | undefined>>;
|
|
101
|
+
SetCommandTimeout(timeout: System.Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
102
|
+
SetCommandTimeout(timeout: System.TimeSpan): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
103
|
+
GetCommandTimeout(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
|
|
91
104
|
GenerateCreateScript(): ExtensionMethods_Microsoft_EntityFrameworkCore<string>;
|
|
92
105
|
IsRelational(): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
93
106
|
HasPendingModelChanges(): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
94
107
|
}
|
|
95
108
|
|
|
96
109
|
export interface __Ext_Microsoft_EntityFrameworkCore_ComplexCollectionBuilder {
|
|
97
|
-
ToJson(jsonColumnName
|
|
110
|
+
ToJson(jsonColumnName?: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexCollectionBuilder>;
|
|
98
111
|
HasJsonPropertyName(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexCollectionBuilder>;
|
|
99
112
|
HasColumnType(columnType: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexCollectionBuilder>;
|
|
100
113
|
}
|
|
101
114
|
|
|
102
115
|
export interface __Ext_Microsoft_EntityFrameworkCore_ComplexCollectionBuilder_1<TComplex> {
|
|
103
|
-
ToJson(jsonColumnName
|
|
116
|
+
ToJson(jsonColumnName?: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexCollectionBuilder_1<TComplex>>;
|
|
104
117
|
HasJsonPropertyName(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexCollectionBuilder_1<TComplex>>;
|
|
105
118
|
HasColumnType(columnType: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexCollectionBuilder_1<TComplex>>;
|
|
106
119
|
}
|
|
@@ -114,27 +127,27 @@ export interface __Ext_Microsoft_EntityFrameworkCore_ComplexCollectionTypeProper
|
|
|
114
127
|
}
|
|
115
128
|
|
|
116
129
|
export interface __Ext_Microsoft_EntityFrameworkCore_ComplexPropertyBuilder {
|
|
117
|
-
ToJson(jsonColumnName
|
|
130
|
+
ToJson(jsonColumnName?: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexPropertyBuilder>;
|
|
118
131
|
HasJsonPropertyName(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexPropertyBuilder>;
|
|
119
132
|
HasColumnType(columnType: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexPropertyBuilder>;
|
|
120
133
|
}
|
|
121
134
|
|
|
122
135
|
export interface __Ext_Microsoft_EntityFrameworkCore_ComplexPropertyBuilder_1<TComplex> {
|
|
123
|
-
ToJson(jsonColumnName
|
|
136
|
+
ToJson(jsonColumnName?: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexPropertyBuilder_1<TComplex>>;
|
|
124
137
|
HasJsonPropertyName(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexPropertyBuilder_1<TComplex>>;
|
|
125
138
|
HasColumnType(columnType: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexPropertyBuilder_1<TComplex>>;
|
|
126
139
|
}
|
|
127
140
|
|
|
128
141
|
export interface __Ext_Microsoft_EntityFrameworkCore_ComplexTypePrimitiveCollectionBuilder {
|
|
129
142
|
HasColumnName(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder>;
|
|
130
|
-
HasColumnOrder(order: Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder>;
|
|
143
|
+
HasColumnOrder(order: System.Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder>;
|
|
131
144
|
HasColumnType(typeName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder>;
|
|
132
|
-
IsFixedLength(fixedLength
|
|
145
|
+
IsFixedLength(fixedLength?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder>;
|
|
133
146
|
HasDefaultValueSql(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder>;
|
|
134
147
|
HasDefaultValueSql(sql: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder>;
|
|
135
148
|
HasComputedColumnSql(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder>;
|
|
136
149
|
HasComputedColumnSql(sql: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder>;
|
|
137
|
-
HasComputedColumnSql(sql: string, stored: Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder>;
|
|
150
|
+
HasComputedColumnSql(sql: string, stored: System.Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder>;
|
|
138
151
|
HasDefaultValue(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder>;
|
|
139
152
|
HasDefaultValue(value: unknown): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder>;
|
|
140
153
|
HasComment(comment: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder>;
|
|
@@ -144,14 +157,14 @@ export interface __Ext_Microsoft_EntityFrameworkCore_ComplexTypePrimitiveCollect
|
|
|
144
157
|
|
|
145
158
|
export interface __Ext_Microsoft_EntityFrameworkCore_ComplexTypePrimitiveCollectionBuilder_1<TProperty> {
|
|
146
159
|
HasColumnName(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1<TProperty>>;
|
|
147
|
-
HasColumnOrder(order: Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1<TProperty>>;
|
|
160
|
+
HasColumnOrder(order: System.Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1<TProperty>>;
|
|
148
161
|
HasColumnType(typeName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1<TProperty>>;
|
|
149
|
-
IsFixedLength(fixedLength
|
|
162
|
+
IsFixedLength(fixedLength?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1<TProperty>>;
|
|
150
163
|
HasDefaultValueSql(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1<TProperty>>;
|
|
151
164
|
HasDefaultValueSql(sql: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1<TProperty>>;
|
|
152
165
|
HasComputedColumnSql(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1<TProperty>>;
|
|
153
166
|
HasComputedColumnSql(sql: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1<TProperty>>;
|
|
154
|
-
HasComputedColumnSql(sql: string, stored: Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1<TProperty>>;
|
|
167
|
+
HasComputedColumnSql(sql: string, stored: System.Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1<TProperty>>;
|
|
155
168
|
HasDefaultValue(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1<TProperty>>;
|
|
156
169
|
HasDefaultValue(value: unknown): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1<TProperty>>;
|
|
157
170
|
HasComment(comment: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1<TProperty>>;
|
|
@@ -161,14 +174,14 @@ export interface __Ext_Microsoft_EntityFrameworkCore_ComplexTypePrimitiveCollect
|
|
|
161
174
|
|
|
162
175
|
export interface __Ext_Microsoft_EntityFrameworkCore_ComplexTypePropertyBuilder {
|
|
163
176
|
HasColumnName(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
|
|
164
|
-
HasColumnOrder(order: Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
|
|
177
|
+
HasColumnOrder(order: System.Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
|
|
165
178
|
HasColumnType(typeName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
|
|
166
|
-
IsFixedLength(fixedLength
|
|
179
|
+
IsFixedLength(fixedLength?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
|
|
167
180
|
HasDefaultValueSql(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
|
|
168
181
|
HasDefaultValueSql(sql: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
|
|
169
182
|
HasComputedColumnSql(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
|
|
170
183
|
HasComputedColumnSql(sql: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
|
|
171
|
-
HasComputedColumnSql(sql: string, stored: Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
|
|
184
|
+
HasComputedColumnSql(sql: string, stored: System.Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
|
|
172
185
|
HasDefaultValue(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
|
|
173
186
|
HasDefaultValue(value: unknown): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
|
|
174
187
|
HasComment(comment: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
|
|
@@ -178,14 +191,14 @@ export interface __Ext_Microsoft_EntityFrameworkCore_ComplexTypePropertyBuilder
|
|
|
178
191
|
|
|
179
192
|
export interface __Ext_Microsoft_EntityFrameworkCore_ComplexTypePropertyBuilder_1<TProperty> {
|
|
180
193
|
HasColumnName(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<TProperty>>;
|
|
181
|
-
HasColumnOrder(order: Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<TProperty>>;
|
|
194
|
+
HasColumnOrder(order: System.Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<TProperty>>;
|
|
182
195
|
HasColumnType(typeName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<TProperty>>;
|
|
183
|
-
IsFixedLength(fixedLength
|
|
196
|
+
IsFixedLength(fixedLength?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<TProperty>>;
|
|
184
197
|
HasDefaultValueSql(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<TProperty>>;
|
|
185
198
|
HasDefaultValueSql(sql: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<TProperty>>;
|
|
186
199
|
HasComputedColumnSql(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<TProperty>>;
|
|
187
200
|
HasComputedColumnSql(sql: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<TProperty>>;
|
|
188
|
-
HasComputedColumnSql(sql: string, stored: Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<TProperty>>;
|
|
201
|
+
HasComputedColumnSql(sql: string, stored: System.Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<TProperty>>;
|
|
189
202
|
HasDefaultValue(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<TProperty>>;
|
|
190
203
|
HasDefaultValue(value: unknown): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<TProperty>>;
|
|
191
204
|
HasComment(comment: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<TProperty>>;
|
|
@@ -195,7 +208,7 @@ export interface __Ext_Microsoft_EntityFrameworkCore_ComplexTypePropertyBuilder_
|
|
|
195
208
|
|
|
196
209
|
export interface __Ext_Microsoft_EntityFrameworkCore_ElementTypeBuilder {
|
|
197
210
|
HasStoreType(typeName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ElementTypeBuilder>;
|
|
198
|
-
IsFixedLength(fixedLength
|
|
211
|
+
IsFixedLength(fixedLength?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ElementTypeBuilder>;
|
|
199
212
|
}
|
|
200
213
|
|
|
201
214
|
export interface __Ext_Microsoft_EntityFrameworkCore_EntityTypeBuilder {
|
|
@@ -204,34 +217,34 @@ export interface __Ext_Microsoft_EntityFrameworkCore_EntityTypeBuilder {
|
|
|
204
217
|
UseTptMappingStrategy(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
205
218
|
ToSqlQuery(query: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
206
219
|
ToFunction(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
207
|
-
ToFunction(function_: MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
208
|
-
ToFunction(name: string, configureFunction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TableValuedFunctionBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
209
|
-
ToFunction(function_: MethodInfo, configureFunction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TableValuedFunctionBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
220
|
+
ToFunction(function_: System_Reflection.MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
221
|
+
ToFunction(name: string, configureFunction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TableValuedFunctionBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
222
|
+
ToFunction(function_: System_Reflection.MethodInfo, configureFunction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TableValuedFunctionBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
210
223
|
HasCheckConstraint(name: string, sql: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
211
|
-
HasCheckConstraint(name: string, sql: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.CheckConstraintBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
224
|
+
HasCheckConstraint(name: string, sql: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.CheckConstraintBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
212
225
|
HasComment(comment: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
213
226
|
ToTable(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
214
|
-
ToTable(buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
215
|
-
ToTable(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
227
|
+
ToTable(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
228
|
+
ToTable(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
216
229
|
ToTable(name: string, schema: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
217
|
-
ToTable(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
218
|
-
SplitToTable(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
219
|
-
SplitToTable(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
230
|
+
ToTable(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
231
|
+
SplitToTable(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
232
|
+
SplitToTable(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
220
233
|
ToView(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
221
234
|
ToView(name: string, schema: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
222
|
-
ToView(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.ViewBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
223
|
-
ToView(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.ViewBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
224
|
-
SplitToView(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SplitViewBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
225
|
-
SplitToView(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SplitViewBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
226
|
-
UpdateUsingStoredProcedure(buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
227
|
-
UpdateUsingStoredProcedure(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
228
|
-
UpdateUsingStoredProcedure(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
229
|
-
DeleteUsingStoredProcedure(buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
230
|
-
DeleteUsingStoredProcedure(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
231
|
-
DeleteUsingStoredProcedure(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
232
|
-
InsertUsingStoredProcedure(buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
233
|
-
InsertUsingStoredProcedure(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
234
|
-
InsertUsingStoredProcedure(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
235
|
+
ToView(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.ViewBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
236
|
+
ToView(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.ViewBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
237
|
+
SplitToView(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SplitViewBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
238
|
+
SplitToView(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SplitViewBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
239
|
+
UpdateUsingStoredProcedure(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
240
|
+
UpdateUsingStoredProcedure(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
241
|
+
UpdateUsingStoredProcedure(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
242
|
+
DeleteUsingStoredProcedure(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
243
|
+
DeleteUsingStoredProcedure(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
244
|
+
DeleteUsingStoredProcedure(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
245
|
+
InsertUsingStoredProcedure(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
246
|
+
InsertUsingStoredProcedure(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
247
|
+
InsertUsingStoredProcedure(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
235
248
|
}
|
|
236
249
|
|
|
237
250
|
export interface __Ext_Microsoft_EntityFrameworkCore_EntityTypeBuilder_1<TEntity> {
|
|
@@ -240,138 +253,138 @@ export interface __Ext_Microsoft_EntityFrameworkCore_EntityTypeBuilder_1<TEntity
|
|
|
240
253
|
UseTptMappingStrategy(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
241
254
|
ToSqlQuery(query: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
242
255
|
ToFunction(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
243
|
-
ToFunction(function_: MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
244
|
-
ToFunction(name: string, configureFunction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TableValuedFunctionBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
245
|
-
ToFunction(function_: MethodInfo, configureFunction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TableValuedFunctionBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
256
|
+
ToFunction(function_: System_Reflection.MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
257
|
+
ToFunction(name: string, configureFunction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TableValuedFunctionBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
258
|
+
ToFunction(function_: System_Reflection.MethodInfo, configureFunction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TableValuedFunctionBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
246
259
|
HasCheckConstraint(name: string, sql: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
247
|
-
HasCheckConstraint(name: string, sql: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.CheckConstraintBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
260
|
+
HasCheckConstraint(name: string, sql: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.CheckConstraintBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
248
261
|
HasComment(comment: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
249
262
|
ToTable(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
250
|
-
ToTable(buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
251
|
-
ToTable(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
263
|
+
ToTable(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
264
|
+
ToTable(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
252
265
|
ToTable(name: string, schema: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
253
|
-
ToTable(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
254
|
-
SplitToTable(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
255
|
-
SplitToTable(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
266
|
+
ToTable(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
267
|
+
SplitToTable(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
268
|
+
SplitToTable(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
256
269
|
ToView(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
257
270
|
ToView(name: string, schema: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
258
|
-
ToView(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.ViewBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
259
|
-
ToView(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.ViewBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
260
|
-
SplitToView(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SplitViewBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
261
|
-
SplitToView(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SplitViewBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
262
|
-
UpdateUsingStoredProcedure(buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
263
|
-
UpdateUsingStoredProcedure(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
264
|
-
UpdateUsingStoredProcedure(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
265
|
-
DeleteUsingStoredProcedure(buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
266
|
-
DeleteUsingStoredProcedure(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
267
|
-
DeleteUsingStoredProcedure(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
268
|
-
InsertUsingStoredProcedure(buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
269
|
-
InsertUsingStoredProcedure(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
270
|
-
InsertUsingStoredProcedure(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
271
|
+
ToView(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.ViewBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
272
|
+
ToView(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.ViewBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
273
|
+
SplitToView(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SplitViewBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
274
|
+
SplitToView(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SplitViewBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
275
|
+
UpdateUsingStoredProcedure(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
276
|
+
UpdateUsingStoredProcedure(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
277
|
+
UpdateUsingStoredProcedure(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
278
|
+
DeleteUsingStoredProcedure(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
279
|
+
DeleteUsingStoredProcedure(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
280
|
+
DeleteUsingStoredProcedure(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
281
|
+
InsertUsingStoredProcedure(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
282
|
+
InsertUsingStoredProcedure(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
283
|
+
InsertUsingStoredProcedure(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.StoredProcedureBuilder_1<TEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
271
284
|
}
|
|
272
285
|
|
|
273
286
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionElementTypeBuilder {
|
|
274
|
-
HasStoreType(typeName: string, fromDataAnnotation
|
|
275
|
-
CanSetStoreType(typeName: string, fromDataAnnotation
|
|
276
|
-
IsFixedLength(fixedLength: Nullable_1<System_Internal.Boolean>, fromDataAnnotation
|
|
277
|
-
CanSetFixedLength(fixedLength: Nullable_1<System_Internal.Boolean>, fromDataAnnotation
|
|
287
|
+
HasStoreType(typeName: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionElementTypeBuilder | undefined>;
|
|
288
|
+
CanSetStoreType(typeName: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
289
|
+
IsFixedLength(fixedLength: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionElementTypeBuilder | undefined>;
|
|
290
|
+
CanSetFixedLength(fixedLength: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
278
291
|
}
|
|
279
292
|
|
|
280
293
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionEntityTypeBuilder {
|
|
281
|
-
UseMappingStrategy(strategy: string, fromDataAnnotation
|
|
282
|
-
CanSetMappingStrategy(strategy: string, fromDataAnnotation
|
|
283
|
-
ExcludeTableFromMigrations(excludedFromMigrations: Nullable_1<System_Internal.Boolean>, fromDataAnnotation
|
|
284
|
-
CanExcludeTableFromMigrations(excludedFromMigrations: Nullable_1<System_Internal.Boolean>, fromDataAnnotation
|
|
285
|
-
ToSqlQuery(name: string, fromDataAnnotation
|
|
286
|
-
CanSetSqlQuery(name: string, fromDataAnnotation
|
|
287
|
-
ToFunction(name: string, fromDataAnnotation
|
|
288
|
-
ToFunction(function_: MethodInfo, fromDataAnnotation
|
|
289
|
-
CanSetFunction(name: string, fromDataAnnotation
|
|
290
|
-
CanSetFunction(function_: MethodInfo, fromDataAnnotation
|
|
291
|
-
HasCheckConstraint(name: string, sql: string, fromDataAnnotation
|
|
292
|
-
CanHaveCheckConstraint(name: string, sql: string, fromDataAnnotation
|
|
293
|
-
HasComment(comment: string, fromDataAnnotation
|
|
294
|
-
CanSetComment(comment: string, fromDataAnnotation
|
|
295
|
-
HasJsonPropertyName(name: string, fromDataAnnotation
|
|
296
|
-
CanSetJsonPropertyName(name: string, fromDataAnnotation
|
|
297
|
-
ToTable(name: string, fromDataAnnotation
|
|
298
|
-
ToTable(name: string, schema: string, fromDataAnnotation
|
|
299
|
-
CanSetTable(name: string, fromDataAnnotation
|
|
300
|
-
ToSchema(schema: string, fromDataAnnotation
|
|
301
|
-
CanSetSchema(schema: string, fromDataAnnotation
|
|
302
|
-
ToView(name: string, fromDataAnnotation
|
|
303
|
-
ToView(name: string, schema: string, fromDataAnnotation
|
|
304
|
-
CanSetView(name: string, fromDataAnnotation
|
|
305
|
-
ToViewSchema(schema: string, fromDataAnnotation
|
|
306
|
-
CanSetViewSchema(schema: string, fromDataAnnotation
|
|
307
|
-
UpdateUsingStoredProcedure(fromDataAnnotation
|
|
308
|
-
DeleteUsingStoredProcedure(fromDataAnnotation
|
|
309
|
-
InsertUsingStoredProcedure(fromDataAnnotation
|
|
294
|
+
UseMappingStrategy(strategy: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
|
|
295
|
+
CanSetMappingStrategy(strategy: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
296
|
+
ExcludeTableFromMigrations(excludedFromMigrations: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
|
|
297
|
+
CanExcludeTableFromMigrations(excludedFromMigrations: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
298
|
+
ToSqlQuery(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
|
|
299
|
+
CanSetSqlQuery(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
300
|
+
ToFunction(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
|
|
301
|
+
ToFunction(function_: System_Reflection.MethodInfo, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
|
|
302
|
+
CanSetFunction(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
303
|
+
CanSetFunction(function_: System_Reflection.MethodInfo, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
304
|
+
HasCheckConstraint(name: string, sql: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionCheckConstraintBuilder | undefined>;
|
|
305
|
+
CanHaveCheckConstraint(name: string, sql: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
306
|
+
HasComment(comment: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
|
|
307
|
+
CanSetComment(comment: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
308
|
+
HasJsonPropertyName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
|
|
309
|
+
CanSetJsonPropertyName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
310
|
+
ToTable(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
|
|
311
|
+
ToTable(name: string, schema: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
|
|
312
|
+
CanSetTable(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
313
|
+
ToSchema(schema: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
|
|
314
|
+
CanSetSchema(schema: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
315
|
+
ToView(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
|
|
316
|
+
ToView(name: string, schema: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
|
|
317
|
+
CanSetView(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
318
|
+
ToViewSchema(schema: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
|
|
319
|
+
CanSetViewSchema(schema: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
320
|
+
UpdateUsingStoredProcedure(fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionStoredProcedureBuilder | undefined>;
|
|
321
|
+
DeleteUsingStoredProcedure(fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionStoredProcedureBuilder | undefined>;
|
|
322
|
+
InsertUsingStoredProcedure(fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionStoredProcedureBuilder | undefined>;
|
|
310
323
|
}
|
|
311
324
|
|
|
312
325
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionForeignKeyBuilder {
|
|
313
|
-
HasConstraintName(name: string, fromDataAnnotation
|
|
314
|
-
CanSetConstraintName(name: string, fromDataAnnotation
|
|
326
|
+
HasConstraintName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionForeignKeyBuilder | undefined>;
|
|
327
|
+
CanSetConstraintName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
315
328
|
}
|
|
316
329
|
|
|
317
330
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionIndexBuilder {
|
|
318
|
-
HasDatabaseName(name: string, fromDataAnnotation
|
|
319
|
-
CanSetDatabaseName(name: string, fromDataAnnotation
|
|
320
|
-
HasFilter(sql: string, fromDataAnnotation
|
|
321
|
-
CanSetFilter(sql: string, fromDataAnnotation
|
|
331
|
+
HasDatabaseName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
|
|
332
|
+
CanSetDatabaseName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
333
|
+
HasFilter(sql: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
|
|
334
|
+
CanSetFilter(sql: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
322
335
|
}
|
|
323
336
|
|
|
324
337
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionKeyBuilder {
|
|
325
|
-
HasName(name: string, fromDataAnnotation
|
|
326
|
-
CanSetName(name: string, fromDataAnnotation
|
|
338
|
+
HasName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionKeyBuilder | undefined>;
|
|
339
|
+
CanSetName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
327
340
|
}
|
|
328
341
|
|
|
329
342
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionModelBuilder {
|
|
330
|
-
HasSequence(name: string, schema
|
|
331
|
-
HasDbFunction(methodInfo: MethodInfo, fromDataAnnotation
|
|
332
|
-
HasDbFunction(name: string, returnType: Type, fromDataAnnotation
|
|
333
|
-
HasDefaultSchema(schema: string, fromDataAnnotation
|
|
334
|
-
CanSetDefaultSchema(schema: string, fromDataAnnotation
|
|
335
|
-
HasMaxIdentifierLength(length: Nullable_1<System_Internal.Int32>, fromDataAnnotation
|
|
336
|
-
CanSetMaxIdentifierLength(length: Nullable_1<System_Internal.Int32>, fromDataAnnotation
|
|
337
|
-
UseCollation(collation: string, fromDataAnnotation
|
|
338
|
-
CanSetCollation(collation: string, fromDataAnnotation
|
|
343
|
+
HasSequence(name: string, schema?: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionSequenceBuilder>;
|
|
344
|
+
HasDbFunction(methodInfo: System_Reflection.MethodInfo, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionDbFunctionBuilder>;
|
|
345
|
+
HasDbFunction(name: string, returnType: System.Type, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionDbFunctionBuilder>;
|
|
346
|
+
HasDefaultSchema(schema: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder | undefined>;
|
|
347
|
+
CanSetDefaultSchema(schema: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
348
|
+
HasMaxIdentifierLength(length: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder | undefined>;
|
|
349
|
+
CanSetMaxIdentifierLength(length: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
350
|
+
UseCollation(collation: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder | undefined>;
|
|
351
|
+
CanSetCollation(collation: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
339
352
|
}
|
|
340
353
|
|
|
341
354
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionPropertyBuilder {
|
|
342
|
-
HasColumnName(name: string, fromDataAnnotation
|
|
343
|
-
HasColumnName(name: string, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation
|
|
344
|
-
CanSetColumnName(name: string, fromDataAnnotation
|
|
345
|
-
CanSetColumnName(name: string, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation
|
|
346
|
-
HasColumnOrder(order: Nullable_1<System_Internal.Int32>, fromDataAnnotation
|
|
347
|
-
CanSetColumnOrder(order: Nullable_1<System_Internal.Int32>, fromDataAnnotation
|
|
348
|
-
HasColumnType(typeName: string, fromDataAnnotation
|
|
349
|
-
CanSetColumnType(typeName: string, fromDataAnnotation
|
|
350
|
-
IsFixedLength(fixedLength: Nullable_1<System_Internal.Boolean>, fromDataAnnotation
|
|
351
|
-
CanSetIsFixedLength(fixedLength: Nullable_1<System_Internal.Boolean>, fromDataAnnotation
|
|
352
|
-
HasDefaultValueSql(sql: string, fromDataAnnotation
|
|
353
|
-
CanSetDefaultValueSql(sql: string, fromDataAnnotation
|
|
354
|
-
HasComputedColumnSql(sql: string, fromDataAnnotation
|
|
355
|
-
IsStoredComputedColumn(stored: Nullable_1<System_Internal.Boolean>, fromDataAnnotation
|
|
356
|
-
CanSetComputedColumnSql(sql: string, fromDataAnnotation
|
|
357
|
-
CanSetIsStoredComputedColumn(stored: Nullable_1<System_Internal.Boolean>, fromDataAnnotation
|
|
358
|
-
HasDefaultValue(value: unknown, fromDataAnnotation
|
|
359
|
-
CanSetDefaultValue(value: unknown, fromDataAnnotation
|
|
360
|
-
HasComment(comment: string, fromDataAnnotation
|
|
361
|
-
CanSetComment(comment: string, fromDataAnnotation
|
|
362
|
-
UseCollation(collation: string, fromDataAnnotation
|
|
363
|
-
CanSetCollation(collation: string, fromDataAnnotation
|
|
364
|
-
HasJsonPropertyName(name: string, fromDataAnnotation
|
|
365
|
-
CanSetJsonPropertyName(name: string, fromDataAnnotation
|
|
355
|
+
HasColumnName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
|
|
356
|
+
HasColumnName(name: string, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
|
|
357
|
+
CanSetColumnName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
358
|
+
CanSetColumnName(name: string, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
359
|
+
HasColumnOrder(order: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
|
|
360
|
+
CanSetColumnOrder(order: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
361
|
+
HasColumnType(typeName: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
|
|
362
|
+
CanSetColumnType(typeName: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
363
|
+
IsFixedLength(fixedLength: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
|
|
364
|
+
CanSetIsFixedLength(fixedLength: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
365
|
+
HasDefaultValueSql(sql: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
|
|
366
|
+
CanSetDefaultValueSql(sql: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
367
|
+
HasComputedColumnSql(sql: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
|
|
368
|
+
IsStoredComputedColumn(stored: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
|
|
369
|
+
CanSetComputedColumnSql(sql: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
370
|
+
CanSetIsStoredComputedColumn(stored: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
371
|
+
HasDefaultValue(value: unknown, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
|
|
372
|
+
CanSetDefaultValue(value: unknown, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
373
|
+
HasComment(comment: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
|
|
374
|
+
CanSetComment(comment: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
375
|
+
UseCollation(collation: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
|
|
376
|
+
CanSetCollation(collation: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
377
|
+
HasJsonPropertyName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
|
|
378
|
+
CanSetJsonPropertyName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
366
379
|
}
|
|
367
380
|
|
|
368
381
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionTriggerBuilder {
|
|
369
|
-
HasDatabaseName(name: string, fromDataAnnotation
|
|
370
|
-
CanSetDatabaseName(name: string, fromDataAnnotation
|
|
371
|
-
HasTableName(name: string, fromDataAnnotation
|
|
372
|
-
CanSetTableName(name: string, fromDataAnnotation
|
|
373
|
-
HasTableSchema(schema: string, fromDataAnnotation
|
|
374
|
-
CanSetTableSchema(schema: string, fromDataAnnotation
|
|
382
|
+
HasDatabaseName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionTriggerBuilder | undefined>;
|
|
383
|
+
CanSetDatabaseName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
384
|
+
HasTableName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionTriggerBuilder | undefined>;
|
|
385
|
+
CanSetTableName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
386
|
+
HasTableSchema(schema: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionTriggerBuilder | undefined>;
|
|
387
|
+
CanSetTableSchema(schema: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
375
388
|
}
|
|
376
389
|
|
|
377
390
|
export interface __Ext_Microsoft_EntityFrameworkCore_IndexBuilder {
|
|
@@ -395,33 +408,33 @@ export interface __Ext_Microsoft_EntityFrameworkCore_KeyBuilder_1<T> {
|
|
|
395
408
|
|
|
396
409
|
export interface __Ext_Microsoft_EntityFrameworkCore_OwnedNavigationBuilder {
|
|
397
410
|
ToFunction(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
398
|
-
ToFunction(function_: MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
399
|
-
ToFunction(name: string, configureFunction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableValuedFunctionBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
400
|
-
ToFunction(function_: MethodInfo, configureFunction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableValuedFunctionBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
411
|
+
ToFunction(function_: System_Reflection.MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
412
|
+
ToFunction(name: string, configureFunction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableValuedFunctionBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
413
|
+
ToFunction(function_: System_Reflection.MethodInfo, configureFunction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableValuedFunctionBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
401
414
|
HasCheckConstraint(name: string, sql: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
402
|
-
HasCheckConstraint(name: string, sql: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.CheckConstraintBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
415
|
+
HasCheckConstraint(name: string, sql: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.CheckConstraintBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
403
416
|
ToTable(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
404
|
-
ToTable(buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
405
|
-
ToTable(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
417
|
+
ToTable(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
418
|
+
ToTable(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
406
419
|
ToTable(name: string, schema: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
407
|
-
ToTable(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
408
|
-
SplitToTable(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationSplitTableBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
409
|
-
SplitToTable(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationSplitTableBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
420
|
+
ToTable(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
421
|
+
SplitToTable(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationSplitTableBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
422
|
+
SplitToTable(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationSplitTableBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
410
423
|
ToView(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
411
424
|
ToView(name: string, schema: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
412
|
-
ToView(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationViewBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
413
|
-
ToView(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationViewBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
414
|
-
SplitToView(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationSplitViewBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
415
|
-
SplitToView(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationSplitViewBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
416
|
-
UpdateUsingStoredProcedure(buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
417
|
-
UpdateUsingStoredProcedure(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
418
|
-
UpdateUsingStoredProcedure(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
419
|
-
DeleteUsingStoredProcedure(buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
420
|
-
DeleteUsingStoredProcedure(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
421
|
-
DeleteUsingStoredProcedure(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
422
|
-
InsertUsingStoredProcedure(buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
423
|
-
InsertUsingStoredProcedure(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
424
|
-
InsertUsingStoredProcedure(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
425
|
+
ToView(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationViewBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
426
|
+
ToView(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationViewBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
427
|
+
SplitToView(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationSplitViewBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
428
|
+
SplitToView(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationSplitViewBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
429
|
+
UpdateUsingStoredProcedure(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
430
|
+
UpdateUsingStoredProcedure(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
431
|
+
UpdateUsingStoredProcedure(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
432
|
+
DeleteUsingStoredProcedure(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
433
|
+
DeleteUsingStoredProcedure(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
434
|
+
DeleteUsingStoredProcedure(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
435
|
+
InsertUsingStoredProcedure(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
436
|
+
InsertUsingStoredProcedure(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
437
|
+
InsertUsingStoredProcedure(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
425
438
|
ToJson(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
426
439
|
ToJson(jsonColumnName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
427
440
|
HasColumnType(columnType: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
@@ -430,33 +443,33 @@ export interface __Ext_Microsoft_EntityFrameworkCore_OwnedNavigationBuilder {
|
|
|
430
443
|
|
|
431
444
|
export interface __Ext_Microsoft_EntityFrameworkCore_OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity> {
|
|
432
445
|
ToFunction(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
433
|
-
ToFunction(function_: MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
434
|
-
ToFunction(name: string, configureFunction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableValuedFunctionBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
435
|
-
ToFunction(function_: MethodInfo, configureFunction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableValuedFunctionBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
446
|
+
ToFunction(function_: System_Reflection.MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
447
|
+
ToFunction(name: string, configureFunction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableValuedFunctionBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
448
|
+
ToFunction(function_: System_Reflection.MethodInfo, configureFunction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableValuedFunctionBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
436
449
|
HasCheckConstraint(name: string, sql: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
437
|
-
HasCheckConstraint(name: string, sql: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.CheckConstraintBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
438
|
-
ToTable(buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
450
|
+
HasCheckConstraint(name: string, sql: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.CheckConstraintBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
451
|
+
ToTable(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
439
452
|
ToTable(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
440
|
-
ToTable(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
453
|
+
ToTable(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
441
454
|
ToTable(name: string, schema: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
442
|
-
ToTable(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
443
|
-
SplitToTable(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationSplitTableBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
444
|
-
SplitToTable(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationSplitTableBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
455
|
+
ToTable(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
456
|
+
SplitToTable(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationSplitTableBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
457
|
+
SplitToTable(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationSplitTableBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
445
458
|
ToView(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
446
459
|
ToView(name: string, schema: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
447
|
-
ToView(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationViewBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
448
|
-
ToView(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationViewBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
449
|
-
SplitToView(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationSplitViewBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
450
|
-
SplitToView(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationSplitViewBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
451
|
-
UpdateUsingStoredProcedure(buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
452
|
-
UpdateUsingStoredProcedure(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
453
|
-
UpdateUsingStoredProcedure(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
454
|
-
DeleteUsingStoredProcedure(buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
455
|
-
DeleteUsingStoredProcedure(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
456
|
-
DeleteUsingStoredProcedure(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
457
|
-
InsertUsingStoredProcedure(buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
458
|
-
InsertUsingStoredProcedure(name: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
459
|
-
InsertUsingStoredProcedure(name: string, schema: string, buildAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
460
|
+
ToView(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationViewBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
461
|
+
ToView(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationViewBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
462
|
+
SplitToView(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationSplitViewBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
463
|
+
SplitToView(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationSplitViewBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
464
|
+
UpdateUsingStoredProcedure(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
465
|
+
UpdateUsingStoredProcedure(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
466
|
+
UpdateUsingStoredProcedure(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
467
|
+
DeleteUsingStoredProcedure(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
468
|
+
DeleteUsingStoredProcedure(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
469
|
+
DeleteUsingStoredProcedure(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
470
|
+
InsertUsingStoredProcedure(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
471
|
+
InsertUsingStoredProcedure(name: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
472
|
+
InsertUsingStoredProcedure(name: string, schema: string, buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationStoredProcedureBuilder_2<TOwnerEntity, TDependentEntity>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
460
473
|
ToJson(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
461
474
|
ToJson(jsonColumnName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
462
475
|
HasColumnType(columnType: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<TOwnerEntity, TDependentEntity>>;
|
|
@@ -473,14 +486,14 @@ export interface __Ext_Microsoft_EntityFrameworkCore_OwnershipBuilder_2<TEntity,
|
|
|
473
486
|
|
|
474
487
|
export interface __Ext_Microsoft_EntityFrameworkCore_PrimitiveCollectionBuilder {
|
|
475
488
|
HasColumnName(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder>;
|
|
476
|
-
HasColumnOrder(order: Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder>;
|
|
489
|
+
HasColumnOrder(order: System.Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder>;
|
|
477
490
|
HasColumnType(typeName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder>;
|
|
478
|
-
IsFixedLength(fixedLength
|
|
491
|
+
IsFixedLength(fixedLength?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder>;
|
|
479
492
|
HasDefaultValueSql(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder>;
|
|
480
493
|
HasDefaultValueSql(sql: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder>;
|
|
481
494
|
HasComputedColumnSql(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder>;
|
|
482
495
|
HasComputedColumnSql(sql: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder>;
|
|
483
|
-
HasComputedColumnSql(sql: string, stored: Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder>;
|
|
496
|
+
HasComputedColumnSql(sql: string, stored: System.Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder>;
|
|
484
497
|
HasDefaultValue(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder>;
|
|
485
498
|
HasDefaultValue(value: unknown): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder>;
|
|
486
499
|
HasComment(comment: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder>;
|
|
@@ -490,14 +503,14 @@ export interface __Ext_Microsoft_EntityFrameworkCore_PrimitiveCollectionBuilder
|
|
|
490
503
|
|
|
491
504
|
export interface __Ext_Microsoft_EntityFrameworkCore_PrimitiveCollectionBuilder_1<TProperty> {
|
|
492
505
|
HasColumnName(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1<TProperty>>;
|
|
493
|
-
HasColumnOrder(order: Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1<TProperty>>;
|
|
506
|
+
HasColumnOrder(order: System.Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1<TProperty>>;
|
|
494
507
|
HasColumnType(typeName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1<TProperty>>;
|
|
495
|
-
IsFixedLength(fixedLength
|
|
508
|
+
IsFixedLength(fixedLength?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1<TProperty>>;
|
|
496
509
|
HasDefaultValueSql(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1<TProperty>>;
|
|
497
510
|
HasDefaultValueSql(sql: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1<TProperty>>;
|
|
498
511
|
HasComputedColumnSql(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1<TProperty>>;
|
|
499
512
|
HasComputedColumnSql(sql: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1<TProperty>>;
|
|
500
|
-
HasComputedColumnSql(sql: string, stored: Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1<TProperty>>;
|
|
513
|
+
HasComputedColumnSql(sql: string, stored: System.Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1<TProperty>>;
|
|
501
514
|
HasDefaultValue(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1<TProperty>>;
|
|
502
515
|
HasDefaultValue(value: unknown): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1<TProperty>>;
|
|
503
516
|
HasComment(comment: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1<TProperty>>;
|
|
@@ -507,26 +520,26 @@ export interface __Ext_Microsoft_EntityFrameworkCore_PrimitiveCollectionBuilder_
|
|
|
507
520
|
|
|
508
521
|
export interface __Ext_Microsoft_EntityFrameworkCore_PropertiesConfigurationBuilder {
|
|
509
522
|
HaveColumnType(typeName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertiesConfigurationBuilder>;
|
|
510
|
-
AreFixedLength(fixedLength
|
|
523
|
+
AreFixedLength(fixedLength?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertiesConfigurationBuilder>;
|
|
511
524
|
UseCollation(collation: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertiesConfigurationBuilder>;
|
|
512
525
|
}
|
|
513
526
|
|
|
514
527
|
export interface __Ext_Microsoft_EntityFrameworkCore_PropertiesConfigurationBuilder_1<TProperty> {
|
|
515
528
|
HaveColumnType(typeName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertiesConfigurationBuilder_1<TProperty>>;
|
|
516
|
-
AreFixedLength(fixedLength
|
|
529
|
+
AreFixedLength(fixedLength?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertiesConfigurationBuilder_1<TProperty>>;
|
|
517
530
|
UseCollation(collation: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertiesConfigurationBuilder_1<TProperty>>;
|
|
518
531
|
}
|
|
519
532
|
|
|
520
533
|
export interface __Ext_Microsoft_EntityFrameworkCore_PropertyBuilder {
|
|
521
534
|
HasColumnName(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
522
|
-
HasColumnOrder(order: Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
535
|
+
HasColumnOrder(order: System.Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
523
536
|
HasColumnType(typeName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
524
|
-
IsFixedLength(fixedLength
|
|
537
|
+
IsFixedLength(fixedLength?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
525
538
|
HasDefaultValueSql(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
526
539
|
HasDefaultValueSql(sql: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
527
540
|
HasComputedColumnSql(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
528
541
|
HasComputedColumnSql(sql: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
529
|
-
HasComputedColumnSql(sql: string, stored: Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
542
|
+
HasComputedColumnSql(sql: string, stored: System.Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
530
543
|
HasDefaultValue(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
531
544
|
HasDefaultValue(value: unknown): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
532
545
|
HasComment(comment: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
@@ -536,14 +549,14 @@ export interface __Ext_Microsoft_EntityFrameworkCore_PropertyBuilder {
|
|
|
536
549
|
|
|
537
550
|
export interface __Ext_Microsoft_EntityFrameworkCore_PropertyBuilder_1<TProperty> {
|
|
538
551
|
HasColumnName(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>>;
|
|
539
|
-
HasColumnOrder(order: Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>>;
|
|
552
|
+
HasColumnOrder(order: System.Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>>;
|
|
540
553
|
HasColumnType(typeName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>>;
|
|
541
|
-
IsFixedLength(fixedLength
|
|
554
|
+
IsFixedLength(fixedLength?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>>;
|
|
542
555
|
HasDefaultValueSql(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>>;
|
|
543
556
|
HasDefaultValueSql(sql: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>>;
|
|
544
557
|
HasComputedColumnSql(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>>;
|
|
545
558
|
HasComputedColumnSql(sql: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>>;
|
|
546
|
-
HasComputedColumnSql(sql: string, stored: Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>>;
|
|
559
|
+
HasComputedColumnSql(sql: string, stored: System.Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>>;
|
|
547
560
|
HasDefaultValue(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>>;
|
|
548
561
|
HasDefaultValue(value: unknown): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>>;
|
|
549
562
|
HasComment(comment: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>>;
|
|
@@ -569,166 +582,166 @@ export interface __Ext_Microsoft_EntityFrameworkCore_ReferenceReferenceBuilder_2
|
|
|
569
582
|
|
|
570
583
|
export interface __Ext_Microsoft_EntityFrameworkCore_TypeMappingConfigurationBuilder {
|
|
571
584
|
HasColumnType(typeName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.TypeMappingConfigurationBuilder>;
|
|
572
|
-
IsFixedLength(fixedLength
|
|
585
|
+
IsFixedLength(fixedLength?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.TypeMappingConfigurationBuilder>;
|
|
573
586
|
}
|
|
574
587
|
|
|
575
588
|
export interface __Ext_Microsoft_EntityFrameworkCore_TypeMappingConfigurationBuilder_1<TProperty> {
|
|
576
589
|
HasColumnType(typeName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.TypeMappingConfigurationBuilder_1<TProperty>>;
|
|
577
|
-
IsFixedLength(fixedLength
|
|
590
|
+
IsFixedLength(fixedLength?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.TypeMappingConfigurationBuilder_1<TProperty>>;
|
|
578
591
|
}
|
|
579
592
|
|
|
580
593
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionComplexProperty {
|
|
581
|
-
SetJsonPropertyName(name: string, fromDataAnnotation
|
|
582
|
-
GetJsonPropertyNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
594
|
+
SetJsonPropertyName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
595
|
+
GetJsonPropertyNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
583
596
|
}
|
|
584
597
|
|
|
585
598
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionElementType {
|
|
586
|
-
SetStoreType(value: string, fromDataAnnotation
|
|
587
|
-
GetStoreTypeConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
588
|
-
SetIsFixedLength(fixedLength: Nullable_1<System_Internal.Boolean>, fromDataAnnotation
|
|
589
|
-
GetIsFixedLengthConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
599
|
+
SetStoreType(value: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
600
|
+
GetStoreTypeConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
601
|
+
SetIsFixedLength(fixedLength: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
|
|
602
|
+
GetIsFixedLengthConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
590
603
|
}
|
|
591
604
|
|
|
592
605
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionEntityType {
|
|
593
|
-
SetTableName(name: string, fromDataAnnotation
|
|
594
|
-
GetTableNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
595
|
-
SetSchema(value: string, fromDataAnnotation
|
|
596
|
-
GetSchemaConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
597
|
-
SetViewName(name: string, fromDataAnnotation
|
|
598
|
-
GetViewNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
599
|
-
SetViewSchema(value: string, fromDataAnnotation
|
|
600
|
-
GetViewSchemaConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
601
|
-
SetSqlQuery(name: string, fromDataAnnotation
|
|
602
|
-
GetSqlQueryConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
603
|
-
SetFunctionName(name: string, fromDataAnnotation
|
|
604
|
-
GetFunctionNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
606
|
+
SetTableName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
607
|
+
GetTableNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
608
|
+
SetSchema(value: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
609
|
+
GetSchemaConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
610
|
+
SetViewName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
611
|
+
GetViewNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
612
|
+
SetViewSchema(value: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
613
|
+
GetViewSchemaConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
614
|
+
SetSqlQuery(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
615
|
+
GetSqlQueryConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
616
|
+
SetFunctionName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
617
|
+
GetFunctionNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
605
618
|
GetDeleteStoredProcedure(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionStoredProcedure | undefined>;
|
|
606
|
-
SetDeleteStoredProcedure(fromDataAnnotation
|
|
619
|
+
SetDeleteStoredProcedure(fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionStoredProcedure | undefined>;
|
|
607
620
|
RemoveDeleteStoredProcedure(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionStoredProcedure | undefined>;
|
|
608
|
-
GetDeleteStoredProcedureConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
621
|
+
GetDeleteStoredProcedureConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
609
622
|
GetInsertStoredProcedure(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionStoredProcedure | undefined>;
|
|
610
|
-
SetInsertStoredProcedure(fromDataAnnotation
|
|
623
|
+
SetInsertStoredProcedure(fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionStoredProcedure | undefined>;
|
|
611
624
|
RemoveInsertStoredProcedure(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionStoredProcedure | undefined>;
|
|
612
|
-
GetInsertStoredProcedureConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
625
|
+
GetInsertStoredProcedureConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
613
626
|
GetUpdateStoredProcedure(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionStoredProcedure | undefined>;
|
|
614
|
-
SetUpdateStoredProcedure(fromDataAnnotation
|
|
627
|
+
SetUpdateStoredProcedure(fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionStoredProcedure | undefined>;
|
|
615
628
|
RemoveUpdateStoredProcedure(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionStoredProcedure | undefined>;
|
|
616
|
-
GetUpdateStoredProcedureConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
629
|
+
GetUpdateStoredProcedureConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
617
630
|
FindCheckConstraint(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionCheckConstraint | undefined>;
|
|
618
|
-
AddCheckConstraint(name: string, sql: string, fromDataAnnotation
|
|
631
|
+
AddCheckConstraint(name: string, sql: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionCheckConstraint>;
|
|
619
632
|
RemoveCheckConstraint(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionCheckConstraint | undefined>;
|
|
620
|
-
GetCheckConstraints(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IConventionCheckConstraint>>;
|
|
621
|
-
GetDeclaredCheckConstraints(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IConventionCheckConstraint>>;
|
|
622
|
-
SetComment(comment: string, fromDataAnnotation
|
|
623
|
-
GetCommentConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
624
|
-
GetMappingFragments(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IConventionEntityTypeMappingFragment>>;
|
|
625
|
-
GetMappingFragments(storeObjectType: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IConventionEntityTypeMappingFragment>>;
|
|
633
|
+
GetCheckConstraints(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IConventionCheckConstraint>>;
|
|
634
|
+
GetDeclaredCheckConstraints(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IConventionCheckConstraint>>;
|
|
635
|
+
SetComment(comment: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
636
|
+
GetCommentConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
637
|
+
GetMappingFragments(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IConventionEntityTypeMappingFragment>>;
|
|
638
|
+
GetMappingFragments(storeObjectType: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IConventionEntityTypeMappingFragment>>;
|
|
626
639
|
FindMappingFragment(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionEntityTypeMappingFragment | undefined>;
|
|
627
|
-
GetOrCreateMappingFragment(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation
|
|
640
|
+
GetOrCreateMappingFragment(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionEntityTypeMappingFragment>;
|
|
628
641
|
RemoveMappingFragment(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionEntityTypeMappingFragment | undefined>;
|
|
629
|
-
FindRowInternalForeignKeys(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IConventionForeignKey>>;
|
|
630
|
-
SetIsTableExcludedFromMigrations(excluded: Nullable_1<System_Internal.Boolean>, fromDataAnnotation
|
|
631
|
-
SetIsTableExcludedFromMigrations(excluded: Nullable_1<System_Internal.Boolean>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation
|
|
632
|
-
GetIsTableExcludedFromMigrationsConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
633
|
-
GetIsTableExcludedFromMigrationsConfigurationSource(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
634
|
-
SetMappingStrategy(strategy: string, fromDataAnnotation
|
|
635
|
-
GetMappingStrategyConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
636
|
-
SetContainerColumnTypeMapping(typeMapping: Microsoft_EntityFrameworkCore_Storage.RelationalTypeMapping, fromDataAnnotation
|
|
637
|
-
GetContainerColumnTypeMappingConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
638
|
-
SetJsonPropertyName(name: string, fromDataAnnotation
|
|
639
|
-
GetJsonPropertyNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
642
|
+
FindRowInternalForeignKeys(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IConventionForeignKey>>;
|
|
643
|
+
SetIsTableExcludedFromMigrations(excluded: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
|
|
644
|
+
SetIsTableExcludedFromMigrations(excluded: System.Nullable_1<System_Internal.Boolean>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
|
|
645
|
+
GetIsTableExcludedFromMigrationsConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
646
|
+
GetIsTableExcludedFromMigrationsConfigurationSource(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
647
|
+
SetMappingStrategy(strategy: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
648
|
+
GetMappingStrategyConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
649
|
+
SetContainerColumnTypeMapping(typeMapping: Microsoft_EntityFrameworkCore_Storage.RelationalTypeMapping, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Storage.RelationalTypeMapping | undefined>;
|
|
650
|
+
GetContainerColumnTypeMappingConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
651
|
+
SetJsonPropertyName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
652
|
+
GetJsonPropertyNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
640
653
|
}
|
|
641
654
|
|
|
642
655
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionForeignKey {
|
|
643
|
-
SetConstraintName(value: string, fromDataAnnotation
|
|
644
|
-
GetConstraintNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
656
|
+
SetConstraintName(value: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
657
|
+
GetConstraintNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
645
658
|
FindSharedObjectRootForeignKey(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionForeignKey | undefined>;
|
|
646
659
|
}
|
|
647
660
|
|
|
648
661
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionIndex {
|
|
649
|
-
SetDatabaseName(name: string, fromDataAnnotation
|
|
650
|
-
GetDatabaseNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
651
|
-
SetFilter(value: string, fromDataAnnotation
|
|
652
|
-
GetFilterConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
662
|
+
SetDatabaseName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
663
|
+
GetDatabaseNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
664
|
+
SetFilter(value: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
665
|
+
GetFilterConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
653
666
|
FindSharedObjectRootIndex(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionIndex | undefined>;
|
|
654
667
|
}
|
|
655
668
|
|
|
656
669
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionKey {
|
|
657
|
-
SetName(name: string, fromDataAnnotation
|
|
658
|
-
GetNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
670
|
+
SetName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
671
|
+
GetNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
659
672
|
FindSharedObjectRootKey(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionKey | undefined>;
|
|
660
673
|
}
|
|
661
674
|
|
|
662
675
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionModel {
|
|
663
|
-
SetDefaultSchema(value: string, fromDataAnnotation
|
|
664
|
-
GetDefaultSchemaConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
665
|
-
SetMaxIdentifierLength(length: Nullable_1<System_Internal.Int32>, fromDataAnnotation
|
|
666
|
-
GetMaxIdentifierLengthConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
667
|
-
FindSequence(name: string, schema
|
|
668
|
-
AddSequence(name: string, schema
|
|
669
|
-
RemoveSequence(name: string, schema
|
|
670
|
-
GetSequences(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IConventionSequence>>;
|
|
671
|
-
FindDbFunction(method: MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionDbFunction | undefined>;
|
|
676
|
+
SetDefaultSchema(value: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
677
|
+
GetDefaultSchemaConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
678
|
+
SetMaxIdentifierLength(length: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
|
|
679
|
+
GetMaxIdentifierLengthConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
680
|
+
FindSequence(name: string, schema?: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionSequence | undefined>;
|
|
681
|
+
AddSequence(name: string, schema?: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionSequence | undefined>;
|
|
682
|
+
RemoveSequence(name: string, schema?: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionSequence | undefined>;
|
|
683
|
+
GetSequences(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IConventionSequence>>;
|
|
684
|
+
FindDbFunction(method: System_Reflection.MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionDbFunction | undefined>;
|
|
672
685
|
FindDbFunction(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionDbFunction | undefined>;
|
|
673
|
-
AddDbFunction(methodInfo: MethodInfo, fromDataAnnotation
|
|
674
|
-
AddDbFunction(name: string, returnType: Type, fromDataAnnotation
|
|
675
|
-
RemoveDbFunction(method: MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionDbFunction | undefined>;
|
|
686
|
+
AddDbFunction(methodInfo: System_Reflection.MethodInfo, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionDbFunction>;
|
|
687
|
+
AddDbFunction(name: string, returnType: System.Type, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionDbFunction>;
|
|
688
|
+
RemoveDbFunction(method: System_Reflection.MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionDbFunction | undefined>;
|
|
676
689
|
RemoveDbFunction(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionDbFunction | undefined>;
|
|
677
|
-
GetDbFunctions(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IConventionDbFunction>>;
|
|
678
|
-
SetCollation(value: string, fromDataAnnotation
|
|
679
|
-
GetCollationConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
680
|
-
UseNamedDefaultConstraints(value: Nullable_1<System_Internal.Boolean>, fromDataAnnotation
|
|
681
|
-
UseNamedDefaultConstraintsConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
690
|
+
GetDbFunctions(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IConventionDbFunction>>;
|
|
691
|
+
SetCollation(value: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
692
|
+
GetCollationConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
693
|
+
UseNamedDefaultConstraints(value: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
|
|
694
|
+
UseNamedDefaultConstraintsConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
682
695
|
}
|
|
683
696
|
|
|
684
697
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionProperty {
|
|
685
|
-
SetColumnName(name: string, fromDataAnnotation
|
|
686
|
-
SetColumnName(name: string, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation
|
|
687
|
-
GetColumnNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
688
|
-
GetColumnNameConfigurationSource(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
689
|
-
SetColumnOrder(order: Nullable_1<System_Internal.Int32>, fromDataAnnotation
|
|
690
|
-
GetColumnOrderConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
691
|
-
SetColumnType(value: string, fromDataAnnotation
|
|
692
|
-
GetColumnTypeConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
693
|
-
SetDefaultValueSql(value: string, fromDataAnnotation
|
|
694
|
-
GetDefaultValueSqlConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
695
|
-
SetComputedColumnSql(value: string, fromDataAnnotation
|
|
696
|
-
GetComputedColumnSqlConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
697
|
-
SetIsStored(value: Nullable_1<System_Internal.Boolean>, fromDataAnnotation
|
|
698
|
-
GetIsStoredConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
699
|
-
SetDefaultValue(value: unknown, fromDataAnnotation
|
|
700
|
-
GetDefaultValueConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
701
|
-
SetIsFixedLength(fixedLength: Nullable_1<System_Internal.Boolean>, fromDataAnnotation
|
|
702
|
-
GetIsFixedLengthConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
703
|
-
SetComment(comment: string, fromDataAnnotation
|
|
704
|
-
GetCommentConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
705
|
-
SetCollation(collation: string, fromDataAnnotation
|
|
706
|
-
GetCollationConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
698
|
+
SetColumnName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
699
|
+
SetColumnName(name: string, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
700
|
+
GetColumnNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
701
|
+
GetColumnNameConfigurationSource(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
702
|
+
SetColumnOrder(order: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
|
|
703
|
+
GetColumnOrderConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
704
|
+
SetColumnType(value: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
705
|
+
GetColumnTypeConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
706
|
+
SetDefaultValueSql(value: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
707
|
+
GetDefaultValueSqlConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
708
|
+
SetComputedColumnSql(value: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
709
|
+
GetComputedColumnSqlConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
710
|
+
SetIsStored(value: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
|
|
711
|
+
GetIsStoredConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
712
|
+
SetDefaultValue(value: unknown, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<unknown | undefined>;
|
|
713
|
+
GetDefaultValueConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
714
|
+
SetIsFixedLength(fixedLength: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
|
|
715
|
+
GetIsFixedLengthConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
716
|
+
SetComment(comment: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
717
|
+
GetCommentConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
718
|
+
SetCollation(collation: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
719
|
+
GetCollationConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
707
720
|
FindSharedStoreObjectRootProperty(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionProperty | undefined>;
|
|
708
|
-
GetOverrides(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IConventionRelationalPropertyOverrides>>;
|
|
721
|
+
GetOverrides(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IConventionRelationalPropertyOverrides>>;
|
|
709
722
|
FindOverrides(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionRelationalPropertyOverrides | undefined>;
|
|
710
|
-
GetOrCreateOverrides(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation
|
|
723
|
+
GetOrCreateOverrides(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionRelationalPropertyOverrides>;
|
|
711
724
|
RemoveOverrides(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IConventionRelationalPropertyOverrides | undefined>;
|
|
712
|
-
SetJsonPropertyName(name: string, fromDataAnnotation
|
|
713
|
-
GetJsonPropertyNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
714
|
-
SetDefaultConstraintName(defaultConstraintName: string, fromDataAnnotation
|
|
715
|
-
GetDefaultConstraintNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
725
|
+
SetJsonPropertyName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
726
|
+
GetJsonPropertyNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
727
|
+
SetDefaultConstraintName(defaultConstraintName: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
728
|
+
GetDefaultConstraintNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
716
729
|
}
|
|
717
730
|
|
|
718
731
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionTrigger {
|
|
719
|
-
SetDatabaseName(name: string, fromDataAnnotation
|
|
720
|
-
GetDatabaseNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
721
|
-
SetTableName(name: string, fromDataAnnotation
|
|
722
|
-
GetTableNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
723
|
-
SetTableSchema(schema: string, fromDataAnnotation
|
|
724
|
-
GetTableSchemaConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
732
|
+
SetDatabaseName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
733
|
+
GetDatabaseNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
734
|
+
SetTableName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
735
|
+
GetTableNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
736
|
+
SetTableSchema(schema: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
737
|
+
GetTableSchemaConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
725
738
|
}
|
|
726
739
|
|
|
727
740
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionTypeBase {
|
|
728
|
-
SetContainerColumnName(columnName: string, fromDataAnnotation
|
|
729
|
-
GetContainerColumnNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
730
|
-
SetContainerColumnType(columnType: string, fromDataAnnotation
|
|
731
|
-
GetContainerColumnTypeConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
741
|
+
SetContainerColumnName(columnName: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
742
|
+
GetContainerColumnNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
743
|
+
SetContainerColumnType(columnType: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
744
|
+
GetContainerColumnTypeConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
732
745
|
}
|
|
733
746
|
|
|
734
747
|
export interface __Ext_Microsoft_EntityFrameworkCore_IElementType {
|
|
@@ -740,36 +753,36 @@ export interface __Ext_Microsoft_EntityFrameworkCore_IEntityType {
|
|
|
740
753
|
GetInsertStoredProcedure(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IStoredProcedure | undefined>;
|
|
741
754
|
GetUpdateStoredProcedure(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IStoredProcedure | undefined>;
|
|
742
755
|
FindCheckConstraint(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.ICheckConstraint | undefined>;
|
|
743
|
-
GetCheckConstraints(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.ICheckConstraint>>;
|
|
744
|
-
GetDeclaredCheckConstraints(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.ICheckConstraint>>;
|
|
745
|
-
GetMappingFragments(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IEntityTypeMappingFragment>>;
|
|
746
|
-
GetMappingFragments(storeObjectType: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IEntityTypeMappingFragment>>;
|
|
756
|
+
GetCheckConstraints(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.ICheckConstraint>>;
|
|
757
|
+
GetDeclaredCheckConstraints(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.ICheckConstraint>>;
|
|
758
|
+
GetMappingFragments(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IEntityTypeMappingFragment>>;
|
|
759
|
+
GetMappingFragments(storeObjectType: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IEntityTypeMappingFragment>>;
|
|
747
760
|
FindMappingFragment(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IEntityTypeMappingFragment | undefined>;
|
|
748
|
-
FindRowInternalForeignKeys(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IForeignKey>>;
|
|
761
|
+
FindRowInternalForeignKeys(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IForeignKey>>;
|
|
749
762
|
}
|
|
750
763
|
|
|
751
764
|
export interface __Ext_Microsoft_EntityFrameworkCore_IForeignKey {
|
|
752
|
-
GetMappedConstraints(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IForeignKeyConstraint>>;
|
|
765
|
+
GetMappedConstraints(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IForeignKeyConstraint>>;
|
|
753
766
|
FindSharedObjectRootForeignKey(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IForeignKey | undefined>;
|
|
754
767
|
}
|
|
755
768
|
|
|
756
769
|
export interface __Ext_Microsoft_EntityFrameworkCore_IIndex {
|
|
757
|
-
GetMappedTableIndexes(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.ITableIndex>>;
|
|
770
|
+
GetMappedTableIndexes(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.ITableIndex>>;
|
|
758
771
|
FindSharedObjectRootIndex(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IIndex | undefined>;
|
|
759
772
|
}
|
|
760
773
|
|
|
761
774
|
export interface __Ext_Microsoft_EntityFrameworkCore_IKey {
|
|
762
|
-
GetMappedConstraints(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IUniqueConstraint>>;
|
|
775
|
+
GetMappedConstraints(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IUniqueConstraint>>;
|
|
763
776
|
FindSharedObjectRootKey(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IKey | undefined>;
|
|
764
777
|
}
|
|
765
778
|
|
|
766
779
|
export interface __Ext_Microsoft_EntityFrameworkCore_IModel {
|
|
767
780
|
GetRelationalModel(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IRelationalModel>;
|
|
768
|
-
FindSequence(name: string, schema
|
|
769
|
-
GetSequences(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.ISequence>>;
|
|
770
|
-
FindDbFunction(method: MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IDbFunction | undefined>;
|
|
781
|
+
FindSequence(name: string, schema?: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.ISequence | undefined>;
|
|
782
|
+
GetSequences(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.ISequence>>;
|
|
783
|
+
FindDbFunction(method: System_Reflection.MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IDbFunction | undefined>;
|
|
771
784
|
FindDbFunction(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IDbFunction | undefined>;
|
|
772
|
-
GetDbFunctions(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IDbFunction>>;
|
|
785
|
+
GetDbFunctions(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IDbFunction>>;
|
|
773
786
|
}
|
|
774
787
|
|
|
775
788
|
export interface __Ext_Microsoft_EntityFrameworkCore_IMutableComplexProperty {
|
|
@@ -778,7 +791,7 @@ export interface __Ext_Microsoft_EntityFrameworkCore_IMutableComplexProperty {
|
|
|
778
791
|
|
|
779
792
|
export interface __Ext_Microsoft_EntityFrameworkCore_IMutableElementType {
|
|
780
793
|
SetStoreType(value: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
781
|
-
SetIsFixedLength(fixedLength: Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
794
|
+
SetIsFixedLength(fixedLength: System.Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
782
795
|
}
|
|
783
796
|
|
|
784
797
|
export interface __Ext_Microsoft_EntityFrameworkCore_IMutableEntityType {
|
|
@@ -800,17 +813,17 @@ export interface __Ext_Microsoft_EntityFrameworkCore_IMutableEntityType {
|
|
|
800
813
|
FindCheckConstraint(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IMutableCheckConstraint | undefined>;
|
|
801
814
|
AddCheckConstraint(name: string, sql: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IMutableCheckConstraint>;
|
|
802
815
|
RemoveCheckConstraint(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IMutableCheckConstraint | undefined>;
|
|
803
|
-
GetCheckConstraints(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IMutableCheckConstraint>>;
|
|
804
|
-
GetDeclaredCheckConstraints(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IMutableCheckConstraint>>;
|
|
816
|
+
GetCheckConstraints(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IMutableCheckConstraint>>;
|
|
817
|
+
GetDeclaredCheckConstraints(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IMutableCheckConstraint>>;
|
|
805
818
|
SetComment(comment: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
806
|
-
GetMappingFragments(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IMutableEntityTypeMappingFragment>>;
|
|
807
|
-
GetMappingFragments(storeObjectType: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IMutableEntityTypeMappingFragment>>;
|
|
819
|
+
GetMappingFragments(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IMutableEntityTypeMappingFragment>>;
|
|
820
|
+
GetMappingFragments(storeObjectType: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IMutableEntityTypeMappingFragment>>;
|
|
808
821
|
FindMappingFragment(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IMutableEntityTypeMappingFragment | undefined>;
|
|
809
822
|
GetOrCreateMappingFragment(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IMutableEntityTypeMappingFragment>;
|
|
810
823
|
RemoveMappingFragment(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IMutableEntityTypeMappingFragment | undefined>;
|
|
811
|
-
FindRowInternalForeignKeys(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IMutableForeignKey>>;
|
|
812
|
-
SetIsTableExcludedFromMigrations(excluded: Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
813
|
-
SetIsTableExcludedFromMigrations(excluded: Nullable_1<System_Internal.Boolean>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
824
|
+
FindRowInternalForeignKeys(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IMutableForeignKey>>;
|
|
825
|
+
SetIsTableExcludedFromMigrations(excluded: System.Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
826
|
+
SetIsTableExcludedFromMigrations(excluded: System.Nullable_1<System_Internal.Boolean>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
814
827
|
SetMappingStrategy(strategy: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
815
828
|
SetContainerColumnTypeMapping(typeMapping: Microsoft_EntityFrameworkCore_Storage.RelationalTypeMapping): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
816
829
|
SetJsonPropertyName(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
@@ -834,18 +847,18 @@ export interface __Ext_Microsoft_EntityFrameworkCore_IMutableKey {
|
|
|
834
847
|
|
|
835
848
|
export interface __Ext_Microsoft_EntityFrameworkCore_IMutableModel {
|
|
836
849
|
SetDefaultSchema(value: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
837
|
-
SetMaxIdentifierLength(length: Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
838
|
-
FindSequence(name: string, schema
|
|
839
|
-
AddSequence(name: string, schema
|
|
840
|
-
RemoveSequence(name: string, schema
|
|
841
|
-
GetSequences(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IMutableSequence>>;
|
|
842
|
-
FindDbFunction(method: MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IMutableDbFunction | undefined>;
|
|
850
|
+
SetMaxIdentifierLength(length: System.Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
851
|
+
FindSequence(name: string, schema?: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IMutableSequence | undefined>;
|
|
852
|
+
AddSequence(name: string, schema?: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IMutableSequence>;
|
|
853
|
+
RemoveSequence(name: string, schema?: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IMutableSequence | undefined>;
|
|
854
|
+
GetSequences(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IMutableSequence>>;
|
|
855
|
+
FindDbFunction(method: System_Reflection.MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IMutableDbFunction | undefined>;
|
|
843
856
|
FindDbFunction(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IMutableDbFunction | undefined>;
|
|
844
|
-
AddDbFunction(methodInfo: MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IMutableDbFunction>;
|
|
845
|
-
AddDbFunction(name: string, returnType: Type): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IMutableDbFunction>;
|
|
846
|
-
RemoveDbFunction(method: MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IMutableDbFunction | undefined>;
|
|
857
|
+
AddDbFunction(methodInfo: System_Reflection.MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IMutableDbFunction>;
|
|
858
|
+
AddDbFunction(name: string, returnType: System.Type): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IMutableDbFunction>;
|
|
859
|
+
RemoveDbFunction(method: System_Reflection.MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IMutableDbFunction | undefined>;
|
|
847
860
|
RemoveDbFunction(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IMutableDbFunction | undefined>;
|
|
848
|
-
GetDbFunctions(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IMutableDbFunction>>;
|
|
861
|
+
GetDbFunctions(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IMutableDbFunction>>;
|
|
849
862
|
SetCollation(value: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
850
863
|
UseNamedDefaultConstraints(value: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
851
864
|
}
|
|
@@ -853,17 +866,17 @@ export interface __Ext_Microsoft_EntityFrameworkCore_IMutableModel {
|
|
|
853
866
|
export interface __Ext_Microsoft_EntityFrameworkCore_IMutableProperty {
|
|
854
867
|
SetColumnName(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
855
868
|
SetColumnName(name: string, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
856
|
-
SetColumnOrder(order: Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
869
|
+
SetColumnOrder(order: System.Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
857
870
|
SetColumnType(value: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
858
871
|
SetDefaultValueSql(value: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
859
872
|
SetComputedColumnSql(value: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
860
|
-
SetIsStored(value: Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
873
|
+
SetIsStored(value: System.Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
861
874
|
SetDefaultValue(value: unknown): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
862
|
-
SetIsFixedLength(fixedLength: Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
875
|
+
SetIsFixedLength(fixedLength: System.Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
863
876
|
SetComment(comment: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
864
877
|
SetCollation(collation: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
865
878
|
FindSharedStoreObjectRootProperty(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IMutableProperty | undefined>;
|
|
866
|
-
GetOverrides(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IMutableRelationalPropertyOverrides>>;
|
|
879
|
+
GetOverrides(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IMutableRelationalPropertyOverrides>>;
|
|
867
880
|
FindOverrides(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IMutableRelationalPropertyOverrides | undefined>;
|
|
868
881
|
GetOrCreateOverrides(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IMutableRelationalPropertyOverrides>;
|
|
869
882
|
RemoveOverrides(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IMutableRelationalPropertyOverrides | undefined>;
|
|
@@ -885,19 +898,19 @@ export interface __Ext_Microsoft_EntityFrameworkCore_IMutableTypeBase {
|
|
|
885
898
|
export interface __Ext_Microsoft_EntityFrameworkCore_IProperty {
|
|
886
899
|
GetColumnType(): ExtensionMethods_Microsoft_EntityFrameworkCore<string>;
|
|
887
900
|
GetColumnType(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<string>;
|
|
888
|
-
GetDefaultColumnMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IColumnMappingBase>>;
|
|
889
|
-
GetTableColumnMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IColumnMapping>>;
|
|
890
|
-
GetViewColumnMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IViewColumnMapping>>;
|
|
891
|
-
GetSqlQueryColumnMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.ISqlQueryColumnMapping>>;
|
|
892
|
-
GetFunctionColumnMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IFunctionColumnMapping>>;
|
|
893
|
-
GetInsertStoredProcedureResultColumnMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IStoredProcedureResultColumnMapping>>;
|
|
894
|
-
GetInsertStoredProcedureParameterMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IStoredProcedureParameterMapping>>;
|
|
895
|
-
GetDeleteStoredProcedureParameterMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IStoredProcedureParameterMapping>>;
|
|
896
|
-
GetUpdateStoredProcedureResultColumnMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IStoredProcedureResultColumnMapping>>;
|
|
897
|
-
GetUpdateStoredProcedureParameterMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IStoredProcedureParameterMapping>>;
|
|
901
|
+
GetDefaultColumnMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IColumnMappingBase>>;
|
|
902
|
+
GetTableColumnMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IColumnMapping>>;
|
|
903
|
+
GetViewColumnMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IViewColumnMapping>>;
|
|
904
|
+
GetSqlQueryColumnMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.ISqlQueryColumnMapping>>;
|
|
905
|
+
GetFunctionColumnMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IFunctionColumnMapping>>;
|
|
906
|
+
GetInsertStoredProcedureResultColumnMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IStoredProcedureResultColumnMapping>>;
|
|
907
|
+
GetInsertStoredProcedureParameterMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IStoredProcedureParameterMapping>>;
|
|
908
|
+
GetDeleteStoredProcedureParameterMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IStoredProcedureParameterMapping>>;
|
|
909
|
+
GetUpdateStoredProcedureResultColumnMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IStoredProcedureResultColumnMapping>>;
|
|
910
|
+
GetUpdateStoredProcedureParameterMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IStoredProcedureParameterMapping>>;
|
|
898
911
|
FindColumn(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IColumnBase | undefined>;
|
|
899
912
|
FindSharedStoreObjectRootProperty(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IProperty | undefined>;
|
|
900
|
-
GetOverrides(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IRelationalPropertyOverrides>>;
|
|
913
|
+
GetOverrides(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IRelationalPropertyOverrides>>;
|
|
901
914
|
FindOverrides(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IRelationalPropertyOverrides | undefined>;
|
|
902
915
|
GetReaderFieldValue(relationalReader: Microsoft_EntityFrameworkCore_Storage.RelationalDataReader, ordinal: int, detailedErrorsEnabled: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<unknown | undefined>;
|
|
903
916
|
}
|
|
@@ -908,15 +921,15 @@ export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyComplexProperty {
|
|
|
908
921
|
|
|
909
922
|
export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyElementType {
|
|
910
923
|
GetStoreType(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
911
|
-
IsFixedLength(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<System_Internal.Boolean>>;
|
|
912
|
-
IsFixedLength(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<System_Internal.Boolean>>;
|
|
924
|
+
IsFixedLength(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
|
|
925
|
+
IsFixedLength(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
|
|
913
926
|
GetRelationalTypeMapping(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Storage.RelationalTypeMapping>;
|
|
914
927
|
FindRelationalTypeMapping(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Storage.RelationalTypeMapping | undefined>;
|
|
915
928
|
}
|
|
916
929
|
|
|
917
930
|
export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyEntityType {
|
|
918
931
|
GetTableName(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
919
|
-
GetDefaultTableName(truncate
|
|
932
|
+
GetDefaultTableName(truncate?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
920
933
|
GetSchema(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
921
934
|
GetDefaultSchema(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
922
935
|
GetSchemaQualifiedTableName(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
@@ -932,13 +945,13 @@ export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyEntityType {
|
|
|
932
945
|
GetInsertStoredProcedure(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyStoredProcedure | undefined>;
|
|
933
946
|
GetUpdateStoredProcedure(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyStoredProcedure | undefined>;
|
|
934
947
|
FindCheckConstraint(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyCheckConstraint | undefined>;
|
|
935
|
-
GetCheckConstraints(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyCheckConstraint>>;
|
|
936
|
-
GetDeclaredCheckConstraints(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyCheckConstraint>>;
|
|
948
|
+
GetCheckConstraints(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyCheckConstraint>>;
|
|
949
|
+
GetDeclaredCheckConstraints(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyCheckConstraint>>;
|
|
937
950
|
GetComment(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
938
|
-
GetMappingFragments(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityTypeMappingFragment>>;
|
|
939
|
-
GetMappingFragments(storeObjectType: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityTypeMappingFragment>>;
|
|
951
|
+
GetMappingFragments(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityTypeMappingFragment>>;
|
|
952
|
+
GetMappingFragments(storeObjectType: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityTypeMappingFragment>>;
|
|
940
953
|
FindMappingFragment(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityTypeMappingFragment | undefined>;
|
|
941
|
-
FindRowInternalForeignKeys(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyForeignKey>>;
|
|
954
|
+
FindRowInternalForeignKeys(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyForeignKey>>;
|
|
942
955
|
IsTableExcludedFromMigrations(): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
943
956
|
IsTableExcludedFromMigrations(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
944
957
|
GetMappingStrategy(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
@@ -977,11 +990,11 @@ export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyKey {
|
|
|
977
990
|
export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyModel {
|
|
978
991
|
GetDefaultSchema(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
979
992
|
GetMaxIdentifierLength(): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
|
|
980
|
-
FindSequence(name: string, schema
|
|
981
|
-
GetSequences(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlySequence>>;
|
|
982
|
-
FindDbFunction(method: MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyDbFunction | undefined>;
|
|
993
|
+
FindSequence(name: string, schema?: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IReadOnlySequence | undefined>;
|
|
994
|
+
GetSequences(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlySequence>>;
|
|
995
|
+
FindDbFunction(method: System_Reflection.MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyDbFunction | undefined>;
|
|
983
996
|
FindDbFunction(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyDbFunction | undefined>;
|
|
984
|
-
GetDbFunctions(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyDbFunction>>;
|
|
997
|
+
GetDbFunctions(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyDbFunction>>;
|
|
985
998
|
GetCollation(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
986
999
|
AreNamedDefaultConstraintsUsed(): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
987
1000
|
}
|
|
@@ -993,26 +1006,26 @@ export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyProperty {
|
|
|
993
1006
|
GetDefaultColumnBaseName(): ExtensionMethods_Microsoft_EntityFrameworkCore<string>;
|
|
994
1007
|
GetDefaultColumnName(): ExtensionMethods_Microsoft_EntityFrameworkCore<string>;
|
|
995
1008
|
GetDefaultColumnName(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
996
|
-
GetColumnOrder(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<System_Internal.Int32>>;
|
|
997
|
-
GetColumnOrder(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<System_Internal.Int32>>;
|
|
1009
|
+
GetColumnOrder(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
|
|
1010
|
+
GetColumnOrder(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
|
|
998
1011
|
GetColumnType(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
999
1012
|
GetColumnType(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
1000
1013
|
GetDefaultValueSql(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
1001
1014
|
GetDefaultValueSql(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
1002
1015
|
GetComputedColumnSql(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
1003
1016
|
GetComputedColumnSql(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
1004
|
-
GetIsStored(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<System_Internal.Boolean>>;
|
|
1005
|
-
GetIsStored(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<System_Internal.Boolean>>;
|
|
1017
|
+
GetIsStored(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
|
|
1018
|
+
GetIsStored(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
|
|
1006
1019
|
GetDefaultValue(): ExtensionMethods_Microsoft_EntityFrameworkCore<unknown | undefined>;
|
|
1007
1020
|
TryGetDefaultValue(defaultValue: unknown): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
1008
1021
|
GetDefaultValue(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<unknown | undefined>;
|
|
1009
1022
|
TryGetDefaultValue(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, defaultValue: unknown): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
1010
|
-
GetMaxLength(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<System_Internal.Int32>>;
|
|
1011
|
-
GetPrecision(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<System_Internal.Int32>>;
|
|
1012
|
-
GetScale(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<System_Internal.Int32>>;
|
|
1013
|
-
IsUnicode(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<System_Internal.Boolean>>;
|
|
1014
|
-
IsFixedLength(): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<System_Internal.Boolean>>;
|
|
1015
|
-
IsFixedLength(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Nullable_1<System_Internal.Boolean>>;
|
|
1023
|
+
GetMaxLength(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
|
|
1024
|
+
GetPrecision(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
|
|
1025
|
+
GetScale(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
|
|
1026
|
+
IsUnicode(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
|
|
1027
|
+
IsFixedLength(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
|
|
1028
|
+
IsFixedLength(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
|
|
1016
1029
|
IsColumnNullable(): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
1017
1030
|
IsColumnNullable(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
1018
1031
|
GetComment(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
@@ -1023,9 +1036,9 @@ export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyProperty {
|
|
|
1023
1036
|
FindRelationalTypeMapping(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Storage.RelationalTypeMapping | undefined>;
|
|
1024
1037
|
FindRelationalTypeMapping(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Storage.RelationalTypeMapping | undefined>;
|
|
1025
1038
|
FindSharedStoreObjectRootProperty(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty | undefined>;
|
|
1026
|
-
GetOverrides(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyRelationalPropertyOverrides>>;
|
|
1039
|
+
GetOverrides(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyRelationalPropertyOverrides>>;
|
|
1027
1040
|
FindOverrides(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyRelationalPropertyOverrides | undefined>;
|
|
1028
|
-
GetMappedStoreObjects(storeObjectType: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier>>;
|
|
1041
|
+
GetMappedStoreObjects(storeObjectType: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier>>;
|
|
1029
1042
|
GetJsonPropertyName(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
1030
1043
|
GetDefaultConstraintName(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
1031
1044
|
GetDefaultConstraintName(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
@@ -1051,8 +1064,8 @@ export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyTypeBase {
|
|
|
1051
1064
|
GetDeleteStoredProcedure(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyStoredProcedure | undefined>;
|
|
1052
1065
|
GetInsertStoredProcedure(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyStoredProcedure | undefined>;
|
|
1053
1066
|
GetUpdateStoredProcedure(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyStoredProcedure | undefined>;
|
|
1054
|
-
GetMappingFragments(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityTypeMappingFragment>>;
|
|
1055
|
-
GetMappingFragments(storeObjectType: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityTypeMappingFragment>>;
|
|
1067
|
+
GetMappingFragments(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityTypeMappingFragment>>;
|
|
1068
|
+
GetMappingFragments(storeObjectType: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityTypeMappingFragment>>;
|
|
1056
1069
|
FindMappingFragment(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityTypeMappingFragment | undefined>;
|
|
1057
1070
|
GetMappingStrategy(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
|
|
1058
1071
|
IsMappedToJson(): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
|
|
@@ -1062,38 +1075,38 @@ export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyTypeBase {
|
|
|
1062
1075
|
}
|
|
1063
1076
|
|
|
1064
1077
|
export interface __Ext_Microsoft_EntityFrameworkCore_ITypeBase {
|
|
1065
|
-
GetDefaultMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.ITableMappingBase>>;
|
|
1066
|
-
GetTableMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.ITableMapping>>;
|
|
1067
|
-
GetViewMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IViewMapping>>;
|
|
1068
|
-
GetSqlQueryMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.ISqlQueryMapping>>;
|
|
1069
|
-
GetFunctionMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IFunctionMapping>>;
|
|
1078
|
+
GetDefaultMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.ITableMappingBase>>;
|
|
1079
|
+
GetTableMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.ITableMapping>>;
|
|
1080
|
+
GetViewMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IViewMapping>>;
|
|
1081
|
+
GetSqlQueryMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.ISqlQueryMapping>>;
|
|
1082
|
+
GetFunctionMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IFunctionMapping>>;
|
|
1070
1083
|
GetDeleteStoredProcedure(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IStoredProcedure | undefined>;
|
|
1071
1084
|
GetInsertStoredProcedure(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IStoredProcedure | undefined>;
|
|
1072
1085
|
GetUpdateStoredProcedure(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IStoredProcedure | undefined>;
|
|
1073
|
-
GetInsertStoredProcedureMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IStoredProcedureMapping>>;
|
|
1074
|
-
GetDeleteStoredProcedureMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IStoredProcedureMapping>>;
|
|
1075
|
-
GetUpdateStoredProcedureMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IStoredProcedureMapping>>;
|
|
1076
|
-
GetMappingFragments(): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IEntityTypeMappingFragment>>;
|
|
1077
|
-
GetMappingFragments(storeObjectType: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): ExtensionMethods_Microsoft_EntityFrameworkCore<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IEntityTypeMappingFragment>>;
|
|
1086
|
+
GetInsertStoredProcedureMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IStoredProcedureMapping>>;
|
|
1087
|
+
GetDeleteStoredProcedureMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IStoredProcedureMapping>>;
|
|
1088
|
+
GetUpdateStoredProcedureMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IStoredProcedureMapping>>;
|
|
1089
|
+
GetMappingFragments(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IEntityTypeMappingFragment>>;
|
|
1090
|
+
GetMappingFragments(storeObjectType: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IEntityTypeMappingFragment>>;
|
|
1078
1091
|
FindMappingFragment(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IEntityTypeMappingFragment | undefined>;
|
|
1079
1092
|
}
|
|
1080
1093
|
|
|
1081
1094
|
export interface __Ext_Microsoft_EntityFrameworkCore_ModelBuilder {
|
|
1082
|
-
HasSequence(name: string, schema
|
|
1083
|
-
HasSequence(name: string, builderAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SequenceBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
1084
|
-
HasSequence(name: string, schema: string, builderAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SequenceBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
1085
|
-
HasSequence(type: Type, name: string, schema
|
|
1086
|
-
HasSequence(type: Type, name: string, builderAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SequenceBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
1087
|
-
HasSequence(type: Type, name: string, schema: string, builderAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SequenceBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
1088
|
-
HasDbFunction(methodInfo: MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.DbFunctionBuilder>;
|
|
1089
|
-
HasDbFunction<TResult>(expression: Expression_1<Func_1<TResult>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.DbFunctionBuilder>;
|
|
1090
|
-
HasDbFunction(methodInfo: MethodInfo, builderAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.DbFunctionBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
1095
|
+
HasSequence(name: string, schema?: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.SequenceBuilder>;
|
|
1096
|
+
HasSequence(name: string, builderAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SequenceBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
1097
|
+
HasSequence(name: string, schema: string, builderAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SequenceBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
1098
|
+
HasSequence(type: System.Type, name: string, schema?: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.SequenceBuilder>;
|
|
1099
|
+
HasSequence(type: System.Type, name: string, builderAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SequenceBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
1100
|
+
HasSequence(type: System.Type, name: string, schema: string, builderAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SequenceBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
1101
|
+
HasDbFunction(methodInfo: System_Reflection.MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.DbFunctionBuilder>;
|
|
1102
|
+
HasDbFunction<TResult>(expression: System_Linq_Expressions.Expression_1<System.Func_1<TResult>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.DbFunctionBuilder>;
|
|
1103
|
+
HasDbFunction(methodInfo: System_Reflection.MethodInfo, builderAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.DbFunctionBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
1091
1104
|
HasDefaultSchema(schema: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
1092
1105
|
UseCollation(collation: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
1093
1106
|
}
|
|
1094
1107
|
|
|
1095
1108
|
export interface __Ext_Microsoft_EntityFrameworkCore_IIncludableQueryable_2<TEntity, TProperty> {
|
|
1096
|
-
ThenInclude<TPreviousProperty, TProperty>(navigationPropertyPath: Expression_1<Func_2<TPreviousProperty, TProperty>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Query.IIncludableQueryable_2<TEntity, TProperty>>;
|
|
1109
|
+
ThenInclude<TPreviousProperty, TProperty>(navigationPropertyPath: System_Linq_Expressions.Expression_1<System.Func_2<TPreviousProperty, TProperty>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Query.IIncludableQueryable_2<TEntity, TProperty>>;
|
|
1097
1110
|
}
|
|
1098
1111
|
|
|
1099
1112
|
export interface __Ext_Microsoft_EntityFrameworkCore_TableExpressionBase {
|
|
@@ -1101,29 +1114,136 @@ export interface __Ext_Microsoft_EntityFrameworkCore_TableExpressionBase {
|
|
|
1101
1114
|
}
|
|
1102
1115
|
|
|
1103
1116
|
export interface __Ext_Microsoft_EntityFrameworkCore_IExecutionStrategy {
|
|
1104
|
-
Execute(operation: Action): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
1105
|
-
Execute<TResult>(operation: Func_1<TResult>): ExtensionMethods_Microsoft_EntityFrameworkCore<TResult>;
|
|
1106
|
-
Execute<TState>(state: TState, operation: Action_1<TState>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
1107
|
-
ExecuteAsync(operation: Func_1<Task>): ExtensionMethods_Microsoft_EntityFrameworkCore<Task>;
|
|
1108
|
-
ExecuteAsync(operation: Func_2<CancellationToken, Task>, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<Task>;
|
|
1109
|
-
ExecuteAsync<TResult>(operation: Func_1<Task_1<TResult>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Task_1<TResult>>;
|
|
1110
|
-
ExecuteAsync<TResult>(operation: Func_2<CancellationToken, Task_1<TResult>>, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<Task_1<TResult>>;
|
|
1111
|
-
ExecuteAsync<TState>(state: TState, operation: Func_2<TState, Task>): ExtensionMethods_Microsoft_EntityFrameworkCore<Task>;
|
|
1112
|
-
ExecuteAsync<TState>(state: TState, operation: Func_3<TState, CancellationToken, Task>, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<Task>;
|
|
1113
|
-
ExecuteAsync<TState, TResult>(state: TState, operation: Func_2<TState, Task_1<TResult>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Task_1<TResult>>;
|
|
1114
|
-
Execute<TState, TResult>(state: TState, operation: Func_2<TState, TResult>): ExtensionMethods_Microsoft_EntityFrameworkCore<TResult>;
|
|
1115
|
-
ExecuteAsync<TState, TResult>(state: TState, operation: Func_3<TState, CancellationToken, Task_1<TResult>>, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<Task_1<TResult>>;
|
|
1116
|
-
Execute<TState, TResult>(state: TState, operation: Func_2<TState, TResult>, verifySucceeded: Func_2<TState, Microsoft_EntityFrameworkCore_Storage.ExecutionResult_1<TResult>>): ExtensionMethods_Microsoft_EntityFrameworkCore<TResult>;
|
|
1117
|
-
ExecuteAsync<TState, TResult>(state: TState, operation: Func_3<TState, CancellationToken, Task_1<TResult>>, verifySucceeded: Func_3<TState, CancellationToken, Task_1<Microsoft_EntityFrameworkCore_Storage.ExecutionResult_1<TResult>>>, cancellationToken
|
|
1118
|
-
ExecuteInTransaction(operation: Action, verifySucceeded: Func_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
1119
|
-
ExecuteInTransactionAsync(operation: Func_1<Task>, verifySucceeded: Func_1<Task_1<System_Internal.Boolean>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Task>;
|
|
1120
|
-
ExecuteInTransactionAsync(operation: Func_2<CancellationToken, Task>, verifySucceeded: Func_2<CancellationToken, Task_1<System_Internal.Boolean>>, cancellationToken
|
|
1121
|
-
ExecuteInTransaction<TResult>(operation: Func_1<TResult>, verifySucceeded: Func_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<TResult>;
|
|
1122
|
-
ExecuteInTransactionAsync<TResult>(operation: Func_2<CancellationToken, Task_1<TResult>>, verifySucceeded: Func_2<CancellationToken, Task_1<System_Internal.Boolean>>, cancellationToken
|
|
1123
|
-
ExecuteInTransaction<TState>(state: TState, operation: Action_1<TState>, verifySucceeded: Func_2<TState, System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
1124
|
-
ExecuteInTransactionAsync<TState>(state: TState, operation: Func_3<TState, CancellationToken, Task>, verifySucceeded: Func_3<TState, CancellationToken, Task_1<System_Internal.Boolean>>, cancellationToken
|
|
1125
|
-
ExecuteInTransaction<TState, TResult>(state: TState, operation: Func_2<TState, TResult>, verifySucceeded: Func_2<TState, System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<TResult>;
|
|
1126
|
-
ExecuteInTransactionAsync<TState, TResult>(state: TState, operation: Func_3<TState, CancellationToken, Task_1<TResult>>, verifySucceeded: Func_3<TState, CancellationToken, Task_1<System_Internal.Boolean>>, cancellationToken
|
|
1117
|
+
Execute(operation: System.Action): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
1118
|
+
Execute<TResult>(operation: System.Func_1<TResult>): ExtensionMethods_Microsoft_EntityFrameworkCore<TResult>;
|
|
1119
|
+
Execute<TState>(state: TState, operation: System.Action_1<TState>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
1120
|
+
ExecuteAsync(operation: System.Func_1<System_Threading_Tasks.Task>): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task>;
|
|
1121
|
+
ExecuteAsync(operation: System.Func_2<System_Threading.CancellationToken, System_Threading_Tasks.Task>, cancellationToken: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task>;
|
|
1122
|
+
ExecuteAsync<TResult>(operation: System.Func_1<System_Threading_Tasks.Task_1<TResult>>): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<TResult>>;
|
|
1123
|
+
ExecuteAsync<TResult>(operation: System.Func_2<System_Threading.CancellationToken, System_Threading_Tasks.Task_1<TResult>>, cancellationToken: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<TResult>>;
|
|
1124
|
+
ExecuteAsync<TState>(state: TState, operation: System.Func_2<TState, System_Threading_Tasks.Task>): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task>;
|
|
1125
|
+
ExecuteAsync<TState>(state: TState, operation: System.Func_3<TState, System_Threading.CancellationToken, System_Threading_Tasks.Task>, cancellationToken: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task>;
|
|
1126
|
+
ExecuteAsync<TState, TResult>(state: TState, operation: System.Func_2<TState, System_Threading_Tasks.Task_1<TResult>>): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<TResult>>;
|
|
1127
|
+
Execute<TState, TResult>(state: TState, operation: System.Func_2<TState, TResult>): ExtensionMethods_Microsoft_EntityFrameworkCore<TResult>;
|
|
1128
|
+
ExecuteAsync<TState, TResult>(state: TState, operation: System.Func_3<TState, System_Threading.CancellationToken, System_Threading_Tasks.Task_1<TResult>>, cancellationToken: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<TResult>>;
|
|
1129
|
+
Execute<TState, TResult>(state: TState, operation: System.Func_2<TState, TResult>, verifySucceeded: System.Func_2<TState, Microsoft_EntityFrameworkCore_Storage.ExecutionResult_1<TResult>>): ExtensionMethods_Microsoft_EntityFrameworkCore<TResult>;
|
|
1130
|
+
ExecuteAsync<TState, TResult>(state: TState, operation: System.Func_3<TState, System_Threading.CancellationToken, System_Threading_Tasks.Task_1<TResult>>, verifySucceeded: System.Func_3<TState, System_Threading.CancellationToken, System_Threading_Tasks.Task_1<Microsoft_EntityFrameworkCore_Storage.ExecutionResult_1<TResult>>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<TResult>>;
|
|
1131
|
+
ExecuteInTransaction(operation: System.Action, verifySucceeded: System.Func_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
1132
|
+
ExecuteInTransactionAsync(operation: System.Func_1<System_Threading_Tasks.Task>, verifySucceeded: System.Func_1<System_Threading_Tasks.Task_1<System_Internal.Boolean>>): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task>;
|
|
1133
|
+
ExecuteInTransactionAsync(operation: System.Func_2<System_Threading.CancellationToken, System_Threading_Tasks.Task>, verifySucceeded: System.Func_2<System_Threading.CancellationToken, System_Threading_Tasks.Task_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task>;
|
|
1134
|
+
ExecuteInTransaction<TResult>(operation: System.Func_1<TResult>, verifySucceeded: System.Func_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<TResult>;
|
|
1135
|
+
ExecuteInTransactionAsync<TResult>(operation: System.Func_2<System_Threading.CancellationToken, System_Threading_Tasks.Task_1<TResult>>, verifySucceeded: System.Func_2<System_Threading.CancellationToken, System_Threading_Tasks.Task_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<TResult>>;
|
|
1136
|
+
ExecuteInTransaction<TState>(state: TState, operation: System.Action_1<TState>, verifySucceeded: System.Func_2<TState, System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
1137
|
+
ExecuteInTransactionAsync<TState>(state: TState, operation: System.Func_3<TState, System_Threading.CancellationToken, System_Threading_Tasks.Task>, verifySucceeded: System.Func_3<TState, System_Threading.CancellationToken, System_Threading_Tasks.Task_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task>;
|
|
1138
|
+
ExecuteInTransaction<TState, TResult>(state: TState, operation: System.Func_2<TState, TResult>, verifySucceeded: System.Func_2<TState, System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<TResult>;
|
|
1139
|
+
ExecuteInTransactionAsync<TState, TResult>(state: TState, operation: System.Func_3<TState, System_Threading.CancellationToken, System_Threading_Tasks.Task_1<TResult>>, verifySucceeded: System.Func_3<TState, System_Threading.CancellationToken, System_Threading_Tasks.Task_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<TResult>>;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IEnumerable_1<T> {
|
|
1143
|
+
Format(includeTypes?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string>;
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_ObservableCollection_1<T> {
|
|
1147
|
+
ToBindingList(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_ComponentModel.BindingList_1<T>>;
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IQueryable {
|
|
1151
|
+
ToQueryString(): ExtensionMethods_Microsoft_EntityFrameworkCore<string>;
|
|
1152
|
+
CreateDbCommand(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Data_Common.DbCommand>;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IQueryable_1<T> {
|
|
1156
|
+
AnyAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Boolean>>;
|
|
1157
|
+
AnyAsync(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Boolean>>;
|
|
1158
|
+
AllAsync(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Boolean>>;
|
|
1159
|
+
CountAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Int32>>;
|
|
1160
|
+
CountAsync(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Int32>>;
|
|
1161
|
+
LongCountAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Int64>>;
|
|
1162
|
+
LongCountAsync(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Int64>>;
|
|
1163
|
+
ElementAtAsync(index: int, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<T>>;
|
|
1164
|
+
ElementAtOrDefaultAsync(index: int, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<T | undefined>>;
|
|
1165
|
+
FirstAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<T>>;
|
|
1166
|
+
FirstAsync(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<T>>;
|
|
1167
|
+
FirstOrDefaultAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<T | undefined>>;
|
|
1168
|
+
FirstOrDefaultAsync(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<T | undefined>>;
|
|
1169
|
+
LastAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<T>>;
|
|
1170
|
+
LastAsync(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<T>>;
|
|
1171
|
+
LastOrDefaultAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<T | undefined>>;
|
|
1172
|
+
LastOrDefaultAsync(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<T | undefined>>;
|
|
1173
|
+
SingleAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<T>>;
|
|
1174
|
+
SingleAsync(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<T>>;
|
|
1175
|
+
SingleOrDefaultAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<T | undefined>>;
|
|
1176
|
+
SingleOrDefaultAsync(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<T | undefined>>;
|
|
1177
|
+
MinAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<T>>;
|
|
1178
|
+
MinAsync<TResult>(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, TResult>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<TResult>>;
|
|
1179
|
+
MaxAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<T>>;
|
|
1180
|
+
MaxAsync<TResult>(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, TResult>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<TResult>>;
|
|
1181
|
+
SumAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Decimal>>;
|
|
1182
|
+
SumAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System.Nullable_1<System_Internal.Decimal>>>;
|
|
1183
|
+
SumAsync(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Decimal>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Decimal>>;
|
|
1184
|
+
SumAsync(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Decimal>>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System.Nullable_1<System_Internal.Decimal>>>;
|
|
1185
|
+
SumAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Int32>>;
|
|
1186
|
+
SumAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System.Nullable_1<System_Internal.Int32>>>;
|
|
1187
|
+
SumAsync(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Int32>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Int32>>;
|
|
1188
|
+
SumAsync(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Int32>>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System.Nullable_1<System_Internal.Int32>>>;
|
|
1189
|
+
SumAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Int64>>;
|
|
1190
|
+
SumAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System.Nullable_1<System_Internal.Int64>>>;
|
|
1191
|
+
SumAsync(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Int64>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Int64>>;
|
|
1192
|
+
SumAsync(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Int64>>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System.Nullable_1<System_Internal.Int64>>>;
|
|
1193
|
+
SumAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Double>>;
|
|
1194
|
+
SumAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System.Nullable_1<System_Internal.Double>>>;
|
|
1195
|
+
SumAsync(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Double>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Double>>;
|
|
1196
|
+
SumAsync(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Double>>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System.Nullable_1<System_Internal.Double>>>;
|
|
1197
|
+
SumAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Single>>;
|
|
1198
|
+
SumAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System.Nullable_1<System_Internal.Single>>>;
|
|
1199
|
+
SumAsync(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Single>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Single>>;
|
|
1200
|
+
SumAsync(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Single>>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System.Nullable_1<System_Internal.Single>>>;
|
|
1201
|
+
AverageAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Decimal>>;
|
|
1202
|
+
AverageAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System.Nullable_1<System_Internal.Decimal>>>;
|
|
1203
|
+
AverageAsync(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Decimal>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Decimal>>;
|
|
1204
|
+
AverageAsync(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Decimal>>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System.Nullable_1<System_Internal.Decimal>>>;
|
|
1205
|
+
AverageAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Double>>;
|
|
1206
|
+
AverageAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System.Nullable_1<System_Internal.Double>>>;
|
|
1207
|
+
AverageAsync(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Int32>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Double>>;
|
|
1208
|
+
AverageAsync(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Int32>>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System.Nullable_1<System_Internal.Double>>>;
|
|
1209
|
+
AverageAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Double>>;
|
|
1210
|
+
AverageAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System.Nullable_1<System_Internal.Double>>>;
|
|
1211
|
+
AverageAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Double>>;
|
|
1212
|
+
AverageAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System.Nullable_1<System_Internal.Double>>>;
|
|
1213
|
+
AverageAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Single>>;
|
|
1214
|
+
AverageAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System.Nullable_1<System_Internal.Single>>>;
|
|
1215
|
+
AverageAsync(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Single>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Single>>;
|
|
1216
|
+
AverageAsync(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Single>>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System.Nullable_1<System_Internal.Single>>>;
|
|
1217
|
+
ContainsAsync(item: T, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Boolean>>;
|
|
1218
|
+
ToListAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Collections_Generic.List_1<T>>>;
|
|
1219
|
+
ToArrayAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<T[]>>;
|
|
1220
|
+
ToHashSetAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Collections_Generic.HashSet_1<T>>>;
|
|
1221
|
+
ToHashSetAsync(comparer: System_Collections_Generic.IEqualityComparer_1<T>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Collections_Generic.HashSet_1<T>>>;
|
|
1222
|
+
Include<TProperty>(navigationPropertyPath: System_Linq_Expressions.Expression_1<System.Func_2<T, TProperty>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Query.IIncludableQueryable_2<T, TProperty>>;
|
|
1223
|
+
Include(navigationPropertyPath: string): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Linq.IQueryable_1<T>>;
|
|
1224
|
+
IgnoreAutoIncludes(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Linq.IQueryable_1<T>>;
|
|
1225
|
+
IgnoreQueryFilters(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Linq.IQueryable_1<T>>;
|
|
1226
|
+
IgnoreQueryFilters(filterKeys: System_Collections_Generic.IReadOnlyCollection_1<System_Internal.String>): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Linq.IQueryable_1<T>>;
|
|
1227
|
+
AsNoTracking(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Linq.IQueryable_1<T>>;
|
|
1228
|
+
AsNoTrackingWithIdentityResolution(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Linq.IQueryable_1<T>>;
|
|
1229
|
+
AsTracking(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Linq.IQueryable_1<T>>;
|
|
1230
|
+
AsTracking(track: Microsoft_EntityFrameworkCore.QueryTrackingBehavior): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Linq.IQueryable_1<T>>;
|
|
1231
|
+
TagWith(tag: string): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Linq.IQueryable_1<T>>;
|
|
1232
|
+
TagWithCallSite(filePath?: string, lineNumber?: int): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Linq.IQueryable_1<T>>;
|
|
1233
|
+
Load(): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
|
|
1234
|
+
LoadAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task>;
|
|
1235
|
+
ToDictionaryAsync<TKey>(keySelector: System.Func_2<T, TKey>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Collections_Generic.Dictionary_2<TKey, T>>>;
|
|
1236
|
+
ToDictionaryAsync<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Collections_Generic.Dictionary_2<TKey, T>>>;
|
|
1237
|
+
ToDictionaryAsync<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Collections_Generic.Dictionary_2<TKey, TElement>>>;
|
|
1238
|
+
ToDictionaryAsync<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Collections_Generic.Dictionary_2<TKey, TElement>>>;
|
|
1239
|
+
ForEachAsync(action: System.Action_1<T>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task>;
|
|
1240
|
+
AsAsyncEnumerable(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
1241
|
+
ExecuteDelete(): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
|
|
1242
|
+
ExecuteDeleteAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Int32>>;
|
|
1243
|
+
ExecuteUpdate(setPropertyCalls: System.Action_1<Microsoft_EntityFrameworkCore_Query.UpdateSettersBuilder_1<T>>): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
|
|
1244
|
+
ExecuteUpdateAsync(setPropertyCalls: System.Action_1<Microsoft_EntityFrameworkCore_Query.UpdateSettersBuilder_1<T>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Threading_Tasks.Task_1<System_Internal.Int32>>;
|
|
1245
|
+
AsSingleQuery(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Linq.IQueryable_1<T>>;
|
|
1246
|
+
AsSplitQuery(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Linq.IQueryable_1<T>>;
|
|
1127
1247
|
}
|
|
1128
1248
|
|
|
1129
1249
|
export interface __Ext_Microsoft_EntityFrameworkCore_ChangeTracking_ValueComparer {
|
|
@@ -1131,55 +1251,55 @@ export interface __Ext_Microsoft_EntityFrameworkCore_ChangeTracking_ValueCompare
|
|
|
1131
1251
|
}
|
|
1132
1252
|
|
|
1133
1253
|
export interface __Ext_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IStateManager {
|
|
1134
|
-
ToListForState(added
|
|
1135
|
-
ToList(): ExtensionMethods_Microsoft_EntityFrameworkCore_ChangeTracking_Internal<IReadOnlyList_1<Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry>>;
|
|
1254
|
+
ToListForState(added?: boolean, modified?: boolean, deleted?: boolean, unchanged?: boolean, returnDeletedSharedIdentity?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore_ChangeTracking_Internal<System_Collections_Generic.IReadOnlyList_1<Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry>>;
|
|
1255
|
+
ToList(): ExtensionMethods_Microsoft_EntityFrameworkCore_ChangeTracking_Internal<System_Collections_Generic.IReadOnlyList_1<Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry>>;
|
|
1136
1256
|
}
|
|
1137
1257
|
|
|
1138
1258
|
export interface __Ext_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ValueComparer {
|
|
1139
|
-
ToNullableComparer(clrType: Type): ExtensionMethods_Microsoft_EntityFrameworkCore_ChangeTracking_Internal<Microsoft_EntityFrameworkCore_ChangeTracking.ValueComparer | undefined>;
|
|
1140
|
-
ComposeConversion(targetClrType: Type): ExtensionMethods_Microsoft_EntityFrameworkCore_ChangeTracking_Internal<Microsoft_EntityFrameworkCore_ChangeTracking.ValueComparer | undefined>;
|
|
1259
|
+
ToNullableComparer(clrType: System.Type): ExtensionMethods_Microsoft_EntityFrameworkCore_ChangeTracking_Internal<Microsoft_EntityFrameworkCore_ChangeTracking.ValueComparer | undefined>;
|
|
1260
|
+
ComposeConversion(targetClrType: System.Type): ExtensionMethods_Microsoft_EntityFrameworkCore_ChangeTracking_Internal<Microsoft_EntityFrameworkCore_ChangeTracking.ValueComparer | undefined>;
|
|
1141
1261
|
}
|
|
1142
1262
|
|
|
1143
1263
|
export interface __Ext_Microsoft_EntityFrameworkCore_Diagnostics_IDiagnosticsLogger_1<TLoggerCategory> {
|
|
1144
|
-
SaveChangesFailed(context: Microsoft_EntityFrameworkCore.DbContext, exception: Exception): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1145
|
-
SaveChangesFailedAsync(context: Microsoft_EntityFrameworkCore.DbContext, exception: Exception, cancellationToken
|
|
1264
|
+
SaveChangesFailed(context: Microsoft_EntityFrameworkCore.DbContext, exception: System.Exception): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1265
|
+
SaveChangesFailedAsync(context: Microsoft_EntityFrameworkCore.DbContext, exception: System.Exception, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<System_Threading_Tasks.Task>;
|
|
1146
1266
|
SaveChangesCanceled(context: Microsoft_EntityFrameworkCore.DbContext): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1147
|
-
SaveChangesCanceledAsync(context: Microsoft_EntityFrameworkCore.DbContext, cancellationToken
|
|
1267
|
+
SaveChangesCanceledAsync(context: Microsoft_EntityFrameworkCore.DbContext, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<System_Threading_Tasks.Task>;
|
|
1148
1268
|
OldModelVersionWarning(context: Microsoft_EntityFrameworkCore.DbContext, contextOptions: Microsoft_EntityFrameworkCore.DbContextOptions): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1149
|
-
OptimisticConcurrencyException(context: Microsoft_EntityFrameworkCore.DbContext, entries: IReadOnlyList_1<Microsoft_EntityFrameworkCore_Update.IUpdateEntry>, exception: Microsoft_EntityFrameworkCore.DbUpdateConcurrencyException, createEventData: Func_5<Microsoft_EntityFrameworkCore.DbContext, Microsoft_EntityFrameworkCore.DbUpdateConcurrencyException, IReadOnlyList_1<Microsoft_EntityFrameworkCore_Update.IUpdateEntry>, Microsoft_EntityFrameworkCore_Diagnostics.EventDefinition_1<Exception>, Microsoft_EntityFrameworkCore_Diagnostics.ConcurrencyExceptionEventData>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<Microsoft_EntityFrameworkCore_Diagnostics.InterceptionResult>;
|
|
1150
|
-
OptimisticConcurrencyExceptionAsync(context: Microsoft_EntityFrameworkCore.DbContext, entries: IReadOnlyList_1<Microsoft_EntityFrameworkCore_Update.IUpdateEntry>, exception: Microsoft_EntityFrameworkCore.DbUpdateConcurrencyException, createEventData: Func_5<Microsoft_EntityFrameworkCore.DbContext, Microsoft_EntityFrameworkCore.DbUpdateConcurrencyException, IReadOnlyList_1<Microsoft_EntityFrameworkCore_Update.IUpdateEntry>, Microsoft_EntityFrameworkCore_Diagnostics.EventDefinition_1<Exception>, Microsoft_EntityFrameworkCore_Diagnostics.ConcurrencyExceptionEventData>, cancellationToken
|
|
1269
|
+
OptimisticConcurrencyException(context: Microsoft_EntityFrameworkCore.DbContext, entries: System_Collections_Generic.IReadOnlyList_1<Microsoft_EntityFrameworkCore_Update.IUpdateEntry>, exception: Microsoft_EntityFrameworkCore.DbUpdateConcurrencyException, createEventData: System.Func_5<Microsoft_EntityFrameworkCore.DbContext, Microsoft_EntityFrameworkCore.DbUpdateConcurrencyException, System_Collections_Generic.IReadOnlyList_1<Microsoft_EntityFrameworkCore_Update.IUpdateEntry>, Microsoft_EntityFrameworkCore_Diagnostics.EventDefinition_1<System.Exception>, Microsoft_EntityFrameworkCore_Diagnostics.ConcurrencyExceptionEventData>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<Microsoft_EntityFrameworkCore_Diagnostics.InterceptionResult>;
|
|
1270
|
+
OptimisticConcurrencyExceptionAsync(context: Microsoft_EntityFrameworkCore.DbContext, entries: System_Collections_Generic.IReadOnlyList_1<Microsoft_EntityFrameworkCore_Update.IUpdateEntry>, exception: Microsoft_EntityFrameworkCore.DbUpdateConcurrencyException, createEventData: System.Func_5<Microsoft_EntityFrameworkCore.DbContext, Microsoft_EntityFrameworkCore.DbUpdateConcurrencyException, System_Collections_Generic.IReadOnlyList_1<Microsoft_EntityFrameworkCore_Update.IUpdateEntry>, Microsoft_EntityFrameworkCore_Diagnostics.EventDefinition_1<System.Exception>, Microsoft_EntityFrameworkCore_Diagnostics.ConcurrencyExceptionEventData>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<System_Threading_Tasks.ValueTask_1<Microsoft_EntityFrameworkCore_Diagnostics.InterceptionResult>>;
|
|
1151
1271
|
DuplicateDependentEntityTypeInstanceWarning(dependent1: Microsoft_EntityFrameworkCore_Metadata.IEntityType, dependent2: Microsoft_EntityFrameworkCore_Metadata.IEntityType): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1152
|
-
QueryIterationFailed(contextType: Type, exception: Exception): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1153
|
-
QueryCanceled(contextType: Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1154
|
-
QueryCompilationStarting(context: Microsoft_EntityFrameworkCore.DbContext, expressionPrinter: Microsoft_EntityFrameworkCore_Query.ExpressionPrinter, queryExpression: Expression): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<ValueTuple_2<Expression, Microsoft_EntityFrameworkCore_Diagnostics.QueryExpressionEventData>>;
|
|
1272
|
+
QueryIterationFailed(contextType: System.Type, exception: System.Exception): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1273
|
+
QueryCanceled(contextType: System.Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1274
|
+
QueryCompilationStarting(context: Microsoft_EntityFrameworkCore.DbContext, expressionPrinter: Microsoft_EntityFrameworkCore_Query.ExpressionPrinter, queryExpression: System_Linq_Expressions.Expression): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<System.ValueTuple_2<System_Linq_Expressions.Expression, Microsoft_EntityFrameworkCore_Diagnostics.QueryExpressionEventData>>;
|
|
1155
1275
|
FirstWithoutOrderByAndFilterWarning(): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1156
1276
|
RowLimitingOperationWithoutOrderByWarning(): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1157
1277
|
DistinctAfterOrderByWithoutRowLimitingOperatorWarning(): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1158
1278
|
NavigationBaseIncluded(navigation: Microsoft_EntityFrameworkCore_Metadata.INavigationBase): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1159
1279
|
NavigationBaseIncludeIgnored(navigation: Microsoft_EntityFrameworkCore_Metadata.INavigationBase): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1160
|
-
QueryExecutionPlanned(context: Microsoft_EntityFrameworkCore.DbContext, expressionPrinter: Microsoft_EntityFrameworkCore_Query.ExpressionPrinter, queryExecutorExpression: Expression): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1280
|
+
QueryExecutionPlanned(context: Microsoft_EntityFrameworkCore.DbContext, expressionPrinter: Microsoft_EntityFrameworkCore_Query.ExpressionPrinter, queryExecutorExpression: System_Linq_Expressions.Expression): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1161
1281
|
SensitiveDataLoggingEnabledWarning(): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1162
|
-
TypeLoadingErrorWarning(assembly: Assembly, exception: Exception): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1163
|
-
SkippedEntityTypeConfigurationWarning(type: Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1164
|
-
NoEntityTypeConfigurationsWarning(assembly: Assembly): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1282
|
+
TypeLoadingErrorWarning(assembly: System_Reflection.Assembly, exception: System.Exception): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1283
|
+
SkippedEntityTypeConfigurationWarning(type: System.Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1284
|
+
NoEntityTypeConfigurationsWarning(assembly: System_Reflection.Assembly): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1165
1285
|
PossibleUnintendedCollectionNavigationNullComparisonWarning(navigation: Microsoft_EntityFrameworkCore_Metadata.INavigation): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1166
|
-
PossibleUnintendedReferenceComparisonWarning(left: Expression, right: Expression): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1286
|
+
PossibleUnintendedReferenceComparisonWarning(left: System_Linq_Expressions.Expression, right: System_Linq_Expressions.Expression): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1167
1287
|
InvalidIncludePathError(navigationChain: string, navigationName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1168
|
-
ServiceProviderCreated(serviceProvider: IServiceProvider): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1169
|
-
ManyServiceProvidersCreatedWarning(serviceProviders: ICollection_1<IServiceProvider>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1170
|
-
ServiceProviderDebugInfo(newDebugInfo: IDictionary_2<System_Internal.String, System_Internal.String>, cachedDebugInfos: IList_1<IDictionary_2<System_Internal.String, System_Internal.String>>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1288
|
+
ServiceProviderCreated(serviceProvider: System.IServiceProvider): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1289
|
+
ManyServiceProvidersCreatedWarning(serviceProviders: System_Collections_Generic.ICollection_1<System.IServiceProvider>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1290
|
+
ServiceProviderDebugInfo(newDebugInfo: System_Collections_Generic.IDictionary_2<System_Internal.String, System_Internal.String>, cachedDebugInfos: System_Collections_Generic.IList_1<System_Collections_Generic.IDictionary_2<System_Internal.String, System_Internal.String>>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1171
1291
|
ContextInitialized(context: Microsoft_EntityFrameworkCore.DbContext, contextOptions: Microsoft_EntityFrameworkCore.DbContextOptions): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1172
|
-
ExecutionStrategyRetrying(exceptionsEncountered: IReadOnlyList_1<Exception>, delay: TimeSpan, async: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1292
|
+
ExecutionStrategyRetrying(exceptionsEncountered: System_Collections_Generic.IReadOnlyList_1<System.Exception>, delay: System.TimeSpan, async: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1173
1293
|
LazyLoadOnDisposedContextWarning(context: Microsoft_EntityFrameworkCore.DbContext, entityType: unknown, navigationName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1174
1294
|
NavigationLazyLoading(context: Microsoft_EntityFrameworkCore.DbContext, entityType: unknown, navigationName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1175
1295
|
DetachedLazyLoadingWarning(context: Microsoft_EntityFrameworkCore.DbContext, entityType: unknown, navigationName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1176
|
-
RedundantAddServicesCallWarning(serviceProvider: IServiceProvider): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1296
|
+
RedundantAddServicesCallWarning(serviceProvider: System.IServiceProvider): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1177
1297
|
ShadowForeignKeyPropertyCreated(property: Microsoft_EntityFrameworkCore_Metadata.IProperty, basePropertyName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1178
1298
|
ShadowPropertyCreated(property: Microsoft_EntityFrameworkCore_Metadata.IProperty): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1179
1299
|
CollectionWithoutComparer(property: Microsoft_EntityFrameworkCore_Metadata.IProperty): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1180
|
-
RedundantIndexRemoved(redundantIndex: IReadOnlyList_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyPropertyBase>, otherIndex: IReadOnlyList_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyPropertyBase>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1300
|
+
RedundantIndexRemoved(redundantIndex: System_Collections_Generic.IReadOnlyList_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyPropertyBase>, otherIndex: System_Collections_Generic.IReadOnlyList_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyPropertyBase>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1181
1301
|
RedundantForeignKeyWarning(redundantForeignKey: Microsoft_EntityFrameworkCore_Metadata.IForeignKey): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1182
|
-
IncompatibleMatchingForeignKeyProperties(dependentToPrincipalNavigationSpecification: string, principalToDependentNavigationSpecification: string, foreignKeyProperties: IReadOnlyList_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyPropertyBase>, principalKeyProperties: IReadOnlyList_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyPropertyBase>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1302
|
+
IncompatibleMatchingForeignKeyProperties(dependentToPrincipalNavigationSpecification: string, principalToDependentNavigationSpecification: string, foreignKeyProperties: System_Collections_Generic.IReadOnlyList_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyPropertyBase>, principalKeyProperties: System_Collections_Generic.IReadOnlyList_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyPropertyBase>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1183
1303
|
AccidentalEntityType(entityType: Microsoft_EntityFrameworkCore_Metadata.IEntityType): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1184
1304
|
AccidentalComplexPropertyCollection(complexProperty: Microsoft_EntityFrameworkCore_Metadata.IComplexProperty): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1185
1305
|
AmbiguousEndRequiredWarning(foreignKey: Microsoft_EntityFrameworkCore_Metadata.IForeignKey): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
@@ -1187,12 +1307,12 @@ export interface __Ext_Microsoft_EntityFrameworkCore_Diagnostics_IDiagnosticsLog
|
|
|
1187
1307
|
RequiredAttributeOnSkipNavigation(navigation: Microsoft_EntityFrameworkCore_Metadata.IReadOnlySkipNavigation): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1188
1308
|
ConflictingShadowForeignKeysWarning(foreignKey: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyForeignKey): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1189
1309
|
MultiplePrimaryKeyCandidates(firstProperty: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, secondProperty: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1190
|
-
MultipleNavigationProperties(firstPropertyCollection: IEnumerable_1<Tuple_2<MemberInfo, Type>>, secondPropertyCollection: IEnumerable_1<Tuple_2<MemberInfo, Type>>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1191
|
-
MultipleInversePropertiesSameTargetWarning(conflictingNavigations: IEnumerable_1<Tuple_2<MemberInfo, Type>>, inverseNavigation: MemberInfo, targetType: Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1192
|
-
NonOwnershipInverseNavigationWarning(declaringType: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType, navigation: MemberInfo, targetType: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType, inverseNavigation: MemberInfo, ownershipNavigation: MemberInfo): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1193
|
-
ForeignKeyAttributesOnBothPropertiesWarning(firstNavigation: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation, secondNavigation: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation, firstProperty: MemberInfo, secondProperty: MemberInfo): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1310
|
+
MultipleNavigationProperties(firstPropertyCollection: System_Collections_Generic.IEnumerable_1<System.Tuple_2<System_Reflection.MemberInfo, System.Type>>, secondPropertyCollection: System_Collections_Generic.IEnumerable_1<System.Tuple_2<System_Reflection.MemberInfo, System.Type>>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1311
|
+
MultipleInversePropertiesSameTargetWarning(conflictingNavigations: System_Collections_Generic.IEnumerable_1<System.Tuple_2<System_Reflection.MemberInfo, System.Type>>, inverseNavigation: System_Reflection.MemberInfo, targetType: System.Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1312
|
+
NonOwnershipInverseNavigationWarning(declaringType: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType, navigation: System_Reflection.MemberInfo, targetType: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType, inverseNavigation: System_Reflection.MemberInfo, ownershipNavigation: System_Reflection.MemberInfo): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1313
|
+
ForeignKeyAttributesOnBothPropertiesWarning(firstNavigation: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation, secondNavigation: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation, firstProperty: System_Reflection.MemberInfo, secondProperty: System_Reflection.MemberInfo): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1194
1314
|
ForeignKeyAttributesOnBothNavigationsWarning(firstNavigation: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation, secondNavigation: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1195
|
-
ConflictingForeignKeyAttributesOnNavigationAndPropertyWarning(navigation: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation, property: MemberInfo): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1315
|
+
ConflictingForeignKeyAttributesOnNavigationAndPropertyWarning(navigation: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation, property: System_Reflection.MemberInfo): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1196
1316
|
DetectChangesStarting(context: Microsoft_EntityFrameworkCore.DbContext): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1197
1317
|
DetectChangesCompleted(context: Microsoft_EntityFrameworkCore.DbContext): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1198
1318
|
PropertyChangeDetected(internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, property: Microsoft_EntityFrameworkCore_Metadata.IProperty, oldValue: unknown, newValue: unknown): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
@@ -1201,13 +1321,13 @@ export interface __Ext_Microsoft_EntityFrameworkCore_Diagnostics_IDiagnosticsLog
|
|
|
1201
1321
|
ComplexElementPropertyChangeDetectedSensitive(internalComplexEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalComplexEntry, property: Microsoft_EntityFrameworkCore_Metadata.IProperty, oldValue: unknown, newValue: unknown): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1202
1322
|
ForeignKeyChangeDetected(internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, property: Microsoft_EntityFrameworkCore_Metadata.IProperty, oldValue: unknown, newValue: unknown): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1203
1323
|
ForeignKeyChangeDetectedSensitive(internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, property: Microsoft_EntityFrameworkCore_Metadata.IProperty, oldValue: unknown, newValue: unknown): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1204
|
-
CollectionChangeDetected(internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, navigation: Microsoft_EntityFrameworkCore_Metadata.INavigation, added: ISet_1<unknown>, removed: ISet_1<unknown>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1205
|
-
CollectionChangeDetectedSensitive(internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, navigation: Microsoft_EntityFrameworkCore_Metadata.INavigation, added: ISet_1<unknown>, removed: ISet_1<unknown>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1206
|
-
SkipCollectionChangeDetected(internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, navigation: Microsoft_EntityFrameworkCore_Metadata.ISkipNavigation, added: ISet_1<unknown>, removed: ISet_1<unknown>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1207
|
-
SkipCollectionChangeDetectedSensitive(internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, navigation: Microsoft_EntityFrameworkCore_Metadata.ISkipNavigation, added: ISet_1<unknown>, removed: ISet_1<unknown>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1324
|
+
CollectionChangeDetected(internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, navigation: Microsoft_EntityFrameworkCore_Metadata.INavigation, added: System_Collections_Generic.ISet_1<unknown>, removed: System_Collections_Generic.ISet_1<unknown>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1325
|
+
CollectionChangeDetectedSensitive(internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, navigation: Microsoft_EntityFrameworkCore_Metadata.INavigation, added: System_Collections_Generic.ISet_1<unknown>, removed: System_Collections_Generic.ISet_1<unknown>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1326
|
+
SkipCollectionChangeDetected(internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, navigation: Microsoft_EntityFrameworkCore_Metadata.ISkipNavigation, added: System_Collections_Generic.ISet_1<unknown>, removed: System_Collections_Generic.ISet_1<unknown>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1327
|
+
SkipCollectionChangeDetectedSensitive(internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, navigation: Microsoft_EntityFrameworkCore_Metadata.ISkipNavigation, added: System_Collections_Generic.ISet_1<unknown>, removed: System_Collections_Generic.ISet_1<unknown>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1208
1328
|
ReferenceChangeDetected(internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, navigation: Microsoft_EntityFrameworkCore_Metadata.INavigation, oldValue: unknown, newValue: unknown): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1209
1329
|
ReferenceChangeDetectedSensitive(internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, navigation: Microsoft_EntityFrameworkCore_Metadata.INavigation, oldValue: unknown, newValue: unknown): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1210
|
-
StringEnumValueInJson(enumType: Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1330
|
+
StringEnumValueInJson(enumType: System.Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1211
1331
|
StartedTracking(internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1212
1332
|
StartedTrackingSensitive(internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1213
1333
|
StateChanged(internalEntityEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, oldState: Microsoft_EntityFrameworkCore.EntityState, newState: Microsoft_EntityFrameworkCore.EntityState): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
@@ -1223,45 +1343,45 @@ export interface __Ext_Microsoft_EntityFrameworkCore_Diagnostics_IDiagnosticsLog
|
|
|
1223
1343
|
MappedEntityTypeIgnoredWarning(entityType: Microsoft_EntityFrameworkCore_Metadata.IEntityType): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1224
1344
|
CascadeDeleteOrphanSensitive(internalChildEntry: Microsoft_EntityFrameworkCore_ChangeTracking_Internal.InternalEntityEntry, parentEntityType: Microsoft_EntityFrameworkCore_Metadata.IEntityType, state: Microsoft_EntityFrameworkCore.EntityState): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1225
1345
|
SaveChangesStarting(context: Microsoft_EntityFrameworkCore.DbContext): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<Microsoft_EntityFrameworkCore_Diagnostics.InterceptionResult_1<System_Internal.Int32>>;
|
|
1226
|
-
SaveChangesStartingAsync(context: Microsoft_EntityFrameworkCore.DbContext, cancellationToken
|
|
1346
|
+
SaveChangesStartingAsync(context: Microsoft_EntityFrameworkCore.DbContext, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<System_Threading_Tasks.ValueTask_1<Microsoft_EntityFrameworkCore_Diagnostics.InterceptionResult_1<System_Internal.Int32>>>;
|
|
1227
1347
|
SaveChangesCompleted(context: Microsoft_EntityFrameworkCore.DbContext, entitiesSavedCount: int): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<int>;
|
|
1228
|
-
SaveChangesCompletedAsync(context: Microsoft_EntityFrameworkCore.DbContext, entitiesSavedCount: int, cancellationToken
|
|
1348
|
+
SaveChangesCompletedAsync(context: Microsoft_EntityFrameworkCore.DbContext, entitiesSavedCount: int, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<System_Threading_Tasks.ValueTask_1<System_Internal.Int32>>;
|
|
1229
1349
|
ContextDisposed(context: Microsoft_EntityFrameworkCore.DbContext): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1230
1350
|
ConflictingKeylessAndKeyAttributesWarning(property: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1231
1351
|
PossibleIncorrectRequiredNavigationWithQueryFilterInteractionWarning(foreignKey: Microsoft_EntityFrameworkCore_Metadata.IForeignKey): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1232
|
-
TransactionStarting(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, isolationLevel: IsolationLevel, transactionId: Guid, startTime: DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<Microsoft_EntityFrameworkCore_Diagnostics.InterceptionResult_1<DbTransaction>>;
|
|
1233
|
-
TransactionStartingAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, isolationLevel: IsolationLevel, transactionId: Guid, startTime: DateTimeOffset, cancellationToken
|
|
1234
|
-
TransactionStarted(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset, duration: TimeSpan): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<DbTransaction>;
|
|
1235
|
-
TransactionStartedAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset, duration: TimeSpan, cancellationToken
|
|
1236
|
-
TransactionUsed(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<DbTransaction>;
|
|
1237
|
-
TransactionUsedAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset, cancellationToken
|
|
1238
|
-
TransactionCommitting(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<Microsoft_EntityFrameworkCore_Diagnostics.InterceptionResult>;
|
|
1239
|
-
TransactionCommittingAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset, cancellationToken
|
|
1240
|
-
TransactionCommitted(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset, duration: TimeSpan): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1241
|
-
TransactionCommittedAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset, duration: TimeSpan, cancellationToken
|
|
1242
|
-
TransactionRolledBack(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset, duration: TimeSpan): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1243
|
-
TransactionRolledBackAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset, duration: TimeSpan, cancellationToken
|
|
1244
|
-
TransactionRollingBack(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<Microsoft_EntityFrameworkCore_Diagnostics.InterceptionResult>;
|
|
1245
|
-
TransactionRollingBackAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset, cancellationToken
|
|
1246
|
-
CreatingTransactionSavepoint(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<Microsoft_EntityFrameworkCore_Diagnostics.InterceptionResult>;
|
|
1247
|
-
CreatingTransactionSavepointAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset, cancellationToken
|
|
1248
|
-
CreatedTransactionSavepoint(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1249
|
-
CreatedTransactionSavepointAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset, cancellationToken
|
|
1250
|
-
RollingBackToTransactionSavepoint(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<Microsoft_EntityFrameworkCore_Diagnostics.InterceptionResult>;
|
|
1251
|
-
RollingBackToTransactionSavepointAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset, cancellationToken
|
|
1252
|
-
RolledBackToTransactionSavepoint(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1253
|
-
RolledBackToTransactionSavepointAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset, cancellationToken
|
|
1254
|
-
ReleasingTransactionSavepoint(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<Microsoft_EntityFrameworkCore_Diagnostics.InterceptionResult>;
|
|
1255
|
-
ReleasingTransactionSavepointAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset, cancellationToken
|
|
1256
|
-
ReleasedTransactionSavepoint(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1257
|
-
ReleasedTransactionSavepointAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset, cancellationToken
|
|
1258
|
-
TransactionDisposed(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, startTime: DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1352
|
+
TransactionStarting(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, isolationLevel: System_Data.IsolationLevel, transactionId: System.Guid, startTime: System.DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<Microsoft_EntityFrameworkCore_Diagnostics.InterceptionResult_1<System_Data_Common.DbTransaction>>;
|
|
1353
|
+
TransactionStartingAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, isolationLevel: System_Data.IsolationLevel, transactionId: System.Guid, startTime: System.DateTimeOffset, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<System_Threading_Tasks.ValueTask_1<Microsoft_EntityFrameworkCore_Diagnostics.InterceptionResult_1<System_Data_Common.DbTransaction>>>;
|
|
1354
|
+
TransactionStarted(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, duration: System.TimeSpan): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<System_Data_Common.DbTransaction>;
|
|
1355
|
+
TransactionStartedAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, duration: System.TimeSpan, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<System_Threading_Tasks.ValueTask_1<System_Data_Common.DbTransaction>>;
|
|
1356
|
+
TransactionUsed(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<System_Data_Common.DbTransaction>;
|
|
1357
|
+
TransactionUsedAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<System_Threading_Tasks.ValueTask_1<System_Data_Common.DbTransaction>>;
|
|
1358
|
+
TransactionCommitting(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<Microsoft_EntityFrameworkCore_Diagnostics.InterceptionResult>;
|
|
1359
|
+
TransactionCommittingAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<System_Threading_Tasks.ValueTask_1<Microsoft_EntityFrameworkCore_Diagnostics.InterceptionResult>>;
|
|
1360
|
+
TransactionCommitted(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, duration: System.TimeSpan): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1361
|
+
TransactionCommittedAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, duration: System.TimeSpan, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<System_Threading_Tasks.Task>;
|
|
1362
|
+
TransactionRolledBack(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, duration: System.TimeSpan): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1363
|
+
TransactionRolledBackAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, duration: System.TimeSpan, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<System_Threading_Tasks.Task>;
|
|
1364
|
+
TransactionRollingBack(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<Microsoft_EntityFrameworkCore_Diagnostics.InterceptionResult>;
|
|
1365
|
+
TransactionRollingBackAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<System_Threading_Tasks.ValueTask_1<Microsoft_EntityFrameworkCore_Diagnostics.InterceptionResult>>;
|
|
1366
|
+
CreatingTransactionSavepoint(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<Microsoft_EntityFrameworkCore_Diagnostics.InterceptionResult>;
|
|
1367
|
+
CreatingTransactionSavepointAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<System_Threading_Tasks.ValueTask_1<Microsoft_EntityFrameworkCore_Diagnostics.InterceptionResult>>;
|
|
1368
|
+
CreatedTransactionSavepoint(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1369
|
+
CreatedTransactionSavepointAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<System_Threading_Tasks.Task>;
|
|
1370
|
+
RollingBackToTransactionSavepoint(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<Microsoft_EntityFrameworkCore_Diagnostics.InterceptionResult>;
|
|
1371
|
+
RollingBackToTransactionSavepointAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<System_Threading_Tasks.ValueTask_1<Microsoft_EntityFrameworkCore_Diagnostics.InterceptionResult>>;
|
|
1372
|
+
RolledBackToTransactionSavepoint(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1373
|
+
RolledBackToTransactionSavepointAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<System_Threading_Tasks.Task>;
|
|
1374
|
+
ReleasingTransactionSavepoint(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<Microsoft_EntityFrameworkCore_Diagnostics.InterceptionResult>;
|
|
1375
|
+
ReleasingTransactionSavepointAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<System_Threading_Tasks.ValueTask_1<Microsoft_EntityFrameworkCore_Diagnostics.InterceptionResult>>;
|
|
1376
|
+
ReleasedTransactionSavepoint(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1377
|
+
ReleasedTransactionSavepointAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<System_Threading_Tasks.Task>;
|
|
1378
|
+
TransactionDisposed(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, startTime: System.DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1259
1379
|
TriggerOnNonRootTphEntity(entityType: Microsoft_EntityFrameworkCore_Metadata.IEntityType): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1260
|
-
TransactionError(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, action: string, exception: Exception, startTime: DateTimeOffset, duration: TimeSpan): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1261
|
-
TransactionErrorAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: DbTransaction, transactionId: Guid, action: string, exception: Exception, startTime: DateTimeOffset, duration: TimeSpan, cancellationToken
|
|
1262
|
-
AmbientTransactionWarning(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, startTime: DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1263
|
-
AmbientTransactionEnlisted(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: Transaction): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1264
|
-
ExplicitTransactionEnlisted(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: Transaction): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1380
|
+
TransactionError(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, action: string, exception: System.Exception, startTime: System.DateTimeOffset, duration: System.TimeSpan): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1381
|
+
TransactionErrorAsync(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Data_Common.DbTransaction, transactionId: System.Guid, action: string, exception: System.Exception, startTime: System.DateTimeOffset, duration: System.TimeSpan, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<System_Threading_Tasks.Task>;
|
|
1382
|
+
AmbientTransactionWarning(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, startTime: System.DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1383
|
+
AmbientTransactionEnlisted(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Transactions.Transaction): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1384
|
+
ExplicitTransactionEnlisted(connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection, transaction: System_Transactions.Transaction): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1265
1385
|
MigrateUsingConnection(migrator: Microsoft_EntityFrameworkCore_Migrations.IMigrator, connection: Microsoft_EntityFrameworkCore_Storage.IRelationalConnection): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1266
1386
|
MigrationReverting(migrator: Microsoft_EntityFrameworkCore_Migrations.IMigrator, migration: Microsoft_EntityFrameworkCore_Migrations.Migration): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1267
1387
|
MigrationApplying(migrator: Microsoft_EntityFrameworkCore_Migrations.IMigrator, migration: Microsoft_EntityFrameworkCore_Migrations.Migration): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
@@ -1269,52 +1389,89 @@ export interface __Ext_Microsoft_EntityFrameworkCore_Diagnostics_IDiagnosticsLog
|
|
|
1269
1389
|
MigrationGeneratingUpScript(migrator: Microsoft_EntityFrameworkCore_Migrations.IMigrator, migration: Microsoft_EntityFrameworkCore_Migrations.Migration, fromMigration: string, toMigration: string, idempotent: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1270
1390
|
MigrationsNotApplied(migrator: Microsoft_EntityFrameworkCore_Migrations.IMigrator): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1271
1391
|
MigrationsNotFound(migrator: Microsoft_EntityFrameworkCore_Migrations.IMigrator, migrationsAssembly: Microsoft_EntityFrameworkCore_Migrations.IMigrationsAssembly): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1272
|
-
MigrationAttributeMissingWarning(migrationType: TypeInfo): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1273
|
-
PendingModelChangesWarning(contextType: Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1274
|
-
NonDeterministicModel(contextType: Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1392
|
+
MigrationAttributeMissingWarning(migrationType: System_Reflection.TypeInfo): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1393
|
+
PendingModelChangesWarning(contextType: System.Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1394
|
+
NonDeterministicModel(contextType: System.Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1275
1395
|
ModelSnapshotNotFound(migrator: Microsoft_EntityFrameworkCore_Migrations.IMigrator, migrationsAssembly: Microsoft_EntityFrameworkCore_Migrations.IMigrationsAssembly): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1276
1396
|
NonTransactionalMigrationOperationWarning(migrator: Microsoft_EntityFrameworkCore_Migrations.IMigrator, migration: Microsoft_EntityFrameworkCore_Migrations.Migration, command: Microsoft_EntityFrameworkCore_Migrations.MigrationCommand): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1277
1397
|
AcquiringMigrationLock(): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1278
1398
|
MigrationsUserTransactionWarning(): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1279
1399
|
QueryPossibleUnintendedUseOfEqualsWarning(left: Microsoft_EntityFrameworkCore_Query_SqlExpressions.SqlExpression, right: Microsoft_EntityFrameworkCore_Query_SqlExpressions.SqlExpression): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1280
|
-
ExecuteDeleteFailed(contextType: Type, exception: Exception): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1281
|
-
ExecuteUpdateFailed(contextType: Type, exception: Exception): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1282
|
-
NonQueryOperationFailed(contextType: Type, exception: Exception): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1400
|
+
ExecuteDeleteFailed(contextType: System.Type, exception: System.Exception): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1401
|
+
ExecuteUpdateFailed(contextType: System.Type, exception: System.Exception): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1402
|
+
NonQueryOperationFailed(contextType: System.Type, exception: System.Exception): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1283
1403
|
MultipleCollectionIncludeWarning(): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1284
1404
|
ModelValidationKeyDefaultValueWarning(property: Microsoft_EntityFrameworkCore_Metadata.IProperty): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1285
1405
|
BoolWithDefaultWarning(property: Microsoft_EntityFrameworkCore_Metadata.IProperty): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1286
|
-
BatchReadyForExecution(entries: IEnumerable_1<Microsoft_EntityFrameworkCore_Update.IUpdateEntry>, commandCount: int): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1287
|
-
BatchSmallerThanMinBatchSize(entries: IEnumerable_1<Microsoft_EntityFrameworkCore_Update.IUpdateEntry>, commandCount: int, minBatchSize: int): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1406
|
+
BatchReadyForExecution(entries: System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Update.IUpdateEntry>, commandCount: int): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1407
|
+
BatchSmallerThanMinBatchSize(entries: System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Update.IUpdateEntry>, commandCount: int, minBatchSize: int): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1288
1408
|
AllIndexPropertiesNotToMappedToAnyTable(entityType: Microsoft_EntityFrameworkCore_Metadata.IEntityType, index: Microsoft_EntityFrameworkCore_Metadata.IIndex): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1289
1409
|
IndexPropertiesBothMappedAndNotMappedToTable(entityType: Microsoft_EntityFrameworkCore_Metadata.IEntityType, index: Microsoft_EntityFrameworkCore_Metadata.IIndex, unmappedPropertyName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1290
|
-
IndexPropertiesMappedToNonOverlappingTables(entityType: Microsoft_EntityFrameworkCore_Metadata.IEntityType, index: Microsoft_EntityFrameworkCore_Metadata.IIndex, property1Name: string, tablesMappedToProperty1: List_1<ValueTuple_2<System_Internal.String, System_Internal.String>>, property2Name: string, tablesMappedToProperty2: List_1<ValueTuple_2<System_Internal.String, System_Internal.String>>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1410
|
+
IndexPropertiesMappedToNonOverlappingTables(entityType: Microsoft_EntityFrameworkCore_Metadata.IEntityType, index: Microsoft_EntityFrameworkCore_Metadata.IIndex, property1Name: string, tablesMappedToProperty1: System_Collections_Generic.List_1<System.ValueTuple_2<System_Internal.String, System_Internal.String>>, property2Name: string, tablesMappedToProperty2: System_Collections_Generic.List_1<System.ValueTuple_2<System_Internal.String, System_Internal.String>>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1291
1411
|
KeyPropertiesNotMappedToTable(key: Microsoft_EntityFrameworkCore_Metadata.IKey): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1292
1412
|
ForeignKeyPropertiesMappedToUnrelatedTables(foreignKey: Microsoft_EntityFrameworkCore_Metadata.IForeignKey): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1293
1413
|
ForeignKeyTpcPrincipalWarning(foreignKey: Microsoft_EntityFrameworkCore_Metadata.IForeignKey): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1294
1414
|
TpcStoreGeneratedIdentityWarning(property: Microsoft_EntityFrameworkCore_Metadata.IProperty): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1295
1415
|
OptionalDependentWithoutIdentifyingPropertyWarning(entityType: Microsoft_EntityFrameworkCore_Metadata.IEntityType): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1296
1416
|
StoredProcedureConcurrencyTokenNotMapped(entityType: Microsoft_EntityFrameworkCore_Metadata.IEntityType, concurrencyProperty: Microsoft_EntityFrameworkCore_Metadata.IProperty, storedProcedureName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1297
|
-
BatchExecutorFailedToRollbackToSavepoint(contextType: Type, exception: Exception): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1298
|
-
BatchExecutorFailedToReleaseSavepoint(contextType: Type, exception: Exception): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1417
|
+
BatchExecutorFailedToRollbackToSavepoint(contextType: System.Type, exception: System.Exception): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1418
|
+
BatchExecutorFailedToReleaseSavepoint(contextType: System.Type, exception: System.Exception): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1299
1419
|
OptionalDependentWithAllNullPropertiesWarning(entry: Microsoft_EntityFrameworkCore_Update.IUpdateEntry): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1300
1420
|
OptionalDependentWithAllNullPropertiesWarningSensitive(entry: Microsoft_EntityFrameworkCore_Update.IUpdateEntry): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1301
|
-
DuplicateColumnOrders(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, columns: IReadOnlyList_1<System_Internal.String>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1421
|
+
DuplicateColumnOrders(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, columns: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1302
1422
|
ColumnOrderIgnoredWarning(operation: Microsoft_EntityFrameworkCore_Migrations_Operations.ColumnOperation): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1303
1423
|
UnexpectedTrailingResultSetWhenSaving(): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1304
1424
|
}
|
|
1305
1425
|
|
|
1306
1426
|
export interface __Ext_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1<T> {
|
|
1307
1427
|
GetService<TService>(): ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure<TService>;
|
|
1308
|
-
GetService(serviceType: Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure<unknown>;
|
|
1428
|
+
GetService(serviceType: System.Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure<unknown>;
|
|
1309
1429
|
GetInfrastructure(): ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure<T>;
|
|
1310
1430
|
}
|
|
1311
1431
|
|
|
1312
1432
|
export interface __Ext_Microsoft_EntityFrameworkCore_Infrastructure_ILazyLoader {
|
|
1313
|
-
Load<TRelated>(entity: unknown, navigationField: TRelated, navigationName
|
|
1433
|
+
Load<TRelated>(entity: unknown, navigationField: TRelated, navigationName?: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure<TRelated | undefined>;
|
|
1314
1434
|
}
|
|
1315
1435
|
|
|
1316
1436
|
export interface __Ext_Microsoft_EntityFrameworkCore_Infrastructure_IModel {
|
|
1317
|
-
GetRelationalDependencies(methodName
|
|
1437
|
+
GetRelationalDependencies(methodName?: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure<Microsoft_EntityFrameworkCore_Infrastructure.RelationalModelDependencies>;
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_Infrastructure_IEnumerable_1<T> {
|
|
1441
|
+
FormatColumns(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure<string>;
|
|
1442
|
+
GetColumnNames(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure<System_Collections_Generic.IReadOnlyList_1<System_Internal.String> | undefined>;
|
|
1443
|
+
}
|
|
1444
|
+
|
|
1445
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_Infrastructure_Expression {
|
|
1446
|
+
Print(characterLimit?: System.Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure<string>;
|
|
1447
|
+
MakeMemberAccess(member: System_Reflection.MemberInfo): ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure<System_Linq_Expressions.MemberExpression>;
|
|
1448
|
+
CreateValueBufferReadValueExpression(type: System.Type, index: int, property: Microsoft_EntityFrameworkCore_Metadata.IPropertyBase): ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure<System_Linq_Expressions.Expression>;
|
|
1449
|
+
CreateKeyValuesExpression(properties: System_Collections_Generic.IReadOnlyList_1<Microsoft_EntityFrameworkCore_Metadata.IProperty>, makeNullable?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure<System_Linq_Expressions.Expression>;
|
|
1450
|
+
CreateEFPropertyExpression(property: Microsoft_EntityFrameworkCore_Metadata.IPropertyBase, makeNullable?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure<System_Linq_Expressions.Expression>;
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_Infrastructure_LambdaExpression {
|
|
1454
|
+
GetPropertyAccess(): ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure<System_Reflection.PropertyInfo>;
|
|
1455
|
+
GetMemberAccess(): ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure<System_Reflection.MemberInfo>;
|
|
1456
|
+
GetPropertyAccessList(): ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure<System_Collections_Generic.IReadOnlyList_1<System_Reflection.PropertyInfo>>;
|
|
1457
|
+
GetMemberAccessList(): ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure<System_Collections_Generic.IReadOnlyList_1<System_Reflection.MemberInfo>>;
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_Infrastructure_MemberExpression {
|
|
1461
|
+
Assign(valueExpression: System_Linq_Expressions.Expression): ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure<System_Linq_Expressions.Expression>;
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_Infrastructure_MethodCallExpression {
|
|
1465
|
+
TryGetEFPropertyArguments(entityExpression: System_Linq_Expressions.Expression, propertyName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure<boolean>;
|
|
1466
|
+
TryGetIndexerArguments(model: Microsoft_EntityFrameworkCore_Metadata.IModel, entityExpression: System_Linq_Expressions.Expression, propertyName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure<boolean>;
|
|
1467
|
+
}
|
|
1468
|
+
|
|
1469
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_Infrastructure_MethodInfo {
|
|
1470
|
+
IsEFPropertyMethod(): ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure<boolean>;
|
|
1471
|
+
}
|
|
1472
|
+
|
|
1473
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_Infrastructure_Type {
|
|
1474
|
+
ShortDisplayName(): ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure<string>;
|
|
1318
1475
|
}
|
|
1319
1476
|
|
|
1320
1477
|
export interface __Ext_Microsoft_EntityFrameworkCore_Infrastructure_Internal_IDbContextOptions {
|
|
@@ -1343,8 +1500,8 @@ export interface __Ext_Microsoft_EntityFrameworkCore_Internal_IModel {
|
|
|
1343
1500
|
|
|
1344
1501
|
export interface __Ext_Microsoft_EntityFrameworkCore_Internal_IReadOnlyTypeBase {
|
|
1345
1502
|
GetOwnedName(simpleName: string, ownershipNavigation: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Internal<string>;
|
|
1346
|
-
GetRuntimeProperties(): ExtensionMethods_Microsoft_EntityFrameworkCore_Internal<IReadOnlyDictionary_2<System_Internal.String, PropertyInfo>>;
|
|
1347
|
-
GetRuntimeFields(): ExtensionMethods_Microsoft_EntityFrameworkCore_Internal<IReadOnlyDictionary_2<System_Internal.String, FieldInfo>>;
|
|
1503
|
+
GetRuntimeProperties(): ExtensionMethods_Microsoft_EntityFrameworkCore_Internal<System_Collections_Generic.IReadOnlyDictionary_2<System_Internal.String, System_Reflection.PropertyInfo>>;
|
|
1504
|
+
GetRuntimeFields(): ExtensionMethods_Microsoft_EntityFrameworkCore_Internal<System_Collections_Generic.IReadOnlyDictionary_2<System_Internal.String, System_Reflection.FieldInfo>>;
|
|
1348
1505
|
}
|
|
1349
1506
|
|
|
1350
1507
|
export interface __Ext_Microsoft_EntityFrameworkCore_Internal_ITypeBase {
|
|
@@ -1360,10 +1517,52 @@ export interface __Ext_Microsoft_EntityFrameworkCore_Internal_RelationalCommandR
|
|
|
1360
1517
|
RentAndPopulateRelationalCommand(queryContext: Microsoft_EntityFrameworkCore_Query.RelationalQueryContext): ExtensionMethods_Microsoft_EntityFrameworkCore_Internal<Microsoft_EntityFrameworkCore_Storage.IRelationalCommand>;
|
|
1361
1518
|
}
|
|
1362
1519
|
|
|
1520
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_Internal_IEnumerable_1<T> {
|
|
1521
|
+
FormatTables(): ExtensionMethods_Microsoft_EntityFrameworkCore_Internal<string>;
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1524
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_Internal_Expression {
|
|
1525
|
+
MakeHasSentinel(propertyBase: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyPropertyBase): ExtensionMethods_Microsoft_EntityFrameworkCore_Internal<System_Linq_Expressions.Expression>;
|
|
1526
|
+
MatchSimpleMemberAccess<TMemberInfo>(memberAccessExpression: System_Linq_Expressions.Expression): ExtensionMethods_Microsoft_EntityFrameworkCore_Internal<TMemberInfo | undefined>;
|
|
1527
|
+
RemoveTypeAs(): ExtensionMethods_Microsoft_EntityFrameworkCore_Internal<System_Linq_Expressions.Expression | undefined>;
|
|
1528
|
+
IsLogicalOperation(): ExtensionMethods_Microsoft_EntityFrameworkCore_Internal<boolean>;
|
|
1529
|
+
GetLambdaOrNull(): ExtensionMethods_Microsoft_EntityFrameworkCore_Internal<System_Linq_Expressions.LambdaExpression | undefined>;
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1532
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_Internal_LambdaExpression {
|
|
1533
|
+
MatchMemberAccessList<TMemberInfo>(memberMatcher: System.Func_3<System_Linq_Expressions.Expression, System_Linq_Expressions.Expression, TMemberInfo>): ExtensionMethods_Microsoft_EntityFrameworkCore_Internal<System_Collections_Generic.IReadOnlyList_1<TMemberInfo> | undefined>;
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_Internal_UnaryExpression {
|
|
1537
|
+
IsLogicalNot(): ExtensionMethods_Microsoft_EntityFrameworkCore_Internal<boolean>;
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_Internal_MethodInfo {
|
|
1541
|
+
MethodIsClosedFormOf(genericMethod: System_Reflection.MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore_Internal<boolean>;
|
|
1542
|
+
DisplayName(): ExtensionMethods_Microsoft_EntityFrameworkCore_Internal<string>;
|
|
1543
|
+
}
|
|
1544
|
+
|
|
1545
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_Internal_Type {
|
|
1546
|
+
IsDefaultValue(value: unknown): ExtensionMethods_Microsoft_EntityFrameworkCore_Internal<boolean>;
|
|
1547
|
+
GetFieldInfo(fieldName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Internal<System_Reflection.FieldInfo | undefined>;
|
|
1548
|
+
GenerateParameterName(): ExtensionMethods_Microsoft_EntityFrameworkCore_Internal<string>;
|
|
1549
|
+
FindIndexerProperty(): ExtensionMethods_Microsoft_EntityFrameworkCore_Internal<System_Reflection.PropertyInfo | undefined>;
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_Internal_ValueTuple_2<T1, T2> {
|
|
1553
|
+
FormatTable(): ExtensionMethods_Microsoft_EntityFrameworkCore_Internal<string>;
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1363
1556
|
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_ConfigurationSource {
|
|
1364
|
-
Overrides(oldConfigurationSource: Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata<boolean>;
|
|
1365
|
-
OverridesStrictly(oldConfigurationSource: Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata<boolean>;
|
|
1366
|
-
Max(right: Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>;
|
|
1557
|
+
Overrides(oldConfigurationSource: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata<boolean>;
|
|
1558
|
+
OverridesStrictly(oldConfigurationSource: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata<boolean>;
|
|
1559
|
+
Max(right: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>;
|
|
1560
|
+
}
|
|
1561
|
+
|
|
1562
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Nullable_1<T> {
|
|
1563
|
+
Overrides(oldConfigurationSource: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata<boolean>;
|
|
1564
|
+
OverridesStrictly(oldConfigurationSource: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata<boolean>;
|
|
1565
|
+
Max(right: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
1367
1566
|
}
|
|
1368
1567
|
|
|
1369
1568
|
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Conventions_Internal_IConventionBatch {
|
|
@@ -1371,27 +1570,27 @@ export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Conventions_Intern
|
|
|
1371
1570
|
}
|
|
1372
1571
|
|
|
1373
1572
|
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IComplexProperty {
|
|
1374
|
-
GetChainToComplexProperty(fromEntity: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<IReadOnlyList_1<Microsoft_EntityFrameworkCore_Metadata.IComplexProperty>>;
|
|
1573
|
+
GetChainToComplexProperty(fromEntity: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<System_Collections_Generic.IReadOnlyList_1<Microsoft_EntityFrameworkCore_Metadata.IComplexProperty>>;
|
|
1375
1574
|
}
|
|
1376
1575
|
|
|
1377
1576
|
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IConventionEntityType {
|
|
1378
1577
|
FindDeclaredOwnership(): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<Microsoft_EntityFrameworkCore_Metadata.IConventionForeignKey | undefined>;
|
|
1379
|
-
GetStoreObjectConfigurationSource(type: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
1578
|
+
GetStoreObjectConfigurationSource(type: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
1380
1579
|
}
|
|
1381
1580
|
|
|
1382
1581
|
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IEntityType {
|
|
1383
|
-
FindDeclaredReferencingRowInternalForeignKeys(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IForeignKey>>;
|
|
1384
|
-
GetNonPrincipalSharedNonPkProperties(table: Microsoft_EntityFrameworkCore_Metadata.ITableBase): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<List_1<Microsoft_EntityFrameworkCore_Metadata.IProperty>>;
|
|
1582
|
+
FindDeclaredReferencingRowInternalForeignKeys(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IForeignKey>>;
|
|
1583
|
+
GetNonPrincipalSharedNonPkProperties(table: Microsoft_EntityFrameworkCore_Metadata.ITableBase): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<System_Collections_Generic.List_1<Microsoft_EntityFrameworkCore_Metadata.IProperty>>;
|
|
1385
1584
|
}
|
|
1386
1585
|
|
|
1387
1586
|
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IForeignKey {
|
|
1388
|
-
GetPropertiesWithMinimalOverlapIfPossible(foreignKeyProperties: IReadOnlyList_1<Microsoft_EntityFrameworkCore_Metadata.IProperty>, principalKeyProperties: IReadOnlyList_1<Microsoft_EntityFrameworkCore_Metadata.IProperty>): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<void>;
|
|
1587
|
+
GetPropertiesWithMinimalOverlapIfPossible(foreignKeyProperties: System_Collections_Generic.IReadOnlyList_1<Microsoft_EntityFrameworkCore_Metadata.IProperty>, principalKeyProperties: System_Collections_Generic.IReadOnlyList_1<Microsoft_EntityFrameworkCore_Metadata.IProperty>): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<void>;
|
|
1389
1588
|
}
|
|
1390
1589
|
|
|
1391
1590
|
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IModel {
|
|
1392
|
-
GetRootEntityTypes(): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IEntityType>>;
|
|
1393
|
-
GetEntityTypesInHierarchicalOrder(): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IEntityType>>;
|
|
1394
|
-
FindSameTypeNameWithDifferentNamespace(type: Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<string | undefined>;
|
|
1591
|
+
GetRootEntityTypes(): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IEntityType>>;
|
|
1592
|
+
GetEntityTypesInHierarchicalOrder(): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IEntityType>>;
|
|
1593
|
+
FindSameTypeNameWithDifferentNamespace(type: System.Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<string | undefined>;
|
|
1395
1594
|
}
|
|
1396
1595
|
|
|
1397
1596
|
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IMutableModel {
|
|
@@ -1410,7 +1609,7 @@ export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IProperty
|
|
|
1410
1609
|
GetOriginalValueIndex(): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<int>;
|
|
1411
1610
|
GetPropertyIndexes(): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<Microsoft_EntityFrameworkCore_Metadata_Internal.PropertyIndexes>;
|
|
1412
1611
|
GetPropertyAccessors(): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<Microsoft_EntityFrameworkCore_Metadata_Internal.PropertyAccessors>;
|
|
1413
|
-
TryGetMemberInfo(forMaterialization: boolean, forSet: boolean, memberInfo: MemberInfo, errorMessage: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<boolean>;
|
|
1612
|
+
TryGetMemberInfo(forMaterialization: boolean, forSet: boolean, memberInfo: System_Reflection.MemberInfo, errorMessage: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<boolean>;
|
|
1414
1613
|
}
|
|
1415
1614
|
|
|
1416
1615
|
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IReadOnlyComplexProperty {
|
|
@@ -1418,23 +1617,23 @@ export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IReadOnly
|
|
|
1418
1617
|
}
|
|
1419
1618
|
|
|
1420
1619
|
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IReadOnlyEntityType {
|
|
1421
|
-
GetNavigationMemberInfo(navigationName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<MemberInfo>;
|
|
1620
|
+
GetNavigationMemberInfo(navigationName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<System_Reflection.MemberInfo>;
|
|
1422
1621
|
IsOwned(): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<boolean>;
|
|
1423
1622
|
FindDeclaredOwnership(): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyForeignKey | undefined>;
|
|
1424
|
-
FindInOwnershipPath(targetType: Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType | undefined>;
|
|
1425
|
-
IsInOwnershipPath(targetType: Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<boolean>;
|
|
1623
|
+
FindInOwnershipPath(targetType: System.Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType | undefined>;
|
|
1624
|
+
IsInOwnershipPath(targetType: System.Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<boolean>;
|
|
1426
1625
|
IsInOwnershipPath(targetType: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<boolean>;
|
|
1427
1626
|
FindDeclaredPrimaryKey(): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyKey | undefined>;
|
|
1428
|
-
FindDerivedNavigations(navigationName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation>>;
|
|
1627
|
+
FindDerivedNavigations(navigationName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation>>;
|
|
1429
1628
|
}
|
|
1430
1629
|
|
|
1431
1630
|
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IReadOnlyForeignKey {
|
|
1432
1631
|
IsSelfReferencing(): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<boolean>;
|
|
1433
|
-
GetNavigations(): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation>>;
|
|
1434
|
-
FindNavigationsFrom(entityType: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation>>;
|
|
1435
|
-
FindNavigationsFromInHierarchy(entityType: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation>>;
|
|
1436
|
-
FindNavigationsTo(entityType: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation>>;
|
|
1437
|
-
FindNavigationsToInHierarchy(entityType: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation>>;
|
|
1632
|
+
GetNavigations(): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation>>;
|
|
1633
|
+
FindNavigationsFrom(entityType: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation>>;
|
|
1634
|
+
FindNavigationsFromInHierarchy(entityType: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation>>;
|
|
1635
|
+
FindNavigationsTo(entityType: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation>>;
|
|
1636
|
+
FindNavigationsToInHierarchy(entityType: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IReadOnlyNavigation>>;
|
|
1438
1637
|
AreCompatible(duplicateForeignKey: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyForeignKey, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, shouldThrow: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<boolean>;
|
|
1439
1638
|
GetConstraintName(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, principalStoreObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, logger: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1<Microsoft_EntityFrameworkCore.DbLoggerCategory_Model_Validation>): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<string | undefined>;
|
|
1440
1639
|
GetDefaultName(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, principalStoreObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, logger: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1<Microsoft_EntityFrameworkCore.DbLoggerCategory_Model_Validation>): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<string | undefined>;
|
|
@@ -1467,7 +1666,7 @@ export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IReadOnly
|
|
|
1467
1666
|
}
|
|
1468
1667
|
|
|
1469
1668
|
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IReadOnlyPropertyBase {
|
|
1470
|
-
GetIdentifyingMemberInfo(): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<MemberInfo | undefined>;
|
|
1669
|
+
GetIdentifyingMemberInfo(): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<System_Reflection.MemberInfo | undefined>;
|
|
1471
1670
|
}
|
|
1472
1671
|
|
|
1473
1672
|
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IReadOnlySkipNavigation {
|
|
@@ -1482,7 +1681,7 @@ export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IReadOnly
|
|
|
1482
1681
|
}
|
|
1483
1682
|
|
|
1484
1683
|
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_ITypeBase {
|
|
1485
|
-
GetViewOrTableMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.ITableMappingBase>>;
|
|
1684
|
+
GetViewOrTableMappings(): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.ITableMappingBase>>;
|
|
1486
1685
|
}
|
|
1487
1686
|
|
|
1488
1687
|
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_EntityType {
|
|
@@ -1514,6 +1713,10 @@ export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_ValueGene
|
|
|
1514
1713
|
ForUpdate(): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<boolean>;
|
|
1515
1714
|
}
|
|
1516
1715
|
|
|
1716
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_Nullable_1<T> {
|
|
1717
|
+
IsEntityType(): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<System.Nullable_1<System_Internal.Boolean>>;
|
|
1718
|
+
}
|
|
1719
|
+
|
|
1517
1720
|
export interface __Ext_Microsoft_EntityFrameworkCore_Migrations_IMigrationsAssembly {
|
|
1518
1721
|
GetMigrationId(nameOrId: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Migrations<string>;
|
|
1519
1722
|
}
|
|
@@ -1523,52 +1726,74 @@ export interface __Ext_Microsoft_EntityFrameworkCore_Migrations_Internal_Migrati
|
|
|
1523
1726
|
}
|
|
1524
1727
|
|
|
1525
1728
|
export interface __Ext_Microsoft_EntityFrameworkCore_Storage_IDbContextTransaction {
|
|
1526
|
-
GetDbTransaction(): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<DbTransaction>;
|
|
1729
|
+
GetDbTransaction(): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<System_Data_Common.DbTransaction>;
|
|
1527
1730
|
}
|
|
1528
1731
|
|
|
1529
1732
|
export interface __Ext_Microsoft_EntityFrameworkCore_Storage_IExecutionStrategy {
|
|
1530
|
-
ExecuteInTransaction(operation: Action, verifySucceeded: Func_1<System_Internal.Boolean>, isolationLevel: IsolationLevel): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<void>;
|
|
1531
|
-
ExecuteInTransactionAsync(operation: Func_1<Task>, verifySucceeded: Func_1<Task_1<System_Internal.Boolean>>, isolationLevel: IsolationLevel): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<Task>;
|
|
1532
|
-
ExecuteInTransactionAsync(operation: Func_2<CancellationToken, Task>, verifySucceeded: Func_2<CancellationToken, Task_1<System_Internal.Boolean>>, isolationLevel: IsolationLevel, cancellationToken
|
|
1533
|
-
ExecuteInTransaction<TResult>(operation: Func_1<TResult>, verifySucceeded: Func_1<System_Internal.Boolean>, isolationLevel: IsolationLevel): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<TResult>;
|
|
1534
|
-
ExecuteInTransactionAsync<TResult>(operation: Func_2<CancellationToken, Task_1<TResult>>, verifySucceeded: Func_2<CancellationToken, Task_1<System_Internal.Boolean>>, isolationLevel: IsolationLevel, cancellationToken
|
|
1535
|
-
ExecuteInTransaction<TState>(state: TState, operation: Action_1<TState>, verifySucceeded: Func_2<TState, System_Internal.Boolean>, isolationLevel: IsolationLevel): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<void>;
|
|
1536
|
-
ExecuteInTransactionAsync<TState>(state: TState, operation: Func_3<TState, CancellationToken, Task>, verifySucceeded: Func_3<TState, CancellationToken, Task_1<System_Internal.Boolean>>, isolationLevel: IsolationLevel, cancellationToken
|
|
1537
|
-
ExecuteInTransaction<TState, TResult>(state: TState, operation: Func_2<TState, TResult>, verifySucceeded: Func_2<TState, System_Internal.Boolean>, isolationLevel: IsolationLevel): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<TResult>;
|
|
1538
|
-
ExecuteInTransactionAsync<TState, TResult>(state: TState, operation: Func_3<TState, CancellationToken, Task_1<TResult>>, verifySucceeded: Func_3<TState, CancellationToken, Task_1<System_Internal.Boolean>>, isolationLevel: IsolationLevel, cancellationToken
|
|
1733
|
+
ExecuteInTransaction(operation: System.Action, verifySucceeded: System.Func_1<System_Internal.Boolean>, isolationLevel: System_Data.IsolationLevel): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<void>;
|
|
1734
|
+
ExecuteInTransactionAsync(operation: System.Func_1<System_Threading_Tasks.Task>, verifySucceeded: System.Func_1<System_Threading_Tasks.Task_1<System_Internal.Boolean>>, isolationLevel: System_Data.IsolationLevel): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<System_Threading_Tasks.Task>;
|
|
1735
|
+
ExecuteInTransactionAsync(operation: System.Func_2<System_Threading.CancellationToken, System_Threading_Tasks.Task>, verifySucceeded: System.Func_2<System_Threading.CancellationToken, System_Threading_Tasks.Task_1<System_Internal.Boolean>>, isolationLevel: System_Data.IsolationLevel, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<System_Threading_Tasks.Task>;
|
|
1736
|
+
ExecuteInTransaction<TResult>(operation: System.Func_1<TResult>, verifySucceeded: System.Func_1<System_Internal.Boolean>, isolationLevel: System_Data.IsolationLevel): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<TResult>;
|
|
1737
|
+
ExecuteInTransactionAsync<TResult>(operation: System.Func_2<System_Threading.CancellationToken, System_Threading_Tasks.Task_1<TResult>>, verifySucceeded: System.Func_2<System_Threading.CancellationToken, System_Threading_Tasks.Task_1<System_Internal.Boolean>>, isolationLevel: System_Data.IsolationLevel, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<System_Threading_Tasks.Task_1<TResult>>;
|
|
1738
|
+
ExecuteInTransaction<TState>(state: TState, operation: System.Action_1<TState>, verifySucceeded: System.Func_2<TState, System_Internal.Boolean>, isolationLevel: System_Data.IsolationLevel): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<void>;
|
|
1739
|
+
ExecuteInTransactionAsync<TState>(state: TState, operation: System.Func_3<TState, System_Threading.CancellationToken, System_Threading_Tasks.Task>, verifySucceeded: System.Func_3<TState, System_Threading.CancellationToken, System_Threading_Tasks.Task_1<System_Internal.Boolean>>, isolationLevel: System_Data.IsolationLevel, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<System_Threading_Tasks.Task>;
|
|
1740
|
+
ExecuteInTransaction<TState, TResult>(state: TState, operation: System.Func_2<TState, TResult>, verifySucceeded: System.Func_2<TState, System_Internal.Boolean>, isolationLevel: System_Data.IsolationLevel): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<TResult>;
|
|
1741
|
+
ExecuteInTransactionAsync<TState, TResult>(state: TState, operation: System.Func_3<TState, System_Threading.CancellationToken, System_Threading_Tasks.Task_1<TResult>>, verifySucceeded: System.Func_3<TState, System_Threading.CancellationToken, System_Threading_Tasks.Task_1<System_Internal.Boolean>>, isolationLevel: System_Data.IsolationLevel, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<System_Threading_Tasks.Task_1<TResult>>;
|
|
1539
1742
|
}
|
|
1540
1743
|
|
|
1541
1744
|
export interface __Ext_Microsoft_EntityFrameworkCore_Storage_IRelationalCommandBuilder {
|
|
1542
1745
|
AppendLine(value: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<Microsoft_EntityFrameworkCore_Storage.IRelationalCommandBuilder>;
|
|
1543
|
-
AppendLine(value: FormattableString): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<Microsoft_EntityFrameworkCore_Storage.IRelationalCommandBuilder>;
|
|
1544
|
-
AppendLines(value: string, skipFinalNewline
|
|
1545
|
-
Indent(): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<IDisposable>;
|
|
1746
|
+
AppendLine(value: System.FormattableString): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<Microsoft_EntityFrameworkCore_Storage.IRelationalCommandBuilder>;
|
|
1747
|
+
AppendLines(value: string, skipFinalNewline?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<Microsoft_EntityFrameworkCore_Storage.IRelationalCommandBuilder>;
|
|
1748
|
+
Indent(): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<System.IDisposable>;
|
|
1546
1749
|
AddParameter(invariantName: string, name: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<Microsoft_EntityFrameworkCore_Storage.IRelationalCommandBuilder>;
|
|
1547
|
-
AddParameter(invariantName: string, name: string, relationalTypeMapping: Microsoft_EntityFrameworkCore_Storage.RelationalTypeMapping, nullable: Nullable_1<System_Internal.Boolean>, direction
|
|
1548
|
-
AddCompositeParameter(invariantName: string, subParameters: IReadOnlyList_1<Microsoft_EntityFrameworkCore_Storage.IRelationalParameter>): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<Microsoft_EntityFrameworkCore_Storage.IRelationalCommandBuilder>;
|
|
1549
|
-
AddRawParameter(invariantName: string, dbParameter: DbParameter): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<Microsoft_EntityFrameworkCore_Storage.IRelationalCommandBuilder>;
|
|
1750
|
+
AddParameter(invariantName: string, name: string, relationalTypeMapping: Microsoft_EntityFrameworkCore_Storage.RelationalTypeMapping, nullable: System.Nullable_1<System_Internal.Boolean>, direction?: System_Data.ParameterDirection): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<Microsoft_EntityFrameworkCore_Storage.IRelationalCommandBuilder>;
|
|
1751
|
+
AddCompositeParameter(invariantName: string, subParameters: System_Collections_Generic.IReadOnlyList_1<Microsoft_EntityFrameworkCore_Storage.IRelationalParameter>): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<Microsoft_EntityFrameworkCore_Storage.IRelationalCommandBuilder>;
|
|
1752
|
+
AddRawParameter(invariantName: string, dbParameter: System_Data_Common.DbParameter): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<Microsoft_EntityFrameworkCore_Storage.IRelationalCommandBuilder>;
|
|
1550
1753
|
}
|
|
1551
1754
|
|
|
1552
1755
|
export interface __Ext_Microsoft_EntityFrameworkCore_Storage_IRelationalTypeMappingSource {
|
|
1553
1756
|
GetMappingForValue(value: unknown): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<Microsoft_EntityFrameworkCore_Storage.RelationalTypeMapping>;
|
|
1554
1757
|
GetMappingForValue(value: unknown, model: Microsoft_EntityFrameworkCore_Metadata.IModel): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<Microsoft_EntityFrameworkCore_Storage.RelationalTypeMapping>;
|
|
1555
1758
|
GetMapping(property: Microsoft_EntityFrameworkCore_Metadata.IProperty): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<Microsoft_EntityFrameworkCore_Storage.RelationalTypeMapping>;
|
|
1556
|
-
GetMapping(clrType: Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<Microsoft_EntityFrameworkCore_Storage.RelationalTypeMapping>;
|
|
1557
|
-
GetMapping(clrType: Type, model: Microsoft_EntityFrameworkCore_Metadata.IModel): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<Microsoft_EntityFrameworkCore_Storage.RelationalTypeMapping>;
|
|
1759
|
+
GetMapping(clrType: System.Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<Microsoft_EntityFrameworkCore_Storage.RelationalTypeMapping>;
|
|
1760
|
+
GetMapping(clrType: System.Type, model: Microsoft_EntityFrameworkCore_Metadata.IModel): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<Microsoft_EntityFrameworkCore_Storage.RelationalTypeMapping>;
|
|
1558
1761
|
GetMapping(typeName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<Microsoft_EntityFrameworkCore_Storage.RelationalTypeMapping>;
|
|
1559
1762
|
}
|
|
1560
1763
|
|
|
1764
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_Storage_Internal_DbParameter {
|
|
1765
|
+
FormatParameter(logParameterValues: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage_Internal<string>;
|
|
1766
|
+
}
|
|
1767
|
+
|
|
1768
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_Storage_Internal_DbParameterCollection {
|
|
1769
|
+
FormatParameters(logParameterValues: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore_Storage_Internal<string>;
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1561
1772
|
export interface __Ext_Microsoft_EntityFrameworkCore_Update_IUpdateEntry {
|
|
1562
1773
|
GetCurrentProviderValue(property: Microsoft_EntityFrameworkCore_Metadata.IProperty): ExtensionMethods_Microsoft_EntityFrameworkCore_Update<unknown | undefined>;
|
|
1563
1774
|
GetOriginalProviderValue(property: Microsoft_EntityFrameworkCore_Metadata.IProperty): ExtensionMethods_Microsoft_EntityFrameworkCore_Update<unknown | undefined>;
|
|
1564
|
-
ToDebugString(options
|
|
1565
|
-
BuildCurrentValuesString(properties: IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IPropertyBase>): ExtensionMethods_Microsoft_EntityFrameworkCore_Update<string>;
|
|
1566
|
-
BuildOriginalValuesString(properties: IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IPropertyBase>): ExtensionMethods_Microsoft_EntityFrameworkCore_Update<string>;
|
|
1775
|
+
ToDebugString(options?: Microsoft_EntityFrameworkCore_ChangeTracking.ChangeTrackerDebugStringOptions, indent?: int): ExtensionMethods_Microsoft_EntityFrameworkCore_Update<string>;
|
|
1776
|
+
BuildCurrentValuesString(properties: System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IPropertyBase>): ExtensionMethods_Microsoft_EntityFrameworkCore_Update<string>;
|
|
1777
|
+
BuildOriginalValuesString(properties: System_Collections_Generic.IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IPropertyBase>): ExtensionMethods_Microsoft_EntityFrameworkCore_Update<string>;
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1780
|
+
export interface __Ext_Microsoft_Extensions_DependencyInjection_IServiceCollection {
|
|
1781
|
+
AddDbContext<TContext>(optionsAction?: System.Action_1<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>, contextLifetime?: Microsoft_Extensions_DependencyInjection.ServiceLifetime, optionsLifetime?: Microsoft_Extensions_DependencyInjection.ServiceLifetime): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1782
|
+
AddDbContextPool<TContext>(optionsAction: System.Action_1<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>, poolSize?: int): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1783
|
+
AddDbContextPool<TContext>(optionsAction: System.Action_2<System.IServiceProvider, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>, poolSize?: int): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1784
|
+
AddDbContext<TContext>(contextLifetime: Microsoft_Extensions_DependencyInjection.ServiceLifetime, optionsLifetime?: Microsoft_Extensions_DependencyInjection.ServiceLifetime): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1785
|
+
AddDbContext<TContext>(optionsAction: System.Action_2<System.IServiceProvider, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>, contextLifetime?: Microsoft_Extensions_DependencyInjection.ServiceLifetime, optionsLifetime?: Microsoft_Extensions_DependencyInjection.ServiceLifetime): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1786
|
+
AddDbContextFactory<TContext>(optionsAction?: System.Action_1<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>, lifetime?: Microsoft_Extensions_DependencyInjection.ServiceLifetime): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1787
|
+
AddDbContextFactory<TContext>(optionsAction: System.Action_2<System.IServiceProvider, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>, lifetime?: Microsoft_Extensions_DependencyInjection.ServiceLifetime): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1788
|
+
AddPooledDbContextFactory<TContext>(optionsAction: System.Action_1<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>, poolSize?: int): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1789
|
+
AddPooledDbContextFactory<TContext>(optionsAction: System.Action_2<System.IServiceProvider, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>, poolSize?: int): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1790
|
+
ConfigureDbContext<TContext>(optionsAction: System.Action_1<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>, optionsLifetime?: Microsoft_Extensions_DependencyInjection.ServiceLifetime): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1791
|
+
ConfigureDbContext<TContext>(optionsAction: System.Action_2<System.IServiceProvider, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>, optionsLifetime?: Microsoft_Extensions_DependencyInjection.ServiceLifetime): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
1567
1792
|
}
|
|
1568
1793
|
|
|
1569
1794
|
export interface __Ext_System_Transactions_DatabaseFacade {
|
|
1570
|
-
EnlistTransaction(transaction: Transaction): ExtensionMethods_System_Transactions<void>;
|
|
1571
|
-
GetEnlistedTransaction(): ExtensionMethods_System_Transactions<Transaction | undefined>;
|
|
1795
|
+
EnlistTransaction(transaction: System_Transactions.Transaction): ExtensionMethods_System_Transactions<void>;
|
|
1796
|
+
GetEnlistedTransaction(): ExtensionMethods_System_Transactions<System_Transactions.Transaction | undefined>;
|
|
1572
1797
|
}
|
|
1573
1798
|
|
|
1574
1799
|
// Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore
|
|
@@ -1662,7 +1887,12 @@ export type ExtensionMethods_Microsoft_EntityFrameworkCore<TShape> =
|
|
|
1662
1887
|
(TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.TypeMappingConfigurationBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_TypeMappingConfigurationBuilder_1<T0> : {}) &
|
|
1663
1888
|
(TShape extends Microsoft_EntityFrameworkCore_Query.IIncludableQueryable_2<infer T0, infer T1> ? __Ext_Microsoft_EntityFrameworkCore_IIncludableQueryable_2<T0, T1> : {}) &
|
|
1664
1889
|
(TShape extends Microsoft_EntityFrameworkCore_Query_SqlExpressions.TableExpressionBase ? __Ext_Microsoft_EntityFrameworkCore_TableExpressionBase : {}) &
|
|
1665
|
-
(TShape extends Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy ? __Ext_Microsoft_EntityFrameworkCore_IExecutionStrategy : {})
|
|
1890
|
+
(TShape extends Microsoft_EntityFrameworkCore_Storage.IExecutionStrategy ? __Ext_Microsoft_EntityFrameworkCore_IExecutionStrategy : {}) &
|
|
1891
|
+
(TShape extends System_Collections_Generic.IEnumerable_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_IEnumerable_1<T0> : {}) &
|
|
1892
|
+
(TShape extends System_Collections_ObjectModel.ObservableCollection_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_ObservableCollection_1<T0> : {}) &
|
|
1893
|
+
(TShape extends System_Linq.IQueryable ? __Ext_Microsoft_EntityFrameworkCore_IQueryable : {}) &
|
|
1894
|
+
(TShape extends System_Linq.IQueryable_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_IQueryable_1<T0> : {}) &
|
|
1895
|
+
(TShape extends (infer T)[] ? __Ext_Microsoft_EntityFrameworkCore_IEnumerable_1<T> : {})
|
|
1666
1896
|
);
|
|
1667
1897
|
|
|
1668
1898
|
// Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.ChangeTracking
|
|
@@ -1697,7 +1927,15 @@ export type ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure<TShape
|
|
|
1697
1927
|
: TShape & (
|
|
1698
1928
|
(TShape extends Microsoft_EntityFrameworkCore_Infrastructure.IInfrastructure_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1<T0> : {}) &
|
|
1699
1929
|
(TShape extends Microsoft_EntityFrameworkCore_Infrastructure.ILazyLoader ? __Ext_Microsoft_EntityFrameworkCore_Infrastructure_ILazyLoader : {}) &
|
|
1700
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata.IModel ? __Ext_Microsoft_EntityFrameworkCore_Infrastructure_IModel : {})
|
|
1930
|
+
(TShape extends Microsoft_EntityFrameworkCore_Metadata.IModel ? __Ext_Microsoft_EntityFrameworkCore_Infrastructure_IModel : {}) &
|
|
1931
|
+
(TShape extends System.Type ? __Ext_Microsoft_EntityFrameworkCore_Infrastructure_Type : {}) &
|
|
1932
|
+
(TShape extends System_Collections_Generic.IEnumerable_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_Infrastructure_IEnumerable_1<T0> : {}) &
|
|
1933
|
+
(TShape extends System_Linq_Expressions.Expression ? __Ext_Microsoft_EntityFrameworkCore_Infrastructure_Expression : {}) &
|
|
1934
|
+
(TShape extends System_Linq_Expressions.LambdaExpression ? __Ext_Microsoft_EntityFrameworkCore_Infrastructure_LambdaExpression : {}) &
|
|
1935
|
+
(TShape extends System_Linq_Expressions.MemberExpression ? __Ext_Microsoft_EntityFrameworkCore_Infrastructure_MemberExpression : {}) &
|
|
1936
|
+
(TShape extends System_Linq_Expressions.MethodCallExpression ? __Ext_Microsoft_EntityFrameworkCore_Infrastructure_MethodCallExpression : {}) &
|
|
1937
|
+
(TShape extends System_Reflection.MethodInfo ? __Ext_Microsoft_EntityFrameworkCore_Infrastructure_MethodInfo : {}) &
|
|
1938
|
+
(TShape extends (infer T)[] ? __Ext_Microsoft_EntityFrameworkCore_Infrastructure_IEnumerable_1<T> : {})
|
|
1701
1939
|
);
|
|
1702
1940
|
|
|
1703
1941
|
// Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Infrastructure.Internal
|
|
@@ -1721,7 +1959,15 @@ export type ExtensionMethods_Microsoft_EntityFrameworkCore_Internal<TShape> =
|
|
|
1721
1959
|
(TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyTypeBase ? __Ext_Microsoft_EntityFrameworkCore_Internal_IReadOnlyTypeBase : {}) &
|
|
1722
1960
|
(TShape extends Microsoft_EntityFrameworkCore_Metadata.ITypeBase ? __Ext_Microsoft_EntityFrameworkCore_Internal_ITypeBase : {}) &
|
|
1723
1961
|
(TShape extends Microsoft_EntityFrameworkCore_Metadata_Internal.TypeBase ? __Ext_Microsoft_EntityFrameworkCore_Internal_TypeBase : {}) &
|
|
1724
|
-
(TShape extends Microsoft_EntityFrameworkCore_Query_Internal.RelationalCommandResolver ? __Ext_Microsoft_EntityFrameworkCore_Internal_RelationalCommandResolver : {})
|
|
1962
|
+
(TShape extends Microsoft_EntityFrameworkCore_Query_Internal.RelationalCommandResolver ? __Ext_Microsoft_EntityFrameworkCore_Internal_RelationalCommandResolver : {}) &
|
|
1963
|
+
(TShape extends System.Type ? __Ext_Microsoft_EntityFrameworkCore_Internal_Type : {}) &
|
|
1964
|
+
(TShape extends System.ValueTuple_2<infer T0, infer T1> ? __Ext_Microsoft_EntityFrameworkCore_Internal_ValueTuple_2<T0, T1> : {}) &
|
|
1965
|
+
(TShape extends System_Collections_Generic.IEnumerable_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_Internal_IEnumerable_1<T0> : {}) &
|
|
1966
|
+
(TShape extends System_Linq_Expressions.Expression ? __Ext_Microsoft_EntityFrameworkCore_Internal_Expression : {}) &
|
|
1967
|
+
(TShape extends System_Linq_Expressions.LambdaExpression ? __Ext_Microsoft_EntityFrameworkCore_Internal_LambdaExpression : {}) &
|
|
1968
|
+
(TShape extends System_Linq_Expressions.UnaryExpression ? __Ext_Microsoft_EntityFrameworkCore_Internal_UnaryExpression : {}) &
|
|
1969
|
+
(TShape extends System_Reflection.MethodInfo ? __Ext_Microsoft_EntityFrameworkCore_Internal_MethodInfo : {}) &
|
|
1970
|
+
(TShape extends (infer T)[] ? __Ext_Microsoft_EntityFrameworkCore_Internal_IEnumerable_1<T> : {})
|
|
1725
1971
|
);
|
|
1726
1972
|
|
|
1727
1973
|
// Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Metadata
|
|
@@ -1729,7 +1975,8 @@ export type ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata<TShape> =
|
|
|
1729
1975
|
TShape extends null | undefined ? TShape
|
|
1730
1976
|
: TShape extends void ? void
|
|
1731
1977
|
: TShape & (
|
|
1732
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource ? __Ext_Microsoft_EntityFrameworkCore_Metadata_ConfigurationSource : {})
|
|
1978
|
+
(TShape extends Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource ? __Ext_Microsoft_EntityFrameworkCore_Metadata_ConfigurationSource : {}) &
|
|
1979
|
+
(TShape extends System.Nullable_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_Metadata_Nullable_1<T0> : {})
|
|
1733
1980
|
);
|
|
1734
1981
|
|
|
1735
1982
|
// Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal
|
|
@@ -1769,7 +2016,8 @@ export type ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<TSh
|
|
|
1769
2016
|
(TShape extends Microsoft_EntityFrameworkCore_Metadata_Internal.IRuntimeEntityType ? __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IRuntimeEntityType : {}) &
|
|
1770
2017
|
(TShape extends Microsoft_EntityFrameworkCore_Metadata_Internal.Property ? __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_Property : {}) &
|
|
1771
2018
|
(TShape extends Microsoft_EntityFrameworkCore_Metadata_Internal.PropertyBase ? __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_PropertyBase : {}) &
|
|
1772
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata_Internal.TypeConfigurationType ? __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_TypeConfigurationType : {})
|
|
2019
|
+
(TShape extends Microsoft_EntityFrameworkCore_Metadata_Internal.TypeConfigurationType ? __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_TypeConfigurationType : {}) &
|
|
2020
|
+
(TShape extends System.Nullable_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_Nullable_1<T0> : {})
|
|
1773
2021
|
);
|
|
1774
2022
|
|
|
1775
2023
|
// Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Migrations
|
|
@@ -1799,6 +2047,15 @@ export type ExtensionMethods_Microsoft_EntityFrameworkCore_Storage<TShape> =
|
|
|
1799
2047
|
(TShape extends Microsoft_EntityFrameworkCore_Storage.IRelationalTypeMappingSource ? __Ext_Microsoft_EntityFrameworkCore_Storage_IRelationalTypeMappingSource : {})
|
|
1800
2048
|
);
|
|
1801
2049
|
|
|
2050
|
+
// Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Storage.Internal
|
|
2051
|
+
export type ExtensionMethods_Microsoft_EntityFrameworkCore_Storage_Internal<TShape> =
|
|
2052
|
+
TShape extends null | undefined ? TShape
|
|
2053
|
+
: TShape extends void ? void
|
|
2054
|
+
: TShape & (
|
|
2055
|
+
(TShape extends System_Data_Common.DbParameter ? __Ext_Microsoft_EntityFrameworkCore_Storage_Internal_DbParameter : {}) &
|
|
2056
|
+
(TShape extends System_Data_Common.DbParameterCollection ? __Ext_Microsoft_EntityFrameworkCore_Storage_Internal_DbParameterCollection : {})
|
|
2057
|
+
);
|
|
2058
|
+
|
|
1802
2059
|
// Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Update
|
|
1803
2060
|
export type ExtensionMethods_Microsoft_EntityFrameworkCore_Update<TShape> =
|
|
1804
2061
|
TShape extends null | undefined ? TShape
|
|
@@ -1807,6 +2064,14 @@ export type ExtensionMethods_Microsoft_EntityFrameworkCore_Update<TShape> =
|
|
|
1807
2064
|
(TShape extends Microsoft_EntityFrameworkCore_Update.IUpdateEntry ? __Ext_Microsoft_EntityFrameworkCore_Update_IUpdateEntry : {})
|
|
1808
2065
|
);
|
|
1809
2066
|
|
|
2067
|
+
// Generic helper type for extension methods in namespace: Microsoft.Extensions.DependencyInjection
|
|
2068
|
+
export type ExtensionMethods_Microsoft_Extensions_DependencyInjection<TShape> =
|
|
2069
|
+
TShape extends null | undefined ? TShape
|
|
2070
|
+
: TShape extends void ? void
|
|
2071
|
+
: TShape & (
|
|
2072
|
+
(TShape extends Microsoft_Extensions_DependencyInjection.IServiceCollection ? __Ext_Microsoft_Extensions_DependencyInjection_IServiceCollection : {})
|
|
2073
|
+
);
|
|
2074
|
+
|
|
1810
2075
|
// Generic helper type for extension methods in namespace: System.Transactions
|
|
1811
2076
|
export type ExtensionMethods_System_Transactions<TShape> =
|
|
1812
2077
|
TShape extends null | undefined ? TShape
|