@tsonic/efcore-sqlserver 10.0.1 → 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/Azure/bindings.json +686 -17
- package/Azure/internal/index.d.ts +37 -15
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +61 -23
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Cryptography/internal/index.d.ts +4 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +6 -2
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.Extensions/internal/index.d.ts +8 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.GeoJson/internal/index.d.ts +43 -7
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +24 -9
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +8 -2
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +97 -35
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -5
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data/internal/index.d.ts +2 -1
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +140 -38
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +90 -15
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +2 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +87 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +53 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +9 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +183 -9
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +102 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +33 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +21 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +4 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +113 -47
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +7 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.RP/bindings.json +10 -0
- package/Microsoft.Identity.Client.Region/bindings.json +29 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +13 -6
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +11 -6
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +9 -3
- package/Microsoft.IdentityModel.Logging.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +17 -1
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -1
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +19 -3
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
- package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +145 -44
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +4 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +4 -1
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +21 -12
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +101 -32
- package/System.ClientModel.Primitives.d.ts +5 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +292 -59
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Internal/internal/index.d.ts +23 -2
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +8 -3
- package/System.Configuration.Provider.d.ts +1 -1
- package/System.Configuration.d.ts +3 -3
- package/System.Diagnostics/bindings.json +5 -0
- package/System.Drawing.Configuration/bindings.json +25 -0
- package/System.Drawing.Configuration/internal/index.d.ts +6 -2
- package/System.Drawing.Configuration.d.ts +5 -2
- package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +56 -20
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/__internal/extensions/index.d.ts +915 -14
- package/package.json +1 -1
|
@@ -15,6 +15,20 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlFunctionExpression",
|
|
20
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlFunctionExpression"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression",
|
|
25
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IRelationalQuotableExpression"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Query.IPrintableExpression",
|
|
29
|
+
"clrName": "Microsoft.EntityFrameworkCore.Query.IPrintableExpression"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
18
32
|
"methods": [
|
|
19
33
|
{
|
|
20
34
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.SqlServerJsonObjectExpression::Quote():System.Linq.Expressions.Expression",
|
|
@@ -31,6 +45,27 @@
|
|
|
31
45
|
"isVirtual": true,
|
|
32
46
|
"isOverride": true,
|
|
33
47
|
"isSealed": false,
|
|
48
|
+
"visibility": "Public",
|
|
49
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.SqlServerJsonObjectExpression",
|
|
50
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
51
|
+
"isExtensionMethod": false
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.SqlServerJsonObjectExpression::Print(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
55
|
+
"clrName": "Print",
|
|
56
|
+
"metadataToken": 100665061,
|
|
57
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void",
|
|
58
|
+
"normalizedSignature": "Print|(Microsoft.EntityFrameworkCore.Query.ExpressionPrinter):System.Void|static=false",
|
|
59
|
+
"emitScope": "ClassSurface",
|
|
60
|
+
"provenance": "Original",
|
|
61
|
+
"arity": 0,
|
|
62
|
+
"parameterCount": 1,
|
|
63
|
+
"isStatic": false,
|
|
64
|
+
"isAbstract": false,
|
|
65
|
+
"isVirtual": true,
|
|
66
|
+
"isOverride": true,
|
|
67
|
+
"isSealed": false,
|
|
68
|
+
"visibility": "Protected",
|
|
34
69
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.SqlServerJsonObjectExpression",
|
|
35
70
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
36
71
|
"isExtensionMethod": false
|
|
@@ -50,6 +85,7 @@
|
|
|
50
85
|
"isVirtual": true,
|
|
51
86
|
"isOverride": true,
|
|
52
87
|
"isSealed": false,
|
|
88
|
+
"visibility": "Public",
|
|
53
89
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.SqlServerJsonObjectExpression",
|
|
54
90
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
55
91
|
"isExtensionMethod": false
|
|
@@ -69,6 +105,7 @@
|
|
|
69
105
|
"isVirtual": true,
|
|
70
106
|
"isOverride": true,
|
|
71
107
|
"isSealed": false,
|
|
108
|
+
"visibility": "Public",
|
|
72
109
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.SqlServerJsonObjectExpression",
|
|
73
110
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
74
111
|
"isExtensionMethod": false
|
|
@@ -90,6 +127,7 @@
|
|
|
90
127
|
"isAbstract": false,
|
|
91
128
|
"isVirtual": false,
|
|
92
129
|
"isOverride": false,
|
|
130
|
+
"visibility": "Public",
|
|
93
131
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.SqlServerJsonObjectExpression",
|
|
94
132
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
95
133
|
}
|
|
@@ -104,6 +142,7 @@
|
|
|
104
142
|
"normalizedSignature": "constructor|(System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping):void|static=false",
|
|
105
143
|
"isStatic": false,
|
|
106
144
|
"parameterCount": 3,
|
|
145
|
+
"visibility": "Public",
|
|
107
146
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.SqlServerJsonObjectExpression",
|
|
108
147
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
109
148
|
}
|
package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts
CHANGED
|
@@ -8,18 +8,22 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
10
10
|
import type { IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
11
|
-
import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
|
|
11
|
+
import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System.js";
|
|
12
12
|
import type { Expression } from "@tsonic/dotnet/System.Linq.Expressions.js";
|
|
13
13
|
import * as Microsoft_EntityFrameworkCore_Query_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Query.js";
|
|
14
|
-
import type { IPrintableExpression, IRelationalQuotableExpression } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Query.js";
|
|
14
|
+
import type { ExpressionPrinter, IPrintableExpression, IRelationalQuotableExpression } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Query.js";
|
|
15
15
|
import * as Microsoft_EntityFrameworkCore_Query_SqlExpressions_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Query.SqlExpressions.js";
|
|
16
16
|
import type { SqlExpression, SqlFunctionExpression } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Query.SqlExpressions.js";
|
|
17
17
|
import type { RelationalTypeMapping } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
|
|
18
18
|
|
|
19
19
|
export interface SqlServerJsonObjectExpression$instance extends SqlFunctionExpression {
|
|
20
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IPrintableExpression: never;
|
|
21
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalQuotableExpression: never;
|
|
22
|
+
|
|
20
23
|
readonly PropertyNames: IReadOnlyList<System_Internal.String>;
|
|
21
24
|
Equals(obj: unknown): boolean;
|
|
22
25
|
GetHashCode(): int;
|
|
26
|
+
Print(expressionPrinter: ExpressionPrinter): void;
|
|
23
27
|
Quote(): Expression;
|
|
24
28
|
}
|
|
25
29
|
|
|
@@ -7,9 +7,9 @@ import * as Internal from './Microsoft.EntityFrameworkCore.SqlServer.Query.Inter
|
|
|
7
7
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
9
|
import type { IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
10
|
-
import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString } from '@tsonic/dotnet/System.js';
|
|
10
|
+
import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
|
11
11
|
import type { Expression } from '@tsonic/dotnet/System.Linq.Expressions.js';
|
|
12
|
-
import type { IPrintableExpression, IRelationalQuotableExpression } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Query.js';
|
|
12
|
+
import type { ExpressionPrinter, IPrintableExpression, IRelationalQuotableExpression } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Query.js';
|
|
13
13
|
import type { SqlExpression, SqlFunctionExpression } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Query.SqlExpressions.js';
|
|
14
14
|
import type { RelationalTypeMapping } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js';
|
|
15
15
|
|
|
@@ -10,14 +10,14 @@ import type { ISqlServerSingletonOptions } from './Microsoft.EntityFrameworkCore
|
|
|
10
10
|
import type { ISqlServerConnection } from './Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.js';
|
|
11
11
|
import type { IEnumerable, IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
12
12
|
import type { DbCommand } from '@tsonic/dotnet/System.Data.Common.js';
|
|
13
|
-
import type { Boolean as ClrBoolean, DateTime, Enum, IComparable, IConvertible, IEquatable, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, ValueType, Void } from '@tsonic/dotnet/System.js';
|
|
14
|
-
import type { Expression, ExpressionVisitor } from '@tsonic/dotnet/System.Linq.Expressions.js';
|
|
13
|
+
import type { Boolean as ClrBoolean, Char, DateTime, Enum, IComparable, IConvertible, IEquatable, IFormattable, Int32, ISpanFormattable, Object as ClrObject, ReadOnlySpan, String as ClrString, Type, ValueType, Void } from '@tsonic/dotnet/System.js';
|
|
14
|
+
import type { BinaryExpression, Expression, ExpressionVisitor, MethodCallExpression, UnaryExpression } from '@tsonic/dotnet/System.Linq.Expressions.js';
|
|
15
15
|
import type { MemberInfo, MethodInfo } from '@tsonic/dotnet/System.Reflection.js';
|
|
16
16
|
import type { IDiagnosticsLogger } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js';
|
|
17
17
|
import type { DbLoggerCategory$Query } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.js';
|
|
18
|
-
import type { IEntityType, IModel } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js';
|
|
19
|
-
import type { CompiledQueryCacheKeyGeneratorDependencies, EntityQueryRootExpression, EnumerableExpression, EvaluatableExpressionFilterDependencies, IAggregateMethodCallTranslator, IAggregateMethodCallTranslatorProvider, IAsyncQueryProvider, ICompiledQueryCacheKeyGenerator, IEvaluatableExpressionFilter, IMemberTranslator, IMemberTranslatorProvider, IMethodCallTranslator, IMethodCallTranslatorProvider, INavigationExpansionExtensibilityHelper, IPrintableExpression, IQueryableMethodTranslatingExpressionVisitorFactory, IQueryCompilationContextFactory, IQuerySqlGeneratorFactory, IQueryTranslationPostprocessorFactory, IRelationalParameterBasedSqlProcessorFactory, IRelationalQueryStringFactory, IRelationalQuotableExpression, IRelationalSqlTranslatingExpressionVisitorFactory, ISqlExpressionFactory, NavigationExpansionExtensibilityHelper, NavigationExpansionExtensibilityHelperDependencies, ParametersCacheDecorator, PathSegment, QueryableMethodTranslatingExpressionVisitor, QueryableMethodTranslatingExpressionVisitorDependencies, QueryCompilationContext, QueryCompilationContextDependencies, QueryContext, QuerySqlGenerator, QuerySqlGeneratorDependencies, QueryTranslationPostprocessor, QueryTranslationPostprocessorDependencies, RelationalAggregateMethodCallTranslatorProvider, RelationalAggregateMethodCallTranslatorProviderDependencies, RelationalCompiledQueryCacheKeyGenerator, RelationalCompiledQueryCacheKeyGeneratorDependencies, RelationalEvaluatableExpressionFilter, RelationalEvaluatableExpressionFilterDependencies, RelationalMemberTranslatorProvider, RelationalMemberTranslatorProviderDependencies, RelationalMethodCallTranslatorProvider, RelationalMethodCallTranslatorProviderDependencies, RelationalParameterBasedSqlProcessor, RelationalParameterBasedSqlProcessorDependencies, RelationalParameterBasedSqlProcessorParameters, RelationalQueryableMethodTranslatingExpressionVisitor, RelationalQueryableMethodTranslatingExpressionVisitorDependencies, RelationalQueryCompilationContext, RelationalQueryCompilationContextDependencies, RelationalQueryTranslationPostprocessor, RelationalQueryTranslationPostprocessorDependencies, RelationalSqlTranslatingExpressionVisitor, RelationalSqlTranslatingExpressionVisitorDependencies, RelationalTypeMappingPostprocessor, SqlAliasManager, SqlExpressionFactory, SqlExpressionFactoryDependencies, SqlNullabilityProcessor, SqlTreePruner } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Query.js';
|
|
20
|
-
import type { ITableBasedExpression, OrderingExpression, SqlExpression, SqlFunctionExpression, TableExpressionBase, TableValuedFunctionExpression } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Query.SqlExpressions.js';
|
|
18
|
+
import type { IEntityType, IModel, IProperty } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js';
|
|
19
|
+
import type { CompiledQueryCacheKeyGeneratorDependencies, EntityQueryRootExpression, EnumerableExpression, EvaluatableExpressionFilterDependencies, ExpressionPrinter, IAggregateMethodCallTranslator, IAggregateMethodCallTranslatorProvider, IAsyncQueryProvider, ICompiledQueryCacheKeyGenerator, IEvaluatableExpressionFilter, IMemberTranslator, IMemberTranslatorProvider, IMethodCallTranslator, IMethodCallTranslatorProvider, INavigationExpansionExtensibilityHelper, IPrintableExpression, IQueryableMethodTranslatingExpressionVisitorFactory, IQueryCompilationContextFactory, IQuerySqlGeneratorFactory, IQueryTranslationPostprocessorFactory, IRelationalParameterBasedSqlProcessorFactory, IRelationalQueryStringFactory, IRelationalQuotableExpression, IRelationalSqlTranslatingExpressionVisitorFactory, ISqlExpressionFactory, JsonQueryExpression, NavigationExpansionExtensibilityHelper, NavigationExpansionExtensibilityHelperDependencies, ParametersCacheDecorator, PathSegment, QueryableMethodTranslatingExpressionVisitor, QueryableMethodTranslatingExpressionVisitor$ExecuteUpdateSetter, QueryableMethodTranslatingExpressionVisitorDependencies, QueryCompilationContext, QueryCompilationContextDependencies, QueryContext, QuerySqlGenerator, QuerySqlGeneratorDependencies, QueryTranslationPostprocessor, QueryTranslationPostprocessorDependencies, RelationalAggregateMethodCallTranslatorProvider, RelationalAggregateMethodCallTranslatorProviderDependencies, RelationalCompiledQueryCacheKeyGenerator, RelationalCompiledQueryCacheKeyGeneratorDependencies, RelationalEvaluatableExpressionFilter, RelationalEvaluatableExpressionFilterDependencies, RelationalMemberTranslatorProvider, RelationalMemberTranslatorProviderDependencies, RelationalMethodCallTranslatorProvider, RelationalMethodCallTranslatorProviderDependencies, RelationalParameterBasedSqlProcessor, RelationalParameterBasedSqlProcessorDependencies, RelationalParameterBasedSqlProcessorParameters, RelationalQueryableMethodTranslatingExpressionVisitor, RelationalQueryableMethodTranslatingExpressionVisitorDependencies, RelationalQueryCompilationContext, RelationalQueryCompilationContextDependencies, RelationalQueryTranslationPostprocessor, RelationalQueryTranslationPostprocessorDependencies, RelationalSqlTranslatingExpressionVisitor, RelationalSqlTranslatingExpressionVisitorDependencies, RelationalTypeMappingPostprocessor, ShapedQueryExpression, SqlAliasManager, SqlExpressionFactory, SqlExpressionFactoryDependencies, SqlNullabilityProcessor, SqlTreePruner } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Query.js';
|
|
20
|
+
import type { CaseExpression, ColumnValueSetter, DeleteExpression, InExpression, ITableBasedExpression, JsonScalarExpression, OrderingExpression, PredicateJoinExpressionBase, SelectExpression, SqlBinaryExpression, SqlConstantExpression, SqlExpression, SqlFunctionExpression, SqlParameterExpression, SqlUnaryExpression, TableExpression, TableExpressionBase, TableValuedFunctionExpression, UpdateExpression, ValuesExpression } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Query.SqlExpressions.js';
|
|
21
21
|
import type { IRelationalTypeMappingSource, RelationalTypeMapping } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js';
|
|
22
22
|
|
|
23
23
|
// Public API exports (curated - no internal $instance/$views leakage)
|
|
@@ -15,6 +15,16 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGenerator",
|
|
20
|
+
"clrName": "Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGenerator"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.IProviderConfigurationCodeGenerator",
|
|
25
|
+
"clrName": "Microsoft.EntityFrameworkCore.Scaffolding.IProviderConfigurationCodeGenerator"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
18
28
|
"methods": [
|
|
19
29
|
{
|
|
20
30
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.SqlServerCodeGenerator::GenerateUseProvider(System.String,Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
@@ -31,6 +41,7 @@
|
|
|
31
41
|
"isVirtual": true,
|
|
32
42
|
"isOverride": true,
|
|
33
43
|
"isSealed": false,
|
|
44
|
+
"visibility": "Public",
|
|
34
45
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.SqlServerCodeGenerator",
|
|
35
46
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
36
47
|
"isExtensionMethod": false
|
|
@@ -47,6 +58,7 @@
|
|
|
47
58
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorDependencies):void|static=false",
|
|
48
59
|
"isStatic": false,
|
|
49
60
|
"parameterCount": 1,
|
|
61
|
+
"visibility": "Public",
|
|
50
62
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.SqlServerCodeGenerator",
|
|
51
63
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
52
64
|
}
|
|
@@ -63,6 +75,16 @@
|
|
|
63
75
|
"isSealed": false,
|
|
64
76
|
"isStatic": false,
|
|
65
77
|
"arity": 0,
|
|
78
|
+
"baseType": {
|
|
79
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactory",
|
|
80
|
+
"clrName": "Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactory"
|
|
81
|
+
},
|
|
82
|
+
"interfaces": [
|
|
83
|
+
{
|
|
84
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Scaffolding.IDatabaseModelFactory",
|
|
85
|
+
"clrName": "Microsoft.EntityFrameworkCore.Scaffolding.IDatabaseModelFactory"
|
|
86
|
+
}
|
|
87
|
+
],
|
|
66
88
|
"methods": [
|
|
67
89
|
{
|
|
68
90
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.SqlServerDatabaseModelFactory::Create(System.String,Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions):Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
|
|
@@ -79,6 +101,7 @@
|
|
|
79
101
|
"isVirtual": true,
|
|
80
102
|
"isOverride": true,
|
|
81
103
|
"isSealed": false,
|
|
104
|
+
"visibility": "Public",
|
|
82
105
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.SqlServerDatabaseModelFactory",
|
|
83
106
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
84
107
|
"isExtensionMethod": false
|
|
@@ -98,6 +121,7 @@
|
|
|
98
121
|
"isVirtual": true,
|
|
99
122
|
"isOverride": true,
|
|
100
123
|
"isSealed": false,
|
|
124
|
+
"visibility": "Public",
|
|
101
125
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.SqlServerDatabaseModelFactory",
|
|
102
126
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
103
127
|
"isExtensionMethod": false
|
|
@@ -114,6 +138,7 @@
|
|
|
114
138
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource):void|static=false",
|
|
115
139
|
"isStatic": false,
|
|
116
140
|
"parameterCount": 2,
|
|
141
|
+
"visibility": "Public",
|
|
117
142
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.SqlServerDatabaseModelFactory",
|
|
118
143
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
119
144
|
}
|
|
@@ -130,6 +155,10 @@
|
|
|
130
155
|
"isSealed": true,
|
|
131
156
|
"isStatic": true,
|
|
132
157
|
"arity": 0,
|
|
158
|
+
"baseType": {
|
|
159
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
160
|
+
"clrName": "System.Object"
|
|
161
|
+
},
|
|
133
162
|
"methods": [
|
|
134
163
|
{
|
|
135
164
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.SqlDataReaderExtension::GetValueOrDefault(System.Data.Common.DbDataReader,System.String):T",
|
|
@@ -146,6 +175,7 @@
|
|
|
146
175
|
"isVirtual": false,
|
|
147
176
|
"isOverride": false,
|
|
148
177
|
"isSealed": false,
|
|
178
|
+
"visibility": "Public",
|
|
149
179
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.SqlDataReaderExtension",
|
|
150
180
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
151
181
|
"isExtensionMethod": true
|
|
@@ -165,6 +195,7 @@
|
|
|
165
195
|
"isVirtual": false,
|
|
166
196
|
"isOverride": false,
|
|
167
197
|
"isSealed": false,
|
|
198
|
+
"visibility": "Public",
|
|
168
199
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.SqlDataReaderExtension",
|
|
169
200
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
170
201
|
"isExtensionMethod": true
|
|
@@ -184,6 +215,7 @@
|
|
|
184
215
|
"isVirtual": false,
|
|
185
216
|
"isOverride": false,
|
|
186
217
|
"isSealed": false,
|
|
218
|
+
"visibility": "Public",
|
|
187
219
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.SqlDataReaderExtension",
|
|
188
220
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
189
221
|
"isExtensionMethod": true
|
|
@@ -18,6 +18,8 @@ import type { DatabaseModel } from "@tsonic/efcore/Microsoft.EntityFrameworkCore
|
|
|
18
18
|
import type { IRelationalTypeMappingSource } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
|
|
19
19
|
|
|
20
20
|
export interface SqlServerCodeGenerator$instance extends ProviderCodeGenerator {
|
|
21
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Scaffolding_IProviderConfigurationCodeGenerator: never;
|
|
22
|
+
|
|
21
23
|
GenerateUseProvider(connectionString: string, providerOptions: MethodCallCodeFragment): MethodCallCodeFragment;
|
|
22
24
|
}
|
|
23
25
|
|
|
@@ -30,6 +32,8 @@ export const SqlServerCodeGenerator: {
|
|
|
30
32
|
export type SqlServerCodeGenerator = SqlServerCodeGenerator$instance;
|
|
31
33
|
|
|
32
34
|
export interface SqlServerDatabaseModelFactory$instance extends DatabaseModelFactory {
|
|
35
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Scaffolding_IDatabaseModelFactory: never;
|
|
36
|
+
|
|
33
37
|
Create(connectionString: string, options: DatabaseModelFactoryOptions): DatabaseModel;
|
|
34
38
|
Create(connection: DbConnection, options: DatabaseModelFactoryOptions): DatabaseModel;
|
|
35
39
|
}
|
|
@@ -19,3 +19,6 @@ import type { IRelationalTypeMappingSource } from '@tsonic/efcore/Microsoft.Enti
|
|
|
19
19
|
export { SqlDataReaderExtension$instance as SqlDataReaderExtension } from './Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.js';
|
|
20
20
|
export { SqlServerCodeGenerator as SqlServerCodeGenerator } from './Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.js';
|
|
21
21
|
export { SqlServerDatabaseModelFactory as SqlServerDatabaseModelFactory } from './Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.js';
|
|
22
|
+
// Extension methods (C# using semantics)
|
|
23
|
+
export type { ExtensionMethods_Microsoft_EntityFrameworkCore_SqlServer_Scaffolding_Internal as ExtensionMethods } from './__internal/extensions/index.js';
|
|
24
|
+
|