@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.
Files changed (166) hide show
  1. package/Azure/bindings.json +686 -17
  2. package/Azure/internal/index.d.ts +37 -15
  3. package/Azure.Core/bindings.json +1048 -19
  4. package/Azure.Core/internal/index.d.ts +61 -23
  5. package/Azure.Core.Cryptography/bindings.json +5 -0
  6. package/Azure.Core.Cryptography/internal/index.d.ts +4 -0
  7. package/Azure.Core.Diagnostics/bindings.json +56 -0
  8. package/Azure.Core.Diagnostics/internal/index.d.ts +6 -2
  9. package/Azure.Core.Diagnostics.d.ts +2 -2
  10. package/Azure.Core.Extensions/bindings.json +17 -0
  11. package/Azure.Core.Extensions/internal/index.d.ts +8 -0
  12. package/Azure.Core.GeoJson/bindings.json +362 -0
  13. package/Azure.Core.GeoJson/internal/index.d.ts +43 -7
  14. package/Azure.Core.Pipeline/bindings.json +450 -3
  15. package/Azure.Core.Pipeline/internal/index.d.ts +24 -9
  16. package/Azure.Core.Pipeline.d.ts +2 -2
  17. package/Azure.Core.Serialization/bindings.json +89 -1
  18. package/Azure.Core.Serialization/internal/index.d.ts +8 -2
  19. package/Azure.Core.d.ts +1 -1
  20. package/Azure.Identity/bindings.json +1039 -58
  21. package/Azure.Identity/internal/index.d.ts +97 -35
  22. package/Azure.Identity.d.ts +1 -1
  23. package/Azure.Messaging/bindings.json +69 -0
  24. package/Azure.Messaging/internal/index.d.ts +6 -5
  25. package/Azure.d.ts +1 -1
  26. package/Microsoft.Data/bindings.json +16 -0
  27. package/Microsoft.Data/internal/index.d.ts +2 -1
  28. package/Microsoft.Data.Sql/bindings.json +16 -0
  29. package/Microsoft.Data.SqlClient/bindings.json +2482 -38
  30. package/Microsoft.Data.SqlClient/internal/index.d.ts +140 -38
  31. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
  32. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
  33. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +90 -15
  34. package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
  35. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +2 -0
  36. package/Microsoft.Data.SqlTypes/bindings.json +73 -0
  37. package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -1
  38. package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
  39. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +6 -1
  40. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
  41. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
  42. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +11 -1
  43. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
  44. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
  45. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +2 -0
  46. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
  47. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +87 -2
  48. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
  49. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
  50. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
  51. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
  52. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +53 -5
  53. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
  54. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +9 -1
  55. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +9 -5
  56. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
  57. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +9 -1
  58. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
  59. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
  60. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
  61. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
  62. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
  63. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -8
  64. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
  65. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
  66. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
  67. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +2 -0
  68. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
  69. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +11 -1
  70. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
  71. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
  72. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +183 -9
  73. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
  74. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +6 -2
  75. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
  76. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
  77. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
  78. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +4 -0
  79. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
  80. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
  81. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +102 -8
  82. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
  83. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
  84. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +33 -3
  85. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
  86. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
  87. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +21 -1
  88. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
  89. package/Microsoft.EntityFrameworkCore.d.ts +4 -1
  90. package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
  91. package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
  92. package/Microsoft.Identity.Client/bindings.json +1941 -39
  93. package/Microsoft.Identity.Client/internal/index.d.ts +113 -47
  94. package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
  95. package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
  96. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +0 -1
  97. package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
  98. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +2 -0
  99. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
  100. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +2 -0
  101. package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
  102. package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
  103. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +7 -5
  104. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
  105. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +5 -4
  106. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
  107. package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
  108. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +1 -1
  109. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
  110. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
  111. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -1
  112. package/Microsoft.Identity.Client.RP/bindings.json +10 -0
  113. package/Microsoft.Identity.Client.Region/bindings.json +29 -0
  114. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
  115. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
  116. package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
  117. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +0 -1
  118. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
  119. package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
  120. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +13 -6
  121. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
  122. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +11 -6
  123. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
  124. package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
  125. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +9 -3
  126. package/Microsoft.IdentityModel.Logging.d.ts +1 -1
  127. package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
  128. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +17 -1
  129. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
  130. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -1
  131. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
  132. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
  133. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +19 -3
  134. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
  135. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -0
  136. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
  137. package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
  138. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +145 -44
  139. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
  140. package/Microsoft.IdentityModel.Tokens.d.ts +4 -1
  141. package/Microsoft.SqlServer.Server/bindings.json +144 -0
  142. package/Microsoft.SqlServer.Server/internal/index.d.ts +4 -1
  143. package/System/bindings.json +63 -0
  144. package/System.ClientModel/bindings.json +256 -11
  145. package/System.ClientModel/internal/index.d.ts +21 -12
  146. package/System.ClientModel.Primitives/bindings.json +1673 -120
  147. package/System.ClientModel.Primitives/internal/index.d.ts +101 -32
  148. package/System.ClientModel.Primitives.d.ts +5 -2
  149. package/System.Configuration/bindings.json +5382 -321
  150. package/System.Configuration/internal/index.d.ts +292 -59
  151. package/System.Configuration.Internal/bindings.json +193 -1
  152. package/System.Configuration.Internal/internal/index.d.ts +23 -2
  153. package/System.Configuration.Provider/bindings.json +69 -1
  154. package/System.Configuration.Provider/internal/index.d.ts +8 -3
  155. package/System.Configuration.Provider.d.ts +1 -1
  156. package/System.Configuration.d.ts +3 -3
  157. package/System.Diagnostics/bindings.json +5 -0
  158. package/System.Drawing.Configuration/bindings.json +25 -0
  159. package/System.Drawing.Configuration/internal/index.d.ts +6 -2
  160. package/System.Drawing.Configuration.d.ts +5 -2
  161. package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
  162. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +56 -20
  163. package/System.Security.Cryptography/bindings.json +31 -0
  164. package/System.Text.Json.Serialization/bindings.json +10 -0
  165. package/__internal/extensions/index.d.ts +915 -14
  166. package/package.json +1 -1
