@tsonic/efcore-sqlserver 10.0.2 → 10.0.7
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/internal/index.d.ts +119 -85
- package/Azure.Core/internal/index.d.ts +151 -92
- package/Azure.Core.Cryptography/internal/index.d.ts +10 -6
- package/Azure.Core.Diagnostics/internal/index.d.ts +12 -12
- package/Azure.Core.Extensions/internal/index.d.ts +12 -4
- package/Azure.Core.GeoJson/internal/index.d.ts +102 -42
- package/Azure.Core.Pipeline/internal/index.d.ts +75 -59
- package/Azure.Core.Serialization/internal/index.d.ts +29 -20
- package/Azure.Identity/internal/index.d.ts +265 -118
- package/Azure.Messaging/internal/index.d.ts +16 -16
- package/Microsoft.Data/internal/index.d.ts +9 -6
- package/Microsoft.Data.Sql/internal/index.d.ts +9 -5
- package/Microsoft.Data.SqlClient/internal/index.d.ts +272 -172
- package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +20 -10
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +157 -52
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +11 -5
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +23 -10
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +333 -333
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +9 -7
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +35 -16
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +20 -6
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +135 -98
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +57 -57
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +20 -8
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +29 -23
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +4 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +28 -28
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +43 -35
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +15 -11
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +34 -24
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +343 -226
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +18 -17
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +19 -11
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +187 -211
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +50 -41
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +38 -25
- package/Microsoft.EntityFrameworkCore.d.ts +3 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/internal/index.d.ts +377 -263
- package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -4
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +7 -4
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +5 -3
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -1
- package/Microsoft.Identity.Client.Cache/internal/index.d.ts +4 -2
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +28 -19
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +34 -18
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +5 -3
- package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -3
- package/Microsoft.Identity.Client.Region/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +4 -2
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -5
- package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +29 -19
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +41 -33
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +25 -16
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +59 -32
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +12 -7
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +83 -64
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +6 -4
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +316 -191
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +7 -5
- package/Microsoft.IdentityModel.Tokens.d.ts +3 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +21 -6
- package/System/internal/index.d.ts +19 -17
- package/System.ClientModel/internal/index.d.ts +54 -43
- package/System.ClientModel.Primitives/internal/index.d.ts +220 -177
- package/System.ClientModel.Primitives.d.ts +3 -0
- package/System.Configuration/internal/index.d.ts +529 -340
- package/System.Configuration.Internal/internal/index.d.ts +33 -8
- package/System.Configuration.Provider/internal/index.d.ts +20 -11
- package/System.Diagnostics/internal/index.d.ts +2 -2
- package/System.Drawing.Configuration/internal/index.d.ts +7 -9
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +102 -68
- package/System.Security.Cryptography/internal/index.d.ts +2 -2
- package/System.Text.Json.Serialization/internal/index.d.ts +7 -5
- package/__internal/extensions/index.d.ts +1004 -53
- package/package.json +5 -5
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
|
-
import type {
|
|
10
|
-
import type {
|
|
11
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
12
|
-
import type { Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
|
|
9
|
+
import type { IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
10
|
+
import type { ReadOnlyCollection_1 } from "@tsonic/dotnet/System.Collections.ObjectModel/internal/index.js";
|
|
11
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
12
|
+
import type { Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
|
|
13
13
|
|
|
14
14
|
export enum SensitivityRank {
|
|
15
15
|
NOT_DEFINED = -1,
|
|
@@ -22,18 +22,22 @@ export enum SensitivityRank {
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
export interface ColumnSensitivity$instance {
|
|
25
|
-
readonly
|
|
25
|
+
readonly __tsonic_type_Microsoft_Data_SqlClient_DataClassification_ColumnSensitivity: never;
|
|
26
|
+
|
|
27
|
+
readonly SensitivityProperties: ReadOnlyCollection_1<SensitivityProperty>;
|
|
26
28
|
}
|
|
27
29
|
|
|
28
30
|
|
|
29
31
|
export const ColumnSensitivity: {
|
|
30
|
-
new(sensitivityProperties:
|
|
32
|
+
new(sensitivityProperties: IList_1<SensitivityProperty>): ColumnSensitivity;
|
|
31
33
|
};
|
|
32
34
|
|
|
33
35
|
|
|
34
36
|
export type ColumnSensitivity = ColumnSensitivity$instance;
|
|
35
37
|
|
|
36
38
|
export interface InformationType$instance {
|
|
39
|
+
readonly __tsonic_type_Microsoft_Data_SqlClient_DataClassification_InformationType: never;
|
|
40
|
+
|
|
37
41
|
readonly Id: string;
|
|
38
42
|
readonly Name: string;
|
|
39
43
|
}
|
|
@@ -47,6 +51,8 @@ export const InformationType: {
|
|
|
47
51
|
export type InformationType = InformationType$instance;
|
|
48
52
|
|
|
49
53
|
export interface Label$instance {
|
|
54
|
+
readonly __tsonic_type_Microsoft_Data_SqlClient_DataClassification_Label: never;
|
|
55
|
+
|
|
50
56
|
readonly Id: string;
|
|
51
57
|
readonly Name: string;
|
|
52
58
|
}
|
|
@@ -60,21 +66,25 @@ export const Label: {
|
|
|
60
66
|
export type Label = Label$instance;
|
|
61
67
|
|
|
62
68
|
export interface SensitivityClassification$instance {
|
|
63
|
-
readonly
|
|
64
|
-
|
|
65
|
-
readonly
|
|
69
|
+
readonly __tsonic_type_Microsoft_Data_SqlClient_DataClassification_SensitivityClassification: never;
|
|
70
|
+
|
|
71
|
+
readonly ColumnSensitivities: ReadOnlyCollection_1<ColumnSensitivity>;
|
|
72
|
+
readonly InformationTypes: ReadOnlyCollection_1<InformationType>;
|
|
73
|
+
readonly Labels: ReadOnlyCollection_1<Label>;
|
|
66
74
|
readonly SensitivityRank: SensitivityRank;
|
|
67
75
|
}
|
|
68
76
|
|
|
69
77
|
|
|
70
78
|
export const SensitivityClassification: {
|
|
71
|
-
new(labels:
|
|
79
|
+
new(labels: IList_1<Label>, informationTypes: IList_1<InformationType>, columnSensitivity: IList_1<ColumnSensitivity>, sensitivityRank: SensitivityRank): SensitivityClassification;
|
|
72
80
|
};
|
|
73
81
|
|
|
74
82
|
|
|
75
83
|
export type SensitivityClassification = SensitivityClassification$instance;
|
|
76
84
|
|
|
77
85
|
export interface SensitivityProperty$instance {
|
|
86
|
+
readonly __tsonic_type_Microsoft_Data_SqlClient_DataClassification_SensitivityProperty: never;
|
|
87
|
+
|
|
78
88
|
readonly InformationType: InformationType;
|
|
79
89
|
readonly Label: Label;
|
|
80
90
|
readonly SensitivityRank: SensitivityRank;
|
|
@@ -7,25 +7,32 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { SqlCommand, SqlConnection } from "../../Microsoft.Data.SqlClient/internal/index.js";
|
|
10
|
-
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
11
|
-
import type {
|
|
12
|
-
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
|
|
13
|
-
import type { IDictionary, IEnumerable } from "@tsonic/dotnet/System.Collections.js";
|
|
14
|
-
import type { IsolationLevel } from "@tsonic/dotnet/System.Data.js";
|
|
15
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
16
|
-
import type { Exception, Guid, Int32, Int64,
|
|
10
|
+
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
11
|
+
import type { IEnumerable_1, IEnumerator_1, IReadOnlyCollection_1, IReadOnlyList_1, KeyValuePair_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
12
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
13
|
+
import type { IDictionary, IEnumerable } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
14
|
+
import type { IsolationLevel } from "@tsonic/dotnet/System.Data/internal/index.js";
|
|
15
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
16
|
+
import type { Exception, Guid, Int32, Int64, Nullable_1, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
|
|
17
17
|
|
|
18
18
|
export interface SqlClientCommandAfter$instance {
|
|
19
|
+
readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientCommandAfter: never;
|
|
20
|
+
|
|
21
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
22
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
23
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
24
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
25
|
+
|
|
19
26
|
readonly Command: SqlCommand;
|
|
20
|
-
readonly ConnectionId:
|
|
27
|
+
readonly ConnectionId: Nullable_1<Guid>;
|
|
21
28
|
readonly Count: int;
|
|
22
|
-
readonly
|
|
29
|
+
readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
|
|
23
30
|
readonly Operation: string;
|
|
24
31
|
readonly OperationId: Guid;
|
|
25
32
|
readonly Statistics: IDictionary;
|
|
26
33
|
readonly Timestamp: long;
|
|
27
|
-
readonly TransactionId:
|
|
28
|
-
GetEnumerator():
|
|
34
|
+
readonly TransactionId: Nullable_1<System_Internal.Int64>;
|
|
35
|
+
GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
29
36
|
}
|
|
30
37
|
|
|
31
38
|
|
|
@@ -38,15 +45,22 @@ export const SqlClientCommandAfter: {
|
|
|
38
45
|
export type SqlClientCommandAfter = SqlClientCommandAfter$instance;
|
|
39
46
|
|
|
40
47
|
export interface SqlClientCommandBefore$instance {
|
|
48
|
+
readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientCommandBefore: never;
|
|
49
|
+
|
|
50
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
51
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
52
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
53
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
54
|
+
|
|
41
55
|
readonly Command: SqlCommand;
|
|
42
|
-
readonly ConnectionId:
|
|
56
|
+
readonly ConnectionId: Nullable_1<Guid>;
|
|
43
57
|
readonly Count: int;
|
|
44
|
-
readonly
|
|
58
|
+
readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
|
|
45
59
|
readonly Operation: string;
|
|
46
60
|
readonly OperationId: Guid;
|
|
47
61
|
readonly Timestamp: long;
|
|
48
|
-
readonly TransactionId:
|
|
49
|
-
GetEnumerator():
|
|
62
|
+
readonly TransactionId: Nullable_1<System_Internal.Int64>;
|
|
63
|
+
GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
50
64
|
}
|
|
51
65
|
|
|
52
66
|
|
|
@@ -59,16 +73,23 @@ export const SqlClientCommandBefore: {
|
|
|
59
73
|
export type SqlClientCommandBefore = SqlClientCommandBefore$instance;
|
|
60
74
|
|
|
61
75
|
export interface SqlClientCommandError$instance {
|
|
76
|
+
readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientCommandError: never;
|
|
77
|
+
|
|
78
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
79
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
80
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
81
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
82
|
+
|
|
62
83
|
readonly Command: SqlCommand;
|
|
63
|
-
readonly ConnectionId:
|
|
84
|
+
readonly ConnectionId: Nullable_1<Guid>;
|
|
64
85
|
readonly Count: int;
|
|
65
86
|
readonly Exception: Exception;
|
|
66
|
-
readonly
|
|
87
|
+
readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
|
|
67
88
|
readonly Operation: string;
|
|
68
89
|
readonly OperationId: Guid;
|
|
69
90
|
readonly Timestamp: long;
|
|
70
|
-
readonly TransactionId:
|
|
71
|
-
GetEnumerator():
|
|
91
|
+
readonly TransactionId: Nullable_1<System_Internal.Int64>;
|
|
92
|
+
GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
72
93
|
}
|
|
73
94
|
|
|
74
95
|
|
|
@@ -81,15 +102,22 @@ export const SqlClientCommandError: {
|
|
|
81
102
|
export type SqlClientCommandError = SqlClientCommandError$instance;
|
|
82
103
|
|
|
83
104
|
export interface SqlClientConnectionCloseAfter$instance {
|
|
105
|
+
readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientConnectionCloseAfter: never;
|
|
106
|
+
|
|
107
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
108
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
109
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
110
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
111
|
+
|
|
84
112
|
readonly Connection: SqlConnection;
|
|
85
|
-
readonly ConnectionId:
|
|
113
|
+
readonly ConnectionId: Nullable_1<Guid>;
|
|
86
114
|
readonly Count: int;
|
|
87
|
-
readonly
|
|
115
|
+
readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
|
|
88
116
|
readonly Operation: string;
|
|
89
117
|
readonly OperationId: Guid;
|
|
90
118
|
readonly Statistics: IDictionary;
|
|
91
119
|
readonly Timestamp: long;
|
|
92
|
-
GetEnumerator():
|
|
120
|
+
GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
93
121
|
}
|
|
94
122
|
|
|
95
123
|
|
|
@@ -102,15 +130,22 @@ export const SqlClientConnectionCloseAfter: {
|
|
|
102
130
|
export type SqlClientConnectionCloseAfter = SqlClientConnectionCloseAfter$instance;
|
|
103
131
|
|
|
104
132
|
export interface SqlClientConnectionCloseBefore$instance {
|
|
133
|
+
readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientConnectionCloseBefore: never;
|
|
134
|
+
|
|
135
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
136
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
137
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
138
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
139
|
+
|
|
105
140
|
readonly Connection: SqlConnection;
|
|
106
|
-
readonly ConnectionId:
|
|
141
|
+
readonly ConnectionId: Nullable_1<Guid>;
|
|
107
142
|
readonly Count: int;
|
|
108
|
-
readonly
|
|
143
|
+
readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
|
|
109
144
|
readonly Operation: string;
|
|
110
145
|
readonly OperationId: Guid;
|
|
111
146
|
readonly Statistics: IDictionary;
|
|
112
147
|
readonly Timestamp: long;
|
|
113
|
-
GetEnumerator():
|
|
148
|
+
GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
114
149
|
}
|
|
115
150
|
|
|
116
151
|
|
|
@@ -123,16 +158,23 @@ export const SqlClientConnectionCloseBefore: {
|
|
|
123
158
|
export type SqlClientConnectionCloseBefore = SqlClientConnectionCloseBefore$instance;
|
|
124
159
|
|
|
125
160
|
export interface SqlClientConnectionCloseError$instance {
|
|
161
|
+
readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientConnectionCloseError: never;
|
|
162
|
+
|
|
163
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
164
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
165
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
166
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
167
|
+
|
|
126
168
|
readonly Connection: SqlConnection;
|
|
127
|
-
readonly ConnectionId:
|
|
169
|
+
readonly ConnectionId: Nullable_1<Guid>;
|
|
128
170
|
readonly Count: int;
|
|
129
171
|
readonly Exception: Exception;
|
|
130
|
-
readonly
|
|
172
|
+
readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
|
|
131
173
|
readonly Operation: string;
|
|
132
174
|
readonly OperationId: Guid;
|
|
133
175
|
readonly Statistics: IDictionary;
|
|
134
176
|
readonly Timestamp: long;
|
|
135
|
-
GetEnumerator():
|
|
177
|
+
GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
136
178
|
}
|
|
137
179
|
|
|
138
180
|
|
|
@@ -145,16 +187,23 @@ export const SqlClientConnectionCloseError: {
|
|
|
145
187
|
export type SqlClientConnectionCloseError = SqlClientConnectionCloseError$instance;
|
|
146
188
|
|
|
147
189
|
export interface SqlClientConnectionOpenAfter$instance {
|
|
190
|
+
readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientConnectionOpenAfter: never;
|
|
191
|
+
|
|
192
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
193
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
194
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
195
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
196
|
+
|
|
148
197
|
readonly ClientVersion: string;
|
|
149
198
|
readonly Connection: SqlConnection;
|
|
150
199
|
readonly ConnectionId: Guid;
|
|
151
200
|
readonly Count: int;
|
|
152
|
-
readonly
|
|
201
|
+
readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
|
|
153
202
|
readonly Operation: string;
|
|
154
203
|
readonly OperationId: Guid;
|
|
155
204
|
readonly Statistics: IDictionary;
|
|
156
205
|
readonly Timestamp: long;
|
|
157
|
-
GetEnumerator():
|
|
206
|
+
GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
158
207
|
}
|
|
159
208
|
|
|
160
209
|
|
|
@@ -167,14 +216,21 @@ export const SqlClientConnectionOpenAfter: {
|
|
|
167
216
|
export type SqlClientConnectionOpenAfter = SqlClientConnectionOpenAfter$instance;
|
|
168
217
|
|
|
169
218
|
export interface SqlClientConnectionOpenBefore$instance {
|
|
219
|
+
readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientConnectionOpenBefore: never;
|
|
220
|
+
|
|
221
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
222
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
223
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
224
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
225
|
+
|
|
170
226
|
readonly ClientVersion: string;
|
|
171
227
|
readonly Connection: SqlConnection;
|
|
172
228
|
readonly Count: int;
|
|
173
|
-
readonly
|
|
229
|
+
readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
|
|
174
230
|
readonly Operation: string;
|
|
175
231
|
readonly OperationId: Guid;
|
|
176
232
|
readonly Timestamp: long;
|
|
177
|
-
GetEnumerator():
|
|
233
|
+
GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
178
234
|
}
|
|
179
235
|
|
|
180
236
|
|
|
@@ -187,16 +243,23 @@ export const SqlClientConnectionOpenBefore: {
|
|
|
187
243
|
export type SqlClientConnectionOpenBefore = SqlClientConnectionOpenBefore$instance;
|
|
188
244
|
|
|
189
245
|
export interface SqlClientConnectionOpenError$instance {
|
|
246
|
+
readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientConnectionOpenError: never;
|
|
247
|
+
|
|
248
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
249
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
250
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
251
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
252
|
+
|
|
190
253
|
readonly ClientVersion: string;
|
|
191
254
|
readonly Connection: SqlConnection;
|
|
192
255
|
readonly ConnectionId: Guid;
|
|
193
256
|
readonly Count: int;
|
|
194
257
|
readonly Exception: Exception;
|
|
195
|
-
readonly
|
|
258
|
+
readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
|
|
196
259
|
readonly Operation: string;
|
|
197
260
|
readonly OperationId: Guid;
|
|
198
261
|
readonly Timestamp: long;
|
|
199
|
-
GetEnumerator():
|
|
262
|
+
GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
200
263
|
}
|
|
201
264
|
|
|
202
265
|
|
|
@@ -209,15 +272,22 @@ export const SqlClientConnectionOpenError: {
|
|
|
209
272
|
export type SqlClientConnectionOpenError = SqlClientConnectionOpenError$instance;
|
|
210
273
|
|
|
211
274
|
export interface SqlClientTransactionCommitAfter$instance {
|
|
275
|
+
readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientTransactionCommitAfter: never;
|
|
276
|
+
|
|
277
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
278
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
279
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
280
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
281
|
+
|
|
212
282
|
readonly Connection: SqlConnection;
|
|
213
283
|
readonly Count: int;
|
|
214
284
|
readonly IsolationLevel: IsolationLevel;
|
|
215
|
-
readonly
|
|
285
|
+
readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
|
|
216
286
|
readonly Operation: string;
|
|
217
287
|
readonly OperationId: Guid;
|
|
218
288
|
readonly Timestamp: long;
|
|
219
|
-
readonly TransactionId:
|
|
220
|
-
GetEnumerator():
|
|
289
|
+
readonly TransactionId: Nullable_1<System_Internal.Int64>;
|
|
290
|
+
GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
221
291
|
}
|
|
222
292
|
|
|
223
293
|
|
|
@@ -230,15 +300,22 @@ export const SqlClientTransactionCommitAfter: {
|
|
|
230
300
|
export type SqlClientTransactionCommitAfter = SqlClientTransactionCommitAfter$instance;
|
|
231
301
|
|
|
232
302
|
export interface SqlClientTransactionCommitBefore$instance {
|
|
303
|
+
readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientTransactionCommitBefore: never;
|
|
304
|
+
|
|
305
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
306
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
307
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
308
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
309
|
+
|
|
233
310
|
readonly Connection: SqlConnection;
|
|
234
311
|
readonly Count: int;
|
|
235
312
|
readonly IsolationLevel: IsolationLevel;
|
|
236
|
-
readonly
|
|
313
|
+
readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
|
|
237
314
|
readonly Operation: string;
|
|
238
315
|
readonly OperationId: Guid;
|
|
239
316
|
readonly Timestamp: long;
|
|
240
|
-
readonly TransactionId:
|
|
241
|
-
GetEnumerator():
|
|
317
|
+
readonly TransactionId: Nullable_1<System_Internal.Int64>;
|
|
318
|
+
GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
242
319
|
}
|
|
243
320
|
|
|
244
321
|
|
|
@@ -251,16 +328,23 @@ export const SqlClientTransactionCommitBefore: {
|
|
|
251
328
|
export type SqlClientTransactionCommitBefore = SqlClientTransactionCommitBefore$instance;
|
|
252
329
|
|
|
253
330
|
export interface SqlClientTransactionCommitError$instance {
|
|
331
|
+
readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientTransactionCommitError: never;
|
|
332
|
+
|
|
333
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
334
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
335
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
336
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
337
|
+
|
|
254
338
|
readonly Connection: SqlConnection;
|
|
255
339
|
readonly Count: int;
|
|
256
340
|
readonly Exception: Exception;
|
|
257
341
|
readonly IsolationLevel: IsolationLevel;
|
|
258
|
-
readonly
|
|
342
|
+
readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
|
|
259
343
|
readonly Operation: string;
|
|
260
344
|
readonly OperationId: Guid;
|
|
261
345
|
readonly Timestamp: long;
|
|
262
|
-
readonly TransactionId:
|
|
263
|
-
GetEnumerator():
|
|
346
|
+
readonly TransactionId: Nullable_1<System_Internal.Int64>;
|
|
347
|
+
GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
264
348
|
}
|
|
265
349
|
|
|
266
350
|
|
|
@@ -273,16 +357,23 @@ export const SqlClientTransactionCommitError: {
|
|
|
273
357
|
export type SqlClientTransactionCommitError = SqlClientTransactionCommitError$instance;
|
|
274
358
|
|
|
275
359
|
export interface SqlClientTransactionRollbackAfter$instance {
|
|
360
|
+
readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientTransactionRollbackAfter: never;
|
|
361
|
+
|
|
362
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
363
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
364
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
365
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
366
|
+
|
|
276
367
|
readonly Connection: SqlConnection;
|
|
277
368
|
readonly Count: int;
|
|
278
369
|
readonly IsolationLevel: IsolationLevel;
|
|
279
|
-
readonly
|
|
370
|
+
readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
|
|
280
371
|
readonly Operation: string;
|
|
281
372
|
readonly OperationId: Guid;
|
|
282
373
|
readonly Timestamp: long;
|
|
283
|
-
readonly TransactionId:
|
|
374
|
+
readonly TransactionId: Nullable_1<System_Internal.Int64>;
|
|
284
375
|
readonly TransactionName: string;
|
|
285
|
-
GetEnumerator():
|
|
376
|
+
GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
286
377
|
}
|
|
287
378
|
|
|
288
379
|
|
|
@@ -295,16 +386,23 @@ export const SqlClientTransactionRollbackAfter: {
|
|
|
295
386
|
export type SqlClientTransactionRollbackAfter = SqlClientTransactionRollbackAfter$instance;
|
|
296
387
|
|
|
297
388
|
export interface SqlClientTransactionRollbackBefore$instance {
|
|
389
|
+
readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientTransactionRollbackBefore: never;
|
|
390
|
+
|
|
391
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
392
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
393
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
394
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
395
|
+
|
|
298
396
|
readonly Connection: SqlConnection;
|
|
299
397
|
readonly Count: int;
|
|
300
398
|
readonly IsolationLevel: IsolationLevel;
|
|
301
|
-
readonly
|
|
399
|
+
readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
|
|
302
400
|
readonly Operation: string;
|
|
303
401
|
readonly OperationId: Guid;
|
|
304
402
|
readonly Timestamp: long;
|
|
305
|
-
readonly TransactionId:
|
|
403
|
+
readonly TransactionId: Nullable_1<System_Internal.Int64>;
|
|
306
404
|
readonly TransactionName: string;
|
|
307
|
-
GetEnumerator():
|
|
405
|
+
GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
308
406
|
}
|
|
309
407
|
|
|
310
408
|
|
|
@@ -317,17 +415,24 @@ export const SqlClientTransactionRollbackBefore: {
|
|
|
317
415
|
export type SqlClientTransactionRollbackBefore = SqlClientTransactionRollbackBefore$instance;
|
|
318
416
|
|
|
319
417
|
export interface SqlClientTransactionRollbackError$instance {
|
|
418
|
+
readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientTransactionRollbackError: never;
|
|
419
|
+
|
|
420
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
421
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
422
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
423
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
424
|
+
|
|
320
425
|
readonly Connection: SqlConnection;
|
|
321
426
|
readonly Count: int;
|
|
322
427
|
readonly Exception: Exception;
|
|
323
428
|
readonly IsolationLevel: IsolationLevel;
|
|
324
|
-
readonly
|
|
429
|
+
readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>;
|
|
325
430
|
readonly Operation: string;
|
|
326
431
|
readonly OperationId: Guid;
|
|
327
432
|
readonly Timestamp: long;
|
|
328
|
-
readonly TransactionId:
|
|
433
|
+
readonly TransactionId: Nullable_1<System_Internal.Int64>;
|
|
329
434
|
readonly TransactionName: string;
|
|
330
|
-
GetEnumerator():
|
|
435
|
+
GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
|
|
331
436
|
}
|
|
332
437
|
|
|
333
438
|
|
|
@@ -7,13 +7,17 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { SortOrder } from "../../Microsoft.Data.SqlClient/internal/index.js";
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import type {
|
|
13
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
14
|
-
import type { Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Decimal, Double, Guid, Int16, Int32, Int64, Object as ClrObject, Single, String as ClrString, TimeSpan, Type, Void } from "@tsonic/dotnet/System.js";
|
|
10
|
+
import type { SqlBinary, SqlBoolean, SqlByte, SqlBytes, SqlChars, SqlCompareOptions, SqlDateTime, SqlDecimal, SqlDouble, SqlGuid, SqlInt16, SqlInt32, SqlInt64, SqlMoney, SqlSingle, SqlString, SqlXml } from "@tsonic/dotnet/System.Data.SqlTypes/internal/index.js";
|
|
11
|
+
import * as System_Data_Internal from "@tsonic/dotnet/System.Data/internal/index.js";
|
|
12
|
+
import type { DbType, IDataRecord, SqlDbType } from "@tsonic/dotnet/System.Data/internal/index.js";
|
|
13
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
14
|
+
import type { Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Decimal, Double, Guid, Int16, Int32, Int64, Object as ClrObject, Single, String as ClrString, TimeSpan, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
15
15
|
|
|
16
16
|
export interface SqlDataRecord$instance {
|
|
17
|
+
readonly __tsonic_type_Microsoft_Data_SqlClient_Server_SqlDataRecord: never;
|
|
18
|
+
|
|
19
|
+
readonly __tsonic_iface_System_Data_IDataRecord: never;
|
|
20
|
+
|
|
17
21
|
readonly FieldCount: int;
|
|
18
22
|
get_Item(ordinal: int): unknown;
|
|
19
23
|
get_Item(name: string): unknown;
|
|
@@ -106,6 +110,8 @@ export const SqlDataRecord: {
|
|
|
106
110
|
export type SqlDataRecord = SqlDataRecord$instance;
|
|
107
111
|
|
|
108
112
|
export interface SqlMetaData$instance {
|
|
113
|
+
readonly __tsonic_type_Microsoft_Data_SqlClient_Server_SqlMetaData: never;
|
|
114
|
+
|
|
109
115
|
readonly CompareOptions: SqlCompareOptions;
|
|
110
116
|
readonly DbType: DbType;
|
|
111
117
|
readonly IsUniqueKey: boolean;
|
|
@@ -6,23 +6,27 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
|
-
import * as System_Data_SqlTypes_Internal from "@tsonic/dotnet/System.Data.SqlTypes.js";
|
|
10
|
-
import type { INullable } from "@tsonic/dotnet/System.Data.SqlTypes.js";
|
|
11
|
-
import * as System_IO_Internal from "@tsonic/dotnet/System.IO.js";
|
|
12
|
-
import type { FileAccess, FileOptions, SeekOrigin, Stream } from "@tsonic/dotnet/System.IO.js";
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import type {
|
|
9
|
+
import * as System_Data_SqlTypes_Internal from "@tsonic/dotnet/System.Data.SqlTypes/internal/index.js";
|
|
10
|
+
import type { INullable } from "@tsonic/dotnet/System.Data.SqlTypes/internal/index.js";
|
|
11
|
+
import * as System_IO_Internal from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
12
|
+
import type { FileAccess, FileOptions, SeekOrigin, Stream } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
13
|
+
import type { JsonDocument } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
|
|
14
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
15
|
+
import type { AsyncCallback, Boolean as ClrBoolean, Byte, IAsyncDisposable, IAsyncResult, IDisposable, Int32, Int64, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
16
16
|
|
|
17
17
|
export interface SqlVector_1$instance<T extends unknown> {
|
|
18
|
+
readonly __tsonic_type_Microsoft_Data_SqlTypes_SqlVector_1: never;
|
|
19
|
+
|
|
20
|
+
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
21
|
+
|
|
18
22
|
readonly IsNull: boolean;
|
|
19
23
|
readonly Length: int;
|
|
20
|
-
readonly Memory:
|
|
24
|
+
readonly Memory: ReadOnlyMemory_1<T>;
|
|
21
25
|
}
|
|
22
26
|
|
|
23
27
|
|
|
24
28
|
export const SqlVector_1: {
|
|
25
|
-
new<T extends unknown>(memory:
|
|
29
|
+
new<T extends unknown>(memory: ReadOnlyMemory_1<T>): SqlVector_1<T>;
|
|
26
30
|
readonly Null: unknown;
|
|
27
31
|
CreateNull<T extends unknown>(length: int): SqlVector_1<T>;
|
|
28
32
|
};
|
|
@@ -31,6 +35,11 @@ export const SqlVector_1: {
|
|
|
31
35
|
export type SqlVector_1<T> = SqlVector_1$instance<T>;
|
|
32
36
|
|
|
33
37
|
export interface SqlFileStream$instance extends Stream {
|
|
38
|
+
readonly __tsonic_type_Microsoft_Data_SqlTypes_SqlFileStream: never;
|
|
39
|
+
|
|
40
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
41
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
42
|
+
|
|
34
43
|
readonly CanRead: boolean;
|
|
35
44
|
readonly CanSeek: boolean;
|
|
36
45
|
readonly CanTimeout: boolean;
|
|
@@ -64,9 +73,13 @@ export const SqlFileStream: {
|
|
|
64
73
|
export type SqlFileStream = SqlFileStream$instance;
|
|
65
74
|
|
|
66
75
|
export interface SqlJson$instance {
|
|
76
|
+
readonly __tsonic_type_Microsoft_Data_SqlTypes_SqlJson: never;
|
|
77
|
+
|
|
78
|
+
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
79
|
+
|
|
67
80
|
readonly IsNull: boolean;
|
|
68
81
|
readonly Value: string;
|
|
69
|
-
ToString(): string
|
|
82
|
+
ToString(): string;
|
|
70
83
|
}
|
|
71
84
|
|
|
72
85
|
|