@tsonic/dotnet 10.0.12 → 10.0.16
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/bindings.json +0 -40
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -4
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +0 -20
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -2
- package/Microsoft.Win32.SafeHandles/bindings.json +16 -616
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -30
- package/System/bindings.json +6 -1086
- package/System/internal/index.d.ts +45 -93
- package/System.CodeDom.Compiler/bindings.json +6 -126
- package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
- package/System.Collections/internal/index.d.ts +1 -0
- package/System.Collections.Concurrent/bindings.json +0 -40
- package/System.Collections.Concurrent/internal/index.d.ts +0 -2
- package/System.Collections.Generic/bindings.json +37 -777
- package/System.Collections.Generic/internal/index.d.ts +24 -33
- package/System.Collections.ObjectModel/bindings.json +2197 -3097
- package/System.Collections.ObjectModel/internal/index.d.ts +2 -43
- package/System.Collections.Specialized/bindings.json +0 -60
- package/System.Collections.Specialized/internal/index.d.ts +1 -4
- package/System.ComponentModel/bindings.json +2 -422
- package/System.ComponentModel/internal/index.d.ts +1 -21
- package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
- package/System.ComponentModel.Design/bindings.json +0 -200
- package/System.ComponentModel.Design/internal/index.d.ts +7 -12
- package/System.Data/bindings.json +60 -1600
- package/System.Data/internal/index.d.ts +30 -100
- package/System.Data.Common/bindings.json +3 -103
- package/System.Data.Common/internal/index.d.ts +11 -6
- package/System.Data.SqlTypes/bindings.json +0 -100
- package/System.Data.SqlTypes/internal/index.d.ts +5 -10
- package/System.Diagnostics/bindings.json +2 -342
- package/System.Diagnostics/internal/index.d.ts +4 -18
- package/System.Diagnostics.Metrics/bindings.json +0 -60
- package/System.Diagnostics.Tracing/bindings.json +0 -100
- package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
- package/System.Dynamic/bindings.json +48 -68
- package/System.Dynamic/internal/index.d.ts +0 -1
- package/System.Formats.Asn1/bindings.json +0 -20
- package/System.Formats.Asn1/internal/index.d.ts +1 -2
- package/System.Globalization/bindings.json +0 -300
- package/System.Globalization/internal/index.d.ts +15 -30
- package/System.IO/bindings.json +216 -1456
- package/System.IO/internal/index.d.ts +14 -74
- package/System.IO.Compression/bindings.json +16 -436
- package/System.IO.Compression/internal/index.d.ts +1 -22
- package/System.IO.IsolatedStorage/bindings.json +10 -90
- package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
- package/System.IO.MemoryMappedFiles/bindings.json +2 -22
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
- package/System.IO.Pipes/bindings.json +7 -327
- package/System.IO.Pipes/internal/index.d.ts +5 -21
- package/System.Linq/bindings.json +0 -60
- package/System.Linq/internal/index.d.ts +1 -3
- package/System.Net/bindings.json +1 -241
- package/System.Net/internal/index.d.ts +15 -14
- package/System.Net.Http/bindings.json +15 -555
- package/System.Net.Http/internal/index.d.ts +11 -28
- package/System.Net.Http.Headers/bindings.json +0 -180
- package/System.Net.Http.Headers/internal/index.d.ts +0 -9
- package/System.Net.Http.Json/bindings.json +0 -40
- package/System.Net.Http.Json/internal/index.d.ts +0 -2
- package/System.Net.Mail/bindings.json +1863 -3283
- package/System.Net.Mail/internal/index.d.ts +1 -63
- package/System.Net.NetworkInformation/bindings.json +1 -41
- package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
- package/System.Net.Quic/bindings.json +7 -107
- package/System.Net.Quic/internal/index.d.ts +4 -6
- package/System.Net.Security/bindings.json +15 -175
- package/System.Net.Security/internal/index.d.ts +0 -8
- package/System.Net.Sockets/bindings.json +4 -184
- package/System.Net.Sockets/internal/index.d.ts +2 -10
- package/System.Net.WebSockets/bindings.json +13 -173
- package/System.Net.WebSockets/internal/index.d.ts +1 -7
- package/System.Reflection/bindings.json +613 -2253
- package/System.Reflection/internal/index.d.ts +19 -96
- package/System.Reflection.Emit/bindings.json +4539 -7379
- package/System.Reflection.Emit/internal/index.d.ts +10 -151
- package/System.Reflection.Metadata/bindings.json +0 -20
- package/System.Reflection.Metadata/internal/index.d.ts +4 -2
- package/System.Reflection.PortableExecutable/bindings.json +0 -20
- package/System.Resources/bindings.json +0 -40
- package/System.Resources/internal/index.d.ts +2 -4
- package/System.Runtime/bindings.json +0 -20
- package/System.Runtime/internal/index.d.ts +1 -2
- package/System.Runtime.InteropServices/bindings.json +0 -220
- package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
- package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
- package/System.Runtime.Serialization/bindings.json +0 -40
- package/System.Runtime.Serialization/internal/index.d.ts +3 -4
- package/System.Security/bindings.json +0 -20
- package/System.Security/internal/index.d.ts +1 -2
- package/System.Security.AccessControl/bindings.json +2 -362
- package/System.Security.AccessControl/internal/index.d.ts +1 -18
- package/System.Security.Authentication/bindings.json +0 -40
- package/System.Security.Authentication/internal/index.d.ts +2 -4
- package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
- package/System.Security.Cryptography/bindings.json +786 -6966
- package/System.Security.Cryptography/internal/index.d.ts +22 -242
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +13 -22
- package/System.Security.Principal/bindings.json +0 -20
- package/System.Security.Principal/internal/index.d.ts +2 -2
- package/System.Text/bindings.json +51 -475
- package/System.Text/internal/index.d.ts +6 -25
- package/System.Text.RegularExpressions/bindings.json +0 -20
- package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
- package/System.Threading/bindings.json +0 -400
- package/System.Threading/internal/index.d.ts +10 -30
- package/System.Threading.Channels/bindings.json +0 -20
- package/System.Threading.Channels/internal/index.d.ts +1 -2
- package/System.Threading.Tasks/bindings.json +60 -240
- package/System.Threading.Tasks/internal/index.d.ts +18 -8
- package/System.Timers/bindings.json +1 -1
- package/System.Transactions/bindings.json +0 -220
- package/System.Transactions/internal/index.d.ts +8 -19
- package/System.Xml/bindings.json +67 -1767
- package/System.Xml/internal/index.d.ts +39 -103
- package/System.Xml.Linq/bindings.json +0 -200
- package/System.Xml.Linq/internal/index.d.ts +10 -18
- package/System.Xml.Resolvers/bindings.json +0 -20
- package/System.Xml.Resolvers/internal/index.d.ts +0 -1
- package/System.Xml.Schema/bindings.json +0 -160
- package/System.Xml.Schema/internal/index.d.ts +6 -7
- package/System.Xml.Serialization/bindings.json +77 -717
- package/System.Xml.Serialization/internal/index.d.ts +21 -32
- package/System.Xml.Xsl/bindings.json +0 -60
- package/System.Xml.Xsl/internal/index.d.ts +1 -4
- package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
- package/package.json +2 -2
|
@@ -458,8 +458,6 @@ export interface DbCommand$instance extends Component, System_Internal.IAsyncDis
|
|
|
458
458
|
Cancel(): void;
|
|
459
459
|
CreateDbParameter(): DbParameter;
|
|
460
460
|
CreateParameter(): DbParameter;
|
|
461
|
-
Dispose(): void;
|
|
462
|
-
Dispose(disposing: boolean): void;
|
|
463
461
|
DisposeAsync(): ValueTask;
|
|
464
462
|
ExecuteDbDataReader(behavior: CommandBehavior): DbDataReader;
|
|
465
463
|
ExecuteDbDataReaderAsync(behavior: CommandBehavior, cancellationToken: CancellationToken): Task_1<DbDataReader>;
|
|
@@ -572,8 +570,6 @@ export interface DbConnection$instance extends Component, System_Internal.IAsync
|
|
|
572
570
|
CreateCommand(): DbCommand;
|
|
573
571
|
CreateDbBatch(): DbBatch;
|
|
574
572
|
CreateDbCommand(): DbCommand;
|
|
575
|
-
Dispose(): void;
|
|
576
|
-
Dispose(disposing: boolean): void;
|
|
577
573
|
DisposeAsync(): ValueTask;
|
|
578
574
|
EnlistTransaction(transaction: Transaction): void;
|
|
579
575
|
GetSchema(): DataTable;
|
|
@@ -674,13 +670,21 @@ export interface DbDataAdapter$instance extends DataAdapter$instance, System_Int
|
|
|
674
670
|
Dispose(): void;
|
|
675
671
|
ExecuteBatch(): int;
|
|
676
672
|
Fill(dataSet: DataSet): int;
|
|
673
|
+
Fill(dataSet: DataSet, srcTable: string): int;
|
|
674
|
+
Fill(dataSet: DataSet, startRecord: int, maxRecords: int, srcTable: string): int;
|
|
675
|
+
Fill(dataSet: DataSet, startRecord: int, maxRecords: int, srcTable: string, command: IDbCommand, behavior: CommandBehavior): int;
|
|
677
676
|
Fill(dataTable: DataTable): int;
|
|
678
677
|
Fill(startRecord: int, maxRecords: int, ...dataTables: DataTable[]): int;
|
|
678
|
+
Fill(dataTable: DataTable, command: IDbCommand, behavior: CommandBehavior): int;
|
|
679
|
+
Fill(dataTables: DataTable[], startRecord: int, maxRecords: int, command: IDbCommand, behavior: CommandBehavior): int;
|
|
679
680
|
Fill(dataSet: DataSet, srcTable: string, dataReader: IDataReader, startRecord: int, maxRecords: int): int;
|
|
680
681
|
Fill(dataTable: DataTable, dataReader: IDataReader): int;
|
|
681
682
|
Fill(dataTables: DataTable[], dataReader: IDataReader, startRecord: int, maxRecords: int): int;
|
|
682
683
|
FillSchema(dataTable: DataTable, schemaType: SchemaType): DataTable | undefined;
|
|
683
684
|
FillSchema(dataSet: DataSet, schemaType: SchemaType): DataTable[];
|
|
685
|
+
FillSchema(dataSet: DataSet, schemaType: SchemaType, srcTable: string): DataTable[];
|
|
686
|
+
FillSchema(dataSet: DataSet, schemaType: SchemaType, command: IDbCommand, srcTable: string, behavior: CommandBehavior): DataTable[];
|
|
687
|
+
FillSchema(dataTable: DataTable, schemaType: SchemaType, command: IDbCommand, behavior: CommandBehavior): DataTable | undefined;
|
|
684
688
|
FillSchema(dataSet: DataSet, schemaType: SchemaType, srcTable: string, dataReader: IDataReader): DataTable[];
|
|
685
689
|
FillSchema(dataTable: DataTable, schemaType: SchemaType, dataReader: IDataReader): DataTable | undefined;
|
|
686
690
|
GetBatchedParameter(commandIdentifier: int, parameterIndex: int): IDataParameter;
|
|
@@ -691,8 +695,10 @@ export interface DbDataAdapter$instance extends DataAdapter$instance, System_Int
|
|
|
691
695
|
OnRowUpdating(value: RowUpdatingEventArgs): void;
|
|
692
696
|
TerminateBatching(): void;
|
|
693
697
|
Update(dataSet: DataSet): int;
|
|
698
|
+
Update(dataRows: DataRow[]): int;
|
|
694
699
|
Update(dataTable: DataTable): int;
|
|
695
700
|
Update(dataSet: DataSet, srcTable: string): int;
|
|
701
|
+
Update(dataRows: DataRow[], tableMapping: DataTableMapping): int;
|
|
696
702
|
}
|
|
697
703
|
|
|
698
704
|
|
|
@@ -917,7 +923,7 @@ export interface __DbEnumerator$views {
|
|
|
917
923
|
export type DbEnumerator = DbEnumerator$instance & __DbEnumerator$views;
|
|
918
924
|
|
|
919
925
|
|
|
920
|
-
export interface DbException$instance extends ExternalException {
|
|
926
|
+
export interface DbException$instance extends ExternalException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
921
927
|
readonly __tsonic_type_System_Data_Common_DbException: never;
|
|
922
928
|
|
|
923
929
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -926,7 +932,6 @@ export interface DbException$instance extends ExternalException {
|
|
|
926
932
|
readonly DbBatchCommand: DbBatchCommand | undefined;
|
|
927
933
|
readonly IsTransient: boolean;
|
|
928
934
|
readonly SqlState: string | undefined;
|
|
929
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
930
935
|
}
|
|
931
936
|
|
|
932
937
|
|
|
@@ -11696,26 +11696,6 @@
|
|
|
11696
11696
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
11697
11697
|
"isExtensionMethod": false,
|
|
11698
11698
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
11699
|
-
},
|
|
11700
|
-
{
|
|
11701
|
-
"stableId": "System.Data.Common:System.Data.SqlTypes.SqlAlreadyFilledException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
11702
|
-
"clrName": "GetObjectData",
|
|
11703
|
-
"metadataToken": 0,
|
|
11704
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
11705
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
11706
|
-
"emitScope": "ClassSurface",
|
|
11707
|
-
"provenance": "BaseOverload",
|
|
11708
|
-
"arity": 0,
|
|
11709
|
-
"parameterCount": 2,
|
|
11710
|
-
"isStatic": false,
|
|
11711
|
-
"isAbstract": false,
|
|
11712
|
-
"isVirtual": true,
|
|
11713
|
-
"isOverride": false,
|
|
11714
|
-
"isSealed": false,
|
|
11715
|
-
"visibility": "Public",
|
|
11716
|
-
"declaringClrType": "System.Data.SqlTypes.SqlAlreadyFilledException",
|
|
11717
|
-
"declaringAssemblyName": "System.Data.Common",
|
|
11718
|
-
"isExtensionMethod": false
|
|
11719
11699
|
}
|
|
11720
11700
|
],
|
|
11721
11701
|
"properties": [],
|
|
@@ -12723,26 +12703,6 @@
|
|
|
12723
12703
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12724
12704
|
"isExtensionMethod": false,
|
|
12725
12705
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
12726
|
-
},
|
|
12727
|
-
{
|
|
12728
|
-
"stableId": "System.Data.Common:System.Data.SqlTypes.SqlNotFilledException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
12729
|
-
"clrName": "GetObjectData",
|
|
12730
|
-
"metadataToken": 0,
|
|
12731
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
12732
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
12733
|
-
"emitScope": "ClassSurface",
|
|
12734
|
-
"provenance": "BaseOverload",
|
|
12735
|
-
"arity": 0,
|
|
12736
|
-
"parameterCount": 2,
|
|
12737
|
-
"isStatic": false,
|
|
12738
|
-
"isAbstract": false,
|
|
12739
|
-
"isVirtual": true,
|
|
12740
|
-
"isOverride": false,
|
|
12741
|
-
"isSealed": false,
|
|
12742
|
-
"visibility": "Public",
|
|
12743
|
-
"declaringClrType": "System.Data.SqlTypes.SqlNotFilledException",
|
|
12744
|
-
"declaringAssemblyName": "System.Data.Common",
|
|
12745
|
-
"isExtensionMethod": false
|
|
12746
12706
|
}
|
|
12747
12707
|
],
|
|
12748
12708
|
"properties": [],
|
|
@@ -12826,26 +12786,6 @@
|
|
|
12826
12786
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12827
12787
|
"isExtensionMethod": false,
|
|
12828
12788
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
12829
|
-
},
|
|
12830
|
-
{
|
|
12831
|
-
"stableId": "System.Data.Common:System.Data.SqlTypes.SqlNullValueException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
12832
|
-
"clrName": "GetObjectData",
|
|
12833
|
-
"metadataToken": 0,
|
|
12834
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
12835
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
12836
|
-
"emitScope": "ClassSurface",
|
|
12837
|
-
"provenance": "BaseOverload",
|
|
12838
|
-
"arity": 0,
|
|
12839
|
-
"parameterCount": 2,
|
|
12840
|
-
"isStatic": false,
|
|
12841
|
-
"isAbstract": false,
|
|
12842
|
-
"isVirtual": true,
|
|
12843
|
-
"isOverride": false,
|
|
12844
|
-
"isSealed": false,
|
|
12845
|
-
"visibility": "Public",
|
|
12846
|
-
"declaringClrType": "System.Data.SqlTypes.SqlNullValueException",
|
|
12847
|
-
"declaringAssemblyName": "System.Data.Common",
|
|
12848
|
-
"isExtensionMethod": false
|
|
12849
12789
|
}
|
|
12850
12790
|
],
|
|
12851
12791
|
"properties": [],
|
|
@@ -12929,26 +12869,6 @@
|
|
|
12929
12869
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12930
12870
|
"isExtensionMethod": false,
|
|
12931
12871
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
12932
|
-
},
|
|
12933
|
-
{
|
|
12934
|
-
"stableId": "System.Data.Common:System.Data.SqlTypes.SqlTruncateException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
12935
|
-
"clrName": "GetObjectData",
|
|
12936
|
-
"metadataToken": 0,
|
|
12937
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
12938
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
12939
|
-
"emitScope": "ClassSurface",
|
|
12940
|
-
"provenance": "BaseOverload",
|
|
12941
|
-
"arity": 0,
|
|
12942
|
-
"parameterCount": 2,
|
|
12943
|
-
"isStatic": false,
|
|
12944
|
-
"isAbstract": false,
|
|
12945
|
-
"isVirtual": true,
|
|
12946
|
-
"isOverride": false,
|
|
12947
|
-
"isSealed": false,
|
|
12948
|
-
"visibility": "Public",
|
|
12949
|
-
"declaringClrType": "System.Data.SqlTypes.SqlTruncateException",
|
|
12950
|
-
"declaringAssemblyName": "System.Data.Common",
|
|
12951
|
-
"isExtensionMethod": false
|
|
12952
12872
|
}
|
|
12953
12873
|
],
|
|
12954
12874
|
"properties": [],
|
|
@@ -13032,26 +12952,6 @@
|
|
|
13032
12952
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
13033
12953
|
"isExtensionMethod": false,
|
|
13034
12954
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
13035
|
-
},
|
|
13036
|
-
{
|
|
13037
|
-
"stableId": "System.Data.Common:System.Data.SqlTypes.SqlTypeException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
13038
|
-
"clrName": "GetObjectData",
|
|
13039
|
-
"metadataToken": 0,
|
|
13040
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
13041
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
13042
|
-
"emitScope": "ClassSurface",
|
|
13043
|
-
"provenance": "BaseOverload",
|
|
13044
|
-
"arity": 0,
|
|
13045
|
-
"parameterCount": 2,
|
|
13046
|
-
"isStatic": false,
|
|
13047
|
-
"isAbstract": false,
|
|
13048
|
-
"isVirtual": true,
|
|
13049
|
-
"isOverride": false,
|
|
13050
|
-
"isSealed": false,
|
|
13051
|
-
"visibility": "Public",
|
|
13052
|
-
"declaringClrType": "System.Data.SqlTypes.SqlTypeException",
|
|
13053
|
-
"declaringAssemblyName": "System.Data.Common",
|
|
13054
|
-
"isExtensionMethod": false
|
|
13055
12955
|
}
|
|
13056
12956
|
],
|
|
13057
12957
|
"properties": [],
|
|
@@ -921,12 +921,11 @@ export interface __SqlString$views {
|
|
|
921
921
|
export type SqlString = SqlString$instance & __SqlString$views;
|
|
922
922
|
|
|
923
923
|
|
|
924
|
-
export interface SqlAlreadyFilledException$instance extends SqlTypeException$instance {
|
|
924
|
+
export interface SqlAlreadyFilledException$instance extends SqlTypeException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
925
925
|
readonly __tsonic_type_System_Data_SqlTypes_SqlAlreadyFilledException: never;
|
|
926
926
|
|
|
927
927
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
928
928
|
|
|
929
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
930
929
|
}
|
|
931
930
|
|
|
932
931
|
|
|
@@ -1024,12 +1023,11 @@ export interface __SqlChars$views {
|
|
|
1024
1023
|
export type SqlChars = SqlChars$instance & __SqlChars$views & { [offset: number]: char; };
|
|
1025
1024
|
|
|
1026
1025
|
|
|
1027
|
-
export interface SqlNotFilledException$instance extends SqlTypeException$instance {
|
|
1026
|
+
export interface SqlNotFilledException$instance extends SqlTypeException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1028
1027
|
readonly __tsonic_type_System_Data_SqlTypes_SqlNotFilledException: never;
|
|
1029
1028
|
|
|
1030
1029
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1031
1030
|
|
|
1032
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1033
1031
|
}
|
|
1034
1032
|
|
|
1035
1033
|
|
|
@@ -1047,12 +1045,11 @@ export interface __SqlNotFilledException$views {
|
|
|
1047
1045
|
export type SqlNotFilledException = SqlNotFilledException$instance & __SqlNotFilledException$views;
|
|
1048
1046
|
|
|
1049
1047
|
|
|
1050
|
-
export interface SqlNullValueException$instance extends SqlTypeException$instance {
|
|
1048
|
+
export interface SqlNullValueException$instance extends SqlTypeException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1051
1049
|
readonly __tsonic_type_System_Data_SqlTypes_SqlNullValueException: never;
|
|
1052
1050
|
|
|
1053
1051
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1054
1052
|
|
|
1055
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1056
1053
|
}
|
|
1057
1054
|
|
|
1058
1055
|
|
|
@@ -1070,12 +1067,11 @@ export interface __SqlNullValueException$views {
|
|
|
1070
1067
|
export type SqlNullValueException = SqlNullValueException$instance & __SqlNullValueException$views;
|
|
1071
1068
|
|
|
1072
1069
|
|
|
1073
|
-
export interface SqlTruncateException$instance extends SqlTypeException$instance {
|
|
1070
|
+
export interface SqlTruncateException$instance extends SqlTypeException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1074
1071
|
readonly __tsonic_type_System_Data_SqlTypes_SqlTruncateException: never;
|
|
1075
1072
|
|
|
1076
1073
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1077
1074
|
|
|
1078
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1079
1075
|
}
|
|
1080
1076
|
|
|
1081
1077
|
|
|
@@ -1093,12 +1089,11 @@ export interface __SqlTruncateException$views {
|
|
|
1093
1089
|
export type SqlTruncateException = SqlTruncateException$instance & __SqlTruncateException$views;
|
|
1094
1090
|
|
|
1095
1091
|
|
|
1096
|
-
export interface SqlTypeException$instance extends SystemException {
|
|
1092
|
+
export interface SqlTypeException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1097
1093
|
readonly __tsonic_type_System_Data_SqlTypes_SqlTypeException: never;
|
|
1098
1094
|
|
|
1099
1095
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1100
1096
|
|
|
1101
|
-
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1102
1097
|
}
|
|
1103
1098
|
|
|
1104
1099
|
|