@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
|
@@ -1406,8 +1406,6 @@ export interface RelationalDatabase$instance extends Database$instance {
|
|
|
1406
1406
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_IDatabase: never;
|
|
1407
1407
|
|
|
1408
1408
|
readonly RelationalDependencies: RelationalDatabaseDependencies;
|
|
1409
|
-
CompileQuery<TResult>(query: Expression, async: boolean): Func_2<QueryContext, TResult>;
|
|
1410
|
-
CompileQueryExpression<TResult>(query: Expression, async: boolean): Expression_1<Func_2<QueryContext, TResult>>;
|
|
1411
1409
|
SaveChanges(entries: IList_1<IUpdateEntry>): int;
|
|
1412
1410
|
SaveChangesAsync(entries: IList_1<IUpdateEntry>, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
1413
1411
|
}
|
|
@@ -1575,7 +1573,6 @@ export interface RelationalGeometryTypeMapping_2$instance<TGeometry, TProvider>
|
|
|
1575
1573
|
readonly WktReaderType: Type;
|
|
1576
1574
|
AsText(value: unknown): string;
|
|
1577
1575
|
CreateParameter(command: DbCommand, name: string, value: unknown, nullable?: Nullable_1<System_Internal.Boolean>, direction?: ParameterDirection): DbParameter;
|
|
1578
|
-
CreateParameter(command: DbCommand, name: string, value: unknown, nullable?: Nullable_1<System_Internal.Boolean>, direction?: ParameterDirection): DbParameter;
|
|
1579
1576
|
CustomizeDataReaderExpression(expression: Expression): Expression;
|
|
1580
1577
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
1581
1578
|
GetSrid(value: unknown): int;
|
|
@@ -1791,10 +1788,9 @@ export interface RelationalTypeMappingSource$instance extends TypeMappingSourceB
|
|
|
1791
1788
|
FindMapping(type: Type): RelationalTypeMapping | undefined;
|
|
1792
1789
|
FindMapping(type: Type, model: IModel, elementMapping?: CoreTypeMapping): RelationalTypeMapping | undefined;
|
|
1793
1790
|
FindMapping(member: MemberInfo): RelationalTypeMapping | undefined;
|
|
1791
|
+
FindMapping(member: MemberInfo, model: IModel, useAttributes: boolean): RelationalTypeMapping | undefined;
|
|
1794
1792
|
FindMapping(storeTypeName: string): RelationalTypeMapping | undefined;
|
|
1795
|
-
FindMapping(type: Type):
|
|
1796
|
-
FindMapping(type: Type, model: IModel, elementMapping?: CoreTypeMapping): CoreTypeMapping | undefined;
|
|
1797
|
-
FindMapping(member: MemberInfo): CoreTypeMapping | undefined;
|
|
1793
|
+
FindMapping(type: Type, storeTypeName: string, keyOrIndex?: boolean, unicode?: Nullable_1<System_Internal.Boolean>, size?: Nullable_1<System_Internal.Int32>, rowVersion?: Nullable_1<System_Internal.Boolean>, fixedLength?: Nullable_1<System_Internal.Boolean>, precision?: Nullable_1<System_Internal.Int32>, scale?: Nullable_1<System_Internal.Int32>): RelationalTypeMapping | undefined;
|
|
1798
1794
|
FindMapping(member: MemberInfo, model: IModel, useAttributes: boolean): CoreTypeMapping | undefined;
|
|
1799
1795
|
ParseStoreTypeName(storeTypeName: string, unicode: Nullable_1<System_Internal.Boolean>, size: Nullable_1<System_Internal.Int32>, precision: Nullable_1<System_Internal.Int32>, scale: Nullable_1<System_Internal.Int32>): string | undefined;
|
|
1800
1796
|
}
|
|
@@ -227,11 +227,11 @@
|
|
|
227
227
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IRelationalParameter"
|
|
228
228
|
},
|
|
229
229
|
{
|
|
230
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.CompositeRelationalParameter::AddDbParameter(System.Data.Common.DbCommand,System.Collections.Generic.IReadOnlyDictionary_2):System.Void",
|
|
230
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.CompositeRelationalParameter::AddDbParameter(System.Data.Common.DbCommand,System.Collections.Generic.IReadOnlyDictionary_2\u003CSystem.String,System.Object\u003E):System.Void",
|
|
231
231
|
"clrName": "AddDbParameter",
|
|
232
232
|
"metadataToken": 0,
|
|
233
|
-
"canonicalSignature": "(System.Data.Common.DbCommand,System.Collections.Generic.IReadOnlyDictionary_2):System.Void",
|
|
234
|
-
"normalizedSignature": "AddDbParameter|(System.Data.Common.DbCommand,System.Collections.Generic.IReadOnlyDictionary_2):System.Void|static=false",
|
|
233
|
+
"canonicalSignature": "(System.Data.Common.DbCommand,System.Collections.Generic.IReadOnlyDictionary_2\u003CSystem.String,System.Object\u003E):System.Void",
|
|
234
|
+
"normalizedSignature": "AddDbParameter|(System.Data.Common.DbCommand,System.Collections.Generic.IReadOnlyDictionary_2\u003CSystem.String,System.Object\u003E):System.Void|static=false",
|
|
235
235
|
"emitScope": "ClassSurface",
|
|
236
236
|
"provenance": "BaseOverload",
|
|
237
237
|
"arity": 0,
|
|
@@ -1155,26 +1155,6 @@
|
|
|
1155
1155
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1156
1156
|
"isExtensionMethod": false,
|
|
1157
1157
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Storage.Internal.INamedConnectionStringResolver"
|
|
1158
|
-
},
|
|
1159
|
-
{
|
|
1160
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.NamedConnectionStringResolver::ResolveConnectionString(System.String):System.String",
|
|
1161
|
-
"clrName": "ResolveConnectionString",
|
|
1162
|
-
"metadataToken": 0,
|
|
1163
|
-
"canonicalSignature": "(System.String):System.String",
|
|
1164
|
-
"normalizedSignature": "ResolveConnectionString|(System.String):System.String|static=false",
|
|
1165
|
-
"emitScope": "ClassSurface",
|
|
1166
|
-
"provenance": "BaseOverload",
|
|
1167
|
-
"arity": 0,
|
|
1168
|
-
"parameterCount": 1,
|
|
1169
|
-
"isStatic": false,
|
|
1170
|
-
"isAbstract": false,
|
|
1171
|
-
"isVirtual": true,
|
|
1172
|
-
"isOverride": false,
|
|
1173
|
-
"isSealed": false,
|
|
1174
|
-
"visibility": "Public",
|
|
1175
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.NamedConnectionStringResolver",
|
|
1176
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1177
|
-
"isExtensionMethod": false
|
|
1178
1158
|
}
|
|
1179
1159
|
],
|
|
1180
1160
|
"properties": [
|
|
@@ -1345,11 +1325,11 @@
|
|
|
1345
1325
|
"isExtensionMethod": false
|
|
1346
1326
|
},
|
|
1347
1327
|
{
|
|
1348
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.NullTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1328
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.NullTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1349
1329
|
"clrName": "Clone",
|
|
1350
1330
|
"metadataToken": 0,
|
|
1351
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1352
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
1331
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1332
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.StoreTypePostfix\u003E):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
1353
1333
|
"emitScope": "ClassSurface",
|
|
1354
1334
|
"provenance": "BaseOverload",
|
|
1355
1335
|
"arity": 0,
|
|
@@ -1371,11 +1351,11 @@
|
|
|
1371
1351
|
]
|
|
1372
1352
|
},
|
|
1373
1353
|
{
|
|
1374
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.NullTypeMapping::Clone(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
1354
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.NullTypeMapping::Clone(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
1375
1355
|
"clrName": "Clone",
|
|
1376
1356
|
"metadataToken": 0,
|
|
1377
|
-
"canonicalSignature": "(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
1378
|
-
"normalizedSignature": "Clone|(System.Nullable_1\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
1357
|
+
"canonicalSignature": "(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping",
|
|
1358
|
+
"normalizedSignature": "Clone|(System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.Storage.TypeMappingInfo\u003E\u0026,System.Type,Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping,Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter):Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping|static=false",
|
|
1379
1359
|
"emitScope": "ClassSurface",
|
|
1380
1360
|
"provenance": "BaseOverload",
|
|
1381
1361
|
"arity": 0,
|
|
@@ -1537,26 +1517,6 @@
|
|
|
1537
1517
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1538
1518
|
"isExtensionMethod": false,
|
|
1539
1519
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IRelationalParameter"
|
|
1540
|
-
},
|
|
1541
|
-
{
|
|
1542
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.RawRelationalParameter::AddDbParameter(System.Data.Common.DbCommand,System.Collections.Generic.IReadOnlyDictionary_2):System.Void",
|
|
1543
|
-
"clrName": "AddDbParameter",
|
|
1544
|
-
"metadataToken": 0,
|
|
1545
|
-
"canonicalSignature": "(System.Data.Common.DbCommand,System.Collections.Generic.IReadOnlyDictionary_2):System.Void",
|
|
1546
|
-
"normalizedSignature": "AddDbParameter|(System.Data.Common.DbCommand,System.Collections.Generic.IReadOnlyDictionary_2):System.Void|static=false",
|
|
1547
|
-
"emitScope": "ClassSurface",
|
|
1548
|
-
"provenance": "BaseOverload",
|
|
1549
|
-
"arity": 0,
|
|
1550
|
-
"parameterCount": 2,
|
|
1551
|
-
"isStatic": false,
|
|
1552
|
-
"isAbstract": false,
|
|
1553
|
-
"isVirtual": true,
|
|
1554
|
-
"isOverride": false,
|
|
1555
|
-
"isSealed": false,
|
|
1556
|
-
"visibility": "Public",
|
|
1557
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Storage.Internal.RawRelationalParameter",
|
|
1558
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
1559
|
-
"isExtensionMethod": false
|
|
1560
1520
|
}
|
|
1561
1521
|
],
|
|
1562
1522
|
"properties": [
|
|
@@ -2736,11 +2696,11 @@
|
|
|
2736
2696
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Storage.IRelationalParameter"
|
|
2737
2697
|
},
|
|
2738
2698
|
{
|
|
2739
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.TypeMappedRelationalParameter::AddDbParameter(System.Data.Common.DbCommand,System.Collections.Generic.IReadOnlyDictionary_2):System.Void",
|
|
2699
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.Internal.TypeMappedRelationalParameter::AddDbParameter(System.Data.Common.DbCommand,System.Collections.Generic.IReadOnlyDictionary_2\u003CSystem.String,System.Object\u003E):System.Void",
|
|
2740
2700
|
"clrName": "AddDbParameter",
|
|
2741
2701
|
"metadataToken": 0,
|
|
2742
|
-
"canonicalSignature": "(System.Data.Common.DbCommand,System.Collections.Generic.IReadOnlyDictionary_2):System.Void",
|
|
2743
|
-
"normalizedSignature": "AddDbParameter|(System.Data.Common.DbCommand,System.Collections.Generic.IReadOnlyDictionary_2):System.Void|static=false",
|
|
2702
|
+
"canonicalSignature": "(System.Data.Common.DbCommand,System.Collections.Generic.IReadOnlyDictionary_2\u003CSystem.String,System.Object\u003E):System.Void",
|
|
2703
|
+
"normalizedSignature": "AddDbParameter|(System.Data.Common.DbCommand,System.Collections.Generic.IReadOnlyDictionary_2\u003CSystem.String,System.Object\u003E):System.Void|static=false",
|
|
2744
2704
|
"emitScope": "ClassSurface",
|
|
2745
2705
|
"provenance": "BaseOverload",
|
|
2746
2706
|
"arity": 0,
|
|
@@ -165,13 +165,12 @@ export interface __ExecutionStrategyFactory$views {
|
|
|
165
165
|
export type ExecutionStrategyFactory = ExecutionStrategyFactory$instance & __ExecutionStrategyFactory$views;
|
|
166
166
|
|
|
167
167
|
|
|
168
|
-
export interface NamedConnectionStringResolver$instance extends NamedConnectionStringResolverBase {
|
|
168
|
+
export interface NamedConnectionStringResolver$instance extends NamedConnectionStringResolverBase, INamedConnectionStringResolver$instance {
|
|
169
169
|
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Storage_Internal_NamedConnectionStringResolver: never;
|
|
170
170
|
|
|
171
171
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_Internal_INamedConnectionStringResolver: never;
|
|
172
172
|
|
|
173
173
|
readonly ApplicationServiceProvider: IServiceProvider | undefined;
|
|
174
|
-
ResolveConnectionString(connectionString: string): string;
|
|
175
174
|
}
|
|
176
175
|
|
|
177
176
|
|
|
@@ -226,7 +225,6 @@ export interface RawRelationalParameter$instance extends RelationalParameterBase
|
|
|
226
225
|
|
|
227
226
|
AddDbParameter(command: DbCommand, parameterValues: IReadOnlyDictionary_2<System_Internal.String, unknown>): void;
|
|
228
227
|
AddDbParameter(command: DbCommand, value: unknown): void;
|
|
229
|
-
AddDbParameter(command: DbCommand, parameterValues: IReadOnlyDictionary_2<System_Internal.String, unknown>): void;
|
|
230
228
|
}
|
|
231
229
|
|
|
232
230
|
|