@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
|
@@ -17,6 +17,28 @@
|
|
|
17
17
|
"isSealed": true,
|
|
18
18
|
"isStatic": false,
|
|
19
19
|
"arity": 0,
|
|
20
|
+
"baseType": {
|
|
21
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
22
|
+
"clrName": "System.Enum"
|
|
23
|
+
},
|
|
24
|
+
"interfaces": [
|
|
25
|
+
{
|
|
26
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
27
|
+
"clrName": "System.IComparable"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
31
|
+
"clrName": "System.ISpanFormattable"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
35
|
+
"clrName": "System.IFormattable"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
39
|
+
"clrName": "System.IConvertible"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
20
42
|
"methods": [],
|
|
21
43
|
"properties": [],
|
|
22
44
|
"fields": [
|
|
@@ -28,6 +50,7 @@
|
|
|
28
50
|
"isStatic": false,
|
|
29
51
|
"isReadOnly": false,
|
|
30
52
|
"isLiteral": false,
|
|
53
|
+
"visibility": "Public",
|
|
31
54
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy",
|
|
32
55
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
33
56
|
},
|
|
@@ -39,6 +62,7 @@
|
|
|
39
62
|
"isStatic": true,
|
|
40
63
|
"isReadOnly": false,
|
|
41
64
|
"isLiteral": true,
|
|
65
|
+
"visibility": "Public",
|
|
42
66
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy",
|
|
43
67
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
44
68
|
},
|
|
@@ -50,6 +74,7 @@
|
|
|
50
74
|
"isStatic": true,
|
|
51
75
|
"isReadOnly": false,
|
|
52
76
|
"isLiteral": true,
|
|
77
|
+
"visibility": "Public",
|
|
53
78
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy",
|
|
54
79
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
55
80
|
},
|
|
@@ -61,6 +86,7 @@
|
|
|
61
86
|
"isStatic": true,
|
|
62
87
|
"isReadOnly": false,
|
|
63
88
|
"isLiteral": true,
|
|
89
|
+
"visibility": "Public",
|
|
64
90
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy",
|
|
65
91
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
66
92
|
},
|
|
@@ -72,6 +98,7 @@
|
|
|
72
98
|
"isStatic": true,
|
|
73
99
|
"isReadOnly": false,
|
|
74
100
|
"isLiteral": true,
|
|
101
|
+
"visibility": "Public",
|
|
75
102
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy",
|
|
76
103
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
77
104
|
}
|
|
@@ -17,6 +17,10 @@
|
|
|
17
17
|
"isSealed": false,
|
|
18
18
|
"isStatic": false,
|
|
19
19
|
"arity": 0,
|
|
20
|
+
"baseType": {
|
|
21
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
22
|
+
"clrName": "System.Object"
|
|
23
|
+
},
|
|
20
24
|
"methods": [
|
|
21
25
|
{
|
|
22
26
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder::HasColumnName(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder",
|
|
@@ -33,6 +37,7 @@
|
|
|
33
37
|
"isVirtual": true,
|
|
34
38
|
"isOverride": false,
|
|
35
39
|
"isSealed": false,
|
|
40
|
+
"visibility": "Public",
|
|
36
41
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder",
|
|
37
42
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
38
43
|
"isExtensionMethod": false
|
|
@@ -52,6 +57,7 @@
|
|
|
52
57
|
"isVirtual": true,
|
|
53
58
|
"isOverride": false,
|
|
54
59
|
"isSealed": false,
|
|
60
|
+
"visibility": "Public",
|
|
55
61
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder",
|
|
56
62
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
57
63
|
"isExtensionMethod": false
|
|
@@ -71,6 +77,7 @@
|
|
|
71
77
|
"isVirtual": true,
|
|
72
78
|
"isOverride": true,
|
|
73
79
|
"isSealed": false,
|
|
80
|
+
"visibility": "Public",
|
|
74
81
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder",
|
|
75
82
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
76
83
|
"isExtensionMethod": false
|
|
@@ -90,6 +97,7 @@
|
|
|
90
97
|
"isVirtual": true,
|
|
91
98
|
"isOverride": true,
|
|
92
99
|
"isSealed": false,
|
|
100
|
+
"visibility": "Public",
|
|
93
101
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder",
|
|
94
102
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
95
103
|
"isExtensionMethod": false
|
|
@@ -109,6 +117,7 @@
|
|
|
109
117
|
"isVirtual": true,
|
|
110
118
|
"isOverride": true,
|
|
111
119
|
"isSealed": false,
|
|
120
|
+
"visibility": "Public",
|
|
112
121
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder",
|
|
113
122
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
114
123
|
"isExtensionMethod": false
|
|
@@ -125,6 +134,7 @@
|
|
|
125
134
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder):void|static=false",
|
|
126
135
|
"isStatic": false,
|
|
127
136
|
"parameterCount": 1,
|
|
137
|
+
"visibility": "Public",
|
|
128
138
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalPeriodPropertyBuilder",
|
|
129
139
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
130
140
|
}
|
|
@@ -141,6 +151,10 @@
|
|
|
141
151
|
"isSealed": false,
|
|
142
152
|
"isStatic": false,
|
|
143
153
|
"arity": 0,
|
|
154
|
+
"baseType": {
|
|
155
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
156
|
+
"clrName": "System.Object"
|
|
157
|
+
},
|
|
144
158
|
"methods": [
|
|
145
159
|
{
|
|
146
160
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder::UseHistoryTable(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder",
|
|
@@ -157,6 +171,7 @@
|
|
|
157
171
|
"isVirtual": true,
|
|
158
172
|
"isOverride": false,
|
|
159
173
|
"isSealed": false,
|
|
174
|
+
"visibility": "Public",
|
|
160
175
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder",
|
|
161
176
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
162
177
|
"isExtensionMethod": false
|
|
@@ -176,6 +191,7 @@
|
|
|
176
191
|
"isVirtual": true,
|
|
177
192
|
"isOverride": false,
|
|
178
193
|
"isSealed": false,
|
|
194
|
+
"visibility": "Public",
|
|
179
195
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder",
|
|
180
196
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
181
197
|
"isExtensionMethod": false
|
|
@@ -195,6 +211,7 @@
|
|
|
195
211
|
"isVirtual": true,
|
|
196
212
|
"isOverride": false,
|
|
197
213
|
"isSealed": false,
|
|
214
|
+
"visibility": "Public",
|
|
198
215
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder",
|
|
199
216
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
200
217
|
"isExtensionMethod": false
|
|
@@ -214,6 +231,7 @@
|
|
|
214
231
|
"isVirtual": true,
|
|
215
232
|
"isOverride": false,
|
|
216
233
|
"isSealed": false,
|
|
234
|
+
"visibility": "Public",
|
|
217
235
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder",
|
|
218
236
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
219
237
|
"isExtensionMethod": false
|
|
@@ -233,6 +251,7 @@
|
|
|
233
251
|
"isVirtual": true,
|
|
234
252
|
"isOverride": true,
|
|
235
253
|
"isSealed": false,
|
|
254
|
+
"visibility": "Public",
|
|
236
255
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder",
|
|
237
256
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
238
257
|
"isExtensionMethod": false
|
|
@@ -252,6 +271,7 @@
|
|
|
252
271
|
"isVirtual": true,
|
|
253
272
|
"isOverride": true,
|
|
254
273
|
"isSealed": false,
|
|
274
|
+
"visibility": "Public",
|
|
255
275
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder",
|
|
256
276
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
257
277
|
"isExtensionMethod": false
|
|
@@ -271,6 +291,7 @@
|
|
|
271
291
|
"isVirtual": true,
|
|
272
292
|
"isOverride": true,
|
|
273
293
|
"isSealed": false,
|
|
294
|
+
"visibility": "Public",
|
|
274
295
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder",
|
|
275
296
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
276
297
|
"isExtensionMethod": false
|
|
@@ -287,6 +308,7 @@
|
|
|
287
308
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder):void|static=false",
|
|
288
309
|
"isStatic": false,
|
|
289
310
|
"parameterCount": 1,
|
|
311
|
+
"visibility": "Public",
|
|
290
312
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder",
|
|
291
313
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
292
314
|
}
|
|
@@ -303,6 +325,14 @@
|
|
|
303
325
|
"isSealed": false,
|
|
304
326
|
"isStatic": false,
|
|
305
327
|
"arity": 2,
|
|
328
|
+
"baseType": {
|
|
329
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder",
|
|
330
|
+
"clrName": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder"
|
|
331
|
+
},
|
|
332
|
+
"typeParameters": [
|
|
333
|
+
"TOwnerEntity",
|
|
334
|
+
"TDependentEntity"
|
|
335
|
+
],
|
|
306
336
|
"methods": [
|
|
307
337
|
{
|
|
308
338
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder\u00602::UseHistoryTable(System.String):OwnedNavigationTemporalTableBuilder_2",
|
|
@@ -319,6 +349,7 @@
|
|
|
319
349
|
"isVirtual": true,
|
|
320
350
|
"isOverride": false,
|
|
321
351
|
"isSealed": false,
|
|
352
|
+
"visibility": "Public",
|
|
322
353
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder\u00602",
|
|
323
354
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
324
355
|
"isExtensionMethod": false
|
|
@@ -338,6 +369,7 @@
|
|
|
338
369
|
"isVirtual": true,
|
|
339
370
|
"isOverride": false,
|
|
340
371
|
"isSealed": false,
|
|
372
|
+
"visibility": "Public",
|
|
341
373
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder\u00602",
|
|
342
374
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
343
375
|
"isExtensionMethod": false
|
|
@@ -357,6 +389,7 @@
|
|
|
357
389
|
"isVirtual": true,
|
|
358
390
|
"isOverride": false,
|
|
359
391
|
"isSealed": false,
|
|
392
|
+
"visibility": "Public",
|
|
360
393
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder\u00602",
|
|
361
394
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
362
395
|
"isExtensionMethod": false
|
|
@@ -376,6 +409,7 @@
|
|
|
376
409
|
"isVirtual": true,
|
|
377
410
|
"isOverride": false,
|
|
378
411
|
"isSealed": false,
|
|
412
|
+
"visibility": "Public",
|
|
379
413
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder\u00602",
|
|
380
414
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
381
415
|
"isExtensionMethod": false
|
|
@@ -392,6 +426,7 @@
|
|
|
392
426
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder):void|static=false",
|
|
393
427
|
"isStatic": false,
|
|
394
428
|
"parameterCount": 1,
|
|
429
|
+
"visibility": "Public",
|
|
395
430
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder\u00602",
|
|
396
431
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
397
432
|
}
|
|
@@ -408,6 +443,19 @@
|
|
|
408
443
|
"isSealed": false,
|
|
409
444
|
"isStatic": false,
|
|
410
445
|
"arity": 0,
|
|
446
|
+
"baseType": {
|
|
447
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
448
|
+
"clrName": "System.Object"
|
|
449
|
+
},
|
|
450
|
+
"interfaces": [
|
|
451
|
+
{
|
|
452
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure\u00601",
|
|
453
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure\u00601",
|
|
454
|
+
"typeArguments": [
|
|
455
|
+
"PropertyBuilder"
|
|
456
|
+
]
|
|
457
|
+
}
|
|
458
|
+
],
|
|
411
459
|
"methods": [
|
|
412
460
|
{
|
|
413
461
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder::HasColumnName(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder",
|
|
@@ -424,6 +472,7 @@
|
|
|
424
472
|
"isVirtual": true,
|
|
425
473
|
"isOverride": false,
|
|
426
474
|
"isSealed": false,
|
|
475
|
+
"visibility": "Public",
|
|
427
476
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder",
|
|
428
477
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
429
478
|
"isExtensionMethod": false
|
|
@@ -443,6 +492,7 @@
|
|
|
443
492
|
"isVirtual": true,
|
|
444
493
|
"isOverride": false,
|
|
445
494
|
"isSealed": false,
|
|
495
|
+
"visibility": "Public",
|
|
446
496
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder",
|
|
447
497
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
448
498
|
"isExtensionMethod": false
|
|
@@ -462,6 +512,7 @@
|
|
|
462
512
|
"isVirtual": true,
|
|
463
513
|
"isOverride": true,
|
|
464
514
|
"isSealed": false,
|
|
515
|
+
"visibility": "Public",
|
|
465
516
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder",
|
|
466
517
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
467
518
|
"isExtensionMethod": false
|
|
@@ -481,6 +532,7 @@
|
|
|
481
532
|
"isVirtual": true,
|
|
482
533
|
"isOverride": true,
|
|
483
534
|
"isSealed": false,
|
|
535
|
+
"visibility": "Public",
|
|
484
536
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder",
|
|
485
537
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
486
538
|
"isExtensionMethod": false
|
|
@@ -500,6 +552,7 @@
|
|
|
500
552
|
"isVirtual": true,
|
|
501
553
|
"isOverride": true,
|
|
502
554
|
"isSealed": false,
|
|
555
|
+
"visibility": "Public",
|
|
503
556
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder",
|
|
504
557
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
505
558
|
"isExtensionMethod": false
|
|
@@ -516,6 +569,7 @@
|
|
|
516
569
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder):void|static=false",
|
|
517
570
|
"isStatic": false,
|
|
518
571
|
"parameterCount": 1,
|
|
572
|
+
"visibility": "Public",
|
|
519
573
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalPeriodPropertyBuilder",
|
|
520
574
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
521
575
|
}
|
|
@@ -532,6 +586,10 @@
|
|
|
532
586
|
"isSealed": false,
|
|
533
587
|
"isStatic": false,
|
|
534
588
|
"arity": 0,
|
|
589
|
+
"baseType": {
|
|
590
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
591
|
+
"clrName": "System.Object"
|
|
592
|
+
},
|
|
535
593
|
"methods": [
|
|
536
594
|
{
|
|
537
595
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder::UseHistoryTable(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder",
|
|
@@ -548,6 +606,7 @@
|
|
|
548
606
|
"isVirtual": true,
|
|
549
607
|
"isOverride": false,
|
|
550
608
|
"isSealed": false,
|
|
609
|
+
"visibility": "Public",
|
|
551
610
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder",
|
|
552
611
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
553
612
|
"isExtensionMethod": false
|
|
@@ -567,6 +626,7 @@
|
|
|
567
626
|
"isVirtual": true,
|
|
568
627
|
"isOverride": false,
|
|
569
628
|
"isSealed": false,
|
|
629
|
+
"visibility": "Public",
|
|
570
630
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder",
|
|
571
631
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
572
632
|
"isExtensionMethod": false
|
|
@@ -586,6 +646,7 @@
|
|
|
586
646
|
"isVirtual": true,
|
|
587
647
|
"isOverride": false,
|
|
588
648
|
"isSealed": false,
|
|
649
|
+
"visibility": "Public",
|
|
589
650
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder",
|
|
590
651
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
591
652
|
"isExtensionMethod": false
|
|
@@ -605,6 +666,7 @@
|
|
|
605
666
|
"isVirtual": true,
|
|
606
667
|
"isOverride": false,
|
|
607
668
|
"isSealed": false,
|
|
669
|
+
"visibility": "Public",
|
|
608
670
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder",
|
|
609
671
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
610
672
|
"isExtensionMethod": false
|
|
@@ -624,6 +686,7 @@
|
|
|
624
686
|
"isVirtual": true,
|
|
625
687
|
"isOverride": true,
|
|
626
688
|
"isSealed": false,
|
|
689
|
+
"visibility": "Public",
|
|
627
690
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder",
|
|
628
691
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
629
692
|
"isExtensionMethod": false
|
|
@@ -643,6 +706,7 @@
|
|
|
643
706
|
"isVirtual": true,
|
|
644
707
|
"isOverride": true,
|
|
645
708
|
"isSealed": false,
|
|
709
|
+
"visibility": "Public",
|
|
646
710
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder",
|
|
647
711
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
648
712
|
"isExtensionMethod": false
|
|
@@ -662,6 +726,7 @@
|
|
|
662
726
|
"isVirtual": true,
|
|
663
727
|
"isOverride": true,
|
|
664
728
|
"isSealed": false,
|
|
729
|
+
"visibility": "Public",
|
|
665
730
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder",
|
|
666
731
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
667
732
|
"isExtensionMethod": false
|
|
@@ -678,6 +743,7 @@
|
|
|
678
743
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder):void|static=false",
|
|
679
744
|
"isStatic": false,
|
|
680
745
|
"parameterCount": 1,
|
|
746
|
+
"visibility": "Public",
|
|
681
747
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder",
|
|
682
748
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
683
749
|
}
|
|
@@ -694,6 +760,13 @@
|
|
|
694
760
|
"isSealed": false,
|
|
695
761
|
"isStatic": false,
|
|
696
762
|
"arity": 1,
|
|
763
|
+
"baseType": {
|
|
764
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder",
|
|
765
|
+
"clrName": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder"
|
|
766
|
+
},
|
|
767
|
+
"typeParameters": [
|
|
768
|
+
"TEntity"
|
|
769
|
+
],
|
|
697
770
|
"methods": [
|
|
698
771
|
{
|
|
699
772
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder\u00601::UseHistoryTable(System.String):TemporalTableBuilder_1",
|
|
@@ -710,6 +783,7 @@
|
|
|
710
783
|
"isVirtual": true,
|
|
711
784
|
"isOverride": false,
|
|
712
785
|
"isSealed": false,
|
|
786
|
+
"visibility": "Public",
|
|
713
787
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder\u00601",
|
|
714
788
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
715
789
|
"isExtensionMethod": false
|
|
@@ -729,6 +803,7 @@
|
|
|
729
803
|
"isVirtual": true,
|
|
730
804
|
"isOverride": false,
|
|
731
805
|
"isSealed": false,
|
|
806
|
+
"visibility": "Public",
|
|
732
807
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder\u00601",
|
|
733
808
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
734
809
|
"isExtensionMethod": false
|
|
@@ -748,6 +823,7 @@
|
|
|
748
823
|
"isVirtual": true,
|
|
749
824
|
"isOverride": false,
|
|
750
825
|
"isSealed": false,
|
|
826
|
+
"visibility": "Public",
|
|
751
827
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder\u00601",
|
|
752
828
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
753
829
|
"isExtensionMethod": false
|
|
@@ -767,6 +843,7 @@
|
|
|
767
843
|
"isVirtual": true,
|
|
768
844
|
"isOverride": false,
|
|
769
845
|
"isSealed": false,
|
|
846
|
+
"visibility": "Public",
|
|
770
847
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder\u00601",
|
|
771
848
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
772
849
|
"isExtensionMethod": false
|
|
@@ -783,6 +860,7 @@
|
|
|
783
860
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder):void|static=false",
|
|
784
861
|
"isStatic": false,
|
|
785
862
|
"parameterCount": 1,
|
|
863
|
+
"visibility": "Public",
|
|
786
864
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder\u00601",
|
|
787
865
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
788
866
|
}
|
|
@@ -63,6 +63,8 @@ export const OwnedNavigationTemporalTableBuilder_2: {
|
|
|
63
63
|
export type OwnedNavigationTemporalTableBuilder_2<TOwnerEntity, TDependentEntity> = OwnedNavigationTemporalTableBuilder_2$instance<TOwnerEntity, TDependentEntity>;
|
|
64
64
|
|
|
65
65
|
export interface TemporalPeriodPropertyBuilder$instance {
|
|
66
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
67
|
+
|
|
66
68
|
Equals(obj: unknown): boolean;
|
|
67
69
|
GetHashCode(): int;
|
|
68
70
|
HasColumnName(name: string): TemporalPeriodPropertyBuilder;
|