@tsonic/efcore-sqlserver 0.1.1
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 +4791 -0
- package/Azure/internal/index.d.ts +433 -0
- package/Azure/internal/metadata.json +2772 -0
- package/Azure.Core/bindings.json +8215 -0
- package/Azure.Core/internal/index.d.ts +665 -0
- package/Azure.Core/internal/metadata.json +5291 -0
- package/Azure.Core.Cryptography/bindings.json +158 -0
- package/Azure.Core.Cryptography/internal/index.d.ts +30 -0
- package/Azure.Core.Cryptography/internal/metadata.json +122 -0
- package/Azure.Core.Cryptography.d.ts +15 -0
- package/Azure.Core.Cryptography.js +9 -0
- package/Azure.Core.Diagnostics/bindings.json +154 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +29 -0
- package/Azure.Core.Diagnostics/internal/metadata.json +87 -0
- package/Azure.Core.Diagnostics.d.ts +13 -0
- package/Azure.Core.Diagnostics.js +9 -0
- package/Azure.Core.Extensions/bindings.json +158 -0
- package/Azure.Core.Extensions/internal/index.d.ts +42 -0
- package/Azure.Core.Extensions/internal/metadata.json +139 -0
- package/Azure.Core.Extensions.d.ts +16 -0
- package/Azure.Core.Extensions.js +9 -0
- package/Azure.Core.GeoJson/bindings.json +2736 -0
- package/Azure.Core.GeoJson/internal/index.d.ts +256 -0
- package/Azure.Core.GeoJson/internal/metadata.json +1469 -0
- package/Azure.Core.GeoJson.d.ts +29 -0
- package/Azure.Core.GeoJson.js +9 -0
- package/Azure.Core.Pipeline/bindings.json +1894 -0
- package/Azure.Core.Pipeline/internal/index.d.ts +209 -0
- package/Azure.Core.Pipeline/internal/metadata.json +1181 -0
- package/Azure.Core.Pipeline.d.ts +32 -0
- package/Azure.Core.Pipeline.js +9 -0
- package/Azure.Core.Serialization/bindings.json +691 -0
- package/Azure.Core.Serialization/internal/index.d.ts +90 -0
- package/Azure.Core.Serialization/internal/metadata.json +468 -0
- package/Azure.Core.Serialization.d.ts +23 -0
- package/Azure.Core.Serialization.js +9 -0
- package/Azure.Core.d.ts +60 -0
- package/Azure.Core.js +9 -0
- package/Azure.Identity/bindings.json +11689 -0
- package/Azure.Identity/internal/index.d.ts +884 -0
- package/Azure.Identity/internal/metadata.json +5255 -0
- package/Azure.Identity.d.ts +75 -0
- package/Azure.Identity.js +9 -0
- package/Azure.Messaging/bindings.json +515 -0
- package/Azure.Messaging/internal/index.d.ts +62 -0
- package/Azure.Messaging/internal/metadata.json +316 -0
- package/Azure.Messaging.d.ts +17 -0
- package/Azure.Messaging.js +9 -0
- package/Azure.d.ts +69 -0
- package/Azure.js +9 -0
- package/LICENSE +21 -0
- package/Microsoft.Data/bindings.json +74 -0
- package/Microsoft.Data/internal/index.d.ts +33 -0
- package/Microsoft.Data/internal/metadata.json +59 -0
- package/Microsoft.Data.Sql/bindings.json +221 -0
- package/Microsoft.Data.Sql/internal/index.d.ts +42 -0
- package/Microsoft.Data.Sql/internal/metadata.json +136 -0
- package/Microsoft.Data.Sql.d.ts +15 -0
- package/Microsoft.Data.Sql.js +9 -0
- package/Microsoft.Data.SqlClient/bindings.json +17875 -0
- package/Microsoft.Data.SqlClient/internal/index.d.ts +1252 -0
- package/Microsoft.Data.SqlClient/internal/metadata.json +10965 -0
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +640 -0
- package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +90 -0
- package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +383 -0
- package/Microsoft.Data.SqlClient.DataClassification.d.ts +19 -0
- package/Microsoft.Data.SqlClient.DataClassification.js +9 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +4421 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +341 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +2693 -0
- package/Microsoft.Data.SqlClient.Diagnostics.d.ts +30 -0
- package/Microsoft.Data.SqlClient.Diagnostics.js +9 -0
- package/Microsoft.Data.SqlClient.Server/bindings.json +3543 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +184 -0
- package/Microsoft.Data.SqlClient.Server/internal/metadata.json +2235 -0
- package/Microsoft.Data.SqlClient.Server.d.ts +16 -0
- package/Microsoft.Data.SqlClient.Server.js +9 -0
- package/Microsoft.Data.SqlClient.d.ts +92 -0
- package/Microsoft.Data.SqlClient.js +9 -0
- package/Microsoft.Data.SqlTypes/bindings.json +902 -0
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +82 -0
- package/Microsoft.Data.SqlTypes/internal/metadata.json +558 -0
- package/Microsoft.Data.SqlTypes.d.ts +17 -0
- package/Microsoft.Data.SqlTypes.js +9 -0
- package/Microsoft.Data.d.ts +15 -0
- package/Microsoft.Data.js +9 -0
- package/Microsoft.EntityFrameworkCore/bindings.json +13302 -0
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +693 -0
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +9025 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +612 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +59 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +303 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +669 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +92 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +455 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +20 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +125 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +19 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +72 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +1095 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +113 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +660 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +31 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1073 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +180 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +706 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +29 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +29 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +88 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +14 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
- package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +36 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +151 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +43 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +100 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +16 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.js +9 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +18 -0
- package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +476 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +67 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +317 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +20 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +525 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +46 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +238 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +12 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +572 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +44 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +393 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +16 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +1259 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +106 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +790 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +21 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +1934 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +103 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +1294 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +14 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +933 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +73 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +452 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +16 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +482 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +67 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +317 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +21 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +5251 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +835 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +3289 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +141 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +33 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +238 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +53 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +167 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +21 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2619 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +411 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +1697 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +55 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +719 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +105 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +500 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +24 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +493 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +111 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +339 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +24 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.d.ts +46 -0
- package/Microsoft.EntityFrameworkCore.js +9 -0
- package/Microsoft.Extensions.DependencyInjection/bindings.json +164 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +26 -0
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +127 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
- package/Microsoft.Extensions.DependencyInjection.js +9 -0
- package/Microsoft.Identity.Client/bindings.json +23512 -0
- package/Microsoft.Identity.Client/internal/index.d.ts +1605 -0
- package/Microsoft.Identity.Client/internal/metadata.json +11985 -0
- package/Microsoft.Identity.Client.Advanced/bindings.json +44 -0
- package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +20 -0
- package/Microsoft.Identity.Client.Advanced/internal/metadata.json +41 -0
- package/Microsoft.Identity.Client.Advanced.d.ts +17 -0
- package/Microsoft.Identity.Client.Advanced.js +9 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +338 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +47 -0
- package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +212 -0
- package/Microsoft.Identity.Client.AppConfig.d.ts +15 -0
- package/Microsoft.Identity.Client.AppConfig.js +9 -0
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +167 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +25 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +118 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +95 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +20 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +72 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +12 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP.js +9 -0
- package/Microsoft.Identity.Client.AuthScheme.d.ts +14 -0
- package/Microsoft.Identity.Client.AuthScheme.js +9 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +210 -0
- package/Microsoft.Identity.Client.Cache/internal/index.d.ts +32 -0
- package/Microsoft.Identity.Client.Cache/internal/metadata.json +123 -0
- package/Microsoft.Identity.Client.Cache.d.ts +13 -0
- package/Microsoft.Identity.Client.Cache.js +9 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +882 -0
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +128 -0
- package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +620 -0
- package/Microsoft.Identity.Client.Extensibility.d.ts +30 -0
- package/Microsoft.Identity.Client.Extensibility.js +9 -0
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +1464 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +163 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +877 -0
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +25 -0
- package/Microsoft.Identity.Client.Extensions.Msal.js +9 -0
- package/Microsoft.Identity.Client.Kerberos/bindings.json +634 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +58 -0
- package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +386 -0
- package/Microsoft.Identity.Client.Kerberos.d.ts +15 -0
- package/Microsoft.Identity.Client.Kerberos.js +9 -0
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +209 -0
- package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +23 -0
- package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +106 -0
- package/Microsoft.Identity.Client.ManagedIdentity.d.ts +12 -0
- package/Microsoft.Identity.Client.ManagedIdentity.js +9 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +44 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +22 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +41 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +12 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.js +9 -0
- package/Microsoft.Identity.Client.RP/bindings.json +83 -0
- package/Microsoft.Identity.Client.RP/internal/index.d.ts +27 -0
- package/Microsoft.Identity.Client.RP/internal/metadata.json +74 -0
- package/Microsoft.Identity.Client.RP.d.ts +18 -0
- package/Microsoft.Identity.Client.RP.js +9 -0
- package/Microsoft.Identity.Client.Region/bindings.json +167 -0
- package/Microsoft.Identity.Client.Region/internal/index.d.ts +21 -0
- package/Microsoft.Identity.Client.Region/internal/metadata.json +88 -0
- package/Microsoft.Identity.Client.Region.d.ts +12 -0
- package/Microsoft.Identity.Client.Region.js +9 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +68 -0
- package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +20 -0
- package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +57 -0
- package/Microsoft.Identity.Client.SSHCertificates.d.ts +16 -0
- package/Microsoft.Identity.Client.SSHCertificates.js +9 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +66 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +24 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +46 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +13 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.js +9 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +164 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +29 -0
- package/Microsoft.Identity.Client.Utils/internal/metadata.json +121 -0
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +68 -0
- package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +19 -0
- package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +57 -0
- package/Microsoft.Identity.Client.Utils.Windows.d.ts +12 -0
- package/Microsoft.Identity.Client.Utils.Windows.js +9 -0
- package/Microsoft.Identity.Client.Utils.d.ts +13 -0
- package/Microsoft.Identity.Client.Utils.js +9 -0
- package/Microsoft.Identity.Client.d.ts +124 -0
- package/Microsoft.Identity.Client.js +9 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +1278 -0
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +132 -0
- package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +843 -0
- package/Microsoft.IdentityModel.Abstractions.d.ts +20 -0
- package/Microsoft.IdentityModel.Abstractions.js +9 -0
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +3592 -0
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +242 -0
- package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +1997 -0
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +24 -0
- package/Microsoft.IdentityModel.JsonWebTokens.js +9 -0
- package/Microsoft.IdentityModel.Logging/bindings.json +1715 -0
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +137 -0
- package/Microsoft.IdentityModel.Logging/internal/metadata.json +1117 -0
- package/Microsoft.IdentityModel.Logging.d.ts +21 -0
- package/Microsoft.IdentityModel.Logging.js +9 -0
- package/Microsoft.IdentityModel.Protocols/bindings.json +1839 -0
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +208 -0
- package/Microsoft.IdentityModel.Protocols/internal/metadata.json +1067 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +177 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +43 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +72 -0
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +18 -0
- package/Microsoft.IdentityModel.Protocols.Configuration.js +9 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +7825 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +515 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +4288 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +117 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +35 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +80 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +14 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.js +9 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +42 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.js +9 -0
- package/Microsoft.IdentityModel.Protocols.d.ts +32 -0
- package/Microsoft.IdentityModel.Protocols.js +9 -0
- package/Microsoft.IdentityModel.Tokens/bindings.json +18398 -0
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +1485 -0
- package/Microsoft.IdentityModel.Tokens/internal/metadata.json +10430 -0
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +162 -0
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +30 -0
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +101 -0
- package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +15 -0
- package/Microsoft.IdentityModel.Tokens.Configuration.js +9 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +123 -0
- package/Microsoft.IdentityModel.Tokens.js +9 -0
- package/Microsoft.SqlServer.Server/bindings.json +1337 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +138 -0
- package/Microsoft.SqlServer.Server/internal/metadata.json +792 -0
- package/Microsoft.SqlServer.Server.d.ts +23 -0
- package/Microsoft.SqlServer.Server.js +9 -0
- package/README.md +5 -0
- package/System/bindings.json +877 -0
- package/System/internal/index.d.ts +67 -0
- package/System/internal/metadata.json +523 -0
- package/System.ClientModel/bindings.json +975 -0
- package/System.ClientModel/internal/index.d.ts +152 -0
- package/System.ClientModel/internal/metadata.json +637 -0
- package/System.ClientModel.Primitives/bindings.json +5278 -0
- package/System.ClientModel.Primitives/internal/index.d.ts +596 -0
- package/System.ClientModel.Primitives/internal/metadata.json +3433 -0
- package/System.ClientModel.Primitives.d.ts +65 -0
- package/System.ClientModel.Primitives.js +9 -0
- package/System.ClientModel.d.ts +42 -0
- package/System.ClientModel.js +9 -0
- package/System.Configuration/bindings.json +22798 -0
- package/System.Configuration/internal/index.d.ts +2085 -0
- package/System.Configuration/internal/metadata.json +11888 -0
- package/System.Configuration.Internal/bindings.json +3313 -0
- package/System.Configuration.Internal/internal/index.d.ts +228 -0
- package/System.Configuration.Internal/internal/metadata.json +2269 -0
- package/System.Configuration.Internal.d.ts +30 -0
- package/System.Configuration.Internal.js +9 -0
- package/System.Configuration.Provider/bindings.json +447 -0
- package/System.Configuration.Provider/internal/index.d.ts +63 -0
- package/System.Configuration.Provider/internal/metadata.json +284 -0
- package/System.Configuration.Provider.d.ts +17 -0
- package/System.Configuration.Provider.js +9 -0
- package/System.Configuration.d.ts +166 -0
- package/System.Configuration.js +9 -0
- package/System.Diagnostics/bindings.json +44 -0
- package/System.Diagnostics/internal/index.d.ts +18 -0
- package/System.Diagnostics/internal/metadata.json +48 -0
- package/System.Diagnostics.d.ts +12 -0
- package/System.Diagnostics.js +9 -0
- package/System.Drawing.Configuration/bindings.json +178 -0
- package/System.Drawing.Configuration/internal/index.d.ts +25 -0
- package/System.Drawing.Configuration/internal/metadata.json +46 -0
- package/System.Drawing.Configuration.d.ts +13 -0
- package/System.Drawing.Configuration.js +9 -0
- package/System.IdentityModel.Tokens.Jwt/bindings.json +4622 -0
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +309 -0
- package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +2556 -0
- package/System.IdentityModel.Tokens.Jwt.d.ts +29 -0
- package/System.IdentityModel.Tokens.Jwt.js +9 -0
- package/System.Security.Cryptography/bindings.json +146 -0
- package/System.Security.Cryptography/internal/index.d.ts +25 -0
- package/System.Security.Cryptography/internal/metadata.json +104 -0
- package/System.Security.Cryptography.d.ts +13 -0
- package/System.Security.Cryptography.js +9 -0
- package/System.Text.Json.Serialization/bindings.json +96 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +32 -0
- package/System.Text.Json.Serialization/internal/metadata.json +70 -0
- package/System.Text.Json.Serialization.d.ts +15 -0
- package/System.Text.Json.Serialization.js +9 -0
- package/System.d.ts +21 -0
- package/System.js +9 -0
- package/__build/ref/Program.cs +5 -0
- package/__build/ref/ref.csproj +14 -0
- package/__build/scripts/generate.sh +113 -0
- package/__internal/extensions/index.d.ts +153 -0
- package/families.json +30 -0
- package/package.json +27 -0
- package/tsconfig.json +20 -0
|
@@ -0,0 +1,693 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.EntityFrameworkCore
|
|
3
|
+
// Assembly: Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Abstractions, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.SqlServer
|
|
4
|
+
|
|
5
|
+
// Primitive type aliases from @tsonic/core
|
|
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
|
+
|
|
8
|
+
// Import support types from @tsonic/core
|
|
9
|
+
import type { ptr } from "@tsonic/core/types.js";
|
|
10
|
+
|
|
11
|
+
// Import types from other namespaces
|
|
12
|
+
import type { SqlVector_1 } from "../../Microsoft.Data.SqlTypes/internal/index.js";
|
|
13
|
+
import type { AzureSqlDbContextOptionsBuilder, AzureSynapseDbContextOptionsBuilder, SqlEngineDbContextOptionsBuilder, SqlServerDbContextOptionsBuilder } from "../../Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js";
|
|
14
|
+
import type { OwnedNavigationTemporalTableBuilder, OwnedNavigationTemporalTableBuilder_2, TemporalTableBuilder, TemporalTableBuilder_1 } from "../../Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.js";
|
|
15
|
+
import type { SqlServerValueGenerationStrategy } from "../../Microsoft.EntityFrameworkCore.Metadata/internal/index.js";
|
|
16
|
+
import type { IEnumerable, IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
17
|
+
import type { DbConnection } from "@tsonic/dotnet/System.Data.Common.js";
|
|
18
|
+
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
19
|
+
import type { Action, Boolean as ClrBoolean, Byte, DateOnly, DateTime, DateTimeOffset, Decimal, Double, Enum, Func, Guid, IComparable, IConvertible, IFormattable, Int16, Int32, Int64, ISpanFormattable, Nullable, Object as ClrObject, Single, String as ClrString, TimeOnly, TimeSpan, ValueType, Void } from "@tsonic/dotnet/System.js";
|
|
20
|
+
import type { Expression } from "@tsonic/dotnet/System.Linq.Expressions.js";
|
|
21
|
+
import type { IQueryable } from "@tsonic/dotnet/System.Linq.js";
|
|
22
|
+
import type { DatabaseFacade } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js";
|
|
23
|
+
import type { DbContext, DbContextOptionsBuilder, DbFunctions, DbSet, ModelBuilder } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.js";
|
|
24
|
+
import type { ColumnBuilder, ComplexTypePrimitiveCollectionBuilder, ComplexTypePropertyBuilder, EntityTypeBuilder, IConventionEntityTypeBuilder, IConventionIndexBuilder, IConventionKeyBuilder, IConventionModelBuilder, IConventionPropertyBuilder, IConventionSequenceBuilder, IndexBuilder, KeyBuilder, OwnedNavigationBuilder, OwnedNavigationTableBuilder, PrimitiveCollectionBuilder, PropertyBuilder, SplitTableBuilder, TableBuilder } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.Builders.js";
|
|
25
|
+
import type { ConfigurationSource, IConventionEntityType, IConventionEntityTypeMappingFragment, IConventionIndex, IConventionKey, IConventionModel, IConventionProperty, IConventionRelationalPropertyOverrides, IMutableEntityType, IMutableEntityTypeMappingFragment, IMutableIndex, IMutableKey, IMutableModel, IMutableProperty, IMutableRelationalPropertyOverrides, IProperty, IReadOnlyEntityType, IReadOnlyEntityTypeMappingFragment, IReadOnlyIndex, IReadOnlyKey, IReadOnlyModel, IReadOnlyProperty, IReadOnlyRelationalPropertyOverrides, IReadOnlySequence, ISequence, ITable, StoreObjectIdentifier } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
|
|
26
|
+
import * as Microsoft_EntityFrameworkCore_Storage_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
|
|
27
|
+
import type { ExecutionStrategy, ExecutionStrategyDependencies, IExecutionStrategy } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
|
|
28
|
+
|
|
29
|
+
export enum DataCompressionType {
|
|
30
|
+
none = 0,
|
|
31
|
+
row = 1,
|
|
32
|
+
page = 2
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
export interface SqlServerRetryingExecutionStrategy$instance extends ExecutionStrategy {
|
|
37
|
+
readonly additionalErrorNumbers: IEnumerable<System_Internal.Int32> | undefined;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
export const SqlServerRetryingExecutionStrategy: {
|
|
42
|
+
new(context: DbContext): SqlServerRetryingExecutionStrategy;
|
|
43
|
+
new(dependencies: ExecutionStrategyDependencies): SqlServerRetryingExecutionStrategy;
|
|
44
|
+
new(context: DbContext, maxRetryCount: int): SqlServerRetryingExecutionStrategy;
|
|
45
|
+
new(dependencies: ExecutionStrategyDependencies, maxRetryCount: int): SqlServerRetryingExecutionStrategy;
|
|
46
|
+
new(dependencies: ExecutionStrategyDependencies, errorNumbersToAdd: IEnumerable<System_Internal.Int32>): SqlServerRetryingExecutionStrategy;
|
|
47
|
+
new(context: DbContext, maxRetryCount: int, maxRetryDelay: TimeSpan, errorNumbersToAdd: IEnumerable<System_Internal.Int32>): SqlServerRetryingExecutionStrategy;
|
|
48
|
+
new(dependencies: ExecutionStrategyDependencies, maxRetryCount: int, maxRetryDelay: TimeSpan, errorNumbersToAdd: IEnumerable<System_Internal.Int32>): SqlServerRetryingExecutionStrategy;
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
export type SqlServerRetryingExecutionStrategy = SqlServerRetryingExecutionStrategy$instance;
|
|
53
|
+
|
|
54
|
+
export abstract class SqlServerComplexTypePrimitiveCollectionBuilderExtensions$instance {
|
|
55
|
+
static hasDefaultValue<TProperty>(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder<TProperty>, value: unknown, defaultConstraintName: string): ComplexTypePrimitiveCollectionBuilder<TProperty>;
|
|
56
|
+
static hasDefaultValue(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder, value: unknown, defaultConstraintName: string): ComplexTypePrimitiveCollectionBuilder;
|
|
57
|
+
static hasDefaultValueSql<TProperty>(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder<TProperty>, sql: string, defaultConstraintName: string): ComplexTypePrimitiveCollectionBuilder<TProperty>;
|
|
58
|
+
static hasDefaultValueSql(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder, sql: string, defaultConstraintName: string): ComplexTypePrimitiveCollectionBuilder;
|
|
59
|
+
static isSparse<TProperty>(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder<TProperty>, sparse?: boolean): ComplexTypePrimitiveCollectionBuilder<TProperty>;
|
|
60
|
+
static isSparse(primitiveCollectionBuilder: ComplexTypePrimitiveCollectionBuilder, sparse?: boolean): ComplexTypePrimitiveCollectionBuilder;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
export type SqlServerComplexTypePrimitiveCollectionBuilderExtensions = SqlServerComplexTypePrimitiveCollectionBuilderExtensions$instance;
|
|
65
|
+
|
|
66
|
+
export abstract class SqlServerComplexTypePropertyBuilderExtensions$instance {
|
|
67
|
+
static hasDefaultValue<TProperty>(propertyBuilder: ComplexTypePropertyBuilder<TProperty>, value: unknown, defaultConstraintName: string): ComplexTypePropertyBuilder<TProperty>;
|
|
68
|
+
static hasDefaultValue(propertyBuilder: ComplexTypePropertyBuilder, value: unknown, defaultConstraintName: string): ComplexTypePropertyBuilder;
|
|
69
|
+
static hasDefaultValueSql<TProperty>(propertyBuilder: ComplexTypePropertyBuilder<TProperty>, sql: string, defaultConstraintName: string): ComplexTypePropertyBuilder<TProperty>;
|
|
70
|
+
static hasDefaultValueSql(propertyBuilder: ComplexTypePropertyBuilder, sql: string, defaultConstraintName: string): ComplexTypePropertyBuilder;
|
|
71
|
+
static isSparse<TProperty>(propertyBuilder: ComplexTypePropertyBuilder<TProperty>, sparse?: boolean): ComplexTypePropertyBuilder<TProperty>;
|
|
72
|
+
static isSparse(propertyBuilder: ComplexTypePropertyBuilder, sparse?: boolean): ComplexTypePropertyBuilder;
|
|
73
|
+
static useHiLo<TProperty>(propertyBuilder: ComplexTypePropertyBuilder<TProperty>, name?: string, schema?: string): ComplexTypePropertyBuilder<TProperty>;
|
|
74
|
+
static useHiLo(propertyBuilder: ComplexTypePropertyBuilder, name?: string, schema?: string): ComplexTypePropertyBuilder;
|
|
75
|
+
static useIdentityColumn<TProperty>(propertyBuilder: ComplexTypePropertyBuilder<TProperty>, seed: int, increment?: int): ComplexTypePropertyBuilder<TProperty>;
|
|
76
|
+
static useIdentityColumn<TProperty>(propertyBuilder: ComplexTypePropertyBuilder<TProperty>, seed?: long, increment?: int): ComplexTypePropertyBuilder<TProperty>;
|
|
77
|
+
static useIdentityColumn(propertyBuilder: ComplexTypePropertyBuilder, seed: int, increment?: int): ComplexTypePropertyBuilder;
|
|
78
|
+
static useIdentityColumn(propertyBuilder: ComplexTypePropertyBuilder, seed?: long, increment?: int): ComplexTypePropertyBuilder;
|
|
79
|
+
static useSequence<TProperty>(propertyBuilder: ComplexTypePropertyBuilder<TProperty>, name?: string, schema?: string): ComplexTypePropertyBuilder<TProperty>;
|
|
80
|
+
static useSequence(propertyBuilder: ComplexTypePropertyBuilder, name?: string, schema?: string): ComplexTypePropertyBuilder;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
export type SqlServerComplexTypePropertyBuilderExtensions = SqlServerComplexTypePropertyBuilderExtensions$instance;
|
|
85
|
+
|
|
86
|
+
export abstract class SqlServerDatabaseFacadeExtensions$instance {
|
|
87
|
+
static isSqlServer(database: DatabaseFacade): boolean;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
export type SqlServerDatabaseFacadeExtensions = SqlServerDatabaseFacadeExtensions$instance;
|
|
92
|
+
|
|
93
|
+
export abstract class SqlServerDbContextOptionsExtensions$instance {
|
|
94
|
+
static configureSqlEngine<TContext extends DbContext>(optionsBuilder: DbContextOptionsBuilder<TContext>, sqlEngineOptionsAction?: Action<SqlEngineDbContextOptionsBuilder>): DbContextOptionsBuilder<TContext>;
|
|
95
|
+
static configureSqlEngine(optionsBuilder: DbContextOptionsBuilder, sqlEngineOptionsAction?: Action<SqlEngineDbContextOptionsBuilder>): DbContextOptionsBuilder;
|
|
96
|
+
static useAzureSql<TContext extends DbContext>(optionsBuilder: DbContextOptionsBuilder<TContext>, azureSqlOptionsAction?: Action<AzureSqlDbContextOptionsBuilder>): DbContextOptionsBuilder<TContext>;
|
|
97
|
+
static useAzureSql<TContext extends DbContext>(optionsBuilder: DbContextOptionsBuilder<TContext>, connection: DbConnection, azureSqlOptionsAction?: Action<AzureSqlDbContextOptionsBuilder>): DbContextOptionsBuilder<TContext>;
|
|
98
|
+
static useAzureSql<TContext extends DbContext>(optionsBuilder: DbContextOptionsBuilder<TContext>, connection: DbConnection, contextOwnsConnection: boolean, azureSqlOptionsAction?: Action<AzureSqlDbContextOptionsBuilder>): DbContextOptionsBuilder<TContext>;
|
|
99
|
+
static useAzureSql<TContext extends DbContext>(optionsBuilder: DbContextOptionsBuilder<TContext>, connectionString: string, azureSqlOptionsAction?: Action<AzureSqlDbContextOptionsBuilder>): DbContextOptionsBuilder<TContext>;
|
|
100
|
+
static useAzureSql(optionsBuilder: DbContextOptionsBuilder, azureSqlOptionsAction?: Action<AzureSqlDbContextOptionsBuilder>): DbContextOptionsBuilder;
|
|
101
|
+
static useAzureSql(optionsBuilder: DbContextOptionsBuilder, connection: DbConnection, azureSqlOptionsAction?: Action<AzureSqlDbContextOptionsBuilder>): DbContextOptionsBuilder;
|
|
102
|
+
static useAzureSql(optionsBuilder: DbContextOptionsBuilder, connection: DbConnection, contextOwnsConnection: boolean, azureSqlOptionsAction?: Action<AzureSqlDbContextOptionsBuilder>): DbContextOptionsBuilder;
|
|
103
|
+
static useAzureSql(optionsBuilder: DbContextOptionsBuilder, connectionString: string, azureSqlOptionsAction?: Action<AzureSqlDbContextOptionsBuilder>): DbContextOptionsBuilder;
|
|
104
|
+
static useAzureSynapse<TContext extends DbContext>(optionsBuilder: DbContextOptionsBuilder<TContext>, azureSynapseOptionsAction?: Action<AzureSynapseDbContextOptionsBuilder>): DbContextOptionsBuilder<TContext>;
|
|
105
|
+
static useAzureSynapse<TContext extends DbContext>(optionsBuilder: DbContextOptionsBuilder<TContext>, connection: DbConnection, azureSynapseOptionsAction?: Action<AzureSynapseDbContextOptionsBuilder>): DbContextOptionsBuilder<TContext>;
|
|
106
|
+
static useAzureSynapse<TContext extends DbContext>(optionsBuilder: DbContextOptionsBuilder<TContext>, connection: DbConnection, contextOwnsConnection: boolean, azureSynapseOptionsAction?: Action<AzureSynapseDbContextOptionsBuilder>): DbContextOptionsBuilder<TContext>;
|
|
107
|
+
static useAzureSynapse<TContext extends DbContext>(optionsBuilder: DbContextOptionsBuilder<TContext>, connectionString: string, azureSynapseOptionsAction?: Action<AzureSynapseDbContextOptionsBuilder>): DbContextOptionsBuilder<TContext>;
|
|
108
|
+
static useAzureSynapse(optionsBuilder: DbContextOptionsBuilder, azureSynapseOptionsAction?: Action<AzureSynapseDbContextOptionsBuilder>): DbContextOptionsBuilder;
|
|
109
|
+
static useAzureSynapse(optionsBuilder: DbContextOptionsBuilder, connection: DbConnection, azureSynapseOptionsAction?: Action<AzureSynapseDbContextOptionsBuilder>): DbContextOptionsBuilder;
|
|
110
|
+
static useAzureSynapse(optionsBuilder: DbContextOptionsBuilder, connection: DbConnection, contextOwnsConnection: boolean, azureSynapseOptionsAction?: Action<AzureSynapseDbContextOptionsBuilder>): DbContextOptionsBuilder;
|
|
111
|
+
static useAzureSynapse(optionsBuilder: DbContextOptionsBuilder, connectionString: string, azureSynapseOptionsAction?: Action<AzureSynapseDbContextOptionsBuilder>): DbContextOptionsBuilder;
|
|
112
|
+
static useSqlServer<TContext extends DbContext>(optionsBuilder: DbContextOptionsBuilder<TContext>, sqlServerOptionsAction?: Action<SqlServerDbContextOptionsBuilder>): DbContextOptionsBuilder<TContext>;
|
|
113
|
+
static useSqlServer<TContext extends DbContext>(optionsBuilder: DbContextOptionsBuilder<TContext>, connection: DbConnection, sqlServerOptionsAction?: Action<SqlServerDbContextOptionsBuilder>): DbContextOptionsBuilder<TContext>;
|
|
114
|
+
static useSqlServer<TContext extends DbContext>(optionsBuilder: DbContextOptionsBuilder<TContext>, connection: DbConnection, contextOwnsConnection: boolean, sqlServerOptionsAction?: Action<SqlServerDbContextOptionsBuilder>): DbContextOptionsBuilder<TContext>;
|
|
115
|
+
static useSqlServer<TContext extends DbContext>(optionsBuilder: DbContextOptionsBuilder<TContext>, connectionString: string, sqlServerOptionsAction?: Action<SqlServerDbContextOptionsBuilder>): DbContextOptionsBuilder<TContext>;
|
|
116
|
+
static useSqlServer(optionsBuilder: DbContextOptionsBuilder, sqlServerOptionsAction?: Action<SqlServerDbContextOptionsBuilder>): DbContextOptionsBuilder;
|
|
117
|
+
static useSqlServer(optionsBuilder: DbContextOptionsBuilder, connection: DbConnection, sqlServerOptionsAction?: Action<SqlServerDbContextOptionsBuilder>): DbContextOptionsBuilder;
|
|
118
|
+
static useSqlServer(optionsBuilder: DbContextOptionsBuilder, connection: DbConnection, contextOwnsConnection: boolean, sqlServerOptionsAction?: Action<SqlServerDbContextOptionsBuilder>): DbContextOptionsBuilder;
|
|
119
|
+
static useSqlServer(optionsBuilder: DbContextOptionsBuilder, connectionString: string, sqlServerOptionsAction?: Action<SqlServerDbContextOptionsBuilder>): DbContextOptionsBuilder;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
export type SqlServerDbContextOptionsExtensions = SqlServerDbContextOptionsExtensions$instance;
|
|
124
|
+
|
|
125
|
+
export abstract class SqlServerDbFunctionsExtensions$instance {
|
|
126
|
+
static atTimeZone(_: DbFunctions, dateTime: DateTime, timeZone: string): DateTimeOffset;
|
|
127
|
+
static atTimeZone(_: DbFunctions, dateTimeOffset: DateTimeOffset, timeZone: string): DateTimeOffset;
|
|
128
|
+
static contains(_: DbFunctions, propertyReference: unknown, searchCondition: string, languageTerm: int): boolean;
|
|
129
|
+
static contains(_: DbFunctions, propertyReference: unknown, searchCondition: string): boolean;
|
|
130
|
+
static dataLength(_: DbFunctions, arg: byte[]): Nullable<System_Internal.Int32>;
|
|
131
|
+
static dataLength(_: DbFunctions, arg: Nullable<System_Internal.Boolean>): Nullable<System_Internal.Int32>;
|
|
132
|
+
static dataLength(_: DbFunctions, arg: Nullable<DateTime>): Nullable<System_Internal.Int32>;
|
|
133
|
+
static dataLength(_: DbFunctions, arg: Nullable<DateTimeOffset>): Nullable<System_Internal.Int32>;
|
|
134
|
+
static dataLength(_: DbFunctions, arg: Nullable<System_Internal.Decimal>): Nullable<System_Internal.Int32>;
|
|
135
|
+
static dataLength(_: DbFunctions, arg: Nullable<System_Internal.Double>): Nullable<System_Internal.Int32>;
|
|
136
|
+
static dataLength(_: DbFunctions, arg: Nullable<Guid>): Nullable<System_Internal.Int32>;
|
|
137
|
+
static dataLength(_: DbFunctions, arg: Nullable<TimeSpan>): Nullable<System_Internal.Int32>;
|
|
138
|
+
static dataLength(_: DbFunctions, arg: string): Nullable<System_Internal.Int32>;
|
|
139
|
+
static dateDiffDay(_: DbFunctions, startDate: DateOnly, endDate: DateOnly): int;
|
|
140
|
+
static dateDiffDay(_: DbFunctions, startDate: DateTime, endDate: DateTime): int;
|
|
141
|
+
static dateDiffDay(_: DbFunctions, startDate: DateTimeOffset, endDate: DateTimeOffset): int;
|
|
142
|
+
static dateDiffDay(_: DbFunctions, startDate: Nullable<DateOnly>, endDate: Nullable<DateOnly>): Nullable<System_Internal.Int32>;
|
|
143
|
+
static dateDiffDay(_: DbFunctions, startDate: Nullable<DateTime>, endDate: Nullable<DateTime>): Nullable<System_Internal.Int32>;
|
|
144
|
+
static dateDiffDay(_: DbFunctions, startDate: Nullable<DateTimeOffset>, endDate: Nullable<DateTimeOffset>): Nullable<System_Internal.Int32>;
|
|
145
|
+
static dateDiffHour(_: DbFunctions, startDate: DateOnly, endDate: DateOnly): int;
|
|
146
|
+
static dateDiffHour(_: DbFunctions, startDate: DateTime, endDate: DateTime): int;
|
|
147
|
+
static dateDiffHour(_: DbFunctions, startDate: DateTimeOffset, endDate: DateTimeOffset): int;
|
|
148
|
+
static dateDiffHour(_: DbFunctions, startDate: Nullable<DateOnly>, endDate: Nullable<DateOnly>): Nullable<System_Internal.Int32>;
|
|
149
|
+
static dateDiffHour(_: DbFunctions, startDate: Nullable<DateTime>, endDate: Nullable<DateTime>): Nullable<System_Internal.Int32>;
|
|
150
|
+
static dateDiffHour(_: DbFunctions, startDate: Nullable<DateTimeOffset>, endDate: Nullable<DateTimeOffset>): Nullable<System_Internal.Int32>;
|
|
151
|
+
static dateDiffHour(_: DbFunctions, startTime: Nullable<TimeOnly>, endTime: Nullable<TimeOnly>): Nullable<System_Internal.Int32>;
|
|
152
|
+
static dateDiffHour(_: DbFunctions, startTimeSpan: Nullable<TimeSpan>, endTimeSpan: Nullable<TimeSpan>): Nullable<System_Internal.Int32>;
|
|
153
|
+
static dateDiffHour(_: DbFunctions, startTime: TimeOnly, endTime: TimeOnly): int;
|
|
154
|
+
static dateDiffHour(_: DbFunctions, startTimeSpan: TimeSpan, endTimeSpan: TimeSpan): int;
|
|
155
|
+
static dateDiffMicrosecond(_: DbFunctions, startDate: DateOnly, endDate: DateOnly): int;
|
|
156
|
+
static dateDiffMicrosecond(_: DbFunctions, startDate: DateTime, endDate: DateTime): int;
|
|
157
|
+
static dateDiffMicrosecond(_: DbFunctions, startDate: DateTimeOffset, endDate: DateTimeOffset): int;
|
|
158
|
+
static dateDiffMicrosecond(_: DbFunctions, startDate: Nullable<DateOnly>, endDate: Nullable<DateOnly>): Nullable<System_Internal.Int32>;
|
|
159
|
+
static dateDiffMicrosecond(_: DbFunctions, startDate: Nullable<DateTime>, endDate: Nullable<DateTime>): Nullable<System_Internal.Int32>;
|
|
160
|
+
static dateDiffMicrosecond(_: DbFunctions, startDate: Nullable<DateTimeOffset>, endDate: Nullable<DateTimeOffset>): Nullable<System_Internal.Int32>;
|
|
161
|
+
static dateDiffMicrosecond(_: DbFunctions, startTime: Nullable<TimeOnly>, endTime: Nullable<TimeOnly>): Nullable<System_Internal.Int32>;
|
|
162
|
+
static dateDiffMicrosecond(_: DbFunctions, startTimeSpan: Nullable<TimeSpan>, endTimeSpan: Nullable<TimeSpan>): Nullable<System_Internal.Int32>;
|
|
163
|
+
static dateDiffMicrosecond(_: DbFunctions, startTime: TimeOnly, endTime: TimeOnly): int;
|
|
164
|
+
static dateDiffMicrosecond(_: DbFunctions, startTimeSpan: TimeSpan, endTimeSpan: TimeSpan): int;
|
|
165
|
+
static dateDiffMillisecond(_: DbFunctions, startDate: DateOnly, endDate: DateOnly): int;
|
|
166
|
+
static dateDiffMillisecond(_: DbFunctions, startDate: DateTime, endDate: DateTime): int;
|
|
167
|
+
static dateDiffMillisecond(_: DbFunctions, startDate: DateTimeOffset, endDate: DateTimeOffset): int;
|
|
168
|
+
static dateDiffMillisecond(_: DbFunctions, startDate: Nullable<DateOnly>, endDate: Nullable<DateOnly>): Nullable<System_Internal.Int32>;
|
|
169
|
+
static dateDiffMillisecond(_: DbFunctions, startDate: Nullable<DateTime>, endDate: Nullable<DateTime>): Nullable<System_Internal.Int32>;
|
|
170
|
+
static dateDiffMillisecond(_: DbFunctions, startDate: Nullable<DateTimeOffset>, endDate: Nullable<DateTimeOffset>): Nullable<System_Internal.Int32>;
|
|
171
|
+
static dateDiffMillisecond(_: DbFunctions, startTime: Nullable<TimeOnly>, endTime: Nullable<TimeOnly>): Nullable<System_Internal.Int32>;
|
|
172
|
+
static dateDiffMillisecond(_: DbFunctions, startTimeSpan: Nullable<TimeSpan>, endTimeSpan: Nullable<TimeSpan>): Nullable<System_Internal.Int32>;
|
|
173
|
+
static dateDiffMillisecond(_: DbFunctions, startTime: TimeOnly, endTime: TimeOnly): int;
|
|
174
|
+
static dateDiffMillisecond(_: DbFunctions, startTimeSpan: TimeSpan, endTimeSpan: TimeSpan): int;
|
|
175
|
+
static dateDiffMinute(_: DbFunctions, startDate: DateOnly, endDate: DateOnly): int;
|
|
176
|
+
static dateDiffMinute(_: DbFunctions, startDate: DateTime, endDate: DateTime): int;
|
|
177
|
+
static dateDiffMinute(_: DbFunctions, startDate: DateTimeOffset, endDate: DateTimeOffset): int;
|
|
178
|
+
static dateDiffMinute(_: DbFunctions, startDate: Nullable<DateOnly>, endDate: Nullable<DateOnly>): Nullable<System_Internal.Int32>;
|
|
179
|
+
static dateDiffMinute(_: DbFunctions, startDate: Nullable<DateTime>, endDate: Nullable<DateTime>): Nullable<System_Internal.Int32>;
|
|
180
|
+
static dateDiffMinute(_: DbFunctions, startDate: Nullable<DateTimeOffset>, endDate: Nullable<DateTimeOffset>): Nullable<System_Internal.Int32>;
|
|
181
|
+
static dateDiffMinute(_: DbFunctions, startTime: Nullable<TimeOnly>, endTime: Nullable<TimeOnly>): Nullable<System_Internal.Int32>;
|
|
182
|
+
static dateDiffMinute(_: DbFunctions, startTimeSpan: Nullable<TimeSpan>, endTimeSpan: Nullable<TimeSpan>): Nullable<System_Internal.Int32>;
|
|
183
|
+
static dateDiffMinute(_: DbFunctions, startTime: TimeOnly, endTime: TimeOnly): int;
|
|
184
|
+
static dateDiffMinute(_: DbFunctions, startTimeSpan: TimeSpan, endTimeSpan: TimeSpan): int;
|
|
185
|
+
static dateDiffMonth(_: DbFunctions, startDate: DateOnly, endDate: DateOnly): int;
|
|
186
|
+
static dateDiffMonth(_: DbFunctions, startDate: DateTime, endDate: DateTime): int;
|
|
187
|
+
static dateDiffMonth(_: DbFunctions, startDate: DateTimeOffset, endDate: DateTimeOffset): int;
|
|
188
|
+
static dateDiffMonth(_: DbFunctions, startDate: Nullable<DateOnly>, endDate: Nullable<DateOnly>): Nullable<System_Internal.Int32>;
|
|
189
|
+
static dateDiffMonth(_: DbFunctions, startDate: Nullable<DateTime>, endDate: Nullable<DateTime>): Nullable<System_Internal.Int32>;
|
|
190
|
+
static dateDiffMonth(_: DbFunctions, startDate: Nullable<DateTimeOffset>, endDate: Nullable<DateTimeOffset>): Nullable<System_Internal.Int32>;
|
|
191
|
+
static dateDiffNanosecond(_: DbFunctions, startDate: DateOnly, endDate: DateOnly): int;
|
|
192
|
+
static dateDiffNanosecond(_: DbFunctions, startDate: DateTime, endDate: DateTime): int;
|
|
193
|
+
static dateDiffNanosecond(_: DbFunctions, startDate: DateTimeOffset, endDate: DateTimeOffset): int;
|
|
194
|
+
static dateDiffNanosecond(_: DbFunctions, startDate: Nullable<DateOnly>, endDate: Nullable<DateOnly>): Nullable<System_Internal.Int32>;
|
|
195
|
+
static dateDiffNanosecond(_: DbFunctions, startDate: Nullable<DateTime>, endDate: Nullable<DateTime>): Nullable<System_Internal.Int32>;
|
|
196
|
+
static dateDiffNanosecond(_: DbFunctions, startDate: Nullable<DateTimeOffset>, endDate: Nullable<DateTimeOffset>): Nullable<System_Internal.Int32>;
|
|
197
|
+
static dateDiffNanosecond(_: DbFunctions, startTime: Nullable<TimeOnly>, endTime: Nullable<TimeOnly>): Nullable<System_Internal.Int32>;
|
|
198
|
+
static dateDiffNanosecond(_: DbFunctions, startTimeSpan: Nullable<TimeSpan>, endTimeSpan: Nullable<TimeSpan>): Nullable<System_Internal.Int32>;
|
|
199
|
+
static dateDiffNanosecond(_: DbFunctions, startTime: TimeOnly, endTime: TimeOnly): int;
|
|
200
|
+
static dateDiffNanosecond(_: DbFunctions, startTimeSpan: TimeSpan, endTimeSpan: TimeSpan): int;
|
|
201
|
+
static dateDiffSecond(_: DbFunctions, startDate: DateOnly, endDate: DateOnly): int;
|
|
202
|
+
static dateDiffSecond(_: DbFunctions, startDate: DateTime, endDate: DateTime): int;
|
|
203
|
+
static dateDiffSecond(_: DbFunctions, startDate: DateTimeOffset, endDate: DateTimeOffset): int;
|
|
204
|
+
static dateDiffSecond(_: DbFunctions, startDate: Nullable<DateOnly>, endDate: Nullable<DateOnly>): Nullable<System_Internal.Int32>;
|
|
205
|
+
static dateDiffSecond(_: DbFunctions, startDate: Nullable<DateTime>, endDate: Nullable<DateTime>): Nullable<System_Internal.Int32>;
|
|
206
|
+
static dateDiffSecond(_: DbFunctions, startDate: Nullable<DateTimeOffset>, endDate: Nullable<DateTimeOffset>): Nullable<System_Internal.Int32>;
|
|
207
|
+
static dateDiffSecond(_: DbFunctions, startTime: Nullable<TimeOnly>, endTime: Nullable<TimeOnly>): Nullable<System_Internal.Int32>;
|
|
208
|
+
static dateDiffSecond(_: DbFunctions, startTimeSpan: Nullable<TimeSpan>, endTimeSpan: Nullable<TimeSpan>): Nullable<System_Internal.Int32>;
|
|
209
|
+
static dateDiffSecond(_: DbFunctions, startTime: TimeOnly, endTime: TimeOnly): int;
|
|
210
|
+
static dateDiffSecond(_: DbFunctions, startTimeSpan: TimeSpan, endTimeSpan: TimeSpan): int;
|
|
211
|
+
static dateDiffWeek(_: DbFunctions, startDate: DateOnly, endDate: DateOnly): int;
|
|
212
|
+
static dateDiffWeek(_: DbFunctions, startDate: DateTime, endDate: DateTime): int;
|
|
213
|
+
static dateDiffWeek(_: DbFunctions, startDate: DateTimeOffset, endDate: DateTimeOffset): int;
|
|
214
|
+
static dateDiffWeek(_: DbFunctions, startDate: Nullable<DateOnly>, endDate: Nullable<DateOnly>): Nullable<System_Internal.Int32>;
|
|
215
|
+
static dateDiffWeek(_: DbFunctions, startDate: Nullable<DateTime>, endDate: Nullable<DateTime>): Nullable<System_Internal.Int32>;
|
|
216
|
+
static dateDiffWeek(_: DbFunctions, startDate: Nullable<DateTimeOffset>, endDate: Nullable<DateTimeOffset>): Nullable<System_Internal.Int32>;
|
|
217
|
+
static dateDiffYear(_: DbFunctions, startDate: DateOnly, endDate: DateOnly): int;
|
|
218
|
+
static dateDiffYear(_: DbFunctions, startDate: DateTime, endDate: DateTime): int;
|
|
219
|
+
static dateDiffYear(_: DbFunctions, startDate: DateTimeOffset, endDate: DateTimeOffset): int;
|
|
220
|
+
static dateDiffYear(_: DbFunctions, startDate: Nullable<DateOnly>, endDate: Nullable<DateOnly>): Nullable<System_Internal.Int32>;
|
|
221
|
+
static dateDiffYear(_: DbFunctions, startDate: Nullable<DateTime>, endDate: Nullable<DateTime>): Nullable<System_Internal.Int32>;
|
|
222
|
+
static dateDiffYear(_: DbFunctions, startDate: Nullable<DateTimeOffset>, endDate: Nullable<DateTimeOffset>): Nullable<System_Internal.Int32>;
|
|
223
|
+
static dateFromParts(_: DbFunctions, year: int, month: int, day: int): DateTime;
|
|
224
|
+
static dateTime2FromParts(_: DbFunctions, year: int, month: int, day: int, hour: int, minute: int, second: int, fractions: int, precision: int): DateTime;
|
|
225
|
+
static dateTimeFromParts(_: DbFunctions, year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int): DateTime;
|
|
226
|
+
static dateTimeOffsetFromParts(_: DbFunctions, year: int, month: int, day: int, hour: int, minute: int, second: int, fractions: int, hourOffset: int, minuteOffset: int, precision: int): DateTimeOffset;
|
|
227
|
+
static freeText(_: DbFunctions, propertyReference: unknown, freeText: string, languageTerm: int): boolean;
|
|
228
|
+
static freeText(_: DbFunctions, propertyReference: unknown, freeText: string): boolean;
|
|
229
|
+
static isDate(_: DbFunctions, expression: string): boolean;
|
|
230
|
+
static isNumeric(_: DbFunctions, expression: string): boolean;
|
|
231
|
+
static patIndex(_: DbFunctions, pattern: string, expression: string): long;
|
|
232
|
+
static smallDateTimeFromParts(_: DbFunctions, year: int, month: int, day: int, hour: int, minute: int): DateTime;
|
|
233
|
+
static standardDeviationPopulation(_: DbFunctions, values: IEnumerable<System_Internal.Byte>): Nullable<System_Internal.Double>;
|
|
234
|
+
static standardDeviationPopulation(_: DbFunctions, values: IEnumerable<System_Internal.Decimal>): Nullable<System_Internal.Double>;
|
|
235
|
+
static standardDeviationPopulation(_: DbFunctions, values: IEnumerable<System_Internal.Double>): Nullable<System_Internal.Double>;
|
|
236
|
+
static standardDeviationPopulation(_: DbFunctions, values: IEnumerable<System_Internal.Int16>): Nullable<System_Internal.Double>;
|
|
237
|
+
static standardDeviationPopulation(_: DbFunctions, values: IEnumerable<System_Internal.Int32>): Nullable<System_Internal.Double>;
|
|
238
|
+
static standardDeviationPopulation(_: DbFunctions, values: IEnumerable<System_Internal.Int64>): Nullable<System_Internal.Double>;
|
|
239
|
+
static standardDeviationPopulation(_: DbFunctions, values: IEnumerable<System_Internal.Single>): Nullable<System_Internal.Double>;
|
|
240
|
+
static standardDeviationSample(_: DbFunctions, values: IEnumerable<System_Internal.Byte>): Nullable<System_Internal.Double>;
|
|
241
|
+
static standardDeviationSample(_: DbFunctions, values: IEnumerable<System_Internal.Decimal>): Nullable<System_Internal.Double>;
|
|
242
|
+
static standardDeviationSample(_: DbFunctions, values: IEnumerable<System_Internal.Double>): Nullable<System_Internal.Double>;
|
|
243
|
+
static standardDeviationSample(_: DbFunctions, values: IEnumerable<System_Internal.Int16>): Nullable<System_Internal.Double>;
|
|
244
|
+
static standardDeviationSample(_: DbFunctions, values: IEnumerable<System_Internal.Int32>): Nullable<System_Internal.Double>;
|
|
245
|
+
static standardDeviationSample(_: DbFunctions, values: IEnumerable<System_Internal.Int64>): Nullable<System_Internal.Double>;
|
|
246
|
+
static standardDeviationSample(_: DbFunctions, values: IEnumerable<System_Internal.Single>): Nullable<System_Internal.Double>;
|
|
247
|
+
static timeFromParts(_: DbFunctions, hour: int, minute: int, second: int, fractions: int, precision: int): TimeSpan;
|
|
248
|
+
static variancePopulation(_: DbFunctions, values: IEnumerable<System_Internal.Byte>): Nullable<System_Internal.Double>;
|
|
249
|
+
static variancePopulation(_: DbFunctions, values: IEnumerable<System_Internal.Decimal>): Nullable<System_Internal.Double>;
|
|
250
|
+
static variancePopulation(_: DbFunctions, values: IEnumerable<System_Internal.Double>): Nullable<System_Internal.Double>;
|
|
251
|
+
static variancePopulation(_: DbFunctions, values: IEnumerable<System_Internal.Int16>): Nullable<System_Internal.Double>;
|
|
252
|
+
static variancePopulation(_: DbFunctions, values: IEnumerable<System_Internal.Int32>): Nullable<System_Internal.Double>;
|
|
253
|
+
static variancePopulation(_: DbFunctions, values: IEnumerable<System_Internal.Int64>): Nullable<System_Internal.Double>;
|
|
254
|
+
static variancePopulation(_: DbFunctions, values: IEnumerable<System_Internal.Single>): Nullable<System_Internal.Double>;
|
|
255
|
+
static varianceSample(_: DbFunctions, values: IEnumerable<System_Internal.Byte>): Nullable<System_Internal.Double>;
|
|
256
|
+
static varianceSample(_: DbFunctions, values: IEnumerable<System_Internal.Decimal>): Nullable<System_Internal.Double>;
|
|
257
|
+
static varianceSample(_: DbFunctions, values: IEnumerable<System_Internal.Double>): Nullable<System_Internal.Double>;
|
|
258
|
+
static varianceSample(_: DbFunctions, values: IEnumerable<System_Internal.Int16>): Nullable<System_Internal.Double>;
|
|
259
|
+
static varianceSample(_: DbFunctions, values: IEnumerable<System_Internal.Int32>): Nullable<System_Internal.Double>;
|
|
260
|
+
static varianceSample(_: DbFunctions, values: IEnumerable<System_Internal.Int64>): Nullable<System_Internal.Double>;
|
|
261
|
+
static varianceSample(_: DbFunctions, values: IEnumerable<System_Internal.Single>): Nullable<System_Internal.Double>;
|
|
262
|
+
static vectorDistance<T extends unknown>(_: DbFunctions, distanceMetric: string, vector1: SqlVector_1<T>, vector2: SqlVector_1<T>): double;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
export type SqlServerDbFunctionsExtensions = SqlServerDbFunctionsExtensions$instance;
|
|
267
|
+
|
|
268
|
+
export abstract class SqlServerDbSetExtensions$instance {
|
|
269
|
+
static temporalAll<TEntity>(source: DbSet<TEntity>): IQueryable<TEntity>;
|
|
270
|
+
static temporalAsOf<TEntity>(source: DbSet<TEntity>, utcPointInTime: DateTime): IQueryable<TEntity>;
|
|
271
|
+
static temporalBetween<TEntity>(source: DbSet<TEntity>, utcFrom: DateTime, utcTo: DateTime): IQueryable<TEntity>;
|
|
272
|
+
static temporalContainedIn<TEntity>(source: DbSet<TEntity>, utcFrom: DateTime, utcTo: DateTime): IQueryable<TEntity>;
|
|
273
|
+
static temporalFromTo<TEntity>(source: DbSet<TEntity>, utcFrom: DateTime, utcTo: DateTime): IQueryable<TEntity>;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
export type SqlServerDbSetExtensions = SqlServerDbSetExtensions$instance;
|
|
278
|
+
|
|
279
|
+
export abstract class SqlServerEntityTypeBuilderExtensions$instance {
|
|
280
|
+
static canSetHistoryTableName(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, fromDataAnnotation?: boolean): boolean;
|
|
281
|
+
static canSetHistoryTableSchema(entityTypeBuilder: IConventionEntityTypeBuilder, schema: string, fromDataAnnotation?: boolean): boolean;
|
|
282
|
+
static canSetIsMemoryOptimized(entityTypeBuilder: IConventionEntityTypeBuilder, memoryOptimized: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): boolean;
|
|
283
|
+
static canSetIsTemporal(entityTypeBuilder: IConventionEntityTypeBuilder, temporal?: boolean, fromDataAnnotation?: boolean): boolean;
|
|
284
|
+
static canSetPeriodEnd(entityTypeBuilder: IConventionEntityTypeBuilder, propertyName: string, fromDataAnnotation?: boolean): boolean;
|
|
285
|
+
static canSetPeriodStart(entityTypeBuilder: IConventionEntityTypeBuilder, propertyName: string, fromDataAnnotation?: boolean): boolean;
|
|
286
|
+
static canUseSqlOutputClause(entityTypeBuilder: IConventionEntityTypeBuilder, useSqlOutputClause: Nullable<System_Internal.Boolean>, storeObject: StoreObjectIdentifier, fromDataAnnotation?: boolean): boolean;
|
|
287
|
+
static canUseSqlOutputClause(entityTypeBuilder: IConventionEntityTypeBuilder, useSqlOutputClause: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): boolean;
|
|
288
|
+
static hasPeriodEnd(entityTypeBuilder: IConventionEntityTypeBuilder, propertyName: string, fromDataAnnotation?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
289
|
+
static hasPeriodStart(entityTypeBuilder: IConventionEntityTypeBuilder, propertyName: string, fromDataAnnotation?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
290
|
+
static isMemoryOptimized<TEntity>(entityTypeBuilder: EntityTypeBuilder<TEntity>, memoryOptimized?: boolean): EntityTypeBuilder<TEntity>;
|
|
291
|
+
static isMemoryOptimized(entityTypeBuilder: EntityTypeBuilder, memoryOptimized?: boolean): EntityTypeBuilder;
|
|
292
|
+
static isMemoryOptimized(entityTypeBuilder: IConventionEntityTypeBuilder, memoryOptimized: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
293
|
+
static isMemoryOptimized(collectionOwnershipBuilder: OwnedNavigationBuilder, memoryOptimized?: boolean): OwnedNavigationBuilder;
|
|
294
|
+
static isMemoryOptimized<TEntity, TRelatedEntity>(collectionOwnershipBuilder: OwnedNavigationBuilder<TEntity, TRelatedEntity>, memoryOptimized?: boolean): OwnedNavigationBuilder<TEntity, TRelatedEntity>;
|
|
295
|
+
static isTemporal(entityTypeBuilder: IConventionEntityTypeBuilder, temporal?: boolean, fromDataAnnotation?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
296
|
+
static useHistoryTableName(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, fromDataAnnotation?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
297
|
+
static useHistoryTableSchema(entityTypeBuilder: IConventionEntityTypeBuilder, schema: string, fromDataAnnotation?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
298
|
+
static useSqlOutputClause(entityTypeBuilder: IConventionEntityTypeBuilder, useSqlOutputClause: Nullable<System_Internal.Boolean>, storeObject: StoreObjectIdentifier, fromDataAnnotation?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
299
|
+
static useSqlOutputClause(entityTypeBuilder: IConventionEntityTypeBuilder, useSqlOutputClause: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
export type SqlServerEntityTypeBuilderExtensions = SqlServerEntityTypeBuilderExtensions$instance;
|
|
304
|
+
|
|
305
|
+
export abstract class SqlServerEntityTypeExtensions$instance {
|
|
306
|
+
static getHistoryTableName(entityType: IReadOnlyEntityType): string | undefined;
|
|
307
|
+
static getHistoryTableNameConfigurationSource(entityType: IConventionEntityType): Nullable<ConfigurationSource>;
|
|
308
|
+
static getHistoryTableSchema(entityType: IReadOnlyEntityType): string | undefined;
|
|
309
|
+
static getHistoryTableSchemaConfigurationSource(entityType: IConventionEntityType): Nullable<ConfigurationSource>;
|
|
310
|
+
static getIsMemoryOptimizedConfigurationSource(entityType: IConventionEntityType): Nullable<ConfigurationSource>;
|
|
311
|
+
static getIsTemporalConfigurationSource(entityType: IConventionEntityType): Nullable<ConfigurationSource>;
|
|
312
|
+
static getPeriodEndPropertyName(entityType: IReadOnlyEntityType): string | undefined;
|
|
313
|
+
static getPeriodEndPropertyNameConfigurationSource(entityType: IConventionEntityType): Nullable<ConfigurationSource>;
|
|
314
|
+
static getPeriodStartPropertyName(entityType: IReadOnlyEntityType): string | undefined;
|
|
315
|
+
static getPeriodStartPropertyNameConfigurationSource(entityType: IConventionEntityType): Nullable<ConfigurationSource>;
|
|
316
|
+
static getSchemaQualifiedHistoryTableName(entityType: IReadOnlyEntityType): string | undefined;
|
|
317
|
+
static getUseSqlOutputClauseConfigurationSource(entityType: IConventionEntityType, storeObject: StoreObjectIdentifier): Nullable<ConfigurationSource>;
|
|
318
|
+
static getUseSqlOutputClauseConfigurationSource(entityType: IConventionEntityType): Nullable<ConfigurationSource>;
|
|
319
|
+
static isMemoryOptimized(entityType: IReadOnlyEntityType): boolean;
|
|
320
|
+
static isSqlOutputClauseUsed(entityType: IReadOnlyEntityType, storeObject: StoreObjectIdentifier): boolean;
|
|
321
|
+
static isSqlOutputClauseUsed(entityType: IReadOnlyEntityType): boolean;
|
|
322
|
+
static isTemporal(entityType: IReadOnlyEntityType): boolean;
|
|
323
|
+
static setHistoryTableName(entityType: IConventionEntityType, historyTableName: string, fromDataAnnotation?: boolean): string | undefined;
|
|
324
|
+
static setHistoryTableName(entityType: IMutableEntityType, historyTableName: string): void;
|
|
325
|
+
static setHistoryTableSchema(entityType: IConventionEntityType, historyTableSchema: string, fromDataAnnotation?: boolean): string | undefined;
|
|
326
|
+
static setHistoryTableSchema(entityType: IMutableEntityType, historyTableSchema: string): void;
|
|
327
|
+
static setIsMemoryOptimized(entityType: IConventionEntityType, memoryOptimized: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): Nullable<System_Internal.Boolean>;
|
|
328
|
+
static setIsMemoryOptimized(entityType: IMutableEntityType, memoryOptimized: boolean): void;
|
|
329
|
+
static setIsTemporal(entityType: IConventionEntityType, temporal: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): Nullable<System_Internal.Boolean>;
|
|
330
|
+
static setIsTemporal(entityType: IMutableEntityType, temporal: boolean): void;
|
|
331
|
+
static setPeriodEndPropertyName(entityType: IConventionEntityType, periodEndPropertyName: string, fromDataAnnotation?: boolean): string | undefined;
|
|
332
|
+
static setPeriodEndPropertyName(entityType: IMutableEntityType, periodEndPropertyName: string): void;
|
|
333
|
+
static setPeriodStartPropertyName(entityType: IConventionEntityType, periodStartPropertyName: string, fromDataAnnotation?: boolean): string | undefined;
|
|
334
|
+
static setPeriodStartPropertyName(entityType: IMutableEntityType, periodStartPropertyName: string): void;
|
|
335
|
+
static useSqlOutputClause(entityType: IConventionEntityType, useSqlOutputClause: Nullable<System_Internal.Boolean>, storeObject: StoreObjectIdentifier, fromDataAnnotation?: boolean): Nullable<System_Internal.Boolean>;
|
|
336
|
+
static useSqlOutputClause(entityType: IConventionEntityType, useSqlOutputClause: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): Nullable<System_Internal.Boolean>;
|
|
337
|
+
static useSqlOutputClause(entityType: IMutableEntityType, useSqlOutputClause: Nullable<System_Internal.Boolean>, storeObject: StoreObjectIdentifier): void;
|
|
338
|
+
static useSqlOutputClause(entityType: IMutableEntityType, useSqlOutputClause: Nullable<System_Internal.Boolean>): void;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
export type SqlServerEntityTypeExtensions = SqlServerEntityTypeExtensions$instance;
|
|
343
|
+
|
|
344
|
+
export abstract class SqlServerEntityTypeMappingFragmentExtensions$instance {
|
|
345
|
+
static getUseSqlOutputClauseConfigurationSource(fragment: IConventionEntityTypeMappingFragment): Nullable<ConfigurationSource>;
|
|
346
|
+
static isSqlOutputClauseUsed(fragment: IReadOnlyEntityTypeMappingFragment): boolean;
|
|
347
|
+
static useSqlOutputClause(fragment: IConventionEntityTypeMappingFragment, useSqlOutputClause: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): Nullable<System_Internal.Boolean>;
|
|
348
|
+
static useSqlOutputClause(fragment: IMutableEntityTypeMappingFragment, useSqlOutputClause: Nullable<System_Internal.Boolean>): void;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
export type SqlServerEntityTypeMappingFragmentExtensions = SqlServerEntityTypeMappingFragmentExtensions$instance;
|
|
353
|
+
|
|
354
|
+
export abstract class SqlServerIndexBuilderExtensions$instance {
|
|
355
|
+
static canSetDataCompression(indexBuilder: IConventionIndexBuilder, dataCompressionType: Nullable<DataCompressionType>, fromDataAnnotation?: boolean): boolean;
|
|
356
|
+
static canSetFillFactor(indexBuilder: IConventionIndexBuilder, fillFactor: Nullable<System_Internal.Int32>, fromDataAnnotation?: boolean): boolean;
|
|
357
|
+
static canSetIncludeProperties(indexBuilder: IConventionIndexBuilder, propertyNames: IReadOnlyList<System_Internal.String>, fromDataAnnotation?: boolean): boolean;
|
|
358
|
+
static canSetIsClustered(indexBuilder: IConventionIndexBuilder, clustered: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): boolean;
|
|
359
|
+
static canSetIsCreatedOnline(indexBuilder: IConventionIndexBuilder, createdOnline: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): boolean;
|
|
360
|
+
static canSetSortInTempDb(indexBuilder: IConventionIndexBuilder, sortInTempDb: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): boolean;
|
|
361
|
+
static hasFillFactor<TEntity>(indexBuilder: IndexBuilder<TEntity>, fillFactor: int): IndexBuilder<TEntity>;
|
|
362
|
+
static hasFillFactor(indexBuilder: IConventionIndexBuilder, fillFactor: Nullable<System_Internal.Int32>, fromDataAnnotation?: boolean): IConventionIndexBuilder | undefined;
|
|
363
|
+
static hasFillFactor(indexBuilder: IndexBuilder, fillFactor: int): IndexBuilder;
|
|
364
|
+
static includeProperties<TEntity>(indexBuilder: IndexBuilder<TEntity>, includeExpression: Expression<Func<TEntity, unknown>>): IndexBuilder<TEntity>;
|
|
365
|
+
static includeProperties<TEntity>(indexBuilder: IndexBuilder<TEntity>, ...propertyNames: string[]): IndexBuilder<TEntity>;
|
|
366
|
+
static includeProperties(indexBuilder: IConventionIndexBuilder, propertyNames: IReadOnlyList<System_Internal.String>, fromDataAnnotation?: boolean): IConventionIndexBuilder | undefined;
|
|
367
|
+
static includeProperties(indexBuilder: IndexBuilder, ...propertyNames: string[]): IndexBuilder;
|
|
368
|
+
static isClustered<TEntity>(indexBuilder: IndexBuilder<TEntity>, clustered?: boolean): IndexBuilder<TEntity>;
|
|
369
|
+
static isClustered(indexBuilder: IConventionIndexBuilder, clustered: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): IConventionIndexBuilder | undefined;
|
|
370
|
+
static isClustered(indexBuilder: IndexBuilder, clustered?: boolean): IndexBuilder;
|
|
371
|
+
static isCreatedOnline<TEntity>(indexBuilder: IndexBuilder<TEntity>, createdOnline?: boolean): IndexBuilder<TEntity>;
|
|
372
|
+
static isCreatedOnline(indexBuilder: IConventionIndexBuilder, createdOnline: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): IConventionIndexBuilder | undefined;
|
|
373
|
+
static isCreatedOnline(indexBuilder: IndexBuilder, createdOnline?: boolean): IndexBuilder;
|
|
374
|
+
static sortInTempDb<TEntity>(indexBuilder: IndexBuilder<TEntity>, sortInTempDb?: boolean): IndexBuilder<TEntity>;
|
|
375
|
+
static sortInTempDb(indexBuilder: IConventionIndexBuilder, sortInTempDb: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): IConventionIndexBuilder | undefined;
|
|
376
|
+
static sortInTempDb(indexBuilder: IndexBuilder, sortInTempDb?: boolean): IndexBuilder;
|
|
377
|
+
static useDataCompression<TEntity>(indexBuilder: IndexBuilder<TEntity>, dataCompressionType: DataCompressionType): IndexBuilder<TEntity>;
|
|
378
|
+
static useDataCompression(indexBuilder: IConventionIndexBuilder, dataCompressionType: Nullable<DataCompressionType>, fromDataAnnotation?: boolean): IConventionIndexBuilder | undefined;
|
|
379
|
+
static useDataCompression(indexBuilder: IndexBuilder, dataCompressionType: DataCompressionType): IndexBuilder;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
export type SqlServerIndexBuilderExtensions = SqlServerIndexBuilderExtensions$instance;
|
|
384
|
+
|
|
385
|
+
export abstract class SqlServerIndexExtensions$instance {
|
|
386
|
+
static getDataCompression(index: IReadOnlyIndex, storeObject: StoreObjectIdentifier): Nullable<DataCompressionType>;
|
|
387
|
+
static getDataCompression(index: IReadOnlyIndex): Nullable<DataCompressionType>;
|
|
388
|
+
static getDataCompressionConfigurationSource(index: IConventionIndex): Nullable<ConfigurationSource>;
|
|
389
|
+
static getFillFactor(index: IReadOnlyIndex, storeObject: StoreObjectIdentifier): Nullable<System_Internal.Int32>;
|
|
390
|
+
static getFillFactor(index: IReadOnlyIndex): Nullable<System_Internal.Int32>;
|
|
391
|
+
static getFillFactorConfigurationSource(index: IConventionIndex): Nullable<ConfigurationSource>;
|
|
392
|
+
static getIncludeProperties(index: IReadOnlyIndex, storeObject: StoreObjectIdentifier): IReadOnlyList<System_Internal.String> | undefined;
|
|
393
|
+
static getIncludeProperties(index: IReadOnlyIndex): IReadOnlyList<System_Internal.String> | undefined;
|
|
394
|
+
static getIncludePropertiesConfigurationSource(index: IConventionIndex): Nullable<ConfigurationSource>;
|
|
395
|
+
static getIsClusteredConfigurationSource(property: IConventionIndex): Nullable<ConfigurationSource>;
|
|
396
|
+
static getIsCreatedOnlineConfigurationSource(index: IConventionIndex): Nullable<ConfigurationSource>;
|
|
397
|
+
static getSortInTempDb(index: IReadOnlyIndex, storeObject: StoreObjectIdentifier): Nullable<System_Internal.Boolean>;
|
|
398
|
+
static getSortInTempDb(index: IReadOnlyIndex): Nullable<System_Internal.Boolean>;
|
|
399
|
+
static getSortInTempDbConfigurationSource(index: IConventionIndex): Nullable<ConfigurationSource>;
|
|
400
|
+
static isClustered(index: IReadOnlyIndex, storeObject: StoreObjectIdentifier): Nullable<System_Internal.Boolean>;
|
|
401
|
+
static isClustered(index: IReadOnlyIndex): Nullable<System_Internal.Boolean>;
|
|
402
|
+
static isCreatedOnline(index: IReadOnlyIndex, storeObject: StoreObjectIdentifier): Nullable<System_Internal.Boolean>;
|
|
403
|
+
static isCreatedOnline(index: IReadOnlyIndex): Nullable<System_Internal.Boolean>;
|
|
404
|
+
static setDataCompression(index: IConventionIndex, dataCompression: Nullable<DataCompressionType>, fromDataAnnotation?: boolean): Nullable<DataCompressionType>;
|
|
405
|
+
static setDataCompression(index: IMutableIndex, dataCompression: Nullable<DataCompressionType>): void;
|
|
406
|
+
static setFillFactor(index: IConventionIndex, fillFactor: Nullable<System_Internal.Int32>, fromDataAnnotation?: boolean): Nullable<System_Internal.Int32>;
|
|
407
|
+
static setFillFactor(index: IMutableIndex, fillFactor: Nullable<System_Internal.Int32>): void;
|
|
408
|
+
static setIncludeProperties(index: IConventionIndex, properties: IReadOnlyList<System_Internal.String>, fromDataAnnotation?: boolean): IReadOnlyList<System_Internal.String> | undefined;
|
|
409
|
+
static setIncludeProperties(index: IMutableIndex, properties: IReadOnlyList<System_Internal.String>): void;
|
|
410
|
+
static setIsClustered(index: IConventionIndex, value: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): Nullable<System_Internal.Boolean>;
|
|
411
|
+
static setIsClustered(index: IMutableIndex, value: Nullable<System_Internal.Boolean>): void;
|
|
412
|
+
static setIsCreatedOnline(index: IConventionIndex, createdOnline: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): Nullable<System_Internal.Boolean>;
|
|
413
|
+
static setIsCreatedOnline(index: IMutableIndex, createdOnline: Nullable<System_Internal.Boolean>): void;
|
|
414
|
+
static setSortInTempDb(index: IConventionIndex, sortInTempDb: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): Nullable<System_Internal.Boolean>;
|
|
415
|
+
static setSortInTempDb(index: IMutableIndex, sortInTempDb: Nullable<System_Internal.Boolean>): void;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
export type SqlServerIndexExtensions = SqlServerIndexExtensions$instance;
|
|
420
|
+
|
|
421
|
+
export abstract class SqlServerKeyBuilderExtensions$instance {
|
|
422
|
+
static canSetFillFactor(keyBuilder: IConventionKeyBuilder, fillFactor: Nullable<System_Internal.Int32>, fromDataAnnotation?: boolean): boolean;
|
|
423
|
+
static canSetIsClustered(keyBuilder: IConventionKeyBuilder, clustered: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): boolean;
|
|
424
|
+
static hasFillFactor<TEntity>(keyBuilder: KeyBuilder<TEntity>, fillFactor: int): KeyBuilder<TEntity>;
|
|
425
|
+
static hasFillFactor(keyBuilder: IConventionKeyBuilder, fillFactor: Nullable<System_Internal.Int32>, fromDataAnnotation?: boolean): IConventionKeyBuilder | undefined;
|
|
426
|
+
static hasFillFactor(keyBuilder: KeyBuilder, fillFactor: int): KeyBuilder;
|
|
427
|
+
static isClustered<TEntity>(keyBuilder: KeyBuilder<TEntity>, clustered?: boolean): KeyBuilder<TEntity>;
|
|
428
|
+
static isClustered(keyBuilder: IConventionKeyBuilder, clustered: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): IConventionKeyBuilder | undefined;
|
|
429
|
+
static isClustered(keyBuilder: KeyBuilder, clustered?: boolean): KeyBuilder;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
export type SqlServerKeyBuilderExtensions = SqlServerKeyBuilderExtensions$instance;
|
|
434
|
+
|
|
435
|
+
export abstract class SqlServerKeyExtensions$instance {
|
|
436
|
+
static getFillFactor(key: IReadOnlyKey, storeObject: StoreObjectIdentifier): Nullable<System_Internal.Int32>;
|
|
437
|
+
static getFillFactor(key: IReadOnlyKey): Nullable<System_Internal.Int32>;
|
|
438
|
+
static getFillFactorConfigurationSource(key: IConventionKey): Nullable<ConfigurationSource>;
|
|
439
|
+
static getIsClusteredConfigurationSource(key: IConventionKey): Nullable<ConfigurationSource>;
|
|
440
|
+
static isClustered(key: IReadOnlyKey, storeObject: StoreObjectIdentifier): Nullable<System_Internal.Boolean>;
|
|
441
|
+
static isClustered(key: IReadOnlyKey): Nullable<System_Internal.Boolean>;
|
|
442
|
+
static setFillFactor(key: IConventionKey, fillFactor: Nullable<System_Internal.Int32>, fromDataAnnotation?: boolean): Nullable<System_Internal.Int32>;
|
|
443
|
+
static setFillFactor(key: IMutableKey, fillFactor: Nullable<System_Internal.Int32>): void;
|
|
444
|
+
static setIsClustered(key: IConventionKey, clustered: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): Nullable<System_Internal.Boolean>;
|
|
445
|
+
static setIsClustered(key: IMutableKey, clustered: Nullable<System_Internal.Boolean>): void;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
export type SqlServerKeyExtensions = SqlServerKeyExtensions$instance;
|
|
450
|
+
|
|
451
|
+
export abstract class SqlServerModelBuilderExtensions$instance {
|
|
452
|
+
static canSetDatabaseMaxSize(modelBuilder: IConventionModelBuilder, maxSize: string, fromDataAnnotation?: boolean): boolean;
|
|
453
|
+
static canSetHiLoSequence(modelBuilder: IConventionModelBuilder, name: string, schema: string, fromDataAnnotation?: boolean): boolean;
|
|
454
|
+
static canSetIdentityColumnIncrement(modelBuilder: IConventionModelBuilder, increment: Nullable<System_Internal.Int32>, fromDataAnnotation?: boolean): boolean;
|
|
455
|
+
static canSetIdentityColumnSeed(modelBuilder: IConventionModelBuilder, seed: Nullable<System_Internal.Int64>, fromDataAnnotation?: boolean): boolean;
|
|
456
|
+
static canSetPerformanceLevelSql(modelBuilder: IConventionModelBuilder, performanceLevel: string, fromDataAnnotation?: boolean): boolean;
|
|
457
|
+
static canSetServiceTierSql(modelBuilder: IConventionModelBuilder, serviceTier: string, fromDataAnnotation?: boolean): boolean;
|
|
458
|
+
static canSetValueGenerationStrategy(modelBuilder: IConventionModelBuilder, valueGenerationStrategy: Nullable<SqlServerValueGenerationStrategy>, fromDataAnnotation?: boolean): boolean;
|
|
459
|
+
static canUseNamedDefaultConstraints(modelBuilder: IConventionModelBuilder, value: boolean, fromDataAnnotation?: boolean): boolean;
|
|
460
|
+
static hasDatabaseMaxSize(modelBuilder: IConventionModelBuilder, maxSize: string, fromDataAnnotation?: boolean): IConventionModelBuilder | undefined;
|
|
461
|
+
static hasDatabaseMaxSize(modelBuilder: ModelBuilder, maxSize: string): ModelBuilder;
|
|
462
|
+
static hasHiLoSequence(modelBuilder: IConventionModelBuilder, name: string, schema: string, fromDataAnnotation?: boolean): IConventionSequenceBuilder | undefined;
|
|
463
|
+
static hasIdentityColumnIncrement(modelBuilder: IConventionModelBuilder, increment: Nullable<System_Internal.Int32>, fromDataAnnotation?: boolean): IConventionModelBuilder | undefined;
|
|
464
|
+
static hasIdentityColumnSeed(modelBuilder: IConventionModelBuilder, seed: Nullable<System_Internal.Int64>, fromDataAnnotation?: boolean): IConventionModelBuilder | undefined;
|
|
465
|
+
static hasPerformanceLevel(modelBuilder: ModelBuilder, performanceLevel: string): ModelBuilder;
|
|
466
|
+
static hasPerformanceLevelSql(modelBuilder: IConventionModelBuilder, performanceLevel: string, fromDataAnnotation?: boolean): IConventionModelBuilder | undefined;
|
|
467
|
+
static hasPerformanceLevelSql(modelBuilder: ModelBuilder, performanceLevel: string): ModelBuilder;
|
|
468
|
+
static hasServiceTier(modelBuilder: ModelBuilder, serviceTier: string): ModelBuilder;
|
|
469
|
+
static hasServiceTierSql(modelBuilder: IConventionModelBuilder, serviceTier: string, fromDataAnnotation?: boolean): IConventionModelBuilder | undefined;
|
|
470
|
+
static hasServiceTierSql(modelBuilder: ModelBuilder, serviceTier: string): ModelBuilder;
|
|
471
|
+
static hasValueGenerationStrategy(modelBuilder: IConventionModelBuilder, valueGenerationStrategy: Nullable<SqlServerValueGenerationStrategy>, fromDataAnnotation?: boolean): IConventionModelBuilder | undefined;
|
|
472
|
+
static useHiLo(modelBuilder: ModelBuilder, name?: string, schema?: string): ModelBuilder;
|
|
473
|
+
static useIdentityColumns(modelBuilder: ModelBuilder, seed: int, increment?: int): ModelBuilder;
|
|
474
|
+
static useIdentityColumns(modelBuilder: ModelBuilder, seed?: long, increment?: int): ModelBuilder;
|
|
475
|
+
static useKeySequences(modelBuilder: ModelBuilder, nameSuffix?: string, schema?: string): ModelBuilder;
|
|
476
|
+
static useNamedDefaultConstraints(modelBuilder: IConventionModelBuilder, value: boolean, fromDataAnnotation?: boolean): IConventionModelBuilder | undefined;
|
|
477
|
+
static useNamedDefaultConstraints(modelBuilder: ModelBuilder, value?: boolean): ModelBuilder;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
export type SqlServerModelBuilderExtensions = SqlServerModelBuilderExtensions$instance;
|
|
482
|
+
|
|
483
|
+
export abstract class SqlServerModelExtensions$instance {
|
|
484
|
+
static readonly defaultHiLoSequenceName: string;
|
|
485
|
+
static readonly defaultSequenceNameSuffix: string;
|
|
486
|
+
static getDatabaseMaxSize(model: IReadOnlyModel): string | undefined;
|
|
487
|
+
static getDatabaseMaxSizeConfigurationSource(model: IConventionModel): Nullable<ConfigurationSource>;
|
|
488
|
+
static getHiLoSequenceName(model: IReadOnlyModel): string;
|
|
489
|
+
static getHiLoSequenceNameConfigurationSource(model: IConventionModel): Nullable<ConfigurationSource>;
|
|
490
|
+
static getHiLoSequenceSchema(model: IReadOnlyModel): string | undefined;
|
|
491
|
+
static getHiLoSequenceSchemaConfigurationSource(model: IConventionModel): Nullable<ConfigurationSource>;
|
|
492
|
+
static getIdentityIncrement(model: IReadOnlyModel): int;
|
|
493
|
+
static getIdentityIncrementConfigurationSource(model: IConventionModel): Nullable<ConfigurationSource>;
|
|
494
|
+
static getIdentitySeed(model: IReadOnlyModel): long;
|
|
495
|
+
static getIdentitySeedConfigurationSource(model: IConventionModel): Nullable<ConfigurationSource>;
|
|
496
|
+
static getPerformanceLevelSql(model: IReadOnlyModel): string | undefined;
|
|
497
|
+
static getPerformanceLevelSqlConfigurationSource(model: IConventionModel): Nullable<ConfigurationSource>;
|
|
498
|
+
static getSequenceNameSuffix(model: IReadOnlyModel): string;
|
|
499
|
+
static getSequenceNameSuffixConfigurationSource(model: IConventionModel): Nullable<ConfigurationSource>;
|
|
500
|
+
static getSequenceSchema(model: IReadOnlyModel): string | undefined;
|
|
501
|
+
static getSequenceSchemaConfigurationSource(model: IConventionModel): Nullable<ConfigurationSource>;
|
|
502
|
+
static getServiceTierSql(model: IReadOnlyModel): string | undefined;
|
|
503
|
+
static getServiceTierSqlConfigurationSource(model: IConventionModel): Nullable<ConfigurationSource>;
|
|
504
|
+
static getValueGenerationStrategy(model: IReadOnlyModel): Nullable<SqlServerValueGenerationStrategy>;
|
|
505
|
+
static getValueGenerationStrategyConfigurationSource(model: IConventionModel): Nullable<ConfigurationSource>;
|
|
506
|
+
static setDatabaseMaxSize(model: IConventionModel, value: string, fromDataAnnotation?: boolean): string | undefined;
|
|
507
|
+
static setDatabaseMaxSize(model: IMutableModel, value: string): void;
|
|
508
|
+
static setHiLoSequenceName(model: IConventionModel, name: string, fromDataAnnotation?: boolean): string | undefined;
|
|
509
|
+
static setHiLoSequenceName(model: IMutableModel, name: string): void;
|
|
510
|
+
static setHiLoSequenceSchema(model: IConventionModel, value: string, fromDataAnnotation?: boolean): string | undefined;
|
|
511
|
+
static setHiLoSequenceSchema(model: IMutableModel, value: string): void;
|
|
512
|
+
static setIdentityIncrement(model: IConventionModel, increment: Nullable<System_Internal.Int32>, fromDataAnnotation?: boolean): Nullable<System_Internal.Int32>;
|
|
513
|
+
static setIdentityIncrement(model: IMutableModel, increment: Nullable<System_Internal.Int32>): void;
|
|
514
|
+
static setIdentitySeed(model: IConventionModel, seed: Nullable<System_Internal.Int64>, fromDataAnnotation?: boolean): Nullable<System_Internal.Int64>;
|
|
515
|
+
static setIdentitySeed(model: IMutableModel, seed: Nullable<System_Internal.Int64>): void;
|
|
516
|
+
static setPerformanceLevelSql(model: IConventionModel, value: string, fromDataAnnotation?: boolean): string | undefined;
|
|
517
|
+
static setPerformanceLevelSql(model: IMutableModel, value: string): void;
|
|
518
|
+
static setSequenceNameSuffix(model: IConventionModel, name: string, fromDataAnnotation?: boolean): string | undefined;
|
|
519
|
+
static setSequenceNameSuffix(model: IMutableModel, name: string): void;
|
|
520
|
+
static setSequenceSchema(model: IConventionModel, value: string, fromDataAnnotation?: boolean): string | undefined;
|
|
521
|
+
static setSequenceSchema(model: IMutableModel, value: string): void;
|
|
522
|
+
static setServiceTierSql(model: IConventionModel, value: string, fromDataAnnotation?: boolean): string | undefined;
|
|
523
|
+
static setServiceTierSql(model: IMutableModel, value: string): void;
|
|
524
|
+
static setValueGenerationStrategy(model: IConventionModel, value: Nullable<SqlServerValueGenerationStrategy>, fromDataAnnotation?: boolean): Nullable<SqlServerValueGenerationStrategy>;
|
|
525
|
+
static setValueGenerationStrategy(model: IMutableModel, value: Nullable<SqlServerValueGenerationStrategy>): void;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
export type SqlServerModelExtensions = SqlServerModelExtensions$instance;
|
|
530
|
+
|
|
531
|
+
export abstract class SqlServerPrimitiveCollectionBuilderExtensions$instance {
|
|
532
|
+
static hasDefaultValue(primitiveCollectionBuilder: PrimitiveCollectionBuilder, value: unknown, defaultConstraintName: string): PrimitiveCollectionBuilder;
|
|
533
|
+
static hasDefaultValue<TProperty>(primitiveCollectionBuilder: PrimitiveCollectionBuilder<TProperty>, value: unknown, defaultConstraintName: string): PrimitiveCollectionBuilder<TProperty>;
|
|
534
|
+
static hasDefaultValueSql(primitiveCollectionBuilder: PrimitiveCollectionBuilder, sql: string, defaultConstraintName: string): PrimitiveCollectionBuilder;
|
|
535
|
+
static hasDefaultValueSql<TProperty>(primitiveCollectionBuilder: PrimitiveCollectionBuilder<TProperty>, sql: string, defaultConstraintName: string): PrimitiveCollectionBuilder<TProperty>;
|
|
536
|
+
static isSparse(primitiveCollectionBuilder: PrimitiveCollectionBuilder, sparse?: boolean): PrimitiveCollectionBuilder;
|
|
537
|
+
static isSparse<TProperty>(primitiveCollectionBuilder: PrimitiveCollectionBuilder<TProperty>, sparse?: boolean): PrimitiveCollectionBuilder<TProperty>;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
export type SqlServerPrimitiveCollectionBuilderExtensions = SqlServerPrimitiveCollectionBuilderExtensions$instance;
|
|
542
|
+
|
|
543
|
+
export abstract class SqlServerPropertyBuilderExtensions$instance {
|
|
544
|
+
static canSetDefaultValue(propertyBuilder: IConventionPropertyBuilder, value: unknown, defaultConstraintName: string, fromDataAnnotation?: boolean): boolean;
|
|
545
|
+
static canSetDefaultValueSql(propertyBuilder: IConventionPropertyBuilder, sql: string, defaultConstraintName: string, fromDataAnnotation?: boolean): boolean;
|
|
546
|
+
static canSetHiLoSequence(propertyBuilder: IConventionPropertyBuilder, name: string, schema: string, fromDataAnnotation?: boolean): boolean;
|
|
547
|
+
static canSetIdentityColumnIncrement(propertyBuilder: IConventionPropertyBuilder, increment: Nullable<System_Internal.Int32>, storeObject: StoreObjectIdentifier, fromDataAnnotation?: boolean): boolean;
|
|
548
|
+
static canSetIdentityColumnIncrement(propertyBuilder: IConventionPropertyBuilder, increment: Nullable<System_Internal.Int32>, fromDataAnnotation?: boolean): boolean;
|
|
549
|
+
static canSetIdentityColumnSeed(propertyBuilder: IConventionPropertyBuilder, seed: Nullable<System_Internal.Int64>, storeObject: StoreObjectIdentifier, fromDataAnnotation?: boolean): boolean;
|
|
550
|
+
static canSetIdentityColumnSeed(propertyBuilder: IConventionPropertyBuilder, seed: Nullable<System_Internal.Int64>, fromDataAnnotation?: boolean): boolean;
|
|
551
|
+
static canSetIsSparse(property: IConventionPropertyBuilder, sparse: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): boolean;
|
|
552
|
+
static canSetSequence(propertyBuilder: IConventionPropertyBuilder, name: string, schema: string, fromDataAnnotation?: boolean): boolean;
|
|
553
|
+
static canSetValueGenerationStrategy(propertyBuilder: IConventionPropertyBuilder, valueGenerationStrategy: Nullable<SqlServerValueGenerationStrategy>, storeObject: StoreObjectIdentifier, fromDataAnnotation?: boolean): boolean;
|
|
554
|
+
static canSetValueGenerationStrategy(propertyBuilder: IConventionPropertyBuilder, valueGenerationStrategy: Nullable<SqlServerValueGenerationStrategy>, fromDataAnnotation?: boolean): boolean;
|
|
555
|
+
static hasDefaultValue(propertyBuilder: IConventionPropertyBuilder, value: unknown, defaultConstraintName: string, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
|
|
556
|
+
static hasDefaultValue(propertyBuilder: PropertyBuilder, value: unknown, defaultConstraintName: string): PropertyBuilder;
|
|
557
|
+
static hasDefaultValue<TProperty>(propertyBuilder: PropertyBuilder<TProperty>, value: unknown, defaultConstraintName: string): PropertyBuilder<TProperty>;
|
|
558
|
+
static hasDefaultValueSql(propertyBuilder: IConventionPropertyBuilder, sql: string, defaultConstraintName: string, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
|
|
559
|
+
static hasDefaultValueSql(propertyBuilder: PropertyBuilder, sql: string, defaultConstraintName: string): PropertyBuilder;
|
|
560
|
+
static hasDefaultValueSql<TProperty>(propertyBuilder: PropertyBuilder<TProperty>, sql: string, defaultConstraintName: string): PropertyBuilder<TProperty>;
|
|
561
|
+
static hasHiLoSequence(propertyBuilder: IConventionPropertyBuilder, name: string, schema: string, fromDataAnnotation?: boolean): IConventionSequenceBuilder | undefined;
|
|
562
|
+
static hasIdentityColumnIncrement(propertyBuilder: IConventionPropertyBuilder, increment: Nullable<System_Internal.Int32>, storeObject: StoreObjectIdentifier, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
|
|
563
|
+
static hasIdentityColumnIncrement(propertyBuilder: IConventionPropertyBuilder, increment: Nullable<System_Internal.Int32>, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
|
|
564
|
+
static hasIdentityColumnSeed(propertyBuilder: IConventionPropertyBuilder, seed: Nullable<System_Internal.Int64>, storeObject: StoreObjectIdentifier, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
|
|
565
|
+
static hasIdentityColumnSeed(propertyBuilder: IConventionPropertyBuilder, seed: Nullable<System_Internal.Int64>, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
|
|
566
|
+
static hasSequence(propertyBuilder: IConventionPropertyBuilder, name: string, schema: string, fromDataAnnotation?: boolean): IConventionSequenceBuilder | undefined;
|
|
567
|
+
static hasValueGenerationStrategy(propertyBuilder: IConventionPropertyBuilder, valueGenerationStrategy: Nullable<SqlServerValueGenerationStrategy>, storeObject: StoreObjectIdentifier, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
|
|
568
|
+
static hasValueGenerationStrategy(propertyBuilder: IConventionPropertyBuilder, valueGenerationStrategy: Nullable<SqlServerValueGenerationStrategy>, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
|
|
569
|
+
static isSparse(propertyBuilder: IConventionPropertyBuilder, sparse: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
|
|
570
|
+
static isSparse(propertyBuilder: PropertyBuilder, sparse?: boolean): PropertyBuilder;
|
|
571
|
+
static isSparse<TProperty>(propertyBuilder: PropertyBuilder<TProperty>, sparse?: boolean): PropertyBuilder<TProperty>;
|
|
572
|
+
static useHiLo(propertyBuilder: PropertyBuilder, name?: string, schema?: string): PropertyBuilder;
|
|
573
|
+
static useHiLo<TProperty>(propertyBuilder: PropertyBuilder<TProperty>, name?: string, schema?: string): PropertyBuilder<TProperty>;
|
|
574
|
+
static useIdentityColumn<TProperty>(columnBuilder: ColumnBuilder<TProperty>, seed?: long, increment?: int): ColumnBuilder<TProperty>;
|
|
575
|
+
static useIdentityColumn(columnBuilder: ColumnBuilder, seed?: long, increment?: int): ColumnBuilder;
|
|
576
|
+
static useIdentityColumn(propertyBuilder: PropertyBuilder, seed: int, increment?: int): PropertyBuilder;
|
|
577
|
+
static useIdentityColumn(propertyBuilder: PropertyBuilder, seed?: long, increment?: int): PropertyBuilder;
|
|
578
|
+
static useIdentityColumn<TProperty>(propertyBuilder: PropertyBuilder<TProperty>, seed: int, increment?: int): PropertyBuilder<TProperty>;
|
|
579
|
+
static useIdentityColumn<TProperty>(propertyBuilder: PropertyBuilder<TProperty>, seed?: long, increment?: int): PropertyBuilder<TProperty>;
|
|
580
|
+
static useSequence(propertyBuilder: PropertyBuilder, name?: string, schema?: string): PropertyBuilder;
|
|
581
|
+
static useSequence<TProperty>(propertyBuilder: PropertyBuilder<TProperty>, name?: string, schema?: string): PropertyBuilder<TProperty>;
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
export type SqlServerPropertyBuilderExtensions = SqlServerPropertyBuilderExtensions$instance;
|
|
586
|
+
|
|
587
|
+
export abstract class SqlServerPropertyExtensions$instance {
|
|
588
|
+
static findHiLoSequence(property: IProperty, storeObject: StoreObjectIdentifier): ISequence | undefined;
|
|
589
|
+
static findHiLoSequence(property: IProperty): ISequence | undefined;
|
|
590
|
+
static findHiLoSequence(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): IReadOnlySequence | undefined;
|
|
591
|
+
static findHiLoSequence(property: IReadOnlyProperty): IReadOnlySequence | undefined;
|
|
592
|
+
static findSequence(property: IProperty, storeObject: StoreObjectIdentifier): ISequence | undefined;
|
|
593
|
+
static findSequence(property: IProperty): ISequence | undefined;
|
|
594
|
+
static findSequence(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): IReadOnlySequence | undefined;
|
|
595
|
+
static findSequence(property: IReadOnlyProperty): IReadOnlySequence | undefined;
|
|
596
|
+
static getHiLoSequenceName(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): string | undefined;
|
|
597
|
+
static getHiLoSequenceName(property: IReadOnlyProperty): string | undefined;
|
|
598
|
+
static getHiLoSequenceNameConfigurationSource(property: IConventionProperty): Nullable<ConfigurationSource>;
|
|
599
|
+
static getHiLoSequenceSchema(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): string | undefined;
|
|
600
|
+
static getHiLoSequenceSchema(property: IReadOnlyProperty): string | undefined;
|
|
601
|
+
static getHiLoSequenceSchemaConfigurationSource(property: IConventionProperty): Nullable<ConfigurationSource>;
|
|
602
|
+
static getIdentityIncrement(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): Nullable<System_Internal.Int32>;
|
|
603
|
+
static getIdentityIncrement(property: IReadOnlyProperty): Nullable<System_Internal.Int32>;
|
|
604
|
+
static getIdentityIncrement(overrides: IReadOnlyRelationalPropertyOverrides): Nullable<System_Internal.Int32>;
|
|
605
|
+
static getIdentityIncrementConfigurationSource(property: IConventionProperty, storeObject: StoreObjectIdentifier): Nullable<ConfigurationSource>;
|
|
606
|
+
static getIdentityIncrementConfigurationSource(property: IConventionProperty): Nullable<ConfigurationSource>;
|
|
607
|
+
static getIdentityIncrementConfigurationSource(overrides: IConventionRelationalPropertyOverrides): Nullable<ConfigurationSource>;
|
|
608
|
+
static getIdentitySeed(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): Nullable<System_Internal.Int64>;
|
|
609
|
+
static getIdentitySeed(property: IReadOnlyProperty): Nullable<System_Internal.Int64>;
|
|
610
|
+
static getIdentitySeed(overrides: IReadOnlyRelationalPropertyOverrides): Nullable<System_Internal.Int64>;
|
|
611
|
+
static getIdentitySeedConfigurationSource(property: IConventionProperty, storeObject: StoreObjectIdentifier): Nullable<ConfigurationSource>;
|
|
612
|
+
static getIdentitySeedConfigurationSource(property: IConventionProperty): Nullable<ConfigurationSource>;
|
|
613
|
+
static getIdentitySeedConfigurationSource(overrides: IConventionRelationalPropertyOverrides): Nullable<ConfigurationSource>;
|
|
614
|
+
static getIsSparseConfigurationSource(property: IConventionProperty): Nullable<ConfigurationSource>;
|
|
615
|
+
static getSequenceName(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): string | undefined;
|
|
616
|
+
static getSequenceName(property: IReadOnlyProperty): string | undefined;
|
|
617
|
+
static getSequenceNameConfigurationSource(property: IConventionProperty): Nullable<ConfigurationSource>;
|
|
618
|
+
static getSequenceSchema(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): string | undefined;
|
|
619
|
+
static getSequenceSchema(property: IReadOnlyProperty): string | undefined;
|
|
620
|
+
static getSequenceSchemaConfigurationSource(property: IConventionProperty): Nullable<ConfigurationSource>;
|
|
621
|
+
static getValueGenerationStrategy(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): SqlServerValueGenerationStrategy;
|
|
622
|
+
static getValueGenerationStrategy(property: IReadOnlyProperty): SqlServerValueGenerationStrategy;
|
|
623
|
+
static getValueGenerationStrategy(overrides: IReadOnlyRelationalPropertyOverrides): Nullable<SqlServerValueGenerationStrategy>;
|
|
624
|
+
static getValueGenerationStrategyConfigurationSource(property: IConventionProperty, storeObject: StoreObjectIdentifier): Nullable<ConfigurationSource>;
|
|
625
|
+
static getValueGenerationStrategyConfigurationSource(property: IConventionProperty): Nullable<ConfigurationSource>;
|
|
626
|
+
static getValueGenerationStrategyConfigurationSource(overrides: IConventionRelationalPropertyOverrides): Nullable<ConfigurationSource>;
|
|
627
|
+
static isCompatibleWithValueGeneration(property: IReadOnlyProperty): boolean;
|
|
628
|
+
static isSparse(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): Nullable<System_Internal.Boolean>;
|
|
629
|
+
static isSparse(property: IReadOnlyProperty): Nullable<System_Internal.Boolean>;
|
|
630
|
+
static setHiLoSequenceName(property: IConventionProperty, name: string, fromDataAnnotation?: boolean): string | undefined;
|
|
631
|
+
static setHiLoSequenceName(property: IMutableProperty, name: string): void;
|
|
632
|
+
static setHiLoSequenceSchema(property: IConventionProperty, schema: string, fromDataAnnotation?: boolean): string | undefined;
|
|
633
|
+
static setHiLoSequenceSchema(property: IMutableProperty, schema: string): void;
|
|
634
|
+
static setIdentityIncrement(property: IConventionProperty, increment: Nullable<System_Internal.Int32>, storeObject: StoreObjectIdentifier, fromDataAnnotation?: boolean): Nullable<System_Internal.Int32>;
|
|
635
|
+
static setIdentityIncrement(property: IConventionProperty, increment: Nullable<System_Internal.Int32>, fromDataAnnotation?: boolean): Nullable<System_Internal.Int32>;
|
|
636
|
+
static setIdentityIncrement(overrides: IConventionRelationalPropertyOverrides, increment: Nullable<System_Internal.Int32>, fromDataAnnotation?: boolean): Nullable<System_Internal.Int32>;
|
|
637
|
+
static setIdentityIncrement(property: IMutableProperty, increment: Nullable<System_Internal.Int32>, storeObject: StoreObjectIdentifier): void;
|
|
638
|
+
static setIdentityIncrement(property: IMutableProperty, increment: Nullable<System_Internal.Int32>): void;
|
|
639
|
+
static setIdentityIncrement(overrides: IMutableRelationalPropertyOverrides, increment: Nullable<System_Internal.Int32>): void;
|
|
640
|
+
static setIdentitySeed(property: IConventionProperty, seed: Nullable<System_Internal.Int64>, storeObject: StoreObjectIdentifier, fromDataAnnotation?: boolean): Nullable<System_Internal.Int64>;
|
|
641
|
+
static setIdentitySeed(property: IConventionProperty, seed: Nullable<System_Internal.Int64>, fromDataAnnotation?: boolean): Nullable<System_Internal.Int64>;
|
|
642
|
+
static setIdentitySeed(overrides: IConventionRelationalPropertyOverrides, seed: Nullable<System_Internal.Int64>, fromDataAnnotation?: boolean): Nullable<System_Internal.Int64>;
|
|
643
|
+
static setIdentitySeed(property: IMutableProperty, seed: Nullable<System_Internal.Int64>, storeObject: StoreObjectIdentifier): void;
|
|
644
|
+
static setIdentitySeed(property: IMutableProperty, seed: Nullable<System_Internal.Int64>): void;
|
|
645
|
+
static setIdentitySeed(overrides: IMutableRelationalPropertyOverrides, seed: Nullable<System_Internal.Int64>): void;
|
|
646
|
+
static setIsSparse(property: IConventionProperty, sparse: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): Nullable<System_Internal.Boolean>;
|
|
647
|
+
static setIsSparse(property: IMutableProperty, sparse: Nullable<System_Internal.Boolean>): void;
|
|
648
|
+
static setSequenceName(property: IConventionProperty, name: string, fromDataAnnotation?: boolean): string | undefined;
|
|
649
|
+
static setSequenceName(property: IMutableProperty, name: string): void;
|
|
650
|
+
static setSequenceSchema(property: IConventionProperty, schema: string, fromDataAnnotation?: boolean): string | undefined;
|
|
651
|
+
static setSequenceSchema(property: IMutableProperty, schema: string): void;
|
|
652
|
+
static setValueGenerationStrategy(property: IConventionProperty, value: Nullable<SqlServerValueGenerationStrategy>, storeObject: StoreObjectIdentifier, fromDataAnnotation?: boolean): Nullable<SqlServerValueGenerationStrategy>;
|
|
653
|
+
static setValueGenerationStrategy(property: IConventionProperty, value: Nullable<SqlServerValueGenerationStrategy>, fromDataAnnotation?: boolean): Nullable<SqlServerValueGenerationStrategy>;
|
|
654
|
+
static setValueGenerationStrategy(overrides: IConventionRelationalPropertyOverrides, value: Nullable<SqlServerValueGenerationStrategy>, fromDataAnnotation?: boolean): Nullable<SqlServerValueGenerationStrategy>;
|
|
655
|
+
static setValueGenerationStrategy(property: IMutableProperty, value: Nullable<SqlServerValueGenerationStrategy>, storeObject: StoreObjectIdentifier): void;
|
|
656
|
+
static setValueGenerationStrategy(property: IMutableProperty, value: Nullable<SqlServerValueGenerationStrategy>): void;
|
|
657
|
+
static setValueGenerationStrategy(overrides: IMutableRelationalPropertyOverrides, value: Nullable<SqlServerValueGenerationStrategy>): void;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
export type SqlServerPropertyExtensions = SqlServerPropertyExtensions$instance;
|
|
662
|
+
|
|
663
|
+
export abstract class SqlServerTableBuilderExtensions$instance {
|
|
664
|
+
static isMemoryOptimized(tableBuilder: OwnedNavigationTableBuilder, memoryOptimized?: boolean): OwnedNavigationTableBuilder;
|
|
665
|
+
static isMemoryOptimized(tableBuilder: TableBuilder, memoryOptimized?: boolean): TableBuilder;
|
|
666
|
+
static isMemoryOptimized<TOwnerEntity, TDependentEntity>(tableBuilder: OwnedNavigationTableBuilder<TOwnerEntity, TDependentEntity>, memoryOptimized?: boolean): OwnedNavigationTableBuilder<TOwnerEntity, TDependentEntity>;
|
|
667
|
+
static isMemoryOptimized<TEntity>(tableBuilder: TableBuilder<TEntity>, memoryOptimized?: boolean): TableBuilder<TEntity>;
|
|
668
|
+
static isTemporal(tableBuilder: OwnedNavigationTableBuilder, buildAction: Action<OwnedNavigationTemporalTableBuilder>): OwnedNavigationTableBuilder;
|
|
669
|
+
static isTemporal(tableBuilder: OwnedNavigationTableBuilder, temporal?: boolean): OwnedNavigationTemporalTableBuilder;
|
|
670
|
+
static isTemporal(tableBuilder: TableBuilder, buildAction: Action<TemporalTableBuilder>): TableBuilder;
|
|
671
|
+
static isTemporal(tableBuilder: TableBuilder, temporal?: boolean): TemporalTableBuilder;
|
|
672
|
+
static isTemporal<TOwnerEntity, TDependentEntity>(tableBuilder: OwnedNavigationTableBuilder<TOwnerEntity, TDependentEntity>, buildAction: Action<OwnedNavigationTemporalTableBuilder_2<TOwnerEntity, TDependentEntity>>): OwnedNavigationTableBuilder<TOwnerEntity, TDependentEntity>;
|
|
673
|
+
static isTemporal<TOwnerEntity, TDependentEntity>(tableBuilder: OwnedNavigationTableBuilder<TOwnerEntity, TDependentEntity>, temporal?: boolean): OwnedNavigationTemporalTableBuilder_2<TOwnerEntity, TDependentEntity>;
|
|
674
|
+
static isTemporal<TEntity>(tableBuilder: TableBuilder<TEntity>, buildAction: Action<TemporalTableBuilder_1<TEntity>>): TableBuilder<TEntity>;
|
|
675
|
+
static isTemporal<TEntity>(tableBuilder: TableBuilder<TEntity>, temporal?: boolean): TemporalTableBuilder_1<TEntity>;
|
|
676
|
+
static useSqlOutputClause(tableBuilder: OwnedNavigationTableBuilder, useSqlOutputClause?: boolean): OwnedNavigationTableBuilder;
|
|
677
|
+
static useSqlOutputClause(tableBuilder: SplitTableBuilder, useSqlOutputClause?: boolean): SplitTableBuilder;
|
|
678
|
+
static useSqlOutputClause(tableBuilder: TableBuilder, useSqlOutputClause?: boolean): TableBuilder;
|
|
679
|
+
static useSqlOutputClause<TOwnerEntity, TDependentEntity>(tableBuilder: OwnedNavigationTableBuilder<TOwnerEntity, TDependentEntity>, useSqlOutputClause?: boolean): OwnedNavigationTableBuilder<TOwnerEntity, TDependentEntity>;
|
|
680
|
+
static useSqlOutputClause<TEntity>(tableBuilder: SplitTableBuilder<TEntity>, useSqlOutputClause?: boolean): SplitTableBuilder<TEntity>;
|
|
681
|
+
static useSqlOutputClause<TEntity>(tableBuilder: TableBuilder<TEntity>, useSqlOutputClause?: boolean): TableBuilder<TEntity>;
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
|
|
685
|
+
export type SqlServerTableBuilderExtensions = SqlServerTableBuilderExtensions$instance;
|
|
686
|
+
|
|
687
|
+
export abstract class SqlServerTableExtensions$instance {
|
|
688
|
+
static isSqlOutputClauseUsed(table: ITable): boolean;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
export type SqlServerTableExtensions = SqlServerTableExtensions$instance;
|
|
693
|
+
|