diff --git a/docs/DevNotes.md b/docs/DevNotes.md
index cda7251..5e2df2f 100644
--- a/docs/DevNotes.md
+++ b/docs/DevNotes.md
@@ -1,7 +1,7 @@
# Notes for Developers/Builders
## Important Notes as of Feb 21, 2020
-- System.Data.OleDb currently has several issues with x86 (see below). Testing using the 64-bit Access OleDb driver instead is recommended.
+- System.Data.OleDb currently has several issues with x86 on .NET Core (see below). If needing to test on .NET Core, using the 64-bit Access OleDb driver instead is recommended. Otherwise, tests can still be run against .NET Framework (x86 or x64).
## System.Data.OleDb Issues
- Current Nuget.org package (version 4.7.0) contains several significant bugs:
@@ -49,11 +49,11 @@
## .NET Standard Compatibility
- Should the projects also target .NET Standard 2.0? Even if the project compiles for .NET Standard 2.0, it will not work across all .NET Standard 2.0 platforms. In particular, it will only work on Windows, which many users may expect, however, I believe either the COM or System.Data.OleDb (or both) will fail if running on .NET Core 2.0/2.1/2.2, which would be an incompatibility that is more difficult for users to guess.
-- Is targeting .NET Standard 2.1 instead an option? Would have to explicitly target .NET Framework as well, unless EFCore.Jet wants to drop support for it. However, what is the advantage? Perhaps just Mono on Windows?
+- Consider targeting both .NET Standard 2.1 and .NET Framework. However, what is the advantage? Perhaps just Mono on Windows?
## General Resources
-- [Multitargeting](https://docs.microsoft.com/en-us/dotnet/core/tutorials/libraries#how-to-multitarget)
-- [MS Access Data Manipulation Language](https://docs.microsoft.com/en-us/office/client-developer/access/desktop-database-reference/data-manipulation-language)
+- [How to multitarget](https://docs.microsoft.com/en-us/dotnet/core/tutorials/libraries#how-to-multitarget)
+- [Microsoft Access SQL reference](https://docs.microsoft.com/en-us/office/client-developer/access/desktop-database-reference/microsoft-access-sql-reference)
## Outdated Notes that Probably are No Longer Important
- Probably want to set Visual Studio to use PackageReference instead of packages.config by default (Options->Nuget Package Manager)
\ No newline at end of file
diff --git a/src/EFCore.Jet/EFCore.Jet.csproj b/src/EFCore.Jet/EFCore.Jet.csproj
index 6924ed6..128efd8 100644
--- a/src/EFCore.Jet/EFCore.Jet.csproj
+++ b/src/EFCore.Jet/EFCore.Jet.csproj
@@ -11,6 +11,9 @@
true
..\..\build\Key.snk
+
+
+
Properties\GlobalAssemblyInfo.cs
@@ -47,7 +50,6 @@
-
diff --git a/src/EFCore.Jet/baseline.netcore.json b/src/EFCore.Jet/baseline.netcore.json
deleted file mode 100644
index afadaf2..0000000
--- a/src/EFCore.Jet/baseline.netcore.json
+++ /dev/null
@@ -1,8887 +0,0 @@
-{
- "AssemblyIdentity": "EntityFrameworkCore.Jet, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Extensions.DependencyInjection.JetServiceCollectionExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "AddEntityFrameworkJet",
- "Parameters": [
- {
- "Name": "serviceCollection",
- "Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection"
- }
- ],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IServiceCollection",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.JetDatabaseFacadeExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "IsJet",
- "Parameters": [
- {
- "Name": "database",
- "Type": "Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.JetDbContextOptionsExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "UseJet",
- "Parameters": [
- {
- "Name": "optionsBuilder",
- "Type": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder"
- },
- {
- "Name": "connectionString",
- "Type": "System.String"
- },
- {
- "Name": "jetOptionsAction",
- "Type": "System.Action",
- "DefaultValue": "null"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseJet",
- "Parameters": [
- {
- "Name": "optionsBuilder",
- "Type": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder"
- },
- {
- "Name": "connection",
- "Type": "System.Data.Common.DbConnection"
- },
- {
- "Name": "jetOptionsAction",
- "Type": "System.Action",
- "DefaultValue": "null"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseJet",
- "Parameters": [
- {
- "Name": "optionsBuilder",
- "Type": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder"
- },
- {
- "Name": "connectionString",
- "Type": "System.String"
- },
- {
- "Name": "jetOptionsAction",
- "Type": "System.Action",
- "DefaultValue": "null"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TContext",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": [
- "Microsoft.EntityFrameworkCore.DbContext"
- ]
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "UseJet",
- "Parameters": [
- {
- "Name": "optionsBuilder",
- "Type": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder"
- },
- {
- "Name": "connection",
- "Type": "System.Data.Common.DbConnection"
- },
- {
- "Name": "jetOptionsAction",
- "Type": "System.Action",
- "DefaultValue": "null"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TContext",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": [
- "Microsoft.EntityFrameworkCore.DbContext"
- ]
- }
- ]
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.JetEntityTypeBuilderExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ForJetIsMemoryOptimized",
- "Parameters": [
- {
- "Name": "entityTypeBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder"
- },
- {
- "Name": "memoryOptimized",
- "Type": "System.Boolean",
- "DefaultValue": "True"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForJetIsMemoryOptimized",
- "Parameters": [
- {
- "Name": "entityTypeBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder"
- },
- {
- "Name": "memoryOptimized",
- "Type": "System.Boolean",
- "DefaultValue": "True"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TEntity",
- "ParameterPosition": 0,
- "Class": true,
- "BaseTypeOrInterfaces": []
- }
- ]
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.JetIndexBuilderExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ForJetIsClustered",
- "Parameters": [
- {
- "Name": "indexBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Builders.IndexBuilder"
- },
- {
- "Name": "clustered",
- "Type": "System.Boolean",
- "DefaultValue": "True"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Metadata.Builders.IndexBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.JetKeyBuilderExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ForJetIsClustered",
- "Parameters": [
- {
- "Name": "keyBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Builders.KeyBuilder"
- },
- {
- "Name": "clustered",
- "Type": "System.Boolean",
- "DefaultValue": "True"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Metadata.Builders.KeyBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.JetMetadataExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Jet",
- "Parameters": [
- {
- "Name": "property",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IMutableProperty"
- }
- ],
- "ReturnType": "EntityFrameworkCore.Metadata.JetPropertyAnnotations",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Jet",
- "Parameters": [
- {
- "Name": "property",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IProperty"
- }
- ],
- "ReturnType": "EntityFrameworkCore.Metadata.IJetPropertyAnnotations",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Jet",
- "Parameters": [
- {
- "Name": "entityType",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType"
- }
- ],
- "ReturnType": "EntityFrameworkCore.Metadata.JetEntityTypeAnnotations",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Jet",
- "Parameters": [
- {
- "Name": "entityType",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IEntityType"
- }
- ],
- "ReturnType": "EntityFrameworkCore.Metadata.IJetEntityTypeAnnotations",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Jet",
- "Parameters": [
- {
- "Name": "key",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IMutableKey"
- }
- ],
- "ReturnType": "EntityFrameworkCore.Metadata.JetKeyAnnotations",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Jet",
- "Parameters": [
- {
- "Name": "key",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IKey"
- }
- ],
- "ReturnType": "EntityFrameworkCore.Metadata.IJetKeyAnnotations",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Jet",
- "Parameters": [
- {
- "Name": "index",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IMutableIndex"
- }
- ],
- "ReturnType": "EntityFrameworkCore.Metadata.JetIndexAnnotations",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Jet",
- "Parameters": [
- {
- "Name": "index",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IIndex"
- }
- ],
- "ReturnType": "EntityFrameworkCore.Metadata.IJetIndexAnnotations",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Jet",
- "Parameters": [
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IMutableModel"
- }
- ],
- "ReturnType": "EntityFrameworkCore.Metadata.JetModelAnnotations",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Jet",
- "Parameters": [
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- }
- ],
- "ReturnType": "EntityFrameworkCore.Metadata.IJetModelAnnotations",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.JetModelBuilderExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ForJetUseSequenceHiLo",
- "Parameters": [
- {
- "Name": "modelBuilder",
- "Type": "Microsoft.EntityFrameworkCore.ModelBuilder"
- },
- {
- "Name": "name",
- "Type": "System.String",
- "DefaultValue": "null"
- },
- {
- "Name": "schema",
- "Type": "System.String",
- "DefaultValue": "null"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.ModelBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForJetUseIdentityColumns",
- "Parameters": [
- {
- "Name": "modelBuilder",
- "Type": "Microsoft.EntityFrameworkCore.ModelBuilder"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.ModelBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.JetPropertyBuilderExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ForJetUseSequenceHiLo",
- "Parameters": [
- {
- "Name": "propertyBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder"
- },
- {
- "Name": "name",
- "Type": "System.String",
- "DefaultValue": "null"
- },
- {
- "Name": "schema",
- "Type": "System.String",
- "DefaultValue": "null"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForJetUseSequenceHiLo",
- "Parameters": [
- {
- "Name": "propertyBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder"
- },
- {
- "Name": "name",
- "Type": "System.String",
- "DefaultValue": "null"
- },
- {
- "Name": "schema",
- "Type": "System.String",
- "DefaultValue": "null"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProperty",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "UseJetIdentityColumn",
- "Parameters": [
- {
- "Name": "propertyBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseJetIdentityColumn",
- "Parameters": [
- {
- "Name": "propertyBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProperty",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.JetReferenceOwnershipBuilderExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ForJetIsMemoryOptimized",
- "Parameters": [
- {
- "Name": "referenceOwnershipBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceOwnershipBuilder"
- },
- {
- "Name": "memoryOptimized",
- "Type": "System.Boolean",
- "DefaultValue": "True"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceOwnershipBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForJetIsMemoryOptimized",
- "Parameters": [
- {
- "Name": "referenceOwnershipBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceOwnershipBuilder"
- },
- {
- "Name": "memoryOptimized",
- "Type": "System.Boolean",
- "DefaultValue": "True"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceOwnershipBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TEntity",
- "ParameterPosition": 0,
- "Class": true,
- "BaseTypeOrInterfaces": []
- },
- {
- "ParameterName": "TRelatedEntity",
- "ParameterPosition": 1,
- "Class": true,
- "BaseTypeOrInterfaces": []
- }
- ]
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.JetRetryingExecutionStrategy",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ShouldRetryOn",
- "Parameters": [
- {
- "Name": "exception",
- "Type": "System.Exception"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetNextDelay",
- "Parameters": [
- {
- "Name": "lastException",
- "Type": "System.Exception"
- }
- ],
- "ReturnType": "System.Nullable",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.EntityFrameworkCore.DbContext"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.EntityFrameworkCore.DbContext"
- },
- {
- "Name": "maxRetryCount",
- "Type": "System.Int32"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies"
- },
- {
- "Name": "maxRetryCount",
- "Type": "System.Int32"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.EntityFrameworkCore.DbContext"
- },
- {
- "Name": "maxRetryCount",
- "Type": "System.Int32"
- },
- {
- "Name": "maxRetryDelay",
- "Type": "System.TimeSpan"
- },
- {
- "Name": "errorNumbersToAdd",
- "Type": "System.Collections.Generic.ICollection"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies"
- },
- {
- "Name": "maxRetryCount",
- "Type": "System.Int32"
- },
- {
- "Name": "maxRetryDelay",
- "Type": "System.TimeSpan"
- },
- {
- "Name": "errorNumbersToAdd",
- "Type": "System.Collections.Generic.ICollection"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.ValueGeneration.Internal.IJetSequenceValueGeneratorFactory",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "property",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IProperty"
- },
- {
- "Name": "generatorState",
- "Type": "EntityFrameworkCore.ValueGeneration.Internal.JetSequenceValueGeneratorState"
- },
- {
- "Name": "connection",
- "Type": "EntityFrameworkCore.Storage.Internal.IJetConnection"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.ValueGeneration.Internal.IJetValueGeneratorCache",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorCache"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetOrAddSequenceState",
- "Parameters": [
- {
- "Name": "property",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IProperty"
- }
- ],
- "ReturnType": "EntityFrameworkCore.ValueGeneration.Internal.JetSequenceValueGeneratorState",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.ValueGeneration.Internal.JetSequenceHiLoValueGenerator",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGenerator",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetNewLowValue",
- "Parameters": [],
- "ReturnType": "System.Int64",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetNewLowValueAsync",
- "Parameters": [
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken",
- "DefaultValue": "default(System.Threading.CancellationToken)"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_GeneratesTemporaryValues",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "rawSqlCommandBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder"
- },
- {
- "Name": "sqlGenerator",
- "Type": "EntityFrameworkCore.Update.Internal.IJetUpdateSqlGenerator"
- },
- {
- "Name": "generatorState",
- "Type": "EntityFrameworkCore.ValueGeneration.Internal.JetSequenceValueGeneratorState"
- },
- {
- "Name": "connection",
- "Type": "EntityFrameworkCore.Storage.Internal.IJetConnection"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": [
- {
- "ParameterName": "TValue",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Name": "EntityFrameworkCore.ValueGeneration.Internal.JetSequenceValueGeneratorFactory",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "EntityFrameworkCore.ValueGeneration.Internal.IJetSequenceValueGeneratorFactory"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "property",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IProperty"
- },
- {
- "Name": "generatorState",
- "Type": "EntityFrameworkCore.ValueGeneration.Internal.JetSequenceValueGeneratorState"
- },
- {
- "Name": "connection",
- "Type": "EntityFrameworkCore.Storage.Internal.IJetConnection"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
- "Virtual": true,
- "ImplementedInterface": "EntityFrameworkCore.ValueGeneration.Internal.IJetSequenceValueGeneratorFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "rawSqlCommandBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder"
- },
- {
- "Name": "sqlGenerator",
- "Type": "EntityFrameworkCore.Update.Internal.IJetUpdateSqlGenerator"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.ValueGeneration.Internal.JetSequenceValueGeneratorState",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGeneratorState",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Sequence",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Metadata.ISequence",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "sequence",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.ISequence"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.ValueGeneration.Internal.JetValueGeneratorCache",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCache",
- "ImplementedInterfaces": [
- "EntityFrameworkCore.ValueGeneration.Internal.IJetValueGeneratorCache"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetOrAddSequenceState",
- "Parameters": [
- {
- "Name": "property",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IProperty"
- }
- ],
- "ReturnType": "EntityFrameworkCore.ValueGeneration.Internal.JetSequenceValueGeneratorState",
- "Virtual": true,
- "ImplementedInterface": "EntityFrameworkCore.ValueGeneration.Internal.IJetValueGeneratorCache",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCacheDependencies"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.ValueGeneration.Internal.JetValueGeneratorSelector",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.ValueGeneration.RelationalValueGeneratorSelector",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Cache",
- "Parameters": [],
- "ReturnType": "EntityFrameworkCore.ValueGeneration.Internal.IJetValueGeneratorCache",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Select",
- "Parameters": [
- {
- "Name": "property",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IProperty"
- },
- {
- "Name": "entityType",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IEntityType"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorSelector",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "property",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IProperty"
- },
- {
- "Name": "entityType",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IEntityType"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGenerator",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelectorDependencies"
- },
- {
- "Name": "sequenceFactory",
- "Type": "EntityFrameworkCore.ValueGeneration.Internal.IJetSequenceValueGeneratorFactory"
- },
- {
- "Name": "connection",
- "Type": "EntityFrameworkCore.Storage.Internal.IJetConnection"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Update.Internal.IJetUpdateSqlGenerator",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Update.IUpdateSqlGenerator"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "AppendBulkInsertOperation",
- "Parameters": [
- {
- "Name": "commandStringBuilder",
- "Type": "System.Text.StringBuilder"
- },
- {
- "Name": "modificationCommands",
- "Type": "System.Collections.Generic.IReadOnlyList"
- },
- {
- "Name": "commandPosition",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Update.Internal.JetModificationCommandBatch",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Update.AffectedCountModificationCommandBatch",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_UpdateSqlGenerator",
- "Parameters": [],
- "ReturnType": "EntityFrameworkCore.Update.Internal.IJetUpdateSqlGenerator",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CanAddCommand",
- "Parameters": [
- {
- "Name": "modificationCommand",
- "Type": "Microsoft.EntityFrameworkCore.Update.ModificationCommand"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "IsCommandTextValid",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetParameterCount",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ResetCommandText",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetCommandText",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UpdateCachedCommandText",
- "Parameters": [
- {
- "Name": "commandPosition",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "commandBuilderFactory",
- "Type": "Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilderFactory"
- },
- {
- "Name": "sqlGenerationHelper",
- "Type": "Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper"
- },
- {
- "Name": "updateSqlGenerator",
- "Type": "EntityFrameworkCore.Update.Internal.IJetUpdateSqlGenerator"
- },
- {
- "Name": "valueBufferFactoryFactory",
- "Type": "Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactoryFactory"
- },
- {
- "Name": "maxBatchSize",
- "Type": "System.Nullable"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Update.Internal.JetModificationCommandBatchFactory",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Update.IModificationCommandBatchFactory"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Update.IModificationCommandBatchFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "commandBuilderFactory",
- "Type": "Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilderFactory"
- },
- {
- "Name": "sqlGenerationHelper",
- "Type": "Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper"
- },
- {
- "Name": "updateSqlGenerator",
- "Type": "EntityFrameworkCore.Update.Internal.IJetUpdateSqlGenerator"
- },
- {
- "Name": "valueBufferFactoryFactory",
- "Type": "Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactoryFactory"
- },
- {
- "Name": "options",
- "Type": "Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Update.Internal.JetUpdateSqlGenerator",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Update.UpdateSqlGenerator",
- "ImplementedInterfaces": [
- "EntityFrameworkCore.Update.Internal.IJetUpdateSqlGenerator"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "AppendBulkInsertOperation",
- "Parameters": [
- {
- "Name": "commandStringBuilder",
- "Type": "System.Text.StringBuilder"
- },
- {
- "Name": "modificationCommands",
- "Type": "System.Collections.Generic.IReadOnlyList"
- },
- {
- "Name": "commandPosition",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
- "Virtual": true,
- "ImplementedInterface": "EntityFrameworkCore.Update.Internal.IJetUpdateSqlGenerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AppendSelectAffectedCountCommand",
- "Parameters": [
- {
- "Name": "commandStringBuilder",
- "Type": "System.Text.StringBuilder"
- },
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "schema",
- "Type": "System.String"
- },
- {
- "Name": "commandPosition",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AppendBatchHeader",
- "Parameters": [
- {
- "Name": "commandStringBuilder",
- "Type": "System.Text.StringBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Update.IUpdateSqlGenerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AppendIdentityWhereCondition",
- "Parameters": [
- {
- "Name": "commandStringBuilder",
- "Type": "System.Text.StringBuilder"
- },
- {
- "Name": "columnModification",
- "Type": "Microsoft.EntityFrameworkCore.Update.ColumnModification"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AppendRowsAffectedWhereCondition",
- "Parameters": [
- {
- "Name": "commandStringBuilder",
- "Type": "System.Text.StringBuilder"
- },
- {
- "Name": "expectedRowsAffected",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Update.UpdateSqlGeneratorDependencies"
- },
- {
- "Name": "typeMapper",
- "Type": "Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Storage.Internal.IJetConnection",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Storage.IRelationalConnection"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateMasterConnection",
- "Parameters": [],
- "ReturnType": "EntityFrameworkCore.Storage.Internal.IJetConnection",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Storage.Internal.JetByteArrayTypeMapping",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Storage.ByteArrayTypeMapping",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Clone",
- "Parameters": [
- {
- "Name": "storeType",
- "Type": "System.String"
- },
- {
- "Name": "size",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ConfigureParameter",
- "Parameters": [
- {
- "Name": "parameter",
- "Type": "System.Data.Common.DbParameter"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GenerateNonNullSqlLiteral",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "storeType",
- "Type": "System.String"
- },
- {
- "Name": "dbType",
- "Type": "System.Nullable",
- "DefaultValue": "1"
- },
- {
- "Name": "size",
- "Type": "System.Nullable",
- "DefaultValue": "default(System.Nullable)"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Storage.Internal.JetConnection",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Storage.RelationalConnection",
- "ImplementedInterfaces": [
- "EntityFrameworkCore.Storage.Internal.IJetConnection"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateDbConnection",
- "Parameters": [],
- "ReturnType": "System.Data.Common.DbConnection",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreateMasterConnection",
- "Parameters": [],
- "ReturnType": "EntityFrameworkCore.Storage.Internal.IJetConnection",
- "Virtual": true,
- "ImplementedInterface": "EntityFrameworkCore.Storage.Internal.IJetConnection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsMultipleActiveResultSetsEnabled",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Storage.IRelationalConnection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Storage.RelationalConnectionDependencies"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Storage.Internal.JetDatabaseCreator",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_RetryDelay",
- "Parameters": [],
- "ReturnType": "System.TimeSpan",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RetryDelay",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.TimeSpan"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RetryTimeout",
- "Parameters": [],
- "ReturnType": "System.TimeSpan",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RetryTimeout",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.TimeSpan"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Storage.IRelationalDatabaseCreator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreateAsync",
- "Parameters": [
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken",
- "DefaultValue": "default(System.Threading.CancellationToken)"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Storage.IRelationalDatabaseCreator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "HasTables",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "HasTablesAsync",
- "Parameters": [
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken",
- "DefaultValue": "default(System.Threading.CancellationToken)"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Exists",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Storage.IRelationalDatabaseCreator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ExistsAsync",
- "Parameters": [
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken",
- "DefaultValue": "default(System.Threading.CancellationToken)"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Storage.IRelationalDatabaseCreator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Delete",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Storage.IRelationalDatabaseCreator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "DeleteAsync",
- "Parameters": [
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken",
- "DefaultValue": "default(System.Threading.CancellationToken)"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Storage.IRelationalDatabaseCreator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreatorDependencies"
- },
- {
- "Name": "connection",
- "Type": "EntityFrameworkCore.Storage.Internal.IJetConnection"
- },
- {
- "Name": "rawSqlCommandBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Storage.Internal.JetDateTimeOffsetTypeMapping",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Storage.DateTimeOffsetTypeMapping",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Clone",
- "Parameters": [
- {
- "Name": "storeType",
- "Type": "System.String"
- },
- {
- "Name": "size",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_SqlLiteralFormatString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "storeType",
- "Type": "System.String"
- },
- {
- "Name": "dbType",
- "Type": "System.Nullable",
- "DefaultValue": "27"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Storage.Internal.JetDateTimeTypeMapping",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Storage.DateTimeTypeMapping",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ConfigureParameter",
- "Parameters": [
- {
- "Name": "parameter",
- "Type": "System.Data.Common.DbParameter"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Clone",
- "Parameters": [
- {
- "Name": "storeType",
- "Type": "System.String"
- },
- {
- "Name": "size",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_SqlLiteralFormatString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "storeType",
- "Type": "System.String"
- },
- {
- "Name": "dbType",
- "Type": "System.Nullable",
- "DefaultValue": "default(System.Nullable)"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Storage.Internal.JetDoubleTypeMapping",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Storage.DoubleTypeMapping",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Clone",
- "Parameters": [
- {
- "Name": "storeType",
- "Type": "System.String"
- },
- {
- "Name": "size",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GenerateNonNullSqlLiteral",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "storeType",
- "Type": "System.String"
- },
- {
- "Name": "dbType",
- "Type": "System.Nullable",
- "DefaultValue": "default(System.Nullable)"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Storage.Internal.JetExecutionStrategy",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_RetriesOnFailure",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Execute",
- "Parameters": [
- {
- "Name": "state",
- "Type": "T0"
- },
- {
- "Name": "operation",
- "Type": "System.Func"
- },
- {
- "Name": "verifySucceeded",
- "Type": "System.Func>"
- }
- ],
- "ReturnType": "T1",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TState",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- },
- {
- "ParameterName": "TResult",
- "ParameterPosition": 1,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "ExecuteAsync",
- "Parameters": [
- {
- "Name": "state",
- "Type": "T0"
- },
- {
- "Name": "operation",
- "Type": "System.Func>"
- },
- {
- "Name": "verifySucceeded",
- "Type": "System.Func>>"
- },
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TState",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- },
- {
- "ParameterName": "TResult",
- "ParameterPosition": 1,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Storage.Internal.JetExecutionStrategyFactory",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Storage.RelationalExecutionStrategyFactory",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateDefaultStrategy",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Storage.Internal.JetFloatTypeMapping",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Storage.FloatTypeMapping",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Clone",
- "Parameters": [
- {
- "Name": "storeType",
- "Type": "System.String"
- },
- {
- "Name": "size",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GenerateNonNullSqlLiteral",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "storeType",
- "Type": "System.String"
- },
- {
- "Name": "dbType",
- "Type": "System.Nullable",
- "DefaultValue": "default(System.Nullable)"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Storage.Internal.JetSqlGenerationHelper",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Storage.RelationalSqlGenerationHelper",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_BatchTerminator",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "EscapeIdentifier",
- "Parameters": [
- {
- "Name": "identifier",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "EscapeIdentifier",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "System.Text.StringBuilder"
- },
- {
- "Name": "identifier",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "DelimitIdentifier",
- "Parameters": [
- {
- "Name": "identifier",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "DelimitIdentifier",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "System.Text.StringBuilder"
- },
- {
- "Name": "identifier",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Storage.RelationalSqlGenerationHelperDependencies"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Storage.Internal.JetStringTypeMapping",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Storage.StringTypeMapping",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Clone",
- "Parameters": [
- {
- "Name": "storeType",
- "Type": "System.String"
- },
- {
- "Name": "size",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ConfigureParameter",
- "Parameters": [
- {
- "Name": "parameter",
- "Type": "System.Data.Common.DbParameter"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GenerateNonNullSqlLiteral",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "storeType",
- "Type": "System.String"
- },
- {
- "Name": "dbType",
- "Type": "System.Nullable"
- },
- {
- "Name": "unicode",
- "Type": "System.Boolean",
- "DefaultValue": "False"
- },
- {
- "Name": "size",
- "Type": "System.Nullable",
- "DefaultValue": "default(System.Nullable)"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Storage.Internal.JetTimeSpanTypeMapping",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Storage.TimeSpanTypeMapping",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ConfigureParameter",
- "Parameters": [
- {
- "Name": "parameter",
- "Type": "System.Data.Common.DbParameter"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "storeType",
- "Type": "System.String"
- },
- {
- "Name": "dbType",
- "Type": "System.Nullable",
- "DefaultValue": "default(System.Nullable)"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Storage.Internal.JetTransientExceptionDetector",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ShouldRetryOn",
- "Parameters": [
- {
- "Name": "ex",
- "Type": "System.Exception"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Storage.Internal.JetTypeMapper",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapper",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ByteArrayMapper",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Storage.IByteArrayRelationalTypeMapper",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_StringMapper",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Storage.IStringRelationalTypeMapper",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ValidateTypeName",
- "Parameters": [
- {
- "Name": "storeType",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetColumnType",
- "Parameters": [
- {
- "Name": "property",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IProperty"
- }
- ],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetClrTypeMappings",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IReadOnlyDictionary",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetStoreTypeMappings",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IReadOnlyDictionary",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "FindMapping",
- "Parameters": [
- {
- "Name": "clrType",
- "Type": "System.Type"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RequiresKeyMapping",
- "Parameters": [
- {
- "Name": "property",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IProperty"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapperDependencies"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.EntityFrameworkCore.Scaffolding.Internal.SqlDataReaderExtension",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetValueOrDefault",
- "Parameters": [
- {
- "Name": "reader",
- "Type": "System.Data.Common.DbDataReader"
- },
- {
- "Name": "name",
- "Type": "System.String"
- }
- ],
- "ReturnType": "T0",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "T",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Scaffolding.Internal.JetDatabaseModelFactory",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Scaffolding.IDatabaseModelFactory"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "SchemaQualifiedKey",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "schema",
- "Type": "System.String",
- "DefaultValue": "null"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Logger",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "connectionString",
- "Type": "System.String"
- },
- {
- "Name": "tables",
- "Type": "System.Collections.Generic.IEnumerable"
- },
- {
- "Name": "schemas",
- "Type": "System.Collections.Generic.IEnumerable"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Scaffolding.IDatabaseModelFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "connection",
- "Type": "System.Data.Common.DbConnection"
- },
- {
- "Name": "tables",
- "Type": "System.Collections.Generic.IEnumerable"
- },
- {
- "Name": "schemas",
- "Type": "System.Collections.Generic.IEnumerable"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Scaffolding.IDatabaseModelFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "logger",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Scaffolding.Internal.JetScaffoldingCodeGenerator",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Scaffolding.IScaffoldingProviderCodeGenerator"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GenerateUseProvider",
- "Parameters": [
- {
- "Name": "connectionString",
- "Type": "System.String"
- },
- {
- "Name": "language",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Scaffolding.IScaffoldingProviderCodeGenerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.Sql.Internal.IJetExpressionVisitor",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "VisitRowNumber",
- "Parameters": [
- {
- "Name": "rowNumberExpression",
- "Type": "Microsoft.EntityFrameworkCore.Query.Expressions.Internal.RowNumberExpression"
- }
- ],
- "ReturnType": "System.Linq.Expressions.Expression",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.Sql.Internal.JetQuerySqlGenerator",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Query.Sql.DefaultQuerySqlGenerator",
- "ImplementedInterfaces": [
- "EntityFrameworkCore.Query.Sql.Internal.IJetExpressionVisitor"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "VisitCrossJoinLateral",
- "Parameters": [
- {
- "Name": "crossJoinLateralExpression",
- "Type": "Microsoft.EntityFrameworkCore.Query.Expressions.CrossJoinLateralExpression"
- }
- ],
- "ReturnType": "System.Linq.Expressions.Expression",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Query.Sql.ISqlExpressionVisitor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GenerateLimitOffset",
- "Parameters": [
- {
- "Name": "selectExpression",
- "Type": "Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "VisitRowNumber",
- "Parameters": [
- {
- "Name": "rowNumberExpression",
- "Type": "Microsoft.EntityFrameworkCore.Query.Expressions.Internal.RowNumberExpression"
- }
- ],
- "ReturnType": "System.Linq.Expressions.Expression",
- "Virtual": true,
- "ImplementedInterface": "EntityFrameworkCore.Query.Sql.Internal.IJetExpressionVisitor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "VisitSqlFunction",
- "Parameters": [
- {
- "Name": "sqlFunctionExpression",
- "Type": "Microsoft.EntityFrameworkCore.Query.Expressions.SqlFunctionExpression"
- }
- ],
- "ReturnType": "System.Linq.Expressions.Expression",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Query.Sql.ISqlExpressionVisitor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GenerateProjection",
- "Parameters": [
- {
- "Name": "projection",
- "Type": "System.Linq.Expressions.Expression"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Query.Sql.QuerySqlGeneratorDependencies"
- },
- {
- "Name": "selectExpression",
- "Type": "Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression"
- },
- {
- "Name": "rowNumberPagingEnabled",
- "Type": "System.Boolean"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.Sql.Internal.JetQuerySqlGeneratorFactory",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Query.Sql.QuerySqlGeneratorFactoryBase",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateDefault",
- "Parameters": [
- {
- "Name": "selectExpression",
- "Type": "Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Query.Sql.IQuerySqlGenerator",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Query.Sql.IQuerySqlGeneratorFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Query.Sql.QuerySqlGeneratorDependencies"
- },
- {
- "Name": "jetOptions",
- "Type": "EntityFrameworkCore.Infrastructure.Internal.IJetOptions"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.Internal.JetCompiledQueryCacheKeyGenerator",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Query.RelationalCompiledQueryCacheKeyGenerator",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GenerateCacheKey",
- "Parameters": [
- {
- "Name": "query",
- "Type": "System.Linq.Expressions.Expression"
- },
- {
- "Name": "async",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Object",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Query.ICompiledQueryCacheKeyGenerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Query.CompiledQueryCacheKeyGeneratorDependencies"
- },
- {
- "Name": "relationalDependencies",
- "Type": "Microsoft.EntityFrameworkCore.Query.RelationalCompiledQueryCacheKeyGeneratorDependencies"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.Internal.JetQueryCompilationContext",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_IsLateralJoinSupported",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Query.Internal.QueryCompilationContextDependencies"
- },
- {
- "Name": "linqOperatorProvider",
- "Type": "Microsoft.EntityFrameworkCore.Query.Internal.ILinqOperatorProvider"
- },
- {
- "Name": "queryMethodProvider",
- "Type": "Microsoft.EntityFrameworkCore.Query.IQueryMethodProvider"
- },
- {
- "Name": "trackQueryResults",
- "Type": "System.Boolean"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.Internal.JetQueryCompilationContextFactory",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContextFactory",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "async",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Query.QueryCompilationContext",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Query.IQueryCompilationContextFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Query.Internal.QueryCompilationContextDependencies"
- },
- {
- "Name": "relationalDependencies",
- "Type": "Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContextDependencies"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.ExpressionTranslators.Internal.JetCompositeMemberTranslator",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.RelationalCompositeMemberTranslator",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.RelationalCompositeMemberTranslatorDependencies"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.ExpressionTranslators.Internal.JetCompositeMethodCallTranslator",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.RelationalCompositeMethodCallTranslator",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.RelationalCompositeMethodCallTranslatorDependencies"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.ExpressionTranslators.Internal.JetContainsOptimizedTranslator",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Translate",
- "Parameters": [
- {
- "Name": "methodCallExpression",
- "Type": "System.Linq.Expressions.MethodCallExpression"
- }
- ],
- "ReturnType": "System.Linq.Expressions.Expression",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.ExpressionTranslators.Internal.JetConvertTranslator",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Translate",
- "Parameters": [
- {
- "Name": "methodCallExpression",
- "Type": "System.Linq.Expressions.MethodCallExpression"
- }
- ],
- "ReturnType": "System.Linq.Expressions.Expression",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.ExpressionTranslators.Internal.JetDateAddTranslator",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Translate",
- "Parameters": [
- {
- "Name": "methodCallExpression",
- "Type": "System.Linq.Expressions.MethodCallExpression"
- }
- ],
- "ReturnType": "System.Linq.Expressions.Expression",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.ExpressionTranslators.Internal.JetDateTimeDateComponentTranslator",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMemberTranslator"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Translate",
- "Parameters": [
- {
- "Name": "memberExpression",
- "Type": "System.Linq.Expressions.MemberExpression"
- }
- ],
- "ReturnType": "System.Linq.Expressions.Expression",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMemberTranslator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.ExpressionTranslators.Internal.JetDateTimeDatePartComponentTranslator",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMemberTranslator"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Translate",
- "Parameters": [
- {
- "Name": "memberExpression",
- "Type": "System.Linq.Expressions.MemberExpression"
- }
- ],
- "ReturnType": "System.Linq.Expressions.Expression",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMemberTranslator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.ExpressionTranslators.Internal.JetDateTimeNowTranslator",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMemberTranslator"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Translate",
- "Parameters": [
- {
- "Name": "memberExpression",
- "Type": "System.Linq.Expressions.MemberExpression"
- }
- ],
- "ReturnType": "System.Linq.Expressions.Expression",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMemberTranslator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.ExpressionTranslators.Internal.JetEndsWithOptimizedTranslator",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Translate",
- "Parameters": [
- {
- "Name": "methodCallExpression",
- "Type": "System.Linq.Expressions.MethodCallExpression"
- }
- ],
- "ReturnType": "System.Linq.Expressions.Expression",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.ExpressionTranslators.Internal.JetMathTranslator",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Translate",
- "Parameters": [
- {
- "Name": "methodCallExpression",
- "Type": "System.Linq.Expressions.MethodCallExpression"
- }
- ],
- "ReturnType": "System.Linq.Expressions.Expression",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.ExpressionTranslators.Internal.JetNewGuidTranslator",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.SingleOverloadStaticMethodCallTranslator",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.ExpressionTranslators.Internal.JetObjectToStringTranslator",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Translate",
- "Parameters": [
- {
- "Name": "methodCallExpression",
- "Type": "System.Linq.Expressions.MethodCallExpression"
- }
- ],
- "ReturnType": "System.Linq.Expressions.Expression",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.ExpressionTranslators.Internal.JetStartsWithOptimizedTranslator",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Translate",
- "Parameters": [
- {
- "Name": "methodCallExpression",
- "Type": "System.Linq.Expressions.MethodCallExpression"
- }
- ],
- "ReturnType": "System.Linq.Expressions.Expression",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.ExpressionTranslators.Internal.JetStringIsNullOrWhiteSpaceTranslator",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Translate",
- "Parameters": [
- {
- "Name": "methodCallExpression",
- "Type": "System.Linq.Expressions.MethodCallExpression"
- }
- ],
- "ReturnType": "System.Linq.Expressions.Expression",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.ExpressionTranslators.Internal.JetStringLengthTranslator",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMemberTranslator"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Translate",
- "Parameters": [
- {
- "Name": "memberExpression",
- "Type": "System.Linq.Expressions.MemberExpression"
- }
- ],
- "ReturnType": "System.Linq.Expressions.Expression",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMemberTranslator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.ExpressionTranslators.Internal.JetStringReplaceTranslator",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Translate",
- "Parameters": [
- {
- "Name": "methodCallExpression",
- "Type": "System.Linq.Expressions.MethodCallExpression"
- }
- ],
- "ReturnType": "System.Linq.Expressions.Expression",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.ExpressionTranslators.Internal.JetStringSubstringTranslator",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Translate",
- "Parameters": [
- {
- "Name": "methodCallExpression",
- "Type": "System.Linq.Expressions.MethodCallExpression"
- }
- ],
- "ReturnType": "System.Linq.Expressions.Expression",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.ExpressionTranslators.Internal.JetStringToLowerTranslator",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.ParameterlessInstanceMethodCallTranslator",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.ExpressionTranslators.Internal.JetStringToUpperTranslator",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.ParameterlessInstanceMethodCallTranslator",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.ExpressionTranslators.Internal.JetStringTrimEndTranslator",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Translate",
- "Parameters": [
- {
- "Name": "methodCallExpression",
- "Type": "System.Linq.Expressions.MethodCallExpression"
- }
- ],
- "ReturnType": "System.Linq.Expressions.Expression",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.ExpressionTranslators.Internal.JetStringTrimStartTranslator",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Translate",
- "Parameters": [
- {
- "Name": "methodCallExpression",
- "Type": "System.Linq.Expressions.MethodCallExpression"
- }
- ],
- "ReturnType": "System.Linq.Expressions.Expression",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Query.ExpressionTranslators.Internal.JetStringTrimTranslator",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Translate",
- "Parameters": [
- {
- "Name": "methodCallExpression",
- "Type": "System.Linq.Expressions.MethodCallExpression"
- }
- ],
- "ReturnType": "System.Linq.Expressions.Expression",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.EntityFrameworkCore.Query.Expressions.Internal.RowNumberExpression",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Linq.Expressions.Expression",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_NodeType",
- "Parameters": [],
- "ReturnType": "System.Linq.Expressions.ExpressionType",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_CanReduce",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Type",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Orderings",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IReadOnlyList",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Accept",
- "Parameters": [
- {
- "Name": "visitor",
- "Type": "System.Linq.Expressions.ExpressionVisitor"
- }
- ],
- "ReturnType": "System.Linq.Expressions.Expression",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "VisitChildren",
- "Parameters": [
- {
- "Name": "visitor",
- "Type": "System.Linq.Expressions.ExpressionVisitor"
- }
- ],
- "ReturnType": "System.Linq.Expressions.Expression",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "orderings",
- "Type": "System.Collections.Generic.IReadOnlyList"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Migrations.JetMigrationsSqlGenerator",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerator",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operations",
- "Type": "System.Collections.Generic.IReadOnlyList"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- }
- ],
- "ReturnType": "System.Collections.Generic.IReadOnlyList",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsSqlGenerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- },
- {
- "Name": "terminate",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.AddPrimaryKeyOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.AlterColumnOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.RenameIndexOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.RenameSequenceOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.RenameTableOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.DropTableOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.CreateIndexOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.CreateIndexOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- },
- {
- "Name": "terminate",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.DropPrimaryKeyOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.EnsureSchemaOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "EntityFrameworkCore.Migrations.Operations.JetCreateDatabaseOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "EntityFrameworkCore.Migrations.Operations.JetDropDatabaseOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.AlterDatabaseOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.AlterTableOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.DropForeignKeyOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.DropIndexOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.DropIndexOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- },
- {
- "Name": "terminate",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.DropColumnOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.DropColumnOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- },
- {
- "Name": "terminate",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.RenameColumnOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.SqlOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Generate",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.InsertDataOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ColumnDefinition",
- "Parameters": [
- {
- "Name": "schema",
- "Type": "System.String"
- },
- {
- "Name": "table",
- "Type": "System.String"
- },
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "clrType",
- "Type": "System.Type"
- },
- {
- "Name": "type",
- "Type": "System.String"
- },
- {
- "Name": "unicode",
- "Type": "System.Nullable"
- },
- {
- "Name": "maxLength",
- "Type": "System.Nullable"
- },
- {
- "Name": "rowVersion",
- "Type": "System.Boolean"
- },
- {
- "Name": "nullable",
- "Type": "System.Boolean"
- },
- {
- "Name": "defaultValue",
- "Type": "System.Object"
- },
- {
- "Name": "defaultValueSql",
- "Type": "System.String"
- },
- {
- "Name": "computedColumnSql",
- "Type": "System.String"
- },
- {
- "Name": "annotatable",
- "Type": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ColumnDefinition",
- "Parameters": [
- {
- "Name": "schema",
- "Type": "System.String"
- },
- {
- "Name": "table",
- "Type": "System.String"
- },
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "clrType",
- "Type": "System.Type"
- },
- {
- "Name": "type",
- "Type": "System.String"
- },
- {
- "Name": "unicode",
- "Type": "System.Nullable"
- },
- {
- "Name": "maxLength",
- "Type": "System.Nullable"
- },
- {
- "Name": "rowVersion",
- "Type": "System.Boolean"
- },
- {
- "Name": "nullable",
- "Type": "System.Boolean"
- },
- {
- "Name": "defaultValue",
- "Type": "System.Object"
- },
- {
- "Name": "defaultValueSql",
- "Type": "System.String"
- },
- {
- "Name": "computedColumnSql",
- "Type": "System.String"
- },
- {
- "Name": "identity",
- "Type": "System.Boolean"
- },
- {
- "Name": "annotatable",
- "Type": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Rename",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "newName",
- "Type": "System.String"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Rename",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "newName",
- "Type": "System.String"
- },
- {
- "Name": "type",
- "Type": "System.String"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Transfer",
- "Parameters": [
- {
- "Name": "newSchema",
- "Type": "System.String"
- },
- {
- "Name": "schema",
- "Type": "System.String"
- },
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "IndexTraits",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation"
- },
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForeignKeyAction",
- "Parameters": [
- {
- "Name": "referentialAction",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.ReferentialAction"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "DropDefaultConstraint",
- "Parameters": [
- {
- "Name": "schema",
- "Type": "System.String"
- },
- {
- "Name": "tableName",
- "Type": "System.String"
- },
- {
- "Name": "columnName",
- "Type": "System.String"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetIndexesToRebuild",
- "Parameters": [
- {
- "Name": "property",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IProperty"
- },
- {
- "Name": "currentOperation",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation"
- }
- ],
- "ReturnType": "System.Collections.Generic.IEnumerable",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "DropIndexes",
- "Parameters": [
- {
- "Name": "indexes",
- "Type": "System.Collections.Generic.IEnumerable"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreateIndexes",
- "Parameters": [
- {
- "Name": "indexes",
- "Type": "System.Collections.Generic.IEnumerable"
- },
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies"
- },
- {
- "Name": "migrationsAnnotations",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Migrations.Operations.JetCreateDatabaseOperation",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Name",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_FileName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_FileName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Migrations.Operations.JetDropDatabaseOperation",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Name",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Migrations.Internal.JetHistoryRepository",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ExistsSql",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "InterpretExistsResult",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetInsertScript",
- "Parameters": [
- {
- "Name": "row",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.HistoryRow"
- }
- ],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetDeleteScript",
- "Parameters": [
- {
- "Name": "migrationId",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetCreateIfNotExistsScript",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetBeginIfNotExistsScript",
- "Parameters": [
- {
- "Name": "migrationId",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetBeginIfExistsScript",
- "Parameters": [
- {
- "Name": "migrationId",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetEndIfScript",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Migrations.Internal.JetMigrationsAnnotationProvider",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "For",
- "Parameters": [
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- }
- ],
- "ReturnType": "System.Collections.Generic.IEnumerable",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "For",
- "Parameters": [
- {
- "Name": "entityType",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IEntityType"
- }
- ],
- "ReturnType": "System.Collections.Generic.IEnumerable",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "For",
- "Parameters": [
- {
- "Name": "key",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IKey"
- }
- ],
- "ReturnType": "System.Collections.Generic.IEnumerable",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "For",
- "Parameters": [
- {
- "Name": "index",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IIndex"
- }
- ],
- "ReturnType": "System.Collections.Generic.IEnumerable",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "For",
- "Parameters": [
- {
- "Name": "property",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IProperty"
- }
- ],
- "ReturnType": "System.Collections.Generic.IEnumerable",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForRemove",
- "Parameters": [
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- }
- ],
- "ReturnType": "System.Collections.Generic.IEnumerable",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForRemove",
- "Parameters": [
- {
- "Name": "entityType",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IEntityType"
- }
- ],
- "ReturnType": "System.Collections.Generic.IEnumerable",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProviderDependencies"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Metadata.IJetEntityTypeAnnotations",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Metadata.IRelationalEntityTypeAnnotations"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_IsMemoryOptimized",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Metadata.IJetIndexAnnotations",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Metadata.IRelationalIndexAnnotations"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_IsClustered",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Metadata.IJetKeyAnnotations",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Metadata.IRelationalKeyAnnotations"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_IsClustered",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Metadata.IJetModelAnnotations",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Metadata.IRelationalModelAnnotations"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ValueGenerationStrategy",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HiLoSequenceName",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HiLoSequenceSchema",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Metadata.IJetPropertyAnnotations",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyAnnotations"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ValueGenerationStrategy",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HiLoSequenceName",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HiLoSequenceSchema",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "FindHiLoSequence",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Metadata.ISequence",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Metadata.JetEntityTypeAnnotations",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Metadata.RelationalEntityTypeAnnotations",
- "ImplementedInterfaces": [
- "EntityFrameworkCore.Metadata.IJetEntityTypeAnnotations"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_IsMemoryOptimized",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "ImplementedInterface": "EntityFrameworkCore.Metadata.IJetEntityTypeAnnotations",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IsMemoryOptimized",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetIsMemoryOptimized",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "entityType",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IEntityType"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "annotations",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Metadata.JetIndexAnnotations",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations",
- "ImplementedInterfaces": [
- "EntityFrameworkCore.Metadata.IJetIndexAnnotations"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_IsClustered",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Virtual": true,
- "ImplementedInterface": "EntityFrameworkCore.Metadata.IJetIndexAnnotations",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IsClustered",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetIsClustered",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "index",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IIndex"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "annotations",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations"
- }
- ],
- "Visibility": "Protected",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Metadata.JetKeyAnnotations",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations",
- "ImplementedInterfaces": [
- "EntityFrameworkCore.Metadata.IJetKeyAnnotations"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_IsClustered",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Virtual": true,
- "ImplementedInterface": "EntityFrameworkCore.Metadata.IJetKeyAnnotations",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IsClustered",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetIsClustered",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "key",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IKey"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "annotations",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations"
- }
- ],
- "Visibility": "Protected",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Metadata.JetModelAnnotations",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Metadata.RelationalModelAnnotations",
- "ImplementedInterfaces": [
- "EntityFrameworkCore.Metadata.IJetModelAnnotations"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_HiLoSequenceName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "ImplementedInterface": "EntityFrameworkCore.Metadata.IJetModelAnnotations",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_HiLoSequenceName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetHiLoSequenceName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HiLoSequenceSchema",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "ImplementedInterface": "EntityFrameworkCore.Metadata.IJetModelAnnotations",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_HiLoSequenceSchema",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetHiLoSequenceSchema",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ValueGenerationStrategy",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Virtual": true,
- "ImplementedInterface": "EntityFrameworkCore.Metadata.IJetModelAnnotations",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ValueGenerationStrategy",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetValueGenerationStrategy",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "annotations",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations"
- }
- ],
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "DefaultHiLoSequenceName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "\"EntityFrameworkHiLoSequence\""
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Metadata.JetPropertyAnnotations",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations",
- "ImplementedInterfaces": [
- "EntityFrameworkCore.Metadata.IJetPropertyAnnotations"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_HiLoSequenceName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "ImplementedInterface": "EntityFrameworkCore.Metadata.IJetPropertyAnnotations",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_HiLoSequenceName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetHiLoSequenceName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HiLoSequenceSchema",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "ImplementedInterface": "EntityFrameworkCore.Metadata.IJetPropertyAnnotations",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_HiLoSequenceSchema",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetHiLoSequenceSchema",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "FindHiLoSequence",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Metadata.ISequence",
- "Virtual": true,
- "ImplementedInterface": "EntityFrameworkCore.Metadata.IJetPropertyAnnotations",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ValueGenerationStrategy",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Virtual": true,
- "ImplementedInterface": "EntityFrameworkCore.Metadata.IJetPropertyAnnotations",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ValueGenerationStrategy",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetJetValueGenerationStrategy",
- "Parameters": [
- {
- "Name": "fallbackToModel",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Nullable",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetValueGenerationStrategy",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CanSetValueGenerationStrategy",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetDefaultValue",
- "Parameters": [
- {
- "Name": "fallback",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Object",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CanSetDefaultValue",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetDefaultValueSql",
- "Parameters": [
- {
- "Name": "fallback",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CanSetDefaultValueSql",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetComputedColumnSql",
- "Parameters": [
- {
- "Name": "fallback",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CanSetComputedColumnSql",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ClearAllServerGeneratedValues",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "property",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IProperty"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "annotations",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations"
- }
- ],
- "Visibility": "Protected",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Metadata.JetValueGenerationStrategy",
- "Visibility": "Public",
- "Kind": "Enumeration",
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Field",
- "Name": "SequenceHiLo",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "0"
- },
- {
- "Kind": "Field",
- "Name": "IdentityColumn",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "1"
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Metadata.Internal.JetAnnotationNames",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Field",
- "Name": "Prefix",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "\"Jet:\""
- },
- {
- "Kind": "Field",
- "Name": "Clustered",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "\"Jet:Clustered\""
- },
- {
- "Kind": "Field",
- "Name": "ValueGenerationStrategy",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "\"Jet:ValueGenerationStrategy\""
- },
- {
- "Kind": "Field",
- "Name": "HiLoSequenceName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "\"Jet:HiLoSequenceName\""
- },
- {
- "Kind": "Field",
- "Name": "HiLoSequenceSchema",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "\"Jet:HiLoSequenceSchema\""
- },
- {
- "Kind": "Field",
- "Name": "MemoryOptimized",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": [],
- "Constant": true,
- "Literal": "\"Jet:MemoryOptimized\""
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Metadata.Internal.JetEntityTypeBuilderAnnotations",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "EntityFrameworkCore.Metadata.JetEntityTypeAnnotations",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ToSchema",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ToTable",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ToTable",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "schema",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "IsMemoryOptimized",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "internalBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.InternalEntityTypeBuilder"
- },
- {
- "Name": "configurationSource",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.ConfigurationSource"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Metadata.Internal.JetIndexBuilderAnnotations",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "EntityFrameworkCore.Metadata.JetIndexAnnotations",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Name",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "HasFilter",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "IsClustered",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "internalBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.InternalIndexBuilder"
- },
- {
- "Name": "configurationSource",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.ConfigurationSource"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Metadata.Internal.JetInternalMetadataBuilderExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Jet",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.InternalModelBuilder"
- },
- {
- "Name": "configurationSource",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.ConfigurationSource"
- }
- ],
- "ReturnType": "EntityFrameworkCore.Metadata.Internal.JetModelBuilderAnnotations",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Jet",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.InternalPropertyBuilder"
- },
- {
- "Name": "configurationSource",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.ConfigurationSource"
- }
- ],
- "ReturnType": "EntityFrameworkCore.Metadata.Internal.JetPropertyBuilderAnnotations",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Jet",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.InternalEntityTypeBuilder"
- },
- {
- "Name": "configurationSource",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.ConfigurationSource"
- }
- ],
- "ReturnType": "EntityFrameworkCore.Metadata.Internal.JetEntityTypeBuilderAnnotations",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Jet",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.InternalKeyBuilder"
- },
- {
- "Name": "configurationSource",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.ConfigurationSource"
- }
- ],
- "ReturnType": "EntityFrameworkCore.Metadata.Internal.JetKeyBuilderAnnotations",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Jet",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.InternalIndexBuilder"
- },
- {
- "Name": "configurationSource",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.ConfigurationSource"
- }
- ],
- "ReturnType": "EntityFrameworkCore.Metadata.Internal.JetIndexBuilderAnnotations",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Jet",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.InternalRelationshipBuilder"
- },
- {
- "Name": "configurationSource",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.ConfigurationSource"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalForeignKeyBuilderAnnotations",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Metadata.Internal.JetKeyBuilderAnnotations",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "EntityFrameworkCore.Metadata.JetKeyAnnotations",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Name",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "IsClustered",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "internalBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.InternalKeyBuilder"
- },
- {
- "Name": "configurationSource",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.ConfigurationSource"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Metadata.Internal.JetModelBuilderAnnotations",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "EntityFrameworkCore.Metadata.JetModelAnnotations",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "HiLoSequenceName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "HiLoSequenceSchema",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ValueGenerationStrategy",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "internalBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.InternalModelBuilder"
- },
- {
- "Name": "configurationSource",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.ConfigurationSource"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Metadata.Internal.JetPropertyBuilderAnnotations",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "EntityFrameworkCore.Metadata.JetPropertyAnnotations",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Annotations",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalAnnotationsBuilder",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ShouldThrowOnConflict",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ShouldThrowOnInvalidConfiguration",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ColumnName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ColumnType",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "DefaultValueSql",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ComputedColumnSql",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "DefaultValue",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "HiLoSequenceName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "HiLoSequenceSchema",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ValueGenerationStrategy",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "internalBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.InternalPropertyBuilder"
- },
- {
- "Name": "configurationSource",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.ConfigurationSource"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Metadata.Conventions.JetConventionSetBuilder",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.RelationalConventionSetBuilder",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "AddConventions",
- "Parameters": [
- {
- "Name": "conventionSet",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IConventionSetBuilder",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Build",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.RelationalConventionSetBuilderDependencies"
- },
- {
- "Name": "sqlGenerationHelper",
- "Type": "Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Metadata.Conventions.Internal.JetIndexConvention",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IIndexAddedConvention",
- "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IIndexUniquenessChangedConvention",
- "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IIndexAnnotationChangedConvention",
- "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IPropertyNullabilityChangedConvention",
- "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IPropertyAnnotationChangedConvention"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Apply",
- "Parameters": [
- {
- "Name": "propertyBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.InternalPropertyBuilder"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IPropertyNullabilityChangedConvention",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Apply",
- "Parameters": [
- {
- "Name": "indexBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.InternalIndexBuilder"
- },
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "annotation",
- "Type": "Microsoft.EntityFrameworkCore.Infrastructure.Annotation"
- },
- {
- "Name": "oldAnnotation",
- "Type": "Microsoft.EntityFrameworkCore.Infrastructure.Annotation"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IIndexAnnotationChangedConvention",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Apply",
- "Parameters": [
- {
- "Name": "propertyBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.InternalPropertyBuilder"
- },
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "annotation",
- "Type": "Microsoft.EntityFrameworkCore.Infrastructure.Annotation"
- },
- {
- "Name": "oldAnnotation",
- "Type": "Microsoft.EntityFrameworkCore.Infrastructure.Annotation"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IPropertyAnnotationChangedConvention",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "sqlGenerationHelper",
- "Type": "Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Metadata.Conventions.Internal.JetMemoryOptimizedTablesConvention",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IEntityTypeAnnotationChangedConvention",
- "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IKeyAddedConvention",
- "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IIndexAddedConvention"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Apply",
- "Parameters": [
- {
- "Name": "entityTypeBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.InternalEntityTypeBuilder"
- },
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "annotation",
- "Type": "Microsoft.EntityFrameworkCore.Infrastructure.Annotation"
- },
- {
- "Name": "oldAnnotation",
- "Type": "Microsoft.EntityFrameworkCore.Infrastructure.Annotation"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IEntityTypeAnnotationChangedConvention",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Apply",
- "Parameters": [
- {
- "Name": "keyBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.InternalKeyBuilder"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Metadata.Internal.InternalKeyBuilder",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IKeyAddedConvention",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Apply",
- "Parameters": [
- {
- "Name": "indexBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.InternalIndexBuilder"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Metadata.Internal.InternalIndexBuilder",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IIndexAddedConvention",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Metadata.Conventions.Internal.JetValueGenerationStrategyConvention",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IModelInitializedConvention"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Apply",
- "Parameters": [
- {
- "Name": "modelBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.InternalModelBuilder"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Metadata.Internal.InternalModelBuilder",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IModelInitializedConvention",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Metadata.Conventions.Internal.JetValueGeneratorConvention",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.RelationalValueGeneratorConvention",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Apply",
- "Parameters": [
- {
- "Name": "propertyBuilder",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.InternalPropertyBuilder"
- },
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "annotation",
- "Type": "Microsoft.EntityFrameworkCore.Infrastructure.Annotation"
- },
- {
- "Name": "oldAnnotation",
- "Type": "Microsoft.EntityFrameworkCore.Infrastructure.Annotation"
- }
- ],
- "ReturnType": "Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IPropertyAnnotationChangedConvention",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetValueGenerated",
- "Parameters": [
- {
- "Name": "property",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.Internal.Property"
- }
- ],
- "ReturnType": "System.Nullable",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Internal.JetLoggerExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "DecimalTypeDefaultWarning",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "property",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IProperty"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ByteIdentityColumnWarning",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "property",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IProperty"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ColumnFound",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "tableName",
- "Type": "System.String"
- },
- {
- "Name": "columnName",
- "Type": "System.String"
- },
- {
- "Name": "dataTypeName",
- "Type": "System.String"
- },
- {
- "Name": "ordinal",
- "Type": "System.Nullable"
- },
- {
- "Name": "nullable",
- "Type": "System.Nullable"
- },
- {
- "Name": "primaryKeyOrdinal",
- "Type": "System.Nullable"
- },
- {
- "Name": "defaultValue",
- "Type": "System.String"
- },
- {
- "Name": "computedValue",
- "Type": "System.String"
- },
- {
- "Name": "precision",
- "Type": "System.Nullable"
- },
- {
- "Name": "scale",
- "Type": "System.Nullable"
- },
- {
- "Name": "maxLength",
- "Type": "System.Nullable"
- },
- {
- "Name": "identity",
- "Type": "System.Nullable"
- },
- {
- "Name": "computed",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForeignKeyColumnFound",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "tableName",
- "Type": "System.String"
- },
- {
- "Name": "foreignKeyName",
- "Type": "System.String"
- },
- {
- "Name": "principalTableName",
- "Type": "System.String"
- },
- {
- "Name": "columnName",
- "Type": "System.String"
- },
- {
- "Name": "principalColumnName",
- "Type": "System.String"
- },
- {
- "Name": "updateAction",
- "Type": "System.String"
- },
- {
- "Name": "deleteAction",
- "Type": "System.String"
- },
- {
- "Name": "ordinal",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "DefaultSchemaFound",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "schemaName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TypeAliasFound",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "typeAliasName",
- "Type": "System.String"
- },
- {
- "Name": "systemTypeName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "IndexColumnNotNamedWarning",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "indexName",
- "Type": "System.String"
- },
- {
- "Name": "tableName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ColumnSkipped",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "tableName",
- "Type": "System.String"
- },
- {
- "Name": "columnName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForeignKeyColumnMissingWarning",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "columnName",
- "Type": "System.String"
- },
- {
- "Name": "foreignKeyName",
- "Type": "System.String"
- },
- {
- "Name": "tableName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForeignKeyNotNamedWarning",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "tableName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForeignKeyColumnsNotMappedWarning",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "foreignKeyName",
- "Type": "System.String"
- },
- {
- "Name": "unmappedColumnNames",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForeignKeyReferencesMissingPrincipalTableWarning",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "foreignKeyName",
- "Type": "System.String"
- },
- {
- "Name": "tableName",
- "Type": "System.String"
- },
- {
- "Name": "principalTableName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "IndexColumnFound",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "tableName",
- "Type": "System.String"
- },
- {
- "Name": "indexName",
- "Type": "System.String"
- },
- {
- "Name": "unique",
- "Type": "System.Nullable"
- },
- {
- "Name": "columnName",
- "Type": "System.String"
- },
- {
- "Name": "ordinal",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "IndexColumnSkipped",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "tableName",
- "Type": "System.String"
- },
- {
- "Name": "indexName",
- "Type": "System.String"
- },
- {
- "Name": "columnName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "IndexColumnsNotMappedWarning",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "indexName",
- "Type": "System.String"
- },
- {
- "Name": "unmappedColumnNames",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "IndexNotNamedWarning",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "tableName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "IndexTableMissingWarning",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "indexName",
- "Type": "System.String"
- },
- {
- "Name": "tableName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "MissingSchemaWarning",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "schemaName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "MissingTableWarning",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "tableName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SequenceFound",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "sequenceName",
- "Type": "System.String"
- },
- {
- "Name": "sequenceTypeName",
- "Type": "System.String"
- },
- {
- "Name": "cyclic",
- "Type": "System.Nullable"
- },
- {
- "Name": "increment",
- "Type": "System.Nullable"
- },
- {
- "Name": "start",
- "Type": "System.Nullable"
- },
- {
- "Name": "min",
- "Type": "System.Nullable"
- },
- {
- "Name": "max",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SequenceNotNamedWarning",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TableFound",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "tableName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TableSkipped",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "tableName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ColumnNotNamedWarning",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "tableName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForeignKeyColumnNotNamedWarning",
- "Parameters": [
- {
- "Name": "diagnostics",
- "Type": "Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger"
- },
- {
- "Name": "foreignKeyName",
- "Type": "System.String"
- },
- {
- "Name": "tableName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Internal.JetModelValidator",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Validate",
- "Parameters": [
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IModelValidator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ValidateDefaultDecimalMapping",
- "Parameters": [
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ValidateByteIdentityMapping",
- "Parameters": [
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ValidateNonKeyValueGeneration",
- "Parameters": [
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ValidateSharedTableCompatibility",
- "Parameters": [
- {
- "Name": "mappedTypes",
- "Type": "System.Collections.Generic.IReadOnlyList"
- },
- {
- "Name": "tableName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ValidateSharedColumnsCompatibility",
- "Parameters": [
- {
- "Name": "mappedTypes",
- "Type": "System.Collections.Generic.IReadOnlyList"
- },
- {
- "Name": "tableName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Infrastructure.ModelValidatorDependencies"
- },
- {
- "Name": "relationalDependencies",
- "Type": "Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidatorDependencies"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Internal.JetOptions",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "EntityFrameworkCore.Infrastructure.Internal.IJetOptions"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Initialize",
- "Parameters": [
- {
- "Name": "options",
- "Type": "Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Infrastructure.ISingletonOptions",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Validate",
- "Parameters": [
- {
- "Name": "options",
- "Type": "Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Infrastructure.ISingletonOptions",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RowNumberPagingEnabled",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "ImplementedInterface": "EntityFrameworkCore.Infrastructure.Internal.IJetOptions",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Internal.JetStrings",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "IdentityBadType",
- "Parameters": [
- {
- "Name": "property",
- "Type": "System.Object"
- },
- {
- "Name": "entityType",
- "Type": "System.Object"
- },
- {
- "Name": "propertyType",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UnqualifiedDataType",
- "Parameters": [
- {
- "Name": "dataType",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SequenceBadType",
- "Parameters": [
- {
- "Name": "property",
- "Type": "System.Object"
- },
- {
- "Name": "entityType",
- "Type": "System.Object"
- },
- {
- "Name": "propertyType",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IndexTableRequired",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_AlterMemoryOptimizedTable",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_AlterIdentityColumn",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_TransientExceptionDetected",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "NonKeyValueGeneration",
- "Parameters": [
- {
- "Name": "property",
- "Type": "System.Object"
- },
- {
- "Name": "entityType",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "MultipleIdentityColumns",
- "Parameters": [
- {
- "Name": "properties",
- "Type": "System.Object"
- },
- {
- "Name": "table",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "IncompatibleTableMemoryOptimizedMismatch",
- "Parameters": [
- {
- "Name": "table",
- "Type": "System.Object"
- },
- {
- "Name": "entityType",
- "Type": "System.Object"
- },
- {
- "Name": "otherEntityType",
- "Type": "System.Object"
- },
- {
- "Name": "memoryOptimizedEntityType",
- "Type": "System.Object"
- },
- {
- "Name": "nonMemoryOptimizedEntityType",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_NoInitialCatalog",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogDefaultDecimalTypeColumn",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogByteIdentityColumn",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogFoundDefaultSchema",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogFoundTypeAlias",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogFoundColumn",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogFoundForeignKeyColumn",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogColumnNameEmptyOnIndex",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogColumnNotInSelectionSet",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogForeignKeyColumnNotInSelectionSet",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogForeignKeyNameEmpty",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogForeignKeyScaffoldErrorPropertyNotFound",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogPrincipalTableNotInSelectionSet",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogFoundIndexColumn",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition>",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogIndexColumnNotInSelectionSet",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogUnableToScaffoldIndexMissingProperty",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogIndexNameEmpty",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogUnableToFindTableForIndex",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogMissingSchema",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogMissingTable",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogFoundSequence",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogSequencesRequireName",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogFoundTable",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogTableNotInSelectionSet",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogColumnNameEmptyOnTable",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "LogColumnNameEmptyOnForeignKey",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Infrastructure.JetDbContextOptionsBuilder",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "EntityFrameworkCore.Infrastructure.RelationalDbContextOptionsBuilder",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "UseRowNumberForPaging",
- "Parameters": [
- {
- "Name": "useRowNumberForPaging",
- "Type": "System.Boolean",
- "DefaultValue": "True"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "EnableRetryOnFailure",
- "Parameters": [],
- "ReturnType": "EntityFrameworkCore.Infrastructure.JetDbContextOptionsBuilder",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "EnableRetryOnFailure",
- "Parameters": [
- {
- "Name": "maxRetryCount",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "EntityFrameworkCore.Infrastructure.JetDbContextOptionsBuilder",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "EnableRetryOnFailure",
- "Parameters": [
- {
- "Name": "maxRetryCount",
- "Type": "System.Int32"
- },
- {
- "Name": "maxRetryDelay",
- "Type": "System.TimeSpan"
- },
- {
- "Name": "errorNumbersToAdd",
- "Type": "System.Collections.Generic.ICollection"
- }
- ],
- "ReturnType": "EntityFrameworkCore.Infrastructure.JetDbContextOptionsBuilder",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "optionsBuilder",
- "Type": "Microsoft.EntityFrameworkCore.DbContextOptionsBuilder"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Infrastructure.Internal.IJetOptions",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Infrastructure.ISingletonOptions"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_RowNumberPagingEnabled",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Infrastructure.Internal.JetOptionsExtension",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Clone",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RowNumberPaging",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "WithRowNumberPaging",
- "Parameters": [
- {
- "Name": "rowNumberPaging",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "EntityFrameworkCore.Infrastructure.Internal.JetOptionsExtension",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetServiceProviderHashCode",
- "Parameters": [],
- "ReturnType": "System.Int64",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ApplyServices",
- "Parameters": [
- {
- "Name": "services",
- "Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_LogFragment",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "copyFrom",
- "Type": "EntityFrameworkCore.Infrastructure.Internal.JetOptionsExtension"
- }
- ],
- "Visibility": "Protected",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Diagnostics.JetEventId",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Field",
- "Name": "DecimalTypeDefaultWarning",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "ByteIdentityColumnWarning",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "ColumnFound",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "ForeignKeyColumnFound",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "DefaultSchemaFound",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "TypeAliasFound",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "MissingSchemaWarning",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "MissingTableWarning",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "SequenceNotNamedWarning",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "IndexColumnsNotMappedWarning",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "ForeignKeyReferencesMissingPrincipalTableWarning",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "ForeignKeyColumnsNotMappedWarning",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "ForeignKeyNotNamedWarning",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "ForeignKeyColumnMissingWarning",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "ForeignKeyColumnNotNamedWarning",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "ColumnNotNamedWarning",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "IndexNotNamedWarning",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "IndexTableMissingWarning",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "IndexColumnNotNamedWarning",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "TableFound",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "TableSkipped",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "ColumnSkipped",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "IndexColumnFound",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "IndexColumnSkipped",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "SequenceFound",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Logging.EventId",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Design.Internal.JetAnnotationCodeGenerator",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGenerator",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "IsHandledByConvention",
- "Parameters": [
- {
- "Name": "model",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IModel"
- },
- {
- "Name": "annotation",
- "Type": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GenerateFluentApi",
- "Parameters": [
- {
- "Name": "key",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IKey"
- },
- {
- "Name": "annotation",
- "Type": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation"
- },
- {
- "Name": "language",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GenerateFluentApi",
- "Parameters": [
- {
- "Name": "index",
- "Type": "Microsoft.EntityFrameworkCore.Metadata.IIndex"
- },
- {
- "Name": "annotation",
- "Type": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation"
- },
- {
- "Name": "language",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dependencies",
- "Type": "Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "EntityFrameworkCore.Design.Internal.JetDesignTimeServices",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.EntityFrameworkCore.Design.IDesignTimeServices"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ConfigureDesignTimeServices",
- "Parameters": [
- {
- "Name": "serviceCollection",
- "Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.EntityFrameworkCore.Design.IDesignTimeServices",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/EFCore.Jet/packages.config b/src/EFCore.Jet/packages.config
deleted file mode 100644
index 860b407..0000000
--- a/src/EFCore.Jet/packages.config
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/System.Data.Jet/System.Data.Jet.csproj b/src/System.Data.Jet/System.Data.Jet.csproj
index 7a4a362..553bd2d 100644
--- a/src/System.Data.Jet/System.Data.Jet.csproj
+++ b/src/System.Data.Jet/System.Data.Jet.csproj
@@ -9,6 +9,9 @@
true
..\..\build\Key.snk
+
+
+
diff --git a/test/EFCore.Jet.Tests/EFCore.Jet.Tests.csproj b/test/EFCore.Jet.Tests/EFCore.Jet.Tests.csproj
index db08fd4..d10a6ad 100644
--- a/test/EFCore.Jet.Tests/EFCore.Jet.Tests.csproj
+++ b/test/EFCore.Jet.Tests/EFCore.Jet.Tests.csproj
@@ -6,6 +6,9 @@
AnyCPU;x86;x64
+
+
+
Properties\GlobalAssemblyInfo.cs
diff --git a/test/System.Data.Jet.Test/System.Data.Jet.Test.csproj b/test/System.Data.Jet.Test/System.Data.Jet.Test.csproj
index f5d0f36..66fc323 100644
--- a/test/System.Data.Jet.Test/System.Data.Jet.Test.csproj
+++ b/test/System.Data.Jet.Test/System.Data.Jet.Test.csproj
@@ -7,6 +7,10 @@
AnyCPU;x86;x64
+
+
+
+
Properties\GlobalAssemblyInfo.cs