@@ -15,6 +15,10 @@
15
15
  "isSealed": false,
16
16
  "isStatic": false,
17
17
  "arity": 0,
18
+ "baseType": {
19
+ "stableId": "System.Private.CoreLib:System.Object",
20
+ "clrName": "System.Object"
21
+ },
18
22
  "methods": [],
19
23
  "properties": [
20
24
  {
@@ -32,6 +36,7 @@
32
36
  "isAbstract": false,
33
37
  "isVirtual": false,
34
38
  "isOverride": false,
39
+ "visibility": "Public",
35
40
  "declaringClrType": "Microsoft.IdentityModel.Tokens.Configuration.LKGConfigurationCacheOptions",
36
41
  "declaringAssemblyName": "Microsoft.IdentityModel.Tokens"
37
42
  },
@@ -50,6 +55,7 @@
50
55
  "isAbstract": false,
51
56
  "isVirtual": false,
52
57
  "isOverride": false,
58
+ "visibility": "Public",
53
59
  "declaringClrType": "Microsoft.IdentityModel.Tokens.Configuration.LKGConfigurationCacheOptions",
54
60
  "declaringAssemblyName": "Microsoft.IdentityModel.Tokens"
55
61
  },
@@ -68,6 +74,7 @@
68
74
  "isAbstract": false,
69
75
  "isVirtual": false,
70
76
  "isOverride": false,
77
+ "visibility": "Public",
71
78
  "declaringClrType": "Microsoft.IdentityModel.Tokens.Configuration.LKGConfigurationCacheOptions",
72
79
  "declaringAssemblyName": "Microsoft.IdentityModel.Tokens"
