@tsonic/efcore-sqlserver 10.0.5 → 10.0.7

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 (80) hide show
  1. package/Azure/internal/index.d.ts +91 -49
  2. package/Azure.Core/internal/index.d.ts +102 -50
  3. package/Azure.Core.Cryptography/internal/index.d.ts +6 -6
  4. package/Azure.Core.Diagnostics/internal/index.d.ts +8 -6
  5. package/Azure.Core.Extensions/internal/index.d.ts +4 -4
  6. package/Azure.Core.GeoJson/internal/index.d.ts +59 -35
  7. package/Azure.Core.Pipeline/internal/index.d.ts +56 -32
  8. package/Azure.Core.Serialization/internal/index.d.ts +21 -17
  9. package/Azure.Identity/internal/index.d.ts +199 -93
  10. package/Azure.Messaging/internal/index.d.ts +11 -7
  11. package/Microsoft.Data/internal/index.d.ts +7 -5
  12. package/Microsoft.Data.Sql/internal/index.d.ts +9 -5
  13. package/Microsoft.Data.SqlClient/internal/index.d.ts +153 -63
  14. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +20 -10
  15. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +82 -52
  16. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +9 -5
  17. package/Microsoft.Data.SqlTypes/internal/index.d.ts +15 -9
  18. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +331 -329
  19. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +9 -7
  20. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +24 -14
  21. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
  22. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +18 -6
  23. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +65 -41
  24. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +3 -3
  25. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +14 -12
  26. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +11 -7
  27. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +19 -13
  28. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +4 -2
  29. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +28 -28
  30. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +31 -25
  31. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +22 -22
  32. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +13 -11
  33. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +22 -16
  34. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +182 -60
  35. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +12 -10
  36. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +15 -11
  37. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +98 -46
  38. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +27 -17
  39. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +23 -17
  40. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +7 -7
  41. package/Microsoft.Identity.Client/internal/index.d.ts +281 -167
  42. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -4
  43. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +7 -3
  44. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +3 -3
  45. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +1 -1
  46. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +4 -2
  47. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +25 -17
  48. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +30 -14
  49. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +4 -2
  50. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +2 -2
  51. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +4 -2
  52. package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -3
  53. package/Microsoft.Identity.Client.Region/internal/index.d.ts +2 -2
  54. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
  55. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +4 -2
  56. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -4
  57. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
  58. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +16 -12
  59. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +34 -24
  60. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +19 -11
  61. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +42 -30
  62. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +10 -6
  63. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +65 -47
  64. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +4 -4
  65. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +206 -82
  66. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +7 -5
  67. package/Microsoft.SqlServer.Server/internal/index.d.ts +17 -5
  68. package/System/internal/index.d.ts +19 -17
  69. package/System.ClientModel/internal/index.d.ts +39 -21
  70. package/System.ClientModel.Primitives/internal/index.d.ts +133 -65
  71. package/System.Configuration/internal/index.d.ts +268 -40
  72. package/System.Configuration.Internal/internal/index.d.ts +10 -6
  73. package/System.Configuration.Provider/internal/index.d.ts +14 -8
  74. package/System.Diagnostics/internal/index.d.ts +2 -2
  75. package/System.Drawing.Configuration/internal/index.d.ts +6 -4
  76. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +68 -56
  77. package/System.Security.Cryptography/internal/index.d.ts +2 -2
  78. package/System.Text.Json.Serialization/internal/index.d.ts +7 -5
  79. package/__internal/extensions/index.d.ts +745 -695
  80. package/package.json +5 -5
@@ -29,6 +29,9 @@ import * as System_Threading_Tasks from "@tsonic/dotnet/System.Threading.Tasks/i
29
29
  // Import primitive type aliases
30
30
  import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
31
31
 
32
+ // Import sticky extension scope helper
33
+ import type { Rewrap } from '@tsonic/core/lang.js';
34
+
32
35
  // Import CLR type aliases for generic type arguments
33
36
  import * as System_Internal from "../../System/internal/index.js";
34
37
 
@@ -36,1019 +39,1066 @@ import * as System_Internal from "../../System/internal/index.js";
36
39
  import type { ptr } from '@tsonic/core/types.js';
37
40
 
