@tsonic/efcore 10.0.11 → 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.EntityFrameworkCore/bindings.json +0 -500
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +22 -5
- package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +0 -480
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +16 -12
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +981 -2411
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +1 -70
- package/Microsoft.EntityFrameworkCore.Design/bindings.json +0 -40
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +0 -2
- package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +2 -22
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +0 -528
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +14 -18
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +900 -1800
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +6 -46
- package/Microsoft.EntityFrameworkCore.Internal/bindings.json +0 -260
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +0 -13
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +9011 -16771
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +1 -376
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +7901 -14241
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +361 -47
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +350 -2250
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +51 -91
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +44938 -86844
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +17 -2067
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +5234 -20354
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +1 -757
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +0 -40
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.Query/bindings.json +3 -183
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +3 -4
- package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +0 -160
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +2 -3
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +14 -794
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +26 -9
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1610 -5810
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +1 -211
- package/Microsoft.EntityFrameworkCore.Storage/bindings.json +129 -309
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +2 -6
- package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +12 -52
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +1 -3
- package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +26 -1406
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +10 -0
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Update/bindings.json +0 -86
- package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +0 -4
- package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +0 -512
- package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +0 -18
- package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +6 -272
- package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +10 -13
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +0 -660
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +32 -33
- package/README.md +119 -2
- package/package.json +4 -4
|
@@ -105,6 +105,8 @@ export interface JsonCastValueReaderWriter_1$instance<TConverted> extends JsonVa
|
|
|
105
105
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_Internal_ICompositeJsonValueReaderWriter: never;
|
|
106
106
|
|
|
107
107
|
readonly ConstructorExpression: Expression;
|
|
108
|
+
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): TConverted;
|
|
109
|
+
ToJsonTyped(writer: Utf8JsonWriter, value: TConverted): void;
|
|
108
110
|
}
|
|
109
111
|
|
|
110
112
|
|
|
@@ -142,6 +144,8 @@ export interface JsonCollectionOfNullableStructsReaderWriter_2$instance<TConcret
|
|
|
142
144
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_Internal_ICompositeJsonValueReaderWriter: never;
|
|
143
145
|
|
|
144
146
|
readonly ConstructorExpression: Expression;
|
|
147
|
+
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): IEnumerable_1<Nullable_1<TElement>>;
|
|
148
|
+
ToJsonTyped(writer: Utf8JsonWriter, value: IEnumerable_1<Nullable_1<TElement>>): void;
|
|
145
149
|
}
|
|
146
150
|
|
|
147
151
|
|
|
@@ -163,6 +167,8 @@ export interface JsonCollectionOfReferencesReaderWriter_2$instance<TConcreteColl
|
|
|
163
167
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_Internal_ICompositeJsonValueReaderWriter: never;
|
|
164
168
|
|
|
165
169
|
readonly ConstructorExpression: Expression;
|
|
170
|
+
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): unknown;
|
|
171
|
+
ToJsonTyped(writer: Utf8JsonWriter, value: unknown): void;
|
|
166
172
|
}
|
|
167
173
|
|
|
168
174
|
|
|
@@ -184,6 +190,8 @@ export interface JsonCollectionOfStructsReaderWriter_2$instance<TConcreteCollect
|
|
|
184
190
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_Internal_ICompositeJsonValueReaderWriter: never;
|
|
185
191
|
|
|
186
192
|
readonly ConstructorExpression: Expression;
|
|
193
|
+
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): IEnumerable_1<TElement>;
|
|
194
|
+
ToJsonTyped(writer: Utf8JsonWriter, value: IEnumerable_1<TElement>): void;
|
|
187
195
|
}
|
|
188
196
|
|
|
189
197
|
|
|
@@ -206,6 +214,8 @@ export interface JsonConvertedValueReaderWriter_2$instance<TModel, TProvider> ex
|
|
|
206
214
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_Internal_IJsonConvertedValueReaderWriter: never;
|
|
207
215
|
|
|
208
216
|
readonly ConstructorExpression: Expression;
|
|
217
|
+
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): TModel;
|
|
218
|
+
ToJsonTyped(writer: Utf8JsonWriter, value: TModel): void;
|
|
209
219
|
}
|
|
210
220
|
|
|
211
221
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
9
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
10
10
|
import * as Microsoft_EntityFrameworkCore_Storage_ValueConversion_Internal from "../../Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.js";
|
|
11
11
|
import type { ConverterMappingHints, ValueConverter, ValueConverter_2 } from "../../Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.js";
|
|
12
12
|
import type { Expression, Expression_1, LambdaExpression } from "@tsonic/dotnet/System.Linq.Expressions/internal/index.js";
|
|
@@ -6723,26 +6723,6 @@
|
|
|
6723
6723
|
}
|
|
6724
6724
|
]
|
|
6725
6725
|
},
|
|
6726
|
-
{
|
|
6727
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.UpdateAndSelectSqlGenerator::AppendBatchHeader(System.Text.StringBuilder):System.Void",
|
|
6728
|
-
"clrName": "AppendBatchHeader",
|
|
6729
|
-
"metadataToken": 0,
|
|
6730
|
-
"canonicalSignature": "(System.Text.StringBuilder):System.Void",
|
|
6731
|
-
"normalizedSignature": "AppendBatchHeader|(System.Text.StringBuilder):System.Void|static=false",
|
|
6732
|
-
"emitScope": "ClassSurface",
|
|
6733
|
-
"provenance": "BaseOverload",
|
|
6734
|
-
"arity": 0,
|
|
6735
|
-
"parameterCount": 1,
|
|
6736
|
-
"isStatic": false,
|
|
6737
|
-
"isAbstract": false,
|
|
6738
|
-
"isVirtual": true,
|
|
6739
|
-
"isOverride": false,
|
|
6740
|
-
"isSealed": false,
|
|
6741
|
-
"visibility": "Public",
|
|
6742
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.UpdateAndSelectSqlGenerator",
|
|
6743
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6744
|
-
"isExtensionMethod": false
|
|
6745
|
-
},
|
|
6746
6726
|
{
|
|
6747
6727
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.UpdateAndSelectSqlGenerator::AppendDeleteOperation(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
|
|
6748
6728
|
"clrName": "AppendDeleteOperation",
|
|
@@ -6783,52 +6763,6 @@
|
|
|
6783
6763
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6784
6764
|
"isExtensionMethod": false
|
|
6785
6765
|
},
|
|
6786
|
-
{
|
|
6787
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.UpdateAndSelectSqlGenerator::AppendNextSequenceValueOperation(System.Text.StringBuilder,System.String,System.String):System.Void",
|
|
6788
|
-
"clrName": "AppendNextSequenceValueOperation",
|
|
6789
|
-
"metadataToken": 0,
|
|
6790
|
-
"canonicalSignature": "(System.Text.StringBuilder,System.String,System.String):System.Void",
|
|
6791
|
-
"normalizedSignature": "AppendNextSequenceValueOperation|(System.Text.StringBuilder,System.String,System.String):System.Void|static=false",
|
|
6792
|
-
"emitScope": "ClassSurface",
|
|
6793
|
-
"provenance": "BaseOverload",
|
|
6794
|
-
"arity": 0,
|
|
6795
|
-
"parameterCount": 3,
|
|
6796
|
-
"isStatic": false,
|
|
6797
|
-
"isAbstract": false,
|
|
6798
|
-
"isVirtual": true,
|
|
6799
|
-
"isOverride": false,
|
|
6800
|
-
"isSealed": false,
|
|
6801
|
-
"visibility": "Public",
|
|
6802
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.UpdateAndSelectSqlGenerator",
|
|
6803
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6804
|
-
"isExtensionMethod": false
|
|
6805
|
-
},
|
|
6806
|
-
{
|
|
6807
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.UpdateAndSelectSqlGenerator::AppendStoredProcedureCall(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
|
|
6808
|
-
"clrName": "AppendStoredProcedureCall",
|
|
6809
|
-
"metadataToken": 0,
|
|
6810
|
-
"canonicalSignature": "(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
|
|
6811
|
-
"normalizedSignature": "AppendStoredProcedureCall|(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
|
|
6812
|
-
"emitScope": "ClassSurface",
|
|
6813
|
-
"provenance": "BaseOverload",
|
|
6814
|
-
"arity": 0,
|
|
6815
|
-
"parameterCount": 4,
|
|
6816
|
-
"isStatic": false,
|
|
6817
|
-
"isAbstract": false,
|
|
6818
|
-
"isVirtual": true,
|
|
6819
|
-
"isOverride": false,
|
|
6820
|
-
"isSealed": false,
|
|
6821
|
-
"visibility": "Public",
|
|
6822
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.UpdateAndSelectSqlGenerator",
|
|
6823
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6824
|
-
"isExtensionMethod": false,
|
|
6825
|
-
"parameterModifiers": [
|
|
6826
|
-
{
|
|
6827
|
-
"index": 3,
|
|
6828
|
-
"modifier": "out"
|
|
6829
|
-
}
|
|
6830
|
-
]
|
|
6831
|
-
},
|
|
6832
6766
|
{
|
|
6833
6767
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.UpdateAndSelectSqlGenerator::AppendUpdateOperation(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
|
|
6834
6768
|
"clrName": "AppendUpdateOperation",
|
|
@@ -6848,26 +6782,6 @@
|
|
|
6848
6782
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.UpdateAndSelectSqlGenerator",
|
|
6849
6783
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6850
6784
|
"isExtensionMethod": false
|
|
6851
|
-
},
|
|
6852
|
-
{
|
|
6853
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Update.UpdateAndSelectSqlGenerator::GenerateNextSequenceValueOperation(System.String,System.String):System.String",
|
|
6854
|
-
"clrName": "GenerateNextSequenceValueOperation",
|
|
6855
|
-
"metadataToken": 0,
|
|
6856
|
-
"canonicalSignature": "(System.String,System.String):System.String",
|
|
6857
|
-
"normalizedSignature": "GenerateNextSequenceValueOperation|(System.String,System.String):System.String|static=false",
|
|
6858
|
-
"emitScope": "ClassSurface",
|
|
6859
|
-
"provenance": "BaseOverload",
|
|
6860
|
-
"arity": 0,
|
|
6861
|
-
"parameterCount": 2,
|
|
6862
|
-
"isStatic": false,
|
|
6863
|
-
"isAbstract": false,
|
|
6864
|
-
"isVirtual": true,
|
|
6865
|
-
"isOverride": false,
|
|
6866
|
-
"isSealed": false,
|
|
6867
|
-
"visibility": "Public",
|
|
6868
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.UpdateAndSelectSqlGenerator",
|
|
6869
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6870
|
-
"isExtensionMethod": false
|
|
6871
6785
|
}
|
|
6872
6786
|
],
|
|
6873
6787
|
"properties": [],
|
|
@@ -569,7 +569,6 @@ export interface UpdateAndSelectSqlGenerator$instance extends UpdateSqlGenerator
|
|
|
569
569
|
|
|
570
570
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_IUpdateSqlGenerator: never;
|
|
571
571
|
|
|
572
|
-
AppendBatchHeader(commandStringBuilder: StringBuilder): void;
|
|
573
572
|
AppendDeleteAndSelectOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
|
|
574
573
|
AppendDeleteOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
|
|
575
574
|
AppendDeleteOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int): ResultSetMapping;
|
|
@@ -578,17 +577,14 @@ export interface UpdateAndSelectSqlGenerator$instance extends UpdateSqlGenerator
|
|
|
578
577
|
AppendInsertAndSelectOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
|
|
579
578
|
AppendInsertOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
|
|
580
579
|
AppendInsertOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int): ResultSetMapping;
|
|
581
|
-
AppendNextSequenceValueOperation(commandStringBuilder: StringBuilder, name: string, schema: string): void;
|
|
582
580
|
AppendRowsAffectedWhereCondition(commandStringBuilder: StringBuilder, expectedRowsAffected: int): void;
|
|
583
581
|
AppendSelectAffectedCommand(commandStringBuilder: StringBuilder, name: string, schema: string, readOperations: IReadOnlyList_1<IColumnModification>, conditionOperations: IReadOnlyList_1<IColumnModification>, commandPosition: int): ResultSetMapping;
|
|
584
582
|
AppendSelectAffectedCountCommand(commandStringBuilder: StringBuilder, name: string, schema: string, commandPosition: int): ResultSetMapping;
|
|
585
583
|
AppendSelectCommandHeader(commandStringBuilder: StringBuilder, operations: IReadOnlyList_1<IColumnModification>): void;
|
|
586
|
-
AppendStoredProcedureCall(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
|
|
587
584
|
AppendUpdateAndSelectOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
|
|
588
585
|
AppendUpdateOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
|
|
589
586
|
AppendUpdateOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int): ResultSetMapping;
|
|
590
587
|
AppendWhereAffectedClause(commandStringBuilder: StringBuilder, operations: IReadOnlyList_1<IColumnModification>): void;
|
|
591
|
-
GenerateNextSequenceValueOperation(name: string, schema: string): string;
|
|
592
588
|
IsIdentityOperation(modification: IColumnModification): boolean;
|
|
593
589
|
}
|
|
594
590
|
|