@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
|
@@ -337,261 +337,273 @@ export enum XmlWriteMode {
|
|
|
337
337
|
|
|
338
338
|
|
|
339
339
|
export interface IColumnMapping$instance {
|
|
340
|
-
|
|
341
|
-
|
|
340
|
+
dataSetColumn: string;
|
|
341
|
+
sourceColumn: string;
|
|
342
342
|
}
|
|
343
343
|
|
|
344
344
|
|
|
345
345
|
export type IColumnMapping = IColumnMapping$instance;
|
|
346
346
|
|
|
347
|
-
export interface IColumnMappingCollection$instance {
|
|
348
|
-
readonly
|
|
349
|
-
readonly
|
|
350
|
-
readonly
|
|
351
|
-
readonly
|
|
352
|
-
readonly
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
347
|
+
export interface IColumnMappingCollection$instance extends IList, ICollection, IEnumerable {
|
|
348
|
+
readonly isReadOnly: boolean;
|
|
349
|
+
readonly isFixedSize: boolean;
|
|
350
|
+
readonly count: int;
|
|
351
|
+
readonly syncRoot: unknown;
|
|
352
|
+
readonly isSynchronized: boolean;
|
|
353
|
+
add(sourceColumnName: string, dataSetColumnName: string): IColumnMapping;
|
|
354
|
+
add(value: unknown): int;
|
|
355
|
+
clear(): void;
|
|
356
|
+
contains(sourceColumnName: string): boolean;
|
|
357
|
+
contains(value: unknown): boolean;
|
|
358
|
+
copyTo(array: ClrArray, index: int): void;
|
|
359
|
+
get_Item2(index: int): unknown;
|
|
360
|
+
get_Item2(index: string): unknown;
|
|
361
|
+
getByDataSetColumn(dataSetColumnName: string): IColumnMapping;
|
|
362
|
+
getEnumerator(): IEnumerator;
|
|
363
|
+
indexOf(sourceColumnName: string): int;
|
|
364
|
+
insert(index: int, value: unknown): void;
|
|
365
|
+
remove(value: unknown): void;
|
|
366
|
+
removeAt(sourceColumnName: string): void;
|
|
367
|
+
removeAt(index: int): void;
|
|
368
|
+
set_Item2(index: int, value: unknown): void;
|
|
369
|
+
set_Item2(index: string, value: unknown): void;
|
|
370
370
|
}
|
|
371
371
|
|
|
372
372
|
|
|
373
373
|
export type IColumnMappingCollection = IColumnMappingCollection$instance;
|
|
374
374
|
|
|
375
375
|
export interface IDataAdapter$instance {
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
readonly
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
376
|
+
missingMappingAction: MissingMappingAction;
|
|
377
|
+
missingSchemaAction: MissingSchemaAction;
|
|
378
|
+
readonly tableMappings: ITableMappingCollection;
|
|
379
|
+
fill(dataSet: DataSet): int;
|
|
380
|
+
fillSchema(dataSet: DataSet, schemaType: SchemaType): DataTable[];
|
|
381
|
+
getFillParameters(): IDataParameter[];
|
|
382
382
|
}
|
|
383
383
|
|
|
384
384
|
|
|
385
385
|
export type IDataAdapter = IDataAdapter$instance;
|
|
386
386
|
|
|
387
387
|
export interface IDataParameter$instance {
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
readonly
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
388
|
+
dbType: DbType;
|
|
389
|
+
direction: ParameterDirection;
|
|
390
|
+
readonly isNullable: boolean;
|
|
391
|
+
parameterName: string;
|
|
392
|
+
sourceColumn: string;
|
|
393
|
+
sourceVersion: DataRowVersion;
|
|
394
|
+
value: unknown;
|
|
395
395
|
}
|
|
396
396
|
|
|
397
397
|
|
|
398
398
|
export type IDataParameter = IDataParameter$instance;
|
|
399
399
|
|
|
400
|
-
export interface IDataParameterCollection$instance {
|
|
401
|
-
readonly
|
|
402
|
-
readonly
|
|
403
|
-
readonly
|
|
404
|
-
readonly
|
|
405
|
-
readonly
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
400
|
+
export interface IDataParameterCollection$instance extends IList, ICollection, IEnumerable {
|
|
401
|
+
readonly isReadOnly: boolean;
|
|
402
|
+
readonly isFixedSize: boolean;
|
|
403
|
+
readonly count: int;
|
|
404
|
+
readonly syncRoot: unknown;
|
|
405
|
+
readonly isSynchronized: boolean;
|
|
406
|
+
add(value: unknown): int;
|
|
407
|
+
clear(): void;
|
|
408
|
+
contains(parameterName: string): boolean;
|
|
409
|
+
contains(value: unknown): boolean;
|
|
410
|
+
copyTo(array: ClrArray, index: int): void;
|
|
411
|
+
get_Item2(index: int): unknown;
|
|
412
|
+
get_Item2(parameterName: string): unknown;
|
|
413
|
+
getEnumerator(): IEnumerator;
|
|
414
|
+
indexOf(parameterName: string): int;
|
|
415
|
+
insert(index: int, value: unknown): void;
|
|
416
|
+
remove(value: unknown): void;
|
|
417
|
+
removeAt(parameterName: string): void;
|
|
418
|
+
removeAt(index: int): void;
|
|
419
|
+
set_Item2(index: int, value: unknown): void;
|
|
420
|
+
set_Item2(parameterName: string, value: unknown): void;
|
|
421
421
|
}
|
|
422
422
|
|
|
423
423
|
|
|
424
424
|
export type IDataParameterCollection = IDataParameterCollection$instance;
|
|
425
425
|
|
|
426
|
-
export interface IDataReader$instance {
|
|
427
|
-
readonly
|
|
428
|
-
readonly
|
|
429
|
-
readonly
|
|
430
|
-
readonly
|
|
431
|
-
|
|
432
|
-
get_Item(i: int):
|
|
433
|
-
get_Item(name: string):
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
426
|
+
export interface IDataReader$instance extends IDisposable, IDataRecord {
|
|
427
|
+
readonly depth: int;
|
|
428
|
+
readonly isClosed: boolean;
|
|
429
|
+
readonly recordsAffected: int;
|
|
430
|
+
readonly fieldCount: int;
|
|
431
|
+
close(): void;
|
|
432
|
+
get_Item(i: int): unknown;
|
|
433
|
+
get_Item(name: string): unknown;
|
|
434
|
+
getBoolean(i: int): boolean;
|
|
435
|
+
getByte(i: int): byte;
|
|
436
|
+
getBytes(i: int, fieldOffset: long, buffer: byte[], bufferoffset: int, length: int): long;
|
|
437
|
+
getChar(i: int): char;
|
|
438
|
+
getChars(i: int, fieldoffset: long, buffer: char[], bufferoffset: int, length: int): long;
|
|
439
|
+
getData(i: int): IDataReader;
|
|
440
|
+
getDateTime(i: int): DateTime;
|
|
441
|
+
getDecimal(i: int): decimal;
|
|
442
|
+
getDouble(i: int): double;
|
|
443
|
+
getFieldType(i: int): Type;
|
|
444
|
+
getFloat(i: int): float;
|
|
445
|
+
getGuid(i: int): Guid;
|
|
446
|
+
getInt16(i: int): short;
|
|
447
|
+
getInt32(i: int): int;
|
|
448
|
+
getInt64(i: int): long;
|
|
449
|
+
getName(i: int): string;
|
|
450
|
+
getOrdinal(name: string): int;
|
|
451
|
+
getSchemaTable(): DataTable;
|
|
452
|
+
getValue(i: int): unknown;
|
|
453
|
+
getValues(values: unknown[]): int;
|
|
454
|
+
nextResult(): boolean;
|
|
455
455
|
}
|
|
456
456
|
|
|
457
457
|
|
|
458
|
+
export interface IDataReader$instance extends IDataRecord$instance, System_Internal.IDisposable$instance {}
|
|
459
|
+
|
|
458
460
|
export type IDataReader = IDataReader$instance;
|
|
459
461
|
|
|
460
462
|
export interface IDataRecord$instance {
|
|
461
|
-
readonly
|
|
462
|
-
get_Item(i: int):
|
|
463
|
-
get_Item(name: string):
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
463
|
+
readonly fieldCount: int;
|
|
464
|
+
get_Item(i: int): unknown;
|
|
465
|
+
get_Item(name: string): unknown;
|
|
466
|
+
getBoolean(i: int): boolean;
|
|
467
|
+
getByte(i: int): byte;
|
|
468
|
+
getBytes(i: int, fieldOffset: long, buffer: byte[], bufferoffset: int, length: int): long;
|
|
469
|
+
getChar(i: int): char;
|
|
470
|
+
getChars(i: int, fieldoffset: long, buffer: char[], bufferoffset: int, length: int): long;
|
|
471
|
+
getData(i: int): IDataReader;
|
|
472
|
+
getDateTime(i: int): DateTime;
|
|
473
|
+
getDecimal(i: int): decimal;
|
|
474
|
+
getDouble(i: int): double;
|
|
475
|
+
getFieldType(i: int): Type;
|
|
476
|
+
getFloat(i: int): float;
|
|
477
|
+
getGuid(i: int): Guid;
|
|
478
|
+
getInt16(i: int): short;
|
|
479
|
+
getInt32(i: int): int;
|
|
480
|
+
getInt64(i: int): long;
|
|
481
|
+
getName(i: int): string;
|
|
482
|
+
getOrdinal(name: string): int;
|
|
483
|
+
getValue(i: int): unknown;
|
|
484
|
+
getValues(values: unknown[]): int;
|
|
483
485
|
}
|
|
484
486
|
|
|
485
487
|
|
|
486
488
|
export type IDataRecord = IDataRecord$instance;
|
|
487
489
|
|
|
488
|
-
export interface IDbCommand$instance {
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
readonly
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
490
|
+
export interface IDbCommand$instance extends IDisposable {
|
|
491
|
+
connection: IDbConnection;
|
|
492
|
+
transaction: IDbTransaction;
|
|
493
|
+
commandText: string;
|
|
494
|
+
commandTimeout: int;
|
|
495
|
+
commandType: CommandType;
|
|
496
|
+
readonly parameters: IDataParameterCollection;
|
|
497
|
+
updatedRowSource: UpdateRowSource;
|
|
498
|
+
createParameter(): IDbDataParameter;
|
|
499
|
+
executeNonQuery(): int;
|
|
500
|
+
executeReader(): IDataReader;
|
|
501
|
+
executeReader(behavior: CommandBehavior): IDataReader;
|
|
502
|
+
executeScalar(): unknown;
|
|
503
|
+
prepare(): void;
|
|
502
504
|
}
|
|
503
505
|
|
|
504
506
|
|
|
507
|
+
export interface IDbCommand$instance extends System_Internal.IDisposable$instance {}
|
|
508
|
+
|
|
505
509
|
export type IDbCommand = IDbCommand$instance;
|
|
506
510
|
|
|
507
|
-
export interface IDbConnection$instance {
|
|
508
|
-
|
|
509
|
-
readonly
|
|
510
|
-
readonly
|
|
511
|
-
readonly
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
511
|
+
export interface IDbConnection$instance extends IDisposable {
|
|
512
|
+
connectionString: string;
|
|
513
|
+
readonly connectionTimeout: int;
|
|
514
|
+
readonly database: string;
|
|
515
|
+
readonly state: ConnectionState;
|
|
516
|
+
beginTransaction(): IDbTransaction;
|
|
517
|
+
beginTransaction(il: IsolationLevel): IDbTransaction;
|
|
518
|
+
changeDatabase(databaseName: string): void;
|
|
519
|
+
close(): void;
|
|
520
|
+
createCommand(): IDbCommand;
|
|
517
521
|
}
|
|
518
522
|
|
|
519
523
|
|
|
524
|
+
export interface IDbConnection$instance extends System_Internal.IDisposable$instance {}
|
|
525
|
+
|
|
520
526
|
export type IDbConnection = IDbConnection$instance;
|
|
521
527
|
|
|
522
|
-
export interface IDbDataAdapter$instance {
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
readonly
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
528
|
+
export interface IDbDataAdapter$instance extends IDataAdapter {
|
|
529
|
+
selectCommand: IDbCommand;
|
|
530
|
+
insertCommand: IDbCommand;
|
|
531
|
+
updateCommand: IDbCommand;
|
|
532
|
+
deleteCommand: IDbCommand;
|
|
533
|
+
missingMappingAction: MissingMappingAction;
|
|
534
|
+
missingSchemaAction: MissingSchemaAction;
|
|
535
|
+
readonly tableMappings: ITableMappingCollection;
|
|
536
|
+
fill(dataSet: DataSet): int;
|
|
537
|
+
fillSchema(dataSet: DataSet, schemaType: SchemaType): DataTable[];
|
|
538
|
+
getFillParameters(): IDataParameter[];
|
|
533
539
|
}
|
|
534
540
|
|
|
535
541
|
|
|
542
|
+
export interface IDbDataAdapter$instance extends IDataAdapter$instance {}
|
|
543
|
+
|
|
536
544
|
export type IDbDataAdapter = IDbDataAdapter$instance;
|
|
537
545
|
|
|
538
|
-
export interface IDbDataParameter$instance {
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
readonly
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
546
|
+
export interface IDbDataParameter$instance extends IDataParameter {
|
|
547
|
+
precision: byte;
|
|
548
|
+
scale: byte;
|
|
549
|
+
size: int;
|
|
550
|
+
dbType: DbType;
|
|
551
|
+
direction: ParameterDirection;
|
|
552
|
+
readonly isNullable: boolean;
|
|
553
|
+
parameterName: string;
|
|
554
|
+
sourceColumn: string;
|
|
555
|
+
sourceVersion: DataRowVersion;
|
|
556
|
+
value: unknown;
|
|
549
557
|
}
|
|
550
558
|
|
|
551
559
|
|
|
560
|
+
export interface IDbDataParameter$instance extends IDataParameter$instance {}
|
|
561
|
+
|
|
552
562
|
export type IDbDataParameter = IDbDataParameter$instance;
|
|
553
563
|
|
|
554
|
-
export interface IDbTransaction$instance {
|
|
555
|
-
readonly
|
|
556
|
-
readonly
|
|
557
|
-
|
|
564
|
+
export interface IDbTransaction$instance extends IDisposable {
|
|
565
|
+
readonly connection: IDbConnection;
|
|
566
|
+
readonly isolationLevel: IsolationLevel;
|
|
567
|
+
commit(): void;
|
|
558
568
|
}
|
|
559
569
|
|
|
560
570
|
|
|
571
|
+
export interface IDbTransaction$instance extends System_Internal.IDisposable$instance {}
|
|
572
|
+
|
|
561
573
|
export type IDbTransaction = IDbTransaction$instance;
|
|
562
574
|
|
|
563
575
|
export interface ITableMapping$instance {
|
|
564
|
-
readonly
|
|
565
|
-
|
|
566
|
-
|
|
576
|
+
readonly columnMappings: IColumnMappingCollection;
|
|
577
|
+
dataSetTable: string;
|
|
578
|
+
sourceTable: string;
|
|
567
579
|
}
|
|
568
580
|
|
|
569
581
|
|
|
570
582
|
export type ITableMapping = ITableMapping$instance;
|
|
571
583
|
|
|
572
|
-
export interface ITableMappingCollection$instance {
|
|
573
|
-
readonly
|
|
574
|
-
readonly
|
|
575
|
-
readonly
|
|
576
|
-
readonly
|
|
577
|
-
readonly
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
584
|
+
export interface ITableMappingCollection$instance extends IList, ICollection, IEnumerable {
|
|
585
|
+
readonly isReadOnly: boolean;
|
|
586
|
+
readonly isFixedSize: boolean;
|
|
587
|
+
readonly count: int;
|
|
588
|
+
readonly syncRoot: unknown;
|
|
589
|
+
readonly isSynchronized: boolean;
|
|
590
|
+
add(sourceTableName: string, dataSetTableName: string): ITableMapping;
|
|
591
|
+
add(value: unknown): int;
|
|
592
|
+
clear(): void;
|
|
593
|
+
contains(sourceTableName: string): boolean;
|
|
594
|
+
contains(value: unknown): boolean;
|
|
595
|
+
copyTo(array: ClrArray, index: int): void;
|
|
596
|
+
get_Item2(index: int): unknown;
|
|
597
|
+
get_Item2(index: string): unknown;
|
|
598
|
+
getByDataSetTable(dataSetTableName: string): ITableMapping;
|
|
599
|
+
getEnumerator(): IEnumerator;
|
|
600
|
+
indexOf(sourceTableName: string): int;
|
|
601
|
+
insert(index: int, value: unknown): void;
|
|
602
|
+
remove(value: unknown): void;
|
|
603
|
+
removeAt(sourceTableName: string): void;
|
|
604
|
+
removeAt(index: int): void;
|
|
605
|
+
set_Item2(index: int, value: unknown): void;
|
|
606
|
+
set_Item2(index: string, value: unknown): void;
|
|
595
607
|
}
|
|
596
608
|
|
|
597
609
|
|
|
@@ -630,8 +642,8 @@ export class ConstraintCollection$instance extends InternalDataCollectionBase$in
|
|
|
630
642
|
|
|
631
643
|
|
|
632
644
|
export interface __ConstraintCollection$views {
|
|
633
|
-
|
|
634
|
-
|
|
645
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
646
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
635
647
|
}
|
|
636
648
|
|
|
637
649
|
export type ConstraintCollection = ConstraintCollection$instance & __ConstraintCollection$views;
|
|
@@ -646,7 +658,7 @@ export class ConstraintException$instance extends DataException$instance {
|
|
|
646
658
|
|
|
647
659
|
|
|
648
660
|
export interface __ConstraintException$views {
|
|
649
|
-
|
|
661
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
650
662
|
}
|
|
651
663
|
|
|
652
664
|
export type ConstraintException = ConstraintException$instance & __ConstraintException$views;
|
|
@@ -667,7 +679,7 @@ export class DataColumn$instance extends System_ComponentModel_Internal.MarshalB
|
|
|
667
679
|
columnName: string;
|
|
668
680
|
dataType: Type;
|
|
669
681
|
dateTimeMode: DataSetDateTime;
|
|
670
|
-
defaultValue:
|
|
682
|
+
defaultValue: unknown;
|
|
671
683
|
expression: string;
|
|
672
684
|
readonly extendedProperties: PropertyCollection;
|
|
673
685
|
maxLength: int;
|
|
@@ -678,25 +690,27 @@ export class DataColumn$instance extends System_ComponentModel_Internal.MarshalB
|
|
|
678
690
|
readonly table: DataTable;
|
|
679
691
|
unique: boolean;
|
|
680
692
|
dispose(): void;
|
|
681
|
-
getService(service: Type):
|
|
693
|
+
getService(service: Type): unknown;
|
|
682
694
|
setOrdinal(ordinal: int): void;
|
|
683
695
|
toString(): string;
|
|
684
696
|
}
|
|
685
697
|
|
|
686
698
|
|
|
687
699
|
export interface __DataColumn$views {
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
700
|
+
As_IServiceProvider(): System_Internal.IServiceProvider$instance;
|
|
701
|
+
As_IComponent(): System_ComponentModel_Internal.IComponent$instance;
|
|
702
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
691
703
|
}
|
|
692
704
|
|
|
705
|
+
export interface DataColumn$instance extends System_ComponentModel_Internal.IComponent$instance {}
|
|
706
|
+
|
|
693
707
|
export type DataColumn = DataColumn$instance & __DataColumn$views;
|
|
694
708
|
|
|
695
709
|
|
|
696
710
|
export class DataColumnChangeEventArgs$instance extends System_Internal.EventArgs$instance {
|
|
697
|
-
constructor(row: DataRow, column: DataColumn, value:
|
|
711
|
+
constructor(row: DataRow, column: DataColumn, value: unknown);
|
|
698
712
|
readonly column: DataColumn;
|
|
699
|
-
proposedValue:
|
|
713
|
+
proposedValue: unknown;
|
|
700
714
|
readonly row: DataRow;
|
|
701
715
|
}
|
|
702
716
|
|
|
@@ -704,18 +718,18 @@ export class DataColumnChangeEventArgs$instance extends System_Internal.EventArg
|
|
|
704
718
|
export type DataColumnChangeEventArgs = DataColumnChangeEventArgs$instance;
|
|
705
719
|
|
|
706
720
|
export class DataColumnChangeEventHandler$instance extends Function {
|
|
707
|
-
constructor(object_:
|
|
708
|
-
beginInvoke(sender:
|
|
709
|
-
clone():
|
|
721
|
+
constructor(object_: unknown, method: nint);
|
|
722
|
+
beginInvoke(sender: unknown, e: DataColumnChangeEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
723
|
+
clone(): unknown;
|
|
710
724
|
endInvoke(result: IAsyncResult): void;
|
|
711
725
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
712
|
-
invoke(sender:
|
|
726
|
+
invoke(sender: unknown, e: DataColumnChangeEventArgs): void;
|
|
713
727
|
}
|
|
714
728
|
|
|
715
729
|
|
|
716
730
|
export interface __DataColumnChangeEventHandler$views {
|
|
717
|
-
|
|
718
|
-
|
|
731
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
732
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
719
733
|
}
|
|
720
734
|
|
|
721
735
|
export type DataColumnChangeEventHandler = DataColumnChangeEventHandler$instance & __DataColumnChangeEventHandler$views;
|
|
@@ -744,8 +758,8 @@ export class DataColumnCollection$instance extends InternalDataCollectionBase$in
|
|
|
744
758
|
|
|
745
759
|
|
|
746
760
|
export interface __DataColumnCollection$views {
|
|
747
|
-
|
|
748
|
-
|
|
761
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
762
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
749
763
|
}
|
|
750
764
|
|
|
751
765
|
export type DataColumnCollection = DataColumnCollection$instance & __DataColumnCollection$views;
|
|
@@ -760,7 +774,7 @@ export class DataException$instance extends System_Internal.SystemException$inst
|
|
|
760
774
|
|
|
761
775
|
|
|
762
776
|
export interface __DataException$views {
|
|
763
|
-
|
|
777
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
764
778
|
}
|
|
765
779
|
|
|
766
780
|
export type DataException = DataException$instance & __DataException$views;
|
|
@@ -814,8 +828,8 @@ export abstract class DataRelationCollection$instance extends InternalDataCollec
|
|
|
814
828
|
|
|
815
829
|
|
|
816
830
|
export interface __DataRelationCollection$views {
|
|
817
|
-
|
|
818
|
-
|
|
831
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
832
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
819
833
|
}
|
|
820
834
|
|
|
821
835
|
export type DataRelationCollection = DataRelationCollection$instance & __DataRelationCollection$views;
|
|
@@ -823,7 +837,7 @@ export type DataRelationCollection = DataRelationCollection$instance & __DataRel
|
|
|
823
837
|
|
|
824
838
|
export class DataRow$instance {
|
|
825
839
|
readonly hasErrors: boolean;
|
|
826
|
-
itemArray:
|
|
840
|
+
itemArray: unknown[];
|
|
827
841
|
rowError: string;
|
|
828
842
|
readonly rowState: DataRowState;
|
|
829
843
|
readonly table: DataTable;
|
|
@@ -833,12 +847,12 @@ export class DataRow$instance {
|
|
|
833
847
|
clearErrors(): void;
|
|
834
848
|
delete_(): void;
|
|
835
849
|
endEdit(): void;
|
|
836
|
-
get_Item(columnIndex: int):
|
|
837
|
-
get_Item(columnName: string):
|
|
838
|
-
get_Item(column: DataColumn):
|
|
839
|
-
get_Item(columnIndex: int, version: DataRowVersion):
|
|
840
|
-
get_Item(columnName: string, version: DataRowVersion):
|
|
841
|
-
get_Item(column: DataColumn, version: DataRowVersion):
|
|
850
|
+
get_Item(columnIndex: int): unknown;
|
|
851
|
+
get_Item(columnName: string): unknown;
|
|
852
|
+
get_Item(column: DataColumn): unknown;
|
|
853
|
+
get_Item(columnIndex: int, version: DataRowVersion): unknown;
|
|
854
|
+
get_Item(columnName: string, version: DataRowVersion): unknown;
|
|
855
|
+
get_Item(column: DataColumn, version: DataRowVersion): unknown;
|
|
842
856
|
getChildRows(relationName: string): DataRow[];
|
|
843
857
|
getChildRows(relationName: string, version: DataRowVersion): DataRow[];
|
|
844
858
|
getChildRows(relation: DataRelation): DataRow[];
|
|
@@ -861,9 +875,9 @@ export class DataRow$instance {
|
|
|
861
875
|
isNull(column: DataColumn): boolean;
|
|
862
876
|
isNull(column: DataColumn, version: DataRowVersion): boolean;
|
|
863
877
|
rejectChanges(): void;
|
|
864
|
-
set_Item(columnIndex: int, value:
|
|
865
|
-
set_Item(columnName: string, value:
|
|
866
|
-
set_Item(column: DataColumn, value:
|
|
878
|
+
set_Item(columnIndex: int, value: unknown): void;
|
|
879
|
+
set_Item(columnName: string, value: unknown): void;
|
|
880
|
+
set_Item(column: DataColumn, value: unknown): void;
|
|
867
881
|
setAdded(): void;
|
|
868
882
|
setColumnError(columnIndex: int, error: string): void;
|
|
869
883
|
setColumnError(columnName: string, error: string): void;
|
|
@@ -892,18 +906,18 @@ export class DataRowChangeEventArgs$instance extends System_Internal.EventArgs$i
|
|
|
892
906
|
export type DataRowChangeEventArgs = DataRowChangeEventArgs$instance;
|
|
893
907
|
|
|
894
908
|
export class DataRowChangeEventHandler$instance extends Function {
|
|
895
|
-
constructor(object_:
|
|
896
|
-
beginInvoke(sender:
|
|
897
|
-
clone():
|
|
909
|
+
constructor(object_: unknown, method: nint);
|
|
910
|
+
beginInvoke(sender: unknown, e: DataRowChangeEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
911
|
+
clone(): unknown;
|
|
898
912
|
endInvoke(result: IAsyncResult): void;
|
|
899
913
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
900
|
-
invoke(sender:
|
|
914
|
+
invoke(sender: unknown, e: DataRowChangeEventArgs): void;
|
|
901
915
|
}
|
|
902
916
|
|
|
903
917
|
|
|
904
918
|
export interface __DataRowChangeEventHandler$views {
|
|
905
|
-
|
|
906
|
-
|
|
919
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
920
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
907
921
|
}
|
|
908
922
|
|
|
909
923
|
export type DataRowChangeEventHandler = DataRowChangeEventHandler$instance & __DataRowChangeEventHandler$views;
|
|
@@ -913,13 +927,13 @@ export class DataRowCollection$instance extends InternalDataCollectionBase$insta
|
|
|
913
927
|
readonly count: int;
|
|
914
928
|
readonly item: DataRow;
|
|
915
929
|
add(row: DataRow): void;
|
|
916
|
-
add(values:
|
|
930
|
+
add(values: unknown[]): DataRow;
|
|
917
931
|
clear(): void;
|
|
918
|
-
contains(key:
|
|
919
|
-
contains(keys:
|
|
932
|
+
contains(key: unknown): boolean;
|
|
933
|
+
contains(keys: unknown[]): boolean;
|
|
920
934
|
copyTo(ar: ClrArray, index: int): void;
|
|
921
|
-
find(key:
|
|
922
|
-
find(keys:
|
|
935
|
+
find(key: unknown): DataRow;
|
|
936
|
+
find(keys: unknown[]): DataRow;
|
|
923
937
|
getEnumerator(): IEnumerator;
|
|
924
938
|
indexOf(row: DataRow): int;
|
|
925
939
|
insertAt(row: DataRow, pos: int): void;
|
|
@@ -929,8 +943,8 @@ export class DataRowCollection$instance extends InternalDataCollectionBase$insta
|
|
|
929
943
|
|
|
930
944
|
|
|
931
945
|
export interface __DataRowCollection$views {
|
|
932
|
-
|
|
933
|
-
|
|
946
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
947
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
934
948
|
}
|
|
935
949
|
|
|
936
950
|
export type DataRowCollection = DataRowCollection$instance & __DataRowCollection$views;
|
|
@@ -939,18 +953,18 @@ export type DataRowCollection = DataRowCollection$instance & __DataRowCollection
|
|
|
939
953
|
export class DataRowComparer_1$instance<TRow extends DataRow> {
|
|
940
954
|
equals(leftRow: TRow, rightRow: TRow): boolean;
|
|
941
955
|
getHashCode(row: TRow): int;
|
|
942
|
-
static readonly
|
|
956
|
+
static readonly default_: unknown;
|
|
943
957
|
}
|
|
944
958
|
|
|
945
959
|
|
|
946
960
|
export interface __DataRowComparer_1$views<TRow extends DataRow> {
|
|
947
|
-
|
|
961
|
+
As_IEqualityComparer_1(): System_Collections_Generic_Internal.IEqualityComparer_1$instance<TRow>;
|
|
948
962
|
}
|
|
949
963
|
|
|
950
964
|
export type DataRowComparer_1<TRow extends DataRow> = DataRowComparer_1$instance<TRow> & __DataRowComparer_1$views<TRow>;
|
|
951
965
|
|
|
952
966
|
|
|
953
|
-
export class DataRowView$instance {
|
|
967
|
+
export class DataRowView$instance implements System_ComponentModel_Internal.INotifyPropertyChanged$instance {
|
|
954
968
|
readonly dataView: DataView;
|
|
955
969
|
readonly isEdit: boolean;
|
|
956
970
|
readonly isNew: boolean;
|
|
@@ -964,21 +978,23 @@ export class DataRowView$instance {
|
|
|
964
978
|
createChildView(relationName: string): DataView;
|
|
965
979
|
delete_(): void;
|
|
966
980
|
endEdit(): void;
|
|
967
|
-
equals(other:
|
|
968
|
-
get_Item(ndx: int):
|
|
969
|
-
get_Item(property: string):
|
|
981
|
+
equals(other: unknown): boolean;
|
|
982
|
+
get_Item(ndx: int): unknown;
|
|
983
|
+
get_Item(property: string): unknown;
|
|
970
984
|
getHashCode(): int;
|
|
971
|
-
set_Item(ndx: int, value:
|
|
972
|
-
set_Item(property: string, value:
|
|
985
|
+
set_Item(ndx: int, value: unknown): void;
|
|
986
|
+
set_Item(property: string, value: unknown): void;
|
|
973
987
|
}
|
|
974
988
|
|
|
975
989
|
|
|
976
990
|
export interface __DataRowView$views {
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
991
|
+
As_IEditableObject(): System_ComponentModel_Internal.IEditableObject$instance;
|
|
992
|
+
As_ICustomTypeDescriptor(): System_ComponentModel_Internal.ICustomTypeDescriptor$instance;
|
|
993
|
+
As_IDataErrorInfo(): System_ComponentModel_Internal.IDataErrorInfo$instance;
|
|
980
994
|
}
|
|
981
995
|
|
|
996
|
+
export interface DataRowView$instance extends System_ComponentModel_Internal.ICustomTypeDescriptor$instance, System_ComponentModel_Internal.IDataErrorInfo$instance, System_ComponentModel_Internal.IEditableObject$instance, System_ComponentModel_Internal.INotifyPropertyChanged$instance {}
|
|
997
|
+
|
|
982
998
|
export type DataRowView = DataRowView$instance & __DataRowView$views;
|
|
983
999
|
|
|
984
1000
|
|
|
@@ -1012,7 +1028,7 @@ export class DataSet$instance extends System_ComponentModel_Internal.MarshalByVa
|
|
|
1012
1028
|
getChanges(): DataSet;
|
|
1013
1029
|
getChanges(rowStates: DataRowState): DataSet;
|
|
1014
1030
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1015
|
-
getService(service: Type):
|
|
1031
|
+
getService(service: Type): unknown;
|
|
1016
1032
|
getXml(): string;
|
|
1017
1033
|
getXmlSchema(): string;
|
|
1018
1034
|
hasChanges(): boolean;
|
|
@@ -1061,21 +1077,23 @@ export class DataSet$instance extends System_ComponentModel_Internal.MarshalByVa
|
|
|
1061
1077
|
writeXmlSchema(writer: TextWriter, multipleTargetConverter: Converter_2<Type, CLROf<string>>): void;
|
|
1062
1078
|
writeXmlSchema(writer: XmlWriter): void;
|
|
1063
1079
|
writeXmlSchema(writer: XmlWriter, multipleTargetConverter: Converter_2<Type, CLROf<string>>): void;
|
|
1064
|
-
static
|
|
1080
|
+
static getDataSetSchema(schemaSet: XmlSchemaSet): XmlSchemaComplexType;
|
|
1065
1081
|
}
|
|
1066
1082
|
|
|
1067
1083
|
|
|
1068
1084
|
export interface __DataSet$views {
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1085
|
+
As_IServiceProvider(): System_Internal.IServiceProvider$instance;
|
|
1086
|
+
As_IComponent(): System_ComponentModel_Internal.IComponent$instance;
|
|
1087
|
+
As_ISupportInitialize(): System_ComponentModel_Internal.ISupportInitialize$instance;
|
|
1088
|
+
As_IListSource(): System_ComponentModel_Internal.IListSource$instance;
|
|
1089
|
+
As_ISupportInitializeNotification(): System_ComponentModel_Internal.ISupportInitializeNotification$instance;
|
|
1090
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1091
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1092
|
+
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
1077
1093
|
}
|
|
1078
1094
|
|
|
1095
|
+
export interface DataSet$instance extends System_ComponentModel_Internal.IComponent$instance, System_ComponentModel_Internal.IListSource$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
1096
|
+
|
|
1079
1097
|
export type DataSet = DataSet$instance & __DataSet$views;
|
|
1080
1098
|
|
|
1081
1099
|
|
|
@@ -1116,7 +1134,7 @@ export class DataTable$instance extends System_ComponentModel_Internal.MarshalBy
|
|
|
1116
1134
|
beginLoadData(): void;
|
|
1117
1135
|
clear(): void;
|
|
1118
1136
|
clone(): DataTable;
|
|
1119
|
-
compute(expression: string, filter: string):
|
|
1137
|
+
compute(expression: string, filter: string): unknown;
|
|
1120
1138
|
copy(): DataTable;
|
|
1121
1139
|
createDataReader(): DataTableReader;
|
|
1122
1140
|
dispose(): void;
|
|
@@ -1126,13 +1144,13 @@ export class DataTable$instance extends System_ComponentModel_Internal.MarshalBy
|
|
|
1126
1144
|
getChanges(rowStates: DataRowState): DataTable;
|
|
1127
1145
|
getErrors(): DataRow[];
|
|
1128
1146
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1129
|
-
getService(service: Type):
|
|
1147
|
+
getService(service: Type): unknown;
|
|
1130
1148
|
importRow(row: DataRow): void;
|
|
1131
1149
|
load(reader: IDataReader): void;
|
|
1132
1150
|
load(reader: IDataReader, loadOption: LoadOption): void;
|
|
1133
1151
|
load(reader: IDataReader, loadOption: LoadOption, errorHandler: FillErrorEventHandler): void;
|
|
1134
|
-
loadDataRow(values:
|
|
1135
|
-
loadDataRow(values:
|
|
1152
|
+
loadDataRow(values: unknown[], fAcceptChanges: boolean): DataRow;
|
|
1153
|
+
loadDataRow(values: unknown[], loadOption: LoadOption): DataRow;
|
|
1136
1154
|
merge(table: DataTable): void;
|
|
1137
1155
|
merge(table: DataTable, preserveChanges: boolean): void;
|
|
1138
1156
|
merge(table: DataTable, preserveChanges: boolean, missingSchemaAction: MissingSchemaAction): void;
|
|
@@ -1176,21 +1194,23 @@ export class DataTable$instance extends System_ComponentModel_Internal.MarshalBy
|
|
|
1176
1194
|
writeXmlSchema(writer: XmlWriter, writeHierarchy: boolean): void;
|
|
1177
1195
|
writeXmlSchema(fileName: string): void;
|
|
1178
1196
|
writeXmlSchema(fileName: string, writeHierarchy: boolean): void;
|
|
1179
|
-
static
|
|
1197
|
+
static getDataTableSchema(schemaSet: XmlSchemaSet): XmlSchemaComplexType;
|
|
1180
1198
|
}
|
|
1181
1199
|
|
|
1182
1200
|
|
|
1183
1201
|
export interface __DataTable$views {
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1202
|
+
As_IServiceProvider(): System_Internal.IServiceProvider$instance;
|
|
1203
|
+
As_IComponent(): System_ComponentModel_Internal.IComponent$instance;
|
|
1204
|
+
As_ISupportInitialize(): System_ComponentModel_Internal.ISupportInitialize$instance;
|
|
1205
|
+
As_IListSource(): System_ComponentModel_Internal.IListSource$instance;
|
|
1206
|
+
As_ISupportInitializeNotification(): System_ComponentModel_Internal.ISupportInitializeNotification$instance;
|
|
1207
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1208
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1209
|
+
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
1192
1210
|
}
|
|
1193
1211
|
|
|
1212
|
+
export interface DataTable$instance extends System_ComponentModel_Internal.IComponent$instance, System_ComponentModel_Internal.IListSource$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
1213
|
+
|
|
1194
1214
|
export type DataTable = DataTable$instance & __DataTable$views;
|
|
1195
1215
|
|
|
1196
1216
|
|
|
@@ -1205,18 +1225,18 @@ export class DataTableClearEventArgs$instance extends System_Internal.EventArgs$
|
|
|
1205
1225
|
export type DataTableClearEventArgs = DataTableClearEventArgs$instance;
|
|
1206
1226
|
|
|
1207
1227
|
export class DataTableClearEventHandler$instance extends Function {
|
|
1208
|
-
constructor(object_:
|
|
1209
|
-
beginInvoke(sender:
|
|
1210
|
-
clone():
|
|
1228
|
+
constructor(object_: unknown, method: nint);
|
|
1229
|
+
beginInvoke(sender: unknown, e: DataTableClearEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
1230
|
+
clone(): unknown;
|
|
1211
1231
|
endInvoke(result: IAsyncResult): void;
|
|
1212
1232
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1213
|
-
invoke(sender:
|
|
1233
|
+
invoke(sender: unknown, e: DataTableClearEventArgs): void;
|
|
1214
1234
|
}
|
|
1215
1235
|
|
|
1216
1236
|
|
|
1217
1237
|
export interface __DataTableClearEventHandler$views {
|
|
1218
|
-
|
|
1219
|
-
|
|
1238
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1239
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1220
1240
|
}
|
|
1221
1241
|
|
|
1222
1242
|
export type DataTableClearEventHandler = DataTableClearEventHandler$instance & __DataTableClearEventHandler$views;
|
|
@@ -1248,8 +1268,8 @@ export class DataTableCollection$instance extends InternalDataCollectionBase$ins
|
|
|
1248
1268
|
|
|
1249
1269
|
|
|
1250
1270
|
export interface __DataTableCollection$views {
|
|
1251
|
-
|
|
1252
|
-
|
|
1271
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1272
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1253
1273
|
}
|
|
1254
1274
|
|
|
1255
1275
|
export type DataTableCollection = DataTableCollection$instance & __DataTableCollection$views;
|
|
@@ -1264,18 +1284,18 @@ export class DataTableNewRowEventArgs$instance extends System_Internal.EventArgs
|
|
|
1264
1284
|
export type DataTableNewRowEventArgs = DataTableNewRowEventArgs$instance;
|
|
1265
1285
|
|
|
1266
1286
|
export class DataTableNewRowEventHandler$instance extends Function {
|
|
1267
|
-
constructor(object_:
|
|
1268
|
-
beginInvoke(sender:
|
|
1269
|
-
clone():
|
|
1287
|
+
constructor(object_: unknown, method: nint);
|
|
1288
|
+
beginInvoke(sender: unknown, e: DataTableNewRowEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
1289
|
+
clone(): unknown;
|
|
1270
1290
|
endInvoke(result: IAsyncResult): void;
|
|
1271
1291
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1272
|
-
invoke(sender:
|
|
1292
|
+
invoke(sender: unknown, e: DataTableNewRowEventArgs): void;
|
|
1273
1293
|
}
|
|
1274
1294
|
|
|
1275
1295
|
|
|
1276
1296
|
export interface __DataTableNewRowEventHandler$views {
|
|
1277
|
-
|
|
1278
|
-
|
|
1297
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1298
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1279
1299
|
}
|
|
1280
1300
|
|
|
1281
1301
|
export type DataTableNewRowEventHandler = DataTableNewRowEventHandler$instance & __DataTableNewRowEventHandler$views;
|
|
@@ -1292,13 +1312,13 @@ export class DataTableReader$instance extends System_Data_Common_Internal.DbData
|
|
|
1292
1312
|
close(): void;
|
|
1293
1313
|
dispose(): void;
|
|
1294
1314
|
disposeAsync(): ValueTask;
|
|
1295
|
-
get_Item(ordinal: int):
|
|
1296
|
-
get_Item(name: string):
|
|
1315
|
+
get_Item(ordinal: int): unknown;
|
|
1316
|
+
get_Item(name: string): unknown;
|
|
1297
1317
|
getBoolean(ordinal: int): boolean;
|
|
1298
1318
|
getByte(ordinal: int): byte;
|
|
1299
1319
|
getBytes(ordinal: int, dataIndex: long, buffer: byte[], bufferIndex: int, length: int): long;
|
|
1300
|
-
getChar(ordinal: int):
|
|
1301
|
-
getChars(ordinal: int, dataIndex: long, buffer:
|
|
1320
|
+
getChar(ordinal: int): char;
|
|
1321
|
+
getChars(ordinal: int, dataIndex: long, buffer: char[], bufferIndex: int, length: int): long;
|
|
1302
1322
|
getData(ordinal: int): DbDataReader;
|
|
1303
1323
|
getData(i: int): IDataReader;
|
|
1304
1324
|
getDataTypeName(ordinal: int): string;
|
|
@@ -1315,12 +1335,12 @@ export class DataTableReader$instance extends System_Data_Common_Internal.DbData
|
|
|
1315
1335
|
getName(ordinal: int): string;
|
|
1316
1336
|
getOrdinal(name: string): int;
|
|
1317
1337
|
getProviderSpecificFieldType(ordinal: int): Type;
|
|
1318
|
-
getProviderSpecificValue(ordinal: int):
|
|
1319
|
-
getProviderSpecificValues(values:
|
|
1338
|
+
getProviderSpecificValue(ordinal: int): unknown;
|
|
1339
|
+
getProviderSpecificValues(values: unknown[]): int;
|
|
1320
1340
|
getSchemaTable(): DataTable;
|
|
1321
1341
|
getString(ordinal: int): string;
|
|
1322
|
-
getValue(ordinal: int):
|
|
1323
|
-
getValues(values:
|
|
1342
|
+
getValue(ordinal: int): unknown;
|
|
1343
|
+
getValues(values: unknown[]): int;
|
|
1324
1344
|
isDBNull(ordinal: int): boolean;
|
|
1325
1345
|
nextResult(): boolean;
|
|
1326
1346
|
read(): boolean;
|
|
@@ -1328,11 +1348,11 @@ export class DataTableReader$instance extends System_Data_Common_Internal.DbData
|
|
|
1328
1348
|
|
|
1329
1349
|
|
|
1330
1350
|
export interface __DataTableReader$views {
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1351
|
+
As_IDataReader(): IDataReader$instance;
|
|
1352
|
+
As_IDataRecord(): IDataRecord$instance;
|
|
1353
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1354
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
1355
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1336
1356
|
}
|
|
1337
1357
|
|
|
1338
1358
|
export type DataTableReader = DataTableReader$instance & __DataTableReader$views;
|
|
@@ -1361,13 +1381,13 @@ export class DataView$instance extends System_ComponentModel_Internal.MarshalByV
|
|
|
1361
1381
|
dispose(): void;
|
|
1362
1382
|
endInit(): void;
|
|
1363
1383
|
equals(view: DataView): boolean;
|
|
1364
|
-
equals(obj:
|
|
1365
|
-
find(key:
|
|
1366
|
-
find(key:
|
|
1367
|
-
findRows(key:
|
|
1368
|
-
findRows(key:
|
|
1384
|
+
equals(obj: unknown): boolean;
|
|
1385
|
+
find(key: unknown): int;
|
|
1386
|
+
find(key: unknown[]): int;
|
|
1387
|
+
findRows(key: unknown): DataRowView[];
|
|
1388
|
+
findRows(key: unknown[]): DataRowView[];
|
|
1369
1389
|
getEnumerator(): IEnumerator;
|
|
1370
|
-
getService(service: Type):
|
|
1390
|
+
getService(service: Type): unknown;
|
|
1371
1391
|
toTable(): DataTable;
|
|
1372
1392
|
toTable(tableName: string): DataTable;
|
|
1373
1393
|
toTable(distinct: boolean, columnNames: string[]): DataTable;
|
|
@@ -1376,19 +1396,21 @@ export class DataView$instance extends System_ComponentModel_Internal.MarshalByV
|
|
|
1376
1396
|
|
|
1377
1397
|
|
|
1378
1398
|
export interface __DataView$views {
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1399
|
+
As_IServiceProvider(): System_Internal.IServiceProvider$instance;
|
|
1400
|
+
As_IComponent(): System_ComponentModel_Internal.IComponent$instance;
|
|
1401
|
+
As_ISupportInitialize(): System_ComponentModel_Internal.ISupportInitialize$instance;
|
|
1402
|
+
As_IBindingList(): System_ComponentModel_Internal.IBindingList$instance;
|
|
1403
|
+
As_IBindingListView(): System_ComponentModel_Internal.IBindingListView$instance;
|
|
1404
|
+
As_ISupportInitializeNotification(): System_ComponentModel_Internal.ISupportInitializeNotification$instance;
|
|
1405
|
+
As_ITypedList(): System_ComponentModel_Internal.ITypedList$instance;
|
|
1406
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1407
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1408
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
1409
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1390
1410
|
}
|
|
1391
1411
|
|
|
1412
|
+
export interface DataView$instance extends System_ComponentModel_Internal.IComponent$instance, System_ComponentModel_Internal.ITypedList$instance {}
|
|
1413
|
+
|
|
1392
1414
|
export type DataView = DataView$instance & __DataView$views;
|
|
1393
1415
|
|
|
1394
1416
|
|
|
@@ -1400,21 +1422,23 @@ export class DataViewManager$instance extends System_ComponentModel_Internal.Mar
|
|
|
1400
1422
|
readonly dataViewSettings: DataViewSettingCollection;
|
|
1401
1423
|
createDataView(table: DataTable): DataView;
|
|
1402
1424
|
dispose(): void;
|
|
1403
|
-
getService(service: Type):
|
|
1425
|
+
getService(service: Type): unknown;
|
|
1404
1426
|
}
|
|
1405
1427
|
|
|
1406
1428
|
|
|
1407
1429
|
export interface __DataViewManager$views {
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1430
|
+
As_IServiceProvider(): System_Internal.IServiceProvider$instance;
|
|
1431
|
+
As_IComponent(): System_ComponentModel_Internal.IComponent$instance;
|
|
1432
|
+
As_IBindingList(): System_ComponentModel_Internal.IBindingList$instance;
|
|
1433
|
+
As_ITypedList(): System_ComponentModel_Internal.ITypedList$instance;
|
|
1434
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1435
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1436
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
1437
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1416
1438
|
}
|
|
1417
1439
|
|
|
1440
|
+
export interface DataViewManager$instance extends System_ComponentModel_Internal.IBindingList$instance, System_ComponentModel_Internal.IComponent$instance, System_ComponentModel_Internal.ITypedList$instance {}
|
|
1441
|
+
|
|
1418
1442
|
export type DataViewManager = DataViewManager$instance & __DataViewManager$views;
|
|
1419
1443
|
|
|
1420
1444
|
|
|
@@ -1434,7 +1458,7 @@ export class DataViewSettingCollection$instance {
|
|
|
1434
1458
|
readonly count: int;
|
|
1435
1459
|
readonly isReadOnly: boolean;
|
|
1436
1460
|
readonly isSynchronized: boolean;
|
|
1437
|
-
readonly syncRoot:
|
|
1461
|
+
readonly syncRoot: unknown;
|
|
1438
1462
|
copyTo(ar: ClrArray, index: int): void;
|
|
1439
1463
|
copyTo(ar: DataViewSetting[], index: int): void;
|
|
1440
1464
|
get_Item(table: DataTable): DataViewSetting;
|
|
@@ -1447,8 +1471,8 @@ export class DataViewSettingCollection$instance {
|
|
|
1447
1471
|
|
|
1448
1472
|
|
|
1449
1473
|
export interface __DataViewSettingCollection$views {
|
|
1450
|
-
|
|
1451
|
-
|
|
1474
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1475
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1452
1476
|
}
|
|
1453
1477
|
|
|
1454
1478
|
export type DataViewSettingCollection = DataViewSettingCollection$instance & __DataViewSettingCollection$views;
|
|
@@ -1468,7 +1492,7 @@ export class DBConcurrencyException$instance extends System_Internal.SystemExcep
|
|
|
1468
1492
|
|
|
1469
1493
|
|
|
1470
1494
|
export interface __DBConcurrencyException$views {
|
|
1471
|
-
|
|
1495
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1472
1496
|
}
|
|
1473
1497
|
|
|
1474
1498
|
export type DBConcurrencyException = DBConcurrencyException$instance & __DBConcurrencyException$views;
|
|
@@ -1483,7 +1507,7 @@ export class DeletedRowInaccessibleException$instance extends DataException$inst
|
|
|
1483
1507
|
|
|
1484
1508
|
|
|
1485
1509
|
export interface __DeletedRowInaccessibleException$views {
|
|
1486
|
-
|
|
1510
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1487
1511
|
}
|
|
1488
1512
|
|
|
1489
1513
|
export type DeletedRowInaccessibleException = DeletedRowInaccessibleException$instance & __DeletedRowInaccessibleException$views;
|
|
@@ -1498,7 +1522,7 @@ export class DuplicateNameException$instance extends DataException$instance {
|
|
|
1498
1522
|
|
|
1499
1523
|
|
|
1500
1524
|
export interface __DuplicateNameException$views {
|
|
1501
|
-
|
|
1525
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1502
1526
|
}
|
|
1503
1527
|
|
|
1504
1528
|
export type DuplicateNameException = DuplicateNameException$instance & __DuplicateNameException$views;
|
|
@@ -1509,9 +1533,11 @@ export abstract class EnumerableRowCollection$instance {
|
|
|
1509
1533
|
|
|
1510
1534
|
|
|
1511
1535
|
export interface __EnumerableRowCollection$views {
|
|
1512
|
-
|
|
1536
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1513
1537
|
}
|
|
1514
1538
|
|
|
1539
|
+
export interface EnumerableRowCollection$instance extends System_Collections_Internal.IEnumerable$instance {}
|
|
1540
|
+
|
|
1515
1541
|
export type EnumerableRowCollection = EnumerableRowCollection$instance & __EnumerableRowCollection$views;
|
|
1516
1542
|
|
|
1517
1543
|
|
|
@@ -1521,8 +1547,8 @@ export class EnumerableRowCollection_1$instance<TRow> extends EnumerableRowColle
|
|
|
1521
1547
|
|
|
1522
1548
|
|
|
1523
1549
|
export interface __EnumerableRowCollection_1$views<TRow> {
|
|
1524
|
-
|
|
1525
|
-
|
|
1550
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<TRow>;
|
|
1551
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1526
1552
|
}
|
|
1527
1553
|
|
|
1528
1554
|
export type EnumerableRowCollection_1<TRow> = EnumerableRowCollection_1$instance<TRow> & __EnumerableRowCollection_1$views<TRow>;
|
|
@@ -1537,36 +1563,36 @@ export class EvaluateException$instance extends InvalidExpressionException$insta
|
|
|
1537
1563
|
|
|
1538
1564
|
|
|
1539
1565
|
export interface __EvaluateException$views {
|
|
1540
|
-
|
|
1566
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1541
1567
|
}
|
|
1542
1568
|
|
|
1543
1569
|
export type EvaluateException = EvaluateException$instance & __EvaluateException$views;
|
|
1544
1570
|
|
|
1545
1571
|
|
|
1546
1572
|
export class FillErrorEventArgs$instance extends System_Internal.EventArgs$instance {
|
|
1547
|
-
constructor(dataTable: DataTable, values:
|
|
1573
|
+
constructor(dataTable: DataTable, values: unknown[]);
|
|
1548
1574
|
continue_: boolean;
|
|
1549
1575
|
readonly dataTable: DataTable;
|
|
1550
1576
|
errors: Exception;
|
|
1551
|
-
readonly values:
|
|
1577
|
+
readonly values: unknown[];
|
|
1552
1578
|
}
|
|
1553
1579
|
|
|
1554
1580
|
|
|
1555
1581
|
export type FillErrorEventArgs = FillErrorEventArgs$instance;
|
|
1556
1582
|
|
|
1557
1583
|
export class FillErrorEventHandler$instance extends Function {
|
|
1558
|
-
constructor(object_:
|
|
1559
|
-
beginInvoke(sender:
|
|
1560
|
-
clone():
|
|
1584
|
+
constructor(object_: unknown, method: nint);
|
|
1585
|
+
beginInvoke(sender: unknown, e: FillErrorEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
1586
|
+
clone(): unknown;
|
|
1561
1587
|
endInvoke(result: IAsyncResult): void;
|
|
1562
1588
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1563
|
-
invoke(sender:
|
|
1589
|
+
invoke(sender: unknown, e: FillErrorEventArgs): void;
|
|
1564
1590
|
}
|
|
1565
1591
|
|
|
1566
1592
|
|
|
1567
1593
|
export interface __FillErrorEventHandler$views {
|
|
1568
|
-
|
|
1569
|
-
|
|
1594
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1595
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1570
1596
|
}
|
|
1571
1597
|
|
|
1572
1598
|
export type FillErrorEventHandler = FillErrorEventHandler$instance & __FillErrorEventHandler$views;
|
|
@@ -1586,7 +1612,7 @@ export class ForeignKeyConstraint$instance extends Constraint$instance {
|
|
|
1586
1612
|
readonly relatedTable: DataTable;
|
|
1587
1613
|
readonly table: DataTable;
|
|
1588
1614
|
updateRule: Rule;
|
|
1589
|
-
equals(key:
|
|
1615
|
+
equals(key: unknown): boolean;
|
|
1590
1616
|
getHashCode(): int;
|
|
1591
1617
|
}
|
|
1592
1618
|
|
|
@@ -1602,7 +1628,7 @@ export class InRowChangingEventException$instance extends DataException$instance
|
|
|
1602
1628
|
|
|
1603
1629
|
|
|
1604
1630
|
export interface __InRowChangingEventException$views {
|
|
1605
|
-
|
|
1631
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1606
1632
|
}
|
|
1607
1633
|
|
|
1608
1634
|
export type InRowChangingEventException = InRowChangingEventException$instance & __InRowChangingEventException$views;
|
|
@@ -1613,15 +1639,15 @@ export class InternalDataCollectionBase$instance {
|
|
|
1613
1639
|
readonly count: int;
|
|
1614
1640
|
readonly isReadOnly: boolean;
|
|
1615
1641
|
readonly isSynchronized: boolean;
|
|
1616
|
-
readonly syncRoot:
|
|
1642
|
+
readonly syncRoot: unknown;
|
|
1617
1643
|
copyTo(ar: ClrArray, index: int): void;
|
|
1618
1644
|
getEnumerator(): IEnumerator;
|
|
1619
1645
|
}
|
|
1620
1646
|
|
|
1621
1647
|
|
|
1622
1648
|
export interface __InternalDataCollectionBase$views {
|
|
1623
|
-
|
|
1624
|
-
|
|
1649
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1650
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1625
1651
|
}
|
|
1626
1652
|
|
|
1627
1653
|
export type InternalDataCollectionBase = InternalDataCollectionBase$instance & __InternalDataCollectionBase$views;
|
|
@@ -1636,7 +1662,7 @@ export class InvalidConstraintException$instance extends DataException$instance
|
|
|
1636
1662
|
|
|
1637
1663
|
|
|
1638
1664
|
export interface __InvalidConstraintException$views {
|
|
1639
|
-
|
|
1665
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1640
1666
|
}
|
|
1641
1667
|
|
|
1642
1668
|
export type InvalidConstraintException = InvalidConstraintException$instance & __InvalidConstraintException$views;
|
|
@@ -1651,7 +1677,7 @@ export class InvalidExpressionException$instance extends DataException$instance
|
|
|
1651
1677
|
|
|
1652
1678
|
|
|
1653
1679
|
export interface __InvalidExpressionException$views {
|
|
1654
|
-
|
|
1680
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1655
1681
|
}
|
|
1656
1682
|
|
|
1657
1683
|
export type InvalidExpressionException = InvalidExpressionException$instance & __InvalidExpressionException$views;
|
|
@@ -1667,18 +1693,18 @@ export class MergeFailedEventArgs$instance extends System_Internal.EventArgs$ins
|
|
|
1667
1693
|
export type MergeFailedEventArgs = MergeFailedEventArgs$instance;
|
|
1668
1694
|
|
|
1669
1695
|
export class MergeFailedEventHandler$instance extends Function {
|
|
1670
|
-
constructor(object_:
|
|
1671
|
-
beginInvoke(sender:
|
|
1672
|
-
clone():
|
|
1696
|
+
constructor(object_: unknown, method: nint);
|
|
1697
|
+
beginInvoke(sender: unknown, e: MergeFailedEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
1698
|
+
clone(): unknown;
|
|
1673
1699
|
endInvoke(result: IAsyncResult): void;
|
|
1674
1700
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1675
|
-
invoke(sender:
|
|
1701
|
+
invoke(sender: unknown, e: MergeFailedEventArgs): void;
|
|
1676
1702
|
}
|
|
1677
1703
|
|
|
1678
1704
|
|
|
1679
1705
|
export interface __MergeFailedEventHandler$views {
|
|
1680
|
-
|
|
1681
|
-
|
|
1706
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1707
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1682
1708
|
}
|
|
1683
1709
|
|
|
1684
1710
|
export type MergeFailedEventHandler = MergeFailedEventHandler$instance & __MergeFailedEventHandler$views;
|
|
@@ -1693,7 +1719,7 @@ export class MissingPrimaryKeyException$instance extends DataException$instance
|
|
|
1693
1719
|
|
|
1694
1720
|
|
|
1695
1721
|
export interface __MissingPrimaryKeyException$views {
|
|
1696
|
-
|
|
1722
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1697
1723
|
}
|
|
1698
1724
|
|
|
1699
1725
|
export type MissingPrimaryKeyException = MissingPrimaryKeyException$instance & __MissingPrimaryKeyException$views;
|
|
@@ -1708,7 +1734,7 @@ export class NoNullAllowedException$instance extends DataException$instance {
|
|
|
1708
1734
|
|
|
1709
1735
|
|
|
1710
1736
|
export interface __NoNullAllowedException$views {
|
|
1711
|
-
|
|
1737
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1712
1738
|
}
|
|
1713
1739
|
|
|
1714
1740
|
export type NoNullAllowedException = NoNullAllowedException$instance & __NoNullAllowedException$views;
|
|
@@ -1721,8 +1747,8 @@ export class OrderedEnumerableRowCollection_1$instance<TRow> extends EnumerableR
|
|
|
1721
1747
|
|
|
1722
1748
|
|
|
1723
1749
|
export interface __OrderedEnumerableRowCollection_1$views<TRow> {
|
|
1724
|
-
|
|
1725
|
-
|
|
1750
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<TRow>;
|
|
1751
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1726
1752
|
}
|
|
1727
1753
|
|
|
1728
1754
|
export type OrderedEnumerableRowCollection_1<TRow> = OrderedEnumerableRowCollection_1$instance<TRow> & __OrderedEnumerableRowCollection_1$views<TRow>;
|
|
@@ -1730,26 +1756,26 @@ export type OrderedEnumerableRowCollection_1<TRow> = OrderedEnumerableRowCollect
|
|
|
1730
1756
|
|
|
1731
1757
|
export class PropertyCollection$instance extends System_Collections_Internal.Hashtable$instance {
|
|
1732
1758
|
constructor();
|
|
1733
|
-
add(key:
|
|
1759
|
+
add(key: unknown, value: unknown): void;
|
|
1734
1760
|
clear(): void;
|
|
1735
|
-
clone():
|
|
1736
|
-
contains(key:
|
|
1761
|
+
clone(): unknown;
|
|
1762
|
+
contains(key: unknown): boolean;
|
|
1737
1763
|
copyTo(array: ClrArray, arrayIndex: int): void;
|
|
1738
1764
|
getEnumerator(): IDictionaryEnumerator;
|
|
1739
1765
|
getEnumerator(): IEnumerator;
|
|
1740
1766
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1741
|
-
onDeserialization(sender:
|
|
1742
|
-
remove(key:
|
|
1767
|
+
onDeserialization(sender: unknown): void;
|
|
1768
|
+
remove(key: unknown): void;
|
|
1743
1769
|
}
|
|
1744
1770
|
|
|
1745
1771
|
|
|
1746
1772
|
export interface __PropertyCollection$views {
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1773
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1774
|
+
As_IDictionary(): System_Collections_Internal.IDictionary$instance;
|
|
1775
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1776
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1777
|
+
As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
|
|
1778
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1753
1779
|
}
|
|
1754
1780
|
|
|
1755
1781
|
export type PropertyCollection = PropertyCollection$instance & __PropertyCollection$views;
|
|
@@ -1764,7 +1790,7 @@ export class ReadOnlyException$instance extends DataException$instance {
|
|
|
1764
1790
|
|
|
1765
1791
|
|
|
1766
1792
|
export interface __ReadOnlyException$views {
|
|
1767
|
-
|
|
1793
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1768
1794
|
}
|
|
1769
1795
|
|
|
1770
1796
|
export type ReadOnlyException = ReadOnlyException$instance & __ReadOnlyException$views;
|
|
@@ -1779,7 +1805,7 @@ export class RowNotInTableException$instance extends DataException$instance {
|
|
|
1779
1805
|
|
|
1780
1806
|
|
|
1781
1807
|
export interface __RowNotInTableException$views {
|
|
1782
|
-
|
|
1808
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1783
1809
|
}
|
|
1784
1810
|
|
|
1785
1811
|
export type RowNotInTableException = RowNotInTableException$instance & __RowNotInTableException$views;
|
|
@@ -1795,18 +1821,18 @@ export class StateChangeEventArgs$instance extends System_Internal.EventArgs$ins
|
|
|
1795
1821
|
export type StateChangeEventArgs = StateChangeEventArgs$instance;
|
|
1796
1822
|
|
|
1797
1823
|
export class StateChangeEventHandler$instance extends Function {
|
|
1798
|
-
constructor(object_:
|
|
1799
|
-
beginInvoke(sender:
|
|
1800
|
-
clone():
|
|
1824
|
+
constructor(object_: unknown, method: nint);
|
|
1825
|
+
beginInvoke(sender: unknown, e: StateChangeEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
1826
|
+
clone(): unknown;
|
|
1801
1827
|
endInvoke(result: IAsyncResult): void;
|
|
1802
1828
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1803
|
-
invoke(sender:
|
|
1829
|
+
invoke(sender: unknown, e: StateChangeEventArgs): void;
|
|
1804
1830
|
}
|
|
1805
1831
|
|
|
1806
1832
|
|
|
1807
1833
|
export interface __StateChangeEventHandler$views {
|
|
1808
|
-
|
|
1809
|
-
|
|
1834
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1835
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1810
1836
|
}
|
|
1811
1837
|
|
|
1812
1838
|
export type StateChangeEventHandler = StateChangeEventHandler$instance & __StateChangeEventHandler$views;
|
|
@@ -1821,18 +1847,18 @@ export class StatementCompletedEventArgs$instance extends System_Internal.EventA
|
|
|
1821
1847
|
export type StatementCompletedEventArgs = StatementCompletedEventArgs$instance;
|
|
1822
1848
|
|
|
1823
1849
|
export class StatementCompletedEventHandler$instance extends Function {
|
|
1824
|
-
constructor(object_:
|
|
1825
|
-
beginInvoke(sender:
|
|
1826
|
-
clone():
|
|
1850
|
+
constructor(object_: unknown, method: nint);
|
|
1851
|
+
beginInvoke(sender: unknown, e: StatementCompletedEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
1852
|
+
clone(): unknown;
|
|
1827
1853
|
endInvoke(result: IAsyncResult): void;
|
|
1828
1854
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1829
|
-
invoke(sender:
|
|
1855
|
+
invoke(sender: unknown, e: StatementCompletedEventArgs): void;
|
|
1830
1856
|
}
|
|
1831
1857
|
|
|
1832
1858
|
|
|
1833
1859
|
export interface __StatementCompletedEventHandler$views {
|
|
1834
|
-
|
|
1835
|
-
|
|
1860
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1861
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1836
1862
|
}
|
|
1837
1863
|
|
|
1838
1864
|
export type StatementCompletedEventHandler = StatementCompletedEventHandler$instance & __StatementCompletedEventHandler$views;
|
|
@@ -1847,7 +1873,7 @@ export class StrongTypingException$instance extends DataException$instance {
|
|
|
1847
1873
|
|
|
1848
1874
|
|
|
1849
1875
|
export interface __StrongTypingException$views {
|
|
1850
|
-
|
|
1876
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1851
1877
|
}
|
|
1852
1878
|
|
|
1853
1879
|
export type StrongTypingException = StrongTypingException$instance & __StrongTypingException$views;
|
|
@@ -1862,7 +1888,7 @@ export class SyntaxErrorException$instance extends InvalidExpressionException$in
|
|
|
1862
1888
|
|
|
1863
1889
|
|
|
1864
1890
|
export interface __SyntaxErrorException$views {
|
|
1865
|
-
|
|
1891
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1866
1892
|
}
|
|
1867
1893
|
|
|
1868
1894
|
export type SyntaxErrorException = SyntaxErrorException$instance & __SyntaxErrorException$views;
|
|
@@ -1876,7 +1902,7 @@ export abstract class TypedTableBase_1$instance<T extends DataRow> extends DataT
|
|
|
1876
1902
|
getList(): IList;
|
|
1877
1903
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1878
1904
|
getSchema(): XmlSchema;
|
|
1879
|
-
getService(serviceType: Type):
|
|
1905
|
+
getService(serviceType: Type): unknown;
|
|
1880
1906
|
readXml(stream: Stream): XmlReadMode;
|
|
1881
1907
|
readXml(reader: TextReader): XmlReadMode;
|
|
1882
1908
|
readXml(fileName: string): XmlReadMode;
|
|
@@ -1902,18 +1928,20 @@ export abstract class TypedTableBase_1$instance<T extends DataRow> extends DataT
|
|
|
1902
1928
|
|
|
1903
1929
|
|
|
1904
1930
|
export interface __TypedTableBase_1$views<T extends DataRow> {
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1931
|
+
As_IServiceProvider(): System_Internal.IServiceProvider$instance;
|
|
1932
|
+
As_IComponent(): System_ComponentModel_Internal.IComponent$instance;
|
|
1933
|
+
As_ISupportInitialize(): System_ComponentModel_Internal.ISupportInitialize$instance;
|
|
1934
|
+
As_IListSource(): System_ComponentModel_Internal.IListSource$instance;
|
|
1935
|
+
As_ISupportInitializeNotification(): System_ComponentModel_Internal.ISupportInitializeNotification$instance;
|
|
1936
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
1937
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1938
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1939
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1940
|
+
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
1915
1941
|
}
|
|
1916
1942
|
|
|
1943
|
+
export interface TypedTableBase_1$instance<T extends DataRow> extends System_ComponentModel_Internal.IListSource$instance, System_ComponentModel_Internal.ISupportInitializeNotification$instance {}
|
|
1944
|
+
|
|
1917
1945
|
export type TypedTableBase_1<T extends DataRow> = TypedTableBase_1$instance<T> & __TypedTableBase_1$views<T>;
|
|
1918
1946
|
|
|
1919
1947
|
|
|
@@ -1930,7 +1958,7 @@ export class UniqueConstraint$instance extends Constraint$instance {
|
|
|
1930
1958
|
readonly columns: DataColumn[];
|
|
1931
1959
|
readonly isPrimaryKey: boolean;
|
|
1932
1960
|
readonly table: DataTable;
|
|
1933
|
-
equals(key2:
|
|
1961
|
+
equals(key2: unknown): boolean;
|
|
1934
1962
|
getHashCode(): int;
|
|
1935
1963
|
}
|
|
1936
1964
|
|
|
@@ -1946,104 +1974,104 @@ export class VersionNotFoundException$instance extends DataException$instance {
|
|
|
1946
1974
|
|
|
1947
1975
|
|
|
1948
1976
|
export interface __VersionNotFoundException$views {
|
|
1949
|
-
|
|
1977
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1950
1978
|
}
|
|
1951
1979
|
|
|
1952
1980
|
export type VersionNotFoundException = VersionNotFoundException$instance & __VersionNotFoundException$views;
|
|
1953
1981
|
|
|
1954
1982
|
|
|
1955
1983
|
export abstract class DataReaderExtensions$instance {
|
|
1956
|
-
static
|
|
1957
|
-
static
|
|
1958
|
-
static
|
|
1959
|
-
static
|
|
1960
|
-
static
|
|
1961
|
-
static
|
|
1962
|
-
static
|
|
1963
|
-
static
|
|
1964
|
-
static
|
|
1965
|
-
static
|
|
1966
|
-
static
|
|
1967
|
-
static
|
|
1968
|
-
static
|
|
1969
|
-
static
|
|
1970
|
-
static
|
|
1971
|
-
static
|
|
1972
|
-
static
|
|
1973
|
-
static
|
|
1974
|
-
static
|
|
1975
|
-
static
|
|
1976
|
-
static
|
|
1977
|
-
static
|
|
1978
|
-
static
|
|
1979
|
-
static
|
|
1980
|
-
static
|
|
1981
|
-
static
|
|
1984
|
+
static getBoolean(reader: DbDataReader, name: string): boolean;
|
|
1985
|
+
static getByte(reader: DbDataReader, name: string): byte;
|
|
1986
|
+
static getBytes(reader: DbDataReader, name: string, dataOffset: long, buffer: byte[], bufferOffset: int, length: int): long;
|
|
1987
|
+
static getChar(reader: DbDataReader, name: string): char;
|
|
1988
|
+
static getChars(reader: DbDataReader, name: string, dataOffset: long, buffer: char[], bufferOffset: int, length: int): long;
|
|
1989
|
+
static getData(reader: DbDataReader, name: string): DbDataReader;
|
|
1990
|
+
static getDataTypeName(reader: DbDataReader, name: string): string;
|
|
1991
|
+
static getDateTime(reader: DbDataReader, name: string): DateTime;
|
|
1992
|
+
static getDecimal(reader: DbDataReader, name: string): decimal;
|
|
1993
|
+
static getDouble(reader: DbDataReader, name: string): double;
|
|
1994
|
+
static getFieldType(reader: DbDataReader, name: string): Type;
|
|
1995
|
+
static getFieldValue<T>(reader: DbDataReader, name: string): T;
|
|
1996
|
+
static getFieldValueAsync<T>(reader: DbDataReader, name: string, cancellationToken?: CancellationToken): Task_1<T>;
|
|
1997
|
+
static getFloat(reader: DbDataReader, name: string): float;
|
|
1998
|
+
static getGuid(reader: DbDataReader, name: string): Guid;
|
|
1999
|
+
static getInt16(reader: DbDataReader, name: string): short;
|
|
2000
|
+
static getInt32(reader: DbDataReader, name: string): int;
|
|
2001
|
+
static getInt64(reader: DbDataReader, name: string): long;
|
|
2002
|
+
static getProviderSpecificFieldType(reader: DbDataReader, name: string): Type;
|
|
2003
|
+
static getProviderSpecificValue(reader: DbDataReader, name: string): unknown;
|
|
2004
|
+
static getStream(reader: DbDataReader, name: string): Stream;
|
|
2005
|
+
static getString(reader: DbDataReader, name: string): string;
|
|
2006
|
+
static getTextReader(reader: DbDataReader, name: string): TextReader;
|
|
2007
|
+
static getValue(reader: DbDataReader, name: string): unknown;
|
|
2008
|
+
static isDBNull(reader: DbDataReader, name: string): boolean;
|
|
2009
|
+
static isDBNullAsync(reader: DbDataReader, name: string, cancellationToken?: CancellationToken): Task_1<CLROf<boolean>>;
|
|
1982
2010
|
}
|
|
1983
2011
|
|
|
1984
2012
|
|
|
1985
2013
|
export type DataReaderExtensions = DataReaderExtensions$instance;
|
|
1986
2014
|
|
|
1987
2015
|
export abstract class DataRowComparer$instance {
|
|
1988
|
-
static readonly
|
|
2016
|
+
static readonly default_: DataRowComparer_1<DataRow>;
|
|
1989
2017
|
}
|
|
1990
2018
|
|
|
1991
2019
|
|
|
1992
2020
|
export type DataRowComparer = DataRowComparer$instance;
|
|
1993
2021
|
|
|
1994
2022
|
export abstract class DataRowExtensions$instance {
|
|
1995
|
-
static
|
|
1996
|
-
static
|
|
1997
|
-
static
|
|
1998
|
-
static
|
|
1999
|
-
static
|
|
2000
|
-
static
|
|
2001
|
-
static
|
|
2002
|
-
static
|
|
2003
|
-
static
|
|
2023
|
+
static field6<T>(row: DataRow, column: DataColumn, version: DataRowVersion): T;
|
|
2024
|
+
static field6<T>(row: DataRow, column: DataColumn): T;
|
|
2025
|
+
static field6<T>(row: DataRow, columnIndex: int, version: DataRowVersion): T;
|
|
2026
|
+
static field6<T>(row: DataRow, columnIndex: int): T;
|
|
2027
|
+
static field6<T>(row: DataRow, columnName: string, version: DataRowVersion): T;
|
|
2028
|
+
static field6<T>(row: DataRow, columnName: string): T;
|
|
2029
|
+
static setField3<T>(row: DataRow, column: DataColumn, value: T): void;
|
|
2030
|
+
static setField3<T>(row: DataRow, columnIndex: int, value: T): void;
|
|
2031
|
+
static setField3<T>(row: DataRow, columnName: string, value: T): void;
|
|
2004
2032
|
}
|
|
2005
2033
|
|
|
2006
2034
|
|
|
2007
2035
|
export type DataRowExtensions = DataRowExtensions$instance;
|
|
2008
2036
|
|
|
2009
2037
|
export abstract class DataTableExtensions$instance {
|
|
2010
|
-
static
|
|
2011
|
-
static
|
|
2012
|
-
static
|
|
2013
|
-
static
|
|
2014
|
-
static
|
|
2015
|
-
static
|
|
2038
|
+
static asDataView2<T extends DataRow>(source: EnumerableRowCollection_1<T>): DataView;
|
|
2039
|
+
static asDataView2(table: DataTable): DataView;
|
|
2040
|
+
static asEnumerable(source: DataTable): EnumerableRowCollection_1<DataRow>;
|
|
2041
|
+
static copyToDataTable3<T extends DataRow>(source: IEnumerable_1<T>, table: DataTable, options: LoadOption, errorHandler: FillErrorEventHandler): void;
|
|
2042
|
+
static copyToDataTable3<T extends DataRow>(source: IEnumerable_1<T>, table: DataTable, options: LoadOption): void;
|
|
2043
|
+
static copyToDataTable3<T extends DataRow>(source: IEnumerable_1<T>): DataTable;
|
|
2016
2044
|
}
|
|
2017
2045
|
|
|
2018
2046
|
|
|
2019
2047
|
export type DataTableExtensions = DataTableExtensions$instance;
|
|
2020
2048
|
|
|
2021
2049
|
export abstract class EnumerableRowCollectionExtensions$instance {
|
|
2022
|
-
static
|
|
2023
|
-
static
|
|
2024
|
-
static
|
|
2025
|
-
static
|
|
2026
|
-
static
|
|
2027
|
-
static
|
|
2028
|
-
static
|
|
2029
|
-
static
|
|
2030
|
-
static
|
|
2031
|
-
static
|
|
2032
|
-
static
|
|
2050
|
+
static cast<TResult>(source: EnumerableRowCollection): EnumerableRowCollection_1<TResult>;
|
|
2051
|
+
static orderBy2<TRow, TKey>(source: EnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2052
|
+
static orderBy2<TRow, TKey>(source: EnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2053
|
+
static orderByDescending2<TRow, TKey>(source: EnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2054
|
+
static orderByDescending2<TRow, TKey>(source: EnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2055
|
+
static select<TRow, S>(source: EnumerableRowCollection_1<TRow>, selector: Func_2<TRow, S>): EnumerableRowCollection_1<S>;
|
|
2056
|
+
static thenBy2<TRow, TKey>(source: OrderedEnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2057
|
+
static thenBy2<TRow, TKey>(source: OrderedEnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2058
|
+
static thenByDescending2<TRow, TKey>(source: OrderedEnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2059
|
+
static thenByDescending2<TRow, TKey>(source: OrderedEnumerableRowCollection_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2060
|
+
static where<TRow>(source: EnumerableRowCollection_1<TRow>, predicate: Func_2<TRow, CLROf<boolean>>): EnumerableRowCollection_1<TRow>;
|
|
2033
2061
|
}
|
|
2034
2062
|
|
|
2035
2063
|
|
|
2036
2064
|
export type EnumerableRowCollectionExtensions = EnumerableRowCollectionExtensions$instance;
|
|
2037
2065
|
|
|
2038
2066
|
export abstract class TypedTableBaseExtensions$instance {
|
|
2039
|
-
static
|
|
2040
|
-
static
|
|
2041
|
-
static
|
|
2042
|
-
static
|
|
2043
|
-
static
|
|
2044
|
-
static
|
|
2045
|
-
static
|
|
2046
|
-
static
|
|
2067
|
+
static asEnumerable<TRow extends DataRow>(source: TypedTableBase_1<TRow>): EnumerableRowCollection_1<TRow>;
|
|
2068
|
+
static elementAtOrDefault<TRow extends DataRow>(source: TypedTableBase_1<TRow>, index: int): TRow;
|
|
2069
|
+
static orderBy2<TRow extends DataRow, TKey>(source: TypedTableBase_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2070
|
+
static orderBy2<TRow extends DataRow, TKey>(source: TypedTableBase_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2071
|
+
static orderByDescending2<TRow extends DataRow, TKey>(source: TypedTableBase_1<TRow>, keySelector: Func_2<TRow, TKey>, comparer: IComparer_1<TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2072
|
+
static orderByDescending2<TRow extends DataRow, TKey>(source: TypedTableBase_1<TRow>, keySelector: Func_2<TRow, TKey>): OrderedEnumerableRowCollection_1<TRow>;
|
|
2073
|
+
static select<TRow extends DataRow, S>(source: TypedTableBase_1<TRow>, selector: Func_2<TRow, S>): EnumerableRowCollection_1<S>;
|
|
2074
|
+
static where<TRow extends DataRow>(source: TypedTableBase_1<TRow>, predicate: Func_2<TRow, CLROf<boolean>>): EnumerableRowCollection_1<TRow>;
|
|
2047
2075
|
}
|
|
2048
2076
|
|
|
2049
2077
|
|