Table of Contents

Class EfCoreDataSourceOptions<TMarker>

Namespace
Savvyio.Extensions.DependencyInjection.EFCore
Assembly
Savvyio.Extensions.DependencyInjection.EFCore.dll

Configuration options for IEfCoreDataSource<TMarker>.

public class EfCoreDataSourceOptions<TMarker> : EfCoreDataSourceOptions, IParameterObject, IDependencyInjectionMarker<TMarker>

Type Parameters

TMarker

The type used to mark the implementation that these options represents. Optimized for Microsoft Dependency Injection.

Inheritance
EfCoreDataSourceOptions<TMarker>
Implements
Inherited Members

See Also