@tsonic/dotnet 0.8.2 → 0.8.3
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/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +18 -18
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -1
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.Win32/internal/index.d.ts +10 -10
- package/System/internal/index.d.ts +964 -950
- package/System.Buffers/internal/index.d.ts +2 -2
- package/System.CodeDom.Compiler/internal/index.d.ts +10 -10
- package/System.Collections/internal/index.d.ts +30 -24
- package/System.Collections.Concurrent/internal/index.d.ts +10 -10
- package/System.Collections.Frozen/bindings.json +20 -20
- package/System.Collections.Frozen/internal/index.d.ts +6 -6
- package/System.Collections.Frozen/internal/metadata.json +10 -10
- package/System.Collections.Generic/bindings.json +20 -44
- package/System.Collections.Generic/internal/index.d.ts +54 -54
- package/System.Collections.Generic/internal/metadata.json +10 -26
- package/System.Collections.Immutable/internal/index.d.ts +88 -88
- package/System.Collections.ObjectModel/internal/index.d.ts +15 -15
- package/System.Collections.Specialized/internal/index.d.ts +53 -49
- package/System.ComponentModel/internal/index.d.ts +388 -376
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +55 -45
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +3 -2
- package/System.ComponentModel.Design/internal/index.d.ts +36 -36
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +20 -20
- package/System.Data/internal/index.d.ts +171 -163
- package/System.Data.Common/internal/index.d.ts +36 -28
- package/System.Data.SqlTypes/internal/index.d.ts +23 -23
- package/System.Diagnostics/internal/index.d.ts +250 -228
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +37 -23
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics/internal/index.d.ts +34 -29
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
- package/System.Diagnostics.Tracing/internal/index.d.ts +26 -24
- package/System.Drawing/internal/index.d.ts +76 -76
- package/System.Dynamic/internal/index.d.ts +26 -26
- package/System.Formats.Asn1/internal/index.d.ts +4 -4
- package/System.Formats.Tar/internal/index.d.ts +5 -4
- package/System.Globalization/internal/index.d.ts +22 -20
- package/System.IO/internal/index.d.ts +106 -103
- package/System.IO.Compression/internal/index.d.ts +24 -24
- package/System.IO.Enumeration/internal/index.d.ts +7 -5
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -9
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +8 -8
- package/System.IO.Pipelines/internal/index.d.ts +5 -5
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- package/System.Linq/internal/index.d.ts +207 -207
- package/System.Linq.Expressions/internal/index.d.ts +160 -160
- package/System.Net/internal/index.d.ts +157 -131
- package/System.Net.Cache/internal/index.d.ts +2 -2
- package/System.Net.Http/internal/index.d.ts +69 -53
- package/System.Net.Http.Headers/internal/index.d.ts +62 -45
- package/System.Net.Http.Json/internal/index.d.ts +38 -38
- package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
- package/System.Net.Mail/internal/index.d.ts +80 -70
- package/System.Net.Mime/internal/index.d.ts +4 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +23 -23
- package/System.Net.Quic/internal/index.d.ts +4 -3
- package/System.Net.Security/internal/index.d.ts +65 -49
- package/System.Net.ServerSentEvents/internal/index.d.ts +3 -2
- package/System.Net.Sockets/internal/index.d.ts +49 -42
- package/System.Net.WebSockets/internal/index.d.ts +35 -29
- package/System.Numerics/bindings.json +96 -72
- package/System.Numerics/internal/index.d.ts +93 -91
- package/System.Numerics/internal/metadata.json +64 -48
- package/System.Reflection/internal/index.d.ts +129 -126
- package/System.Reflection.Emit/internal/index.d.ts +105 -105
- package/System.Reflection.Metadata/internal/index.d.ts +15 -15
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -4
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Resources/internal/index.d.ts +20 -19
- package/System.Runtime/internal/index.d.ts +6 -5
- package/System.Runtime.CompilerServices/internal/index.d.ts +30 -28
- package/System.Runtime.InteropServices/internal/index.d.ts +85 -83
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +20 -20
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +28 -26
- package/System.Runtime.Loader/internal/index.d.ts +2 -2
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization/internal/index.d.ts +66 -54
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +4 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization.Json/internal/index.d.ts +22 -21
- package/System.Runtime.Versioning/internal/index.d.ts +12 -9
- package/System.Security/internal/index.d.ts +62 -52
- package/System.Security.AccessControl/internal/index.d.ts +29 -25
- package/System.Security.Authentication/internal/index.d.ts +4 -4
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +8 -8
- package/System.Security.Claims/internal/index.d.ts +21 -15
- package/System.Security.Cryptography/internal/index.d.ts +155 -141
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +83 -82
- package/System.Security.Permissions/internal/index.d.ts +2 -2
- package/System.Security.Principal/internal/index.d.ts +3 -3
- package/System.Text/internal/index.d.ts +48 -46
- package/System.Text.Json/internal/index.d.ts +87 -81
- package/System.Text.Json.Nodes/internal/index.d.ts +41 -41
- package/System.Text.Json.Schema/internal/index.d.ts +4 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +5 -4
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +55 -30
- package/System.Text.RegularExpressions/internal/index.d.ts +5 -5
- package/System.Text.Unicode/internal/index.d.ts +4 -4
- package/System.Threading/internal/index.d.ts +86 -85
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +82 -82
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +25 -26
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -4
- package/System.Timers/internal/index.d.ts +5 -3
- package/System.Transactions/internal/index.d.ts +18 -16
- package/System.Web/internal/index.d.ts +30 -30
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/internal/index.d.ts +162 -161
- package/System.Xml.Linq/internal/index.d.ts +38 -37
- package/System.Xml.Resolvers/internal/index.d.ts +5 -5
- package/System.Xml.Schema/internal/index.d.ts +133 -88
- package/System.Xml.Serialization/internal/index.d.ts +138 -117
- package/System.Xml.XPath/internal/index.d.ts +12 -12
- package/System.Xml.Xsl/internal/index.d.ts +34 -34
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +16 -16
- package/__internal/extensions/index.d.ts +371 -371
- package/package.json +1 -1
|
@@ -350,18 +350,18 @@ export interface IColumnMappingCollection$instance extends IList, ICollection, I
|
|
|
350
350
|
readonly syncRoot: unknown;
|
|
351
351
|
readonly isSynchronized: boolean;
|
|
352
352
|
add(sourceColumnName: string, dataSetColumnName: string): IColumnMapping;
|
|
353
|
-
add(value: unknown
|
|
353
|
+
add(value: unknown): int;
|
|
354
354
|
clear(): void;
|
|
355
355
|
contains(sourceColumnName: string): boolean;
|
|
356
|
-
contains(value: unknown
|
|
356
|
+
contains(value: unknown): boolean;
|
|
357
357
|
copyTo(array: ClrArray, index: int): void;
|
|
358
358
|
get_Item2(index: int): unknown;
|
|
359
359
|
get_Item2(index: string): unknown;
|
|
360
360
|
getByDataSetColumn(dataSetColumnName: string): IColumnMapping;
|
|
361
361
|
getEnumerator(): IEnumerator;
|
|
362
362
|
indexOf(sourceColumnName: string): int;
|
|
363
|
-
insert(index: int, value: unknown
|
|
364
|
-
remove(value: unknown
|
|
363
|
+
insert(index: int, value: unknown): void;
|
|
364
|
+
remove(value: unknown): void;
|
|
365
365
|
removeAt(sourceColumnName: string): void;
|
|
366
366
|
removeAt(index: int): void;
|
|
367
367
|
set_Item2(index: int, value: unknown | undefined): void;
|
|
@@ -402,17 +402,17 @@ export interface IDataParameterCollection$instance extends IList, ICollection, I
|
|
|
402
402
|
readonly count: int;
|
|
403
403
|
readonly syncRoot: unknown;
|
|
404
404
|
readonly isSynchronized: boolean;
|
|
405
|
-
add(value: unknown
|
|
405
|
+
add(value: unknown): int;
|
|
406
406
|
clear(): void;
|
|
407
407
|
contains(parameterName: string): boolean;
|
|
408
|
-
contains(value: unknown
|
|
408
|
+
contains(value: unknown): boolean;
|
|
409
409
|
copyTo(array: ClrArray, index: int): void;
|
|
410
410
|
get_Item2(index: int): unknown;
|
|
411
411
|
get_Item2(parameterName: string): unknown;
|
|
412
412
|
getEnumerator(): IEnumerator;
|
|
413
413
|
indexOf(parameterName: string): int;
|
|
414
|
-
insert(index: int, value: unknown
|
|
415
|
-
remove(value: unknown
|
|
414
|
+
insert(index: int, value: unknown): void;
|
|
415
|
+
remove(value: unknown): void;
|
|
416
416
|
removeAt(parameterName: string): void;
|
|
417
417
|
removeAt(index: int): void;
|
|
418
418
|
set_Item2(index: int, value: unknown | undefined): void;
|
|
@@ -447,7 +447,7 @@ export interface IDataReader$instance extends IDisposable, IDataRecord {
|
|
|
447
447
|
getInt64(i: int): long;
|
|
448
448
|
getName(i: int): string;
|
|
449
449
|
getOrdinal(name: string): int;
|
|
450
|
-
getSchemaTable(): DataTable;
|
|
450
|
+
getSchemaTable(): DataTable | undefined;
|
|
451
451
|
getValue(i: int): unknown;
|
|
452
452
|
getValues(values: unknown[]): int;
|
|
453
453
|
nextResult(): boolean;
|
|
@@ -490,7 +490,8 @@ export type IDataRecord = IDataRecord$instance;
|
|
|
490
490
|
|
|
491
491
|
export interface IDbCommand$instance extends IDisposable {
|
|
492
492
|
connection: IDbConnection;
|
|
493
|
-
transaction: IDbTransaction | undefined;
|
|
493
|
+
get transaction(): IDbTransaction | undefined;
|
|
494
|
+
set transaction(value: IDbTransaction);
|
|
494
495
|
commandText: string;
|
|
495
496
|
commandTimeout: int;
|
|
496
497
|
commandType: CommandType;
|
|
@@ -500,7 +501,7 @@ export interface IDbCommand$instance extends IDisposable {
|
|
|
500
501
|
executeNonQuery(): int;
|
|
501
502
|
executeReader(): IDataReader;
|
|
502
503
|
executeReader(behavior: CommandBehavior): IDataReader;
|
|
503
|
-
executeScalar(): unknown;
|
|
504
|
+
executeScalar(): unknown | undefined;
|
|
504
505
|
prepare(): void;
|
|
505
506
|
dispose(): void;
|
|
506
507
|
}
|
|
@@ -529,10 +530,14 @@ export interface IDbConnection$instance extends System_Internal.IDisposable$inst
|
|
|
529
530
|
export type IDbConnection = IDbConnection$instance;
|
|
530
531
|
|
|
531
532
|
export interface IDbDataAdapter$instance extends IDataAdapter {
|
|
532
|
-
selectCommand: IDbCommand | undefined;
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
533
|
+
get selectCommand(): IDbCommand | undefined;
|
|
534
|
+
set selectCommand(value: IDbCommand);
|
|
535
|
+
get insertCommand(): IDbCommand | undefined;
|
|
536
|
+
set insertCommand(value: IDbCommand);
|
|
537
|
+
get updateCommand(): IDbCommand | undefined;
|
|
538
|
+
set updateCommand(value: IDbCommand);
|
|
539
|
+
get deleteCommand(): IDbCommand | undefined;
|
|
540
|
+
set deleteCommand(value: IDbCommand);
|
|
536
541
|
missingMappingAction: MissingMappingAction;
|
|
537
542
|
missingSchemaAction: MissingSchemaAction;
|
|
538
543
|
readonly tableMappings: ITableMappingCollection;
|
|
@@ -592,18 +597,18 @@ export interface ITableMappingCollection$instance extends IList, ICollection, IE
|
|
|
592
597
|
readonly syncRoot: unknown;
|
|
593
598
|
readonly isSynchronized: boolean;
|
|
594
599
|
add(sourceTableName: string, dataSetTableName: string): ITableMapping;
|
|
595
|
-
add(value: unknown
|
|
600
|
+
add(value: unknown): int;
|
|
596
601
|
clear(): void;
|
|
597
602
|
contains(sourceTableName: string): boolean;
|
|
598
|
-
contains(value: unknown
|
|
603
|
+
contains(value: unknown): boolean;
|
|
599
604
|
copyTo(array: ClrArray, index: int): void;
|
|
600
605
|
get_Item2(index: int): unknown;
|
|
601
606
|
get_Item2(index: string): unknown;
|
|
602
607
|
getByDataSetTable(dataSetTableName: string): ITableMapping;
|
|
603
608
|
getEnumerator(): IEnumerator;
|
|
604
609
|
indexOf(sourceTableName: string): int;
|
|
605
|
-
insert(index: int, value: unknown
|
|
606
|
-
remove(value: unknown
|
|
610
|
+
insert(index: int, value: unknown): void;
|
|
611
|
+
remove(value: unknown): void;
|
|
607
612
|
removeAt(sourceTableName: string): void;
|
|
608
613
|
removeAt(index: int): void;
|
|
609
614
|
set_Item2(index: int, value: unknown | undefined): void;
|
|
@@ -629,11 +634,11 @@ export type Constraint = Constraint$instance;
|
|
|
629
634
|
|
|
630
635
|
export interface ConstraintCollection$instance extends InternalDataCollectionBase$instance {
|
|
631
636
|
add(constraint: Constraint): void;
|
|
632
|
-
add(name: string
|
|
633
|
-
add(name: string
|
|
634
|
-
add(name: string
|
|
635
|
-
add(name: string
|
|
636
|
-
addRange(constraints: Constraint[]
|
|
637
|
+
add(name: string, columns: DataColumn[], primaryKey: boolean): Constraint;
|
|
638
|
+
add(name: string, column: DataColumn, primaryKey: boolean): Constraint;
|
|
639
|
+
add(name: string, primaryKeyColumn: DataColumn, foreignKeyColumn: DataColumn): Constraint;
|
|
640
|
+
add(name: string, primaryKeyColumns: DataColumn[], foreignKeyColumns: DataColumn[]): Constraint;
|
|
641
|
+
addRange(constraints: Constraint[]): void;
|
|
637
642
|
canRemove(constraint: Constraint): boolean;
|
|
638
643
|
clear(): void;
|
|
639
644
|
contains(name: string): boolean;
|
|
@@ -669,8 +674,8 @@ export interface ConstraintException$instance extends DataException$instance {
|
|
|
669
674
|
|
|
670
675
|
export const ConstraintException: {
|
|
671
676
|
new(): ConstraintException;
|
|
672
|
-
new(s: string
|
|
673
|
-
new(message: string
|
|
677
|
+
new(s: string): ConstraintException;
|
|
678
|
+
new(message: string, innerException: Exception): ConstraintException;
|
|
674
679
|
};
|
|
675
680
|
|
|
676
681
|
|
|
@@ -702,7 +707,7 @@ export interface DataColumn$instance extends MarshalByValueComponent {
|
|
|
702
707
|
readonly table: DataTable;
|
|
703
708
|
unique: boolean;
|
|
704
709
|
dispose(): void;
|
|
705
|
-
getService(service: Type
|
|
710
|
+
getService(service: Type): unknown | undefined;
|
|
706
711
|
setOrdinal(ordinal: int): void;
|
|
707
712
|
toString(): string;
|
|
708
713
|
}
|
|
@@ -711,7 +716,7 @@ export interface DataColumn$instance extends MarshalByValueComponent {
|
|
|
711
716
|
export const DataColumn: {
|
|
712
717
|
new(): DataColumn;
|
|
713
718
|
new(columnName: string): DataColumn;
|
|
714
|
-
new(columnName: string
|
|
719
|
+
new(columnName: string, dataType: Type): DataColumn;
|
|
715
720
|
new(columnName: string, dataType: Type, expr: string): DataColumn;
|
|
716
721
|
new(columnName: string, dataType: Type, expr: string, type_: MappingType): DataColumn;
|
|
717
722
|
};
|
|
@@ -730,13 +735,14 @@ export type DataColumn = DataColumn$instance & __DataColumn$views;
|
|
|
730
735
|
|
|
731
736
|
export interface DataColumnChangeEventArgs$instance extends EventArgs {
|
|
732
737
|
readonly column: DataColumn | undefined;
|
|
733
|
-
proposedValue: unknown | undefined;
|
|
738
|
+
get proposedValue(): unknown | undefined;
|
|
739
|
+
set proposedValue(value: unknown);
|
|
734
740
|
readonly row: DataRow;
|
|
735
741
|
}
|
|
736
742
|
|
|
737
743
|
|
|
738
744
|
export const DataColumnChangeEventArgs: {
|
|
739
|
-
new(row: DataRow, column: DataColumn
|
|
745
|
+
new(row: DataRow, column: DataColumn, value: unknown): DataColumnChangeEventArgs;
|
|
740
746
|
};
|
|
741
747
|
|
|
742
748
|
|
|
@@ -744,9 +750,9 @@ export type DataColumnChangeEventArgs = DataColumnChangeEventArgs$instance;
|
|
|
744
750
|
|
|
745
751
|
export interface DataColumnCollection$instance extends InternalDataCollectionBase$instance {
|
|
746
752
|
add(column: DataColumn): void;
|
|
747
|
-
add(columnName: string
|
|
748
|
-
add(columnName: string
|
|
749
|
-
add(columnName: string
|
|
753
|
+
add(columnName: string, type_: Type, expression: string): DataColumn;
|
|
754
|
+
add(columnName: string, type_: Type): DataColumn;
|
|
755
|
+
add(columnName: string): DataColumn;
|
|
750
756
|
add(): DataColumn;
|
|
751
757
|
addRange(columns: DataColumn[]): void;
|
|
752
758
|
canRemove(column: DataColumn): boolean;
|
|
@@ -784,8 +790,8 @@ export interface DataException$instance extends SystemException {
|
|
|
784
790
|
|
|
785
791
|
export const DataException: {
|
|
786
792
|
new(): DataException;
|
|
787
|
-
new(s: string
|
|
788
|
-
new(s: string
|
|
793
|
+
new(s: string): DataException;
|
|
794
|
+
new(s: string, innerException: Exception): DataException;
|
|
789
795
|
};
|
|
790
796
|
|
|
791
797
|
|
|
@@ -812,12 +818,12 @@ export interface DataRelation$instance {
|
|
|
812
818
|
|
|
813
819
|
|
|
814
820
|
export const DataRelation: {
|
|
815
|
-
new(relationName: string
|
|
816
|
-
new(relationName: string
|
|
817
|
-
new(relationName: string
|
|
818
|
-
new(relationName: string
|
|
819
|
-
new(relationName: string, parentTableName: string, childTableName: string, parentColumnNames: string[]
|
|
820
|
-
new(relationName: string, parentTableName: string, parentTableNamespace: string, childTableName: string, childTableNamespace: string, parentColumnNames: string[]
|
|
821
|
+
new(relationName: string, parentColumn: DataColumn, childColumn: DataColumn): DataRelation;
|
|
822
|
+
new(relationName: string, parentColumn: DataColumn, childColumn: DataColumn, createConstraints: boolean): DataRelation;
|
|
823
|
+
new(relationName: string, parentColumns: DataColumn[], childColumns: DataColumn[]): DataRelation;
|
|
824
|
+
new(relationName: string, parentColumns: DataColumn[], childColumns: DataColumn[], createConstraints: boolean): DataRelation;
|
|
825
|
+
new(relationName: string, parentTableName: string, childTableName: string, parentColumnNames: string[], childColumnNames: string[], nested: boolean): DataRelation;
|
|
826
|
+
new(relationName: string, parentTableName: string, parentTableNamespace: string, childTableName: string, childTableNamespace: string, parentColumnNames: string[], childColumnNames: string[], nested: boolean): DataRelation;
|
|
821
827
|
};
|
|
822
828
|
|
|
823
829
|
|
|
@@ -825,13 +831,13 @@ export type DataRelation = DataRelation$instance;
|
|
|
825
831
|
|
|
826
832
|
export interface DataRelationCollection$instance extends InternalDataCollectionBase$instance {
|
|
827
833
|
add(relation: DataRelation): void;
|
|
828
|
-
add(name: string
|
|
829
|
-
add(name: string
|
|
834
|
+
add(name: string, parentColumns: DataColumn[], childColumns: DataColumn[]): DataRelation;
|
|
835
|
+
add(name: string, parentColumns: DataColumn[], childColumns: DataColumn[], createConstraints: boolean): DataRelation;
|
|
830
836
|
add(parentColumns: DataColumn[], childColumns: DataColumn[]): DataRelation;
|
|
831
|
-
add(name: string
|
|
832
|
-
add(name: string
|
|
837
|
+
add(name: string, parentColumn: DataColumn, childColumn: DataColumn): DataRelation;
|
|
838
|
+
add(name: string, parentColumn: DataColumn, childColumn: DataColumn, createConstraints: boolean): DataRelation;
|
|
833
839
|
add(parentColumn: DataColumn, childColumn: DataColumn): DataRelation;
|
|
834
|
-
addRange(relations: DataRelation[]
|
|
840
|
+
addRange(relations: DataRelation[]): void;
|
|
835
841
|
canRemove(relation: DataRelation): boolean;
|
|
836
842
|
clear(): void;
|
|
837
843
|
contains(name: string): boolean;
|
|
@@ -877,22 +883,22 @@ export interface DataRow$instance {
|
|
|
877
883
|
get_Item(columnIndex: int, version: DataRowVersion): unknown;
|
|
878
884
|
get_Item(columnName: string, version: DataRowVersion): unknown;
|
|
879
885
|
get_Item(column: DataColumn, version: DataRowVersion): unknown;
|
|
880
|
-
getChildRows(relationName: string
|
|
881
|
-
getChildRows(relationName: string
|
|
882
|
-
getChildRows(relation: DataRelation
|
|
883
|
-
getChildRows(relation: DataRelation
|
|
886
|
+
getChildRows(relationName: string): DataRow[];
|
|
887
|
+
getChildRows(relationName: string, version: DataRowVersion): DataRow[];
|
|
888
|
+
getChildRows(relation: DataRelation): DataRow[];
|
|
889
|
+
getChildRows(relation: DataRelation, version: DataRowVersion): DataRow[];
|
|
884
890
|
getColumnError(columnIndex: int): string;
|
|
885
891
|
getColumnError(columnName: string): string;
|
|
886
892
|
getColumnError(column: DataColumn): string;
|
|
887
893
|
getColumnsInError(): DataColumn[];
|
|
888
|
-
getParentRow(relationName: string): DataRow;
|
|
889
|
-
getParentRow(relationName: string, version: DataRowVersion): DataRow;
|
|
890
|
-
getParentRow(relation: DataRelation): DataRow;
|
|
891
|
-
getParentRow(relation: DataRelation, version: DataRowVersion): DataRow;
|
|
892
|
-
getParentRows(relationName: string
|
|
893
|
-
getParentRows(relationName: string
|
|
894
|
-
getParentRows(relation: DataRelation
|
|
895
|
-
getParentRows(relation: DataRelation
|
|
894
|
+
getParentRow(relationName: string): DataRow | undefined;
|
|
895
|
+
getParentRow(relationName: string, version: DataRowVersion): DataRow | undefined;
|
|
896
|
+
getParentRow(relation: DataRelation): DataRow | undefined;
|
|
897
|
+
getParentRow(relation: DataRelation, version: DataRowVersion): DataRow | undefined;
|
|
898
|
+
getParentRows(relationName: string): DataRow[];
|
|
899
|
+
getParentRows(relationName: string, version: DataRowVersion): DataRow[];
|
|
900
|
+
getParentRows(relation: DataRelation): DataRow[];
|
|
901
|
+
getParentRows(relation: DataRelation, version: DataRowVersion): DataRow[];
|
|
896
902
|
hasVersion(version: DataRowVersion): boolean;
|
|
897
903
|
isNull(columnIndex: int): boolean;
|
|
898
904
|
isNull(columnName: string): boolean;
|
|
@@ -904,8 +910,8 @@ export interface DataRow$instance {
|
|
|
904
910
|
set_Item(column: DataColumn, value: unknown): void;
|
|
905
911
|
setAdded(): void;
|
|
906
912
|
setColumnError(columnIndex: int, error: string): void;
|
|
907
|
-
setColumnError(columnName: string, error: string
|
|
908
|
-
setColumnError(column: DataColumn, error: string
|
|
913
|
+
setColumnError(columnName: string, error: string): void;
|
|
914
|
+
setColumnError(column: DataColumn, error: string): void;
|
|
909
915
|
setModified(): void;
|
|
910
916
|
setParentRow(parentRow: DataRow): void;
|
|
911
917
|
setParentRow(parentRow: DataRow, relation: DataRelation): void;
|
|
@@ -950,11 +956,11 @@ export interface DataRowCollection$instance extends InternalDataCollectionBase$i
|
|
|
950
956
|
add(...values: unknown[]): DataRow;
|
|
951
957
|
clear(): void;
|
|
952
958
|
contains(key: unknown): boolean;
|
|
953
|
-
contains(keys:
|
|
959
|
+
contains(keys: unknown[]): boolean;
|
|
954
960
|
copyTo(ar: ClrArray, index: int): void;
|
|
955
961
|
copyTo(array: DataRow[], index: int): void;
|
|
956
|
-
find(key: unknown): DataRow;
|
|
957
|
-
find(keys:
|
|
962
|
+
find(key: unknown): DataRow | undefined;
|
|
963
|
+
find(keys: unknown[]): DataRow | undefined;
|
|
958
964
|
getEnumerator(): IEnumerator;
|
|
959
965
|
indexOf(row: DataRow): int;
|
|
960
966
|
insertAt(row: DataRow, pos: int): void;
|
|
@@ -1048,7 +1054,8 @@ export interface DataSet$instance extends MarshalByValueComponent {
|
|
|
1048
1054
|
readonly relations: DataRelationCollection;
|
|
1049
1055
|
remotingFormat: SerializationFormat;
|
|
1050
1056
|
schemaSerializationMode: SchemaSerializationMode;
|
|
1051
|
-
site: ISite | undefined;
|
|
1057
|
+
get site(): ISite | undefined;
|
|
1058
|
+
set site(value: ISite);
|
|
1052
1059
|
readonly tables: DataTableCollection;
|
|
1053
1060
|
acceptChanges(): void;
|
|
1054
1061
|
beginInit(): void;
|
|
@@ -1059,19 +1066,19 @@ export interface DataSet$instance extends MarshalByValueComponent {
|
|
|
1059
1066
|
createDataReader(...dataTables: DataTable[]): DataTableReader;
|
|
1060
1067
|
dispose(): void;
|
|
1061
1068
|
endInit(): void;
|
|
1062
|
-
getChanges(): DataSet;
|
|
1063
|
-
getChanges(rowStates: DataRowState): DataSet;
|
|
1069
|
+
getChanges(): DataSet | undefined;
|
|
1070
|
+
getChanges(rowStates: DataRowState): DataSet | undefined;
|
|
1064
1071
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1065
|
-
getService(service: Type
|
|
1072
|
+
getService(service: Type): unknown | undefined;
|
|
1066
1073
|
getXml(): string;
|
|
1067
1074
|
getXmlSchema(): string;
|
|
1068
1075
|
hasChanges(): boolean;
|
|
1069
1076
|
hasChanges(rowStates: DataRowState): boolean;
|
|
1070
|
-
inferXmlSchema(reader: XmlReader, nsArray: string[]
|
|
1071
|
-
inferXmlSchema(stream: Stream, nsArray: string[]
|
|
1072
|
-
inferXmlSchema(reader: TextReader, nsArray: string[]
|
|
1073
|
-
inferXmlSchema(fileName: string, nsArray: string[]
|
|
1074
|
-
load(reader: IDataReader, loadOption: LoadOption, errorHandler: FillErrorEventHandler
|
|
1077
|
+
inferXmlSchema(reader: XmlReader, nsArray: string[]): void;
|
|
1078
|
+
inferXmlSchema(stream: Stream, nsArray: string[]): void;
|
|
1079
|
+
inferXmlSchema(reader: TextReader, nsArray: string[]): void;
|
|
1080
|
+
inferXmlSchema(fileName: string, nsArray: string[]): void;
|
|
1081
|
+
load(reader: IDataReader, loadOption: LoadOption, errorHandler: FillErrorEventHandler, ...tables: DataTable[]): void;
|
|
1075
1082
|
load(reader: IDataReader, loadOption: LoadOption, ...tables: DataTable[]): void;
|
|
1076
1083
|
load(reader: IDataReader, loadOption: LoadOption, ...tables: string[]): void;
|
|
1077
1084
|
merge(dataSet: DataSet): void;
|
|
@@ -1104,20 +1111,20 @@ export interface DataSet$instance extends MarshalByValueComponent {
|
|
|
1104
1111
|
writeXml(writer: XmlWriter, mode: XmlWriteMode): void;
|
|
1105
1112
|
writeXml(fileName: string, mode: XmlWriteMode): void;
|
|
1106
1113
|
writeXmlSchema(stream: Stream): void;
|
|
1107
|
-
writeXmlSchema(stream: Stream
|
|
1114
|
+
writeXmlSchema(stream: Stream, multipleTargetConverter: Converter_2<Type, System_Internal.String>): void;
|
|
1108
1115
|
writeXmlSchema(fileName: string): void;
|
|
1109
1116
|
writeXmlSchema(fileName: string, multipleTargetConverter: Converter_2<Type, System_Internal.String>): void;
|
|
1110
1117
|
writeXmlSchema(writer: TextWriter): void;
|
|
1111
|
-
writeXmlSchema(writer: TextWriter
|
|
1118
|
+
writeXmlSchema(writer: TextWriter, multipleTargetConverter: Converter_2<Type, System_Internal.String>): void;
|
|
1112
1119
|
writeXmlSchema(writer: XmlWriter): void;
|
|
1113
|
-
writeXmlSchema(writer: XmlWriter
|
|
1120
|
+
writeXmlSchema(writer: XmlWriter, multipleTargetConverter: Converter_2<Type, System_Internal.String>): void;
|
|
1114
1121
|
}
|
|
1115
1122
|
|
|
1116
1123
|
|
|
1117
1124
|
export const DataSet: {
|
|
1118
1125
|
new(): DataSet;
|
|
1119
1126
|
new(dataSetName: string): DataSet;
|
|
1120
|
-
getDataSetSchema(schemaSet: XmlSchemaSet
|
|
1127
|
+
getDataSetSchema(schemaSet: XmlSchemaSet): XmlSchemaComplexType;
|
|
1121
1128
|
};
|
|
1122
1129
|
|
|
1123
1130
|
|
|
@@ -1168,7 +1175,8 @@ export interface DataTable$instance extends MarshalByValueComponent {
|
|
|
1168
1175
|
primaryKey: DataColumn[];
|
|
1169
1176
|
remotingFormat: SerializationFormat;
|
|
1170
1177
|
readonly rows: DataRowCollection;
|
|
1171
|
-
site: ISite | undefined;
|
|
1178
|
+
get site(): ISite | undefined;
|
|
1179
|
+
set site(value: ISite);
|
|
1172
1180
|
tableName: string;
|
|
1173
1181
|
acceptChanges(): void;
|
|
1174
1182
|
beginInit(): void;
|
|
@@ -1181,17 +1189,17 @@ export interface DataTable$instance extends MarshalByValueComponent {
|
|
|
1181
1189
|
dispose(): void;
|
|
1182
1190
|
endInit(): void;
|
|
1183
1191
|
endLoadData(): void;
|
|
1184
|
-
getChanges(): DataTable;
|
|
1185
|
-
getChanges(rowStates: DataRowState): DataTable;
|
|
1192
|
+
getChanges(): DataTable | undefined;
|
|
1193
|
+
getChanges(rowStates: DataRowState): DataTable | undefined;
|
|
1186
1194
|
getErrors(): DataRow[];
|
|
1187
1195
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1188
|
-
getService(service: Type
|
|
1196
|
+
getService(service: Type): unknown | undefined;
|
|
1189
1197
|
importRow(row: DataRow): void;
|
|
1190
1198
|
load(reader: IDataReader): void;
|
|
1191
1199
|
load(reader: IDataReader, loadOption: LoadOption): void;
|
|
1192
|
-
load(reader: IDataReader, loadOption: LoadOption, errorHandler: FillErrorEventHandler
|
|
1193
|
-
loadDataRow(values:
|
|
1194
|
-
loadDataRow(values:
|
|
1200
|
+
load(reader: IDataReader, loadOption: LoadOption, errorHandler: FillErrorEventHandler): void;
|
|
1201
|
+
loadDataRow(values: unknown[], fAcceptChanges: boolean): DataRow;
|
|
1202
|
+
loadDataRow(values: unknown[], loadOption: LoadOption): DataRow;
|
|
1195
1203
|
merge(table: DataTable): void;
|
|
1196
1204
|
merge(table: DataTable, preserveChanges: boolean): void;
|
|
1197
1205
|
merge(table: DataTable, preserveChanges: boolean, missingSchemaAction: MissingSchemaAction): void;
|
|
@@ -1207,7 +1215,7 @@ export interface DataTable$instance extends MarshalByValueComponent {
|
|
|
1207
1215
|
rejectChanges(): void;
|
|
1208
1216
|
reset(): void;
|
|
1209
1217
|
select(): DataRow[];
|
|
1210
|
-
select(filterExpression: string
|
|
1218
|
+
select(filterExpression: string): DataRow[];
|
|
1211
1219
|
select(filterExpression: string, sort: string): DataRow[];
|
|
1212
1220
|
select(filterExpression: string, sort: string, recordStates: DataViewRowState): DataRow[];
|
|
1213
1221
|
toString(): string;
|
|
@@ -1242,7 +1250,7 @@ export const DataTable: {
|
|
|
1242
1250
|
new(): DataTable;
|
|
1243
1251
|
new(tableName: string): DataTable;
|
|
1244
1252
|
new(tableName: string, tableNamespace: string): DataTable;
|
|
1245
|
-
getDataTableSchema(schemaSet: XmlSchemaSet
|
|
1253
|
+
getDataTableSchema(schemaSet: XmlSchemaSet): XmlSchemaComplexType;
|
|
1246
1254
|
};
|
|
1247
1255
|
|
|
1248
1256
|
|
|
@@ -1277,26 +1285,26 @@ export const DataTableClearEventArgs: {
|
|
|
1277
1285
|
export type DataTableClearEventArgs = DataTableClearEventArgs$instance;
|
|
1278
1286
|
|
|
1279
1287
|
export interface DataTableCollection$instance extends InternalDataCollectionBase$instance {
|
|
1280
|
-
add(table: DataTable
|
|
1281
|
-
add(name: string
|
|
1282
|
-
add(name: string
|
|
1288
|
+
add(table: DataTable): void;
|
|
1289
|
+
add(name: string): DataTable;
|
|
1290
|
+
add(name: string, tableNamespace: string): DataTable;
|
|
1283
1291
|
add(): DataTable;
|
|
1284
|
-
addRange(tables:
|
|
1285
|
-
canRemove(table: DataTable
|
|
1292
|
+
addRange(tables: DataTable[]): void;
|
|
1293
|
+
canRemove(table: DataTable): boolean;
|
|
1286
1294
|
clear(): void;
|
|
1287
|
-
contains(name: string
|
|
1288
|
-
contains(name: string
|
|
1295
|
+
contains(name: string): boolean;
|
|
1296
|
+
contains(name: string, tableNamespace: string): boolean;
|
|
1289
1297
|
copyTo(ar: ClrArray, index: int): void;
|
|
1290
1298
|
get_Item(index: int): DataTable;
|
|
1291
|
-
get_Item(name: string
|
|
1292
|
-
get_Item(name: string
|
|
1299
|
+
get_Item(name: string): DataTable;
|
|
1300
|
+
get_Item(name: string, tableNamespace: string): DataTable | undefined;
|
|
1293
1301
|
getEnumerator(): IEnumerator;
|
|
1294
|
-
indexOf(table: DataTable
|
|
1295
|
-
indexOf(tableName: string
|
|
1296
|
-
indexOf(tableName: string
|
|
1297
|
-
remove(table: DataTable
|
|
1298
|
-
remove(name: string
|
|
1299
|
-
remove(name: string
|
|
1302
|
+
indexOf(table: DataTable): int;
|
|
1303
|
+
indexOf(tableName: string): int;
|
|
1304
|
+
indexOf(tableName: string, tableNamespace: string): int;
|
|
1305
|
+
remove(table: DataTable): void;
|
|
1306
|
+
remove(name: string): void;
|
|
1307
|
+
remove(name: string, tableNamespace: string): void;
|
|
1300
1308
|
removeAt(index: int): void;
|
|
1301
1309
|
}
|
|
1302
1310
|
|
|
@@ -1402,29 +1410,29 @@ export interface DataView$instance extends MarshalByValueComponent {
|
|
|
1402
1410
|
table: DataTable;
|
|
1403
1411
|
addNew(): DataRowView;
|
|
1404
1412
|
beginInit(): void;
|
|
1405
|
-
copyTo(array: ClrArray
|
|
1413
|
+
copyTo(array: ClrArray, index: int): void;
|
|
1406
1414
|
delete_(index: int): void;
|
|
1407
1415
|
dispose(): void;
|
|
1408
1416
|
endInit(): void;
|
|
1409
|
-
equals(view: DataView
|
|
1410
|
-
equals(obj: unknown
|
|
1411
|
-
find(key: unknown
|
|
1412
|
-
find(key:
|
|
1413
|
-
findRows(key: unknown
|
|
1414
|
-
findRows(key:
|
|
1417
|
+
equals(view: DataView): boolean;
|
|
1418
|
+
equals(obj: unknown): boolean;
|
|
1419
|
+
find(key: unknown): int;
|
|
1420
|
+
find(key: unknown[]): int;
|
|
1421
|
+
findRows(key: unknown): DataRowView[];
|
|
1422
|
+
findRows(key: unknown[]): DataRowView[];
|
|
1415
1423
|
getEnumerator(): IEnumerator;
|
|
1416
|
-
getService(service: Type
|
|
1417
|
-
toTable(): DataTable
|
|
1418
|
-
toTable(tableName: string
|
|
1419
|
-
toTable(distinct: boolean, ...columnNames: string[]): DataTable
|
|
1420
|
-
toTable(tableName: string
|
|
1424
|
+
getService(service: Type): unknown | undefined;
|
|
1425
|
+
toTable(): DataTable;
|
|
1426
|
+
toTable(tableName: string): DataTable;
|
|
1427
|
+
toTable(distinct: boolean, ...columnNames: string[]): DataTable;
|
|
1428
|
+
toTable(tableName: string, distinct: boolean, ...columnNames: string[]): DataTable;
|
|
1421
1429
|
}
|
|
1422
1430
|
|
|
1423
1431
|
|
|
1424
1432
|
export const DataView: {
|
|
1425
1433
|
new(): DataView;
|
|
1426
|
-
new(table: DataTable
|
|
1427
|
-
new(table: DataTable, RowFilter: string
|
|
1434
|
+
new(table: DataTable): DataView;
|
|
1435
|
+
new(table: DataTable, RowFilter: string, Sort: string, RowState: DataViewRowState): DataView;
|
|
1428
1436
|
};
|
|
1429
1437
|
|
|
1430
1438
|
|
|
@@ -1453,7 +1461,7 @@ export interface DataViewManager$instance extends MarshalByValueComponent {
|
|
|
1453
1461
|
readonly dataViewSettings: DataViewSettingCollection;
|
|
1454
1462
|
createDataView(table: DataTable): DataView;
|
|
1455
1463
|
dispose(): void;
|
|
1456
|
-
getService(service: Type
|
|
1464
|
+
getService(service: Type): unknown | undefined;
|
|
1457
1465
|
}
|
|
1458
1466
|
|
|
1459
1467
|
|
|
@@ -1528,17 +1536,17 @@ export type DataViewSettingCollection = DataViewSettingCollection$instance & __D
|
|
|
1528
1536
|
export interface DBConcurrencyException$instance extends SystemException {
|
|
1529
1537
|
row: DataRow;
|
|
1530
1538
|
readonly rowCount: int;
|
|
1531
|
-
copyToRows(array:
|
|
1532
|
-
copyToRows(array:
|
|
1533
|
-
getObjectData(info: SerializationInfo
|
|
1539
|
+
copyToRows(array: DataRow[]): void;
|
|
1540
|
+
copyToRows(array: DataRow[], arrayIndex: int): void;
|
|
1541
|
+
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1534
1542
|
}
|
|
1535
1543
|
|
|
1536
1544
|
|
|
1537
1545
|
export const DBConcurrencyException: {
|
|
1538
1546
|
new(): DBConcurrencyException;
|
|
1539
|
-
new(message: string
|
|
1540
|
-
new(message: string
|
|
1541
|
-
new(message: string
|
|
1547
|
+
new(message: string): DBConcurrencyException;
|
|
1548
|
+
new(message: string, inner: Exception): DBConcurrencyException;
|
|
1549
|
+
new(message: string, inner: Exception, dataRows: DataRow[]): DBConcurrencyException;
|
|
1542
1550
|
};
|
|
1543
1551
|
|
|
1544
1552
|
|
|
@@ -1556,8 +1564,8 @@ export interface DeletedRowInaccessibleException$instance extends DataException$
|
|
|
1556
1564
|
|
|
1557
1565
|
export const DeletedRowInaccessibleException: {
|
|
1558
1566
|
new(): DeletedRowInaccessibleException;
|
|
1559
|
-
new(s: string
|
|
1560
|
-
new(message: string
|
|
1567
|
+
new(s: string): DeletedRowInaccessibleException;
|
|
1568
|
+
new(message: string, innerException: Exception): DeletedRowInaccessibleException;
|
|
1561
1569
|
};
|
|
1562
1570
|
|
|
1563
1571
|
|
|
@@ -1575,8 +1583,8 @@ export interface DuplicateNameException$instance extends DataException$instance
|
|
|
1575
1583
|
|
|
1576
1584
|
export const DuplicateNameException: {
|
|
1577
1585
|
new(): DuplicateNameException;
|
|
1578
|
-
new(s: string
|
|
1579
|
-
new(message: string
|
|
1586
|
+
new(s: string): DuplicateNameException;
|
|
1587
|
+
new(message: string, innerException: Exception): DuplicateNameException;
|
|
1580
1588
|
};
|
|
1581
1589
|
|
|
1582
1590
|
|
|
@@ -1629,8 +1637,8 @@ export interface EvaluateException$instance extends InvalidExpressionException$i
|
|
|
1629
1637
|
|
|
1630
1638
|
export const EvaluateException: {
|
|
1631
1639
|
new(): EvaluateException;
|
|
1632
|
-
new(s: string
|
|
1633
|
-
new(message: string
|
|
1640
|
+
new(s: string): EvaluateException;
|
|
1641
|
+
new(message: string, innerException: Exception): EvaluateException;
|
|
1634
1642
|
};
|
|
1635
1643
|
|
|
1636
1644
|
|
|
@@ -1650,7 +1658,7 @@ export interface FillErrorEventArgs$instance extends EventArgs {
|
|
|
1650
1658
|
|
|
1651
1659
|
|
|
1652
1660
|
export const FillErrorEventArgs: {
|
|
1653
|
-
new(dataTable: DataTable
|
|
1661
|
+
new(dataTable: DataTable, values: unknown[]): FillErrorEventArgs;
|
|
1654
1662
|
};
|
|
1655
1663
|
|
|
1656
1664
|
|
|
@@ -1671,10 +1679,10 @@ export interface ForeignKeyConstraint$instance extends Constraint {
|
|
|
1671
1679
|
|
|
1672
1680
|
export const ForeignKeyConstraint: {
|
|
1673
1681
|
new(parentColumn: DataColumn, childColumn: DataColumn): ForeignKeyConstraint;
|
|
1674
|
-
new(constraintName: string
|
|
1682
|
+
new(constraintName: string, parentColumn: DataColumn, childColumn: DataColumn): ForeignKeyConstraint;
|
|
1675
1683
|
new(parentColumns: DataColumn[], childColumns: DataColumn[]): ForeignKeyConstraint;
|
|
1676
|
-
new(constraintName: string
|
|
1677
|
-
new(constraintName: string
|
|
1684
|
+
new(constraintName: string, parentColumns: DataColumn[], childColumns: DataColumn[]): ForeignKeyConstraint;
|
|
1685
|
+
new(constraintName: string, parentTableName: string, parentColumnNames: string[], childColumnNames: string[], acceptRejectRule: AcceptRejectRule, deleteRule: Rule, updateRule: Rule): ForeignKeyConstraint;
|
|
1678
1686
|
new(constraintName: string, parentTableName: string, parentTableNamespace: string, parentColumnNames: string[], childColumnNames: string[], acceptRejectRule: AcceptRejectRule, deleteRule: Rule, updateRule: Rule): ForeignKeyConstraint;
|
|
1679
1687
|
};
|
|
1680
1688
|
|
|
@@ -1688,8 +1696,8 @@ export interface InRowChangingEventException$instance extends DataException$inst
|
|
|
1688
1696
|
|
|
1689
1697
|
export const InRowChangingEventException: {
|
|
1690
1698
|
new(): InRowChangingEventException;
|
|
1691
|
-
new(s: string
|
|
1692
|
-
new(message: string
|
|
1699
|
+
new(s: string): InRowChangingEventException;
|
|
1700
|
+
new(message: string, innerException: Exception): InRowChangingEventException;
|
|
1693
1701
|
};
|
|
1694
1702
|
|
|
1695
1703
|
|
|
@@ -1730,8 +1738,8 @@ export interface InvalidConstraintException$instance extends DataException$insta
|
|
|
1730
1738
|
|
|
1731
1739
|
export const InvalidConstraintException: {
|
|
1732
1740
|
new(): InvalidConstraintException;
|
|
1733
|
-
new(s: string
|
|
1734
|
-
new(message: string
|
|
1741
|
+
new(s: string): InvalidConstraintException;
|
|
1742
|
+
new(message: string, innerException: Exception): InvalidConstraintException;
|
|
1735
1743
|
};
|
|
1736
1744
|
|
|
1737
1745
|
|
|
@@ -1749,8 +1757,8 @@ export interface InvalidExpressionException$instance extends DataException$insta
|
|
|
1749
1757
|
|
|
1750
1758
|
export const InvalidExpressionException: {
|
|
1751
1759
|
new(): InvalidExpressionException;
|
|
1752
|
-
new(s: string
|
|
1753
|
-
new(message: string
|
|
1760
|
+
new(s: string): InvalidExpressionException;
|
|
1761
|
+
new(message: string, innerException: Exception): InvalidExpressionException;
|
|
1754
1762
|
};
|
|
1755
1763
|
|
|
1756
1764
|
|
|
@@ -1768,7 +1776,7 @@ export interface MergeFailedEventArgs$instance extends EventArgs {
|
|
|
1768
1776
|
|
|
1769
1777
|
|
|
1770
1778
|
export const MergeFailedEventArgs: {
|
|
1771
|
-
new(table: DataTable
|
|
1779
|
+
new(table: DataTable, conflict: string): MergeFailedEventArgs;
|
|
1772
1780
|
};
|
|
1773
1781
|
|
|
1774
1782
|
|
|
@@ -1781,8 +1789,8 @@ export interface MissingPrimaryKeyException$instance extends DataException$insta
|
|
|
1781
1789
|
|
|
1782
1790
|
export const MissingPrimaryKeyException: {
|
|
1783
1791
|
new(): MissingPrimaryKeyException;
|
|
1784
|
-
new(s: string
|
|
1785
|
-
new(message: string
|
|
1792
|
+
new(s: string): MissingPrimaryKeyException;
|
|
1793
|
+
new(message: string, innerException: Exception): MissingPrimaryKeyException;
|
|
1786
1794
|
};
|
|
1787
1795
|
|
|
1788
1796
|
|
|
@@ -1800,8 +1808,8 @@ export interface NoNullAllowedException$instance extends DataException$instance
|
|
|
1800
1808
|
|
|
1801
1809
|
export const NoNullAllowedException: {
|
|
1802
1810
|
new(): NoNullAllowedException;
|
|
1803
|
-
new(s: string
|
|
1804
|
-
new(message: string
|
|
1811
|
+
new(s: string): NoNullAllowedException;
|
|
1812
|
+
new(message: string, innerException: Exception): NoNullAllowedException;
|
|
1805
1813
|
};
|
|
1806
1814
|
|
|
1807
1815
|
|
|
@@ -1832,7 +1840,7 @@ export type OrderedEnumerableRowCollection_1<TRow> = OrderedEnumerableRowCollect
|
|
|
1832
1840
|
|
|
1833
1841
|
|
|
1834
1842
|
export interface PropertyCollection$instance extends Hashtable {
|
|
1835
|
-
add(key: unknown, value: unknown
|
|
1843
|
+
add(key: unknown, value: unknown): void;
|
|
1836
1844
|
clear(): void;
|
|
1837
1845
|
clone(): unknown;
|
|
1838
1846
|
contains(key: unknown): boolean;
|
|
@@ -1869,8 +1877,8 @@ export interface ReadOnlyException$instance extends DataException$instance {
|
|
|
1869
1877
|
|
|
1870
1878
|
export const ReadOnlyException: {
|
|
1871
1879
|
new(): ReadOnlyException;
|
|
1872
|
-
new(s: string
|
|
1873
|
-
new(message: string
|
|
1880
|
+
new(s: string): ReadOnlyException;
|
|
1881
|
+
new(message: string, innerException: Exception): ReadOnlyException;
|
|
1874
1882
|
};
|
|
1875
1883
|
|
|
1876
1884
|
|
|
@@ -1888,8 +1896,8 @@ export interface RowNotInTableException$instance extends DataException$instance
|
|
|
1888
1896
|
|
|
1889
1897
|
export const RowNotInTableException: {
|
|
1890
1898
|
new(): RowNotInTableException;
|
|
1891
|
-
new(s: string
|
|
1892
|
-
new(message: string
|
|
1899
|
+
new(s: string): RowNotInTableException;
|
|
1900
|
+
new(message: string, innerException: Exception): RowNotInTableException;
|
|
1893
1901
|
};
|
|
1894
1902
|
|
|
1895
1903
|
|
|
@@ -1932,8 +1940,8 @@ export interface StrongTypingException$instance extends DataException$instance {
|
|
|
1932
1940
|
|
|
1933
1941
|
export const StrongTypingException: {
|
|
1934
1942
|
new(): StrongTypingException;
|
|
1935
|
-
new(message: string
|
|
1936
|
-
new(s: string
|
|
1943
|
+
new(message: string): StrongTypingException;
|
|
1944
|
+
new(s: string, innerException: Exception): StrongTypingException;
|
|
1937
1945
|
};
|
|
1938
1946
|
|
|
1939
1947
|
|
|
@@ -1951,8 +1959,8 @@ export interface SyntaxErrorException$instance extends InvalidExpressionExceptio
|
|
|
1951
1959
|
|
|
1952
1960
|
export const SyntaxErrorException: {
|
|
1953
1961
|
new(): SyntaxErrorException;
|
|
1954
|
-
new(s: string
|
|
1955
|
-
new(message: string
|
|
1962
|
+
new(s: string): SyntaxErrorException;
|
|
1963
|
+
new(message: string, innerException: Exception): SyntaxErrorException;
|
|
1956
1964
|
};
|
|
1957
1965
|
|
|
1958
1966
|
|
|
@@ -2028,14 +2036,14 @@ export interface UniqueConstraint$instance extends Constraint {
|
|
|
2028
2036
|
|
|
2029
2037
|
|
|
2030
2038
|
export const UniqueConstraint: {
|
|
2031
|
-
new(name: string
|
|
2039
|
+
new(name: string, column: DataColumn): UniqueConstraint;
|
|
2032
2040
|
new(column: DataColumn): UniqueConstraint;
|
|
2033
|
-
new(name: string
|
|
2041
|
+
new(name: string, columns: DataColumn[]): UniqueConstraint;
|
|
2034
2042
|
new(columns: DataColumn[]): UniqueConstraint;
|
|
2035
|
-
new(name: string, columnNames: string[]
|
|
2036
|
-
new(name: string
|
|
2043
|
+
new(name: string, columnNames: string[], isPrimaryKey: boolean): UniqueConstraint;
|
|
2044
|
+
new(name: string, column: DataColumn, isPrimaryKey: boolean): UniqueConstraint;
|
|
2037
2045
|
new(column: DataColumn, isPrimaryKey: boolean): UniqueConstraint;
|
|
2038
|
-
new(name: string
|
|
2046
|
+
new(name: string, columns: DataColumn[], isPrimaryKey: boolean): UniqueConstraint;
|
|
2039
2047
|
new(columns: DataColumn[], isPrimaryKey: boolean): UniqueConstraint;
|
|
2040
2048
|
};
|
|
2041
2049
|
|
|
@@ -2049,8 +2057,8 @@ export interface VersionNotFoundException$instance extends DataException$instanc
|
|
|
2049
2057
|
|
|
2050
2058
|
export const VersionNotFoundException: {
|
|
2051
2059
|
new(): VersionNotFoundException;
|
|
2052
|
-
new(s: string
|
|
2053
|
-
new(message: string
|
|
2060
|
+
new(s: string): VersionNotFoundException;
|
|
2061
|
+
new(message: string, innerException: Exception): VersionNotFoundException;
|
|
2054
2062
|
};
|
|
2055
2063
|
|
|
2056
2064
|
|
|
@@ -2103,13 +2111,13 @@ export type DataRowComparer = DataRowComparer$instance;
|
|
|
2103
2111
|
export abstract class DataRowExtensions$instance {
|
|
2104
2112
|
static field<T>(row: DataRow, column: DataColumn, version: DataRowVersion): T | undefined;
|
|
2105
2113
|
static field<T>(row: DataRow, column: DataColumn): T | undefined;
|
|
2106
|
-
static field<T>(row: DataRow, columnIndex: int, version: DataRowVersion): T;
|
|
2107
|
-
static field<T>(row: DataRow, columnIndex: int): T;
|
|
2114
|
+
static field<T>(row: DataRow, columnIndex: int, version: DataRowVersion): T | undefined;
|
|
2115
|
+
static field<T>(row: DataRow, columnIndex: int): T | undefined;
|
|
2108
2116
|
static field<T>(row: DataRow, columnName: string, version: DataRowVersion): T | undefined;
|
|
2109
2117
|
static field<T>(row: DataRow, columnName: string): T | undefined;
|
|
2110
|
-
static setField<T>(row: DataRow, column: DataColumn, value: T
|
|
2118
|
+
static setField<T>(row: DataRow, column: DataColumn, value: T): void;
|
|
2111
2119
|
static setField<T>(row: DataRow, columnIndex: int, value: T): void;
|
|
2112
|
-
static setField<T>(row: DataRow, columnName: string, value: T
|
|
2120
|
+
static setField<T>(row: DataRow, columnName: string, value: T): void;
|
|
2113
2121
|
}
|
|
2114
2122
|
|
|
2115
2123
|
|
|
@@ -2119,7 +2127,7 @@ export abstract class DataTableExtensions$instance {
|
|
|
2119
2127
|
static asDataView<T extends DataRow>(source: EnumerableRowCollection_1<T>): DataView;
|
|
2120
2128
|
static asDataView(table: DataTable): DataView;
|
|
2121
2129
|
static asEnumerable(source: DataTable): EnumerableRowCollection_1<DataRow>;
|
|
2122
|
-
static copyToDataTable<T extends DataRow>(source: IEnumerable_1<T>, table: DataTable, options: LoadOption, errorHandler: FillErrorEventHandler
|
|
2130
|
+
static copyToDataTable<T extends DataRow>(source: IEnumerable_1<T>, table: DataTable, options: LoadOption, errorHandler: FillErrorEventHandler): void;
|
|
2123
2131
|
static copyToDataTable<T extends DataRow>(source: IEnumerable_1<T>, table: DataTable, options: LoadOption): void;
|
|
2124
2132
|
static copyToDataTable<T extends DataRow>(source: IEnumerable_1<T>): DataTable;
|
|
2125
2133
|
}
|