@tsonic/efcore-sqlserver 10.0.1 → 10.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Azure/bindings.json +686 -17
- package/Azure/internal/index.d.ts +37 -15
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +61 -23
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Cryptography/internal/index.d.ts +4 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +6 -2
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.Extensions/internal/index.d.ts +8 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.GeoJson/internal/index.d.ts +43 -7
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +24 -9
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +8 -2
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +97 -35
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -5
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data/internal/index.d.ts +2 -1
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +140 -38
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +90 -15
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +2 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +87 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +53 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +9 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +183 -9
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +102 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +33 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +21 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +4 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +113 -47
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +7 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.RP/bindings.json +10 -0
- package/Microsoft.Identity.Client.Region/bindings.json +29 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +13 -6
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +11 -6
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +9 -3
- package/Microsoft.IdentityModel.Logging.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +17 -1
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -1
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +19 -3
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
- package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +145 -44
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +4 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +4 -1
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +21 -12
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +101 -32
- package/System.ClientModel.Primitives.d.ts +5 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +292 -59
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Internal/internal/index.d.ts +23 -2
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +8 -3
- package/System.Configuration.Provider.d.ts +1 -1
- package/System.Configuration.d.ts +3 -3
- package/System.Diagnostics/bindings.json +5 -0
- package/System.Drawing.Configuration/bindings.json +25 -0
- package/System.Drawing.Configuration/internal/index.d.ts +6 -2
- package/System.Drawing.Configuration.d.ts +5 -2
- package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +56 -20
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/__internal/extensions/index.d.ts +915 -14
- package/package.json +1 -1
|
@@ -15,6 +15,12 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"interfaces": [
|
|
19
|
+
{
|
|
20
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.IUpdateSqlGenerator",
|
|
21
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.IUpdateSqlGenerator"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
18
24
|
"methods": [
|
|
19
25
|
{
|
|
20
26
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator::AppendBulkInsertOperation(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
|
|
@@ -31,6 +37,7 @@
|
|
|
31
37
|
"isVirtual": true,
|
|
32
38
|
"isOverride": false,
|
|
33
39
|
"isSealed": false,
|
|
40
|
+
"visibility": "Public",
|
|
34
41
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator",
|
|
35
42
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
36
43
|
"isExtensionMethod": false,
|
|
@@ -56,6 +63,7 @@
|
|
|
56
63
|
"isVirtual": true,
|
|
57
64
|
"isOverride": false,
|
|
58
65
|
"isSealed": false,
|
|
66
|
+
"visibility": "Public",
|
|
59
67
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator",
|
|
60
68
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
61
69
|
"isExtensionMethod": false
|
|
@@ -77,7 +85,52 @@
|
|
|
77
85
|
"isSealed": false,
|
|
78
86
|
"isStatic": false,
|
|
79
87
|
"arity": 0,
|
|
80
|
-
"
|
|
88
|
+
"baseType": {
|
|
89
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.ModificationCommand",
|
|
90
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.ModificationCommand"
|
|
91
|
+
},
|
|
92
|
+
"interfaces": [
|
|
93
|
+
{
|
|
94
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.IModificationCommand",
|
|
95
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.IModificationCommand"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand",
|
|
99
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.INonTrackedModificationCommand",
|
|
103
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.INonTrackedModificationCommand"
|
|
104
|
+
}
|
|
105
|
+
],
|
|
106
|
+
"methods": [
|
|
107
|
+
{
|
|
108
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommand::ProcessSinglePropertyJsonUpdate(Microsoft.EntityFrameworkCore.Update.ColumnModificationParameters\u0026):System.Void",
|
|
109
|
+
"clrName": "ProcessSinglePropertyJsonUpdate",
|
|
110
|
+
"metadataToken": 100664451,
|
|
111
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.ColumnModificationParameters\u0026):System.Void",
|
|
112
|
+
"normalizedSignature": "ProcessSinglePropertyJsonUpdate|(Microsoft.EntityFrameworkCore.Update.ColumnModificationParameters\u0026):System.Void|static=false",
|
|
113
|
+
"emitScope": "ClassSurface",
|
|
114
|
+
"provenance": "Original",
|
|
115
|
+
"arity": 0,
|
|
116
|
+
"parameterCount": 1,
|
|
117
|
+
"isStatic": false,
|
|
118
|
+
"isAbstract": false,
|
|
119
|
+
"isVirtual": true,
|
|
120
|
+
"isOverride": true,
|
|
121
|
+
"isSealed": false,
|
|
122
|
+
"visibility": "Protected",
|
|
123
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommand",
|
|
124
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
125
|
+
"isExtensionMethod": false,
|
|
126
|
+
"parameterModifiers": [
|
|
127
|
+
{
|
|
128
|
+
"index": 0,
|
|
129
|
+
"modifier": "ref"
|
|
130
|
+
}
|
|
131
|
+
]
|
|
132
|
+
}
|
|
133
|
+
],
|
|
81
134
|
"properties": [],
|
|
82
135
|
"fields": [],
|
|
83
136
|
"events": [],
|
|
@@ -89,6 +142,7 @@
|
|
|
89
142
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters\u0026):void|static=false",
|
|
90
143
|
"isStatic": false,
|
|
91
144
|
"parameterCount": 1,
|
|
145
|
+
"visibility": "Public",
|
|
92
146
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommand",
|
|
93
147
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
94
148
|
"parameterModifiers": [
|
|
@@ -105,6 +159,7 @@
|
|
|
105
159
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Update.NonTrackedModificationCommandParameters\u0026):void|static=false",
|
|
106
160
|
"isStatic": false,
|
|
107
161
|
"parameterCount": 1,
|
|
162
|
+
"visibility": "Public",
|
|
108
163
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommand",
|
|
109
164
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
110
165
|
"parameterModifiers": [
|
|
@@ -127,7 +182,51 @@
|
|
|
127
182
|
"isSealed": false,
|
|
128
183
|
"isStatic": false,
|
|
129
184
|
"arity": 0,
|
|
185
|
+
"baseType": {
|
|
186
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.AffectedCountModificationCommandBatch",
|
|
187
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.AffectedCountModificationCommandBatch"
|
|
188
|
+
},
|
|
130
189
|
"methods": [
|
|
190
|
+
{
|
|
191
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch::RollbackLastCommand(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand):System.Void",
|
|
192
|
+
"clrName": "RollbackLastCommand",
|
|
193
|
+
"metadataToken": 100664454,
|
|
194
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand):System.Void",
|
|
195
|
+
"normalizedSignature": "RollbackLastCommand|(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand):System.Void|static=false",
|
|
196
|
+
"emitScope": "ClassSurface",
|
|
197
|
+
"provenance": "Original",
|
|
198
|
+
"arity": 0,
|
|
199
|
+
"parameterCount": 1,
|
|
200
|
+
"isStatic": false,
|
|
201
|
+
"isAbstract": false,
|
|
202
|
+
"isVirtual": true,
|
|
203
|
+
"isOverride": true,
|
|
204
|
+
"isSealed": false,
|
|
205
|
+
"visibility": "Protected",
|
|
206
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch",
|
|
207
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
208
|
+
"isExtensionMethod": false
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch::IsValid():System.Boolean",
|
|
212
|
+
"clrName": "IsValid",
|
|
213
|
+
"metadataToken": 100664455,
|
|
214
|
+
"canonicalSignature": "():System.Boolean",
|
|
215
|
+
"normalizedSignature": "IsValid|():System.Boolean|static=false",
|
|
216
|
+
"emitScope": "ClassSurface",
|
|
217
|
+
"provenance": "Original",
|
|
218
|
+
"arity": 0,
|
|
219
|
+
"parameterCount": 0,
|
|
220
|
+
"isStatic": false,
|
|
221
|
+
"isAbstract": false,
|
|
222
|
+
"isVirtual": true,
|
|
223
|
+
"isOverride": true,
|
|
224
|
+
"isSealed": false,
|
|
225
|
+
"visibility": "Protected",
|
|
226
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch",
|
|
227
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
228
|
+
"isExtensionMethod": false
|
|
229
|
+
},
|
|
131
230
|
{
|
|
132
231
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch::TryAddCommand(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand):System.Boolean",
|
|
133
232
|
"clrName": "TryAddCommand",
|
|
@@ -143,6 +242,27 @@
|
|
|
143
242
|
"isVirtual": true,
|
|
144
243
|
"isOverride": true,
|
|
145
244
|
"isSealed": false,
|
|
245
|
+
"visibility": "Public",
|
|
246
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch",
|
|
247
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
248
|
+
"isExtensionMethod": false
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch::AddCommand(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand):System.Void",
|
|
252
|
+
"clrName": "AddCommand",
|
|
253
|
+
"metadataToken": 100664458,
|
|
254
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand):System.Void",
|
|
255
|
+
"normalizedSignature": "AddCommand|(Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand):System.Void|static=false",
|
|
256
|
+
"emitScope": "ClassSurface",
|
|
257
|
+
"provenance": "Original",
|
|
258
|
+
"arity": 0,
|
|
259
|
+
"parameterCount": 1,
|
|
260
|
+
"isStatic": false,
|
|
261
|
+
"isAbstract": false,
|
|
262
|
+
"isVirtual": true,
|
|
263
|
+
"isOverride": true,
|
|
264
|
+
"isSealed": false,
|
|
265
|
+
"visibility": "Protected",
|
|
146
266
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch",
|
|
147
267
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
148
268
|
"isExtensionMethod": false
|
|
@@ -162,6 +282,7 @@
|
|
|
162
282
|
"isVirtual": true,
|
|
163
283
|
"isOverride": true,
|
|
164
284
|
"isSealed": false,
|
|
285
|
+
"visibility": "Public",
|
|
165
286
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch",
|
|
166
287
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
167
288
|
"isExtensionMethod": false
|
|
@@ -181,6 +302,7 @@
|
|
|
181
302
|
"isVirtual": true,
|
|
182
303
|
"isOverride": true,
|
|
183
304
|
"isSealed": false,
|
|
305
|
+
"visibility": "Public",
|
|
184
306
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch",
|
|
185
307
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
186
308
|
"isExtensionMethod": false
|
|
@@ -200,12 +322,33 @@
|
|
|
200
322
|
"isVirtual": true,
|
|
201
323
|
"isOverride": true,
|
|
202
324
|
"isSealed": false,
|
|
325
|
+
"visibility": "Public",
|
|
203
326
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch",
|
|
204
327
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
205
328
|
"isExtensionMethod": false
|
|
206
329
|
}
|
|
207
330
|
],
|
|
208
|
-
"properties": [
|
|
331
|
+
"properties": [
|
|
332
|
+
{
|
|
333
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch::UpdateSqlGenerator:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator",
|
|
334
|
+
"clrName": "UpdateSqlGenerator",
|
|
335
|
+
"metadataToken": 385876099,
|
|
336
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator",
|
|
337
|
+
"normalizedSignature": "UpdateSqlGenerator|:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator|static=false|accessor=get",
|
|
338
|
+
"emitScope": "ClassSurface",
|
|
339
|
+
"provenance": "Original",
|
|
340
|
+
"isIndexer": false,
|
|
341
|
+
"hasGetter": true,
|
|
342
|
+
"hasSetter": false,
|
|
343
|
+
"isStatic": false,
|
|
344
|
+
"isAbstract": false,
|
|
345
|
+
"isVirtual": true,
|
|
346
|
+
"isOverride": false,
|
|
347
|
+
"visibility": "Protected",
|
|
348
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch",
|
|
349
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
350
|
+
}
|
|
351
|
+
],
|
|
209
352
|
"fields": [],
|
|
210
353
|
"events": [],
|
|
211
354
|
"constructors": [
|
|
@@ -216,6 +359,7 @@
|
|
|
216
359
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies,System.Int32):void|static=false",
|
|
217
360
|
"isStatic": false,
|
|
218
361
|
"parameterCount": 2,
|
|
362
|
+
"visibility": "Public",
|
|
219
363
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch",
|
|
220
364
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
221
365
|
}
|
|
@@ -232,6 +376,16 @@
|
|
|
232
376
|
"isSealed": false,
|
|
233
377
|
"isStatic": false,
|
|
234
378
|
"arity": 0,
|
|
379
|
+
"baseType": {
|
|
380
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
381
|
+
"clrName": "System.Object"
|
|
382
|
+
},
|
|
383
|
+
"interfaces": [
|
|
384
|
+
{
|
|
385
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.IModificationCommandBatchFactory",
|
|
386
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.IModificationCommandBatchFactory"
|
|
387
|
+
}
|
|
388
|
+
],
|
|
235
389
|
"methods": [
|
|
236
390
|
{
|
|
237
391
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatchFactory::Create():Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch",
|
|
@@ -248,12 +402,33 @@
|
|
|
248
402
|
"isVirtual": true,
|
|
249
403
|
"isOverride": false,
|
|
250
404
|
"isSealed": false,
|
|
405
|
+
"visibility": "Public",
|
|
251
406
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatchFactory",
|
|
252
407
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
253
408
|
"isExtensionMethod": false
|
|
254
409
|
}
|
|
255
410
|
],
|
|
256
|
-
"properties": [
|
|
411
|
+
"properties": [
|
|
412
|
+
{
|
|
413
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatchFactory::Dependencies:Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies",
|
|
414
|
+
"clrName": "Dependencies",
|
|
415
|
+
"metadataToken": 385876100,
|
|
416
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies",
|
|
417
|
+
"normalizedSignature": "Dependencies|:Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies|static=false|accessor=get",
|
|
418
|
+
"emitScope": "ClassSurface",
|
|
419
|
+
"provenance": "Original",
|
|
420
|
+
"isIndexer": false,
|
|
421
|
+
"hasGetter": true,
|
|
422
|
+
"hasSetter": false,
|
|
423
|
+
"isStatic": false,
|
|
424
|
+
"isAbstract": false,
|
|
425
|
+
"isVirtual": true,
|
|
426
|
+
"isOverride": false,
|
|
427
|
+
"visibility": "Protected",
|
|
428
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatchFactory",
|
|
429
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
430
|
+
}
|
|
431
|
+
],
|
|
257
432
|
"fields": [],
|
|
258
433
|
"events": [],
|
|
259
434
|
"constructors": [
|
|
@@ -264,6 +439,7 @@
|
|
|
264
439
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies,Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):void|static=false",
|
|
265
440
|
"isStatic": false,
|
|
266
441
|
"parameterCount": 2,
|
|
442
|
+
"visibility": "Public",
|
|
267
443
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatchFactory",
|
|
268
444
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
269
445
|
}
|
|
@@ -280,6 +456,16 @@
|
|
|
280
456
|
"isSealed": false,
|
|
281
457
|
"isStatic": false,
|
|
282
458
|
"arity": 0,
|
|
459
|
+
"baseType": {
|
|
460
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
461
|
+
"clrName": "System.Object"
|
|
462
|
+
},
|
|
463
|
+
"interfaces": [
|
|
464
|
+
{
|
|
465
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.IModificationCommandFactory",
|
|
466
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.IModificationCommandFactory"
|
|
467
|
+
}
|
|
468
|
+
],
|
|
283
469
|
"methods": [
|
|
284
470
|
{
|
|
285
471
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandFactory::CreateModificationCommand(Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters\u0026):Microsoft.EntityFrameworkCore.Update.IModificationCommand",
|
|
@@ -296,6 +482,7 @@
|
|
|
296
482
|
"isVirtual": true,
|
|
297
483
|
"isOverride": false,
|
|
298
484
|
"isSealed": false,
|
|
485
|
+
"visibility": "Public",
|
|
299
486
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandFactory",
|
|
300
487
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
301
488
|
"isExtensionMethod": false,
|
|
@@ -321,6 +508,7 @@
|
|
|
321
508
|
"isVirtual": true,
|
|
322
509
|
"isOverride": false,
|
|
323
510
|
"isSealed": false,
|
|
511
|
+
"visibility": "Public",
|
|
324
512
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandFactory",
|
|
325
513
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
326
514
|
"isExtensionMethod": false,
|
|
@@ -343,6 +531,7 @@
|
|
|
343
531
|
"normalizedSignature": "constructor|():void|static=false",
|
|
344
532
|
"isStatic": false,
|
|
345
533
|
"parameterCount": 0,
|
|
534
|
+
"visibility": "Public",
|
|
346
535
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandFactory",
|
|
347
536
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
348
537
|
}
|
|
@@ -359,6 +548,20 @@
|
|
|
359
548
|
"isSealed": false,
|
|
360
549
|
"isStatic": false,
|
|
361
550
|
"arity": 0,
|
|
551
|
+
"baseType": {
|
|
552
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.UpdateAndSelectSqlGenerator",
|
|
553
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.UpdateAndSelectSqlGenerator"
|
|
554
|
+
},
|
|
555
|
+
"interfaces": [
|
|
556
|
+
{
|
|
557
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.IUpdateSqlGenerator",
|
|
558
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.IUpdateSqlGenerator"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator",
|
|
562
|
+
"clrName": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator"
|
|
563
|
+
}
|
|
564
|
+
],
|
|
362
565
|
"methods": [
|
|
363
566
|
{
|
|
364
567
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator::AppendInsertOperation(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
|
|
@@ -375,6 +578,7 @@
|
|
|
375
578
|
"isVirtual": true,
|
|
376
579
|
"isOverride": true,
|
|
377
580
|
"isSealed": false,
|
|
581
|
+
"visibility": "Public",
|
|
378
582
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
|
|
379
583
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
380
584
|
"isExtensionMethod": false,
|
|
@@ -385,6 +589,26 @@
|
|
|
385
589
|
}
|
|
386
590
|
]
|
|
387
591
|
},
|
|
592
|
+
{
|
|
593
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator::AppendInsertCommand(System.Text.StringBuilder,System.String,System.String,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
594
|
+
"clrName": "AppendInsertCommand",
|
|
595
|
+
"metadataToken": 100664473,
|
|
596
|
+
"canonicalSignature": "(System.Text.StringBuilder,System.String,System.String,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
597
|
+
"normalizedSignature": "AppendInsertCommand|(System.Text.StringBuilder,System.String,System.String,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
598
|
+
"emitScope": "ClassSurface",
|
|
599
|
+
"provenance": "Original",
|
|
600
|
+
"arity": 0,
|
|
601
|
+
"parameterCount": 5,
|
|
602
|
+
"isStatic": false,
|
|
603
|
+
"isAbstract": false,
|
|
604
|
+
"isVirtual": true,
|
|
605
|
+
"isOverride": true,
|
|
606
|
+
"isSealed": false,
|
|
607
|
+
"visibility": "Protected",
|
|
608
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
|
|
609
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
610
|
+
"isExtensionMethod": false
|
|
611
|
+
},
|
|
388
612
|
{
|
|
389
613
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator::AppendUpdateOperation(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
|
|
390
614
|
"clrName": "AppendUpdateOperation",
|
|
@@ -400,6 +624,7 @@
|
|
|
400
624
|
"isVirtual": true,
|
|
401
625
|
"isOverride": true,
|
|
402
626
|
"isSealed": false,
|
|
627
|
+
"visibility": "Public",
|
|
403
628
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
|
|
404
629
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
405
630
|
"isExtensionMethod": false,
|
|
@@ -410,6 +635,46 @@
|
|
|
410
635
|
}
|
|
411
636
|
]
|
|
412
637
|
},
|
|
638
|
+
{
|
|
639
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator::AppendUpdateCommand(System.Text.StringBuilder,System.String,System.String,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Void",
|
|
640
|
+
"clrName": "AppendUpdateCommand",
|
|
641
|
+
"metadataToken": 100664475,
|
|
642
|
+
"canonicalSignature": "(System.Text.StringBuilder,System.String,System.String,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Void",
|
|
643
|
+
"normalizedSignature": "AppendUpdateCommand|(System.Text.StringBuilder,System.String,System.String,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Void|static=false",
|
|
644
|
+
"emitScope": "ClassSurface",
|
|
645
|
+
"provenance": "Original",
|
|
646
|
+
"arity": 0,
|
|
647
|
+
"parameterCount": 7,
|
|
648
|
+
"isStatic": false,
|
|
649
|
+
"isAbstract": false,
|
|
650
|
+
"isVirtual": true,
|
|
651
|
+
"isOverride": true,
|
|
652
|
+
"isSealed": false,
|
|
653
|
+
"visibility": "Protected",
|
|
654
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
|
|
655
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
656
|
+
"isExtensionMethod": false
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator::AppendUpdateColumnValue(Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper,Microsoft.EntityFrameworkCore.Update.IColumnModification,System.Text.StringBuilder,System.String,System.String):System.Void",
|
|
660
|
+
"clrName": "AppendUpdateColumnValue",
|
|
661
|
+
"metadataToken": 100664476,
|
|
662
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper,Microsoft.EntityFrameworkCore.Update.IColumnModification,System.Text.StringBuilder,System.String,System.String):System.Void",
|
|
663
|
+
"normalizedSignature": "AppendUpdateColumnValue|(Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper,Microsoft.EntityFrameworkCore.Update.IColumnModification,System.Text.StringBuilder,System.String,System.String):System.Void|static=false",
|
|
664
|
+
"emitScope": "ClassSurface",
|
|
665
|
+
"provenance": "Original",
|
|
666
|
+
"arity": 0,
|
|
667
|
+
"parameterCount": 5,
|
|
668
|
+
"isStatic": false,
|
|
669
|
+
"isAbstract": false,
|
|
670
|
+
"isVirtual": true,
|
|
671
|
+
"isOverride": true,
|
|
672
|
+
"isSealed": false,
|
|
673
|
+
"visibility": "Protected",
|
|
674
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
|
|
675
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
676
|
+
"isExtensionMethod": false
|
|
677
|
+
},
|
|
413
678
|
{
|
|
414
679
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator::AppendDeleteOperation(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
|
|
415
680
|
"clrName": "AppendDeleteOperation",
|
|
@@ -425,6 +690,7 @@
|
|
|
425
690
|
"isVirtual": true,
|
|
426
691
|
"isOverride": true,
|
|
427
692
|
"isSealed": false,
|
|
693
|
+
"visibility": "Public",
|
|
428
694
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
|
|
429
695
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
430
696
|
"isExtensionMethod": false,
|
|
@@ -435,6 +701,26 @@
|
|
|
435
701
|
}
|
|
436
702
|
]
|
|
437
703
|
},
|
|
704
|
+
{
|
|
705
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator::AppendDeleteCommand(System.Text.StringBuilder,System.String,System.String,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Void",
|
|
706
|
+
"clrName": "AppendDeleteCommand",
|
|
707
|
+
"metadataToken": 100664478,
|
|
708
|
+
"canonicalSignature": "(System.Text.StringBuilder,System.String,System.String,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Void",
|
|
709
|
+
"normalizedSignature": "AppendDeleteCommand|(System.Text.StringBuilder,System.String,System.String,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Void|static=false",
|
|
710
|
+
"emitScope": "ClassSurface",
|
|
711
|
+
"provenance": "Original",
|
|
712
|
+
"arity": 0,
|
|
713
|
+
"parameterCount": 6,
|
|
714
|
+
"isStatic": false,
|
|
715
|
+
"isAbstract": false,
|
|
716
|
+
"isVirtual": true,
|
|
717
|
+
"isOverride": true,
|
|
718
|
+
"isSealed": false,
|
|
719
|
+
"visibility": "Protected",
|
|
720
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
|
|
721
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
722
|
+
"isExtensionMethod": false
|
|
723
|
+
},
|
|
438
724
|
{
|
|
439
725
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator::AppendBulkInsertOperation(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
|
|
440
726
|
"clrName": "AppendBulkInsertOperation",
|
|
@@ -450,6 +736,7 @@
|
|
|
450
736
|
"isVirtual": true,
|
|
451
737
|
"isOverride": false,
|
|
452
738
|
"isSealed": false,
|
|
739
|
+
"visibility": "Public",
|
|
453
740
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
|
|
454
741
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
455
742
|
"isExtensionMethod": false,
|
|
@@ -475,6 +762,7 @@
|
|
|
475
762
|
"isVirtual": true,
|
|
476
763
|
"isOverride": true,
|
|
477
764
|
"isSealed": false,
|
|
765
|
+
"visibility": "Public",
|
|
478
766
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
|
|
479
767
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
480
768
|
"isExtensionMethod": false,
|
|
@@ -485,6 +773,46 @@
|
|
|
485
773
|
}
|
|
486
774
|
]
|
|
487
775
|
},
|
|
776
|
+
{
|
|
777
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator::AppendReturningClause(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):System.Void",
|
|
778
|
+
"clrName": "AppendReturningClause",
|
|
779
|
+
"metadataToken": 100664490,
|
|
780
|
+
"canonicalSignature": "(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):System.Void",
|
|
781
|
+
"normalizedSignature": "AppendReturningClause|(System.Text.StringBuilder,System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Update.IColumnModification,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):System.Void|static=false",
|
|
782
|
+
"emitScope": "ClassSurface",
|
|
783
|
+
"provenance": "Original",
|
|
784
|
+
"arity": 0,
|
|
785
|
+
"parameterCount": 3,
|
|
786
|
+
"isStatic": false,
|
|
787
|
+
"isAbstract": false,
|
|
788
|
+
"isVirtual": true,
|
|
789
|
+
"isOverride": true,
|
|
790
|
+
"isSealed": false,
|
|
791
|
+
"visibility": "Protected",
|
|
792
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
|
|
793
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
794
|
+
"isExtensionMethod": false
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator::AppendSelectAffectedCountCommand(System.Text.StringBuilder,System.String,System.String,System.Int32):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
|
|
798
|
+
"clrName": "AppendSelectAffectedCountCommand",
|
|
799
|
+
"metadataToken": 100664495,
|
|
800
|
+
"canonicalSignature": "(System.Text.StringBuilder,System.String,System.String,System.Int32):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
|
|
801
|
+
"normalizedSignature": "AppendSelectAffectedCountCommand|(System.Text.StringBuilder,System.String,System.String,System.Int32):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
|
|
802
|
+
"emitScope": "ClassSurface",
|
|
803
|
+
"provenance": "Original",
|
|
804
|
+
"arity": 0,
|
|
805
|
+
"parameterCount": 4,
|
|
806
|
+
"isStatic": false,
|
|
807
|
+
"isAbstract": false,
|
|
808
|
+
"isVirtual": true,
|
|
809
|
+
"isOverride": true,
|
|
810
|
+
"isSealed": false,
|
|
811
|
+
"visibility": "Protected",
|
|
812
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
|
|
813
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
814
|
+
"isExtensionMethod": false
|
|
815
|
+
},
|
|
488
816
|
{
|
|
489
817
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator::AppendBatchHeader(System.Text.StringBuilder):System.Void",
|
|
490
818
|
"clrName": "AppendBatchHeader",
|
|
@@ -500,6 +828,7 @@
|
|
|
500
828
|
"isVirtual": true,
|
|
501
829
|
"isOverride": true,
|
|
502
830
|
"isSealed": false,
|
|
831
|
+
"visibility": "Public",
|
|
503
832
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
|
|
504
833
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
505
834
|
"isExtensionMethod": false
|
|
@@ -519,6 +848,47 @@
|
|
|
519
848
|
"isVirtual": true,
|
|
520
849
|
"isOverride": true,
|
|
521
850
|
"isSealed": false,
|
|
851
|
+
"visibility": "Public",
|
|
852
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
|
|
853
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
854
|
+
"isExtensionMethod": false
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator::AppendIdentityWhereCondition(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IColumnModification):System.Void",
|
|
858
|
+
"clrName": "AppendIdentityWhereCondition",
|
|
859
|
+
"metadataToken": 100664498,
|
|
860
|
+
"canonicalSignature": "(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IColumnModification):System.Void",
|
|
861
|
+
"normalizedSignature": "AppendIdentityWhereCondition|(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IColumnModification):System.Void|static=false",
|
|
862
|
+
"emitScope": "ClassSurface",
|
|
863
|
+
"provenance": "Original",
|
|
864
|
+
"arity": 0,
|
|
865
|
+
"parameterCount": 2,
|
|
866
|
+
"isStatic": false,
|
|
867
|
+
"isAbstract": false,
|
|
868
|
+
"isVirtual": true,
|
|
869
|
+
"isOverride": true,
|
|
870
|
+
"isSealed": false,
|
|
871
|
+
"visibility": "Protected",
|
|
872
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
|
|
873
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
874
|
+
"isExtensionMethod": false
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator::AppendRowsAffectedWhereCondition(System.Text.StringBuilder,System.Int32):System.Void",
|
|
878
|
+
"clrName": "AppendRowsAffectedWhereCondition",
|
|
879
|
+
"metadataToken": 100664499,
|
|
880
|
+
"canonicalSignature": "(System.Text.StringBuilder,System.Int32):System.Void",
|
|
881
|
+
"normalizedSignature": "AppendRowsAffectedWhereCondition|(System.Text.StringBuilder,System.Int32):System.Void|static=false",
|
|
882
|
+
"emitScope": "ClassSurface",
|
|
883
|
+
"provenance": "Original",
|
|
884
|
+
"arity": 0,
|
|
885
|
+
"parameterCount": 2,
|
|
886
|
+
"isStatic": false,
|
|
887
|
+
"isAbstract": false,
|
|
888
|
+
"isVirtual": true,
|
|
889
|
+
"isOverride": true,
|
|
890
|
+
"isSealed": false,
|
|
891
|
+
"visibility": "Protected",
|
|
522
892
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
|
|
523
893
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
524
894
|
"isExtensionMethod": false
|
|
@@ -538,6 +908,7 @@
|
|
|
538
908
|
"isVirtual": true,
|
|
539
909
|
"isOverride": false,
|
|
540
910
|
"isSealed": false,
|
|
911
|
+
"visibility": "Public",
|
|
541
912
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator",
|
|
542
913
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
543
914
|
"isExtensionMethod": false,
|
|
@@ -558,6 +929,7 @@
|
|
|
558
929
|
"isVirtual": true,
|
|
559
930
|
"isOverride": false,
|
|
560
931
|
"isSealed": false,
|
|
932
|
+
"visibility": "Public",
|
|
561
933
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.ISqlServerUpdateSqlGenerator",
|
|
562
934
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
563
935
|
"isExtensionMethod": false,
|
|
@@ -570,7 +942,27 @@
|
|
|
570
942
|
]
|
|
571
943
|
}
|
|
572
944
|
],
|
|
573
|
-
"properties": [
|
|
945
|
+
"properties": [
|
|
946
|
+
{
|
|
947
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator::MergeIntoMinimumThreshold:System.Int32",
|
|
948
|
+
"clrName": "MergeIntoMinimumThreshold",
|
|
949
|
+
"metadataToken": 385876101,
|
|
950
|
+
"canonicalSignature": ":System.Int32",
|
|
951
|
+
"normalizedSignature": "MergeIntoMinimumThreshold|:System.Int32|static=false|accessor=get",
|
|
952
|
+
"emitScope": "ClassSurface",
|
|
953
|
+
"provenance": "Original",
|
|
954
|
+
"isIndexer": false,
|
|
955
|
+
"hasGetter": true,
|
|
956
|
+
"hasSetter": false,
|
|
957
|
+
"isStatic": false,
|
|
958
|
+
"isAbstract": false,
|
|
959
|
+
"isVirtual": true,
|
|
960
|
+
"isOverride": false,
|
|
961
|
+
"visibility": "Protected",
|
|
962
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
|
|
963
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
964
|
+
}
|
|
965
|
+
],
|
|
574
966
|
"fields": [],
|
|
575
967
|
"events": [],
|
|
576
968
|
"constructors": [
|
|
@@ -581,6 +973,7 @@
|
|
|
581
973
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Update.UpdateSqlGeneratorDependencies):void|static=false",
|
|
582
974
|
"isStatic": false,
|
|
583
975
|
"parameterCount": 1,
|
|
976
|
+
"visibility": "Public",
|
|
584
977
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerUpdateSqlGenerator",
|
|
585
978
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
586
979
|
}
|