73
80
  },
@@ -86,6 +93,7 @@
86
93
  "isAbstract": false,
87
94
  "isVirtual": false,
88
95
  "isOverride": false,
96
+ "visibility": "Public",
89
97
  "declaringClrType": "Microsoft.IdentityModel.Tokens.Configuration.LKGConfigurationCacheOptions",
90
98
  "declaringAssemblyName": "Microsoft.IdentityModel.Tokens"
91
99
  }
@@ -99,6 +107,7 @@
99
107
  "isStatic": true,
100
108
  "isReadOnly": true,
101
109
  "isLiteral": false,
110
+ "visibility": "Public",
102
111
  "declaringClrType": "Microsoft.IdentityModel.Tokens.Configuration.LKGConfigurationCacheOptions",
103
112
  "declaringAssemblyName": "Microsoft.IdentityModel.Tokens"
104
113
  }
@@ -112,6 +121,7 @@
112
121
  "normalizedSignature": "constructor|():void|static=false",
113
122
  "isStatic": false,
114
123
  "parameterCount": 0,
124
+ "visibility": "Public",
115
125
  "declaringClrType": "Microsoft.IdentityModel.Tokens.Configuration.LKGConfigurationCacheOptions",
116
126
  "declaringAssemblyName": "Microsoft.IdentityModel.Tokens"
117
127
  }
@@ -13,7 +13,7 @@ import type { CompressionLevel } from '@tsonic/dotnet/System.IO.Compression.js';
13
13
  import type { ArgumentException, AsyncCallback, Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeKind, Enum, Exception, Func, Guid, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Nullable, Object as ClrObject, ReadOnlySpan, Span, String as ClrString, TimeSpan, Type, Uri, Void } from '@tsonic/dotnet/System.js';
14
14
  import type { ISerializable, SerializationInfo, StreamingContext } from '@tsonic/dotnet/System.Runtime.Serialization.js';
15
15
  import type { Claim, ClaimsIdentity, ClaimsPrincipal } from '@tsonic/dotnet/System.Security.Claims.js';
16
- import type { AsymmetricAlgorithm, ECDsa, HashAlgorithm, HashAlgorithmName, KeyedHashAlgorithm, RSA, RSAParameters } from '@tsonic/dotnet/System.Security.Cryptography.js';
16
+ import type { AsymmetricAlgorithm, ECDsa, HashAlgorithm, HashAlgorithmName, KeyedHashAlgorithm, RSA, RSAParameters, SymmetricAlgorithm } from '@tsonic/dotnet/System.Security.Cryptography.js';
17
17
  import type { X509Certificate2 } from '@tsonic/dotnet/System.Security.Cryptography.X509Certificates.js';
18
18
  import type { IIdentity } from '@tsonic/dotnet/System.Security.Principal.js';
19
19
  import type { CancellationToken } from '@tsonic/dotnet/System.Threading.js';
@@ -121,3 +121,6 @@ export { Validators$instance as Validators } from './Microsoft.IdentityModel.Tok
121
121
  export { X509EncryptingCredentials as X509EncryptingCredentials } from './Microsoft.IdentityModel.Tokens/internal/index.js';
122
122
  export { X509SecurityKey as X509SecurityKey } from './Microsoft.IdentityModel.Tokens/internal/index.js';
123
123
  export { X509SigningCredentials as X509SigningCredentials } from './Microsoft.IdentityModel.Tokens/internal/index.js';
124
+ // Extension methods (C# using semantics)
125
+ export type { ExtensionMethods_Microsoft_IdentityModel_Tokens as ExtensionMethods } from './__internal/extensions/index.js';
126
+
@@ -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.SqlServer.Server.DataAccessKind",
30
53
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
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.SqlServer.Server.DataAccessKind",
41
65
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
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.SqlServer.Server.DataAccessKind",
52
77
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
53
78
  }
@@ -66,6 +91,28 @@
66
91
  "isSealed": true,
