CoreOptionsExtension
CoreOptionsExtension()
CoreOptionsExtension(CoreOptionsExtension)
ApplicationServiceProvider
AsyncSeeder
AutoResolveRootProvider
DbContextLogger
DetailedErrorsEnabled
Info
Interceptors
InternalServiceProvider
IsSensitiveDataLoggingEnabled
LoggerFactory
LoggingCacheTime
MaxPoolSize
MemoryCache
Model
QueryTrackingBehavior
ReplacedServices
RootApplicationServiceProvider
Seeder
ServiceProviderCachingEnabled
SingletonInterceptors
ThreadSafetyChecksEnabled
WarningsConfiguration
ApplyServices(IServiceCollection)
Clone()
Validate(IDbContextOptions)
WithApplicationServiceProvider(IServiceProvider)
WithAsyncSeeding(Func<DbContext, Boolean, CancellationToken, Task>)
WithDbContextLogger(IDbContextLogger)
WithDetailedErrorsEnabled(Boolean)
WithInterceptors(IEnumerable<IInterceptor>)
WithInternalServiceProvider(IServiceProvider)
WithLoggerFactory(ILoggerFactory)
WithLoggingCacheTime(TimeSpan)
WithMaxPoolSize(Int32?)
WithMemoryCache(IMemoryCache)
WithModel(IModel)
WithQueryTrackingBehavior(QueryTrackingBehavior)
WithReplacedService(Type, Type, Type)
WithRootApplicationServiceProvider(Boolean)
WithRootApplicationServiceProvider(IServiceProvider)
WithSeeding(Action<DbContext, Boolean>)
WithSensitiveDataLoggingEnabled(Boolean)
WithServiceProviderCachingEnabled(Boolean)
WithSingletonInterceptors(IEnumerable<ISingletonInterceptor>)
WithThreadSafetyChecksEnabled(Boolean)
WithWarningsConfiguration(WarningsConfiguration)
net10.0
namespace Microsoft.EntityFrameworkCore.Infrastructure
{
public class CoreOptionsExtension : IDbContextOptionsExtension
}
| nuget.org | 0.1 % Reference this API 0.0 % Derive from this class or interface |
|---|---|
| .NET | 10.0 |
Information specific to net10.0 | |
| Assembly | Microsoft.EntityFrameworkCore , Version=10.0.1.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore (10.0.1) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API