Table of Contents

Class LinqToDBSection

Namespace
LinqToDB.Configuration
Assembly
linq2db.dll

Implementation of custom configuration section.

public class LinqToDBSection : ConfigurationSection, ILinqToDBSettings
Inheritance
LinqToDBSection
Implements
Inherited Members
Extension Methods

Properties

DataProviders

Gets list of data providers configuration elements.

public DataProviderElementCollection DataProviders { get; }

Property Value

DataProviderElementCollection

DefaultConfiguration

Gets default connection configuration name.

public string DefaultConfiguration { get; }

Property Value

string

DefaultDataProvider

Gets default data provider configuration name.

public string DefaultDataProvider { get; }

Property Value

string

Instance

linq2db configuration section.

public static LinqToDBSection? Instance { get; }

Property Value

LinqToDBSection

Properties

Gets the collection of properties.

protected override ConfigurationPropertyCollection Properties { get; }

Property Value

ConfigurationPropertyCollection

The ConfigurationPropertyCollection of properties for the element.