67
92
  "isStatic": false,
68
93
  "arity": 0,
94
+ "baseType": {
95
+ "stableId": "System.Private.CoreLib:System.Enum",
96
+ "clrName": "System.Enum"
97
+ },
98
+ "interfaces": [
99
+ {
100
+ "stableId": "System.Private.CoreLib:System.IComparable",
101
+ "clrName": "System.IComparable"
102
+ },
103
+ {
104
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
105
+ "clrName": "System.ISpanFormattable"
106
+ },
107
+ {
108
+ "stableId": "System.Private.CoreLib:System.IFormattable",
109
+ "clrName": "System.IFormattable"
110
+ },
111
+ {
112
+ "stableId": "System.Private.CoreLib:System.IConvertible",
113
+ "clrName": "System.IConvertible"
114
+ }
115
+ ],
69
116
  "methods": [],
70
117
  "properties": [],
71
118
  "fields": [
@@ -77,6 +124,7 @@
77
124
  "isStatic": false,
78
125
  "isReadOnly": false,
79
126
  "isLiteral": false,
127
+ "visibility": "Public",
80
128
  "declaringClrType": "Microsoft.SqlServer.Server.Format",
81
129
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
82
130
  },
@@ -88,6 +136,7 @@
88
136
  "isStatic": true,
89
137
  "isReadOnly": false,
90
138
  "isLiteral": true,
139
+ "visibility": "Public",
91
140
  "declaringClrType": "Microsoft.SqlServer.Server.Format",
92
141
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
93
142
  },
@@ -99,6 +148,7 @@
99
148
  "isStatic": true,
100
149
  "isReadOnly": false,
101
150
  "isLiteral": true,
151
+ "visibility": "Public",
102
152
  "declaringClrType": "Microsoft.SqlServer.Server.Format",
103
153
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
104
154
  },
@@ -110,6 +160,7 @@
110
160
  "isStatic": true,
111
161
  "isReadOnly": false,
112
162
  "isLiteral": true,
163
+ "visibility": "Public",
113
164
  "declaringClrType": "Microsoft.SqlServer.Server.Format",
114
165
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
115
166
  }
@@ -128,6 +179,28 @@
128
179
  "isSealed": true,
129
180
  "isStatic": false,
130
181
  "arity": 0,
182
+ "baseType": {
183
+ "stableId": "System.Private.CoreLib:System.Enum",
184
+ "clrName": "System.Enum"
185
+ },
186
+ "interfaces": [
187
+ {
188
+ "stableId": "System.Private.CoreLib:System.IComparable",
189
+ "clrName": "System.IComparable"
190
+ },
191
+ {
192
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
193
+ "clrName": "System.ISpanFormattable"
194
+ },
195
+ {
196
+ "stableId": "System.Private.CoreLib:System.IFormattable",
197
+ "clrName": "System.IFormattable"
198
+ },
199
+ {
200
+ "stableId": "System.Private.CoreLib:System.IConvertible",
201
+ "clrName": "System.IConvertible"
202
+ }
203
+ ],
131
204
  "methods": [],
132
205
  "properties": [],
133
206
  "fields": [
@@ -139,6 +212,7 @@
139
212
  "isStatic": false,
140
213
  "isReadOnly": false,
141
214
  "isLiteral": false,
215
+ "visibility": "Public",
142
216
  "declaringClrType": "Microsoft.SqlServer.Server.SystemDataAccessKind",
143
217
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
144
218
  },
@@ -150,6 +224,7 @@
150
224
  "isStatic": true,
151
225
  "isReadOnly": false,
152
226
  "isLiteral": true,
227
+ "visibility": "Public",
153
228
  "declaringClrType": "Microsoft.SqlServer.Server.SystemDataAccessKind",
154
229
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
155
230
  },
@@ -161,6 +236,7 @@
161
236
  "isStatic": true,
162
237
  "isReadOnly": false,
163
238
  "isLiteral": true,
