@tsonic/dotnet 10.0.4 → 10.0.5
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 +4 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +2 -0
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +1038 -15
- package/System.Buffers/internal/index.d.ts +18 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +3 -0
- package/System.Collections/internal/index.d.ts +75 -7
- package/System.Collections.Concurrent/internal/index.d.ts +35 -0
- package/System.Collections.Frozen/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/index.d.ts +301 -0
- package/System.Collections.Immutable/internal/index.d.ts +149 -2
- package/System.Collections.ObjectModel/internal/index.d.ts +78 -0
- package/System.Collections.Specialized/internal/index.d.ts +42 -4
- package/System.ComponentModel/internal/index.d.ts +123 -2
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +6 -0
- package/System.ComponentModel.Design/internal/index.d.ts +73 -0
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -0
- package/System.Data/internal/index.d.ts +163 -2
- package/System.Data.Common/internal/index.d.ts +83 -3
- package/System.Data.SqlTypes/internal/index.d.ts +89 -0
- package/System.Diagnostics/internal/index.d.ts +70 -4
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +6 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +22 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +16 -0
- package/System.Drawing/internal/index.d.ts +14 -0
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/internal/index.d.ts +6 -0
- package/System.Formats.Tar/internal/index.d.ts +6 -0
- package/System.Globalization/internal/index.d.ts +52 -2
- package/System.IO/internal/index.d.ts +67 -0
- package/System.IO.Compression/internal/index.d.ts +21 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +15 -0
- package/System.Linq/internal/index.d.ts +38 -4
- package/System.Linq.Expressions/internal/index.d.ts +17 -0
- package/System.Net/internal/index.d.ts +93 -2
- package/System.Net.Http/internal/index.d.ts +53 -0
- package/System.Net.Http.Headers/internal/index.d.ts +73 -0
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +57 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +27 -0
- package/System.Net.Quic/internal/index.d.ts +9 -0
- package/System.Net.Security/internal/index.d.ts +13 -0
- package/System.Net.Sockets/internal/index.d.ts +21 -0
- package/System.Net.WebSockets/internal/index.d.ts +9 -0
- package/System.Numerics/internal/index.d.ts +149 -1
- package/System.Reflection/internal/index.d.ts +68 -0
- package/System.Reflection.Emit/internal/index.d.ts +35 -0
- package/System.Reflection.Metadata/internal/index.d.ts +329 -0
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -0
- package/System.Resources/internal/index.d.ts +19 -1
- package/System.Runtime/internal/index.d.ts +6 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +55 -0
- package/System.Runtime.InteropServices/internal/index.d.ts +94 -0
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +42 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +4 -0
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +25 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +44 -0
- package/System.Runtime.Loader/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +36 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +2 -0
- package/System.Security/internal/index.d.ts +18 -0
- package/System.Security.AccessControl/internal/index.d.ts +22 -2
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +7 -2
- package/System.Security.Claims/internal/index.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +270 -0
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +45 -0
- package/System.Security.Policy/internal/index.d.ts +3 -0
- package/System.Security.Principal/internal/index.d.ts +23 -0
- package/System.Text/internal/index.d.ts +40 -0
- package/System.Text.Json/internal/index.d.ts +21 -0
- package/System.Text.Json.Nodes/internal/index.d.ts +11 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +10 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +4 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +42 -0
- package/System.Threading/internal/index.d.ts +78 -0
- package/System.Threading.Channels/internal/index.d.ts +2 -0
- package/System.Threading.Tasks/internal/index.d.ts +14 -0
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +67 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +39 -0
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Input/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +142 -5
- package/System.Xml.Linq/internal/index.d.ts +32 -0
- package/System.Xml.Schema/internal/index.d.ts +23 -0
- package/System.Xml.Serialization/internal/index.d.ts +25 -0
- package/System.Xml.XPath/internal/index.d.ts +13 -2
- package/System.Xml.Xsl/internal/index.d.ts +11 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +24 -0
- package/__internal/extensions/index.d.ts +263 -263
- package/package.json +1 -1
|
@@ -63,6 +63,8 @@ export enum SupportedJoinOperators {
|
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
export interface IDbColumnSchemaGenerator$instance {
|
|
66
|
+
readonly __tsonic_iface_System_Data_Common_IDbColumnSchemaGenerator: never;
|
|
67
|
+
|
|
66
68
|
GetColumnSchema(): ReadOnlyCollection_1<DbColumn>;
|
|
67
69
|
}
|
|
68
70
|
|
|
@@ -70,6 +72,10 @@ export interface IDbColumnSchemaGenerator$instance {
|
|
|
70
72
|
export type IDbColumnSchemaGenerator = IDbColumnSchemaGenerator$instance;
|
|
71
73
|
|
|
72
74
|
export interface DataAdapter$instance extends Component {
|
|
75
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
76
|
+
readonly __tsonic_iface_System_Data_IDataAdapter: never;
|
|
77
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
78
|
+
|
|
73
79
|
AcceptChangesDuringFill: boolean;
|
|
74
80
|
AcceptChangesDuringUpdate: boolean;
|
|
75
81
|
ContinueUpdateOnError: boolean;
|
|
@@ -113,6 +119,9 @@ export type DataAdapter = DataAdapter$instance & __DataAdapter$views;
|
|
|
113
119
|
|
|
114
120
|
|
|
115
121
|
export interface DataColumnMapping$instance extends MarshalByRefObject {
|
|
122
|
+
readonly __tsonic_iface_System_Data_IColumnMapping: never;
|
|
123
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
124
|
+
|
|
116
125
|
DataSetColumn: string;
|
|
117
126
|
SourceColumn: string;
|
|
118
127
|
GetDataColumnBySchemaAction(dataTable: DataTable, dataType: Type, schemaAction: MissingSchemaAction): DataColumn | undefined;
|
|
@@ -138,6 +147,11 @@ export type DataColumnMapping = DataColumnMapping$instance & __DataColumnMapping
|
|
|
138
147
|
|
|
139
148
|
|
|
140
149
|
export interface DataColumnMappingCollection$instance extends MarshalByRefObject {
|
|
150
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
151
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
152
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
153
|
+
readonly __tsonic_iface_System_Data_IColumnMappingCollection: never;
|
|
154
|
+
|
|
141
155
|
readonly Count: int;
|
|
142
156
|
Add(value: unknown): int;
|
|
143
157
|
Add(sourceColumn: string, dataSetColumn: string): DataColumnMapping;
|
|
@@ -184,6 +198,9 @@ export type DataColumnMappingCollection = DataColumnMappingCollection$instance &
|
|
|
184
198
|
|
|
185
199
|
|
|
186
200
|
export interface DataTableMapping$instance extends MarshalByRefObject {
|
|
201
|
+
readonly __tsonic_iface_System_Data_ITableMapping: never;
|
|
202
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
203
|
+
|
|
187
204
|
readonly ColumnMappings: DataColumnMappingCollection;
|
|
188
205
|
DataSetTable: string;
|
|
189
206
|
SourceTable: string;
|
|
@@ -212,6 +229,11 @@ export type DataTableMapping = DataTableMapping$instance & __DataTableMapping$vi
|
|
|
212
229
|
|
|
213
230
|
|
|
214
231
|
export interface DataTableMappingCollection$instance extends MarshalByRefObject {
|
|
232
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
233
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
234
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
235
|
+
readonly __tsonic_iface_System_Data_ITableMappingCollection: never;
|
|
236
|
+
|
|
215
237
|
readonly Count: int;
|
|
216
238
|
Add(value: unknown): int;
|
|
217
239
|
Add(sourceTable: string, dataSetTable: string): DataTableMapping;
|
|
@@ -257,6 +279,9 @@ export type DataTableMappingCollection = DataTableMappingCollection$instance & _
|
|
|
257
279
|
|
|
258
280
|
|
|
259
281
|
export interface DbBatch$instance {
|
|
282
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
283
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
284
|
+
|
|
260
285
|
readonly BatchCommands: DbBatchCommandCollection;
|
|
261
286
|
get Connection(): DbConnection | undefined;
|
|
262
287
|
set Connection(value: DbConnection | undefined);
|
|
@@ -319,6 +344,11 @@ export const DbBatchCommand: (abstract new() => DbBatchCommand) & {
|
|
|
319
344
|
export type DbBatchCommand = DbBatchCommand$instance;
|
|
320
345
|
|
|
321
346
|
export interface DbBatchCommandCollection$instance {
|
|
347
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
348
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
349
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
350
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
351
|
+
|
|
322
352
|
readonly Count: int;
|
|
323
353
|
readonly IsReadOnly: boolean;
|
|
324
354
|
[index: number]: DbBatchCommand;
|
|
@@ -393,6 +423,11 @@ export const DbColumn: (abstract new() => DbColumn) & {
|
|
|
393
423
|
export type DbColumn = DbColumn$instance;
|
|
394
424
|
|
|
395
425
|
export interface DbCommand$instance extends Component {
|
|
426
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
427
|
+
readonly __tsonic_iface_System_Data_IDbCommand: never;
|
|
428
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
429
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
430
|
+
|
|
396
431
|
CommandText: string;
|
|
397
432
|
CommandTimeout: int;
|
|
398
433
|
CommandType: CommandType;
|
|
@@ -450,6 +485,9 @@ export type DbCommand = DbCommand$instance & __DbCommand$views;
|
|
|
450
485
|
|
|
451
486
|
|
|
452
487
|
export interface DbCommandBuilder$instance extends Component {
|
|
488
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
489
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
490
|
+
|
|
453
491
|
CatalogLocation: CatalogLocation;
|
|
454
492
|
CatalogSeparator: string;
|
|
455
493
|
ConflictOption: ConflictOption;
|
|
@@ -493,6 +531,11 @@ export type DbCommandBuilder = DbCommandBuilder$instance & __DbCommandBuilder$vi
|
|
|
493
531
|
|
|
494
532
|
|
|
495
533
|
export interface DbConnection$instance extends Component {
|
|
534
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
535
|
+
readonly __tsonic_iface_System_Data_IDbConnection: never;
|
|
536
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
537
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
538
|
+
|
|
496
539
|
readonly CanCreateBatch: boolean;
|
|
497
540
|
ConnectionString: string;
|
|
498
541
|
readonly ConnectionTimeout: int;
|
|
@@ -549,6 +592,11 @@ export type DbConnection = DbConnection$instance & __DbConnection$views;
|
|
|
549
592
|
|
|
550
593
|
|
|
551
594
|
export interface DbConnectionStringBuilder$instance {
|
|
595
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
596
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
597
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
598
|
+
readonly __tsonic_iface_System_ComponentModel_ICustomTypeDescriptor: never;
|
|
599
|
+
|
|
552
600
|
BrowsableConnectionString: boolean;
|
|
553
601
|
ConnectionString: string;
|
|
554
602
|
readonly Count: int;
|
|
@@ -588,6 +636,12 @@ export type DbConnectionStringBuilder = DbConnectionStringBuilder$instance & __D
|
|
|
588
636
|
|
|
589
637
|
|
|
590
638
|
export interface DbDataAdapter$instance extends DataAdapter$instance {
|
|
639
|
+
readonly __tsonic_iface_System_ComponentModel_IComponent: never;
|
|
640
|
+
readonly __tsonic_iface_System_Data_IDataAdapter: never;
|
|
641
|
+
readonly __tsonic_iface_System_Data_IDbDataAdapter: never;
|
|
642
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
643
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
644
|
+
|
|
591
645
|
get DeleteCommand(): DbCommand | undefined;
|
|
592
646
|
set DeleteCommand(value: DbCommand | undefined);
|
|
593
647
|
get InsertCommand(): DbCommand | undefined;
|
|
@@ -646,6 +700,12 @@ export type DbDataAdapter = DbDataAdapter$instance & __DbDataAdapter$views;
|
|
|
646
700
|
|
|
647
701
|
|
|
648
702
|
export interface DbDataReader$instance extends MarshalByRefObject {
|
|
703
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
704
|
+
readonly __tsonic_iface_System_Data_IDataReader: never;
|
|
705
|
+
readonly __tsonic_iface_System_Data_IDataRecord: never;
|
|
706
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
707
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
708
|
+
|
|
649
709
|
readonly Depth: int;
|
|
650
710
|
readonly FieldCount: int;
|
|
651
711
|
readonly HasRows: boolean;
|
|
@@ -717,12 +777,15 @@ export interface __DbDataReader$views {
|
|
|
717
777
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
718
778
|
}
|
|
719
779
|
|
|
720
|
-
export interface DbDataReader$instance extends
|
|
780
|
+
export interface DbDataReader$instance extends System_Internal.IAsyncDisposable$instance {}
|
|
721
781
|
|
|
722
782
|
export type DbDataReader = DbDataReader$instance & __DbDataReader$views;
|
|
723
783
|
|
|
724
784
|
|
|
725
785
|
export interface DbDataRecord$instance {
|
|
786
|
+
readonly __tsonic_iface_System_ComponentModel_ICustomTypeDescriptor: never;
|
|
787
|
+
readonly __tsonic_iface_System_Data_IDataRecord: never;
|
|
788
|
+
|
|
726
789
|
readonly FieldCount: int;
|
|
727
790
|
get_Item(i: int): unknown;
|
|
728
791
|
get_Item(name: string): unknown;
|
|
@@ -767,6 +830,9 @@ export type DbDataRecord = DbDataRecord$instance & __DbDataRecord$views;
|
|
|
767
830
|
|
|
768
831
|
|
|
769
832
|
export interface DbDataSource$instance {
|
|
833
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
834
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
835
|
+
|
|
770
836
|
readonly ConnectionString: string;
|
|
771
837
|
CreateBatch(): DbBatch;
|
|
772
838
|
CreateCommand(commandText?: string): DbCommand;
|
|
@@ -811,6 +877,8 @@ export const DbDataSourceEnumerator: (abstract new() => DbDataSourceEnumerator)
|
|
|
811
877
|
export type DbDataSourceEnumerator = DbDataSourceEnumerator$instance;
|
|
812
878
|
|
|
813
879
|
export interface DbEnumerator$instance {
|
|
880
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
881
|
+
|
|
814
882
|
readonly Current: unknown;
|
|
815
883
|
MoveNext(): boolean;
|
|
816
884
|
Reset(): void;
|
|
@@ -829,12 +897,12 @@ export interface __DbEnumerator$views {
|
|
|
829
897
|
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
830
898
|
}
|
|
831
899
|
|
|
832
|
-
export interface DbEnumerator$instance extends System_Collections_Internal.IEnumerator$instance {}
|
|
833
|
-
|
|
834
900
|
export type DbEnumerator = DbEnumerator$instance & __DbEnumerator$views;
|
|
835
901
|
|
|
836
902
|
|
|
837
903
|
export interface DbException$instance extends ExternalException {
|
|
904
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
905
|
+
|
|
838
906
|
readonly BatchCommand: DbBatchCommand | undefined;
|
|
839
907
|
readonly DbBatchCommand: DbBatchCommand | undefined;
|
|
840
908
|
readonly IsTransient: boolean;
|
|
@@ -855,6 +923,9 @@ export type DbException = DbException$instance & __DbException$views;
|
|
|
855
923
|
|
|
856
924
|
|
|
857
925
|
export interface DbParameter$instance extends MarshalByRefObject {
|
|
926
|
+
readonly __tsonic_iface_System_Data_IDataParameter: never;
|
|
927
|
+
readonly __tsonic_iface_System_Data_IDbDataParameter: never;
|
|
928
|
+
|
|
858
929
|
DbType: DbType;
|
|
859
930
|
Direction: ParameterDirection;
|
|
860
931
|
IsNullable: boolean;
|
|
@@ -884,6 +955,11 @@ export type DbParameter = DbParameter$instance & __DbParameter$views;
|
|
|
884
955
|
|
|
885
956
|
|
|
886
957
|
export interface DbParameterCollection$instance extends MarshalByRefObject {
|
|
958
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
959
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
960
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
961
|
+
readonly __tsonic_iface_System_Data_IDataParameterCollection: never;
|
|
962
|
+
|
|
887
963
|
readonly Count: int;
|
|
888
964
|
readonly IsFixedSize: boolean;
|
|
889
965
|
readonly IsReadOnly: boolean;
|
|
@@ -964,6 +1040,10 @@ export const DbProviderSpecificTypePropertyAttribute: {
|
|
|
964
1040
|
export type DbProviderSpecificTypePropertyAttribute = DbProviderSpecificTypePropertyAttribute$instance;
|
|
965
1041
|
|
|
966
1042
|
export interface DbTransaction$instance extends MarshalByRefObject {
|
|
1043
|
+
readonly __tsonic_iface_System_Data_IDbTransaction: never;
|
|
1044
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
1045
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1046
|
+
|
|
967
1047
|
readonly Connection: DbConnection | undefined;
|
|
968
1048
|
readonly DbConnection: DbConnection | undefined;
|
|
969
1049
|
readonly IsolationLevel: IsolationLevel;
|
|
@@ -38,6 +38,8 @@ export enum StorageState {
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
export interface INullable$instance {
|
|
41
|
+
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
42
|
+
|
|
41
43
|
readonly IsNull: boolean;
|
|
42
44
|
}
|
|
43
45
|
|
|
@@ -45,6 +47,11 @@ export interface INullable$instance {
|
|
|
45
47
|
export type INullable = INullable$instance;
|
|
46
48
|
|
|
47
49
|
export interface SqlBinary$instance {
|
|
50
|
+
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
51
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
52
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
53
|
+
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
54
|
+
|
|
48
55
|
readonly IsNull: boolean;
|
|
49
56
|
readonly [index: number]: byte;
|
|
50
57
|
readonly Length: int;
|
|
@@ -92,6 +99,11 @@ export type SqlBinary = SqlBinary$instance & __SqlBinary$views;
|
|
|
92
99
|
|
|
93
100
|
|
|
94
101
|
export interface SqlBoolean$instance {
|
|
102
|
+
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
103
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
104
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
105
|
+
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
106
|
+
|
|
95
107
|
readonly ByteValue: byte;
|
|
96
108
|
readonly IsFalse: boolean;
|
|
97
109
|
readonly IsNull: boolean;
|
|
@@ -155,6 +167,11 @@ export type SqlBoolean = SqlBoolean$instance & __SqlBoolean$views;
|
|
|
155
167
|
|
|
156
168
|
|
|
157
169
|
export interface SqlByte$instance {
|
|
170
|
+
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
171
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
172
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
173
|
+
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
174
|
+
|
|
158
175
|
readonly IsNull: boolean;
|
|
159
176
|
readonly Value: byte;
|
|
160
177
|
CompareTo(value: unknown): int;
|
|
@@ -219,6 +236,11 @@ export type SqlByte = SqlByte$instance & __SqlByte$views;
|
|
|
219
236
|
|
|
220
237
|
|
|
221
238
|
export interface SqlDateTime$instance {
|
|
239
|
+
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
240
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
241
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
242
|
+
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
243
|
+
|
|
222
244
|
readonly DayTicks: int;
|
|
223
245
|
readonly IsNull: boolean;
|
|
224
246
|
readonly TimeTicks: int;
|
|
@@ -276,6 +298,11 @@ export type SqlDateTime = SqlDateTime$instance & __SqlDateTime$views;
|
|
|
276
298
|
|
|
277
299
|
|
|
278
300
|
export interface SqlDecimal$instance {
|
|
301
|
+
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
302
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
303
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
304
|
+
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
305
|
+
|
|
279
306
|
readonly BinData: byte[];
|
|
280
307
|
readonly Data: int[];
|
|
281
308
|
readonly IsNull: boolean;
|
|
@@ -356,6 +383,11 @@ export type SqlDecimal = SqlDecimal$instance & __SqlDecimal$views;
|
|
|
356
383
|
|
|
357
384
|
|
|
358
385
|
export interface SqlDouble$instance {
|
|
386
|
+
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
387
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
388
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
389
|
+
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
390
|
+
|
|
359
391
|
readonly IsNull: boolean;
|
|
360
392
|
readonly Value: double;
|
|
361
393
|
CompareTo(value: unknown): int;
|
|
@@ -414,6 +446,12 @@ export type SqlDouble = SqlDouble$instance & __SqlDouble$views;
|
|
|
414
446
|
|
|
415
447
|
|
|
416
448
|
export interface SqlGuid$instance {
|
|
449
|
+
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
450
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
451
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
452
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
453
|
+
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
454
|
+
|
|
417
455
|
readonly IsNull: boolean;
|
|
418
456
|
readonly Value: Guid;
|
|
419
457
|
CompareTo(value: unknown): int;
|
|
@@ -463,6 +501,11 @@ export type SqlGuid = SqlGuid$instance & __SqlGuid$views;
|
|
|
463
501
|
|
|
464
502
|
|
|
465
503
|
export interface SqlInt16$instance {
|
|
504
|
+
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
505
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
506
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
507
|
+
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
508
|
+
|
|
466
509
|
readonly IsNull: boolean;
|
|
467
510
|
readonly Value: short;
|
|
468
511
|
CompareTo(value: unknown): int;
|
|
@@ -527,6 +570,11 @@ export type SqlInt16 = SqlInt16$instance & __SqlInt16$views;
|
|
|
527
570
|
|
|
528
571
|
|
|
529
572
|
export interface SqlInt32$instance {
|
|
573
|
+
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
574
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
575
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
576
|
+
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
577
|
+
|
|
530
578
|
readonly IsNull: boolean;
|
|
531
579
|
readonly Value: int;
|
|
532
580
|
CompareTo(value: unknown): int;
|
|
@@ -591,6 +639,11 @@ export type SqlInt32 = SqlInt32$instance & __SqlInt32$views;
|
|
|
591
639
|
|
|
592
640
|
|
|
593
641
|
export interface SqlInt64$instance {
|
|
642
|
+
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
643
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
644
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
645
|
+
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
646
|
+
|
|
594
647
|
readonly IsNull: boolean;
|
|
595
648
|
readonly Value: long;
|
|
596
649
|
CompareTo(value: unknown): int;
|
|
@@ -655,6 +708,11 @@ export type SqlInt64 = SqlInt64$instance & __SqlInt64$views;
|
|
|
655
708
|
|
|
656
709
|
|
|
657
710
|
export interface SqlMoney$instance {
|
|
711
|
+
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
712
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
713
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
714
|
+
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
715
|
+
|
|
658
716
|
readonly IsNull: boolean;
|
|
659
717
|
readonly Value: decimal;
|
|
660
718
|
CompareTo(value: unknown): int;
|
|
@@ -722,6 +780,11 @@ export type SqlMoney = SqlMoney$instance & __SqlMoney$views;
|
|
|
722
780
|
|
|
723
781
|
|
|
724
782
|
export interface SqlSingle$instance {
|
|
783
|
+
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
784
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
785
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
786
|
+
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
787
|
+
|
|
725
788
|
readonly IsNull: boolean;
|
|
726
789
|
readonly Value: float;
|
|
727
790
|
CompareTo(value: unknown): int;
|
|
@@ -781,6 +844,11 @@ export type SqlSingle = SqlSingle$instance & __SqlSingle$views;
|
|
|
781
844
|
|
|
782
845
|
|
|
783
846
|
export interface SqlString$instance {
|
|
847
|
+
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
848
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
849
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
850
|
+
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
851
|
+
|
|
784
852
|
readonly CompareInfo: CompareInfo;
|
|
785
853
|
readonly CultureInfo: CultureInfo;
|
|
786
854
|
readonly IsNull: boolean;
|
|
@@ -855,6 +923,8 @@ export type SqlString = SqlString$instance & __SqlString$views;
|
|
|
855
923
|
|
|
856
924
|
|
|
857
925
|
export interface SqlAlreadyFilledException$instance extends SqlTypeException$instance {
|
|
926
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
927
|
+
|
|
858
928
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
859
929
|
}
|
|
860
930
|
|
|
@@ -874,6 +944,10 @@ export type SqlAlreadyFilledException = SqlAlreadyFilledException$instance & __S
|
|
|
874
944
|
|
|
875
945
|
|
|
876
946
|
export interface SqlBytes$instance {
|
|
947
|
+
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
948
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
949
|
+
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
950
|
+
|
|
877
951
|
readonly Buffer: byte[] | undefined;
|
|
878
952
|
readonly IsNull: boolean;
|
|
879
953
|
[offset: number]: byte;
|
|
@@ -912,6 +986,10 @@ export type SqlBytes = SqlBytes$instance & __SqlBytes$views;
|
|
|
912
986
|
|
|
913
987
|
|
|
914
988
|
export interface SqlChars$instance {
|
|
989
|
+
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
990
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
991
|
+
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
992
|
+
|
|
915
993
|
readonly Buffer: char[] | undefined;
|
|
916
994
|
readonly IsNull: boolean;
|
|
917
995
|
[offset: number]: char;
|
|
@@ -948,6 +1026,8 @@ export type SqlChars = SqlChars$instance & __SqlChars$views;
|
|
|
948
1026
|
|
|
949
1027
|
|
|
950
1028
|
export interface SqlNotFilledException$instance extends SqlTypeException$instance {
|
|
1029
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1030
|
+
|
|
951
1031
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
952
1032
|
}
|
|
953
1033
|
|
|
@@ -967,6 +1047,8 @@ export type SqlNotFilledException = SqlNotFilledException$instance & __SqlNotFil
|
|
|
967
1047
|
|
|
968
1048
|
|
|
969
1049
|
export interface SqlNullValueException$instance extends SqlTypeException$instance {
|
|
1050
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1051
|
+
|
|
970
1052
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
971
1053
|
}
|
|
972
1054
|
|
|
@@ -986,6 +1068,8 @@ export type SqlNullValueException = SqlNullValueException$instance & __SqlNullVa
|
|
|
986
1068
|
|
|
987
1069
|
|
|
988
1070
|
export interface SqlTruncateException$instance extends SqlTypeException$instance {
|
|
1071
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1072
|
+
|
|
989
1073
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
990
1074
|
}
|
|
991
1075
|
|
|
@@ -1005,6 +1089,8 @@ export type SqlTruncateException = SqlTruncateException$instance & __SqlTruncate
|
|
|
1005
1089
|
|
|
1006
1090
|
|
|
1007
1091
|
export interface SqlTypeException$instance extends SystemException {
|
|
1092
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1093
|
+
|
|
1008
1094
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1009
1095
|
}
|
|
1010
1096
|
|
|
@@ -1024,6 +1110,9 @@ export type SqlTypeException = SqlTypeException$instance & __SqlTypeException$vi
|
|
|
1024
1110
|
|
|
1025
1111
|
|
|
1026
1112
|
export interface SqlXml$instance {
|
|
1113
|
+
readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
|
|
1114
|
+
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
1115
|
+
|
|
1027
1116
|
readonly IsNull: boolean;
|
|
1028
1117
|
readonly Value: string;
|
|
1029
1118
|
CreateReader(): XmlReader;
|