@tsonic/dotnet 10.0.5 → 10.0.10
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 +6 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +58 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -0
- package/Microsoft.Win32/internal/index.d.ts +3 -3
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +447 -196
- package/System.Buffers/internal/index.d.ts +24 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +4 -0
- package/System.Collections/internal/index.d.ts +37 -26
- package/System.Collections.Concurrent/internal/index.d.ts +17 -3
- package/System.Collections.Frozen/internal/index.d.ts +12 -0
- package/System.Collections.Generic/internal/index.d.ts +126 -43
- package/System.Collections.Immutable/internal/index.d.ts +51 -14
- package/System.Collections.ObjectModel/internal/index.d.ts +22 -10
- package/System.Collections.Specialized/internal/index.d.ts +33 -12
- package/System.ComponentModel/internal/index.d.ts +275 -33
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +73 -3
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
- package/System.ComponentModel.Design/internal/index.d.ts +49 -7
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +22 -0
- package/System.Data/internal/index.d.ts +111 -21
- package/System.Data.Common/internal/index.d.ts +67 -36
- package/System.Data.SqlTypes/internal/index.d.ts +59 -52
- package/System.Diagnostics/internal/index.d.ts +147 -17
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
- package/System.Diagnostics.Contracts/internal/index.d.ts +26 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +31 -3
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +8 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +40 -6
- package/System.Drawing/internal/index.d.ts +24 -0
- package/System.Dynamic/internal/index.d.ts +38 -6
- package/System.Formats.Asn1/internal/index.d.ts +13 -3
- package/System.Formats.Tar/internal/index.d.ts +20 -6
- package/System.Globalization/internal/index.d.ts +64 -18
- package/System.IO/internal/index.d.ts +74 -18
- package/System.IO.Compression/internal/index.d.ts +25 -9
- package/System.IO.Enumeration/internal/index.d.ts +6 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -3
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -0
- package/System.IO.Pipelines/internal/index.d.ts +19 -3
- package/System.IO.Pipes/internal/index.d.ts +16 -0
- package/System.Linq/internal/index.d.ts +17 -3
- package/System.Linq.Expressions/internal/index.d.ts +86 -18
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
- package/System.Net/internal/index.d.ts +112 -23
- package/System.Net.Cache/internal/index.d.ts +4 -0
- package/System.Net.Http/internal/index.d.ts +50 -0
- package/System.Net.Http.Headers/internal/index.d.ts +79 -62
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +31 -9
- package/System.Net.Mime/internal/index.d.ts +4 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +67 -10
- package/System.Net.Quic/internal/index.d.ts +22 -6
- package/System.Net.Security/internal/index.d.ts +27 -3
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
- package/System.Net.Sockets/internal/index.d.ts +38 -6
- package/System.Net.WebSockets/internal/index.d.ts +23 -3
- package/System.Numerics/internal/index.d.ts +29 -16
- package/System.Reflection/internal/index.d.ts +135 -32
- package/System.Reflection.Emit/internal/index.d.ts +45 -9
- package/System.Reflection.Metadata/internal/index.d.ts +324 -10
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +76 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +37 -3
- package/System.Resources/internal/index.d.ts +16 -0
- package/System.Runtime/internal/index.d.ts +12 -6
- package/System.Runtime.CompilerServices/internal/index.d.ts +278 -39
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +6 -0
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices/internal/index.d.ts +175 -15
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +40 -0
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +55 -3
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +57 -12
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -0
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +8 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +13 -17
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +40 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -0
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +148 -0
- package/System.Runtime.Loader/internal/index.d.ts +7 -3
- package/System.Runtime.Remoting/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +75 -9
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +26 -0
- package/System.Security/internal/index.d.ts +28 -6
- package/System.Security.AccessControl/internal/index.d.ts +98 -8
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +9 -3
- package/System.Security.Claims/internal/index.d.ts +8 -6
- package/System.Security.Cryptography/internal/index.d.ts +299 -44
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +72 -14
- package/System.Security.Permissions/internal/index.d.ts +6 -0
- package/System.Security.Policy/internal/index.d.ts +4 -0
- package/System.Security.Principal/internal/index.d.ts +21 -8
- package/System.Text/internal/index.d.ts +70 -11
- package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
- package/System.Text.Json/internal/index.d.ts +33 -8
- package/System.Text.Json.Nodes/internal/index.d.ts +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +54 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +23 -3
- package/System.Text.RegularExpressions/internal/index.d.ts +35 -7
- package/System.Text.Unicode/internal/index.d.ts +4 -0
- package/System.Threading/internal/index.d.ts +108 -24
- package/System.Threading.Channels/internal/index.d.ts +18 -0
- package/System.Threading.Tasks/internal/index.d.ts +49 -13
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +2 -0
- package/System.Timers/internal/index.d.ts +7 -3
- package/System.Transactions/internal/index.d.ts +37 -15
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Markup/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +107 -20
- package/System.Xml.Linq/internal/index.d.ts +42 -18
- package/System.Xml.Resolvers/internal/index.d.ts +2 -0
- package/System.Xml.Schema/internal/index.d.ts +150 -4
- package/System.Xml.Serialization/internal/index.d.ts +120 -8
- package/System.Xml.XPath/internal/index.d.ts +14 -6
- package/System.Xml.Xsl/internal/index.d.ts +16 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +89 -2
- package/__internal/extensions/index.d.ts +2143 -1955
- package/package.json +2 -2
|
@@ -147,6 +147,8 @@ export interface INameCreationService$instance {
|
|
|
147
147
|
export type INameCreationService = INameCreationService$instance;
|
|
148
148
|
|
|
149
149
|
export interface MemberRelationship$instance {
|
|
150
|
+
readonly __tsonic_type_System_ComponentModel_Design_Serialization_MemberRelationship: never;
|
|
151
|
+
|
|
150
152
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
151
153
|
|
|
152
154
|
readonly IsEmpty: boolean;
|
|
@@ -175,6 +177,8 @@ export type MemberRelationship = MemberRelationship$instance & __MemberRelations
|
|
|
175
177
|
|
|
176
178
|
|
|
177
179
|
export interface ComponentSerializationService$instance {
|
|
180
|
+
readonly __tsonic_type_System_ComponentModel_Design_Serialization_ComponentSerializationService: never;
|
|
181
|
+
|
|
178
182
|
CreateStore(): SerializationStore;
|
|
179
183
|
Deserialize(store: SerializationStore): ICollection;
|
|
180
184
|
Deserialize(store: SerializationStore, container: IContainer): ICollection;
|
|
@@ -196,6 +200,8 @@ export const ComponentSerializationService: (abstract new() => ComponentSerializ
|
|
|
196
200
|
export type ComponentSerializationService = ComponentSerializationService$instance;
|
|
197
201
|
|
|
198
202
|
export interface ContextStack$instance {
|
|
203
|
+
readonly __tsonic_type_System_ComponentModel_Design_Serialization_ContextStack: never;
|
|
204
|
+
|
|
199
205
|
readonly Current: unknown | undefined;
|
|
200
206
|
Append(context: unknown): void;
|
|
201
207
|
get_Item(level: int): unknown | undefined;
|
|
@@ -213,6 +219,8 @@ export const ContextStack: {
|
|
|
213
219
|
export type ContextStack = ContextStack$instance;
|
|
214
220
|
|
|
215
221
|
export interface DefaultSerializationProviderAttribute$instance extends Attribute {
|
|
222
|
+
readonly __tsonic_type_System_ComponentModel_Design_Serialization_DefaultSerializationProviderAttribute: never;
|
|
223
|
+
|
|
216
224
|
readonly ProviderTypeName: string;
|
|
217
225
|
}
|
|
218
226
|
|
|
@@ -226,6 +234,8 @@ export const DefaultSerializationProviderAttribute: {
|
|
|
226
234
|
export type DefaultSerializationProviderAttribute = DefaultSerializationProviderAttribute$instance;
|
|
227
235
|
|
|
228
236
|
export interface DesignerLoader$instance {
|
|
237
|
+
readonly __tsonic_type_System_ComponentModel_Design_Serialization_DesignerLoader: never;
|
|
238
|
+
|
|
229
239
|
readonly Loading: boolean;
|
|
230
240
|
BeginLoad(host: IDesignerLoaderHost): void;
|
|
231
241
|
Dispose(): void;
|
|
@@ -240,6 +250,8 @@ export const DesignerLoader: (abstract new() => DesignerLoader) & {
|
|
|
240
250
|
export type DesignerLoader = DesignerLoader$instance;
|
|
241
251
|
|
|
242
252
|
export interface DesignerSerializerAttribute$instance extends Attribute {
|
|
253
|
+
readonly __tsonic_type_System_ComponentModel_Design_Serialization_DesignerSerializerAttribute: never;
|
|
254
|
+
|
|
243
255
|
readonly SerializerBaseTypeName: string | undefined;
|
|
244
256
|
readonly SerializerTypeName: string | undefined;
|
|
245
257
|
readonly TypeId: unknown;
|
|
@@ -256,6 +268,8 @@ export const DesignerSerializerAttribute: {
|
|
|
256
268
|
export type DesignerSerializerAttribute = DesignerSerializerAttribute$instance;
|
|
257
269
|
|
|
258
270
|
export interface InstanceDescriptor$instance {
|
|
271
|
+
readonly __tsonic_type_System_ComponentModel_Design_Serialization_InstanceDescriptor: never;
|
|
272
|
+
|
|
259
273
|
readonly Arguments: ICollection;
|
|
260
274
|
readonly IsComplete: boolean;
|
|
261
275
|
readonly MemberInfo: MemberInfo | undefined;
|
|
@@ -272,6 +286,8 @@ export const InstanceDescriptor: {
|
|
|
272
286
|
export type InstanceDescriptor = InstanceDescriptor$instance;
|
|
273
287
|
|
|
274
288
|
export interface MemberRelationshipService$instance {
|
|
289
|
+
readonly __tsonic_type_System_ComponentModel_Design_Serialization_MemberRelationshipService: never;
|
|
290
|
+
|
|
275
291
|
get_Item(source: MemberRelationship): MemberRelationship;
|
|
276
292
|
get_Item(sourceOwner: unknown, sourceMember: MemberDescriptor): MemberRelationship;
|
|
277
293
|
GetRelationship(source: MemberRelationship): MemberRelationship;
|
|
@@ -289,6 +305,8 @@ export const MemberRelationshipService: (abstract new() => MemberRelationshipSer
|
|
|
289
305
|
export type MemberRelationshipService = MemberRelationshipService$instance;
|
|
290
306
|
|
|
291
307
|
export interface ResolveNameEventArgs$instance extends EventArgs {
|
|
308
|
+
readonly __tsonic_type_System_ComponentModel_Design_Serialization_ResolveNameEventArgs: never;
|
|
309
|
+
|
|
292
310
|
readonly Name: string | undefined;
|
|
293
311
|
get Value(): unknown | undefined;
|
|
294
312
|
set Value(value: unknown | undefined);
|
|
@@ -303,6 +321,8 @@ export const ResolveNameEventArgs: {
|
|
|
303
321
|
export type ResolveNameEventArgs = ResolveNameEventArgs$instance;
|
|
304
322
|
|
|
305
323
|
export interface RootDesignerSerializerAttribute$instance extends Attribute {
|
|
324
|
+
readonly __tsonic_type_System_ComponentModel_Design_Serialization_RootDesignerSerializerAttribute: never;
|
|
325
|
+
|
|
306
326
|
readonly Reloadable: boolean;
|
|
307
327
|
readonly SerializerBaseTypeName: string | undefined;
|
|
308
328
|
readonly SerializerTypeName: string | undefined;
|
|
@@ -320,6 +340,8 @@ export const RootDesignerSerializerAttribute: {
|
|
|
320
340
|
export type RootDesignerSerializerAttribute = RootDesignerSerializerAttribute$instance;
|
|
321
341
|
|
|
322
342
|
export interface SerializationStore$instance {
|
|
343
|
+
readonly __tsonic_type_System_ComponentModel_Design_Serialization_SerializationStore: never;
|
|
344
|
+
|
|
323
345
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
324
346
|
|
|
325
347
|
readonly Errors: ICollection;
|
|
@@ -650,6 +650,8 @@ export interface ITableMappingCollection$instance extends IList, ICollection, IE
|
|
|
650
650
|
export type ITableMappingCollection = ITableMappingCollection$instance;
|
|
651
651
|
|
|
652
652
|
export interface Constraint$instance {
|
|
653
|
+
readonly __tsonic_type_System_Data_Constraint: never;
|
|
654
|
+
|
|
653
655
|
readonly _DataSet: DataSet | undefined;
|
|
654
656
|
ConstraintName: string;
|
|
655
657
|
readonly ExtendedProperties: PropertyCollection;
|
|
@@ -665,6 +667,8 @@ export const Constraint: {
|
|
|
665
667
|
export type Constraint = Constraint$instance;
|
|
666
668
|
|
|
667
669
|
export interface ConstraintCollection$instance extends InternalDataCollectionBase$instance {
|
|
670
|
+
readonly __tsonic_type_System_Data_ConstraintCollection: never;
|
|
671
|
+
|
|
668
672
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
669
673
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
670
674
|
|
|
@@ -703,6 +707,8 @@ export type ConstraintCollection = ConstraintCollection$instance & __ConstraintC
|
|
|
703
707
|
|
|
704
708
|
|
|
705
709
|
export interface ConstraintException$instance extends DataException$instance {
|
|
710
|
+
readonly __tsonic_type_System_Data_ConstraintException: never;
|
|
711
|
+
|
|
706
712
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
707
713
|
|
|
708
714
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -724,6 +730,8 @@ export type ConstraintException = ConstraintException$instance & __ConstraintExc
|
|
|
724
730
|
|
|
725
731
|
|
|
726
732
|
export interface DataColumn$instance extends MarshalByValueComponent {
|
|
733
|
+
readonly __tsonic_type_System_Data_DataColumn: never;
|
|
734
|
+
|
|
727
735
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
728
736
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
729
737
|
readonly __tsonic_iface_System_IServiceProvider: never;
|
|
@@ -775,6 +783,8 @@ export type DataColumn = DataColumn$instance & __DataColumn$views;
|
|
|
775
783
|
|
|
776
784
|
|
|
777
785
|
export interface DataColumnChangeEventArgs$instance extends EventArgs {
|
|
786
|
+
readonly __tsonic_type_System_Data_DataColumnChangeEventArgs: never;
|
|
787
|
+
|
|
778
788
|
readonly Column: DataColumn | undefined;
|
|
779
789
|
get ProposedValue(): unknown | undefined;
|
|
780
790
|
set ProposedValue(value: unknown | undefined);
|
|
@@ -790,6 +800,8 @@ export const DataColumnChangeEventArgs: {
|
|
|
790
800
|
export type DataColumnChangeEventArgs = DataColumnChangeEventArgs$instance;
|
|
791
801
|
|
|
792
802
|
export interface DataColumnCollection$instance extends InternalDataCollectionBase$instance {
|
|
803
|
+
readonly __tsonic_type_System_Data_DataColumnCollection: never;
|
|
804
|
+
|
|
793
805
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
794
806
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
795
807
|
|
|
@@ -828,6 +840,8 @@ export type DataColumnCollection = DataColumnCollection$instance & __DataColumnC
|
|
|
828
840
|
|
|
829
841
|
|
|
830
842
|
export interface DataException$instance extends SystemException {
|
|
843
|
+
readonly __tsonic_type_System_Data_DataException: never;
|
|
844
|
+
|
|
831
845
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
832
846
|
|
|
833
847
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -849,6 +863,8 @@ export type DataException = DataException$instance & __DataException$views;
|
|
|
849
863
|
|
|
850
864
|
|
|
851
865
|
export interface DataRelation$instance {
|
|
866
|
+
readonly __tsonic_type_System_Data_DataRelation: never;
|
|
867
|
+
|
|
852
868
|
readonly ChildColumns: DataColumn[];
|
|
853
869
|
readonly ChildKeyConstraint: ForeignKeyConstraint | undefined;
|
|
854
870
|
readonly ChildTable: DataTable;
|
|
@@ -876,6 +892,8 @@ export const DataRelation: {
|
|
|
876
892
|
export type DataRelation = DataRelation$instance;
|
|
877
893
|
|
|
878
894
|
export interface DataRelationCollection$instance extends InternalDataCollectionBase$instance {
|
|
895
|
+
readonly __tsonic_type_System_Data_DataRelationCollection: never;
|
|
896
|
+
|
|
879
897
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
880
898
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
881
899
|
|
|
@@ -920,6 +938,8 @@ export type DataRelationCollection = DataRelationCollection$instance & __DataRel
|
|
|
920
938
|
|
|
921
939
|
|
|
922
940
|
export interface DataRow$instance {
|
|
941
|
+
readonly __tsonic_type_System_Data_DataRow: never;
|
|
942
|
+
|
|
923
943
|
readonly HasErrors: boolean;
|
|
924
944
|
ItemArray: (unknown | undefined)[];
|
|
925
945
|
RowError: string;
|
|
@@ -979,6 +999,8 @@ export const DataRow: (abstract new(builder: DataRowBuilder) => DataRow) & {
|
|
|
979
999
|
export type DataRow = DataRow$instance;
|
|
980
1000
|
|
|
981
1001
|
export interface DataRowBuilder$instance {
|
|
1002
|
+
readonly __tsonic_type_System_Data_DataRowBuilder: never;
|
|
1003
|
+
|
|
982
1004
|
}
|
|
983
1005
|
|
|
984
1006
|
|
|
@@ -989,6 +1011,8 @@ export const DataRowBuilder: {
|
|
|
989
1011
|
export type DataRowBuilder = DataRowBuilder$instance;
|
|
990
1012
|
|
|
991
1013
|
export interface DataRowChangeEventArgs$instance extends EventArgs {
|
|
1014
|
+
readonly __tsonic_type_System_Data_DataRowChangeEventArgs: never;
|
|
1015
|
+
|
|
992
1016
|
readonly Action: DataRowAction;
|
|
993
1017
|
readonly Row: DataRow;
|
|
994
1018
|
}
|
|
@@ -1002,11 +1026,12 @@ export const DataRowChangeEventArgs: {
|
|
|
1002
1026
|
export type DataRowChangeEventArgs = DataRowChangeEventArgs$instance;
|
|
1003
1027
|
|
|
1004
1028
|
export interface DataRowCollection$instance extends InternalDataCollectionBase$instance {
|
|
1029
|
+
readonly __tsonic_type_System_Data_DataRowCollection: never;
|
|
1030
|
+
|
|
1005
1031
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1006
1032
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1007
1033
|
|
|
1008
1034
|
readonly Count: int;
|
|
1009
|
-
readonly [index: number]: DataRow;
|
|
1010
1035
|
Add(row: DataRow): void;
|
|
1011
1036
|
Add(...values: unknown[]): DataRow;
|
|
1012
1037
|
Clear(): void;
|
|
@@ -1033,10 +1058,12 @@ export interface __DataRowCollection$views {
|
|
|
1033
1058
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1034
1059
|
}
|
|
1035
1060
|
|
|
1036
|
-
export type DataRowCollection = DataRowCollection$instance & __DataRowCollection$views;
|
|
1061
|
+
export type DataRowCollection = DataRowCollection$instance & __DataRowCollection$views & { readonly [index: number]: DataRow; };
|
|
1037
1062
|
|
|
1038
1063
|
|
|
1039
1064
|
export interface DataRowComparer_1$instance<TRow extends DataRow> {
|
|
1065
|
+
readonly __tsonic_type_System_Data_DataRowComparer_1: never;
|
|
1066
|
+
|
|
1040
1067
|
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
1041
1068
|
|
|
1042
1069
|
Equals(leftRow: TRow, rightRow: TRow): boolean;
|
|
@@ -1056,7 +1083,9 @@ export interface __DataRowComparer_1$views<TRow extends DataRow> {
|
|
|
1056
1083
|
export type DataRowComparer_1<TRow extends DataRow> = DataRowComparer_1$instance<TRow> & __DataRowComparer_1$views<TRow>;
|
|
1057
1084
|
|
|
1058
1085
|
|
|
1059
|
-
export interface DataRowView$instance extends INotifyPropertyChanged {
|
|
1086
|
+
export interface DataRowView$instance extends INotifyPropertyChanged, System_ComponentModel_Internal.ICustomTypeDescriptor$instance, System_ComponentModel_Internal.IDataErrorInfo$instance, System_ComponentModel_Internal.IEditableObject$instance, System_ComponentModel_Internal.INotifyPropertyChanged$instance {
|
|
1087
|
+
readonly __tsonic_type_System_Data_DataRowView: never;
|
|
1088
|
+
|
|
1060
1089
|
readonly __tsonic_iface_System_ComponentModel_ICustomTypeDescriptor: never;
|
|
1061
1090
|
readonly __tsonic_iface_System_ComponentModel_IDataErrorInfo: never;
|
|
1062
1091
|
readonly __tsonic_iface_System_ComponentModel_IEditableObject: never;
|
|
@@ -1094,12 +1123,12 @@ export interface __DataRowView$views {
|
|
|
1094
1123
|
As_IDataErrorInfo(): System_ComponentModel_Internal.IDataErrorInfo$instance;
|
|
1095
1124
|
}
|
|
1096
1125
|
|
|
1097
|
-
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 {}
|
|
1098
|
-
|
|
1099
1126
|
export type DataRowView = DataRowView$instance & __DataRowView$views;
|
|
1100
1127
|
|
|
1101
1128
|
|
|
1102
|
-
export interface DataSet$instance extends MarshalByValueComponent {
|
|
1129
|
+
export interface DataSet$instance extends MarshalByValueComponent, System_ComponentModel_Internal.IListSource$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1130
|
+
readonly __tsonic_type_System_Data_DataSet: never;
|
|
1131
|
+
|
|
1103
1132
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
1104
1133
|
readonly __tsonic_iface_System_ComponentModel_IListSource: never;
|
|
1105
1134
|
readonly __tsonic_iface_System_ComponentModel_ISupportInitialize: never;
|
|
@@ -1216,12 +1245,12 @@ export interface __DataSet$views {
|
|
|
1216
1245
|
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
1217
1246
|
}
|
|
1218
1247
|
|
|
1219
|
-
export interface DataSet$instance extends System_ComponentModel_Internal.IListSource$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
1220
|
-
|
|
1221
1248
|
export type DataSet = DataSet$instance & __DataSet$views;
|
|
1222
1249
|
|
|
1223
1250
|
|
|
1224
1251
|
export interface DataSysDescriptionAttribute$instance extends DescriptionAttribute {
|
|
1252
|
+
readonly __tsonic_type_System_Data_DataSysDescriptionAttribute: never;
|
|
1253
|
+
|
|
1225
1254
|
readonly Description: string;
|
|
1226
1255
|
}
|
|
1227
1256
|
|
|
@@ -1233,7 +1262,9 @@ export const DataSysDescriptionAttribute: {
|
|
|
1233
1262
|
|
|
1234
1263
|
export type DataSysDescriptionAttribute = DataSysDescriptionAttribute$instance;
|
|
1235
1264
|
|
|
1236
|
-
export interface DataTable$instance extends MarshalByValueComponent {
|
|
1265
|
+
export interface DataTable$instance extends MarshalByValueComponent, System_ComponentModel_Internal.IListSource$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1266
|
+
readonly __tsonic_type_System_Data_DataTable: never;
|
|
1267
|
+
|
|
1237
1268
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
1238
1269
|
readonly __tsonic_iface_System_ComponentModel_IListSource: never;
|
|
1239
1270
|
readonly __tsonic_iface_System_ComponentModel_ISupportInitialize: never;
|
|
@@ -1368,12 +1399,12 @@ export interface __DataTable$views {
|
|
|
1368
1399
|
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
1369
1400
|
}
|
|
1370
1401
|
|
|
1371
|
-
export interface DataTable$instance extends System_ComponentModel_Internal.IListSource$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
1372
|
-
|
|
1373
1402
|
export type DataTable = DataTable$instance & __DataTable$views;
|
|
1374
1403
|
|
|
1375
1404
|
|
|
1376
1405
|
export interface DataTableClearEventArgs$instance extends EventArgs {
|
|
1406
|
+
readonly __tsonic_type_System_Data_DataTableClearEventArgs: never;
|
|
1407
|
+
|
|
1377
1408
|
readonly Table: DataTable;
|
|
1378
1409
|
readonly TableName: string;
|
|
1379
1410
|
readonly TableNamespace: string;
|
|
@@ -1388,6 +1419,8 @@ export const DataTableClearEventArgs: {
|
|
|
1388
1419
|
export type DataTableClearEventArgs = DataTableClearEventArgs$instance;
|
|
1389
1420
|
|
|
1390
1421
|
export interface DataTableCollection$instance extends InternalDataCollectionBase$instance {
|
|
1422
|
+
readonly __tsonic_type_System_Data_DataTableCollection: never;
|
|
1423
|
+
|
|
1391
1424
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1392
1425
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1393
1426
|
|
|
@@ -1429,6 +1462,8 @@ export type DataTableCollection = DataTableCollection$instance & __DataTableColl
|
|
|
1429
1462
|
|
|
1430
1463
|
|
|
1431
1464
|
export interface DataTableNewRowEventArgs$instance extends EventArgs {
|
|
1465
|
+
readonly __tsonic_type_System_Data_DataTableNewRowEventArgs: never;
|
|
1466
|
+
|
|
1432
1467
|
readonly Row: DataRow;
|
|
1433
1468
|
}
|
|
1434
1469
|
|
|
@@ -1441,6 +1476,8 @@ export const DataTableNewRowEventArgs: {
|
|
|
1441
1476
|
export type DataTableNewRowEventArgs = DataTableNewRowEventArgs$instance;
|
|
1442
1477
|
|
|
1443
1478
|
export interface DataTableReader$instance extends DbDataReader {
|
|
1479
|
+
readonly __tsonic_type_System_Data_DataTableReader: never;
|
|
1480
|
+
|
|
1444
1481
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1445
1482
|
readonly __tsonic_iface_System_Data_IDataReader: never;
|
|
1446
1483
|
readonly __tsonic_iface_System_Data_IDataRecord: never;
|
|
@@ -1508,7 +1545,9 @@ export interface __DataTableReader$views {
|
|
|
1508
1545
|
export type DataTableReader = DataTableReader$instance & __DataTableReader$views;
|
|
1509
1546
|
|
|
1510
1547
|
|
|
1511
|
-
export interface DataView$instance extends MarshalByValueComponent {
|
|
1548
|
+
export interface DataView$instance extends MarshalByValueComponent, System_ComponentModel_Internal.ITypedList$instance {
|
|
1549
|
+
readonly __tsonic_type_System_Data_DataView: never;
|
|
1550
|
+
|
|
1512
1551
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1513
1552
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1514
1553
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
@@ -1528,7 +1567,6 @@ export interface DataView$instance extends MarshalByValueComponent {
|
|
|
1528
1567
|
readonly Count: int;
|
|
1529
1568
|
readonly DataViewManager: DataViewManager | undefined;
|
|
1530
1569
|
readonly IsInitialized: boolean;
|
|
1531
|
-
readonly [recordIndex: number]: DataRowView;
|
|
1532
1570
|
get RowFilter(): string | undefined;
|
|
1533
1571
|
set RowFilter(value: string | undefined);
|
|
1534
1572
|
RowStateFilter: DataViewRowState;
|
|
@@ -1582,12 +1620,12 @@ export interface __DataView$views {
|
|
|
1582
1620
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1583
1621
|
}
|
|
1584
1622
|
|
|
1585
|
-
export
|
|
1623
|
+
export type DataView = DataView$instance & __DataView$views & { readonly [recordIndex: number]: DataRowView; };
|
|
1586
1624
|
|
|
1587
|
-
export type DataView = DataView$instance & __DataView$views;
|
|
1588
1625
|
|
|
1626
|
+
export interface DataViewManager$instance extends MarshalByValueComponent, System_ComponentModel_Internal.IBindingList$instance, System_ComponentModel_Internal.ITypedList$instance {
|
|
1627
|
+
readonly __tsonic_type_System_Data_DataViewManager: never;
|
|
1589
1628
|
|
|
1590
|
-
export interface DataViewManager$instance extends MarshalByValueComponent {
|
|
1591
1629
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1592
1630
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1593
1631
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
@@ -1628,12 +1666,12 @@ export interface __DataViewManager$views {
|
|
|
1628
1666
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1629
1667
|
}
|
|
1630
1668
|
|
|
1631
|
-
export interface DataViewManager$instance extends System_ComponentModel_Internal.IBindingList$instance, System_ComponentModel_Internal.ITypedList$instance {}
|
|
1632
|
-
|
|
1633
1669
|
export type DataViewManager = DataViewManager$instance & __DataViewManager$views;
|
|
1634
1670
|
|
|
1635
1671
|
|
|
1636
1672
|
export interface DataViewSetting$instance {
|
|
1673
|
+
readonly __tsonic_type_System_Data_DataViewSetting: never;
|
|
1674
|
+
|
|
1637
1675
|
ApplyDefaultSort: boolean;
|
|
1638
1676
|
readonly DataViewManager: DataViewManager | undefined;
|
|
1639
1677
|
RowFilter: string;
|
|
@@ -1650,6 +1688,8 @@ export const DataViewSetting: {
|
|
|
1650
1688
|
export type DataViewSetting = DataViewSetting$instance;
|
|
1651
1689
|
|
|
1652
1690
|
export interface DataViewSettingCollection$instance {
|
|
1691
|
+
readonly __tsonic_type_System_Data_DataViewSettingCollection: never;
|
|
1692
|
+
|
|
1653
1693
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1654
1694
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1655
1695
|
|
|
@@ -1681,6 +1721,8 @@ export type DataViewSettingCollection = DataViewSettingCollection$instance & __D
|
|
|
1681
1721
|
|
|
1682
1722
|
|
|
1683
1723
|
export interface DBConcurrencyException$instance extends SystemException {
|
|
1724
|
+
readonly __tsonic_type_System_Data_DBConcurrencyException: never;
|
|
1725
|
+
|
|
1684
1726
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1685
1727
|
|
|
1686
1728
|
get Row(): DataRow | undefined;
|
|
@@ -1708,6 +1750,8 @@ export type DBConcurrencyException = DBConcurrencyException$instance & __DBConcu
|
|
|
1708
1750
|
|
|
1709
1751
|
|
|
1710
1752
|
export interface DeletedRowInaccessibleException$instance extends DataException$instance {
|
|
1753
|
+
readonly __tsonic_type_System_Data_DeletedRowInaccessibleException: never;
|
|
1754
|
+
|
|
1711
1755
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1712
1756
|
|
|
1713
1757
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1729,6 +1773,8 @@ export type DeletedRowInaccessibleException = DeletedRowInaccessibleException$in
|
|
|
1729
1773
|
|
|
1730
1774
|
|
|
1731
1775
|
export interface DuplicateNameException$instance extends DataException$instance {
|
|
1776
|
+
readonly __tsonic_type_System_Data_DuplicateNameException: never;
|
|
1777
|
+
|
|
1732
1778
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1733
1779
|
|
|
1734
1780
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1750,6 +1796,8 @@ export type DuplicateNameException = DuplicateNameException$instance & __Duplica
|
|
|
1750
1796
|
|
|
1751
1797
|
|
|
1752
1798
|
export interface EnumerableRowCollection$instance {
|
|
1799
|
+
readonly __tsonic_type_System_Data_EnumerableRowCollection: never;
|
|
1800
|
+
|
|
1753
1801
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1754
1802
|
|
|
1755
1803
|
}
|
|
@@ -1767,6 +1815,8 @@ export type EnumerableRowCollection = EnumerableRowCollection$instance & __Enume
|
|
|
1767
1815
|
|
|
1768
1816
|
|
|
1769
1817
|
export interface EnumerableRowCollection_1$instance<TRow> extends EnumerableRowCollection$instance {
|
|
1818
|
+
readonly __tsonic_type_System_Data_EnumerableRowCollection_1: never;
|
|
1819
|
+
|
|
1770
1820
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1771
1821
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1772
1822
|
|
|
@@ -1787,6 +1837,8 @@ export type EnumerableRowCollection_1<TRow> = EnumerableRowCollection_1$instance
|
|
|
1787
1837
|
|
|
1788
1838
|
|
|
1789
1839
|
export interface EvaluateException$instance extends InvalidExpressionException$instance {
|
|
1840
|
+
readonly __tsonic_type_System_Data_EvaluateException: never;
|
|
1841
|
+
|
|
1790
1842
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1791
1843
|
|
|
1792
1844
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1808,6 +1860,8 @@ export type EvaluateException = EvaluateException$instance & __EvaluateException
|
|
|
1808
1860
|
|
|
1809
1861
|
|
|
1810
1862
|
export interface FillErrorEventArgs$instance extends EventArgs {
|
|
1863
|
+
readonly __tsonic_type_System_Data_FillErrorEventArgs: never;
|
|
1864
|
+
|
|
1811
1865
|
Continue: boolean;
|
|
1812
1866
|
readonly DataTable: DataTable | undefined;
|
|
1813
1867
|
get Errors(): Exception | undefined;
|
|
@@ -1824,6 +1878,8 @@ export const FillErrorEventArgs: {
|
|
|
1824
1878
|
export type FillErrorEventArgs = FillErrorEventArgs$instance;
|
|
1825
1879
|
|
|
1826
1880
|
export interface ForeignKeyConstraint$instance extends Constraint {
|
|
1881
|
+
readonly __tsonic_type_System_Data_ForeignKeyConstraint: never;
|
|
1882
|
+
|
|
1827
1883
|
AcceptRejectRule: AcceptRejectRule;
|
|
1828
1884
|
readonly Columns: DataColumn[];
|
|
1829
1885
|
DeleteRule: Rule;
|
|
@@ -1849,6 +1905,8 @@ export const ForeignKeyConstraint: {
|
|
|
1849
1905
|
export type ForeignKeyConstraint = ForeignKeyConstraint$instance;
|
|
1850
1906
|
|
|
1851
1907
|
export interface InRowChangingEventException$instance extends DataException$instance {
|
|
1908
|
+
readonly __tsonic_type_System_Data_InRowChangingEventException: never;
|
|
1909
|
+
|
|
1852
1910
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1853
1911
|
|
|
1854
1912
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1870,6 +1928,8 @@ export type InRowChangingEventException = InRowChangingEventException$instance &
|
|
|
1870
1928
|
|
|
1871
1929
|
|
|
1872
1930
|
export interface InternalDataCollectionBase$instance {
|
|
1931
|
+
readonly __tsonic_type_System_Data_InternalDataCollectionBase: never;
|
|
1932
|
+
|
|
1873
1933
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1874
1934
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1875
1935
|
|
|
@@ -1897,6 +1957,8 @@ export type InternalDataCollectionBase = InternalDataCollectionBase$instance & _
|
|
|
1897
1957
|
|
|
1898
1958
|
|
|
1899
1959
|
export interface InvalidConstraintException$instance extends DataException$instance {
|
|
1960
|
+
readonly __tsonic_type_System_Data_InvalidConstraintException: never;
|
|
1961
|
+
|
|
1900
1962
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1901
1963
|
|
|
1902
1964
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1918,6 +1980,8 @@ export type InvalidConstraintException = InvalidConstraintException$instance & _
|
|
|
1918
1980
|
|
|
1919
1981
|
|
|
1920
1982
|
export interface InvalidExpressionException$instance extends DataException$instance {
|
|
1983
|
+
readonly __tsonic_type_System_Data_InvalidExpressionException: never;
|
|
1984
|
+
|
|
1921
1985
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1922
1986
|
|
|
1923
1987
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1939,6 +2003,8 @@ export type InvalidExpressionException = InvalidExpressionException$instance & _
|
|
|
1939
2003
|
|
|
1940
2004
|
|
|
1941
2005
|
export interface MergeFailedEventArgs$instance extends EventArgs {
|
|
2006
|
+
readonly __tsonic_type_System_Data_MergeFailedEventArgs: never;
|
|
2007
|
+
|
|
1942
2008
|
readonly Conflict: string;
|
|
1943
2009
|
readonly Table: DataTable | undefined;
|
|
1944
2010
|
}
|
|
@@ -1952,6 +2018,8 @@ export const MergeFailedEventArgs: {
|
|
|
1952
2018
|
export type MergeFailedEventArgs = MergeFailedEventArgs$instance;
|
|
1953
2019
|
|
|
1954
2020
|
export interface MissingPrimaryKeyException$instance extends DataException$instance {
|
|
2021
|
+
readonly __tsonic_type_System_Data_MissingPrimaryKeyException: never;
|
|
2022
|
+
|
|
1955
2023
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1956
2024
|
|
|
1957
2025
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1973,6 +2041,8 @@ export type MissingPrimaryKeyException = MissingPrimaryKeyException$instance & _
|
|
|
1973
2041
|
|
|
1974
2042
|
|
|
1975
2043
|
export interface NoNullAllowedException$instance extends DataException$instance {
|
|
2044
|
+
readonly __tsonic_type_System_Data_NoNullAllowedException: never;
|
|
2045
|
+
|
|
1976
2046
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1977
2047
|
|
|
1978
2048
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1994,6 +2064,8 @@ export type NoNullAllowedException = NoNullAllowedException$instance & __NoNullA
|
|
|
1994
2064
|
|
|
1995
2065
|
|
|
1996
2066
|
export interface OrderedEnumerableRowCollection_1$instance<TRow> extends EnumerableRowCollection_1$instance<TRow> {
|
|
2067
|
+
readonly __tsonic_type_System_Data_OrderedEnumerableRowCollection_1: never;
|
|
2068
|
+
|
|
1997
2069
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1998
2070
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1999
2071
|
|
|
@@ -2015,6 +2087,8 @@ export type OrderedEnumerableRowCollection_1<TRow> = OrderedEnumerableRowCollect
|
|
|
2015
2087
|
|
|
2016
2088
|
|
|
2017
2089
|
export interface PropertyCollection$instance extends Hashtable {
|
|
2090
|
+
readonly __tsonic_type_System_Data_PropertyCollection: never;
|
|
2091
|
+
|
|
2018
2092
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
2019
2093
|
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
2020
2094
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -2053,6 +2127,8 @@ export type PropertyCollection = PropertyCollection$instance & __PropertyCollect
|
|
|
2053
2127
|
|
|
2054
2128
|
|
|
2055
2129
|
export interface ReadOnlyException$instance extends DataException$instance {
|
|
2130
|
+
readonly __tsonic_type_System_Data_ReadOnlyException: never;
|
|
2131
|
+
|
|
2056
2132
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
2057
2133
|
|
|
2058
2134
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -2074,6 +2150,8 @@ export type ReadOnlyException = ReadOnlyException$instance & __ReadOnlyException
|
|
|
2074
2150
|
|
|
2075
2151
|
|
|
2076
2152
|
export interface RowNotInTableException$instance extends DataException$instance {
|
|
2153
|
+
readonly __tsonic_type_System_Data_RowNotInTableException: never;
|
|
2154
|
+
|
|
2077
2155
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
2078
2156
|
|
|
2079
2157
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -2095,6 +2173,8 @@ export type RowNotInTableException = RowNotInTableException$instance & __RowNotI
|
|
|
2095
2173
|
|
|
2096
2174
|
|
|
2097
2175
|
export interface StateChangeEventArgs$instance extends EventArgs {
|
|
2176
|
+
readonly __tsonic_type_System_Data_StateChangeEventArgs: never;
|
|
2177
|
+
|
|
2098
2178
|
readonly CurrentState: ConnectionState;
|
|
2099
2179
|
readonly OriginalState: ConnectionState;
|
|
2100
2180
|
}
|
|
@@ -2108,6 +2188,8 @@ export const StateChangeEventArgs: {
|
|
|
2108
2188
|
export type StateChangeEventArgs = StateChangeEventArgs$instance;
|
|
2109
2189
|
|
|
2110
2190
|
export interface StatementCompletedEventArgs$instance extends EventArgs {
|
|
2191
|
+
readonly __tsonic_type_System_Data_StatementCompletedEventArgs: never;
|
|
2192
|
+
|
|
2111
2193
|
readonly RecordCount: int;
|
|
2112
2194
|
}
|
|
2113
2195
|
|
|
@@ -2120,6 +2202,8 @@ export const StatementCompletedEventArgs: {
|
|
|
2120
2202
|
export type StatementCompletedEventArgs = StatementCompletedEventArgs$instance;
|
|
2121
2203
|
|
|
2122
2204
|
export interface StrongTypingException$instance extends DataException$instance {
|
|
2205
|
+
readonly __tsonic_type_System_Data_StrongTypingException: never;
|
|
2206
|
+
|
|
2123
2207
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
2124
2208
|
|
|
2125
2209
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -2141,6 +2225,8 @@ export type StrongTypingException = StrongTypingException$instance & __StrongTyp
|
|
|
2141
2225
|
|
|
2142
2226
|
|
|
2143
2227
|
export interface SyntaxErrorException$instance extends InvalidExpressionException$instance {
|
|
2228
|
+
readonly __tsonic_type_System_Data_SyntaxErrorException: never;
|
|
2229
|
+
|
|
2144
2230
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
2145
2231
|
|
|
2146
2232
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -2161,7 +2247,9 @@ export interface __SyntaxErrorException$views {
|
|
|
2161
2247
|
export type SyntaxErrorException = SyntaxErrorException$instance & __SyntaxErrorException$views;
|
|
2162
2248
|
|
|
2163
2249
|
|
|
2164
|
-
export interface TypedTableBase_1$instance<T extends DataRow> extends DataTable$instance {
|
|
2250
|
+
export interface TypedTableBase_1$instance<T extends DataRow> extends DataTable$instance, System_ComponentModel_Internal.IListSource$instance, System_ComponentModel_Internal.ISupportInitializeNotification$instance {
|
|
2251
|
+
readonly __tsonic_type_System_Data_TypedTableBase_1: never;
|
|
2252
|
+
|
|
2165
2253
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2166
2254
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2167
2255
|
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
@@ -2223,12 +2311,12 @@ export interface __TypedTableBase_1$views<T extends DataRow> {
|
|
|
2223
2311
|
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
2224
2312
|
}
|
|
2225
2313
|
|
|
2226
|
-
export interface TypedTableBase_1$instance<T extends DataRow> extends System_ComponentModel_Internal.IListSource$instance, System_ComponentModel_Internal.ISupportInitializeNotification$instance {}
|
|
2227
|
-
|
|
2228
2314
|
export type TypedTableBase_1<T extends DataRow> = TypedTableBase_1$instance<T> & __TypedTableBase_1$views<T>;
|
|
2229
2315
|
|
|
2230
2316
|
|
|
2231
2317
|
export interface UniqueConstraint$instance extends Constraint {
|
|
2318
|
+
readonly __tsonic_type_System_Data_UniqueConstraint: never;
|
|
2319
|
+
|
|
2232
2320
|
readonly Columns: DataColumn[];
|
|
2233
2321
|
readonly IsPrimaryKey: boolean;
|
|
2234
2322
|
readonly Table: DataTable | undefined;
|
|
@@ -2253,6 +2341,8 @@ export const UniqueConstraint: {
|
|
|
2253
2341
|
export type UniqueConstraint = UniqueConstraint$instance;
|
|
2254
2342
|
|
|
2255
2343
|
export interface VersionNotFoundException$instance extends DataException$instance {
|
|
2344
|
+
readonly __tsonic_type_System_Data_VersionNotFoundException: never;
|
|
2345
|
+
|
|
2256
2346
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
2257
2347
|
|
|
2258
2348
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|