Table of Contents

Interface IOptionSet

Namespace
LinqToDB.Internal.Options
Assembly
linq2db.dll

Interface for extensions that are stored in LinqToDB.Internal.Options.IOptionsContainer.OptionSets.

This interface is typically used by database providers (and other extensions). It is generally not used in application code.

public interface IOptionSet : IConfigurationID
Inherited Members
Extension Methods

Properties

Default

Gets the default options.

IOptionSet Default { get; }

Property Value

IOptionSet