@tsonic/dotnet 0.5.2 → 0.6.0
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/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -88,7 +88,7 @@ export enum SupportedJoinOperators {
|
|
|
88
88
|
|
|
89
89
|
|
|
90
90
|
export interface IDbColumnSchemaGenerator$instance {
|
|
91
|
-
|
|
91
|
+
getColumnSchema(): ReadOnlyCollection_1<DbColumn>;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
|
|
@@ -115,11 +115,13 @@ export class DataAdapter$instance extends System_ComponentModel_Internal.Compone
|
|
|
115
115
|
|
|
116
116
|
|
|
117
117
|
export interface __DataAdapter$views {
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
118
|
+
As_IComponent(): System_ComponentModel_Internal.IComponent$instance;
|
|
119
|
+
As_IDataAdapter(): System_Data_Internal.IDataAdapter$instance;
|
|
120
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
+
export interface DataAdapter$instance extends System_ComponentModel_Internal.IComponent$instance {}
|
|
124
|
+
|
|
123
125
|
export type DataAdapter = DataAdapter$instance & __DataAdapter$views;
|
|
124
126
|
|
|
125
127
|
|
|
@@ -130,55 +132,57 @@ export class DataColumnMapping$instance extends System_Internal.MarshalByRefObje
|
|
|
130
132
|
sourceColumn: string;
|
|
131
133
|
getDataColumnBySchemaAction(dataTable: DataTable, dataType: Type, schemaAction: MissingSchemaAction): DataColumn;
|
|
132
134
|
toString(): string;
|
|
133
|
-
static
|
|
135
|
+
static getDataColumnBySchemaAction(sourceColumn: string, dataSetColumn: string, dataTable: DataTable, dataType: Type, schemaAction: MissingSchemaAction): DataColumn;
|
|
134
136
|
}
|
|
135
137
|
|
|
136
138
|
|
|
137
139
|
export interface __DataColumnMapping$views {
|
|
138
|
-
|
|
139
|
-
|
|
140
|
+
As_IColumnMapping(): System_Data_Internal.IColumnMapping$instance;
|
|
141
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
140
142
|
}
|
|
141
143
|
|
|
144
|
+
export interface DataColumnMapping$instance extends System_Data_Internal.IColumnMapping$instance, System_Internal.ICloneable$instance {}
|
|
145
|
+
|
|
142
146
|
export type DataColumnMapping = DataColumnMapping$instance & __DataColumnMapping$views;
|
|
143
147
|
|
|
144
148
|
|
|
145
149
|
export class DataColumnMappingCollection$instance extends System_Internal.MarshalByRefObject$instance {
|
|
146
150
|
constructor();
|
|
147
151
|
readonly count: int;
|
|
148
|
-
add(value:
|
|
152
|
+
add(value: unknown): int;
|
|
149
153
|
add(sourceColumn: string, dataSetColumn: string): DataColumnMapping;
|
|
150
154
|
addRange(values: DataColumnMapping[]): void;
|
|
151
155
|
addRange(values: ClrArray): void;
|
|
152
156
|
clear(): void;
|
|
153
157
|
contains(value: string): boolean;
|
|
154
|
-
contains(value:
|
|
158
|
+
contains(value: unknown): boolean;
|
|
155
159
|
copyTo(array: ClrArray, index: int): void;
|
|
156
160
|
copyTo(array: DataColumnMapping[], index: int): void;
|
|
157
161
|
get_Item(index: int): DataColumnMapping;
|
|
158
162
|
get_Item(sourceColumn: string): DataColumnMapping;
|
|
159
163
|
getByDataSetColumn(value: string): DataColumnMapping;
|
|
160
164
|
getEnumerator(): IEnumerator;
|
|
161
|
-
indexOf(value:
|
|
165
|
+
indexOf(value: unknown): int;
|
|
162
166
|
indexOf(sourceColumn: string): int;
|
|
163
167
|
indexOfDataSetColumn(dataSetColumn: string): int;
|
|
164
|
-
insert(index: int, value:
|
|
168
|
+
insert(index: int, value: unknown): void;
|
|
165
169
|
insert(index: int, value: DataColumnMapping): void;
|
|
166
|
-
remove(value:
|
|
170
|
+
remove(value: unknown): void;
|
|
167
171
|
remove(value: DataColumnMapping): void;
|
|
168
172
|
removeAt(index: int): void;
|
|
169
173
|
removeAt(sourceColumn: string): void;
|
|
170
174
|
set_Item(index: int, value: DataColumnMapping): void;
|
|
171
175
|
set_Item(sourceColumn: string, value: DataColumnMapping): void;
|
|
172
|
-
static
|
|
173
|
-
static
|
|
176
|
+
static getColumnMappingBySchemaAction(columnMappings: DataColumnMappingCollection, sourceColumn: string, mappingAction: MissingMappingAction): DataColumnMapping;
|
|
177
|
+
static getDataColumn(columnMappings: DataColumnMappingCollection, sourceColumn: string, dataType: Type, dataTable: DataTable, mappingAction: MissingMappingAction, schemaAction: MissingSchemaAction): DataColumn;
|
|
174
178
|
}
|
|
175
179
|
|
|
176
180
|
|
|
177
181
|
export interface __DataColumnMappingCollection$views {
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
+
As_IColumnMappingCollection(): System_Data_Internal.IColumnMappingCollection$instance;
|
|
183
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
184
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
185
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
182
186
|
}
|
|
183
187
|
|
|
184
188
|
export type DataColumnMappingCollection = DataColumnMappingCollection$instance & __DataColumnMappingCollection$views;
|
|
@@ -199,49 +203,51 @@ export class DataTableMapping$instance extends System_Internal.MarshalByRefObjec
|
|
|
199
203
|
|
|
200
204
|
|
|
201
205
|
export interface __DataTableMapping$views {
|
|
202
|
-
|
|
203
|
-
|
|
206
|
+
As_ITableMapping(): System_Data_Internal.ITableMapping$instance;
|
|
207
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
204
208
|
}
|
|
205
209
|
|
|
210
|
+
export interface DataTableMapping$instance extends System_Internal.ICloneable$instance {}
|
|
211
|
+
|
|
206
212
|
export type DataTableMapping = DataTableMapping$instance & __DataTableMapping$views;
|
|
207
213
|
|
|
208
214
|
|
|
209
215
|
export class DataTableMappingCollection$instance extends System_Internal.MarshalByRefObject$instance {
|
|
210
216
|
constructor();
|
|
211
217
|
readonly count: int;
|
|
212
|
-
add(value:
|
|
218
|
+
add(value: unknown): int;
|
|
213
219
|
add(sourceTable: string, dataSetTable: string): DataTableMapping;
|
|
214
220
|
addRange(values: DataTableMapping[]): void;
|
|
215
221
|
addRange(values: ClrArray): void;
|
|
216
222
|
clear(): void;
|
|
217
223
|
contains(value: string): boolean;
|
|
218
|
-
contains(value:
|
|
224
|
+
contains(value: unknown): boolean;
|
|
219
225
|
copyTo(array: ClrArray, index: int): void;
|
|
220
226
|
copyTo(array: DataTableMapping[], index: int): void;
|
|
221
227
|
get_Item(index: int): DataTableMapping;
|
|
222
228
|
get_Item(sourceTable: string): DataTableMapping;
|
|
223
229
|
getByDataSetTable(dataSetTable: string): DataTableMapping;
|
|
224
230
|
getEnumerator(): IEnumerator;
|
|
225
|
-
indexOf(value:
|
|
231
|
+
indexOf(value: unknown): int;
|
|
226
232
|
indexOf(sourceTable: string): int;
|
|
227
233
|
indexOfDataSetTable(dataSetTable: string): int;
|
|
228
|
-
insert(index: int, value:
|
|
234
|
+
insert(index: int, value: unknown): void;
|
|
229
235
|
insert(index: int, value: DataTableMapping): void;
|
|
230
|
-
remove(value:
|
|
236
|
+
remove(value: unknown): void;
|
|
231
237
|
remove(value: DataTableMapping): void;
|
|
232
238
|
removeAt(index: int): void;
|
|
233
239
|
removeAt(sourceTable: string): void;
|
|
234
240
|
set_Item(index: int, value: DataTableMapping): void;
|
|
235
241
|
set_Item(sourceTable: string, value: DataTableMapping): void;
|
|
236
|
-
static
|
|
242
|
+
static getTableMappingBySchemaAction(tableMappings: DataTableMappingCollection, sourceTable: string, dataSetTable: string, mappingAction: MissingMappingAction): DataTableMapping;
|
|
237
243
|
}
|
|
238
244
|
|
|
239
245
|
|
|
240
246
|
export interface __DataTableMappingCollection$views {
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
247
|
+
As_ITableMappingCollection(): System_Data_Internal.ITableMappingCollection$instance;
|
|
248
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
249
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
250
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
245
251
|
}
|
|
246
252
|
|
|
247
253
|
export type DataTableMappingCollection = DataTableMappingCollection$instance & __DataTableMappingCollection$views;
|
|
@@ -261,18 +267,20 @@ export abstract class DbBatch$instance {
|
|
|
261
267
|
executeReader(behavior?: CommandBehavior): DbDataReader;
|
|
262
268
|
executeReaderAsync(cancellationToken?: CancellationToken): Task_1<DbDataReader>;
|
|
263
269
|
executeReaderAsync(behavior: CommandBehavior, cancellationToken?: CancellationToken): Task_1<DbDataReader>;
|
|
264
|
-
abstract executeScalar():
|
|
265
|
-
abstract executeScalarAsync(cancellationToken?: CancellationToken): Task_1<
|
|
270
|
+
abstract executeScalar(): unknown;
|
|
271
|
+
abstract executeScalarAsync(cancellationToken?: CancellationToken): Task_1<unknown>;
|
|
266
272
|
abstract prepare(): void;
|
|
267
273
|
abstract prepareAsync(cancellationToken?: CancellationToken): Task;
|
|
268
274
|
}
|
|
269
275
|
|
|
270
276
|
|
|
271
277
|
export interface __DbBatch$views {
|
|
272
|
-
|
|
273
|
-
|
|
278
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
279
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
274
280
|
}
|
|
275
281
|
|
|
282
|
+
export interface DbBatch$instance extends System_Internal.IAsyncDisposable$instance, System_Internal.IDisposable$instance {}
|
|
283
|
+
|
|
276
284
|
export type DbBatch = DbBatch$instance & __DbBatch$views;
|
|
277
285
|
|
|
278
286
|
|
|
@@ -305,10 +313,10 @@ export abstract class DbBatchCommandCollection$instance {
|
|
|
305
313
|
|
|
306
314
|
|
|
307
315
|
export interface __DbBatchCommandCollection$views {
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
316
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<DbBatchCommand>;
|
|
317
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<DbBatchCommand>;
|
|
318
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<DbBatchCommand>;
|
|
319
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
312
320
|
}
|
|
313
321
|
|
|
314
322
|
export type DbBatchCommandCollection = DbBatchCommandCollection$instance & __DbBatchCommandCollection$views;
|
|
@@ -335,7 +343,7 @@ export abstract class DbColumn$instance {
|
|
|
335
343
|
readonly isLong: Nullable_1<CLROf<boolean>>;
|
|
336
344
|
readonly isReadOnly: Nullable_1<CLROf<boolean>>;
|
|
337
345
|
readonly isUnique: Nullable_1<CLROf<boolean>>;
|
|
338
|
-
readonly item:
|
|
346
|
+
readonly item: unknown;
|
|
339
347
|
readonly numericPrecision: Nullable_1<CLROf<int>>;
|
|
340
348
|
readonly numericScale: Nullable_1<CLROf<int>>;
|
|
341
349
|
readonly udtAssemblyQualifiedName: string;
|
|
@@ -366,21 +374,23 @@ export abstract class DbCommand$instance extends System_ComponentModel_Internal.
|
|
|
366
374
|
executeReaderAsync(cancellationToken: CancellationToken): Task_1<DbDataReader>;
|
|
367
375
|
executeReaderAsync(behavior: CommandBehavior): Task_1<DbDataReader>;
|
|
368
376
|
executeReaderAsync(behavior: CommandBehavior, cancellationToken: CancellationToken): Task_1<DbDataReader>;
|
|
369
|
-
abstract executeScalar():
|
|
370
|
-
executeScalarAsync(): Task_1<
|
|
371
|
-
executeScalarAsync(cancellationToken: CancellationToken): Task_1<
|
|
377
|
+
abstract executeScalar(): unknown;
|
|
378
|
+
executeScalarAsync(): Task_1<unknown>;
|
|
379
|
+
executeScalarAsync(cancellationToken: CancellationToken): Task_1<unknown>;
|
|
372
380
|
abstract prepare(): void;
|
|
373
381
|
prepareAsync(cancellationToken?: CancellationToken): Task;
|
|
374
382
|
}
|
|
375
383
|
|
|
376
384
|
|
|
377
385
|
export interface __DbCommand$views {
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
386
|
+
As_IComponent(): System_ComponentModel_Internal.IComponent$instance;
|
|
387
|
+
As_IDbCommand(): System_Data_Internal.IDbCommand$instance;
|
|
388
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
389
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
382
390
|
}
|
|
383
391
|
|
|
392
|
+
export interface DbCommand$instance extends System_ComponentModel_Internal.IComponent$instance, System_Internal.IAsyncDisposable$instance {}
|
|
393
|
+
|
|
384
394
|
export type DbCommand = DbCommand$instance & __DbCommand$views;
|
|
385
395
|
|
|
386
396
|
|
|
@@ -407,10 +417,12 @@ export abstract class DbCommandBuilder$instance extends System_ComponentModel_In
|
|
|
407
417
|
|
|
408
418
|
|
|
409
419
|
export interface __DbCommandBuilder$views {
|
|
410
|
-
|
|
411
|
-
|
|
420
|
+
As_IComponent(): System_ComponentModel_Internal.IComponent$instance;
|
|
421
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
412
422
|
}
|
|
413
423
|
|
|
424
|
+
export interface DbCommandBuilder$instance extends System_ComponentModel_Internal.IComponent$instance {}
|
|
425
|
+
|
|
414
426
|
export type DbCommandBuilder = DbCommandBuilder$instance & __DbCommandBuilder$views;
|
|
415
427
|
|
|
416
428
|
|
|
@@ -448,12 +460,14 @@ export abstract class DbConnection$instance extends System_ComponentModel_Intern
|
|
|
448
460
|
|
|
449
461
|
|
|
450
462
|
export interface __DbConnection$views {
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
463
|
+
As_IComponent(): System_ComponentModel_Internal.IComponent$instance;
|
|
464
|
+
As_IDbConnection(): System_Data_Internal.IDbConnection$instance;
|
|
465
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
466
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
455
467
|
}
|
|
456
468
|
|
|
469
|
+
export interface DbConnection$instance extends System_ComponentModel_Internal.IComponent$instance, System_Internal.IAsyncDisposable$instance {}
|
|
470
|
+
|
|
457
471
|
export type DbConnection = DbConnection$instance & __DbConnection$views;
|
|
458
472
|
|
|
459
473
|
|
|
@@ -465,29 +479,31 @@ export class DbConnectionStringBuilder$instance {
|
|
|
465
479
|
readonly count: int;
|
|
466
480
|
readonly isFixedSize: boolean;
|
|
467
481
|
readonly isReadOnly: boolean;
|
|
468
|
-
item:
|
|
482
|
+
item: unknown;
|
|
469
483
|
readonly keys: ICollection;
|
|
470
484
|
readonly values: ICollection;
|
|
471
|
-
add(keyword: string, value:
|
|
485
|
+
add(keyword: string, value: unknown): void;
|
|
472
486
|
clear(): void;
|
|
473
487
|
containsKey(keyword: string): boolean;
|
|
474
488
|
equivalentTo(connectionStringBuilder: DbConnectionStringBuilder): boolean;
|
|
475
489
|
remove(keyword: string): boolean;
|
|
476
490
|
shouldSerialize(keyword: string): boolean;
|
|
477
491
|
toString(): string;
|
|
478
|
-
tryGetValue(keyword: string, value: { value: ref<
|
|
479
|
-
static
|
|
480
|
-
static
|
|
492
|
+
tryGetValue(keyword: string, value: { value: ref<unknown> }): boolean;
|
|
493
|
+
static appendKeyValuePair2(builder: StringBuilder, keyword: string, value: string, useOdbcRules: boolean): void;
|
|
494
|
+
static appendKeyValuePair2(builder: StringBuilder, keyword: string, value: string): void;
|
|
481
495
|
}
|
|
482
496
|
|
|
483
497
|
|
|
484
498
|
export interface __DbConnectionStringBuilder$views {
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
499
|
+
As_ICustomTypeDescriptor(): System_ComponentModel_Internal.ICustomTypeDescriptor$instance;
|
|
500
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
501
|
+
As_IDictionary(): System_Collections_Internal.IDictionary$instance;
|
|
502
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
489
503
|
}
|
|
490
504
|
|
|
505
|
+
export interface DbConnectionStringBuilder$instance extends System_ComponentModel_Internal.ICustomTypeDescriptor$instance {}
|
|
506
|
+
|
|
491
507
|
export type DbConnectionStringBuilder = DbConnectionStringBuilder$instance & __DbConnectionStringBuilder$views;
|
|
492
508
|
|
|
493
509
|
|
|
@@ -502,18 +518,20 @@ export abstract class DbDataAdapter$instance extends DataAdapter$instance {
|
|
|
502
518
|
fillSchema(dataSet: DataSet, schemaType: SchemaType): DataTable[];
|
|
503
519
|
getFillParameters(): IDataParameter[];
|
|
504
520
|
update(dataSet: DataSet): int;
|
|
505
|
-
static readonly
|
|
521
|
+
static readonly defaultSourceTableName: string;
|
|
506
522
|
}
|
|
507
523
|
|
|
508
524
|
|
|
509
525
|
export interface __DbDataAdapter$views {
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
526
|
+
As_IComponent(): System_ComponentModel_Internal.IComponent$instance;
|
|
527
|
+
As_IDataAdapter(): System_Data_Internal.IDataAdapter$instance;
|
|
528
|
+
As_IDbDataAdapter(): System_Data_Internal.IDbDataAdapter$instance;
|
|
529
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
530
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
515
531
|
}
|
|
516
532
|
|
|
533
|
+
export interface DbDataAdapter$instance extends System_Internal.ICloneable$instance {}
|
|
534
|
+
|
|
517
535
|
export type DbDataAdapter = DbDataAdapter$instance & __DbDataAdapter$views;
|
|
518
536
|
|
|
519
537
|
|
|
@@ -528,13 +546,13 @@ export abstract class DbDataReader$instance extends System_Internal.MarshalByRef
|
|
|
528
546
|
closeAsync(): Task;
|
|
529
547
|
dispose(): void;
|
|
530
548
|
disposeAsync(): ValueTask;
|
|
531
|
-
get_Item(ordinal: int):
|
|
532
|
-
get_Item(name: string):
|
|
549
|
+
get_Item(ordinal: int): unknown;
|
|
550
|
+
get_Item(name: string): unknown;
|
|
533
551
|
abstract getBoolean(ordinal: int): boolean;
|
|
534
552
|
abstract getByte(ordinal: int): byte;
|
|
535
553
|
abstract getBytes(ordinal: int, dataOffset: long, buffer: byte[], bufferOffset: int, length: int): long;
|
|
536
|
-
abstract getChar(ordinal: int):
|
|
537
|
-
abstract getChars(ordinal: int, dataOffset: long, buffer:
|
|
554
|
+
abstract getChar(ordinal: int): char;
|
|
555
|
+
abstract getChars(ordinal: int, dataOffset: long, buffer: char[], bufferOffset: int, length: int): long;
|
|
538
556
|
getColumnSchemaAsync(cancellationToken?: CancellationToken): Task_1<ReadOnlyCollection_1<DbColumn>>;
|
|
539
557
|
getData(ordinal: int): DbDataReader;
|
|
540
558
|
abstract getDataTypeName(ordinal: int): string;
|
|
@@ -554,15 +572,15 @@ export abstract class DbDataReader$instance extends System_Internal.MarshalByRef
|
|
|
554
572
|
abstract getName(ordinal: int): string;
|
|
555
573
|
abstract getOrdinal(name: string): int;
|
|
556
574
|
getProviderSpecificFieldType(ordinal: int): Type;
|
|
557
|
-
getProviderSpecificValue(ordinal: int):
|
|
558
|
-
getProviderSpecificValues(values:
|
|
575
|
+
getProviderSpecificValue(ordinal: int): unknown;
|
|
576
|
+
getProviderSpecificValues(values: unknown[]): int;
|
|
559
577
|
getSchemaTable(): DataTable;
|
|
560
578
|
getSchemaTableAsync(cancellationToken?: CancellationToken): Task_1<DataTable>;
|
|
561
579
|
getStream(ordinal: int): Stream;
|
|
562
580
|
abstract getString(ordinal: int): string;
|
|
563
581
|
getTextReader(ordinal: int): TextReader;
|
|
564
|
-
abstract getValue(ordinal: int):
|
|
565
|
-
abstract getValues(values:
|
|
582
|
+
abstract getValue(ordinal: int): unknown;
|
|
583
|
+
abstract getValues(values: unknown[]): int;
|
|
566
584
|
abstract isDBNull(ordinal: int): boolean;
|
|
567
585
|
isDBNullAsync(ordinal: int): Task_1<CLROf<boolean>>;
|
|
568
586
|
isDBNullAsync(ordinal: int, cancellationToken: CancellationToken): Task_1<CLROf<boolean>>;
|
|
@@ -576,25 +594,27 @@ export abstract class DbDataReader$instance extends System_Internal.MarshalByRef
|
|
|
576
594
|
|
|
577
595
|
|
|
578
596
|
export interface __DbDataReader$views {
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
597
|
+
As_IDataReader(): System_Data_Internal.IDataReader$instance;
|
|
598
|
+
As_IDataRecord(): System_Data_Internal.IDataRecord$instance;
|
|
599
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
600
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
601
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
584
602
|
}
|
|
585
603
|
|
|
604
|
+
export interface DbDataReader$instance extends System_Collections_Internal.IEnumerable$instance, System_Internal.IAsyncDisposable$instance {}
|
|
605
|
+
|
|
586
606
|
export type DbDataReader = DbDataReader$instance & __DbDataReader$views;
|
|
587
607
|
|
|
588
608
|
|
|
589
609
|
export abstract class DbDataRecord$instance {
|
|
590
610
|
readonly fieldCount: int;
|
|
591
|
-
get_Item(i: int):
|
|
592
|
-
get_Item(name: string):
|
|
611
|
+
get_Item(i: int): unknown;
|
|
612
|
+
get_Item(name: string): unknown;
|
|
593
613
|
abstract getBoolean(i: int): boolean;
|
|
594
614
|
abstract getByte(i: int): byte;
|
|
595
615
|
abstract getBytes(i: int, dataIndex: long, buffer: byte[], bufferIndex: int, length: int): long;
|
|
596
|
-
abstract getChar(i: int):
|
|
597
|
-
abstract getChars(i: int, dataIndex: long, buffer:
|
|
616
|
+
abstract getChar(i: int): char;
|
|
617
|
+
abstract getChars(i: int, dataIndex: long, buffer: char[], bufferIndex: int, length: int): long;
|
|
598
618
|
getData(i: int): IDataReader;
|
|
599
619
|
abstract getDataTypeName(i: int): string;
|
|
600
620
|
abstract getDateTime(i: int): DateTime;
|
|
@@ -609,17 +629,19 @@ export abstract class DbDataRecord$instance {
|
|
|
609
629
|
abstract getName(i: int): string;
|
|
610
630
|
abstract getOrdinal(name: string): int;
|
|
611
631
|
abstract getString(i: int): string;
|
|
612
|
-
abstract getValue(i: int):
|
|
613
|
-
abstract getValues(values:
|
|
632
|
+
abstract getValue(i: int): unknown;
|
|
633
|
+
abstract getValues(values: unknown[]): int;
|
|
614
634
|
abstract isDBNull(i: int): boolean;
|
|
615
635
|
}
|
|
616
636
|
|
|
617
637
|
|
|
618
638
|
export interface __DbDataRecord$views {
|
|
619
|
-
|
|
620
|
-
|
|
639
|
+
As_ICustomTypeDescriptor(): System_ComponentModel_Internal.ICustomTypeDescriptor$instance;
|
|
640
|
+
As_IDataRecord(): System_Data_Internal.IDataRecord$instance;
|
|
621
641
|
}
|
|
622
642
|
|
|
643
|
+
export interface DbDataRecord$instance extends System_ComponentModel_Internal.ICustomTypeDescriptor$instance, System_Data_Internal.IDataRecord$instance {}
|
|
644
|
+
|
|
623
645
|
export type DbDataRecord = DbDataRecord$instance & __DbDataRecord$views;
|
|
624
646
|
|
|
625
647
|
|
|
@@ -636,10 +658,12 @@ export abstract class DbDataSource$instance {
|
|
|
636
658
|
|
|
637
659
|
|
|
638
660
|
export interface __DbDataSource$views {
|
|
639
|
-
|
|
640
|
-
|
|
661
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
662
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
641
663
|
}
|
|
642
664
|
|
|
665
|
+
export interface DbDataSource$instance extends System_Internal.IAsyncDisposable$instance, System_Internal.IDisposable$instance {}
|
|
666
|
+
|
|
643
667
|
export type DbDataSource = DbDataSource$instance & __DbDataSource$views;
|
|
644
668
|
|
|
645
669
|
|
|
@@ -655,16 +679,18 @@ export class DbEnumerator$instance {
|
|
|
655
679
|
constructor(reader: IDataReader, closeReader: boolean);
|
|
656
680
|
constructor(reader: DbDataReader);
|
|
657
681
|
constructor(reader: DbDataReader, closeReader: boolean);
|
|
658
|
-
readonly current:
|
|
682
|
+
readonly current: unknown;
|
|
659
683
|
moveNext(): boolean;
|
|
660
684
|
reset(): void;
|
|
661
685
|
}
|
|
662
686
|
|
|
663
687
|
|
|
664
688
|
export interface __DbEnumerator$views {
|
|
665
|
-
|
|
689
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
666
690
|
}
|
|
667
691
|
|
|
692
|
+
export interface DbEnumerator$instance extends System_Collections_Internal.IEnumerator$instance {}
|
|
693
|
+
|
|
668
694
|
export type DbEnumerator = DbEnumerator$instance & __DbEnumerator$views;
|
|
669
695
|
|
|
670
696
|
|
|
@@ -677,7 +703,7 @@ export abstract class DbException$instance extends System_Runtime_InteropService
|
|
|
677
703
|
|
|
678
704
|
|
|
679
705
|
export interface __DbException$views {
|
|
680
|
-
|
|
706
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
681
707
|
}
|
|
682
708
|
|
|
683
709
|
export type DbException = DbException$instance & __DbException$views;
|
|
@@ -694,14 +720,14 @@ export abstract class DbParameter$instance extends System_Internal.MarshalByRefO
|
|
|
694
720
|
sourceColumn: string;
|
|
695
721
|
sourceColumnNullMapping: boolean;
|
|
696
722
|
sourceVersion: DataRowVersion;
|
|
697
|
-
value:
|
|
723
|
+
value: unknown;
|
|
698
724
|
abstract resetDbType(): void;
|
|
699
725
|
}
|
|
700
726
|
|
|
701
727
|
|
|
702
728
|
export interface __DbParameter$views {
|
|
703
|
-
|
|
704
|
-
|
|
729
|
+
As_IDataParameter(): System_Data_Internal.IDataParameter$instance;
|
|
730
|
+
As_IDbDataParameter(): System_Data_Internal.IDbDataParameter$instance;
|
|
705
731
|
}
|
|
706
732
|
|
|
707
733
|
export type DbParameter = DbParameter$instance & __DbParameter$views;
|
|
@@ -712,20 +738,20 @@ export abstract class DbParameterCollection$instance extends System_Internal.Mar
|
|
|
712
738
|
readonly isFixedSize: boolean;
|
|
713
739
|
readonly isReadOnly: boolean;
|
|
714
740
|
readonly isSynchronized: boolean;
|
|
715
|
-
readonly syncRoot:
|
|
716
|
-
abstract add(value:
|
|
741
|
+
readonly syncRoot: unknown;
|
|
742
|
+
abstract add(value: unknown): int;
|
|
717
743
|
abstract addRange(values: ClrArray): void;
|
|
718
744
|
abstract clear(): void;
|
|
719
|
-
abstract contains(value:
|
|
745
|
+
abstract contains(value: unknown): boolean;
|
|
720
746
|
abstract contains(value: string): boolean;
|
|
721
747
|
abstract copyTo(array: ClrArray, index: int): void;
|
|
722
748
|
get_Item(index: int): DbParameter;
|
|
723
749
|
get_Item(parameterName: string): DbParameter;
|
|
724
750
|
abstract getEnumerator(): IEnumerator;
|
|
725
|
-
abstract indexOf(value:
|
|
751
|
+
abstract indexOf(value: unknown): int;
|
|
726
752
|
abstract indexOf(parameterName: string): int;
|
|
727
|
-
abstract insert(index: int, value:
|
|
728
|
-
abstract remove(value:
|
|
753
|
+
abstract insert(index: int, value: unknown): void;
|
|
754
|
+
abstract remove(value: unknown): void;
|
|
729
755
|
abstract removeAt(index: int): void;
|
|
730
756
|
abstract removeAt(parameterName: string): void;
|
|
731
757
|
set_Item(index: int, value: DbParameter): void;
|
|
@@ -734,10 +760,10 @@ export abstract class DbParameterCollection$instance extends System_Internal.Mar
|
|
|
734
760
|
|
|
735
761
|
|
|
736
762
|
export interface __DbParameterCollection$views {
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
763
|
+
As_IDataParameterCollection(): System_Data_Internal.IDataParameterCollection$instance;
|
|
764
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
765
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
766
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
741
767
|
}
|
|
742
768
|
|
|
743
769
|
export type DbParameterCollection = DbParameterCollection$instance & __DbParameterCollection$views;
|
|
@@ -791,11 +817,13 @@ export abstract class DbTransaction$instance extends System_Internal.MarshalByRe
|
|
|
791
817
|
|
|
792
818
|
|
|
793
819
|
export interface __DbTransaction$views {
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
820
|
+
As_IDbTransaction(): System_Data_Internal.IDbTransaction$instance;
|
|
821
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
822
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
797
823
|
}
|
|
798
824
|
|
|
825
|
+
export interface DbTransaction$instance extends System_Internal.IAsyncDisposable$instance {}
|
|
826
|
+
|
|
799
827
|
export type DbTransaction = DbTransaction$instance & __DbTransaction$views;
|
|
800
828
|
|
|
801
829
|
|
|
@@ -830,8 +858,8 @@ export class RowUpdatingEventArgs$instance extends System_Internal.EventArgs$ins
|
|
|
830
858
|
export type RowUpdatingEventArgs = RowUpdatingEventArgs$instance;
|
|
831
859
|
|
|
832
860
|
export abstract class DbDataReaderExtensions$instance {
|
|
833
|
-
static
|
|
834
|
-
static
|
|
861
|
+
static canGetColumnSchema(reader: DbDataReader): boolean;
|
|
862
|
+
static getColumnSchema(reader: DbDataReader): ReadOnlyCollection_1<DbColumn>;
|
|
835
863
|
}
|
|
836
864
|
|
|
837
865
|
|
|
@@ -898,16 +926,16 @@ export abstract class DbMetaDataColumnNames$instance {
|
|
|
898
926
|
export type DbMetaDataColumnNames = DbMetaDataColumnNames$instance;
|
|
899
927
|
|
|
900
928
|
export abstract class DbProviderFactories$instance {
|
|
901
|
-
static
|
|
902
|
-
static
|
|
903
|
-
static
|
|
904
|
-
static
|
|
905
|
-
static
|
|
906
|
-
static
|
|
907
|
-
static
|
|
908
|
-
static
|
|
909
|
-
static
|
|
910
|
-
static
|
|
929
|
+
static getFactory3(connection: DbConnection): DbProviderFactory;
|
|
930
|
+
static getFactory3(providerRow: DataRow): DbProviderFactory;
|
|
931
|
+
static getFactory3(providerInvariantName: string): DbProviderFactory;
|
|
932
|
+
static getFactoryClasses(): DataTable;
|
|
933
|
+
static getProviderInvariantNames(): IEnumerable_1<CLROf<string>>;
|
|
934
|
+
static registerFactory3(providerInvariantName: string, factory: DbProviderFactory): void;
|
|
935
|
+
static registerFactory3(providerInvariantName: string, factoryTypeAssemblyQualifiedName: string): void;
|
|
936
|
+
static registerFactory3(providerInvariantName: string, providerFactoryClass: Type): void;
|
|
937
|
+
static tryGetFactory(providerInvariantName: string, factory: { value: ref<DbProviderFactory> }): boolean;
|
|
938
|
+
static unregisterFactory(providerInvariantName: string): boolean;
|
|
911
939
|
}
|
|
912
940
|
|
|
913
941
|
|
|
@@ -15096,7 +15096,7 @@
|
|
|
15096
15096
|
{
|
|
15097
15097
|
"stableId": "System.Data.Common:System.Data.SqlTypes.SqlString::LCID:System.Int32",
|
|
15098
15098
|
"clrName": "LCID",
|
|
15099
|
-
"tsEmitName": "
|
|
15099
|
+
"tsEmitName": "LCID",
|
|
15100
15100
|
"metadataToken": 385877038,
|
|
15101
15101
|
"canonicalSignature": ":System.Int32",
|
|
15102
15102
|
"normalizedSignature": "LCID|:System.Int32|static=false|accessor=get",
|
|
@@ -15720,7 +15720,7 @@
|
|
|
15720
15720
|
}
|
|
15721
15721
|
},
|
|
15722
15722
|
{
|
|
15723
|
-
"tsName": "
|
|
15723
|
+
"tsName": "LCID",
|
|
15724
15724
|
"isStatic": false,
|
|
15725
15725
|
"tsSignatureId": "LCID|:System.Int32|static=false|accessor=get",
|
|
15726
15726
|
"target": {
|