239
+ "visibility": "Public",
164
240
  "declaringClrType": "Microsoft.SqlServer.Server.SystemDataAccessKind",
165
241
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
166
242
  }
@@ -195,6 +271,7 @@
195
271
  "isVirtual": true,
196
272
  "isOverride": false,
197
273
  "isSealed": false,
274
+ "visibility": "Public",
198
275
  "declaringClrType": "Microsoft.SqlServer.Server.IBinarySerialize",
199
276
  "declaringAssemblyName": "Microsoft.SqlServer.Server",
200
277
  "isExtensionMethod": false
@@ -214,6 +291,7 @@
214
291
  "isVirtual": true,
215
292
  "isOverride": false,
216
293
  "isSealed": false,
294
+ "visibility": "Public",
217
295
  "declaringClrType": "Microsoft.SqlServer.Server.IBinarySerialize",
218
296
  "declaringAssemblyName": "Microsoft.SqlServer.Server",
219
297
  "isExtensionMethod": false
@@ -235,6 +313,16 @@
235
313
  "isSealed": true,
236
314
  "isStatic": false,
237
315
  "arity": 0,
316
+ "baseType": {
317
+ "stableId": "System.Private.CoreLib:System.SystemException",
318
+ "clrName": "System.SystemException"
319
+ },
320
+ "interfaces": [
321
+ {
322
+ "stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
323
+ "clrName": "System.Runtime.Serialization.ISerializable"
324
+ }
325
+ ],
238
326
  "methods": [
239
327
  {
240
328
  "stableId": "Microsoft.SqlServer.Server:Microsoft.SqlServer.Server.InvalidUdtException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
@@ -251,6 +339,7 @@
251
339
  "isVirtual": true,
252
340
  "isOverride": true,
253
341
  "isSealed": false,
342
+ "visibility": "Public",
254
343
  "declaringClrType": "Microsoft.SqlServer.Server.InvalidUdtException",
255
344
  "declaringAssemblyName": "Microsoft.SqlServer.Server",
256
345
  "isExtensionMethod": false
@@ -270,6 +359,7 @@
270
359
  "isVirtual": false,
271
360
  "isOverride": false,
272
361
  "isSealed": false,
362
+ "visibility": "Public",
273
363
  "declaringClrType": "Microsoft.SqlServer.Server.InvalidUdtException",
274
364
  "declaringAssemblyName": "Microsoft.SqlServer.Server",
275
365
  "isExtensionMethod": false
@@ -291,6 +381,10 @@
291
381
  "isSealed": false,
292
382
  "isStatic": false,
293
383
  "arity": 0,
384
+ "baseType": {
385
+ "stableId": "System.Private.CoreLib:System.Attribute",
386
+ "clrName": "System.Attribute"
387
+ },
294
388
  "methods": [],
295
389
  "properties": [
296
390
  {
@@ -308,6 +402,7 @@
308
402
  "isAbstract": false,
309
403
  "isVirtual": false,
310
404
  "isOverride": false,
405
+ "visibility": "Public",
311
406
  "declaringClrType": "Microsoft.SqlServer.Server.SqlFacetAttribute",
312
407
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
313
408
  },
@@ -326,6 +421,7 @@
326
421
  "isAbstract": false,
327
422
  "isVirtual": false,
328
423
  "isOverride": false,
424
+ "visibility": "Public",
329
425
  "declaringClrType": "Microsoft.SqlServer.Server.SqlFacetAttribute",
330
426
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
331
427
  },
@@ -344,6 +440,7 @@
344
440
  "isAbstract": false,
345
441
  "isVirtual": false,
346
442
  "isOverride": false,
443
+ "visibility": "Public",
347
444
  "declaringClrType": "Microsoft.SqlServer.Server.SqlFacetAttribute",
348
445
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
349
446
  },
@@ -362,6 +459,7 @@
362
459
  "isAbstract": false,
363
460
  "isVirtual": false,
364
461
  "isOverride": false,
462
+ "visibility": "Public",
365
463
  "declaringClrType": "Microsoft.SqlServer.Server.SqlFacetAttribute",
366
464
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
367
465
  },
