@tsonic/efcore-sqlserver 10.0.2 → 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.
- package/Azure/internal/index.d.ts +119 -85
- package/Azure.Core/internal/index.d.ts +151 -92
- package/Azure.Core.Cryptography/internal/index.d.ts +10 -6
- package/Azure.Core.Diagnostics/internal/index.d.ts +12 -12
- package/Azure.Core.Extensions/internal/index.d.ts +12 -4
- package/Azure.Core.GeoJson/internal/index.d.ts +102 -42
- package/Azure.Core.Pipeline/internal/index.d.ts +75 -59
- package/Azure.Core.Serialization/internal/index.d.ts +29 -20
- package/Azure.Identity/internal/index.d.ts +265 -118
- package/Azure.Messaging/internal/index.d.ts +16 -16
- package/Microsoft.Data/internal/index.d.ts +9 -6
- package/Microsoft.Data.Sql/internal/index.d.ts +9 -5
- package/Microsoft.Data.SqlClient/internal/index.d.ts +272 -172
- package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +20 -10
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +157 -52
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +11 -5
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +23 -10
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +333 -333
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +9 -7
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +35 -16
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +20 -6
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +135 -98
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +57 -57
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +20 -8
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +29 -23
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +4 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +28 -28
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +43 -35
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +15 -11
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +34 -24
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +343 -226
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +18 -17
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +19 -11
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +187 -211
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +50 -41
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +38 -25
- package/Microsoft.EntityFrameworkCore.d.ts +3 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/internal/index.d.ts +377 -263
- package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -4
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +7 -4
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +5 -3
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -1
- package/Microsoft.Identity.Client.Cache/internal/index.d.ts +4 -2
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +28 -19
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +34 -18
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +5 -3
- package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -3
- package/Microsoft.Identity.Client.Region/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +4 -2
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -5
- package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +29 -19
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +41 -33
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +25 -16
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +59 -32
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +12 -7
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +83 -64
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +6 -4
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +316 -191
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +7 -5
- package/Microsoft.IdentityModel.Tokens.d.ts +3 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +21 -6
- package/System/internal/index.d.ts +19 -17
- package/System.ClientModel/internal/index.d.ts +54 -43
- package/System.ClientModel.Primitives/internal/index.d.ts +220 -177
- package/System.ClientModel.Primitives.d.ts +3 -0
- package/System.Configuration/internal/index.d.ts +529 -340
- package/System.Configuration.Internal/internal/index.d.ts +33 -8
- package/System.Configuration.Provider/internal/index.d.ts +20 -11
- package/System.Diagnostics/internal/index.d.ts +2 -2
- package/System.Drawing.Configuration/internal/index.d.ts +7 -9
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +102 -68
- package/System.Security.Cryptography/internal/index.d.ts +2 -2
- package/System.Text.Json.Serialization/internal/index.d.ts +7 -5
- package/__internal/extensions/index.d.ts +1004 -53
- package/package.json +5 -5
|
@@ -5,13 +5,33 @@
|
|
|
5
5
|
|
|
6
6
|
// Import namespace modules for cross-namespace type references
|
|
7
7
|
import * as Azure_Core_Serialization from "../../Azure.Core.Serialization/internal/index.js";
|
|
8
|
+
import * as Microsoft_Data_SqlTypes from "../../Microsoft.Data.SqlTypes/internal/index.js";
|
|
9
|
+
import * as Microsoft_EntityFrameworkCore from "../../Microsoft.EntityFrameworkCore/internal/index.js";
|
|
10
|
+
import * as Microsoft_EntityFrameworkCore_Diagnostics from "../../Microsoft.EntityFrameworkCore.Diagnostics/internal/index.js";
|
|
11
|
+
import * as Microsoft_EntityFrameworkCore_Infrastructure from "../../Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js";
|
|
12
|
+
import * as Microsoft_EntityFrameworkCore_Metadata from "../../Microsoft.EntityFrameworkCore.Metadata/internal/index.js";
|
|
13
|
+
import * as Microsoft_EntityFrameworkCore_Metadata_Builders from "../../Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.js";
|
|
14
|
+
import * as Microsoft_EntityFrameworkCore_Migrations from "../../Microsoft.EntityFrameworkCore.Migrations/internal/index.js";
|
|
15
|
+
import * as Microsoft_Extensions_DependencyInjection from "../../Microsoft.Extensions.DependencyInjection/internal/index.js";
|
|
8
16
|
import * as Microsoft_Identity_Client from "../../Microsoft.Identity.Client/internal/index.js";
|
|
9
17
|
import * as Microsoft_Identity_Client_Extensibility from "../../Microsoft.Identity.Client.Extensibility/internal/index.js";
|
|
10
18
|
import * as System from "../../System/internal/index.js";
|
|
19
|
+
import * as System_ClientModel_Primitives from "../../System.ClientModel.Primitives/internal/index.js";
|
|
20
|
+
import * as System_Collections_Generic from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
21
|
+
import * as System_Data_Common from "@tsonic/dotnet/System.Data.Common/internal/index.js";
|
|
22
|
+
import * as System_Diagnostics from "../../System.Diagnostics/internal/index.js";
|
|
23
|
+
import * as System_Linq from "@tsonic/dotnet/System.Linq/internal/index.js";
|
|
24
|
+
import * as System_Linq_Expressions from "@tsonic/dotnet/System.Linq.Expressions/internal/index.js";
|
|
25
|
+
import * as System_Security_Cryptography_X509Certificates from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates/internal/index.js";
|
|
26
|
+
import * as System_Threading from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
27
|
+
import * as System_Threading_Tasks from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
11
28
|
|
|
12
29
|
// Import primitive type aliases
|
|
13
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';
|
|
14
31
|
|
|
32
|
+
// Import sticky extension scope helper
|
|
33
|
+
import type { Rewrap } from '@tsonic/core/lang.js';
|
|
34
|
+
|
|
15
35
|
// Import CLR type aliases for generic type arguments
|
|
16
36
|
import * as System_Internal from "../../System/internal/index.js";
|
|
17
37
|
|
|
@@ -19,135 +39,1066 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
19
39
|
import type { ptr } from '@tsonic/core/types.js';
|
|
20
40
|
|
|
21
41
|
export interface __Ext_Azure_BinaryData {
|
|
22
|
-
ToObject<T>(serializer: Azure_Core_Serialization.ObjectSerializer, cancellationToken
|
|
23
|
-
ToObjectAsync<T>(serializer: Azure_Core_Serialization.ObjectSerializer, cancellationToken
|
|
24
|
-
ToObjectFromJson():
|
|
25
|
-
ToDynamicFromJson():
|
|
26
|
-
ToDynamicFromJson(propertyNameFormat: Azure_Core_Serialization.JsonPropertyNames, dateTimeFormat
|
|
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>;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export interface __Ext_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>;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export interface __Ext_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>>;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_DbFunctions {
|
|
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>;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_DbSet_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>>;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_DatabaseFacade {
|
|
230
|
+
IsSqlServer(): Rewrap<this, boolean>;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_ColumnBuilder {
|
|
234
|
+
UseIdentityColumn(seed?: long, increment?: int): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ColumnBuilder>;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_ColumnBuilder_1<T> {
|
|
238
|
+
UseIdentityColumn(seed?: long, increment?: int): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ColumnBuilder_1<T>>;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_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>;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_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>>;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_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>;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_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>>;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_EntityTypeBuilder {
|
|
274
|
+
IsMemoryOptimized(memoryOptimized?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_EntityTypeBuilder_1<T> {
|
|
278
|
+
IsMemoryOptimized(memoryOptimized?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<T>>;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionEntityTypeBuilder {
|
|
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>;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionIndexBuilder {
|
|
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>;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionKeyBuilder {
|
|
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>;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionModelBuilder {
|
|
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>;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionPropertyBuilder {
|
|
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>;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_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>;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_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>>;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_KeyBuilder {
|
|
386
|
+
IsClustered(clustered?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.KeyBuilder>;
|
|
387
|
+
HasFillFactor(fillFactor: int): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.KeyBuilder>;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_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>>;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_OwnedNavigationBuilder {
|
|
396
|
+
IsMemoryOptimized(memoryOptimized?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder>;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_OwnedNavigationBuilder_2<T1, T2> {
|
|
400
|
+
IsMemoryOptimized(memoryOptimized?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationBuilder_2<T1, T2>>;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_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>;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_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>>;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_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>;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_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>>;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_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>;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_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>>;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_SplitTableBuilder {
|
|
450
|
+
UseSqlOutputClause(useSqlOutputClause?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder>;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_SplitTableBuilder_1<T> {
|
|
454
|
+
UseSqlOutputClause(useSqlOutputClause?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder_1<T>>;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_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>;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_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>>;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionEntityType {
|
|
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>>;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionEntityTypeMappingFragment {
|
|
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>>;
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionIndex {
|
|
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>>;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionKey {
|
|
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>>;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionModel {
|
|
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>>;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionProperty {
|
|
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>>;
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionRelationalPropertyOverrides {
|
|
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>>;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IMutableEntityType {
|
|
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>;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IMutableEntityTypeMappingFragment {
|
|
586
|
+
UseSqlOutputClause(useSqlOutputClause: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, void>;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IMutableIndex {
|
|
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>;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IMutableKey {
|
|
599
|
+
SetIsClustered(clustered: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, void>;
|
|
600
|
+
SetFillFactor(fillFactor: System.Nullable_1<System_Internal.Int32>): Rewrap<this, void>;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IMutableModel {
|
|
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>;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IMutableProperty {
|
|
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>;
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IMutableRelationalPropertyOverrides {
|
|
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>;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IProperty {
|
|
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>;
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyEntityType {
|
|
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>;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyEntityTypeMappingFragment {
|
|
656
|
+
IsSqlOutputClauseUsed(): Rewrap<this, boolean>;
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyIndex {
|
|
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>>;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyKey {
|
|
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>>;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyModel {
|
|
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>;
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyProperty {
|
|
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>>;
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyRelationalPropertyOverrides {
|
|
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>>;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_ITable {
|
|
724
|
+
IsSqlOutputClauseUsed(): Rewrap<this, boolean>;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
export interface __Ext_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>;
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IReadOnlyIndex {
|
|
741
|
+
AreCompatibleForSqlServer(duplicateIndex: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, shouldThrow: boolean): Rewrap<this, boolean>;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IReadOnlyKey {
|
|
745
|
+
AreCompatibleForSqlServer(duplicateKey: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyKey, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, shouldThrow: boolean): Rewrap<this, boolean>;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_Migrations_MigrationBuilder {
|
|
749
|
+
IsSqlServer(): Rewrap<this, boolean>;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal_IDiagnosticsLogger_1<T> {
|
|
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>;
|
|
776
|
+
}
|
|
777
|
+
|
|
778
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_SqlServer_Scaffolding_Internal_DbDataReader {
|
|
779
|
+
GetValueOrDefault<T>(name: string): Rewrap<this, T | undefined>;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
export interface __Ext_Microsoft_EntityFrameworkCore_SqlServer_Scaffolding_Internal_DbDataRecord {
|
|
783
|
+
GetValueOrDefault<T>(name: string): Rewrap<this, T | undefined>;
|
|
784
|
+
GetFieldValue<T>(name: string): Rewrap<this, T>;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
export interface __Ext_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>;
|
|
27
794
|
}
|
|
28
795
|
|
|
29
796
|
export interface __Ext_Microsoft_Identity_Client_IAccount {
|
|
30
|
-
GetTenantProfiles():
|
|
797
|
+
GetTenantProfiles(): Rewrap<this, System_Collections_Generic.IEnumerable_1<Microsoft_Identity_Client.TenantProfile>>;
|
|
31
798
|
}
|
|
32
799
|
|
|
33
800
|
export interface __Ext_Microsoft_Identity_Client_IConfidentialClientApplication {
|
|
34
|
-
GetCertificate():
|
|
801
|
+
GetCertificate(): Rewrap<this, System_Security_Cryptography_X509Certificates.X509Certificate2>;
|
|
35
802
|
}
|
|
36
803
|
|
|
37
804
|
export interface __Ext_Microsoft_Identity_Client_IPublicClientApplication {
|
|
38
|
-
IsProofOfPossessionSupportedByClient():
|
|
39
|
-
IsSystemWebViewAvailable():
|
|
40
|
-
IsEmbeddedWebViewAvailable():
|
|
41
|
-
IsUserInteractive():
|
|
805
|
+
IsProofOfPossessionSupportedByClient(): Rewrap<this, boolean>;
|
|
806
|
+
IsSystemWebViewAvailable(): Rewrap<this, boolean>;
|
|
807
|
+
IsEmbeddedWebViewAvailable(): Rewrap<this, boolean>;
|
|
808
|
+
IsUserInteractive(): Rewrap<this, boolean>;
|
|
42
809
|
}
|
|
43
810
|
|
|
44
811
|
export interface __Ext_Microsoft_Identity_Client_ITokenCache {
|
|
45
|
-
SetCacheOptions(options: Microsoft_Identity_Client.CacheOptions):
|
|
812
|
+
SetCacheOptions(options: Microsoft_Identity_Client.CacheOptions): Rewrap<this, void>;
|
|
46
813
|
}
|
|
47
814
|
|
|
48
815
|
export interface __Ext_Microsoft_Identity_Client_Advanced_AbstractAcquireTokenParameterBuilder_1<T> {
|
|
49
|
-
WithExtraHttpHeaders(extraHttpHeaders: IDictionary_2<System_Internal.String, System_Internal.String>):
|
|
816
|
+
WithExtraHttpHeaders(extraHttpHeaders: System_Collections_Generic.IDictionary_2<System_Internal.String, System_Internal.String>): Rewrap<this, T>;
|
|
50
817
|
}
|
|
51
818
|
|
|
52
819
|
export interface __Ext_Microsoft_Identity_Client_Extensibility_AbstractAcquireTokenParameterBuilder_1<T> {
|
|
53
|
-
OnBeforeTokenRequest(onBeforeTokenRequestHandler: Func_2<Microsoft_Identity_Client_Extensibility.OnBeforeTokenRequestData, Task>):
|
|
54
|
-
WithProofOfPosessionKeyId(keyId: string, expectedTokenTypeFromAad
|
|
55
|
-
WithAuthenticationExtension(authenticationExtension: Microsoft_Identity_Client_Extensibility.MsalAuthenticationExtension):
|
|
56
|
-
WithAdditionalCacheParameters(cacheParameters: IEnumerable_1<System_Internal.String>):
|
|
57
|
-
WithFmiPathForClientAssertion(fmiPath: string):
|
|
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>>;
|
|
58
825
|
}
|
|
59
826
|
|
|
60
827
|
export interface __Ext_Microsoft_Identity_Client_Extensibility_AcquireTokenForClientParameterBuilder {
|
|
61
|
-
WithProofOfPosessionKeyId(keyId: string, expectedTokenTypeFromAad
|
|
828
|
+
WithProofOfPosessionKeyId(keyId: string, expectedTokenTypeFromAad?: string): Rewrap<this, Microsoft_Identity_Client.AcquireTokenForClientParameterBuilder>;
|
|
62
829
|
}
|
|
63
830
|
|
|
64
831
|
export interface __Ext_Microsoft_Identity_Client_Extensibility_AcquireTokenInteractiveParameterBuilder {
|
|
65
|
-
WithCustomWebUi(customWebUi: Microsoft_Identity_Client_Extensibility.ICustomWebUi):
|
|
832
|
+
WithCustomWebUi(customWebUi: Microsoft_Identity_Client_Extensibility.ICustomWebUi): Rewrap<this, Microsoft_Identity_Client.AcquireTokenInteractiveParameterBuilder>;
|
|
66
833
|
}
|
|
67
834
|
|
|
68
835
|
export interface __Ext_Microsoft_Identity_Client_Extensibility_AcquireTokenOnBehalfOfParameterBuilder {
|
|
69
|
-
WithSearchInCacheForLongRunningProcess(searchInCache
|
|
836
|
+
WithSearchInCacheForLongRunningProcess(searchInCache?: boolean): Rewrap<this, Microsoft_Identity_Client.AcquireTokenOnBehalfOfParameterBuilder>;
|
|
70
837
|
}
|
|
71
838
|
|
|
72
839
|
export interface __Ext_Microsoft_Identity_Client_Extensibility_ConfidentialClientApplicationBuilder {
|
|
73
|
-
WithAppTokenProvider(appTokenProvider: Func_2<Microsoft_Identity_Client_Extensibility.AppTokenProviderParameters, Task_1<Microsoft_Identity_Client_Extensibility.AppTokenProviderResult>>):
|
|
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>;
|
|
74
841
|
}
|
|
75
842
|
|
|
76
843
|
export interface __Ext_Microsoft_Identity_Client_Extensibility_ILongRunningWebApi {
|
|
77
|
-
StopLongRunningProcessInWebApiAsync(longRunningProcessSessionKey: string, cancellationToken
|
|
844
|
+
StopLongRunningProcessInWebApiAsync(longRunningProcessSessionKey: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Internal.Boolean>>;
|
|
78
845
|
}
|
|
79
846
|
|
|
80
847
|
export interface __Ext_Microsoft_Identity_Client_RP_AcquireTokenForClientParameterBuilder {
|
|
81
|
-
WithAccessTokenSha256ToRefresh(hash: string):
|
|
848
|
+
WithAccessTokenSha256ToRefresh(hash: string): Rewrap<this, Microsoft_Identity_Client.AcquireTokenForClientParameterBuilder>;
|
|
82
849
|
}
|
|
83
850
|
|
|
84
851
|
export interface __Ext_Microsoft_Identity_Client_RP_ConfidentialClientApplicationBuilder {
|
|
85
|
-
WithCertificate(certificate: X509Certificate2, sendX5C: boolean, associateTokensWithCertificateSerialNumber: boolean):
|
|
852
|
+
WithCertificate(certificate: System_Security_Cryptography_X509Certificates.X509Certificate2, sendX5C: boolean, associateTokensWithCertificateSerialNumber: boolean): Rewrap<this, Microsoft_Identity_Client.ConfidentialClientApplicationBuilder>;
|
|
86
853
|
}
|
|
87
854
|
|
|
88
855
|
export interface __Ext_Microsoft_Identity_Client_SSHCertificates_AcquireTokenInteractiveParameterBuilder {
|
|
89
|
-
WithSSHCertificateAuthenticationScheme(publicKeyJwk: string, keyId: string):
|
|
856
|
+
WithSSHCertificateAuthenticationScheme(publicKeyJwk: string, keyId: string): Rewrap<this, Microsoft_Identity_Client.AcquireTokenInteractiveParameterBuilder>;
|
|
90
857
|
}
|
|
91
858
|
|
|
92
859
|
export interface __Ext_Microsoft_Identity_Client_SSHCertificates_AcquireTokenSilentParameterBuilder {
|
|
93
|
-
WithSSHCertificateAuthenticationScheme(publicKeyJwk: string, keyId: string):
|
|
860
|
+
WithSSHCertificateAuthenticationScheme(publicKeyJwk: string, keyId: string): Rewrap<this, Microsoft_Identity_Client.AcquireTokenSilentParameterBuilder>;
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
export interface __Ext_Microsoft_IdentityModel_Tokens_IEnumerable_1<T> {
|
|
864
|
+
IsNullOrEmpty(): Rewrap<this, boolean>;
|
|
94
865
|
}
|
|
95
866
|
|
|
867
|
+
export interface __Ext_System_ClientModel_Primitives_Activity {
|
|
868
|
+
MarkClientActivityFailed(exception: System.Exception): Rewrap<this, System_Diagnostics.Activity>;
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
export interface __Ext_System_ClientModel_Primitives_ActivitySource {
|
|
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>;
|
|
873
|
+
}
|
|
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
|
+
|
|
96
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
|
+
|
|
97
892
|
export type ExtensionMethods_Azure<TShape> =
|
|
98
893
|
TShape extends null | undefined ? TShape
|
|
99
894
|
: TShape extends void ? void
|
|
100
|
-
: TShape &
|
|
101
|
-
|
|
895
|
+
: TShape & __TsonicWithExt<TShape, "Azure", __TsonicExtApplier_Azure> & __TsonicExtSurface_Azure<TShape>;
|
|
896
|
+
|
|
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
|
+
|
|
908
|
+
export type ExtensionMethods_Microsoft_EntityFrameworkCore<TShape> =
|
|
909
|
+
TShape extends null | undefined ? TShape
|
|
910
|
+
: TShape extends void ? void
|
|
911
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.EntityFrameworkCore", __TsonicExtApplier_Microsoft_EntityFrameworkCore> & __TsonicExtSurface_Microsoft_EntityFrameworkCore<TShape>;
|
|
912
|
+
|
|
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
|
+
|
|
924
|
+
export type ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<TShape> =
|
|
925
|
+
TShape extends null | undefined ? TShape
|
|
926
|
+
: TShape extends void ? void
|
|
927
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.EntityFrameworkCore.Metadata.Internal", __TsonicExtApplier_Microsoft_EntityFrameworkCore_Metadata_Internal> & __TsonicExtSurface_Microsoft_EntityFrameworkCore_Metadata_Internal<TShape>;
|
|
928
|
+
|
|
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
|
+
|
|
940
|
+
export type ExtensionMethods_Microsoft_EntityFrameworkCore_Migrations<TShape> =
|
|
941
|
+
TShape extends null | undefined ? TShape
|
|
942
|
+
: TShape extends void ? void
|
|
943
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.EntityFrameworkCore.Migrations", __TsonicExtApplier_Microsoft_EntityFrameworkCore_Migrations> & __TsonicExtSurface_Microsoft_EntityFrameworkCore_Migrations<TShape>;
|
|
944
|
+
|
|
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
|
+
|
|
956
|
+
export type ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<TShape> =
|
|
957
|
+
TShape extends null | undefined ? TShape
|
|
958
|
+
: TShape extends void ? void
|
|
959
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal", __TsonicExtApplier_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal> & __TsonicExtSurface_Microsoft_EntityFrameworkCore_SqlServer_Extensions_Internal<TShape>;
|
|
960
|
+
|
|
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
|
+
|
|
972
|
+
export type ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Scaffolding_Internal<TShape> =
|
|
973
|
+
TShape extends null | undefined ? TShape
|
|
974
|
+
: TShape extends void ? void
|
|
975
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal", __TsonicExtApplier_Microsoft_EntityFrameworkCore_SqlServer_Scaffolding_Internal> & __TsonicExtSurface_Microsoft_EntityFrameworkCore_SqlServer_Scaffolding_Internal<TShape>;
|
|
976
|
+
|
|
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 : {})
|
|
102
981
|
);
|
|
103
982
|
|
|
983
|
+
interface __TsonicExtApplier_Microsoft_Extensions_DependencyInjection {
|
|
984
|
+
__tsonic_shape: unknown;
|
|
985
|
+
__tsonic_type: __TsonicExtSurface_Microsoft_Extensions_DependencyInjection<this["__tsonic_shape"]>;
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
export type ExtensionMethods_Microsoft_Extensions_DependencyInjection<TShape> =
|
|
989
|
+
TShape extends null | undefined ? TShape
|
|
990
|
+
: TShape extends void ? void
|
|
991
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.Extensions.DependencyInjection", __TsonicExtApplier_Microsoft_Extensions_DependencyInjection> & __TsonicExtSurface_Microsoft_Extensions_DependencyInjection<TShape>;
|
|
992
|
+
|
|
104
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
|
+
|
|
105
1004
|
export type ExtensionMethods_Microsoft_Identity_Client<TShape> =
|
|
106
1005
|
TShape extends null | undefined ? TShape
|
|
107
1006
|
: TShape extends void ? void
|
|
108
|
-
: TShape &
|
|
109
|
-
(TShape extends Microsoft_Identity_Client.IAccount ? __Ext_Microsoft_Identity_Client_IAccount : {}) &
|
|
110
|
-
(TShape extends Microsoft_Identity_Client.IConfidentialClientApplication ? __Ext_Microsoft_Identity_Client_IConfidentialClientApplication : {}) &
|
|
111
|
-
(TShape extends Microsoft_Identity_Client.IPublicClientApplication ? __Ext_Microsoft_Identity_Client_IPublicClientApplication : {}) &
|
|
112
|
-
(TShape extends Microsoft_Identity_Client.ITokenCache ? __Ext_Microsoft_Identity_Client_ITokenCache : {})
|
|
113
|
-
);
|
|
1007
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.Identity.Client", __TsonicExtApplier_Microsoft_Identity_Client> & __TsonicExtSurface_Microsoft_Identity_Client<TShape>;
|
|
114
1008
|
|
|
115
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
|
+
|
|
116
1020
|
export type ExtensionMethods_Microsoft_Identity_Client_Advanced<TShape> =
|
|
117
1021
|
TShape extends null | undefined ? TShape
|
|
118
1022
|
: TShape extends void ? void
|
|
119
|
-
: TShape &
|
|
120
|
-
(TShape extends Microsoft_Identity_Client.AbstractAcquireTokenParameterBuilder_1<infer T0> ? __Ext_Microsoft_Identity_Client_Advanced_AbstractAcquireTokenParameterBuilder_1<T0> : {})
|
|
121
|
-
);
|
|
1023
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.Identity.Client.Advanced", __TsonicExtApplier_Microsoft_Identity_Client_Advanced> & __TsonicExtSurface_Microsoft_Identity_Client_Advanced<TShape>;
|
|
122
1024
|
|
|
123
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
|
+
|
|
124
1036
|
export type ExtensionMethods_Microsoft_Identity_Client_Extensibility<TShape> =
|
|
125
1037
|
TShape extends null | undefined ? TShape
|
|
126
1038
|
: TShape extends void ? void
|
|
127
|
-
: TShape &
|
|
128
|
-
(TShape extends Microsoft_Identity_Client.AbstractAcquireTokenParameterBuilder_1<infer T0> ? __Ext_Microsoft_Identity_Client_Extensibility_AbstractAcquireTokenParameterBuilder_1<T0> : {}) &
|
|
129
|
-
(TShape extends Microsoft_Identity_Client.AcquireTokenForClientParameterBuilder ? __Ext_Microsoft_Identity_Client_Extensibility_AcquireTokenForClientParameterBuilder : {}) &
|
|
130
|
-
(TShape extends Microsoft_Identity_Client.AcquireTokenInteractiveParameterBuilder ? __Ext_Microsoft_Identity_Client_Extensibility_AcquireTokenInteractiveParameterBuilder : {}) &
|
|
131
|
-
(TShape extends Microsoft_Identity_Client.AcquireTokenOnBehalfOfParameterBuilder ? __Ext_Microsoft_Identity_Client_Extensibility_AcquireTokenOnBehalfOfParameterBuilder : {}) &
|
|
132
|
-
(TShape extends Microsoft_Identity_Client.ConfidentialClientApplicationBuilder ? __Ext_Microsoft_Identity_Client_Extensibility_ConfidentialClientApplicationBuilder : {}) &
|
|
133
|
-
(TShape extends Microsoft_Identity_Client.ILongRunningWebApi ? __Ext_Microsoft_Identity_Client_Extensibility_ILongRunningWebApi : {})
|
|
134
|
-
);
|
|
1039
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.Identity.Client.Extensibility", __TsonicExtApplier_Microsoft_Identity_Client_Extensibility> & __TsonicExtSurface_Microsoft_Identity_Client_Extensibility<TShape>;
|
|
135
1040
|
|
|
136
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
|
+
|
|
137
1052
|
export type ExtensionMethods_Microsoft_Identity_Client_RP<TShape> =
|
|
138
1053
|
TShape extends null | undefined ? TShape
|
|
139
1054
|
: TShape extends void ? void
|
|
140
|
-
: TShape &
|
|
141
|
-
(TShape extends Microsoft_Identity_Client.AcquireTokenForClientParameterBuilder ? __Ext_Microsoft_Identity_Client_RP_AcquireTokenForClientParameterBuilder : {}) &
|
|
142
|
-
(TShape extends Microsoft_Identity_Client.ConfidentialClientApplicationBuilder ? __Ext_Microsoft_Identity_Client_RP_ConfidentialClientApplicationBuilder : {})
|
|
143
|
-
);
|
|
1055
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.Identity.Client.RP", __TsonicExtApplier_Microsoft_Identity_Client_RP> & __TsonicExtSurface_Microsoft_Identity_Client_RP<TShape>;
|
|
144
1056
|
|
|
145
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
|
+
|
|
146
1068
|
export type ExtensionMethods_Microsoft_Identity_Client_SSHCertificates<TShape> =
|
|
147
1069
|
TShape extends null | undefined ? TShape
|
|
148
1070
|
: TShape extends void ? void
|
|
149
|
-
: TShape &
|
|
150
|
-
|
|
151
|
-
|
|
1071
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.Identity.Client.SSHCertificates", __TsonicExtApplier_Microsoft_Identity_Client_SSHCertificates> & __TsonicExtSurface_Microsoft_Identity_Client_SSHCertificates<TShape>;
|
|
1072
|
+
|
|
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
|
+
|
|
1084
|
+
export type ExtensionMethods_Microsoft_IdentityModel_Tokens<TShape> =
|
|
1085
|
+
TShape extends null | undefined ? TShape
|
|
1086
|
+
: TShape extends void ? void
|
|
1087
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.IdentityModel.Tokens", __TsonicExtApplier_Microsoft_IdentityModel_Tokens> & __TsonicExtSurface_Microsoft_IdentityModel_Tokens<TShape>;
|
|
1088
|
+
|
|
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 : {})
|
|
152
1093
|
);
|
|
153
1094
|
|
|
1095
|
+
interface __TsonicExtApplier_System_ClientModel_Primitives {
|
|
1096
|
+
__tsonic_shape: unknown;
|
|
1097
|
+
__tsonic_type: __TsonicExtSurface_System_ClientModel_Primitives<this["__tsonic_shape"]>;
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
export type ExtensionMethods_System_ClientModel_Primitives<TShape> =
|
|
1101
|
+
TShape extends null | undefined ? TShape
|
|
1102
|
+
: TShape extends void ? void
|
|
1103
|
+
: TShape & __TsonicWithExt<TShape, "System.ClientModel.Primitives", __TsonicExtApplier_System_ClientModel_Primitives> & __TsonicExtSurface_System_ClientModel_Primitives<TShape>;
|
|
1104
|
+
|