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