@@ -380,6 +478,7 @@
380
478
  "isAbstract": false,
381
479
  "isVirtual": false,
382
480
  "isOverride": false,
481
+ "visibility": "Public",
383
482
  "declaringClrType": "Microsoft.SqlServer.Server.SqlFacetAttribute",
384
483
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
385
484
  }
@@ -394,6 +493,7 @@
394
493
  "normalizedSignature": "constructor|():void|static=false",
395
494
  "isStatic": false,
396
495
  "parameterCount": 0,
496
+ "visibility": "Public",
397
497
  "declaringClrType": "Microsoft.SqlServer.Server.SqlFacetAttribute",
398
498
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
399
499
  }
@@ -410,6 +510,10 @@
410
510
  "isSealed": false,
411
511
  "isStatic": false,
412
512
  "arity": 0,
513
+ "baseType": {
514
+ "stableId": "System.Private.CoreLib:System.Attribute",
515
+ "clrName": "System.Attribute"
516
+ },
413
517
  "methods": [],
414
518
  "properties": [
415
519
  {
@@ -427,6 +531,7 @@
427
531
  "isAbstract": false,
428
532
  "isVirtual": false,
429
533
  "isOverride": false,
534
+ "visibility": "Public",
430
535
  "declaringClrType": "Microsoft.SqlServer.Server.SqlFunctionAttribute",
431
536
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
432
537
  },
@@ -445,6 +550,7 @@
445
550
  "isAbstract": false,
446
551
  "isVirtual": false,
447
552
  "isOverride": false,
553
+ "visibility": "Public",
448
554
  "declaringClrType": "Microsoft.SqlServer.Server.SqlFunctionAttribute",
449
555
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
450
556
  },
@@ -463,6 +569,7 @@
463
569
  "isAbstract": false,
464
570
  "isVirtual": false,
465
571
  "isOverride": false,
572
+ "visibility": "Public",
466
573
  "declaringClrType": "Microsoft.SqlServer.Server.SqlFunctionAttribute",
467
574
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
468
575
  },
@@ -481,6 +588,7 @@
481
588
  "isAbstract": false,
482
589
  "isVirtual": false,
483
590
  "isOverride": false,
591
+ "visibility": "Public",
484
592
  "declaringClrType": "Microsoft.SqlServer.Server.SqlFunctionAttribute",
485
593
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
486
594
  },
@@ -499,6 +607,7 @@
499
607
  "isAbstract": false,
500
608
  "isVirtual": false,
501
609
  "isOverride": false,
610
+ "visibility": "Public",
502
611
  "declaringClrType": "Microsoft.SqlServer.Server.SqlFunctionAttribute",
503
612
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
504
613
  },
@@ -517,6 +626,7 @@
517
626
  "isAbstract": false,
518
627
  "isVirtual": false,
519
628
  "isOverride": false,
629
+ "visibility": "Public",
520
630
  "declaringClrType": "Microsoft.SqlServer.Server.SqlFunctionAttribute",
521
631
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
522
632
  },
@@ -535,6 +645,7 @@
535
645
  "isAbstract": false,
536
646
  "isVirtual": false,
537
647
  "isOverride": false,
648
+ "visibility": "Public",
538
649
  "declaringClrType": "Microsoft.SqlServer.Server.SqlFunctionAttribute",
539
650
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
540
651
  }
@@ -549,6 +660,7 @@
549
660
  "normalizedSignature": "constructor|():void|static=false",
550
661
  "isStatic": false,
551
662
  "parameterCount": 0,
663
+ "visibility": "Public",
552
664
  "declaringClrType": "Microsoft.SqlServer.Server.SqlFunctionAttribute",
553
665
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
554
666
  }
@@ -565,6 +677,10 @@
565
677
  "isSealed": true,
