@tsonic/efcore 10.0.3 → 10.0.8

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