Table of Contents

Interface IKafkaDbContextOptionsBuilderInfrastructure

Namespace
MASES.EntityFrameworkCore.KNet.Infrastructure
Assembly
MASES.EntityFrameworkCore.KNet.dll

Explicitly implemented by KafkaDbContextOptionsBuilder to hide methods that are used by database provider extension methods but not intended to be called by application developers.

public interface IKafkaDbContextOptionsBuilderInfrastructure

Properties

OptionsBuilder

Gets the core options builder.

DbContextOptionsBuilder OptionsBuilder { get; }

Property Value

DbContextOptionsBuilder