@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,28 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
20
|
+
"clrName": "System.Enum"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
25
|
+
"clrName": "System.IComparable"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
29
|
+
"clrName": "System.ISpanFormattable"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
33
|
+
"clrName": "System.IFormattable"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
37
|
+
"clrName": "System.IConvertible"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
18
40
|
"methods": [],
|
|
19
41
|
"properties": [],
|
|
20
42
|
"fields": [
|
|
@@ -26,6 +48,7 @@
|
|
|
26
48
|
"isStatic": false,
|
|
27
49
|
"isReadOnly": false,
|
|
28
50
|
"isLiteral": false,
|
|
51
|
+
"visibility": "Public",
|
|
29
52
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.SensitivityRank",
|
|
30
53
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
31
54
|
},
|
|
@@ -37,6 +60,7 @@
|
|
|
37
60
|
"isStatic": true,
|
|
38
61
|
"isReadOnly": false,
|
|
39
62
|
"isLiteral": true,
|
|
63
|
+
"visibility": "Public",
|
|
40
64
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.SensitivityRank",
|
|
41
65
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
42
66
|
},
|
|
@@ -48,6 +72,7 @@
|
|
|
48
72
|
"isStatic": true,
|
|
49
73
|
"isReadOnly": false,
|
|
50
74
|
"isLiteral": true,
|
|
75
|
+
"visibility": "Public",
|
|
51
76
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.SensitivityRank",
|
|
52
77
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
53
78
|
},
|
|
@@ -59,6 +84,7 @@
|
|
|
59
84
|
"isStatic": true,
|
|
60
85
|
"isReadOnly": false,
|
|
61
86
|
"isLiteral": true,
|
|
87
|
+
"visibility": "Public",
|
|
62
88
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.SensitivityRank",
|
|
63
89
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
64
90
|
},
|
|
@@ -70,6 +96,7 @@
|
|
|
70
96
|
"isStatic": true,
|
|
71
97
|
"isReadOnly": false,
|
|
72
98
|
"isLiteral": true,
|
|
99
|
+
"visibility": "Public",
|
|
73
100
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.SensitivityRank",
|
|
74
101
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
75
102
|
},
|
|
@@ -81,6 +108,7 @@
|
|
|
81
108
|
"isStatic": true,
|
|
82
109
|
"isReadOnly": false,
|
|
83
110
|
"isLiteral": true,
|
|
111
|
+
"visibility": "Public",
|
|
84
112
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.SensitivityRank",
|
|
85
113
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
86
114
|
},
|
|
@@ -92,6 +120,7 @@
|
|
|
92
120
|
"isStatic": true,
|
|
93
121
|
"isReadOnly": false,
|
|
94
122
|
"isLiteral": true,
|
|
123
|
+
"visibility": "Public",
|
|
95
124
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.SensitivityRank",
|
|
96
125
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
97
126
|
}
|
|
@@ -110,6 +139,10 @@
|
|
|
110
139
|
"isSealed": false,
|
|
111
140
|
"isStatic": false,
|
|
112
141
|
"arity": 0,
|
|
142
|
+
"baseType": {
|
|
143
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
144
|
+
"clrName": "System.Object"
|
|
145
|
+
},
|
|
113
146
|
"methods": [],
|
|
114
147
|
"properties": [
|
|
115
148
|
{
|
|
@@ -127,6 +160,7 @@
|
|
|
127
160
|
"isAbstract": false,
|
|
128
161
|
"isVirtual": false,
|
|
129
162
|
"isOverride": false,
|
|
163
|
+
"visibility": "Public",
|
|
130
164
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.ColumnSensitivity",
|
|
131
165
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
132
166
|
}
|
|
@@ -141,6 +175,7 @@
|
|
|
141
175
|
"normalizedSignature": "constructor|(System.Collections.Generic.IList_1[[Microsoft.Data.SqlClient.DataClassification.SensitivityProperty,Microsoft.Data.SqlClient,Version=6.0.0.0,Culture=neutral,PublicKeyToken=23ec7fc2d6eaa4a5]]):void|static=false",
|
|
142
176
|
"isStatic": false,
|
|
143
177
|
"parameterCount": 1,
|
|
178
|
+
"visibility": "Public",
|
|
144
179
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.ColumnSensitivity",
|
|
145
180
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
146
181
|
}
|
|
@@ -157,6 +192,10 @@
|
|
|
157
192
|
"isSealed": false,
|
|
158
193
|
"isStatic": false,
|
|
159
194
|
"arity": 0,
|
|
195
|
+
"baseType": {
|
|
196
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
197
|
+
"clrName": "System.Object"
|
|
198
|
+
},
|
|
160
199
|
"methods": [],
|
|
161
200
|
"properties": [
|
|
162
201
|
{
|
|
@@ -174,6 +213,7 @@
|
|
|
174
213
|
"isAbstract": false,
|
|
175
214
|
"isVirtual": false,
|
|
176
215
|
"isOverride": false,
|
|
216
|
+
"visibility": "Public",
|
|
177
217
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.InformationType",
|
|
178
218
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
179
219
|
},
|
|
@@ -192,6 +232,7 @@
|
|
|
192
232
|
"isAbstract": false,
|
|
193
233
|
"isVirtual": false,
|
|
194
234
|
"isOverride": false,
|
|
235
|
+
"visibility": "Public",
|
|
195
236
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.InformationType",
|
|
196
237
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
197
238
|
}
|
|
@@ -206,6 +247,7 @@
|
|
|
206
247
|
"normalizedSignature": "constructor|(System.String,System.String):void|static=false",
|
|
207
248
|
"isStatic": false,
|
|
208
249
|
"parameterCount": 2,
|
|
250
|
+
"visibility": "Public",
|
|
209
251
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.InformationType",
|
|
210
252
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
211
253
|
}
|
|
@@ -222,6 +264,10 @@
|
|
|
222
264
|
"isSealed": false,
|
|
223
265
|
"isStatic": false,
|
|
224
266
|
"arity": 0,
|
|
267
|
+
"baseType": {
|
|
268
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
269
|
+
"clrName": "System.Object"
|
|
270
|
+
},
|
|
225
271
|
"methods": [],
|
|
226
272
|
"properties": [
|
|
227
273
|
{
|
|
@@ -239,6 +285,7 @@
|
|
|
239
285
|
"isAbstract": false,
|
|
240
286
|
"isVirtual": false,
|
|
241
287
|
"isOverride": false,
|
|
288
|
+
"visibility": "Public",
|
|
242
289
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.Label",
|
|
243
290
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
244
291
|
},
|
|
@@ -257,6 +304,7 @@
|
|
|
257
304
|
"isAbstract": false,
|
|
258
305
|
"isVirtual": false,
|
|
259
306
|
"isOverride": false,
|
|
307
|
+
"visibility": "Public",
|
|
260
308
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.Label",
|
|
261
309
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
262
310
|
}
|
|
@@ -271,6 +319,7 @@
|
|
|
271
319
|
"normalizedSignature": "constructor|(System.String,System.String):void|static=false",
|
|
272
320
|
"isStatic": false,
|
|
273
321
|
"parameterCount": 2,
|
|
322
|
+
"visibility": "Public",
|
|
274
323
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.Label",
|
|
275
324
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
276
325
|
}
|
|
@@ -287,6 +336,10 @@
|
|
|
287
336
|
"isSealed": false,
|
|
288
337
|
"isStatic": false,
|
|
289
338
|
"arity": 0,
|
|
339
|
+
"baseType": {
|
|
340
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
341
|
+
"clrName": "System.Object"
|
|
342
|
+
},
|
|
290
343
|
"methods": [],
|
|
291
344
|
"properties": [
|
|
292
345
|
{
|
|
@@ -304,6 +357,7 @@
|
|
|
304
357
|
"isAbstract": false,
|
|
305
358
|
"isVirtual": false,
|
|
306
359
|
"isOverride": false,
|
|
360
|
+
"visibility": "Public",
|
|
307
361
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.SensitivityClassification",
|
|
308
362
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
309
363
|
},
|
|
@@ -322,6 +376,7 @@
|
|
|
322
376
|
"isAbstract": false,
|
|
323
377
|
"isVirtual": false,
|
|
324
378
|
"isOverride": false,
|
|
379
|
+
"visibility": "Public",
|
|
325
380
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.SensitivityClassification",
|
|
326
381
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
327
382
|
},
|
|
@@ -340,6 +395,7 @@
|
|
|
340
395
|
"isAbstract": false,
|
|
341
396
|
"isVirtual": false,
|
|
342
397
|
"isOverride": false,
|
|
398
|
+
"visibility": "Public",
|
|
343
399
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.SensitivityClassification",
|
|
344
400
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
345
401
|
},
|
|
@@ -358,6 +414,7 @@
|
|
|
358
414
|
"isAbstract": false,
|
|
359
415
|
"isVirtual": false,
|
|
360
416
|
"isOverride": false,
|
|
417
|
+
"visibility": "Public",
|
|
361
418
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.SensitivityClassification",
|
|
362
419
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
363
420
|
}
|
|
@@ -372,6 +429,7 @@
|
|
|
372
429
|
"normalizedSignature": "constructor|(System.Collections.Generic.IList_1[[Microsoft.Data.SqlClient.DataClassification.Label,Microsoft.Data.SqlClient,Version=6.0.0.0,Culture=neutral,PublicKeyToken=23ec7fc2d6eaa4a5]],System.Collections.Generic.IList_1[[Microsoft.Data.SqlClient.DataClassification.InformationType,Microsoft.Data.SqlClient,Version=6.0.0.0,Culture=neutral,PublicKeyToken=23ec7fc2d6eaa4a5]],System.Collections.Generic.IList_1[[Microsoft.Data.SqlClient.DataClassification.ColumnSensitivity,Microsoft.Data.SqlClient,Version=6.0.0.0,Culture=neutral,PublicKeyToken=23ec7fc2d6eaa4a5]],Microsoft.Data.SqlClient.DataClassification.SensitivityRank):void|static=false",
|
|
373
430
|
"isStatic": false,
|
|
374
431
|
"parameterCount": 4,
|
|
432
|
+
"visibility": "Public",
|
|
375
433
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.SensitivityClassification",
|
|
376
434
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
377
435
|
}
|
|
@@ -388,6 +446,10 @@
|
|
|
388
446
|
"isSealed": false,
|
|
389
447
|
"isStatic": false,
|
|
390
448
|
"arity": 0,
|
|
449
|
+
"baseType": {
|
|
450
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
451
|
+
"clrName": "System.Object"
|
|
452
|
+
},
|
|
391
453
|
"methods": [],
|
|
392
454
|
"properties": [
|
|
393
455
|
{
|
|
@@ -405,6 +467,7 @@
|
|
|
405
467
|
"isAbstract": false,
|
|
406
468
|
"isVirtual": false,
|
|
407
469
|
"isOverride": false,
|
|
470
|
+
"visibility": "Public",
|
|
408
471
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.SensitivityProperty",
|
|
409
472
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
410
473
|
},
|
|
@@ -423,6 +486,7 @@
|
|
|
423
486
|
"isAbstract": false,
|
|
424
487
|
"isVirtual": false,
|
|
425
488
|
"isOverride": false,
|
|
489
|
+
"visibility": "Public",
|
|
426
490
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.SensitivityProperty",
|
|
427
491
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
428
492
|
},
|
|
@@ -441,6 +505,7 @@
|
|
|
441
505
|
"isAbstract": false,
|
|
442
506
|
"isVirtual": false,
|
|
443
507
|
"isOverride": false,
|
|
508
|
+
"visibility": "Public",
|
|
444
509
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.SensitivityProperty",
|
|
445
510
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
446
511
|
}
|
|
@@ -455,6 +520,7 @@
|
|
|
455
520
|
"normalizedSignature": "constructor|(Microsoft.Data.SqlClient.DataClassification.Label,Microsoft.Data.SqlClient.DataClassification.InformationType,Microsoft.Data.SqlClient.DataClassification.SensitivityRank):void|static=false",
|
|
456
521
|
"isStatic": false,
|
|
457
522
|
"parameterCount": 3,
|
|
523
|
+
"visibility": "Public",
|
|
458
524
|
"declaringClrType": "Microsoft.Data.SqlClient.DataClassification.SensitivityProperty",
|
|
459
525
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
460
526
|
}
|