566
678
  "isStatic": false,
567
679
  "arity": 0,
680
+ "baseType": {
681
+ "stableId": "Microsoft.SqlServer.Server:Microsoft.SqlServer.Server.SqlFunctionAttribute",
682
+ "clrName": "Microsoft.SqlServer.Server.SqlFunctionAttribute"
683
+ },
568
684
  "methods": [],
569
685
  "properties": [
570
686
  {
@@ -582,6 +698,7 @@
582
698
  "isAbstract": false,
583
699
  "isVirtual": false,
584
700
  "isOverride": false,
701
+ "visibility": "Public",
585
702
  "declaringClrType": "Microsoft.SqlServer.Server.SqlMethodAttribute",
586
703
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
587
704
  },
@@ -600,6 +717,7 @@
600
717
  "isAbstract": false,
601
718
  "isVirtual": false,
602
719
  "isOverride": false,
720
+ "visibility": "Public",
603
721
  "declaringClrType": "Microsoft.SqlServer.Server.SqlMethodAttribute",
604
722
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
605
723
  },
@@ -618,6 +736,7 @@
618
736
  "isAbstract": false,
619
737
  "isVirtual": false,
620
738
  "isOverride": false,
739
+ "visibility": "Public",
621
740
  "declaringClrType": "Microsoft.SqlServer.Server.SqlMethodAttribute",
622
741
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
623
742
  }
@@ -632,6 +751,7 @@
632
751
  "normalizedSignature": "constructor|():void|static=false",
633
752
  "isStatic": false,
634
753
  "parameterCount": 0,
754
+ "visibility": "Public",
635
755
  "declaringClrType": "Microsoft.SqlServer.Server.SqlMethodAttribute",
636
756
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
637
757
  }
@@ -648,6 +768,10 @@
648
768
  "isSealed": true,
649
769
  "isStatic": false,
650
770
  "arity": 0,
771
+ "baseType": {
772
+ "stableId": "System.Private.CoreLib:System.Attribute",
773
+ "clrName": "System.Attribute"
774
+ },
651
775
  "methods": [],
652
776
  "properties": [
653
777
  {
@@ -665,6 +789,7 @@
665
789
  "isAbstract": false,
666
790
  "isVirtual": false,
667
791
  "isOverride": false,
792
+ "visibility": "Public",
668
793
  "declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute",
669
794
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
670
795
  },
@@ -683,6 +808,7 @@
683
808
  "isAbstract": false,
684
809
  "isVirtual": false,
685
810
  "isOverride": false,
811
+ "visibility": "Public",
686
812
  "declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute",
687
813
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
688
814
  },
@@ -701,6 +827,7 @@
701
827
  "isAbstract": false,
702
828
  "isVirtual": false,
703
829
  "isOverride": false,
830
+ "visibility": "Public",
704
831
  "declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute",
705
832
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
706
833
  },
@@ -719,6 +846,7 @@
719
846
  "isAbstract": false,
720
847
  "isVirtual": false,
721
848
  "isOverride": false,
849
+ "visibility": "Public",
722
850
  "declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute",
723
851
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
724
852
  },
@@ -737,6 +865,7 @@
737
865
  "isAbstract": false,
738
866
  "isVirtual": false,
739
867
  "isOverride": false,
868
+ "visibility": "Public",
740
869
  "declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute",
741
870
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
742
871
  },
@@ -755,6 +884,7 @@
755
884
  "isAbstract": false,
756
885
  "isVirtual": false,
757
886
  "isOverride": false,
887
+ "visibility": "Public",
758
888
  "declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute",
759
889
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
760
890
  },
@@ -773,6 +903,7 @@
773
903
  "isAbstract": false,
774
904
  "isVirtual": false,
775
905
  "isOverride": false,
906
+ "visibility": "Public",
776
907
  "declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute",
777
908
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
778
909
  }