38
41
  export interface __Ext_Azure_BinaryData {
39
- ToObject<T>(serializer: Azure_Core_Serialization.ObjectSerializer, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Azure<T | undefined>;
40
- ToObjectAsync<T>(serializer: Azure_Core_Serialization.ObjectSerializer, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Azure<System_Threading_Tasks.ValueTask_1<T>>;
41
- ToObjectFromJson(): ExtensionMethods_Azure<unknown | undefined>;
42
- ToDynamicFromJson(): ExtensionMethods_Azure<unknown>;
43
- ToDynamicFromJson(propertyNameFormat: Azure_Core_Serialization.JsonPropertyNames, dateTimeFormat?: string): ExtensionMethods_Azure<unknown>;
42
+ ToObject<T>(serializer: Azure_Core_Serialization.ObjectSerializer, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, T | undefined>;
43
+ ToObjectAsync<T>(serializer: Azure_Core_Serialization.ObjectSerializer, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<T>>;
44
+ ToObjectFromJson(): Rewrap<this, unknown | undefined>;
45
+ ToDynamicFromJson(): Rewrap<this, unknown>;
46
+ ToDynamicFromJson(propertyNameFormat: Azure_Core_Serialization.JsonPropertyNames, dateTimeFormat?: string): Rewrap<this, unknown>;
44
47
  }
45
48
 
46
49
  export interface __Ext_Microsoft_EntityFrameworkCore_DbContextOptionsBuilder {
47
- UseSqlServer(sqlServerOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqlServerDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
48
- UseSqlServer(connectionString: string, sqlServerOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqlServerDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
49
- UseSqlServer(connection: System_Data_Common.DbConnection, sqlServerOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqlServerDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
50
- UseSqlServer(connection: System_Data_Common.DbConnection, contextOwnsConnection: boolean, sqlServerOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqlServerDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
51
- UseAzureSql(azureSqlOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSqlDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
52
- UseAzureSql(connectionString: string, azureSqlOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSqlDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
53
- UseAzureSql(connection: System_Data_Common.DbConnection, azureSqlOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSqlDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
54
- UseAzureSql(connection: System_Data_Common.DbConnection, contextOwnsConnection: boolean, azureSqlOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSqlDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
55
- UseAzureSynapse(azureSynapseOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSynapseDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
56
- UseAzureSynapse(connectionString: string, azureSynapseOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSynapseDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
57
- UseAzureSynapse(connection: System_Data_Common.DbConnection, azureSynapseOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSynapseDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
58
- UseAzureSynapse(connection: System_Data_Common.DbConnection, contextOwnsConnection: boolean, azureSynapseOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSynapseDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
59
- ConfigureSqlEngine(sqlEngineOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqlEngineDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
50
+ UseSqlServer(sqlServerOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqlServerDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
51
+ UseSqlServer(connectionString: string, sqlServerOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqlServerDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
52
+ UseSqlServer(connection: System_Data_Common.DbConnection, sqlServerOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqlServerDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
53
+ UseSqlServer(connection: System_Data_Common.DbConnection, contextOwnsConnection: boolean, sqlServerOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqlServerDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
54
+ UseAzureSql(azureSqlOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
55
+ UseAzureSql(connectionString: string, azureSqlOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
56
+ UseAzureSql(connection: System_Data_Common.DbConnection, azureSqlOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
57
+ UseAzureSql(connection: System_Data_Common.DbConnection, contextOwnsConnection: boolean, azureSqlOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
58
+ UseAzureSynapse(azureSynapseOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSynapseDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
59
+ UseAzureSynapse(connectionString: string, azureSynapseOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSynapseDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
60
+ UseAzureSynapse(connection: System_Data_Common.DbConnection, azureSynapseOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSynapseDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
61
+ UseAzureSynapse(connection: System_Data_Common.DbConnection, contextOwnsConnection: boolean, azureSynapseOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSynapseDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
62
+ ConfigureSqlEngine(sqlEngineOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqlEngineDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
60
63
  }
61
64
 
62
65
  export interface __Ext_Microsoft_EntityFrameworkCore_DbContextOptionsBuilder_1<T> {
63
- UseSqlServer(sqlServerOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqlServerDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
64
- UseSqlServer(connectionString: string, sqlServerOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqlServerDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
65
- UseSqlServer(connection: System_Data_Common.DbConnection, sqlServerOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqlServerDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
66
- UseSqlServer(connection: System_Data_Common.DbConnection, contextOwnsConnection: boolean, sqlServerOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqlServerDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
67
- UseAzureSql(azureSqlOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSqlDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
68
- UseAzureSql(connectionString: string, azureSqlOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSqlDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
69
- UseAzureSql(connection: System_Data_Common.DbConnection, azureSqlOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSqlDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
70
- UseAzureSql(connection: System_Data_Common.DbConnection, contextOwnsConnection: boolean, azureSqlOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSqlDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
71
- UseAzureSynapse(azureSynapseOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSynapseDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
72
- UseAzureSynapse(connectionString: string, azureSynapseOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSynapseDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
73
- UseAzureSynapse(connection: System_Data_Common.DbConnection, azureSynapseOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSynapseDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
74
- UseAzureSynapse(connection: System_Data_Common.DbConnection, contextOwnsConnection: boolean, azureSynapseOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSynapseDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
75
- ConfigureSqlEngine(sqlEngineOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqlEngineDbContextOptionsBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
66
+ UseSqlServer(sqlServerOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqlServerDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
67
+ UseSqlServer(connectionString: string, sqlServerOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqlServerDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
68
+ UseSqlServer(connection: System_Data_Common.DbConnection, sqlServerOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqlServerDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
69
+ UseSqlServer(connection: System_Data_Common.DbConnection, contextOwnsConnection: boolean, sqlServerOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqlServerDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
70
+ UseAzureSql(azureSqlOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
71
+ UseAzureSql(connectionString: string, azureSqlOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
72
+ UseAzureSql(connection: System_Data_Common.DbConnection, azureSqlOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
73
+ UseAzureSql(connection: System_Data_Common.DbConnection, contextOwnsConnection: boolean, azureSqlOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
74
+ UseAzureSynapse(azureSynapseOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSynapseDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
75
+ UseAzureSynapse(connectionString: string, azureSynapseOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSynapseDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
76
+ UseAzureSynapse(connection: System_Data_Common.DbConnection, azureSynapseOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSynapseDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
77
+ UseAzureSynapse(connection: System_Data_Common.DbConnection, contextOwnsConnection: boolean, azureSynapseOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSynapseDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
78
+ ConfigureSqlEngine(sqlEngineOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqlEngineDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
76
79
  }
77
80
 
78
81
  export interface __Ext_Microsoft_EntityFrameworkCore_DbFunctions {
79
- FreeText(propertyReference: unknown, freeText: string, languageTerm: int): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
80
- FreeText(propertyReference: unknown, freeText: string): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
81
- Contains(propertyReference: unknown, searchCondition: string, languageTerm: int): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
82
- Contains(propertyReference: unknown, searchCondition: string): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
83
- DateDiffYear(startDate: System.DateTime, endDate: System.DateTime): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
84
- DateDiffYear(startDate: System.Nullable_1<System.DateTime>, endDate: System.Nullable_1<System.DateTime>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
85
- DateDiffYear(startDate: System.DateTimeOffset, endDate: System.DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
86
- DateDiffYear(startDate: System.Nullable_1<System.DateTimeOffset>, endDate: System.Nullable_1<System.DateTimeOffset>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
87
- DateDiffYear(startDate: System.DateOnly, endDate: System.DateOnly): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
88
- DateDiffYear(startDate: System.Nullable_1<System.DateOnly>, endDate: System.Nullable_1<System.DateOnly>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
89
- DateDiffMonth(startDate: System.DateTime, endDate: System.DateTime): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
90
- DateDiffMonth(startDate: System.Nullable_1<System.DateTime>, endDate: System.Nullable_1<System.DateTime>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
91
- DateDiffMonth(startDate: System.DateTimeOffset, endDate: System.DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
92
- DateDiffMonth(startDate: System.Nullable_1<System.DateTimeOffset>, endDate: System.Nullable_1<System.DateTimeOffset>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
93
- DateDiffMonth(startDate: System.DateOnly, endDate: System.DateOnly): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
94
- DateDiffMonth(startDate: System.Nullable_1<System.DateOnly>, endDate: System.Nullable_1<System.DateOnly>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
95
- DateDiffDay(startDate: System.DateTime, endDate: System.DateTime): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
96
- DateDiffDay(startDate: System.Nullable_1<System.DateTime>, endDate: System.Nullable_1<System.DateTime>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
97
- DateDiffDay(startDate: System.DateTimeOffset, endDate: System.DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
98
- DateDiffDay(startDate: System.Nullable_1<System.DateTimeOffset>, endDate: System.Nullable_1<System.DateTimeOffset>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
99
- DateDiffDay(startDate: System.DateOnly, endDate: System.DateOnly): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
100
- DateDiffDay(startDate: System.Nullable_1<System.DateOnly>, endDate: System.Nullable_1<System.DateOnly>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
101
- DateDiffHour(startDate: System.DateTime, endDate: System.DateTime): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
102
- DateDiffHour(startDate: System.Nullable_1<System.DateTime>, endDate: System.Nullable_1<System.DateTime>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
103
- DateDiffHour(startDate: System.DateTimeOffset, endDate: System.DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
104
- DateDiffHour(startDate: System.Nullable_1<System.DateTimeOffset>, endDate: System.Nullable_1<System.DateTimeOffset>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
105
- DateDiffHour(startTimeSpan: System.TimeSpan, endTimeSpan: System.TimeSpan): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
106
- DateDiffHour(startTimeSpan: System.Nullable_1<System.TimeSpan>, endTimeSpan: System.Nullable_1<System.TimeSpan>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
107
- DateDiffHour(startTime: System.TimeOnly, endTime: System.TimeOnly): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
108
- DateDiffHour(startTime: System.Nullable_1<System.TimeOnly>, endTime: System.Nullable_1<System.TimeOnly>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
109
- DateDiffHour(startDate: System.DateOnly, endDate: System.DateOnly): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
110
- DateDiffHour(startDate: System.Nullable_1<System.DateOnly>, endDate: System.Nullable_1<System.DateOnly>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
111
- DateDiffMinute(startDate: System.DateTime, endDate: System.DateTime): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
112
- DateDiffMinute(startDate: System.Nullable_1<System.DateTime>, endDate: System.Nullable_1<System.DateTime>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
113
- DateDiffMinute(startDate: System.DateTimeOffset, endDate: System.DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
114
- DateDiffMinute(startDate: System.Nullable_1<System.DateTimeOffset>, endDate: System.Nullable_1<System.DateTimeOffset>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
115
- DateDiffMinute(startTimeSpan: System.TimeSpan, endTimeSpan: System.TimeSpan): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
116
- DateDiffMinute(startTimeSpan: System.Nullable_1<System.TimeSpan>, endTimeSpan: System.Nullable_1<System.TimeSpan>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
117
- DateDiffMinute(startTime: System.TimeOnly, endTime: System.TimeOnly): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
118
- DateDiffMinute(startTime: System.Nullable_1<System.TimeOnly>, endTime: System.Nullable_1<System.TimeOnly>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
119
- DateDiffMinute(startDate: System.DateOnly, endDate: System.DateOnly): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
120
- DateDiffMinute(startDate: System.Nullable_1<System.DateOnly>, endDate: System.Nullable_1<System.DateOnly>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
121
- DateDiffSecond(startDate: System.DateTime, endDate: System.DateTime): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
122
- DateDiffSecond(startDate: System.Nullable_1<System.DateTime>, endDate: System.Nullable_1<System.DateTime>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
123
- DateDiffSecond(startDate: System.DateTimeOffset, endDate: System.DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
124
- DateDiffSecond(startDate: System.Nullable_1<System.DateTimeOffset>, endDate: System.Nullable_1<System.DateTimeOffset>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
125
- DateDiffSecond(startTimeSpan: System.TimeSpan, endTimeSpan: System.TimeSpan): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
126
- DateDiffSecond(startTimeSpan: System.Nullable_1<System.TimeSpan>, endTimeSpan: System.Nullable_1<System.TimeSpan>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
127
- DateDiffSecond(startTime: System.TimeOnly, endTime: System.TimeOnly): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
128
- DateDiffSecond(startTime: System.Nullable_1<System.TimeOnly>, endTime: System.Nullable_1<System.TimeOnly>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
129
- DateDiffSecond(startDate: System.DateOnly, endDate: System.DateOnly): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
130
- DateDiffSecond(startDate: System.Nullable_1<System.DateOnly>, endDate: System.Nullable_1<System.DateOnly>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
131
- DateDiffMillisecond(startDate: System.DateTime, endDate: System.DateTime): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
132
- DateDiffMillisecond(startDate: System.Nullable_1<System.DateTime>, endDate: System.Nullable_1<System.DateTime>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
133
- DateDiffMillisecond(startDate: System.DateTimeOffset, endDate: System.DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
134
- DateDiffMillisecond(startDate: System.Nullable_1<System.DateTimeOffset>, endDate: System.Nullable_1<System.DateTimeOffset>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
135
- DateDiffMillisecond(startTimeSpan: System.TimeSpan, endTimeSpan: System.TimeSpan): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
136
- DateDiffMillisecond(startTimeSpan: System.Nullable_1<System.TimeSpan>, endTimeSpan: System.Nullable_1<System.TimeSpan>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
137
- DateDiffMillisecond(startTime: System.TimeOnly, endTime: System.TimeOnly): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
138
- DateDiffMillisecond(startTime: System.Nullable_1<System.TimeOnly>, endTime: System.Nullable_1<System.TimeOnly>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
139
- DateDiffMillisecond(startDate: System.DateOnly, endDate: System.DateOnly): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
140
- DateDiffMillisecond(startDate: System.Nullable_1<System.DateOnly>, endDate: System.Nullable_1<System.DateOnly>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
141
- DateDiffMicrosecond(startDate: System.DateTime, endDate: System.DateTime): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
142
- DateDiffMicrosecond(startDate: System.Nullable_1<System.DateTime>, endDate: System.Nullable_1<System.DateTime>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
143
- DateDiffMicrosecond(startDate: System.DateTimeOffset, endDate: System.DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
144
- DateDiffMicrosecond(startDate: System.Nullable_1<System.DateTimeOffset>, endDate: System.Nullable_1<System.DateTimeOffset>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
145
- DateDiffMicrosecond(startTimeSpan: System.TimeSpan, endTimeSpan: System.TimeSpan): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
146
- DateDiffMicrosecond(startTimeSpan: System.Nullable_1<System.TimeSpan>, endTimeSpan: System.Nullable_1<System.TimeSpan>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
147
- DateDiffMicrosecond(startTime: System.TimeOnly, endTime: System.TimeOnly): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
148
- DateDiffMicrosecond(startTime: System.Nullable_1<System.TimeOnly>, endTime: System.Nullable_1<System.TimeOnly>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
149
- DateDiffMicrosecond(startDate: System.DateOnly, endDate: System.DateOnly): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
150
- DateDiffMicrosecond(startDate: System.Nullable_1<System.DateOnly>, endDate: System.Nullable_1<System.DateOnly>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
151
- DateDiffNanosecond(startDate: System.DateTime, endDate: System.DateTime): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
152
- DateDiffNanosecond(startDate: System.Nullable_1<System.DateTime>, endDate: System.Nullable_1<System.DateTime>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
153
- DateDiffNanosecond(startDate: System.DateTimeOffset, endDate: System.DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
154
- DateDiffNanosecond(startDate: System.Nullable_1<System.DateTimeOffset>, endDate: System.Nullable_1<System.DateTimeOffset>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
155
- DateDiffNanosecond(startTimeSpan: System.TimeSpan, endTimeSpan: System.TimeSpan): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
156
- DateDiffNanosecond(startTimeSpan: System.Nullable_1<System.TimeSpan>, endTimeSpan: System.Nullable_1<System.TimeSpan>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
157
- DateDiffNanosecond(startTime: System.TimeOnly, endTime: System.TimeOnly): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
158
- DateDiffNanosecond(startTime: System.Nullable_1<System.TimeOnly>, endTime: System.Nullable_1<System.TimeOnly>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
159
- DateDiffNanosecond(startDate: System.DateOnly, endDate: System.DateOnly): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
160
- DateDiffNanosecond(startDate: System.Nullable_1<System.DateOnly>, endDate: System.Nullable_1<System.DateOnly>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
161
- DateDiffWeek(startDate: System.DateTime, endDate: System.DateTime): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
162
- DateDiffWeek(startDate: System.Nullable_1<System.DateTime>, endDate: System.Nullable_1<System.DateTime>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
163
- DateDiffWeek(startDate: System.DateTimeOffset, endDate: System.DateTimeOffset): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
164
- DateDiffWeek(startDate: System.Nullable_1<System.DateTimeOffset>, endDate: System.Nullable_1<System.DateTimeOffset>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
165
- DateDiffWeek(startDate: System.DateOnly, endDate: System.DateOnly): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
166
- DateDiffWeek(startDate: System.Nullable_1<System.DateOnly>, endDate: System.Nullable_1<System.DateOnly>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
167
- IsDate(expression: string): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
168
- DateTimeFromParts(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int): ExtensionMethods_Microsoft_EntityFrameworkCore<System.DateTime>;
169
- DateFromParts(year: int, month: int, day: int): ExtensionMethods_Microsoft_EntityFrameworkCore<System.DateTime>;
170
- DateTime2FromParts(year: int, month: int, day: int, hour: int, minute: int, second: int, fractions: int, precision: int): ExtensionMethods_Microsoft_EntityFrameworkCore<System.DateTime>;
171
- DateTimeOffsetFromParts(year: int, month: int, day: int, hour: int, minute: int, second: int, fractions: int, hourOffset: int, minuteOffset: int, precision: int): ExtensionMethods_Microsoft_EntityFrameworkCore<System.DateTimeOffset>;
172
- SmallDateTimeFromParts(year: int, month: int, day: int, hour: int, minute: int): ExtensionMethods_Microsoft_EntityFrameworkCore<System.DateTime>;
173
- TimeFromParts(hour: int, minute: int, second: int, fractions: int, precision: int): ExtensionMethods_Microsoft_EntityFrameworkCore<System.TimeSpan>;
174
- DataLength(arg: string): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
175
- DataLength(arg: System.Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
176
- DataLength(arg: System.Nullable_1<System_Internal.Double>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
177
- DataLength(arg: System.Nullable_1<System_Internal.Decimal>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
178
- DataLength(arg: System.Nullable_1<System.DateTime>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
179
- DataLength(arg: System.Nullable_1<System.TimeSpan>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
180
- DataLength(arg: System.Nullable_1<System.DateTimeOffset>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
181
- DataLength(arg: byte[]): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
182
- DataLength(arg: System.Nullable_1<System.Guid>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
183
- IsNumeric(expression: string): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
184
- AtTimeZone(dateTime: System.DateTime, timeZone: string): ExtensionMethods_Microsoft_EntityFrameworkCore<System.DateTimeOffset>;
185
- AtTimeZone(dateTimeOffset: System.DateTimeOffset, timeZone: string): ExtensionMethods_Microsoft_EntityFrameworkCore<System.DateTimeOffset>;
186
- PatIndex(pattern: string, expression: string): ExtensionMethods_Microsoft_EntityFrameworkCore<long>;
187
- StandardDeviationSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Byte>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
188
- StandardDeviationSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int16>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
189
- StandardDeviationSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
190
- StandardDeviationSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int64>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
191
- StandardDeviationSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Single>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
192
- StandardDeviationSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Double>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
193
- StandardDeviationSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Decimal>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
194
- StandardDeviationPopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Byte>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
195
- StandardDeviationPopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int16>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
196
- StandardDeviationPopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
197
- StandardDeviationPopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int64>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
198
- StandardDeviationPopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Single>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
199
- StandardDeviationPopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Double>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
200
- StandardDeviationPopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Decimal>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
201
- VarianceSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Byte>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
202
- VarianceSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int16>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
203
- VarianceSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
204
- VarianceSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int64>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
205
- VarianceSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Single>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
206
- VarianceSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Double>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
207
- VarianceSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Decimal>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
208
- VariancePopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Byte>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
209
- VariancePopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int16>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
210
- VariancePopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
211
- VariancePopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int64>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
212
- VariancePopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Single>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
213
- VariancePopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Double>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
214
- VariancePopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Decimal>): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Double>>;
215
- VectorDistance<T>(distanceMetric: string, vector1: Microsoft_Data_SqlTypes.SqlVector_1<T>, vector2: Microsoft_Data_SqlTypes.SqlVector_1<T>): ExtensionMethods_Microsoft_EntityFrameworkCore<double>;
82
+ FreeText(propertyReference: unknown, freeText: string, languageTerm: int): Rewrap<this, boolean>;
83
+ FreeText(propertyReference: unknown, freeText: string): Rewrap<this, boolean>;
84
+ Contains(propertyReference: unknown, searchCondition: string, languageTerm: int): Rewrap<this, boolean>;
85
+ Contains(propertyReference: unknown, searchCondition: string): Rewrap<this, boolean>;
86
+ DateDiffYear(startDate: System.DateTime, endDate: System.DateTime): Rewrap<this, int>;
87
+ DateDiffYear(startDate: System.Nullable_1<System.DateTime>, endDate: System.Nullable_1<System.DateTime>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
88
+ DateDiffYear(startDate: System.DateTimeOffset, endDate: System.DateTimeOffset): Rewrap<this, int>;
89
+ DateDiffYear(startDate: System.Nullable_1<System.DateTimeOffset>, endDate: System.Nullable_1<System.DateTimeOffset>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
90
+ DateDiffYear(startDate: System.DateOnly, endDate: System.DateOnly): Rewrap<this, int>;
91
+ DateDiffYear(startDate: System.Nullable_1<System.DateOnly>, endDate: System.Nullable_1<System.DateOnly>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
92
+ DateDiffMonth(startDate: System.DateTime, endDate: System.DateTime): Rewrap<this, int>;
93
+ DateDiffMonth(startDate: System.Nullable_1<System.DateTime>, endDate: System.Nullable_1<System.DateTime>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
94
+ DateDiffMonth(startDate: System.DateTimeOffset, endDate: System.DateTimeOffset): Rewrap<this, int>;
95
+ DateDiffMonth(startDate: System.Nullable_1<System.DateTimeOffset>, endDate: System.Nullable_1<System.DateTimeOffset>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
96
+ DateDiffMonth(startDate: System.DateOnly, endDate: System.DateOnly): Rewrap<this, int>;
97
+ DateDiffMonth(startDate: System.Nullable_1<System.DateOnly>, endDate: System.Nullable_1<System.DateOnly>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
98
+ DateDiffDay(startDate: System.DateTime, endDate: System.DateTime): Rewrap<this, int>;
99
+ DateDiffDay(startDate: System.Nullable_1<System.DateTime>, endDate: System.Nullable_1<System.DateTime>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
100
+ DateDiffDay(startDate: System.DateTimeOffset, endDate: System.DateTimeOffset): Rewrap<this, int>;
101
+ DateDiffDay(startDate: System.Nullable_1<System.DateTimeOffset>, endDate: System.Nullable_1<System.DateTimeOffset>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
102
+ DateDiffDay(startDate: System.DateOnly, endDate: System.DateOnly): Rewrap<this, int>;
103
+ DateDiffDay(startDate: System.Nullable_1<System.DateOnly>, endDate: System.Nullable_1<System.DateOnly>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
104
+ DateDiffHour(startDate: System.DateTime, endDate: System.DateTime): Rewrap<this, int>;
105
+ DateDiffHour(startDate: System.Nullable_1<System.DateTime>, endDate: System.Nullable_1<System.DateTime>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
106
+ DateDiffHour(startDate: System.DateTimeOffset, endDate: System.DateTimeOffset): Rewrap<this, int>;
107
+ DateDiffHour(startDate: System.Nullable_1<System.DateTimeOffset>, endDate: System.Nullable_1<System.DateTimeOffset>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
108
+ DateDiffHour(startTimeSpan: System.TimeSpan, endTimeSpan: System.TimeSpan): Rewrap<this, int>;
109
+ DateDiffHour(startTimeSpan: System.Nullable_1<System.TimeSpan>, endTimeSpan: System.Nullable_1<System.TimeSpan>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
110
+ DateDiffHour(startTime: System.TimeOnly, endTime: System.TimeOnly): Rewrap<this, int>;
111
+ DateDiffHour(startTime: System.Nullable_1<System.TimeOnly>, endTime: System.Nullable_1<System.TimeOnly>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
112
+ DateDiffHour(startDate: System.DateOnly, endDate: System.DateOnly): Rewrap<this, int>;
113
+ DateDiffHour(startDate: System.Nullable_1<System.DateOnly>, endDate: System.Nullable_1<System.DateOnly>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
114
+ DateDiffMinute(startDate: System.DateTime, endDate: System.DateTime): Rewrap<this, int>;
115
+ DateDiffMinute(startDate: System.Nullable_1<System.DateTime>, endDate: System.Nullable_1<System.DateTime>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
116
+ DateDiffMinute(startDate: System.DateTimeOffset, endDate: System.DateTimeOffset): Rewrap<this, int>;
117
+ DateDiffMinute(startDate: System.Nullable_1<System.DateTimeOffset>, endDate: System.Nullable_1<System.DateTimeOffset>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
118
+ DateDiffMinute(startTimeSpan: System.TimeSpan, endTimeSpan: System.TimeSpan): Rewrap<this, int>;
119
+ DateDiffMinute(startTimeSpan: System.Nullable_1<System.TimeSpan>, endTimeSpan: System.Nullable_1<System.TimeSpan>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
120
+ DateDiffMinute(startTime: System.TimeOnly, endTime: System.TimeOnly): Rewrap<this, int>;
121
+ DateDiffMinute(startTime: System.Nullable_1<System.TimeOnly>, endTime: System.Nullable_1<System.TimeOnly>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
122
+ DateDiffMinute(startDate: System.DateOnly, endDate: System.DateOnly): Rewrap<this, int>;
123
+ DateDiffMinute(startDate: System.Nullable_1<System.DateOnly>, endDate: System.Nullable_1<System.DateOnly>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
124
+ DateDiffSecond(startDate: System.DateTime, endDate: System.DateTime): Rewrap<this, int>;
125
+ DateDiffSecond(startDate: System.Nullable_1<System.DateTime>, endDate: System.Nullable_1<System.DateTime>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
126
+ DateDiffSecond(startDate: System.DateTimeOffset, endDate: System.DateTimeOffset): Rewrap<this, int>;
127
+ DateDiffSecond(startDate: System.Nullable_1<System.DateTimeOffset>, endDate: System.Nullable_1<System.DateTimeOffset>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
128
+ DateDiffSecond(startTimeSpan: System.TimeSpan, endTimeSpan: System.TimeSpan): Rewrap<this, int>;
129
+ DateDiffSecond(startTimeSpan: System.Nullable_1<System.TimeSpan>, endTimeSpan: System.Nullable_1<System.TimeSpan>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
130
+ DateDiffSecond(startTime: System.TimeOnly, endTime: System.TimeOnly): Rewrap<this, int>;
131
+ DateDiffSecond(startTime: System.Nullable_1<System.TimeOnly>, endTime: System.Nullable_1<System.TimeOnly>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
132
+ DateDiffSecond(startDate: System.DateOnly, endDate: System.DateOnly): Rewrap<this, int>;
133
+ DateDiffSecond(startDate: System.Nullable_1<System.DateOnly>, endDate: System.Nullable_1<System.DateOnly>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
134
+ DateDiffMillisecond(startDate: System.DateTime, endDate: System.DateTime): Rewrap<this, int>;
135
+ DateDiffMillisecond(startDate: System.Nullable_1<System.DateTime>, endDate: System.Nullable_1<System.DateTime>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
136
+ DateDiffMillisecond(startDate: System.DateTimeOffset, endDate: System.DateTimeOffset): Rewrap<this, int>;
137
+ DateDiffMillisecond(startDate: System.Nullable_1<System.DateTimeOffset>, endDate: System.Nullable_1<System.DateTimeOffset>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
138
+ DateDiffMillisecond(startTimeSpan: System.TimeSpan, endTimeSpan: System.TimeSpan): Rewrap<this, int>;
139
+ DateDiffMillisecond(startTimeSpan: System.Nullable_1<System.TimeSpan>, endTimeSpan: System.Nullable_1<System.TimeSpan>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
140
+ DateDiffMillisecond(startTime: System.TimeOnly, endTime: System.TimeOnly): Rewrap<this, int>;
141
+ DateDiffMillisecond(startTime: System.Nullable_1<System.TimeOnly>, endTime: System.Nullable_1<System.TimeOnly>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
142
+ DateDiffMillisecond(startDate: System.DateOnly, endDate: System.DateOnly): Rewrap<this, int>;
143
+ DateDiffMillisecond(startDate: System.Nullable_1<System.DateOnly>, endDate: System.Nullable_1<System.DateOnly>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
144
+ DateDiffMicrosecond(startDate: System.DateTime, endDate: System.DateTime): Rewrap<this, int>;
145
+ DateDiffMicrosecond(startDate: System.Nullable_1<System.DateTime>, endDate: System.Nullable_1<System.DateTime>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
146
+ DateDiffMicrosecond(startDate: System.DateTimeOffset, endDate: System.DateTimeOffset): Rewrap<this, int>;
147
+ DateDiffMicrosecond(startDate: System.Nullable_1<System.DateTimeOffset>, endDate: System.Nullable_1<System.DateTimeOffset>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
148
+ DateDiffMicrosecond(startTimeSpan: System.TimeSpan, endTimeSpan: System.TimeSpan): Rewrap<this, int>;
149
+ DateDiffMicrosecond(startTimeSpan: System.Nullable_1<System.TimeSpan>, endTimeSpan: System.Nullable_1<System.TimeSpan>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
150
+ DateDiffMicrosecond(startTime: System.TimeOnly, endTime: System.TimeOnly): Rewrap<this, int>;
151
+ DateDiffMicrosecond(startTime: System.Nullable_1<System.TimeOnly>, endTime: System.Nullable_1<System.TimeOnly>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
152
+ DateDiffMicrosecond(startDate: System.DateOnly, endDate: System.DateOnly): Rewrap<this, int>;
153
+ DateDiffMicrosecond(startDate: System.Nullable_1<System.DateOnly>, endDate: System.Nullable_1<System.DateOnly>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
154
+ DateDiffNanosecond(startDate: System.DateTime, endDate: System.DateTime): Rewrap<this, int>;
155
+ DateDiffNanosecond(startDate: System.Nullable_1<System.DateTime>, endDate: System.Nullable_1<System.DateTime>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
156
+ DateDiffNanosecond(startDate: System.DateTimeOffset, endDate: System.DateTimeOffset): Rewrap<this, int>;
157
+ DateDiffNanosecond(startDate: System.Nullable_1<System.DateTimeOffset>, endDate: System.Nullable_1<System.DateTimeOffset>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
158
+ DateDiffNanosecond(startTimeSpan: System.TimeSpan, endTimeSpan: System.TimeSpan): Rewrap<this, int>;
159
+ DateDiffNanosecond(startTimeSpan: System.Nullable_1<System.TimeSpan>, endTimeSpan: System.Nullable_1<System.TimeSpan>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
160
+ DateDiffNanosecond(startTime: System.TimeOnly, endTime: System.TimeOnly): Rewrap<this, int>;
161
+ DateDiffNanosecond(startTime: System.Nullable_1<System.TimeOnly>, endTime: System.Nullable_1<System.TimeOnly>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
162
+ DateDiffNanosecond(startDate: System.DateOnly, endDate: System.DateOnly): Rewrap<this, int>;
163
+ DateDiffNanosecond(startDate: System.Nullable_1<System.DateOnly>, endDate: System.Nullable_1<System.DateOnly>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
164
+ DateDiffWeek(startDate: System.DateTime, endDate: System.DateTime): Rewrap<this, int>;
165
+ DateDiffWeek(startDate: System.Nullable_1<System.DateTime>, endDate: System.Nullable_1<System.DateTime>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
166
+ DateDiffWeek(startDate: System.DateTimeOffset, endDate: System.DateTimeOffset): Rewrap<this, int>;
167
+ DateDiffWeek(startDate: System.Nullable_1<System.DateTimeOffset>, endDate: System.Nullable_1<System.DateTimeOffset>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
168
+ DateDiffWeek(startDate: System.DateOnly, endDate: System.DateOnly): Rewrap<this, int>;
169
+ DateDiffWeek(startDate: System.Nullable_1<System.DateOnly>, endDate: System.Nullable_1<System.DateOnly>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
170
+ IsDate(expression: string): Rewrap<this, boolean>;
171
+ DateTimeFromParts(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int): Rewrap<this, System.DateTime>;
172
+ DateFromParts(year: int, month: int, day: int): Rewrap<this, System.DateTime>;
173
+ DateTime2FromParts(year: int, month: int, day: int, hour: int, minute: int, second: int, fractions: int, precision: int): Rewrap<this, System.DateTime>;
174
+ DateTimeOffsetFromParts(year: int, month: int, day: int, hour: int, minute: int, second: int, fractions: int, hourOffset: int, minuteOffset: int, precision: int): Rewrap<this, System.DateTimeOffset>;
175
+ SmallDateTimeFromParts(year: int, month: int, day: int, hour: int, minute: int): Rewrap<this, System.DateTime>;
176
+ TimeFromParts(hour: int, minute: int, second: int, fractions: int, precision: int): Rewrap<this, System.TimeSpan>;
177
+ DataLength(arg: string): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
178
+ DataLength(arg: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
179
+ DataLength(arg: System.Nullable_1<System_Internal.Double>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
180
+ DataLength(arg: System.Nullable_1<System_Internal.Decimal>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
181
+ DataLength(arg: System.Nullable_1<System.DateTime>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
182
+ DataLength(arg: System.Nullable_1<System.TimeSpan>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
183
+ DataLength(arg: System.Nullable_1<System.DateTimeOffset>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
184
+ DataLength(arg: byte[]): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
185
+ DataLength(arg: System.Nullable_1<System.Guid>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
186
+ IsNumeric(expression: string): Rewrap<this, boolean>;
187
+ AtTimeZone(dateTime: System.DateTime, timeZone: string): Rewrap<this, System.DateTimeOffset>;
188
+ AtTimeZone(dateTimeOffset: System.DateTimeOffset, timeZone: string): Rewrap<this, System.DateTimeOffset>;
189
+ PatIndex(pattern: string, expression: string): Rewrap<this, long>;
190
+ StandardDeviationSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Byte>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
191
+ StandardDeviationSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int16>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
192
+ StandardDeviationSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int32>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
193
+ StandardDeviationSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int64>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
194
+ StandardDeviationSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Single>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
195
+ StandardDeviationSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Double>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
196
+ StandardDeviationSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Decimal>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
197
+ StandardDeviationPopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Byte>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
198
+ StandardDeviationPopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int16>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
199
+ StandardDeviationPopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int32>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
200
+ StandardDeviationPopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int64>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
201
+ StandardDeviationPopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Single>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
202
+ StandardDeviationPopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Double>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
203
+ StandardDeviationPopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Decimal>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
204
+ VarianceSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Byte>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
205
+ VarianceSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int16>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
206
+ VarianceSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int32>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
207
+ VarianceSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int64>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
208
+ VarianceSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Single>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
209
+ VarianceSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Double>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
210
+ VarianceSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Decimal>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
211
+ VariancePopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Byte>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
212
+ VariancePopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int16>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
213
+ VariancePopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int32>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
214
+ VariancePopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int64>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
215
+ VariancePopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Single>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
216
+ VariancePopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Double>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
217
+ VariancePopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Decimal>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
218
+ VectorDistance<T>(distanceMetric: string, vector1: Microsoft_Data_SqlTypes.SqlVector_1<T>, vector2: Microsoft_Data_SqlTypes.SqlVector_1<T>): Rewrap<this, double>;
216
219
  }
217
220
 
218
221
  export interface __Ext_Microsoft_EntityFrameworkCore_DbSet_1<T> {
219
- TemporalAsOf(utcPointInTime: System.DateTime): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Linq.IQueryable_1<T>>;
220
- TemporalFromTo(utcFrom: System.DateTime, utcTo: System.DateTime): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Linq.IQueryable_1<T>>;
221
- TemporalBetween(utcFrom: System.DateTime, utcTo: System.DateTime): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Linq.IQueryable_1<T>>;
222
- TemporalContainedIn(utcFrom: System.DateTime, utcTo: System.DateTime): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Linq.IQueryable_1<T>>;
223
- TemporalAll(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Linq.IQueryable_1<T>>;
222
+ TemporalAsOf(utcPointInTime: System.DateTime): Rewrap<this, System_Linq.IQueryable_1<T>>;
223
+ TemporalFromTo(utcFrom: System.DateTime, utcTo: System.DateTime): Rewrap<this, System_Linq.IQueryable_1<T>>;
224
+ TemporalBetween(utcFrom: System.DateTime, utcTo: System.DateTime): Rewrap<this, System_Linq.IQueryable_1<T>>;
225
+ TemporalContainedIn(utcFrom: System.DateTime, utcTo: System.DateTime): Rewrap<this, System_Linq.IQueryable_1<T>>;
226
+ TemporalAll(): Rewrap<this, System_Linq.IQueryable_1<T>>;
224
227
  }
225
228
 
226
229
  export interface __Ext_Microsoft_EntityFrameworkCore_DatabaseFacade {
227
- IsSqlServer(): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
230
+ IsSqlServer(): Rewrap<this, boolean>;
228
231
  }
229
232
 
230
233
  export interface __Ext_Microsoft_EntityFrameworkCore_ColumnBuilder {
231
- UseIdentityColumn(seed?: long, increment?: int): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ColumnBuilder>;
234
+ UseIdentityColumn(seed?: long, increment?: int): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ColumnBuilder>;
232
235
  }
233
236
 
234
237
  export interface __Ext_Microsoft_EntityFrameworkCore_ColumnBuilder_1<T> {
235
- UseIdentityColumn(seed?: long, increment?: int): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ColumnBuilder_1<T>>;
238
+ UseIdentityColumn(seed?: long, increment?: int): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ColumnBuilder_1<T>>;
236
239
  }
237
240
 
238
241
  export interface __Ext_Microsoft_EntityFrameworkCore_ComplexTypePrimitiveCollectionBuilder {
239
- IsSparse(sparse?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder>;
240
- HasDefaultValue(value: unknown, defaultConstraintName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder>;
241
- HasDefaultValueSql(sql: string, defaultConstraintName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder>;
242
+ IsSparse(sparse?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder>;
243
+ HasDefaultValue(value: unknown, defaultConstraintName: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder>;
244
+ HasDefaultValueSql(sql: string, defaultConstraintName: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder>;
242
245
  }
243
246
 
244
247
  export interface __Ext_Microsoft_EntityFrameworkCore_ComplexTypePrimitiveCollectionBuilder_1<T> {
245
- IsSparse(sparse?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1<T>>;
246
- HasDefaultValue(value: unknown, defaultConstraintName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1<T>>;
247
- HasDefaultValueSql(sql: string, defaultConstraintName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1<T>>;
248
+ IsSparse(sparse?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1<T>>;
249
+ HasDefaultValue(value: unknown, defaultConstraintName: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1<T>>;
250
+ HasDefaultValueSql(sql: string, defaultConstraintName: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1<T>>;
248
251
  }
249
252
 
250
253
  export interface __Ext_Microsoft_EntityFrameworkCore_ComplexTypePropertyBuilder {
251
- UseHiLo(name?: string, schema?: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
252
- UseSequence(name?: string, schema?: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
253
- UseIdentityColumn(seed?: long, increment?: int): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
254
- UseIdentityColumn(seed: int, increment?: int): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
255
- IsSparse(sparse?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
256
- HasDefaultValue(value: unknown, defaultConstraintName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
257
- HasDefaultValueSql(sql: string, defaultConstraintName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
254
+ UseHiLo(name?: string, schema?: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
255
+ UseSequence(name?: string, schema?: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
256
+ UseIdentityColumn(seed?: long, increment?: int): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
257
+ UseIdentityColumn(seed: int, increment?: int): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
258
+ IsSparse(sparse?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
259
+ HasDefaultValue(value: unknown, defaultConstraintName: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
260
+ HasDefaultValueSql(sql: string, defaultConstraintName: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
258
261
  }
259
262
 
260
263
  export interface __Ext_Microsoft_EntityFrameworkCore_ComplexTypePropertyBuilder_1<T> {
261
- UseHiLo(name?: string, schema?: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<T>>;
262
- UseSequence(name?: string, schema?: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<T>>;
263
- UseIdentityColumn(seed?: long, increment?: int): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<T>>;
264
- UseIdentityColumn(seed: int, increment?: int): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<T>>;
265
- IsSparse(sparse?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<T>>;
266
- HasDefaultValue(value: unknown, defaultConstraintName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<T>>;
267
- HasDefaultValueSql(sql: string, defaultConstraintName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<T>>;
264
+ UseHiLo(name?: string, schema?: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<T>>;
265
+ UseSequence(name?: string, schema?: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<T>>;
266
+ UseIdentityColumn(seed?: long, increment?: int): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<T>>;
267
+ UseIdentityColumn(seed: int, increment?: int): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<T>>;
268
+ IsSparse(sparse?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<T>>;
269
+ HasDefaultValue(value: unknown, defaultConstraintName: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<T>>;
270
+ HasDefaultValueSql(sql: string, defaultConstraintName: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<T>>;
268
271
  }
269
272
 
270
273
  export interface __Ext_Microsoft_EntityFrameworkCore_EntityTypeBuilder {
271
- IsMemoryOptimized(memoryOptimized?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
274
+ IsMemoryOptimized(memoryOptimized?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
272
275
  }
273
276
 
274
277
  export interface __Ext_Microsoft_EntityFrameworkCore_EntityTypeBuilder_1<T> {
275
- IsMemoryOptimized(memoryOptimized?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<T>>;
278
+ IsMemoryOptimized(memoryOptimized?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<T>>;
276
279
  }
277
280
 
278
281
  export interface __Ext_Microsoft_EntityFrameworkCore_IConventionEntityTypeBuilder {
279
- IsMemoryOptimized(memoryOptimized: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
280
- CanSetIsMemoryOptimized(memoryOptimized: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
281
- UseSqlOutputClause(useSqlOutputClause: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
282
- UseSqlOutputClause(useSqlOutputClause: System.Nullable_1<System_Internal.Boolean>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
283
- CanUseSqlOutputClause(useSqlOutputClause: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
284
- CanUseSqlOutputClause(useSqlOutputClause: System.Nullable_1<System_Internal.Boolean>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
285
- IsTemporal(temporal?: boolean, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
286
- CanSetIsTemporal(temporal?: boolean, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
287
- UseHistoryTableName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
288
- CanSetHistoryTableName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
289
- UseHistoryTableSchema(schema: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
290
- CanSetHistoryTableSchema(schema: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
291
- HasPeriodStart(propertyName: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
292
- CanSetPeriodStart(propertyName: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
293
- HasPeriodEnd(propertyName: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
294
- CanSetPeriodEnd(propertyName: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
282
+ IsMemoryOptimized(memoryOptimized: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
283
+ CanSetIsMemoryOptimized(memoryOptimized: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
284
+ UseSqlOutputClause(useSqlOutputClause: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
285
+ UseSqlOutputClause(useSqlOutputClause: System.Nullable_1<System_Internal.Boolean>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
286
+ CanUseSqlOutputClause(useSqlOutputClause: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
287
+ CanUseSqlOutputClause(useSqlOutputClause: System.Nullable_1<System_Internal.Boolean>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
288
+ IsTemporal(temporal?: boolean, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
289
+ CanSetIsTemporal(temporal?: boolean, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
290
+ UseHistoryTableName(name: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
291
+ CanSetHistoryTableName(name: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
292
+ UseHistoryTableSchema(schema: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
293
+ CanSetHistoryTableSchema(schema: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
294
+ HasPeriodStart(propertyName: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
295
+ CanSetPeriodStart(propertyName: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
296
+ HasPeriodEnd(propertyName: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
297
+ CanSetPeriodEnd(propertyName: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
295
298
  }
296
299
 
297
300
  export interface __Ext_Microsoft_EntityFrameworkCore_IConventionIndexBuilder {
298
- IsClustered(clustered: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
299
- CanSetIsClustered(clustered: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
300
- IncludeProperties(propertyNames: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
301
- CanSetIncludeProperties(propertyNames: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
302
- IsCreatedOnline(createdOnline: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
303
- CanSetIsCreatedOnline(createdOnline: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
304
- HasFillFactor(fillFactor: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
305
- CanSetFillFactor(fillFactor: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
306
- SortInTempDb(sortInTempDb: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
307
- CanSetSortInTempDb(sortInTempDb: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
308
- UseDataCompression(dataCompressionType: System.Nullable_1<Microsoft_EntityFrameworkCore.DataCompressionType>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
309
- CanSetDataCompression(dataCompressionType: System.Nullable_1<Microsoft_EntityFrameworkCore.DataCompressionType>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
301
+ IsClustered(clustered: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
302
+ CanSetIsClustered(clustered: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
303
+ IncludeProperties(propertyNames: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
304
+ CanSetIncludeProperties(propertyNames: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
305
+ IsCreatedOnline(createdOnline: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
306
+ CanSetIsCreatedOnline(createdOnline: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
307
+ HasFillFactor(fillFactor: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
308
+ CanSetFillFactor(fillFactor: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
309
+ SortInTempDb(sortInTempDb: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
310
+ CanSetSortInTempDb(sortInTempDb: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
311
+ UseDataCompression(dataCompressionType: System.Nullable_1<Microsoft_EntityFrameworkCore.DataCompressionType>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
312
+ CanSetDataCompression(dataCompressionType: System.Nullable_1<Microsoft_EntityFrameworkCore.DataCompressionType>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
310
313
  }
311
314
 
312
315
  export interface __Ext_Microsoft_EntityFrameworkCore_IConventionKeyBuilder {
313
- IsClustered(clustered: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionKeyBuilder | undefined>;
314
- CanSetIsClustered(clustered: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
315
- HasFillFactor(fillFactor: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionKeyBuilder | undefined>;
316
- CanSetFillFactor(fillFactor: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
316
+ IsClustered(clustered: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionKeyBuilder | undefined>;
317
+ CanSetIsClustered(clustered: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
318
+ HasFillFactor(fillFactor: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionKeyBuilder | undefined>;
319
+ CanSetFillFactor(fillFactor: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
317
320
  }
318
321
 
319
322
  export interface __Ext_Microsoft_EntityFrameworkCore_IConventionModelBuilder {
320
- HasHiLoSequence(name: string, schema: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionSequenceBuilder | undefined>;
321
- CanSetHiLoSequence(name: string, schema: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
322
- HasIdentityColumnSeed(seed: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder | undefined>;
323
- CanSetIdentityColumnSeed(seed: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
324
- HasIdentityColumnIncrement(increment: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder | undefined>;
325
- CanSetIdentityColumnIncrement(increment: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
326
- HasValueGenerationStrategy(valueGenerationStrategy: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder | undefined>;
327
- CanSetValueGenerationStrategy(valueGenerationStrategy: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
328
- HasDatabaseMaxSize(maxSize: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder | undefined>;
329
- CanSetDatabaseMaxSize(maxSize: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
330
- HasServiceTierSql(serviceTier: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder | undefined>;
331
- CanSetServiceTierSql(serviceTier: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
332
- HasPerformanceLevelSql(performanceLevel: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder | undefined>;
333
- CanSetPerformanceLevelSql(performanceLevel: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
334
- UseNamedDefaultConstraints(value: boolean, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder | undefined>;
335
- CanUseNamedDefaultConstraints(value: boolean, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
323
+ HasHiLoSequence(name: string, schema: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionSequenceBuilder | undefined>;
324
+ CanSetHiLoSequence(name: string, schema: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
325
+ HasIdentityColumnSeed(seed: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder | undefined>;
326
+ CanSetIdentityColumnSeed(seed: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
327
+ HasIdentityColumnIncrement(increment: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder | undefined>;
328
+ CanSetIdentityColumnIncrement(increment: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
329
+ HasValueGenerationStrategy(valueGenerationStrategy: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder | undefined>;
330
+ CanSetValueGenerationStrategy(valueGenerationStrategy: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
331
+ HasDatabaseMaxSize(maxSize: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder | undefined>;
332
+ CanSetDatabaseMaxSize(maxSize: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
333
+ HasServiceTierSql(serviceTier: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder | undefined>;
334
+ CanSetServiceTierSql(serviceTier: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
335
+ HasPerformanceLevelSql(performanceLevel: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder | undefined>;
336
+ CanSetPerformanceLevelSql(performanceLevel: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
337
+ UseNamedDefaultConstraints(value: boolean, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder | undefined>;
338
+ CanUseNamedDefaultConstraints(value: boolean, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
336
339
  }
337
340
 
338
341
  export interface __Ext_Microsoft_EntityFrameworkCore_IConventionPropertyBuilder {
339
- HasHiLoSequence(name: string, schema: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionSequenceBuilder | undefined>;
340
- CanSetHiLoSequence(name: string, schema: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
341
- HasSequence(name: string, schema: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionSequenceBuilder | undefined>;
342
- CanSetSequence(name: string, schema: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
343
- HasIdentityColumnSeed(seed: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
344
- HasIdentityColumnSeed(seed: System.Nullable_1<System_Internal.Int64>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
345
- CanSetIdentityColumnSeed(seed: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
346
- CanSetIdentityColumnSeed(seed: System.Nullable_1<System_Internal.Int64>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
347
- HasIdentityColumnIncrement(increment: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
348
- HasIdentityColumnIncrement(increment: System.Nullable_1<System_Internal.Int32>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
349
- CanSetIdentityColumnIncrement(increment: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
350
- CanSetIdentityColumnIncrement(increment: System.Nullable_1<System_Internal.Int32>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
351
- HasValueGenerationStrategy(valueGenerationStrategy: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
352
- HasValueGenerationStrategy(valueGenerationStrategy: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
353
- CanSetValueGenerationStrategy(valueGenerationStrategy: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
354
- CanSetValueGenerationStrategy(valueGenerationStrategy: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
355
- IsSparse(sparse: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
356
- CanSetIsSparse(sparse: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
357
- HasDefaultValue(value: unknown, defaultConstraintName: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
358
- CanSetDefaultValue(value: unknown, defaultConstraintName: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
359
- HasDefaultValueSql(sql: string, defaultConstraintName: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
360
- CanSetDefaultValueSql(sql: string, defaultConstraintName: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
342
+ HasHiLoSequence(name: string, schema: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionSequenceBuilder | undefined>;
343
+ CanSetHiLoSequence(name: string, schema: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
344
+ HasSequence(name: string, schema: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionSequenceBuilder | undefined>;
345
+ CanSetSequence(name: string, schema: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
346
+ HasIdentityColumnSeed(seed: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
347
+ HasIdentityColumnSeed(seed: System.Nullable_1<System_Internal.Int64>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
348
+ CanSetIdentityColumnSeed(seed: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
349
+ CanSetIdentityColumnSeed(seed: System.Nullable_1<System_Internal.Int64>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
350
+ HasIdentityColumnIncrement(increment: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
351
+ HasIdentityColumnIncrement(increment: System.Nullable_1<System_Internal.Int32>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
352
+ CanSetIdentityColumnIncrement(increment: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
353
+ CanSetIdentityColumnIncrement(increment: System.Nullable_1<System_Internal.Int32>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
354
+ HasValueGenerationStrategy(valueGenerationStrategy: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
355
+ HasValueGenerationStrategy(valueGenerationStrategy: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
356
+ CanSetValueGenerationStrategy(valueGenerationStrategy: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
357
+ CanSetValueGenerationStrategy(valueGenerationStrategy: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
358
+ IsSparse(sparse: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
359
+ CanSetIsSparse(sparse: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
360
+ HasDefaultValue(value: unknown, defaultConstraintName: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
361
+ CanSetDefaultValue(value: unknown, defaultConstraintName: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
362
+ HasDefaultValueSql(sql: string, defaultConstraintName: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
363
+ CanSetDefaultValueSql(sql: string, defaultConstraintName: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
361
364
  }
362
365
 
363
366
  export interface __Ext_Microsoft_EntityFrameworkCore_IndexBuilder {
364
- IsClustered(clustered?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
365
- IncludeProperties(...propertyNames: string[]): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
366
- IsCreatedOnline(createdOnline?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
367
- HasFillFactor(fillFactor: int): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
368
- SortInTempDb(sortInTempDb?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
369
- UseDataCompression(dataCompressionType: Microsoft_EntityFrameworkCore.DataCompressionType): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
367
+ IsClustered(clustered?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
368
+ IncludeProperties(...propertyNames: string[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
369
+ IsCreatedOnline(createdOnline?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
370
+ HasFillFactor(fillFactor: int): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
371
+ SortInTempDb(sortInTempDb?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
372
+ UseDataCompression(dataCompressionType: Microsoft_EntityFrameworkCore.DataCompressionType): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
370
373
  }
371
374
 
372
375
  export interface __Ext_Microsoft_EntityFrameworkCore_IndexBuilder_1<T> {
373
- IsClustered(clustered?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
374
- IncludeProperties(...propertyNames: string[]): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
375
- IncludeProperties(includeExpression: System_Linq_Expressions.Expression_1<System.Func_2<T, unknown>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
376
- IsCreatedOnline(createdOnline?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
377
- HasFillFactor(fillFactor: int): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
378
- SortInTempDb(sortInTempDb?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
379
- UseDataCompression(dataCompressionType: Microsoft_EntityFrameworkCore.DataCompressionType): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
376
+ IsClustered(clustered?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
377
+ IncludeProperties(...propertyNames: string[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
378
+ IncludeProperties(includeExpression: System_Linq_Expressions.Expression_1<System.Func_2<T, unknown>>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
379
+ IsCreatedOnline(createdOnline?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
380
+ HasFillFactor(fillFactor: int): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
381
+ SortInTempDb(sortInTempDb?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
382
+ UseDataCompression(dataCompressionType: Microsoft_EntityFrameworkCore.DataCompressionType): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
380
383
  }
381
384
 
382
385
  export interface __Ext_Microsoft_EntityFrameworkCore_KeyBuilder {
383
- IsClustered(clustered?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.KeyBuilder>;
384
- HasFillFactor(fillFactor: int): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.KeyBuilder>;
386
+ IsClustered(clustered?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.KeyBuilder>;
387
+ HasFillFactor(fillFactor: int): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.KeyBuilder>;
385
388
  }
386
389
 
387
390
  export interface __Ext_Microsoft_EntityFrameworkCore_KeyBuilder_1<T> {
388
- IsClustered(clustered?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.KeyBuilder_1<T>>;
389
- HasFillFactor(fillFactor: int): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.KeyBuilder_1<T>>;
391
+ IsClustered(clustered?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.KeyBuilder_1<T>>;
392
+ HasFillFactor(fillFactor: int): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.KeyBuilder_1<T>>;
390
393
  }
391
394
 
392
395
  export interface __Ext_Microsoft_EntityFrameworkCore_OwnedNavigationBuilder {
393
- IsMemoryOptimized(memoryOptimized?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
396
+ IsMemoryOptimized(memoryOptimized?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
394
397
  }
395
398
 
396
399
  export interface __Ext_Microsoft_EntityFrameworkCore_OwnedNavigationBuilder_2<T1, T2> {
397
- IsMemoryOptimized(memoryOptimized?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<T1, T2>>;
400
+ IsMemoryOptimized(memoryOptimized?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<T1, T2>>;
398
401
  }
399
402
 
400
403
  export interface __Ext_Microsoft_EntityFrameworkCore_OwnedNavigationTableBuilder {
401
- IsTemporal(temporal?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTemporalTableBuilder>;
402
- IsTemporal(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTemporalTableBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder>;
403
- IsMemoryOptimized(memoryOptimized?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder>;
404
- UseSqlOutputClause(useSqlOutputClause?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder>;
404
+ IsTemporal(temporal?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTemporalTableBuilder>;
405
+ IsTemporal(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTemporalTableBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder>;
406
+ IsMemoryOptimized(memoryOptimized?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder>;
407
+ UseSqlOutputClause(useSqlOutputClause?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder>;
405
408
  }
406
409
 
407
410
  export interface __Ext_Microsoft_EntityFrameworkCore_OwnedNavigationTableBuilder_2<T1, T2> {
408
- IsTemporal(temporal?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTemporalTableBuilder_2<T1, T2>>;
409
- IsTemporal(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTemporalTableBuilder_2<T1, T2>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder_2<T1, T2>>;
410
- IsMemoryOptimized(memoryOptimized?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder_2<T1, T2>>;
411
- UseSqlOutputClause(useSqlOutputClause?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder_2<T1, T2>>;
411
+ IsTemporal(temporal?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTemporalTableBuilder_2<T1, T2>>;
412
+ IsTemporal(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTemporalTableBuilder_2<T1, T2>>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder_2<T1, T2>>;
413
+ IsMemoryOptimized(memoryOptimized?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder_2<T1, T2>>;
414
+ UseSqlOutputClause(useSqlOutputClause?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder_2<T1, T2>>;
412
415
  }
413
416
 
414
417
  export interface __Ext_Microsoft_EntityFrameworkCore_PrimitiveCollectionBuilder {
415
- IsSparse(sparse?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder>;
416
- HasDefaultValue(value: unknown, defaultConstraintName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder>;
417
- HasDefaultValueSql(sql: string, defaultConstraintName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder>;
418
+ IsSparse(sparse?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder>;
419
+ HasDefaultValue(value: unknown, defaultConstraintName: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder>;
420
+ HasDefaultValueSql(sql: string, defaultConstraintName: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder>;
418
421
  }
419
422
 
420
423
  export interface __Ext_Microsoft_EntityFrameworkCore_PrimitiveCollectionBuilder_1<T> {
421
- IsSparse(sparse?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1<T>>;
422
- HasDefaultValue(value: unknown, defaultConstraintName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1<T>>;
423
- HasDefaultValueSql(sql: string, defaultConstraintName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1<T>>;
424
+ IsSparse(sparse?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1<T>>;
425
+ HasDefaultValue(value: unknown, defaultConstraintName: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1<T>>;
426
+ HasDefaultValueSql(sql: string, defaultConstraintName: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1<T>>;
424
427
  }
425
428
 
426
429
  export interface __Ext_Microsoft_EntityFrameworkCore_PropertyBuilder {
427
- UseHiLo(name?: string, schema?: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
428
- UseSequence(name?: string, schema?: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
429
- UseIdentityColumn(seed?: long, increment?: int): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
430
- UseIdentityColumn(seed: int, increment?: int): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
431
- IsSparse(sparse?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
432
- HasDefaultValue(value: unknown, defaultConstraintName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
433
- HasDefaultValueSql(sql: string, defaultConstraintName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
430
+ UseHiLo(name?: string, schema?: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
431
+ UseSequence(name?: string, schema?: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
432
+ UseIdentityColumn(seed?: long, increment?: int): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
433
+ UseIdentityColumn(seed: int, increment?: int): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
434
+ IsSparse(sparse?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
435
+ HasDefaultValue(value: unknown, defaultConstraintName: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
436
+ HasDefaultValueSql(sql: string, defaultConstraintName: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
434
437
  }
435
438
 
436
439
  export interface __Ext_Microsoft_EntityFrameworkCore_PropertyBuilder_1<T> {
437
- UseHiLo(name?: string, schema?: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
438
- UseSequence(name?: string, schema?: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
439
- UseIdentityColumn(seed?: long, increment?: int): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
440
- UseIdentityColumn(seed: int, increment?: int): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
441
- IsSparse(sparse?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
442
- HasDefaultValue(value: unknown, defaultConstraintName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
443
- HasDefaultValueSql(sql: string, defaultConstraintName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
440
+ UseHiLo(name?: string, schema?: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
441
+ UseSequence(name?: string, schema?: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
442
+ UseIdentityColumn(seed?: long, increment?: int): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
443
+ UseIdentityColumn(seed: int, increment?: int): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
444
+ IsSparse(sparse?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
445
+ HasDefaultValue(value: unknown, defaultConstraintName: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
446
+ HasDefaultValueSql(sql: string, defaultConstraintName: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
444
447
  }
445
448
 
446
449
  export interface __Ext_Microsoft_EntityFrameworkCore_SplitTableBuilder {
447
- UseSqlOutputClause(useSqlOutputClause?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder>;
450
+ UseSqlOutputClause(useSqlOutputClause?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder>;
448
451
  }
449
452
 
450
453
  export interface __Ext_Microsoft_EntityFrameworkCore_SplitTableBuilder_1<T> {
451
- UseSqlOutputClause(useSqlOutputClause?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder_1<T>>;
454
+ UseSqlOutputClause(useSqlOutputClause?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder_1<T>>;
452
455
  }
453
456
 
454
457
  export interface __Ext_Microsoft_EntityFrameworkCore_TableBuilder {
455
- IsTemporal(temporal?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.TemporalTableBuilder>;
456
- IsTemporal(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TemporalTableBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder>;
457
- IsMemoryOptimized(memoryOptimized?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder>;
458
- UseSqlOutputClause(useSqlOutputClause?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder>;
458
+ IsTemporal(temporal?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.TemporalTableBuilder>;
459
+ IsTemporal(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TemporalTableBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder>;
460
+ IsMemoryOptimized(memoryOptimized?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder>;
461
+ UseSqlOutputClause(useSqlOutputClause?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder>;
459
462
  }
460
463
 
461
464
  export interface __Ext_Microsoft_EntityFrameworkCore_TableBuilder_1<T> {
462
- IsTemporal(temporal?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.TemporalTableBuilder_1<T>>;
463
- IsTemporal(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TemporalTableBuilder_1<T>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder_1<T>>;
464
- IsMemoryOptimized(memoryOptimized?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder_1<T>>;
465
- UseSqlOutputClause(useSqlOutputClause?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder_1<T>>;
465
+ IsTemporal(temporal?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.TemporalTableBuilder_1<T>>;
466
+ IsTemporal(buildAction: System.Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.TemporalTableBuilder_1<T>>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder_1<T>>;
467
+ IsMemoryOptimized(memoryOptimized?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder_1<T>>;
468
+ UseSqlOutputClause(useSqlOutputClause?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder_1<T>>;
466
469
  }
467
470
 
468
471
  export interface __Ext_Microsoft_EntityFrameworkCore_IConventionEntityType {
469
- SetIsMemoryOptimized(memoryOptimized: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
470
- GetIsMemoryOptimizedConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
471
- SetIsTemporal(temporal: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
472
- GetIsTemporalConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
473
- SetPeriodStartPropertyName(periodStartPropertyName: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
474
- GetPeriodStartPropertyNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
475
- SetPeriodEndPropertyName(periodEndPropertyName: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
476
- GetPeriodEndPropertyNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
477
- SetHistoryTableName(historyTableName: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
478
- GetHistoryTableNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
479
- SetHistoryTableSchema(historyTableSchema: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
480
- GetHistoryTableSchemaConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
481
- UseSqlOutputClause(useSqlOutputClause: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
482
- GetUseSqlOutputClauseConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
483
- GetUseSqlOutputClauseConfigurationSource(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
484
- UseSqlOutputClause(useSqlOutputClause: System.Nullable_1<System_Internal.Boolean>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
472
+ SetIsMemoryOptimized(memoryOptimized: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
473
+ GetIsMemoryOptimizedConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
474
+ SetIsTemporal(temporal: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
475
+ GetIsTemporalConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
476
+ SetPeriodStartPropertyName(periodStartPropertyName: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
477
+ GetPeriodStartPropertyNameConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
478
+ SetPeriodEndPropertyName(periodEndPropertyName: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
479
+ GetPeriodEndPropertyNameConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
480
+ SetHistoryTableName(historyTableName: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
481
+ GetHistoryTableNameConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
482
+ SetHistoryTableSchema(historyTableSchema: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
483
+ GetHistoryTableSchemaConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
484
+ UseSqlOutputClause(useSqlOutputClause: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
485
+ GetUseSqlOutputClauseConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
486
+ GetUseSqlOutputClauseConfigurationSource(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
487
+ UseSqlOutputClause(useSqlOutputClause: System.Nullable_1<System_Internal.Boolean>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
485
488
  }
486
489
 
487
490
  export interface __Ext_Microsoft_EntityFrameworkCore_IConventionEntityTypeMappingFragment {
488
- UseSqlOutputClause(useSqlOutputClause: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
489
- GetUseSqlOutputClauseConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
491
+ UseSqlOutputClause(useSqlOutputClause: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
492
+ GetUseSqlOutputClauseConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
490
493
  }
491
494
 
492
495
  export interface __Ext_Microsoft_EntityFrameworkCore_IConventionIndex {
493
- SetIsClustered(value: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
494
- GetIsClusteredConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
495
- SetIncludeProperties(properties: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IReadOnlyList_1<System_Internal.String> | undefined>;
496
- GetIncludePropertiesConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
497
- SetIsCreatedOnline(createdOnline: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
498
- GetIsCreatedOnlineConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
499
- SetFillFactor(fillFactor: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
500
- GetFillFactorConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
501
- SetSortInTempDb(sortInTempDb: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
502
- GetSortInTempDbConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
503
- SetDataCompression(dataCompression: System.Nullable_1<Microsoft_EntityFrameworkCore.DataCompressionType>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore.DataCompressionType>>;
504
- GetDataCompressionConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
496
+ SetIsClustered(value: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
497
+ GetIsClusteredConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
498
+ SetIncludeProperties(properties: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation?: boolean): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<System_Internal.String> | undefined>;
499
+ GetIncludePropertiesConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
500
+ SetIsCreatedOnline(createdOnline: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
501
+ GetIsCreatedOnlineConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
502
+ SetFillFactor(fillFactor: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
503
+ GetFillFactorConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
504
+ SetSortInTempDb(sortInTempDb: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
505
+ GetSortInTempDbConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
506
+ SetDataCompression(dataCompression: System.Nullable_1<Microsoft_EntityFrameworkCore.DataCompressionType>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore.DataCompressionType>>;
507
+ GetDataCompressionConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
505
508
  }
506
509
 
507
510
  export interface __Ext_Microsoft_EntityFrameworkCore_IConventionKey {
508
- SetIsClustered(clustered: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
509
- GetIsClusteredConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
510
- SetFillFactor(fillFactor: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
511
- GetFillFactorConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
511
+ SetIsClustered(clustered: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
512
+ GetIsClusteredConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
513
+ SetFillFactor(fillFactor: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
514
+ GetFillFactorConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
512
515
  }
513
516
 
514
517
  export interface __Ext_Microsoft_EntityFrameworkCore_IConventionModel {
515
- SetHiLoSequenceName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
516
- GetHiLoSequenceNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
517
- SetHiLoSequenceSchema(value: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
518
- GetHiLoSequenceSchemaConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
519
- SetSequenceNameSuffix(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
520
- GetSequenceNameSuffixConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
521
- SetSequenceSchema(value: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
522
- GetSequenceSchemaConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
523
- SetIdentitySeed(seed: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int64>>;
524
- GetIdentitySeedConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
525
- SetIdentityIncrement(increment: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
526
- GetIdentityIncrementConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
527
- SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>>;
528
- GetValueGenerationStrategyConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
529
- SetDatabaseMaxSize(value: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
530
- GetDatabaseMaxSizeConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
531
- SetServiceTierSql(value: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
532
- GetServiceTierSqlConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
533
- SetPerformanceLevelSql(value: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
534
- GetPerformanceLevelSqlConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
518
+ SetHiLoSequenceName(name: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
519
+ GetHiLoSequenceNameConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
520
+ SetHiLoSequenceSchema(value: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
521
+ GetHiLoSequenceSchemaConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
522
+ SetSequenceNameSuffix(name: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
523
+ GetSequenceNameSuffixConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
524
+ SetSequenceSchema(value: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
525
+ GetSequenceSchemaConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
526
+ SetIdentitySeed(seed: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
527
+ GetIdentitySeedConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
528
+ SetIdentityIncrement(increment: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
529
+ GetIdentityIncrementConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
530
+ SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>>;
531
+ GetValueGenerationStrategyConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
532
+ SetDatabaseMaxSize(value: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
533
+ GetDatabaseMaxSizeConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
534
+ SetServiceTierSql(value: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
535
+ GetServiceTierSqlConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
536
+ SetPerformanceLevelSql(value: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
537
+ GetPerformanceLevelSqlConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
535
538
  }
536
539
 
537
540
  export interface __Ext_Microsoft_EntityFrameworkCore_IConventionProperty {
538
- SetHiLoSequenceName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
539
- GetHiLoSequenceNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
540
- SetHiLoSequenceSchema(schema: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
541
- GetHiLoSequenceSchemaConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
542
- SetSequenceName(name: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
543
- GetSequenceNameConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
544
- SetSequenceSchema(schema: string, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
545
- GetSequenceSchemaConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
546
- SetIdentitySeed(seed: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int64>>;
547
- SetIdentitySeed(seed: System.Nullable_1<System_Internal.Int64>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int64>>;
548
- GetIdentitySeedConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
549
- GetIdentitySeedConfigurationSource(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
550
- SetIdentityIncrement(increment: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
551
- SetIdentityIncrement(increment: System.Nullable_1<System_Internal.Int32>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
552
- GetIdentityIncrementConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
553
- GetIdentityIncrementConfigurationSource(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
554
- SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>>;
555
- SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>>;
556
- GetValueGenerationStrategyConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
557
- GetValueGenerationStrategyConfigurationSource(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
558
- SetIsSparse(sparse: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
559
- GetIsSparseConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
541
+ SetHiLoSequenceName(name: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
542
+ GetHiLoSequenceNameConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
543
+ SetHiLoSequenceSchema(schema: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
544
+ GetHiLoSequenceSchemaConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
545
+ SetSequenceName(name: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
546
+ GetSequenceNameConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
547
+ SetSequenceSchema(schema: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
548
+ GetSequenceSchemaConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
549
+ SetIdentitySeed(seed: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
550
+ SetIdentitySeed(seed: System.Nullable_1<System_Internal.Int64>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
551
+ GetIdentitySeedConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
552
+ GetIdentitySeedConfigurationSource(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
553
+ SetIdentityIncrement(increment: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
554
+ SetIdentityIncrement(increment: System.Nullable_1<System_Internal.Int32>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
555
+ GetIdentityIncrementConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
556
+ GetIdentityIncrementConfigurationSource(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
557
+ SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>>;
558
+ SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>>;
559
+ GetValueGenerationStrategyConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
560
+ GetValueGenerationStrategyConfigurationSource(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
561
+ SetIsSparse(sparse: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
562
+ GetIsSparseConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
560
563
  }
561
564
 
562
565
  export interface __Ext_Microsoft_EntityFrameworkCore_IConventionRelationalPropertyOverrides {
563
- SetIdentitySeed(seed: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int64>>;
564
- GetIdentitySeedConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
565
- SetIdentityIncrement(increment: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
566
- GetIdentityIncrementConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
567
- SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>, fromDataAnnotation?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>>;
568
- GetValueGenerationStrategyConfigurationSource(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
566
+ SetIdentitySeed(seed: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
567
+ GetIdentitySeedConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
568
+ SetIdentityIncrement(increment: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
569
+ GetIdentityIncrementConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
570
+ SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>>;
571
+ GetValueGenerationStrategyConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
569
572
  }
570
573
 
571
574
  export interface __Ext_Microsoft_EntityFrameworkCore_IMutableEntityType {
572
- SetIsMemoryOptimized(memoryOptimized: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
573
- SetIsTemporal(temporal: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
574
- SetPeriodStartPropertyName(periodStartPropertyName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
575
- SetPeriodEndPropertyName(periodEndPropertyName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
576
- SetHistoryTableName(historyTableName: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
577
- SetHistoryTableSchema(historyTableSchema: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
578
- UseSqlOutputClause(useSqlOutputClause: System.Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
579
- UseSqlOutputClause(useSqlOutputClause: System.Nullable_1<System_Internal.Boolean>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
575
+ SetIsMemoryOptimized(memoryOptimized: boolean): Rewrap<this, void>;
576
+ SetIsTemporal(temporal: boolean): Rewrap<this, void>;
577
+ SetPeriodStartPropertyName(periodStartPropertyName: string): Rewrap<this, void>;
578
+ SetPeriodEndPropertyName(periodEndPropertyName: string): Rewrap<this, void>;
579
+ SetHistoryTableName(historyTableName: string): Rewrap<this, void>;
580
+ SetHistoryTableSchema(historyTableSchema: string): Rewrap<this, void>;
581
+ UseSqlOutputClause(useSqlOutputClause: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, void>;
582
+ UseSqlOutputClause(useSqlOutputClause: System.Nullable_1<System_Internal.Boolean>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, void>;
580
583
  }
581
584
 
582
585
  export interface __Ext_Microsoft_EntityFrameworkCore_IMutableEntityTypeMappingFragment {
583
- UseSqlOutputClause(useSqlOutputClause: System.Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
586
+ UseSqlOutputClause(useSqlOutputClause: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, void>;
584
587
  }
585
588
 
586
589
  export interface __Ext_Microsoft_EntityFrameworkCore_IMutableIndex {
587
- SetIsClustered(value: System.Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
588
- SetIncludeProperties(properties: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
589
- SetIsCreatedOnline(createdOnline: System.Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
590
- SetFillFactor(fillFactor: System.Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
591
- SetSortInTempDb(sortInTempDb: System.Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
592
- SetDataCompression(dataCompression: System.Nullable_1<Microsoft_EntityFrameworkCore.DataCompressionType>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
590
+ SetIsClustered(value: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, void>;
591
+ SetIncludeProperties(properties: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>): Rewrap<this, void>;
592
+ SetIsCreatedOnline(createdOnline: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, void>;
593
+ SetFillFactor(fillFactor: System.Nullable_1<System_Internal.Int32>): Rewrap<this, void>;
594
+ SetSortInTempDb(sortInTempDb: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, void>;
595
+ SetDataCompression(dataCompression: System.Nullable_1<Microsoft_EntityFrameworkCore.DataCompressionType>): Rewrap<this, void>;
593
596
  }
594
597
 
595
598
  export interface __Ext_Microsoft_EntityFrameworkCore_IMutableKey {
596
- SetIsClustered(clustered: System.Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
597
- SetFillFactor(fillFactor: System.Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
599
+ SetIsClustered(clustered: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, void>;
600
+ SetFillFactor(fillFactor: System.Nullable_1<System_Internal.Int32>): Rewrap<this, void>;
598
601
  }
599
602
 
600
603
  export interface __Ext_Microsoft_EntityFrameworkCore_IMutableModel {
601
- SetHiLoSequenceName(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
602
- SetHiLoSequenceSchema(value: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
603
- SetSequenceNameSuffix(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
604
- SetSequenceSchema(value: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
605
- SetIdentitySeed(seed: System.Nullable_1<System_Internal.Int64>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
606
- SetIdentityIncrement(increment: System.Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
607
- SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
608
- SetDatabaseMaxSize(value: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
609
- SetServiceTierSql(value: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
610
- SetPerformanceLevelSql(value: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
604
+ SetHiLoSequenceName(name: string): Rewrap<this, void>;
605
+ SetHiLoSequenceSchema(value: string): Rewrap<this, void>;
606
+ SetSequenceNameSuffix(name: string): Rewrap<this, void>;
607
+ SetSequenceSchema(value: string): Rewrap<this, void>;
608
+ SetIdentitySeed(seed: System.Nullable_1<System_Internal.Int64>): Rewrap<this, void>;
609
+ SetIdentityIncrement(increment: System.Nullable_1<System_Internal.Int32>): Rewrap<this, void>;
610
+ SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>): Rewrap<this, void>;
611
+ SetDatabaseMaxSize(value: string): Rewrap<this, void>;
612
+ SetServiceTierSql(value: string): Rewrap<this, void>;
613
+ SetPerformanceLevelSql(value: string): Rewrap<this, void>;
611
614
  }
612
615
 
613
616
  export interface __Ext_Microsoft_EntityFrameworkCore_IMutableProperty {
614
- SetHiLoSequenceName(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
615
- SetHiLoSequenceSchema(schema: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
616
- SetSequenceName(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
617
- SetSequenceSchema(schema: string): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
618
- SetIdentitySeed(seed: System.Nullable_1<System_Internal.Int64>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
619
- SetIdentitySeed(seed: System.Nullable_1<System_Internal.Int64>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
620
- SetIdentityIncrement(increment: System.Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
621
- SetIdentityIncrement(increment: System.Nullable_1<System_Internal.Int32>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
622
- SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
623
- SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
624
- SetIsSparse(sparse: System.Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
617
+ SetHiLoSequenceName(name: string): Rewrap<this, void>;
618
+ SetHiLoSequenceSchema(schema: string): Rewrap<this, void>;
619
+ SetSequenceName(name: string): Rewrap<this, void>;
620
+ SetSequenceSchema(schema: string): Rewrap<this, void>;
621
+ SetIdentitySeed(seed: System.Nullable_1<System_Internal.Int64>): Rewrap<this, void>;
622
+ SetIdentitySeed(seed: System.Nullable_1<System_Internal.Int64>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, void>;
623
+ SetIdentityIncrement(increment: System.Nullable_1<System_Internal.Int32>): Rewrap<this, void>;
624
+ SetIdentityIncrement(increment: System.Nullable_1<System_Internal.Int32>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, void>;
625
+ SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>): Rewrap<this, void>;
626
+ SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, void>;
627
+ SetIsSparse(sparse: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, void>;
625
628
  }
626
629
 
627
630
  export interface __Ext_Microsoft_EntityFrameworkCore_IMutableRelationalPropertyOverrides {
628
- SetIdentitySeed(seed: System.Nullable_1<System_Internal.Int64>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
629
- SetIdentityIncrement(increment: System.Nullable_1<System_Internal.Int32>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
630
- SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>): ExtensionMethods_Microsoft_EntityFrameworkCore<void>;
631
+ SetIdentitySeed(seed: System.Nullable_1<System_Internal.Int64>): Rewrap<this, void>;
632
+ SetIdentityIncrement(increment: System.Nullable_1<System_Internal.Int32>): Rewrap<this, void>;
633
+ SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>): Rewrap<this, void>;
631
634
  }
632
635
 
633
636
  export interface __Ext_Microsoft_EntityFrameworkCore_IProperty {
634
- FindHiLoSequence(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.ISequence | undefined>;
635
- FindHiLoSequence(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.ISequence | undefined>;
636
- FindSequence(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.ISequence | undefined>;
637
- FindSequence(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.ISequence | undefined>;
637
+ FindHiLoSequence(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.ISequence | undefined>;
638
+ FindHiLoSequence(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.ISequence | undefined>;
639
+ FindSequence(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.ISequence | undefined>;
640
+ FindSequence(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.ISequence | undefined>;
638
641
  }
639
642
 
640
643
  export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyEntityType {
641
- IsMemoryOptimized(): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
642
- IsTemporal(): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
643
- GetPeriodStartPropertyName(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
644
- GetPeriodEndPropertyName(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
645
- GetHistoryTableName(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
646
- GetHistoryTableSchema(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
647
- GetSchemaQualifiedHistoryTableName(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
648
- IsSqlOutputClauseUsed(): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
649
- IsSqlOutputClauseUsed(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
644
+ IsMemoryOptimized(): Rewrap<this, boolean>;
645
+ IsTemporal(): Rewrap<this, boolean>;
646
+ GetPeriodStartPropertyName(): Rewrap<this, string | undefined>;
647
+ GetPeriodEndPropertyName(): Rewrap<this, string | undefined>;
648
+ GetHistoryTableName(): Rewrap<this, string | undefined>;
649
+ GetHistoryTableSchema(): Rewrap<this, string | undefined>;
650
+ GetSchemaQualifiedHistoryTableName(): Rewrap<this, string | undefined>;
651
+ IsSqlOutputClauseUsed(): Rewrap<this, boolean>;
652
+ IsSqlOutputClauseUsed(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, boolean>;
650
653
  }
651
654
 
652
655
  export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyEntityTypeMappingFragment {
653
- IsSqlOutputClauseUsed(): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
656
+ IsSqlOutputClauseUsed(): Rewrap<this, boolean>;
654
657
  }
655
658
 
656
659
  export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyIndex {
657
- IsClustered(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
658
- IsClustered(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
659
- GetIncludeProperties(): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IReadOnlyList_1<System_Internal.String> | undefined>;
660
- GetIncludeProperties(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System_Collections_Generic.IReadOnlyList_1<System_Internal.String> | undefined>;
661
- IsCreatedOnline(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
662
- IsCreatedOnline(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
663
- GetFillFactor(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
664
- GetFillFactor(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
665
- GetSortInTempDb(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
666
- GetSortInTempDb(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
667
- GetDataCompression(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore.DataCompressionType>>;
668
- GetDataCompression(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore.DataCompressionType>>;
660
+ IsClustered(): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
661
+ IsClustered(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
662
+ GetIncludeProperties(): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<System_Internal.String> | undefined>;
663
+ GetIncludeProperties(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<System_Internal.String> | undefined>;
664
+ IsCreatedOnline(): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
665
+ IsCreatedOnline(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
666
+ GetFillFactor(): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
667
+ GetFillFactor(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
668
+ GetSortInTempDb(): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
669
+ GetSortInTempDb(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
670
+ GetDataCompression(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore.DataCompressionType>>;
671
+ GetDataCompression(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore.DataCompressionType>>;
669
672
  }
670
673
 
671
674
  export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyKey {
672
- IsClustered(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
673
- IsClustered(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
674
- GetFillFactor(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
675
- GetFillFactor(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
675
+ IsClustered(): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
676
+ IsClustered(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
677
+ GetFillFactor(): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
678
+ GetFillFactor(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
676
679
  }
677
680
 
678
681
  export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyModel {
679
- GetHiLoSequenceName(): ExtensionMethods_Microsoft_EntityFrameworkCore<string>;
680
- GetHiLoSequenceSchema(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
681
- GetSequenceNameSuffix(): ExtensionMethods_Microsoft_EntityFrameworkCore<string>;
682
- GetSequenceSchema(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
683
- GetIdentitySeed(): ExtensionMethods_Microsoft_EntityFrameworkCore<long>;
684
- GetIdentityIncrement(): ExtensionMethods_Microsoft_EntityFrameworkCore<int>;
685
- GetValueGenerationStrategy(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>>;
686
- GetDatabaseMaxSize(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
687
- GetServiceTierSql(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
688
- GetPerformanceLevelSql(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
682
+ GetHiLoSequenceName(): Rewrap<this, string>;
683
+ GetHiLoSequenceSchema(): Rewrap<this, string | undefined>;
684
+ GetSequenceNameSuffix(): Rewrap<this, string>;
685
+ GetSequenceSchema(): Rewrap<this, string | undefined>;
686
+ GetIdentitySeed(): Rewrap<this, long>;
687
+ GetIdentityIncrement(): Rewrap<this, int>;
688
+ GetValueGenerationStrategy(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>>;
689
+ GetDatabaseMaxSize(): Rewrap<this, string | undefined>;
690
+ GetServiceTierSql(): Rewrap<this, string | undefined>;
691
+ GetPerformanceLevelSql(): Rewrap<this, string | undefined>;
689
692
  }
690
693
 
691
694
  export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyProperty {
692
- GetHiLoSequenceName(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
693
- GetHiLoSequenceName(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
694
- GetHiLoSequenceSchema(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
695
- GetHiLoSequenceSchema(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
696
- FindHiLoSequence(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IReadOnlySequence | undefined>;
697
- FindHiLoSequence(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IReadOnlySequence | undefined>;
698
- GetSequenceName(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
699
- GetSequenceName(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
700
- GetSequenceSchema(): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
701
- GetSequenceSchema(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<string | undefined>;
702
- FindSequence(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IReadOnlySequence | undefined>;
703
- FindSequence(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.IReadOnlySequence | undefined>;
704
- GetIdentitySeed(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int64>>;
705
- GetIdentitySeed(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int64>>;
706
- GetIdentityIncrement(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
707
- GetIdentityIncrement(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
708
- GetValueGenerationStrategy(): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>;
709
- GetValueGenerationStrategy(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>;
710
- IsSparse(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
711
- IsSparse(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Boolean>>;
695
+ GetHiLoSequenceName(): Rewrap<this, string | undefined>;
696
+ GetHiLoSequenceName(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, string | undefined>;
697
+ GetHiLoSequenceSchema(): Rewrap<this, string | undefined>;
698
+ GetHiLoSequenceSchema(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, string | undefined>;
699
+ FindHiLoSequence(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.IReadOnlySequence | undefined>;
700
+ FindHiLoSequence(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.IReadOnlySequence | undefined>;
701
+ GetSequenceName(): Rewrap<this, string | undefined>;
702
+ GetSequenceName(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, string | undefined>;
703
+ GetSequenceSchema(): Rewrap<this, string | undefined>;
704
+ GetSequenceSchema(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, string | undefined>;
705
+ FindSequence(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.IReadOnlySequence | undefined>;
706
+ FindSequence(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.IReadOnlySequence | undefined>;
707
+ GetIdentitySeed(): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
708
+ GetIdentitySeed(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
709
+ GetIdentityIncrement(): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
710
+ GetIdentityIncrement(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
711
+ GetValueGenerationStrategy(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>;
712
+ GetValueGenerationStrategy(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>;
713
+ IsSparse(): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
714
+ IsSparse(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
712
715
  }
713
716
 
714
717
  export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyRelationalPropertyOverrides {
715
- GetIdentitySeed(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int64>>;
716
- GetIdentityIncrement(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<System_Internal.Int32>>;
717
- GetValueGenerationStrategy(): ExtensionMethods_Microsoft_EntityFrameworkCore<System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>>;
718
+ GetIdentitySeed(): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
719
+ GetIdentityIncrement(): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
720
+ GetValueGenerationStrategy(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy>>;
718
721
  }
719
722
 
720
723
  export interface __Ext_Microsoft_EntityFrameworkCore_ITable {
721
- IsSqlOutputClauseUsed(): ExtensionMethods_Microsoft_EntityFrameworkCore<boolean>;
724
+ IsSqlOutputClauseUsed(): Rewrap<this, boolean>;
722
725
  }
723
726
 
724
727
  export interface __Ext_Microsoft_EntityFrameworkCore_ModelBuilder {
725
- UseHiLo(name?: string, schema?: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
726
- UseKeySequences(nameSuffix?: string, schema?: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
727
- UseIdentityColumns(seed?: long, increment?: int): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
728
- UseIdentityColumns(seed: int, increment?: int): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
729
- HasDatabaseMaxSize(maxSize: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
730
- HasServiceTier(serviceTier: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
731
- HasServiceTierSql(serviceTier: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
732
- HasPerformanceLevel(performanceLevel: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
733
- HasPerformanceLevelSql(performanceLevel: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
734
- UseNamedDefaultConstraints(value?: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
728
+ UseHiLo(name?: string, schema?: string): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
729
+ UseKeySequences(nameSuffix?: string, schema?: string): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
730
+ UseIdentityColumns(seed?: long, increment?: int): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
731
+ UseIdentityColumns(seed: int, increment?: int): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
732
+ HasDatabaseMaxSize(maxSize: string): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
733
+ HasServiceTier(serviceTier: string): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
734
+ HasServiceTierSql(serviceTier: string): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
735
+ HasPerformanceLevel(performanceLevel: string): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
736
+ HasPerformanceLevelSql(performanceLevel: string): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
737
+ UseNamedDefaultConstraints(value?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
735
738
  }
736
739
 
737
740
  export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IReadOnlyIndex {
738
- AreCompatibleForSqlServer(duplicateIndex: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, shouldThrow: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<boolean>;
741
+ AreCompatibleForSqlServer(duplicateIndex: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, shouldThrow: boolean): Rewrap<this, boolean>;
739
742
  }
740
743
 
741
744
  export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IReadOnlyKey {
742
- AreCompatibleForSqlServer(duplicateKey: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyKey, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, shouldThrow: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<boolean>;
745
+ AreCompatibleForSqlServer(duplicateKey: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyKey, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, shouldThrow: boolean): Rewrap<this, boolean>;
743
746
  }
744
747
 
745
748
  export interface __Ext_Microsoft_EntityFrameworkCore_Migrations_MigrationBuilder {
746
- IsSqlServer(): ExtensionMethods_Microsoft_EntityFrameworkCore_Migrations<boolean>;
749
+ IsSqlServer(): Rewrap<this, boolean>;
747
750
  }
748
751
 
749
752
  export interface __Ext_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal_IDiagnosticsLogger_1<T> {
750
- DecimalTypeKeyWarning(property: Microsoft_EntityFrameworkCore_Metadata.IProperty): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<void>;
751
- DecimalTypeDefaultWarning(property: Microsoft_EntityFrameworkCore_Metadata.IProperty): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<void>;
752
- ByteIdentityColumnWarning(property: Microsoft_EntityFrameworkCore_Metadata.IProperty): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<void>;
753
- ConflictingValueGenerationStrategiesWarning(sqlServerValueGenerationStrategy: Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy, otherValueGenerationStrategy: string, property: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<void>;
754
- ColumnFound(tableName: string, columnName: string, ordinal: int, dataTypeName: string, maxLength: int, precision: int, scale: int, nullable: boolean, identity: boolean, defaultValue: string, computedValue: string, stored: System.Nullable_1<System_Internal.Boolean>): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<void>;
755
- ForeignKeyFound(foreignKeyName: string, tableName: string, principalTableName: string, onDeleteAction: string): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<void>;
756
- DefaultSchemaFound(schemaName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<void>;
757
- TypeAliasFound(typeAliasName: string, systemTypeName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<void>;
758
- PrimaryKeyFound(primaryKeyName: string, tableName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<void>;
759
- UniqueConstraintFound(uniqueConstraintName: string, tableName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<void>;
760
- IndexFound(indexName: string, tableName: string, unique: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<void>;
761
- ForeignKeyReferencesUnknownPrincipalTableWarning(foreignKeyName: string, tableName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<void>;
762
- ForeignKeyReferencesMissingPrincipalTableWarning(foreignKeyName: string, tableName: string, principalTableName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<void>;
763
- ForeignKeyPrincipalColumnMissingWarning(foreignKeyName: string, tableName: string, principalColumnName: string, principalTableName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<void>;
764
- MissingSchemaWarning(schemaName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<void>;
765
- MissingTableWarning(tableName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<void>;
766
- ColumnWithoutTypeWarning(tableName: string, columnName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<void>;
767
- SequenceFound(sequenceName: string, sequenceTypeName: string, cyclic: boolean, increment: int, start: long, min: long, max: long): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<void>;
768
- TableFound(tableName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<void>;
769
- ReflexiveConstraintIgnored(foreignKeyName: string, tableName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<void>;
770
- DuplicateForeignKeyConstraintIgnored(foreignKeyName: string, tableName: string, duplicateForeignKeyName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<void>;
771
- SavepointsDisabledBecauseOfMARS(): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<void>;
772
- MissingViewDefinitionRightsWarning(): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<void>;
753
+ DecimalTypeKeyWarning(property: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap<this, void>;
754
+ DecimalTypeDefaultWarning(property: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap<this, void>;
755
+ ByteIdentityColumnWarning(property: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap<this, void>;
756
+ ConflictingValueGenerationStrategiesWarning(sqlServerValueGenerationStrategy: Microsoft_EntityFrameworkCore_Metadata.SqlServerValueGenerationStrategy, otherValueGenerationStrategy: string, property: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap<this, void>;
757
+ ColumnFound(tableName: string, columnName: string, ordinal: int, dataTypeName: string, maxLength: int, precision: int, scale: int, nullable: boolean, identity: boolean, defaultValue: string, computedValue: string, stored: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, void>;
758
+ ForeignKeyFound(foreignKeyName: string, tableName: string, principalTableName: string, onDeleteAction: string): Rewrap<this, void>;
759
+ DefaultSchemaFound(schemaName: string): Rewrap<this, void>;
760
+ TypeAliasFound(typeAliasName: string, systemTypeName: string): Rewrap<this, void>;
761
+ PrimaryKeyFound(primaryKeyName: string, tableName: string): Rewrap<this, void>;
762
+ UniqueConstraintFound(uniqueConstraintName: string, tableName: string): Rewrap<this, void>;
763
+ IndexFound(indexName: string, tableName: string, unique: boolean): Rewrap<this, void>;
764
+ ForeignKeyReferencesUnknownPrincipalTableWarning(foreignKeyName: string, tableName: string): Rewrap<this, void>;
765
+ ForeignKeyReferencesMissingPrincipalTableWarning(foreignKeyName: string, tableName: string, principalTableName: string): Rewrap<this, void>;
766
+ ForeignKeyPrincipalColumnMissingWarning(foreignKeyName: string, tableName: string, principalColumnName: string, principalTableName: string): Rewrap<this, void>;
767
+ MissingSchemaWarning(schemaName: string): Rewrap<this, void>;
768
+ MissingTableWarning(tableName: string): Rewrap<this, void>;
769
+ ColumnWithoutTypeWarning(tableName: string, columnName: string): Rewrap<this, void>;
770
+ SequenceFound(sequenceName: string, sequenceTypeName: string, cyclic: boolean, increment: int, start: long, min: long, max: long): Rewrap<this, void>;
771
+ TableFound(tableName: string): Rewrap<this, void>;
772
+ ReflexiveConstraintIgnored(foreignKeyName: string, tableName: string): Rewrap<this, void>;
773
+ DuplicateForeignKeyConstraintIgnored(foreignKeyName: string, tableName: string, duplicateForeignKeyName: string): Rewrap<this, void>;
774
+ SavepointsDisabledBecauseOfMARS(): Rewrap<this, void>;
775
+ MissingViewDefinitionRightsWarning(): Rewrap<this, void>;
773
776
  }
774
777
 
775
778
  export interface __Ext_Microsoft_EntityFrameworkCore_SqlServer_Scaffolding_Internal_DbDataReader {
776
- GetValueOrDefault<T>(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Scaffolding_Internal<T | undefined>;
779
+ GetValueOrDefault<T>(name: string): Rewrap<this, T | undefined>;
777
780
  }
778
781
 
779
782
  export interface __Ext_Microsoft_EntityFrameworkCore_SqlServer_Scaffolding_Internal_DbDataRecord {
780
- GetValueOrDefault<T>(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Scaffolding_Internal<T | undefined>;
781
- GetFieldValue<T>(name: string): ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Scaffolding_Internal<T>;
783
+ GetValueOrDefault<T>(name: string): Rewrap<this, T | undefined>;
784
+ GetFieldValue<T>(name: string): Rewrap<this, T>;
782
785
  }
783
786
 
784
787
  export interface __Ext_Microsoft_Extensions_DependencyInjection_IServiceCollection {
785
- AddSqlServer<TContext>(connectionString: string, sqlServerOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqlServerDbContextOptionsBuilder>, optionsAction?: System.Action_1<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IServiceCollection>;
786
- AddEntityFrameworkSqlServer(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IServiceCollection>;
787
- AddAzureSql<TContext>(connectionString: string, azureSqlOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSqlDbContextOptionsBuilder>, optionsAction?: System.Action_1<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IServiceCollection>;
788
- AddEntityFrameworkAzureSql(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IServiceCollection>;
789
- AddAzureSynapse<TContext>(connectionString: string, azureSynapseOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSynapseDbContextOptionsBuilder>, optionsAction?: System.Action_1<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IServiceCollection>;
790
- AddEntityFrameworkAzureSynapse(): ExtensionMethods_Microsoft_Extensions_DependencyInjection<Microsoft_Extensions_DependencyInjection.IServiceCollection>;
788
+ AddSqlServer<TContext>(connectionString: string, sqlServerOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqlServerDbContextOptionsBuilder>, optionsAction?: System.Action_1<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
789
+ AddEntityFrameworkSqlServer(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
790
+ AddAzureSql<TContext>(connectionString: string, azureSqlOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSqlDbContextOptionsBuilder>, optionsAction?: System.Action_1<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
791
+ AddEntityFrameworkAzureSql(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
792
+ AddAzureSynapse<TContext>(connectionString: string, azureSynapseOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.AzureSynapseDbContextOptionsBuilder>, optionsAction?: System.Action_1<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
793
+ AddEntityFrameworkAzureSynapse(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
791
794
  }
792
795
 
793
796
  export interface __Ext_Microsoft_Identity_Client_IAccount {
794
- GetTenantProfiles(): ExtensionMethods_Microsoft_Identity_Client<System_Collections_Generic.IEnumerable_1<Microsoft_Identity_Client.TenantProfile>>;
797
+ GetTenantProfiles(): Rewrap<this, System_Collections_Generic.IEnumerable_1<Microsoft_Identity_Client.TenantProfile>>;
795
798
  }
796
799
 
797
800
  export interface __Ext_Microsoft_Identity_Client_IConfidentialClientApplication {
798
- GetCertificate(): ExtensionMethods_Microsoft_Identity_Client<System_Security_Cryptography_X509Certificates.X509Certificate2>;
801
+ GetCertificate(): Rewrap<this, System_Security_Cryptography_X509Certificates.X509Certificate2>;
799
802
  }
800
803
 
801
804
  export interface __Ext_Microsoft_Identity_Client_IPublicClientApplication {
802
- IsProofOfPossessionSupportedByClient(): ExtensionMethods_Microsoft_Identity_Client<boolean>;
803
- IsSystemWebViewAvailable(): ExtensionMethods_Microsoft_Identity_Client<boolean>;
804
- IsEmbeddedWebViewAvailable(): ExtensionMethods_Microsoft_Identity_Client<boolean>;
805
- IsUserInteractive(): ExtensionMethods_Microsoft_Identity_Client<boolean>;
805
+ IsProofOfPossessionSupportedByClient(): Rewrap<this, boolean>;
806
+ IsSystemWebViewAvailable(): Rewrap<this, boolean>;
807
+ IsEmbeddedWebViewAvailable(): Rewrap<this, boolean>;
808
+ IsUserInteractive(): Rewrap<this, boolean>;
806
809
  }
807
810
 
808
811
  export interface __Ext_Microsoft_Identity_Client_ITokenCache {
809
- SetCacheOptions(options: Microsoft_Identity_Client.CacheOptions): ExtensionMethods_Microsoft_Identity_Client<void>;
812
+ SetCacheOptions(options: Microsoft_Identity_Client.CacheOptions): Rewrap<this, void>;
810
813
  }
811
814
 
812
815
  export interface __Ext_Microsoft_Identity_Client_Advanced_AbstractAcquireTokenParameterBuilder_1<T> {
813
- WithExtraHttpHeaders(extraHttpHeaders: System_Collections_Generic.IDictionary_2<System_Internal.String, System_Internal.String>): ExtensionMethods_Microsoft_Identity_Client_Advanced<T>;
816
+ WithExtraHttpHeaders(extraHttpHeaders: System_Collections_Generic.IDictionary_2<System_Internal.String, System_Internal.String>): Rewrap<this, T>;
814
817
  }
815
818
 
816
819
  export interface __Ext_Microsoft_Identity_Client_Extensibility_AbstractAcquireTokenParameterBuilder_1<T> {
817
- OnBeforeTokenRequest(onBeforeTokenRequestHandler: System.Func_2<Microsoft_Identity_Client_Extensibility.OnBeforeTokenRequestData, System_Threading_Tasks.Task>): ExtensionMethods_Microsoft_Identity_Client_Extensibility<Microsoft_Identity_Client.AbstractAcquireTokenParameterBuilder_1<T>>;
818
- WithProofOfPosessionKeyId(keyId: string, expectedTokenTypeFromAad?: string): ExtensionMethods_Microsoft_Identity_Client_Extensibility<Microsoft_Identity_Client.AbstractAcquireTokenParameterBuilder_1<T>>;
819
- WithAuthenticationExtension(authenticationExtension: Microsoft_Identity_Client_Extensibility.MsalAuthenticationExtension): ExtensionMethods_Microsoft_Identity_Client_Extensibility<Microsoft_Identity_Client.AbstractAcquireTokenParameterBuilder_1<T>>;
820
- WithAdditionalCacheParameters(cacheParameters: System_Collections_Generic.IEnumerable_1<System_Internal.String>): ExtensionMethods_Microsoft_Identity_Client_Extensibility<Microsoft_Identity_Client.AbstractAcquireTokenParameterBuilder_1<T>>;
821
- WithFmiPathForClientAssertion(fmiPath: string): ExtensionMethods_Microsoft_Identity_Client_Extensibility<Microsoft_Identity_Client.AbstractAcquireTokenParameterBuilder_1<T>>;
820
+ OnBeforeTokenRequest(onBeforeTokenRequestHandler: System.Func_2<Microsoft_Identity_Client_Extensibility.OnBeforeTokenRequestData, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_Identity_Client.AbstractAcquireTokenParameterBuilder_1<T>>;
821
+ WithProofOfPosessionKeyId(keyId: string, expectedTokenTypeFromAad?: string): Rewrap<this, Microsoft_Identity_Client.AbstractAcquireTokenParameterBuilder_1<T>>;
822
+ WithAuthenticationExtension(authenticationExtension: Microsoft_Identity_Client_Extensibility.MsalAuthenticationExtension): Rewrap<this, Microsoft_Identity_Client.AbstractAcquireTokenParameterBuilder_1<T>>;
823
+ WithAdditionalCacheParameters(cacheParameters: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, Microsoft_Identity_Client.AbstractAcquireTokenParameterBuilder_1<T>>;
824
+ WithFmiPathForClientAssertion(fmiPath: string): Rewrap<this, Microsoft_Identity_Client.AbstractAcquireTokenParameterBuilder_1<T>>;
822
825
  }
823
826
 
824
827
  export interface __Ext_Microsoft_Identity_Client_Extensibility_AcquireTokenForClientParameterBuilder {
825
- WithProofOfPosessionKeyId(keyId: string, expectedTokenTypeFromAad?: string): ExtensionMethods_Microsoft_Identity_Client_Extensibility<Microsoft_Identity_Client.AcquireTokenForClientParameterBuilder>;
828
+ WithProofOfPosessionKeyId(keyId: string, expectedTokenTypeFromAad?: string): Rewrap<this, Microsoft_Identity_Client.AcquireTokenForClientParameterBuilder>;
826
829
  }
827
830
 
828
831
  export interface __Ext_Microsoft_Identity_Client_Extensibility_AcquireTokenInteractiveParameterBuilder {
829
- WithCustomWebUi(customWebUi: Microsoft_Identity_Client_Extensibility.ICustomWebUi): ExtensionMethods_Microsoft_Identity_Client_Extensibility<Microsoft_Identity_Client.AcquireTokenInteractiveParameterBuilder>;
832
+ WithCustomWebUi(customWebUi: Microsoft_Identity_Client_Extensibility.ICustomWebUi): Rewrap<this, Microsoft_Identity_Client.AcquireTokenInteractiveParameterBuilder>;
830
833
  }
831
834
 
832
835
  export interface __Ext_Microsoft_Identity_Client_Extensibility_AcquireTokenOnBehalfOfParameterBuilder {
833
- WithSearchInCacheForLongRunningProcess(searchInCache?: boolean): ExtensionMethods_Microsoft_Identity_Client_Extensibility<Microsoft_Identity_Client.AcquireTokenOnBehalfOfParameterBuilder>;
836
+ WithSearchInCacheForLongRunningProcess(searchInCache?: boolean): Rewrap<this, Microsoft_Identity_Client.AcquireTokenOnBehalfOfParameterBuilder>;
834
837
  }
835
838
 
836
839
  export interface __Ext_Microsoft_Identity_Client_Extensibility_ConfidentialClientApplicationBuilder {
837
- WithAppTokenProvider(appTokenProvider: System.Func_2<Microsoft_Identity_Client_Extensibility.AppTokenProviderParameters, System_Threading_Tasks.Task_1<Microsoft_Identity_Client_Extensibility.AppTokenProviderResult>>): ExtensionMethods_Microsoft_Identity_Client_Extensibility<Microsoft_Identity_Client.ConfidentialClientApplicationBuilder>;
840
+ WithAppTokenProvider(appTokenProvider: System.Func_2<Microsoft_Identity_Client_Extensibility.AppTokenProviderParameters, System_Threading_Tasks.Task_1<Microsoft_Identity_Client_Extensibility.AppTokenProviderResult>>): Rewrap<this, Microsoft_Identity_Client.ConfidentialClientApplicationBuilder>;
838
841
  }
839
842
 
840
843
  export interface __Ext_Microsoft_Identity_Client_Extensibility_ILongRunningWebApi {
841
- StopLongRunningProcessInWebApiAsync(longRunningProcessSessionKey: string, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_Microsoft_Identity_Client_Extensibility<System_Threading_Tasks.Task_1<System_Internal.Boolean>>;
844
+ StopLongRunningProcessInWebApiAsync(longRunningProcessSessionKey: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Internal.Boolean>>;
842
845
  }
843
846
 
844
847
  export interface __Ext_Microsoft_Identity_Client_RP_AcquireTokenForClientParameterBuilder {
845
- WithAccessTokenSha256ToRefresh(hash: string): ExtensionMethods_Microsoft_Identity_Client_RP<Microsoft_Identity_Client.AcquireTokenForClientParameterBuilder>;
848
+ WithAccessTokenSha256ToRefresh(hash: string): Rewrap<this, Microsoft_Identity_Client.AcquireTokenForClientParameterBuilder>;
846
849
  }
847
850
 
848
851
  export interface __Ext_Microsoft_Identity_Client_RP_ConfidentialClientApplicationBuilder {
849
- WithCertificate(certificate: System_Security_Cryptography_X509Certificates.X509Certificate2, sendX5C: boolean, associateTokensWithCertificateSerialNumber: boolean): ExtensionMethods_Microsoft_Identity_Client_RP<Microsoft_Identity_Client.ConfidentialClientApplicationBuilder>;
852
+ WithCertificate(certificate: System_Security_Cryptography_X509Certificates.X509Certificate2, sendX5C: boolean, associateTokensWithCertificateSerialNumber: boolean): Rewrap<this, Microsoft_Identity_Client.ConfidentialClientApplicationBuilder>;
850
853
  }
851
854
 
852
855
  export interface __Ext_Microsoft_Identity_Client_SSHCertificates_AcquireTokenInteractiveParameterBuilder {
853
- WithSSHCertificateAuthenticationScheme(publicKeyJwk: string, keyId: string): ExtensionMethods_Microsoft_Identity_Client_SSHCertificates<Microsoft_Identity_Client.AcquireTokenInteractiveParameterBuilder>;
856
+ WithSSHCertificateAuthenticationScheme(publicKeyJwk: string, keyId: string): Rewrap<this, Microsoft_Identity_Client.AcquireTokenInteractiveParameterBuilder>;
854
857
  }
855
858
 
856
859
  export interface __Ext_Microsoft_Identity_Client_SSHCertificates_AcquireTokenSilentParameterBuilder {
857
- WithSSHCertificateAuthenticationScheme(publicKeyJwk: string, keyId: string): ExtensionMethods_Microsoft_Identity_Client_SSHCertificates<Microsoft_Identity_Client.AcquireTokenSilentParameterBuilder>;
860
+ WithSSHCertificateAuthenticationScheme(publicKeyJwk: string, keyId: string): Rewrap<this, Microsoft_Identity_Client.AcquireTokenSilentParameterBuilder>;
858
861
  }
859
862
 
860
863
  export interface __Ext_Microsoft_IdentityModel_Tokens_IEnumerable_1<T> {
861
- IsNullOrEmpty(): ExtensionMethods_Microsoft_IdentityModel_Tokens<boolean>;
864
+ IsNullOrEmpty(): Rewrap<this, boolean>;
862
865
  }
863
866
 
864
867
  export interface __Ext_System_ClientModel_Primitives_Activity {
865
- MarkClientActivityFailed(exception: System.Exception): ExtensionMethods_System_ClientModel_Primitives<System_Diagnostics.Activity>;
868
+ MarkClientActivityFailed(exception: System.Exception): Rewrap<this, System_Diagnostics.Activity>;
866
869
  }
867
870
 
868
871
  export interface __Ext_System_ClientModel_Primitives_ActivitySource {
869
- StartClientActivity(options: System_ClientModel_Primitives.ClientPipelineOptions, name: string, kind?: System_Diagnostics.ActivityKind, parentContext?: System_Diagnostics.ActivityContext, tags?: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<System_Internal.String, unknown>>): ExtensionMethods_System_ClientModel_Primitives<System_Diagnostics.Activity | undefined>;
872
+ StartClientActivity(options: System_ClientModel_Primitives.ClientPipelineOptions, name: string, kind?: System_Diagnostics.ActivityKind, parentContext?: System_Diagnostics.ActivityContext, tags?: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<System_Internal.String, unknown>>): Rewrap<this, System_Diagnostics.Activity | undefined>;
870
873
  }
871
874
 
875
+ // Internal helper types for sticky extension scopes
876
+ type __TsonicExtMapOf<T> = T extends { __tsonic_ext?: infer M } ? M : {};
877
+ type __TsonicMergeExtMaps<A, B> = Omit<A, keyof B> & B;
878
+ type __TsonicWithExt<TShape, K extends string, TApplier> = { __tsonic_ext?: __TsonicMergeExtMaps<__TsonicExtMapOf<TShape>, { [P in K]: TApplier }> };
879
+ type __TsonicPreferExt<A, B> = Omit<A, keyof B> & B;
880
+
872
881
  // Generic helper type for extension methods in namespace: Azure
882
+ type __TsonicExtSurface_Azure<TShape> =
883
+ (
884
+ (TShape extends System.BinaryData ? __Ext_Azure_BinaryData : {})
885
+ );
886
+
887
+ interface __TsonicExtApplier_Azure {
888
+ __tsonic_shape: unknown;
889
+ __tsonic_type: __TsonicExtSurface_Azure<this["__tsonic_shape"]>;
890
+ }
891
+
873
892
  export type ExtensionMethods_Azure<TShape> =
874
893
  TShape extends null | undefined ? TShape
875
894
  : TShape extends void ? void
876
- : TShape & (
877
- (TShape extends System.BinaryData ? __Ext_Azure_BinaryData : {})
878
- );
895
+ : TShape & __TsonicWithExt<TShape, "Azure", __TsonicExtApplier_Azure> & __TsonicExtSurface_Azure<TShape>;
879
896
 
880
897
  // Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore
898
+ type __TsonicExtSurface_Microsoft_EntityFrameworkCore<TShape> =
899
+ (
900
+ (TShape extends Microsoft_EntityFrameworkCore.DbContextOptionsBuilder ? __Ext_Microsoft_EntityFrameworkCore_DbContextOptionsBuilder : {}) & (TShape extends Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_DbContextOptionsBuilder_1<T0> : {}) & (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_Infrastructure.DatabaseFacade ? __Ext_Microsoft_EntityFrameworkCore_DatabaseFacade : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType ? __Ext_Microsoft_EntityFrameworkCore_IConventionEntityType : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IConventionEntityTypeMappingFragment ? __Ext_Microsoft_EntityFrameworkCore_IConventionEntityTypeMappingFragment : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IConventionIndex ? __Ext_Microsoft_EntityFrameworkCore_IConventionIndex : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IConventionKey ? __Ext_Microsoft_EntityFrameworkCore_IConventionKey : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IConventionModel ? __Ext_Microsoft_EntityFrameworkCore_IConventionModel : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IConventionProperty ? __Ext_Microsoft_EntityFrameworkCore_IConventionProperty : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IConventionRelationalPropertyOverrides ? __Ext_Microsoft_EntityFrameworkCore_IConventionRelationalPropertyOverrides : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType ? __Ext_Microsoft_EntityFrameworkCore_IMutableEntityType : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IMutableEntityTypeMappingFragment ? __Ext_Microsoft_EntityFrameworkCore_IMutableEntityTypeMappingFragment : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IMutableIndex ? __Ext_Microsoft_EntityFrameworkCore_IMutableIndex : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IMutableKey ? __Ext_Microsoft_EntityFrameworkCore_IMutableKey : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IMutableModel ? __Ext_Microsoft_EntityFrameworkCore_IMutableModel : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IMutableProperty ? __Ext_Microsoft_EntityFrameworkCore_IMutableProperty : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IMutableRelationalPropertyOverrides ? __Ext_Microsoft_EntityFrameworkCore_IMutableRelationalPropertyOverrides : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IProperty ? __Ext_Microsoft_EntityFrameworkCore_IProperty : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType ? __Ext_Microsoft_EntityFrameworkCore_IReadOnlyEntityType : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityTypeMappingFragment ? __Ext_Microsoft_EntityFrameworkCore_IReadOnlyEntityTypeMappingFragment : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex ? __Ext_Microsoft_EntityFrameworkCore_IReadOnlyIndex : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyKey ? __Ext_Microsoft_EntityFrameworkCore_IReadOnlyKey : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyModel ? __Ext_Microsoft_EntityFrameworkCore_IReadOnlyModel : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty ? __Ext_Microsoft_EntityFrameworkCore_IReadOnlyProperty : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyRelationalPropertyOverrides ? __Ext_Microsoft_EntityFrameworkCore_IReadOnlyRelationalPropertyOverrides : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.ITable ? __Ext_Microsoft_EntityFrameworkCore_ITable : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.ColumnBuilder ? __Ext_Microsoft_EntityFrameworkCore_ColumnBuilder : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.ColumnBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_ColumnBuilder_1<T0> : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder ? __Ext_Microsoft_EntityFrameworkCore_ComplexTypePrimitiveCollectionBuilder : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_ComplexTypePrimitiveCollectionBuilder_1<T0> : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder ? __Ext_Microsoft_EntityFrameworkCore_ComplexTypePropertyBuilder : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_ComplexTypePropertyBuilder_1<T0> : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder ? __Ext_Microsoft_EntityFrameworkCore_EntityTypeBuilder : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_EntityTypeBuilder_1<T0> : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder ? __Ext_Microsoft_EntityFrameworkCore_IConventionEntityTypeBuilder : {}) & (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.IndexBuilder ? __Ext_Microsoft_EntityFrameworkCore_IndexBuilder : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_IndexBuilder_1<T0> : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.KeyBuilder ? __Ext_Microsoft_EntityFrameworkCore_KeyBuilder : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.KeyBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_KeyBuilder_1<T0> : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder ? __Ext_Microsoft_EntityFrameworkCore_OwnedNavigationBuilder : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<infer T0, infer T1> ? __Ext_Microsoft_EntityFrameworkCore_OwnedNavigationBuilder_2<T0, T1> : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder ? __Ext_Microsoft_EntityFrameworkCore_OwnedNavigationTableBuilder : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder_2<infer T0, infer T1> ? __Ext_Microsoft_EntityFrameworkCore_OwnedNavigationTableBuilder_2<T0, T1> : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder ? __Ext_Microsoft_EntityFrameworkCore_PrimitiveCollectionBuilder : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_PrimitiveCollectionBuilder_1<T0> : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder ? __Ext_Microsoft_EntityFrameworkCore_PropertyBuilder : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_PropertyBuilder_1<T0> : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder ? __Ext_Microsoft_EntityFrameworkCore_SplitTableBuilder : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_SplitTableBuilder_1<T0> : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder ? __Ext_Microsoft_EntityFrameworkCore_TableBuilder : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_TableBuilder_1<T0> : {})
901
+ );
902
+
903
+ interface __TsonicExtApplier_Microsoft_EntityFrameworkCore {
904
+ __tsonic_shape: unknown;
905
+ __tsonic_type: __TsonicExtSurface_Microsoft_EntityFrameworkCore<this["__tsonic_shape"]>;
906
+ }
907
+
881
908
  export type ExtensionMethods_Microsoft_EntityFrameworkCore<TShape> =
882
909
  TShape extends null | undefined ? TShape
883
910
  : TShape extends void ? void
884
- : TShape & (
885
- (TShape extends Microsoft_EntityFrameworkCore.DbContextOptionsBuilder ? __Ext_Microsoft_EntityFrameworkCore_DbContextOptionsBuilder : {}) &
886
- (TShape extends Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_DbContextOptionsBuilder_1<T0> : {}) &
887
- (TShape extends Microsoft_EntityFrameworkCore.DbFunctions ? __Ext_Microsoft_EntityFrameworkCore_DbFunctions : {}) &
888
- (TShape extends Microsoft_EntityFrameworkCore.DbSet_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_DbSet_1<T0> : {}) &
889
- (TShape extends Microsoft_EntityFrameworkCore.ModelBuilder ? __Ext_Microsoft_EntityFrameworkCore_ModelBuilder : {}) &
890
- (TShape extends Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade ? __Ext_Microsoft_EntityFrameworkCore_DatabaseFacade : {}) &
891
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType ? __Ext_Microsoft_EntityFrameworkCore_IConventionEntityType : {}) &
892
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IConventionEntityTypeMappingFragment ? __Ext_Microsoft_EntityFrameworkCore_IConventionEntityTypeMappingFragment : {}) &
893
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IConventionIndex ? __Ext_Microsoft_EntityFrameworkCore_IConventionIndex : {}) &
894
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IConventionKey ? __Ext_Microsoft_EntityFrameworkCore_IConventionKey : {}) &
895
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IConventionModel ? __Ext_Microsoft_EntityFrameworkCore_IConventionModel : {}) &
896
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IConventionProperty ? __Ext_Microsoft_EntityFrameworkCore_IConventionProperty : {}) &
897
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IConventionRelationalPropertyOverrides ? __Ext_Microsoft_EntityFrameworkCore_IConventionRelationalPropertyOverrides : {}) &
898
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType ? __Ext_Microsoft_EntityFrameworkCore_IMutableEntityType : {}) &
899
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IMutableEntityTypeMappingFragment ? __Ext_Microsoft_EntityFrameworkCore_IMutableEntityTypeMappingFragment : {}) &
900
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IMutableIndex ? __Ext_Microsoft_EntityFrameworkCore_IMutableIndex : {}) &
901
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IMutableKey ? __Ext_Microsoft_EntityFrameworkCore_IMutableKey : {}) &
902
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IMutableModel ? __Ext_Microsoft_EntityFrameworkCore_IMutableModel : {}) &
903
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IMutableProperty ? __Ext_Microsoft_EntityFrameworkCore_IMutableProperty : {}) &
904
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IMutableRelationalPropertyOverrides ? __Ext_Microsoft_EntityFrameworkCore_IMutableRelationalPropertyOverrides : {}) &
905
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IProperty ? __Ext_Microsoft_EntityFrameworkCore_IProperty : {}) &
906
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType ? __Ext_Microsoft_EntityFrameworkCore_IReadOnlyEntityType : {}) &
907
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityTypeMappingFragment ? __Ext_Microsoft_EntityFrameworkCore_IReadOnlyEntityTypeMappingFragment : {}) &
908
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex ? __Ext_Microsoft_EntityFrameworkCore_IReadOnlyIndex : {}) &
909
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyKey ? __Ext_Microsoft_EntityFrameworkCore_IReadOnlyKey : {}) &
910
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyModel ? __Ext_Microsoft_EntityFrameworkCore_IReadOnlyModel : {}) &
911
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty ? __Ext_Microsoft_EntityFrameworkCore_IReadOnlyProperty : {}) &
912
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyRelationalPropertyOverrides ? __Ext_Microsoft_EntityFrameworkCore_IReadOnlyRelationalPropertyOverrides : {}) &
913
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.ITable ? __Ext_Microsoft_EntityFrameworkCore_ITable : {}) &
914
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.ColumnBuilder ? __Ext_Microsoft_EntityFrameworkCore_ColumnBuilder : {}) &
915
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.ColumnBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_ColumnBuilder_1<T0> : {}) &
916
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder ? __Ext_Microsoft_EntityFrameworkCore_ComplexTypePrimitiveCollectionBuilder : {}) &
917
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePrimitiveCollectionBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_ComplexTypePrimitiveCollectionBuilder_1<T0> : {}) &
918
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder ? __Ext_Microsoft_EntityFrameworkCore_ComplexTypePropertyBuilder : {}) &
919
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_ComplexTypePropertyBuilder_1<T0> : {}) &
920
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder ? __Ext_Microsoft_EntityFrameworkCore_EntityTypeBuilder : {}) &
921
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_EntityTypeBuilder_1<T0> : {}) &
922
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder ? __Ext_Microsoft_EntityFrameworkCore_IConventionEntityTypeBuilder : {}) &
923
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder ? __Ext_Microsoft_EntityFrameworkCore_IConventionIndexBuilder : {}) &
924
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionKeyBuilder ? __Ext_Microsoft_EntityFrameworkCore_IConventionKeyBuilder : {}) &
925
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder ? __Ext_Microsoft_EntityFrameworkCore_IConventionModelBuilder : {}) &
926
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder ? __Ext_Microsoft_EntityFrameworkCore_IConventionPropertyBuilder : {}) &
927
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder ? __Ext_Microsoft_EntityFrameworkCore_IndexBuilder : {}) &
928
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_IndexBuilder_1<T0> : {}) &
929
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.KeyBuilder ? __Ext_Microsoft_EntityFrameworkCore_KeyBuilder : {}) &
930
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.KeyBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_KeyBuilder_1<T0> : {}) &
931
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder ? __Ext_Microsoft_EntityFrameworkCore_OwnedNavigationBuilder : {}) &
932
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<infer T0, infer T1> ? __Ext_Microsoft_EntityFrameworkCore_OwnedNavigationBuilder_2<T0, T1> : {}) &
933
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder ? __Ext_Microsoft_EntityFrameworkCore_OwnedNavigationTableBuilder : {}) &
934
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder_2<infer T0, infer T1> ? __Ext_Microsoft_EntityFrameworkCore_OwnedNavigationTableBuilder_2<T0, T1> : {}) &
935
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder ? __Ext_Microsoft_EntityFrameworkCore_PrimitiveCollectionBuilder : {}) &
936
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.PrimitiveCollectionBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_PrimitiveCollectionBuilder_1<T0> : {}) &
937
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder ? __Ext_Microsoft_EntityFrameworkCore_PropertyBuilder : {}) &
938
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_PropertyBuilder_1<T0> : {}) &
939
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder ? __Ext_Microsoft_EntityFrameworkCore_SplitTableBuilder : {}) &
940
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_SplitTableBuilder_1<T0> : {}) &
941
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder ? __Ext_Microsoft_EntityFrameworkCore_TableBuilder : {}) &
942
- (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_TableBuilder_1<T0> : {})
943
- );
911
+ : TShape & __TsonicWithExt<TShape, "Microsoft.EntityFrameworkCore", __TsonicExtApplier_Microsoft_EntityFrameworkCore> & __TsonicExtSurface_Microsoft_EntityFrameworkCore<TShape>;
944
912
 
945
913
  // Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Metadata.Internal
914
+ type __TsonicExtSurface_Microsoft_EntityFrameworkCore_Metadata_Internal<TShape> =
915
+ (
916
+ (TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex ? __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IReadOnlyIndex : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyKey ? __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IReadOnlyKey : {})
917
+ );
918
+
919
+ interface __TsonicExtApplier_Microsoft_EntityFrameworkCore_Metadata_Internal {
920
+ __tsonic_shape: unknown;
921
+ __tsonic_type: __TsonicExtSurface_Microsoft_EntityFrameworkCore_Metadata_Internal<this["__tsonic_shape"]>;
922
+ }
923
+
946
924
  export type ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<TShape> =
947
925
  TShape extends null | undefined ? TShape
948
926
  : TShape extends void ? void
949
- : TShape & (
950
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex ? __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IReadOnlyIndex : {}) &
951
- (TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyKey ? __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IReadOnlyKey : {})
952
- );
927
+ : TShape & __TsonicWithExt<TShape, "Microsoft.EntityFrameworkCore.Metadata.Internal", __TsonicExtApplier_Microsoft_EntityFrameworkCore_Metadata_Internal> & __TsonicExtSurface_Microsoft_EntityFrameworkCore_Metadata_Internal<TShape>;
953
928
 
954
929
  // Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Migrations
930
+ type __TsonicExtSurface_Microsoft_EntityFrameworkCore_Migrations<TShape> =
931
+ (
932
+ (TShape extends Microsoft_EntityFrameworkCore_Migrations.MigrationBuilder ? __Ext_Microsoft_EntityFrameworkCore_Migrations_MigrationBuilder : {})
933
+ );
934
+
935
+ interface __TsonicExtApplier_Microsoft_EntityFrameworkCore_Migrations {
936
+ __tsonic_shape: unknown;
937
+ __tsonic_type: __TsonicExtSurface_Microsoft_EntityFrameworkCore_Migrations<this["__tsonic_shape"]>;
938
+ }
939
+
955
940
  export type ExtensionMethods_Microsoft_EntityFrameworkCore_Migrations<TShape> =
956
941
  TShape extends null | undefined ? TShape
957
942
  : TShape extends void ? void
958
- : TShape & (
959
- (TShape extends Microsoft_EntityFrameworkCore_Migrations.MigrationBuilder ? __Ext_Microsoft_EntityFrameworkCore_Migrations_MigrationBuilder : {})
960
- );
943
+ : TShape & __TsonicWithExt<TShape, "Microsoft.EntityFrameworkCore.Migrations", __TsonicExtApplier_Microsoft_EntityFrameworkCore_Migrations> & __TsonicExtSurface_Microsoft_EntityFrameworkCore_Migrations<TShape>;
961
944
 
962
945
  // Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal
946
+ type __TsonicExtSurface_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<TShape> =
947
+ (
948
+ (TShape extends Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal_IDiagnosticsLogger_1<T0> : {})
949
+ );
950
+
951
+ interface __TsonicExtApplier_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal {
952
+ __tsonic_shape: unknown;
953
+ __tsonic_type: __TsonicExtSurface_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<this["__tsonic_shape"]>;
954
+ }
955
+
963
956
  export type ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<TShape> =
964
957
  TShape extends null | undefined ? TShape
965
958
  : TShape extends void ? void
966
- : TShape & (
967
- (TShape extends Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal_IDiagnosticsLogger_1<T0> : {})
968
- );
959
+ : TShape & __TsonicWithExt<TShape, "Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal", __TsonicExtApplier_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal> & __TsonicExtSurface_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<TShape>;
969
960
 
970
961
  // Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal
962
+ type __TsonicExtSurface_Microsoft_EntityFrameworkCore_SqlServer_Scaffolding_Internal<TShape> =
963
+ (
964
+ (TShape extends System_Data_Common.DbDataReader ? __Ext_Microsoft_EntityFrameworkCore_SqlServer_Scaffolding_Internal_DbDataReader : {}) & (TShape extends System_Data_Common.DbDataRecord ? __Ext_Microsoft_EntityFrameworkCore_SqlServer_Scaffolding_Internal_DbDataRecord : {})
965
+ );
966
+
967
+ interface __TsonicExtApplier_Microsoft_EntityFrameworkCore_SqlServer_Scaffolding_Internal {
968
+ __tsonic_shape: unknown;
969
+ __tsonic_type: __TsonicExtSurface_Microsoft_EntityFrameworkCore_SqlServer_Scaffolding_Internal<this["__tsonic_shape"]>;
970
+ }
971
+
971
972
  export type ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Scaffolding_Internal<TShape> =
972
973
  TShape extends null | undefined ? TShape
973
974
  : TShape extends void ? void
974
- : TShape & (
975
- (TShape extends System_Data_Common.DbDataReader ? __Ext_Microsoft_EntityFrameworkCore_SqlServer_Scaffolding_Internal_DbDataReader : {}) &
976
- (TShape extends System_Data_Common.DbDataRecord ? __Ext_Microsoft_EntityFrameworkCore_SqlServer_Scaffolding_Internal_DbDataRecord : {})
977
- );
975
+ : TShape & __TsonicWithExt<TShape, "Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal", __TsonicExtApplier_Microsoft_EntityFrameworkCore_SqlServer_Scaffolding_Internal> & __TsonicExtSurface_Microsoft_EntityFrameworkCore_SqlServer_Scaffolding_Internal<TShape>;
978
976
 
979
977
  // Generic helper type for extension methods in namespace: Microsoft.Extensions.DependencyInjection
978
+ type __TsonicExtSurface_Microsoft_Extensions_DependencyInjection<TShape> =
979
+ (
980
+ (TShape extends Microsoft_Extensions_DependencyInjection.IServiceCollection ? __Ext_Microsoft_Extensions_DependencyInjection_IServiceCollection : {})
981
+ );
982
+
983
+ interface __TsonicExtApplier_Microsoft_Extensions_DependencyInjection {
984
+ __tsonic_shape: unknown;
985
+ __tsonic_type: __TsonicExtSurface_Microsoft_Extensions_DependencyInjection<this["__tsonic_shape"]>;
986
+ }
987
+
980
988
  export type ExtensionMethods_Microsoft_Extensions_DependencyInjection<TShape> =
981
989
  TShape extends null | undefined ? TShape
982
990
  : TShape extends void ? void
983
- : TShape & (
984
- (TShape extends Microsoft_Extensions_DependencyInjection.IServiceCollection ? __Ext_Microsoft_Extensions_DependencyInjection_IServiceCollection : {})
985
- );
991
+ : TShape & __TsonicWithExt<TShape, "Microsoft.Extensions.DependencyInjection", __TsonicExtApplier_Microsoft_Extensions_DependencyInjection> & __TsonicExtSurface_Microsoft_Extensions_DependencyInjection<TShape>;
986
992
 
987
993
  // Generic helper type for extension methods in namespace: Microsoft.Identity.Client
994
+ type __TsonicExtSurface_Microsoft_Identity_Client<TShape> =
995
+ (
996
+ (TShape extends Microsoft_Identity_Client.IAccount ? __Ext_Microsoft_Identity_Client_IAccount : {}) & (TShape extends Microsoft_Identity_Client.IConfidentialClientApplication ? __Ext_Microsoft_Identity_Client_IConfidentialClientApplication : {}) & (TShape extends Microsoft_Identity_Client.IPublicClientApplication ? __Ext_Microsoft_Identity_Client_IPublicClientApplication : {}) & (TShape extends Microsoft_Identity_Client.ITokenCache ? __Ext_Microsoft_Identity_Client_ITokenCache : {})
997
+ );
998
+
999
+ interface __TsonicExtApplier_Microsoft_Identity_Client {
1000
+ __tsonic_shape: unknown;
1001
+ __tsonic_type: __TsonicExtSurface_Microsoft_Identity_Client<this["__tsonic_shape"]>;
1002
+ }
1003
+
988
1004
  export type ExtensionMethods_Microsoft_Identity_Client<TShape> =
989
1005
  TShape extends null | undefined ? TShape
990
1006
  : TShape extends void ? void
991
- : TShape & (
992
- (TShape extends Microsoft_Identity_Client.IAccount ? __Ext_Microsoft_Identity_Client_IAccount : {}) &
993
- (TShape extends Microsoft_Identity_Client.IConfidentialClientApplication ? __Ext_Microsoft_Identity_Client_IConfidentialClientApplication : {}) &
994
- (TShape extends Microsoft_Identity_Client.IPublicClientApplication ? __Ext_Microsoft_Identity_Client_IPublicClientApplication : {}) &
995
- (TShape extends Microsoft_Identity_Client.ITokenCache ? __Ext_Microsoft_Identity_Client_ITokenCache : {})
996
- );
1007
+ : TShape & __TsonicWithExt<TShape, "Microsoft.Identity.Client", __TsonicExtApplier_Microsoft_Identity_Client> & __TsonicExtSurface_Microsoft_Identity_Client<TShape>;
997
1008
 
998
1009
  // Generic helper type for extension methods in namespace: Microsoft.Identity.Client.Advanced
1010
+ type __TsonicExtSurface_Microsoft_Identity_Client_Advanced<TShape> =
1011
+ (
1012
+ (TShape extends Microsoft_Identity_Client.AbstractAcquireTokenParameterBuilder_1<infer T0> ? __Ext_Microsoft_Identity_Client_Advanced_AbstractAcquireTokenParameterBuilder_1<T0> : {})
1013
+ );
1014
+
1015
+ interface __TsonicExtApplier_Microsoft_Identity_Client_Advanced {
1016
+ __tsonic_shape: unknown;
1017
+ __tsonic_type: __TsonicExtSurface_Microsoft_Identity_Client_Advanced<this["__tsonic_shape"]>;
1018
+ }
1019
+
999
1020
  export type ExtensionMethods_Microsoft_Identity_Client_Advanced<TShape> =
1000
1021
  TShape extends null | undefined ? TShape
1001
1022
  : TShape extends void ? void
1002
- : TShape & (
1003
- (TShape extends Microsoft_Identity_Client.AbstractAcquireTokenParameterBuilder_1<infer T0> ? __Ext_Microsoft_Identity_Client_Advanced_AbstractAcquireTokenParameterBuilder_1<T0> : {})
1004
- );
1023
+ : TShape & __TsonicWithExt<TShape, "Microsoft.Identity.Client.Advanced", __TsonicExtApplier_Microsoft_Identity_Client_Advanced> & __TsonicExtSurface_Microsoft_Identity_Client_Advanced<TShape>;
1005
1024
 
1006
1025
  // Generic helper type for extension methods in namespace: Microsoft.Identity.Client.Extensibility
1026
+ type __TsonicExtSurface_Microsoft_Identity_Client_Extensibility<TShape> =
1027
+ (
1028
+ (TShape extends Microsoft_Identity_Client.AbstractAcquireTokenParameterBuilder_1<infer T0> ? __Ext_Microsoft_Identity_Client_Extensibility_AbstractAcquireTokenParameterBuilder_1<T0> : {}) & (TShape extends Microsoft_Identity_Client.AcquireTokenForClientParameterBuilder ? __Ext_Microsoft_Identity_Client_Extensibility_AcquireTokenForClientParameterBuilder : {}) & (TShape extends Microsoft_Identity_Client.AcquireTokenInteractiveParameterBuilder ? __Ext_Microsoft_Identity_Client_Extensibility_AcquireTokenInteractiveParameterBuilder : {}) & (TShape extends Microsoft_Identity_Client.AcquireTokenOnBehalfOfParameterBuilder ? __Ext_Microsoft_Identity_Client_Extensibility_AcquireTokenOnBehalfOfParameterBuilder : {}) & (TShape extends Microsoft_Identity_Client.ConfidentialClientApplicationBuilder ? __Ext_Microsoft_Identity_Client_Extensibility_ConfidentialClientApplicationBuilder : {}) & (TShape extends Microsoft_Identity_Client.ILongRunningWebApi ? __Ext_Microsoft_Identity_Client_Extensibility_ILongRunningWebApi : {})
1029
+ );
1030
+
1031
+ interface __TsonicExtApplier_Microsoft_Identity_Client_Extensibility {
1032
+ __tsonic_shape: unknown;
1033
+ __tsonic_type: __TsonicExtSurface_Microsoft_Identity_Client_Extensibility<this["__tsonic_shape"]>;
1034
+ }
1035
+
1007
1036
  export type ExtensionMethods_Microsoft_Identity_Client_Extensibility<TShape> =
1008
1037
  TShape extends null | undefined ? TShape
1009
1038
  : TShape extends void ? void
1010
- : TShape & (
1011
- (TShape extends Microsoft_Identity_Client.AbstractAcquireTokenParameterBuilder_1<infer T0> ? __Ext_Microsoft_Identity_Client_Extensibility_AbstractAcquireTokenParameterBuilder_1<T0> : {}) &
1012
- (TShape extends Microsoft_Identity_Client.AcquireTokenForClientParameterBuilder ? __Ext_Microsoft_Identity_Client_Extensibility_AcquireTokenForClientParameterBuilder : {}) &
1013
- (TShape extends Microsoft_Identity_Client.AcquireTokenInteractiveParameterBuilder ? __Ext_Microsoft_Identity_Client_Extensibility_AcquireTokenInteractiveParameterBuilder : {}) &
1014
- (TShape extends Microsoft_Identity_Client.AcquireTokenOnBehalfOfParameterBuilder ? __Ext_Microsoft_Identity_Client_Extensibility_AcquireTokenOnBehalfOfParameterBuilder : {}) &
1015
- (TShape extends Microsoft_Identity_Client.ConfidentialClientApplicationBuilder ? __Ext_Microsoft_Identity_Client_Extensibility_ConfidentialClientApplicationBuilder : {}) &
1016
- (TShape extends Microsoft_Identity_Client.ILongRunningWebApi ? __Ext_Microsoft_Identity_Client_Extensibility_ILongRunningWebApi : {})
1017
- );
1039
+ : TShape & __TsonicWithExt<TShape, "Microsoft.Identity.Client.Extensibility", __TsonicExtApplier_Microsoft_Identity_Client_Extensibility> & __TsonicExtSurface_Microsoft_Identity_Client_Extensibility<TShape>;
1018
1040
 
1019
1041
  // Generic helper type for extension methods in namespace: Microsoft.Identity.Client.RP
1042
+ type __TsonicExtSurface_Microsoft_Identity_Client_RP<TShape> =
1043
+ (
1044
+ (TShape extends Microsoft_Identity_Client.AcquireTokenForClientParameterBuilder ? __Ext_Microsoft_Identity_Client_RP_AcquireTokenForClientParameterBuilder : {}) & (TShape extends Microsoft_Identity_Client.ConfidentialClientApplicationBuilder ? __Ext_Microsoft_Identity_Client_RP_ConfidentialClientApplicationBuilder : {})
1045
+ );
1046
+
1047
+ interface __TsonicExtApplier_Microsoft_Identity_Client_RP {
1048
+ __tsonic_shape: unknown;
1049
+ __tsonic_type: __TsonicExtSurface_Microsoft_Identity_Client_RP<this["__tsonic_shape"]>;
1050
+ }
1051
+
1020
1052
  export type ExtensionMethods_Microsoft_Identity_Client_RP<TShape> =
1021
1053
  TShape extends null | undefined ? TShape
1022
1054
  : TShape extends void ? void
1023
- : TShape & (
1024
- (TShape extends Microsoft_Identity_Client.AcquireTokenForClientParameterBuilder ? __Ext_Microsoft_Identity_Client_RP_AcquireTokenForClientParameterBuilder : {}) &
1025
- (TShape extends Microsoft_Identity_Client.ConfidentialClientApplicationBuilder ? __Ext_Microsoft_Identity_Client_RP_ConfidentialClientApplicationBuilder : {})
1026
- );
1055
+ : TShape & __TsonicWithExt<TShape, "Microsoft.Identity.Client.RP", __TsonicExtApplier_Microsoft_Identity_Client_RP> & __TsonicExtSurface_Microsoft_Identity_Client_RP<TShape>;
1027
1056
 
1028
1057
  // Generic helper type for extension methods in namespace: Microsoft.Identity.Client.SSHCertificates
1058
+ type __TsonicExtSurface_Microsoft_Identity_Client_SSHCertificates<TShape> =
1059
+ (
1060
+ (TShape extends Microsoft_Identity_Client.AcquireTokenInteractiveParameterBuilder ? __Ext_Microsoft_Identity_Client_SSHCertificates_AcquireTokenInteractiveParameterBuilder : {}) & (TShape extends Microsoft_Identity_Client.AcquireTokenSilentParameterBuilder ? __Ext_Microsoft_Identity_Client_SSHCertificates_AcquireTokenSilentParameterBuilder : {})
1061
+ );
1062
+
1063
+ interface __TsonicExtApplier_Microsoft_Identity_Client_SSHCertificates {
1064
+ __tsonic_shape: unknown;
1065
+ __tsonic_type: __TsonicExtSurface_Microsoft_Identity_Client_SSHCertificates<this["__tsonic_shape"]>;
1066
+ }
1067
+
1029
1068
  export type ExtensionMethods_Microsoft_Identity_Client_SSHCertificates<TShape> =
1030
1069
  TShape extends null | undefined ? TShape
1031
1070
  : TShape extends void ? void
1032
- : TShape & (
1033
- (TShape extends Microsoft_Identity_Client.AcquireTokenInteractiveParameterBuilder ? __Ext_Microsoft_Identity_Client_SSHCertificates_AcquireTokenInteractiveParameterBuilder : {}) &
1034
- (TShape extends Microsoft_Identity_Client.AcquireTokenSilentParameterBuilder ? __Ext_Microsoft_Identity_Client_SSHCertificates_AcquireTokenSilentParameterBuilder : {})
1035
- );
1071
+ : TShape & __TsonicWithExt<TShape, "Microsoft.Identity.Client.SSHCertificates", __TsonicExtApplier_Microsoft_Identity_Client_SSHCertificates> & __TsonicExtSurface_Microsoft_Identity_Client_SSHCertificates<TShape>;
1036
1072
 
1037
1073
  // Generic helper type for extension methods in namespace: Microsoft.IdentityModel.Tokens
1074
+ type __TsonicExtSurface_Microsoft_IdentityModel_Tokens<TShape> =
1075
+ (
1076
+ (TShape extends System_Collections_Generic.IEnumerable_1<infer T0> ? __Ext_Microsoft_IdentityModel_Tokens_IEnumerable_1<T0> : {}) & (TShape extends (infer T)[] ? __Ext_Microsoft_IdentityModel_Tokens_IEnumerable_1<T> : {})
1077
+ );
1078
+
1079
+ interface __TsonicExtApplier_Microsoft_IdentityModel_Tokens {
1080
+ __tsonic_shape: unknown;
1081
+ __tsonic_type: __TsonicExtSurface_Microsoft_IdentityModel_Tokens<this["__tsonic_shape"]>;
1082
+ }
1083
+
1038
1084
  export type ExtensionMethods_Microsoft_IdentityModel_Tokens<TShape> =
1039
1085
  TShape extends null | undefined ? TShape
1040
1086
  : TShape extends void ? void
1041
- : TShape & (
1042
- (TShape extends System_Collections_Generic.IEnumerable_1<infer T0> ? __Ext_Microsoft_IdentityModel_Tokens_IEnumerable_1<T0> : {}) &
1043
- (TShape extends (infer T)[] ? __Ext_Microsoft_IdentityModel_Tokens_IEnumerable_1<T> : {})
1044
- );
1087
+ : TShape & __TsonicWithExt<TShape, "Microsoft.IdentityModel.Tokens", __TsonicExtApplier_Microsoft_IdentityModel_Tokens> & __TsonicExtSurface_Microsoft_IdentityModel_Tokens<TShape>;
1045
1088
 
1046
1089
  // Generic helper type for extension methods in namespace: System.ClientModel.Primitives
1090
+ type __TsonicExtSurface_System_ClientModel_Primitives<TShape> =
1091
+ (
1092
+ (TShape extends System_Diagnostics.Activity ? __Ext_System_ClientModel_Primitives_Activity : {}) & (TShape extends System_Diagnostics.ActivitySource ? __Ext_System_ClientModel_Primitives_ActivitySource : {})
1093
+ );
1094
+
1095
+ interface __TsonicExtApplier_System_ClientModel_Primitives {
1096
+ __tsonic_shape: unknown;
1097
+ __tsonic_type: __TsonicExtSurface_System_ClientModel_Primitives<this["__tsonic_shape"]>;
1098
+ }
1099
+
1047
1100
  export type ExtensionMethods_System_ClientModel_Primitives<TShape> =
1048
1101
  TShape extends null | undefined ? TShape
1049
1102
  : TShape extends void ? void
1050
- : TShape & (
1051
- (TShape extends System_Diagnostics.Activity ? __Ext_System_ClientModel_Primitives_Activity : {}) &
1052
- (TShape extends System_Diagnostics.ActivitySource ? __Ext_System_ClientModel_Primitives_ActivitySource : {})
1053
- );
1103
+ : TShape & __TsonicWithExt<TShape, "System.ClientModel.Primitives", __TsonicExtApplier_System_ClientModel_Primitives> & __TsonicExtSurface_System_ClientModel_Primitives<TShape>;
1054
1104