@@ -786,6 +917,7 @@
786
917
  "isStatic": true,
787
918
  "isReadOnly": false,
788
919
  "isLiteral": true,
920
+ "visibility": "Public",
789
921
  "declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute",
790
922
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
791
923
  }
@@ -799,6 +931,7 @@
799
931
  "normalizedSignature": "constructor|(Microsoft.SqlServer.Server.Format):void|static=false",
800
932
  "isStatic": false,
801
933
  "parameterCount": 1,
934
+ "visibility": "Public",
802
935
  "declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute",
803
936
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
804
937
  }
@@ -815,6 +948,10 @@
815
948
  "isSealed": true,
816
949
  "isStatic": false,
817
950
  "arity": 0,
951
+ "baseType": {
952
+ "stableId": "System.Private.CoreLib:System.Attribute",
953
+ "clrName": "System.Attribute"
954
+ },
818
955
  "methods": [],
819
956
  "properties": [
820
957
  {
@@ -832,6 +969,7 @@
832
969
  "isAbstract": false,
833
970
  "isVirtual": false,
834
971
  "isOverride": false,
972
+ "visibility": "Public",
835
973
  "declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute",
836
974
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
837
975
  },
@@ -850,6 +988,7 @@
850
988
  "isAbstract": false,
851
989
  "isVirtual": false,
852
990
  "isOverride": false,
991
+ "visibility": "Public",
853
992
  "declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute",
854
993
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
855
994
  },
@@ -868,6 +1007,7 @@
868
1007
  "isAbstract": false,
869
1008
  "isVirtual": false,
870
1009
  "isOverride": false,
1010
+ "visibility": "Public",
871
1011
  "declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute",
872
1012
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
873
1013
  },
@@ -886,6 +1026,7 @@
886
1026
  "isAbstract": false,
887
1027
  "isVirtual": false,
888
1028
  "isOverride": false,
1029
+ "visibility": "Public",
889
1030
  "declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute",
890
1031
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
891
1032
  },
@@ -904,6 +1045,7 @@
904
1045
  "isAbstract": false,
905
1046
  "isVirtual": false,
906
1047
  "isOverride": false,
1048
+ "visibility": "Public",
907
1049
  "declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute",
908
1050
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
909
1051
  },
@@ -922,6 +1064,7 @@
922
1064
  "isAbstract": false,
923
1065
  "isVirtual": false,
924
1066
  "isOverride": false,
1067
+ "visibility": "Public",
925
1068
  "declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute",
926
1069
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
927
1070
  }
@@ -936,6 +1079,7 @@
936
1079
  "normalizedSignature": "constructor|(Microsoft.SqlServer.Server.Format):void|static=false",
937
1080
  "isStatic": false,
938
1081
  "parameterCount": 1,
1082
+ "visibility": "Public",
939
1083
  "declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute",
940
1084
  "declaringAssemblyName": "Microsoft.SqlServer.Server"
941
1085
  }
@@ -32,6 +32,8 @@ export enum SystemDataAccessKind {
32
32
 
33
33
 
34
34
  export interface IBinarySerialize$instance {
35
+ readonly __tsonic_iface_Microsoft_SqlServer_Server_IBinarySerialize: never;
36
+
35
37
  Read(r: BinaryReader): void;
36
38
  Write(w: BinaryWriter): void;
37
39
  }
@@ -40,12 +42,13 @@ export interface IBinarySerialize$instance {
40
42
  export type IBinarySerialize = IBinarySerialize$instance;
41
43
 
42
44
  export interface InvalidUdtException$instance extends SystemException {
45
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
46
+
43
47
  GetObjectData(si: SerializationInfo, context: StreamingContext): void;
44
48
  }
45
49
 
46
50
 
47
51
  export const InvalidUdtException: {
48
- new(): InvalidUdtException;
49
52
  Create(udtType: Type, resourceReason?: string): InvalidUdtException;
50
53
  };
51
54